/*------------------------------------*\
    GENERAL
\*------------------------------------*/

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h2{
    font-size: 3.2rem;
}

.copyright-bg-1{
    background-image: linear-gradient(to left, rgba(231, 60, 126), rgba(35, 166, 213, 0.88)) !important;
}


.ptb-20{
    padding: 20px 0;
}

.disclaimer {
    font-size: 12px;
    color: #fff;
    padding: 20px 0 5px;
    font-weight: 400;
}

p{
    font-size: 2rem;
    font-weight: 200;
}

.mt-50{
    margin-top: 50px;
}

.bullet{
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0 20px;
    list-style-type:none;
}

.text-center{
    text-align: center !important;
}

html {
    min-width: 350px;
    min-height: 200px;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    background-color: #1f1f1f;
    font-family: 'Poppins', sans-serif;
    color: #222;  
    line-height: 1.5;
}

a {
    color: #222;
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
a:active,
a:visited {
    color: #222;
    text-decoration: unset;
    outline: none;
}

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

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    height: auto;
    object-fit: contain;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

ul {
    padding: 0;
    margin: 0;
}


/*------------------------------------*\
    COMMON
\*------------------------------------*/

.wrapper {
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.italic {
    font-style: italic;
}

span.b {
    font-weight: bold;
}

.horizontal-flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.flickity-prev-next-button {
    background: none;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

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

.inclinedSction {
    -webkit-clip-path: polygon(0 0,100% 3vw,100% 100%,0 calc(100% - 3vw));
    clip-path: polygon(0 0,100% 3vw,100% 100%,0 calc(100% - 3vw));
    margin-top: -50px;
}

/* 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;
}


/*------------------------------------*\
    TITLES
\*------------------------------------*/

.innerTitle {
    font-size: 32px;
    line-height: 40px;
    color: #222;
    text-align: left;
    padding-bottom: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}

.innerTitle::after {
    content: ' ';
    display: block;
    width: 80px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    background: #fe60a1;
    background: linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
    background: -webkit-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
    background: -moz-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
    background: -o-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
}

.uppertitle {
    color: #6e6e6e;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}


/*------------------------------------*\
    GRADIENTS
\*------------------------------------*/

.grayMesh {
    background-color: #E4E4E1;
    background-image: radial-gradient(at top center, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0.03) 100%), linear-gradient(to top, rgba(255,255,255,0.1) 0%, rgba(143,152,157,0.60) 100%);
 	background-blend-mode: normal, multiply;
}

.blackMesh {
    background-color: #222;
    background-image: radial-gradient(circle, #222 0%, black 100%);
}

.blackMesh_light {
    background-color: #222;
    background-image: radial-gradient(circle, #222 0%, #222222c2 100%);
}

.blueMesh {
    background: #01bbd4;
    background: radial-gradient(circle, #01bbd4, #01bbd4e8);
}

.grayMesh_light {
    background-color: #ebedee;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.grayMesh_UltraLight {
    background-color: #eef1f5;
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

.purpleMesh {
    background: #41295a;
    background: -webkit-linear-gradient(to right, #2f0743f0, #41295af7);
    background: linear-gradient(to right, #2f0743f0, #41295af7);
}

.redMesh {
    background: #a52a2a;
    background: radial-gradient(circle, #ff6f5e, #a52a2a);
}

.lightBlueTexture {
    background: rgb(140,222,218);
    background: -moz-linear-gradient(top, rgb(124, 181, 179) 0%, rgb(69, 140, 136) 100%);
    background: -webkit-linear-gradient(top, rgb(124, 181, 179) 0%,rgb(69, 140, 136) 100%);
    background: linear-gradient(to bottom, rgb(124, 181, 179) 0%,rgb(69, 140, 136) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cdeda', endColorstr='#50c9c3',GradientType=0 );
}

.gold-text {
    color: #c3a343;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url('../images/Gold_background2.html') repeat;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}

.samsBlueMesh {
    background: rgb(17,118,196);
    background: -moz-radial-gradient(circle, rgba(17,118,196,1) 0%, rgba(16,92,180,1) 51%, rgba(33,67,163,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(17,118,196,1) 0%, rgba(16,92,180,1) 51%, rgba(33,67,163,1) 100%);
    background: radial-gradient(circle, rgba(17,118,196,1) 0%, rgba(16,92,180,1) 51%, rgba(33,67,163,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1176c4",endColorstr="#2143a3",GradientType=1);
}

.beautyMesh {
    background: #79EF09;
    background: linear-gradient(
-45deg
, #ECFC29, #79EF09, #002DF6, #FE0100);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
    background-size: 400% 400%;
}


/*------------------------------------*\
    ANIMATION
\*------------------------------------*/

.pulse {
	-webkit-animation: pulse 1s linear infinite;
	-moz-animation: pulse 1s linear infinite;
	-ms-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
}

.lxdx {
    animation: nudge 3s linear infinite;
}

.float {
    animation: float 3s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes nudge {
    0%, 100% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(120px, 0);
    }
    100% {
      transform: translate(-120px, 0);
    }
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.mybutton {
    display: inline-block;
    text-shadow: 0px 1px 3px #666666;
    background: #ef3232;
    box-shadow: rgba(0, 0, 0, 0.15) 4px 5px 0px 0px;
    color: #fff;
    font-size: 34px;
    letter-spacing: 0px;
    padding: 15px 25px 15px 25px;
    text-decoration: none;
}

.mybutton:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
}

.bottone {
    display: inline-block;
    background: linear-gradient(to bottom, rgba(35,164,84,0.15) 0%, rgba(35,164,84,0.15) 100%), radial-gradient(at top center, rgba(35,164,84,0.40) 0%, rgba(35,164,84,0.40) 120%) #1ae869;
    border-radius: 12px;
    text-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 2px 4px #1d1d1d;font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 36px;
    padding: 15px 25px 15px 25px;
    text-decoration: none;
}

.bottone:hover {
    background: linear-gradient(to bottom, rgba(35,164,84,0.15) 0%, rgba(35,164,84,0.15) 100%), radial-gradient(at top center, rgba(35,164,84,0.40) 0%, rgba(35,164,84,0.40) 120%) #25c964;
    text-decoration: none;
    color: #fff;
}

.mybutton_round_2 {
    border-radius: 4px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    padding: 16px;
    padding-left: 23px;
    padding-right: 23px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 36px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0,.4);
    background: #033676;
}

.mybutton_round_2:hover {
    opacity: 0.7;
    text-decoration: none;
}

.bottone-2 {
    border-radius: 46px;
    border: none;
    color: #222;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    padding: 16px;
    padding-left: 28px;
    padding-right: 28px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 36px;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0,.1);
    background: #fff;
}

.bottone-2:hover {
    opacity: 0.7;
    text-decoration: none;
}

.cornerButton {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    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;
    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:hover {
    color: #222;
}

.navMenu_button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background: rgba(255,255,255,0.2);
    font-size: 14px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    font-family: 'Poppins', sans-serif;
    min-width: 23px;
    text-transform: none;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 12px;
    margin-bottom: 0;
    border: none;
    height: auto;
}

.navMenu_button:hover {
    opacity: 0.7;
}

.textButton a {
    color: #cb9274;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 17px;
}

.textButton i {
    margin-right: 10px;
}

.textButton:hover,
.textButton:focus {
    opacity: 0.7;
}


/*------------------------------------*\
    inclined-section
\*------------------------------------*/

.inclined-section {
    position: relative;
    overflow: hidden;
}

.inclined-section::after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}

.inclined-section::before {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 1px;
    right: 0;
}


/*------------------------------------*\
    countdown
\*------------------------------------*/

.countdown {
    text-align: center;
    color: #222;
}

.countdown .time {
    width: 250px;
    font-size: 16px;
}

.countdown .time > div {
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.countdown .time ul {
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.countdown .time ul li {
    line-height: 1;
    font-size: 48px;
    text-align: center;
    margin: 0 13px;
    list-style-type: none;
    position: relative;
}

.countdown .time ul li .podp {
    display: block;
    position: relative;
    font-size: 17px;
    margin-top: 3px;
}


/*--------------------------------------------------------*\
    countdown-text (ORDER)
\*--------------------------------------------------------*/

#countdown .container {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 0;
    text-align: center;
}

#countdown .container .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#countdown .container .content .text {
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px 15px 5px 15px;
    margin-bottom: 25px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    border-left: 5px solid #fff;
    max-width: 300px;
}

#countdown .container .content .countdown {
    margin: 0 25px 50px 0;
    float: left;
    color: #fff;
}

#countdown .container .content .countdown .time {
    margin: auto;
}


/*------------------------------------*\
    navMenu
\*------------------------------------*/

#navMenu {
    min-height: 80px;
    background-color: transparent;
    position: absolute;
    top: 0;
    height: 60px;
    z-index: 9999;
    width: 100%;
    color: #000;
}

#navMenu > .content,
#navMenu .logo {
    height: 100%;
    min-height: 80px;
    position: relative;
}

#navMenu .logo {
    padding-left: 9px;
}

#navMenu .logo img {
    max-height: 100px;
}

#navMenu .mobile-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 1px;
}

#navMenu .mobile-menu.hamburger {
    padding: 23px;
}

#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: 14px;
}

#navMenu .menu ul li a {
    color: #fff;
    letter-spacing: 1px;
}

#navMenu .menu ul li a.navMenu_button {
    margin-top: -10px;
}

.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before {
    background-color: #fff !important;
}


/*------------------------------------*\
    header
\*------------------------------------*/

#header {
    margin: 0;
    background: #fafafa;
}

#header > .content {
    width: 100%;
}

#header .object {
    border-bottom: 1px solid #e7e7e7;
}

#header .object::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 0;
    width: 100%;
    overflow: hidden;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

#header .object img {
    max-width: 800px;
    margin: auto;
    padding-top: 110px;
    padding-bottom: 75px;
    z-index: 999;
    width: 100%;
}

#header .logo {
    padding-bottom: 50px;
} 

#header .logo img {
    max-width: 400px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#header .price > span {
    padding-left: 10px;
    padding-right: 10px;
}

#header .price .numbers {
    margin-top: 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 {
    margin-bottom: -15px;
    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: 125px;
}

#header .object {
    position: relative;

}

#header .object img.float {
    max-height: 800px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

#header .object img.shadow {
    opacity: 0;
    visibility: hidden;
}

#header .logo-column {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 2;
    background-color: #fff;
} 

#header .logo-column > .content {
    min-width: 600px;
    text-align: center;
}

#header .logo-column .title {
    font-size: 45px;
    margin-bottom: 40px;
    max-width: 900px;
    line-height: 50px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}

#header .logo-column .image img {
    max-width: 350px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#header .logo-column .title img {
    max-height: 45px;
    margin-left: -4px;
    margin-bottom: 12px;
}


/*--------------------------------------------------------*\
    only-text-banner
\*--------------------------------------------------------*/

#only-text-banner {
    background-color: #009de1;
    position: relative;
    overflow: visible;
}

#only-text-banner .background {
    position: absolute;
    left: -4px;
    top: -65px;
    height: 485px;
    width: auto;
    max-width: none;
    max-height: none;
}

#only-text-banner > .content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: auto;
}

#only-text-banner .left {
    max-width: 40%;
    margin-right: 0;
    margin-left: auto;
}

#only-text-banner .right {
    max-width: 60%;
    padding-left: 20px;
    padding-right: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#only-text-banner .row1 {
    font-size: 33px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 38px;
    margin-top: 20px;
    width: 100%;
    color: #fff;
}

#only-text-banner .row1 img {
    max-height: 40px;
    margin-bottom: 15px;
    margin-left: 3px;
    margin-right: 3px;
}

#only-text-banner .countdown_button .content {
    max-width: 690px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

#only-text-banner .countdown_button .content .countdown {
    color: #fff;
}


/*------------------------------------*\
    sliderBanner
\*------------------------------------*/

#sliderBanner {
    background-color: #fff;
    padding-bottom: 0;
}

#sliderBanner .sliderBanner-carousel {
    width: 100%;
    margin: auto;
}

#sliderBanner .sliderBanner-carousel .carousel-cell {
    margin: 0;
    width: auto;
    width: 28%;
    padding: 25px;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#sliderBanner .sliderBanner-carousel .carousel-cell.cell-5 img {
    max-width: 400px;
}

#sliderBanner .sliderBanner-carousel .carousel-cell img {
    width: 100%;
}


/*------------------------------------*\
    lateralImagesBanner togliere?
\*------------------------------------*/

#lateralImagesBanner {
    background-color: #fff;
    margin-top: -3px;
}

#lateralImagesBanner .leftImage img {
    margin-left: -10px;
}

#lateralImagesBanner .rightImage img {
    margin-right: -10px;
}

#lateralImagesBanner .text img {
    margin-right: -5px;
    max-width: 350px;
    width: 100%;
}


/*--------------------------------------------------------*\
    big-g
\*--------------------------------------------------------*/

#big-g {
    padding-top: 20px;
    background-color: #fff;
    margin-top: -1px;
}

#big-g .content {
	max-width: 1200px;
    margin: auto;
}

#big-g .main-title {
    padding-bottom: 15px;
}

#big-g .main-title h2 {
    line-height: 60px;
    text-align: left;
    font-weight: 300;
    font-size: 70px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}

#big-g .right-text {
    padding-top: 45px;
    padding-bottom: 10px;
}

#big-g .main-title h2 span {
    margin-left: 260px;
}

#big-g h2 {
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 1px;
}

#big-g .uppertitle {
    margin-bottom: 0;
}

#big-g .uppertitle h5 {
    font-size: 16px;
    letter-spacing: 1px;
}

#big-g .feature-item {
	position: relative;
	margin-top: 10px;
}

#big-g .feature-item:last-child {
	margin-top: 120px;
}

#big-g .feature-item i {
    color: #FFA500;
    margin-right: 11px;
    font-size: 36px;
}

#big-g .feature-item h2 {
    font-size: 22px;
    color: #222;
    text-align: left;
}

#big-g .img-box {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 3px;
    border: 2px solid #fe7088;
    margin-right: 20px;
}

#big-g .img-box .icon {
    color: #fe7088;
    padding-top: 3px;
    padding-left: 1px;
    display: inline-block;
}

#big-g .feature-item h2 img {
    max-width: 85px;
}

#big-g .feature-s2 .feature-item {
    margin-top: 11px;
}

#big-g .feature-s2 .feature-item:first-child {
	margin-top: 0px;
}

#big-g .feature-s2 .feature-img img {
    max-height: 650px;
    padding: 40px 15px 0 15px;
    margin-bottom: -16px;
}

#big-g .feature p {
    font-size: 16px;
    max-width: 380px;
    margin-left: 80px;
    color: #6e6e6e;
    text-align: justify;
}

#big-g .carousel-cell {
    width: 100%;
}


/*--------------------------------------------------------*\
    text-image-banner
\*--------------------------------------------------------*/

#text-image-banner {
    padding-top: 40px;
    padding-bottom: 10px;
    overflow: hidden;
}

#text-image-banner b {
    margin-top: -4px;
}

#text-image-banner.first::after {
    display: none
}

#text-image-banner.second.inclined-section:after {
    border-left-color: #f6f4f2;
}

#text-image-banner .innerTitle {
    color: #fff;
}

#text-image-banner .text {
    font-size: 32px;
    color: #fff;
    line-height: 37px;
    float: right;
    padding: 0 5px 30px 0;
    text-align: left;
    max-width: 600px;
    width: 40%;
    padding-left: 5px;
    padding-right: 5px;
}

#text-image-banner iframe {
    margin-top: -30px;
    padding-left: 20px;
}

#text-image-banner .image {
    max-width: 430px;
    width: 60%;
}

#text-image-banner .image img {
    margin-top: -50px;
}


/*--------------------------------------------------------*\
    text-image-banner-3
\*--------------------------------------------------------*/

#text-image-banner-3 {
    padding-top: 70px;
    padding-bottom: 85px;
    background-color: #f6f4f2;
}

#text-image-banner-3 > .content {
    overflow: hidden;
}

#text-image-banner-3 .container > * {
    width: 100%;
}

#text-image-banner-3 .innerTitle {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
    padding-bottom: 20px;
    margin-bottom: 35px;
    text-align: center;
    color: #222;
}

#text-image-banner-3 .text {
    font-size: 23px;
    text-align: justify;
    float: left;
    margin-bottom: 30px;
    color: #232323;
}

#text-image-banner-3 .promo {
    margin-bottom: 30px;
}

#text-image-banner-3 .promo:last-child {
    margin-bottom: 0;
}

#text-image-banner-3 .promoText {
    font-size: 20px;
    text-align: justify;
    float: left;
    max-width: 40%;
    padding: 10px;
    padding-left: 40px;
    width: 100%;
}

#text-image-banner-3 .promoImg {
    max-width: 60%;
    padding: 10px;
    width: 100%;
    float: left;
}

#text-image-banner-3 .price {
    font-size: 40px;
    color: #222;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #a52a2a;
}

#text-image-banner-3 .price .old {
    text-decoration: line-through;
    color: #747474;
    font-weight: 300;
    margin-right: 15px;
    font-size: 32px;
}

#text-image-banner-3 .discountImg {
    max-width: 100px;
}

#product .carousel-cell {
    width: 100%;
}

#text-image-banner-3 .carousel .promo-grid-carousel {
    width: 100%;
    margin: auto;
    padding-bottom: 65px;
}

#text-image-banner-3 .carousel .carousel-cell {
    margin: 0;
    width: auto;
    width: 33.333%;
    padding: 16px;
    max-width: 200px;
}

#text-image-banner-3 .carousel .carousel-cell img {
    /*max-width: 350px;
    margin: auto;
    width: 100%;*/
}

#product .carousel .carousel-cell img {
    width: 100%;
}

#text-image-banner-3 .carousel .carousel-cell span {
    position: absolute;
    top: 108%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 29px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #a52a2a;
}

#text-image-banner-3 .carousel .flickity-viewport {
    overflow: visible;
}


/*--------------------------------------------------------*\
    opacity transition effect & gradient text
\*--------------------------------------------------------*/

.opacityTransient {
    position: relative;
    overflow: hidden;
}

.opacityTransient img {
    width: 100%;
    position: absolute;
    margin: auto;
    min-width: 100%;
    max-height: none;
    top: 50%; 
    left: 50%;
    transform: translate(-50%,-50%);
}

.opacityTransient .size {
    opacity: 0;
    visibility: hidden;
    position: relative;
}

.opacityTransient .fading {
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.textAnimatedMesh {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*--------------------------------------------------------*\
    product
\*--------------------------------------------------------*/

#product {
    background-color: #fff;
}

#product.product_1 {
    padding-top: 50px;
    padding-bottom: 30px;
}

#product.product_2 {
    background-color: #f6f4f2;
    padding-top: 70px;
    padding-bottom: 70px;
}

#product.product_3 {
    padding-top: 70px;
    padding-bottom: 70px;
}
#product.product_4 {
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #f6f4f2;
}

#product.product_1 .text .uppertitle,
#product.product_1 .text .innerTitle,
#product.product_1 .text .description,
#product.product_1 .text .textButton {
    text-align: right;
}

#product.product_1 .text .description {
    margin-left: 0;
    margin-right: 0;
}

#product .text .description .price {
    font-size: 30px;
    color: #222;
    margin-top: 30px;
    margin-bottom: 22px;
    font-weight: bold;
    color: #23A454;
}

#product .text .description .price .old {
    text-decoration: line-through;
    color: #f00;
    font-weight: 300;
    margin-right: 15px;
}

#product .content {
    margin: auto;
}

#product .content > * {
    padding: 0;
    max-width: 1200px;
    margin: auto;
}

#product .text .title {
    font-size: 20px ;
    text-align: justify;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#product .top .images img {
    width: 100%;
}

#product.product_1 .text,
#product.product_3 .text {
    padding-right: 80px;
}

#product.product_2 .text,
#product.product_4 .text  {
    padding-left: 80px;
}

#product .uppertitle {
    margin-bottom: 10px;
}

#product .text .innerTitle {
    line-height: 62px;
    text-align: left;
    font-weight: 300;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    padding-bottom: 20px;
}

#product .text .innerTitle::after {
    display: none;
}

#product .text > * {
    max-width: 500px;
}

#product .description {
    line-height: 29px;
    margin-left: 46px;
    color: #2e2e2e;
    font-size: 1.9rem;
}

#product .top {
    padding-bottom: 50px;
}

#product .flickity-prev-next-button {
    display: none;
}

#product .carousel-cell {
    width: 100%;
}

#product .carousel .product-grid-carousel {
    width: 100%;
    margin: auto;
}

#product .carousel .carousel-cell {
    margin: 0;
    width: auto;
    width: 33.333%;
    padding: 16px;
}

#product .carousel .carousel-cell img {
    width: 100%;
}

#product .carousel.carousel-1 .carousel-cell img {
    background: #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 7px;
    border: 1px solid #fe7088;
    margin-right: 20px;
    max-width: 250px;
}

#product .carousel.carousel-1 {
    max-width: 850px;
    padding-bottom: 80px;
    width: 100%;
    overflow: hidden;
}

#product .carousel.carousel-1 .carousel-cell span {
    position: absolute;
    top: 107%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 29px;
    width: 100%;
    text-align: center;
    color: #6e6e6e;
}

#product .carousel.carousel-1 .flickity-viewport {
    overflow: visible;
}


/*--------------------------------------------------------*\
    slider
\*--------------------------------------------------------*/

#slider {
    background-color: #fff;
}

#slider.slider_1 {
    padding-bottom: 120px;
}

#slider .content {
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#slider .price {
    font-size: 30px;
    color: #222;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #a52a2a;
    width: 100% !important;
}

#slider .price .old {
    text-decoration: line-through;
    color: #747474;
    font-weight: 300;
    margin-right: 10px;
    font-size: 27px;
}

#slider.slider_1 .content {
    max-width: 1300px;
}

#slider .content > * {
    padding: 0;
}

#slider .carousel-cell {
    width: 100%;
}

#slider .text .title {
    font-size: 19px;
    text-align: justify;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#slider.slider_1 .text {
    padding-right: 80px;
}

#slider .uppertitle {
    margin-bottom: 10px;
}

#slider.slider_1 .text .title {
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
}

#slider .text .innerTitle {
    line-height: 88px;
    text-align: left;
    font-weight: 300;
    font-size: 70px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    padding-bottom: 15px;
}

#slider .text .innerTitle::after {
    display: none;
}

#slider .text .innerTitle b {
    font-weight: 800;
    letter-spacing: 1px;
}

#slider .text > * {
    max-width: 500px;
}

#slider .uppertitle {
    max-width: 100%;
    width: 100%;
}

#slider .description {
    color: #6e6e6e;
    line-height: 29px;
    margin-left: 46px;
    font-size: 16px;
    padding-top: 15px;
}

#slider .cornerButton {
    background-color: #FFA500;
}

#slider .cornerButton:hover {
    color: #222;
}

#slider.slider_1 .images img {
    max-width: 600px;
    width: 100%;
} 


/*--------------------------------------------------------*\
    centralText
\*--------------------------------------------------------*/

#centralText {
    padding-top: 190px;
    padding-bottom: 140px;
    background-color: #fff;
}

#centralText .center {
    padding-left: 50px;
    padding-right: 50px;
}

#centralText .center .text {
    font-weight: 300;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -3px;
}

#centralText .center .text a:hover,
#centralText .center .text a:focus {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#centralText .center .text b {
    font-size: 70px;
    font-weight: 500;
}

#centralText .left img {
    margin-top: -200px;
    max-width: 340px;
    width: 100%;
}

#centralText .right img {
    margin-top: 200px;
    max-width: 340px;
    width: 100%;
}

#centralText .textButton {
    margin-top: 35px;
}


/*--------------------------------------------------------*\
    Video
\*--------------------------------------------------------*/

#video {
    max-height: 800px;
    background-color: #fff;
    margin-top: -3px;
}

#video iframe {
    box-shadow: 0px 0px 10px #a2a1a1e0;
    -webkit-box-shadow: 0px 0px 10px #a2a1a1e0;
    -moz-box-shadow: 0px 0px 10px #a2a1a1e0;
    -o-box-shadow: 0px 0px 10px #a2a1a1e0;
    background-color: #000;
    min-height: 300px;
    width: 100%;
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

#secureShopping {
    padding-top: 60px;
    padding-bottom: 60px;
}

#secureShopping .content {
    text-align: left;
	margin: auto;
}

#secureShopping .title,
#secureShopping .subtitle {
    text-align: center;
    color: #222;
}

#secureShopping .subtitle {
    font-size: 19px;
    color: #6e6e6e;
}

#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;
}


/*--------------------------------------------------------*\
    order
\*--------------------------------------------------------*/

#order {
    background: #a52a2a;
    background-position: center;
    margin-top: -5px;
}

#order > .container {
    padding: 50px 0 60px 0;
    text-align: center;
}

#order .container .center {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#order iframe {
    height: 600px;
    width: 100%;
    background: white;
    border: 3px dashed #3a926c;
    padding-top: 20px;
}

#order #order_frame {/* togliere! */
    padding: 15px;
    height: 1000px;
    width: 100%;
    background: white;
    border: 3px dashed #3a926c;
    max-height: 300px;
    margin-bottom: 40px;
}


/*--------------------------------------------------------*\
    footer
\*--------------------------------------------------------*/

#footer {
    position: relative;
    color: white;
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #1f1f1f;
    margin-top: -5px;
}

#footer .footer-logo {
    margin-bottom: 30px;
}

#footer .footer-logo img {
    max-width: 250px;
}

#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;
}