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

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

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

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

body {
    margin: 0;
    background-color: #585858;
    font-family: 'Crimson Text';
    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;
    box-shadow: 0 -15px 12px rgb(0 0 0 / 25%);
    background-image: url('../images/gradient.jpg');
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #fff;
}

.mfp-wrap {
    font-family: "Open Sans" !important;
}

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

.open-sans {
    font-family: "Open Sans";
}

/* notify-js */

.notifyjs-corner {
    font-family: 'Futura PT';
}

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

/* quotes */
blockquote {
    position: relative;
    z-index: 600;
    margin: 0;
    padding: 0;
}

blockquote:first-child:before {
    content: '\201C';
    font-weight: 700;
    font-style: normal;
    font-family: Georgia, serif;
    opacity: .3;
    position: absolute;
    top: 90px;
    left: -.2em;    
    text-shadow: none;
    z-index: 600s;
    font-size: 7.5em;
    color: #fff;
}


/*------------------------------------*\
    videoBG
\*------------------------------------*/

#videoBG {
    height: auto;
}


/*------------------------------------*\
    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 {
    bottom: -8px;
    content: "";
    height: 4px;
    left: 0;
    position: relative;
    width: 80px;
    background-color: #ba3131;
    display: block;
}

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

.uppertitle {
    color: #686868;
    font-weight: bold;
    font-size: 15px;
    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%);
}

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

.darkBlueMesh {
    background: linear-gradient(180deg,#242533,#222);
    background-color: #1a302e;
}

.darkBlueMesh2 {
    /*background: rgb(35,35,47);
    background: -moz-radial-gradient(circle, rgba(35,35,47,1) 72%, rgba(67,67,82,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(35,35,47,1) 72%, rgba(67,67,82,1) 100%);
    background: radial-gradient(circle, rgba(35,35,47,1) 72%, rgba(67,67,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#23232f",endColorstr="#434352",GradientType=1);*/
    background-color: #222;
}

.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, 2a2a2a, 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: #ba3131 !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent), url('../images/Gold_background2.jpg') repeat !important;
    background: -o-linear-gradient(transparent, transparent) !important;
    -webkit-background-clip: text !important;
}

.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);
}

.gradientBeige {
    background-color: #e8c99b;
    background-image: linear-gradient(315deg, #e8c99b 0%, #e8bc85 74%);
}

.gradientBeigeGray {
    background: rgb(242,237,233);
    background: -moz-linear-gradient(45deg, rgba(242,237,233,1) 7%, rgba(250,238,228,1) 82%);
    background: -webkit-linear-gradient(45deg, rgba(242,237,233,1) 7%, rgba(250,238,228,1) 82%);
    background: linear-gradient(45deg, rgba(242,237,233,1) 7%, rgba(250,238,228,1) 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2ede9",endColorstr="#faeee4",GradientType=1);
}

.lateralImageGray {
    background-image: url('../images/light_gray.jpg');
    background-size: 100%;
    background-position: center;
}

.artisanBackground {
    background-image: url('../images/gallery-bg_1920X_1_1920X.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}


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

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

.mybutton_round:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #828282;
    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;
}

.mybutton_round_3 {
    border-radius: 46px;
    border: none;
    color: #ba3131;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    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;
    font-family: "Open Sans";
}

.mybutton_round_3: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: #fff;
    color: #222 !important;
    font-size: 16px;
    line-height: 1.33337;
    font-weight: 600;
    min-width: 23px;
    text-transform: none;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 18px;
    margin-bottom: 0;
    border: none;
    height: auto;
}

.navMenu_button:hover {
    background: rgba(255, 255, 255, 0.4);
}

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

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

.textButton:hover,
.textButton:focus {
    opacity: 0.7;
    text-decoration: underline;
}


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

#navMenu {
    width: 100%;
    padding-bottom: 20px;
    /*background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.08789182176776966) 0%, rgba(242,237,233,0) 34%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.08789182176776966) 0%, rgba(242,237,233,0) 34%);
    background: linear-gradient(180deg, rgba(0,0,0,0.08789182176776966) 0%, rgba(242,237,233,0) 34%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222000",endColorstr="#f2ede9",GradientType=1);*/
    /*background: rgb(242,197,162);
    background: -moz-linear-gradient(180deg, rgba(242,197,162,1) 0%, rgba(244,246,233,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(242,197,162,1) 0%, rgba(244,246,233,1) 100%);
    background: linear-gradient(180deg, rgba(242,197,162,1) 0%, rgba(244,246,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2c5a2",endColorstr="#f4f6e9",GradientType=1);*/
}

#navMenu>.content {

}

#navMenu>.content,
#navMenu .logo {
    width: 100%;
    height: 100%;
    position: relative;
}

#navMenu .topMenu {
    background-color: #222;
    color: #fff;
    font-family: 'Open Sans';
    padding: 6px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

#navMenu .logo {
    padding-bottom: 35px;
    display: none;
}

#navMenu .logo img {
    max-width: 130px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#navMenu .mobile-menu {
    display: none;
}

#navMenu .mobile-menu.hamburger {
    padding: 40px 15px 10px 15px;
}

#navMenu .menu ul {
    list-style: none;
    margin: auto;
}

#navMenu .menu ul li {
    float: left;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    font-size: 14px;
    height: 100px;
    font-family: 'Roboto';
}

#navMenu .menu ul li.logo_li {
    height: 100px;
}

#navMenu .menu ul li.logo_li img {
    padding-left: 15%;
    padding-right: 15%;
    max-width: 280px;
    width: 100%;
}

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

#navMenu .menu ul li a:hover {
    text-decoration: underline;
}

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

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


/*------------------------------------*\
    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;
    border-bottom: 40px solid transparent;
    border-left: calc(100vw - 17px) solid #fff;
}

.inclined-section::before {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 1px;
    right: 0;
    border-bottom: 40px solid #fff;
    border-left: calc(100vw - 17px) solid transparent;
}


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

.countdown {
    text-align: center;
    color: #222;
    font-family: "Open Sans";
}

.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;
    border-left: 5px solid #fff;
    max-width: 450px;
    line-height: 22px;
}

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

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


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

#header {
    margin: 0;
    background-image: url('../images/art-main-bg.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#header > .content {
    width: 100%;
    height: fit-content;
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 0;
}

#header .object {
    position: relative;
    margin-top: -35px;
}

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

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

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

#header .logo-column > .content {
    max-height: fit-content;
    display: inline-block;
    margin-top: -20px;
}

#header .logo-column .row1 {
    font-size: 26px;
}

#header .logo-column .row2 {
    font-size: 58px;
    font-weight: bold;
    line-height: 56px;
    letter-spacing: 2px;
}

#header .logo-column .row2 > img {
    max-width: 400px;
    width: 100%;
    margin-bottom: 15px;
}

#header .logo-column .row3 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 15px;
    color: #313131;
}

#header .logo-column .row3 img {
    padding-top: 5px;
    max-width: 320px;
}

#header .logo-column .specs {
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-right: -10px;
}

#header .logo-column .specs .spec {
    margin-top: 7px;
    margin-bottom: 7px;
}

#header .logo-column .specs .spec span {

}

#header .logo-column .specs .text {
    width: calc(100% - 100px);
}

#header .logo-column .specs img {
    padding-right: 17px;
    width: 91px;
}


/*--------------------------------------------------------*\
    doubleImages
\*--------------------------------------------------------*/

#doubleImages {
    /*background-image: url('../images/art-main-bg.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;*/
}

#doubleImages > .content {
    /*background-image: url('../images/gradient.png');*/
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 70px;
    max-width: 100%;
    margin: auto;
    width: 100%;
}

#doubleImages .sx,
#doubleImages .dx {
    width: 100%;
}

#doubleImages .sx img,
#doubleImages .dx img {
        
}

#doubleImages .sx {
    padding-left: 5%;
    padding-right: 3%;
}

#doubleImages .dx {
    padding-left: 3%;
    padding-right: 5%;
}

#doubleImages .dx .text,
#doubleImages .sx .text {
    font-size: 37px;
    line-height: 44px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: 600;
}


/*--------------------------------------------------------*\
    box-banner
\*--------------------------------------------------------*/

#box-banner {
    padding-top: 65px;
    padding-bottom: 65px;
    /*background: url('../images/start-bg.jpg');
    background-size: cover;*/
}

#box-banner .content {
    padding: 0;
    max-width: 1300px;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
}

#box-banner .flickity-prev-next-button .flickity-button-icon {
    display: none;
}

#box-banner .image,
#box-banner .description {
    max-width: 500px;
    margin: auto;
}

#box-banner .innerTitle {
    padding-bottom: 8px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 36px;
    color: #fff;
}

#box-banner .innerTitle::after {
    display: none;
}

#box-banner .subtitle {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    margin-bottom: 35px;
    color: #fff;
}

#box-banner ul {
    width: 100%;
}

#box-banner ul li {
    display: inline-block;
    width: 33.3%;
    padding-left: 5px;
    padding-right: 5px;
}

#box-banner ul li .content {
    max-width: 500px;
    margin: auto;
}

#box-banner li .image img {
    border-radius: 10px;
}

#box-banner li .description {
    text-align: left;
    margin-top: 15px;
}

#box-banner li .description .title {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
    min-height: 50px;
    color: #fff;
}

#box-banner li .description .title i {
    margin-right: 1px;
    font-size: 36px;
}

#box-banner li .description .title i.icon-mail-alt {
    margin-right: 5px;
}

#box-banner li .description .title span {
    font-weight: 300;
    font-size: 36px;
    margin-right: 15px;
}

#box-banner li .description .title>div {
    float: left;
}

#box-banner li .description .text {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 105px;
    color: #fff;
}

#box-banner li .description .cornerButton {
    background-color: #FFA500;
    margin-top: 20px;
}

#box-banner li .description .cornerButton:hover {
    color: #fff;
}


/*--------------------------------------------------------*\
    bg-banner
\*--------------------------------------------------------*/

#bg-banner img {
    width: 100%;
}

#bg-banner img.v2 {
    display: none;
}

#bg-banner.bg2>.content {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}


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

#product {
    background-color: #fff;
}

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

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

#product.product_3 {
    background-image: url('../images/gradient_rotated.jpg');
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 55px;
}

#product .text .description > p {
    margin-bottom: 15px;
}

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

#product .text .description .price {
    font-size: 30px;
    color: #222;
    margin-top: 20px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #ba3131;
}

#product .text .description span.taglie {
    margin-top: 15px;
    font-size: 17px;
    font-weight: bold;
    display: block;
    letter-spacing: 1px;
}

#product .underTitle {
    font-size: 100px;
    color: #ba3131;
    margin-right: 5px;
    font-weight: bold;
}

#product .text .description .colors {
    display: inline-block;
    line-height: 100%;
    margin-top: 15px;
}

#product .text .description span.color {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #222;
    border-radius: 100%;
    border: 1px solid #222;
    margin-left: 9px;
    position: absolute;
}

#product .text .description span.color.gold {
    background-color: #ffa64c;
    border: 1px solid#ffa64c;
}

#product .text .description span.color.sliver {
    background-color: #C0C0C0;
    border: 1px solid#C0C0C0;
}

#product .text .description span.color.green-peridot {
    background-color: #FF5733 ;
    border: 1px solid#FF5733 ;
}

#product .text .description span.color.blue-zircon {
    background-color: #015d86;
    border: 1px solid#015d86;
}

#product .text .description span.color.crystal {
    background-color: #fefefe;
    border: 1px solid#fefefe;
}

#product .text .description .promo {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
    color: #ba3131;
}

#product .text .description ul.sizes {
    display: flex;
    margin-top: 8px;
}

#product .text .description ul.sizes li {
    display: inline-block;
    border: 1px solid #ccc;
    width: 55px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #222;
}

#product .text .description ul.sizes li:hover {
    opacity: 0.7;
}

#product .text .description ul.sizes li:first-child {
    margin-left: 0;
}

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

#product .images {
    position: relative;
}

#product .floating {
    position: absolute;
    max-width: 125px !important;
    width: 100%;
    right: 45px;
    top: 10px;
    z-index: 999;
}

#product.product_2 .floating {
    left: 45px;
}

#product .content {
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

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

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

#product .carousel {
    padding-top: 40px;
}

#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%;
    max-width: 600px;
}

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

#product .innerTitle {
    line-height: 78px;
    text-align: center;
    font-weight: 400;
    font-size: 70px;
    padding-bottom: 0;
    font-style: italic;
    letter-spacing: -1px;
}

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

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

#product .description {
    line-height: 25px;
    font-size: 15px;
    margin-left: 46px;
}

#product .description p {
    font-style: 17px;
}

#product .description p,
#product .description ul {
    margin-bottom: 5px;
}

#product .description ul li {
    margin-bottom: 0px;
    list-style-position: outside;
    margin-left: 1em;
    line-height: 24px;
}

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

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

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

#product .carousel .product-grid-carousel img {
    box-shadow: 0px 6px 5px #ccc;
}

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

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

#product .carousel-cell img {
    width: 100%;
    transition: transform .5s;
}

#product .carousel-cell img:hover {
    cursor: zoom-in;
    transform: scale(1.1);
}


/* modal popup */

#product .mfp-with-zoom .mfp-container,
#product .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#product .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

#product .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

#product .mfp-with-zoom.mfp-removing .mfp-container,
#product .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*------------------------------------*\
    sovraSection_1
\*------------------------------------*/

.sovraSection_1 {
    /*background-image: url('../images/gradient.png');*/
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}


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

#only-text-banner {
    position: relative;
    overflow: visible;
    margin-top: 0px;
    background-image: url('../images/art-main-bg.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#only-text-banner::after {
    border-left: calc(100vw - 17px) solid #f4dad3;
}

#only-text-banner .background {
    position: absolute;
    left: 60px;
    height: 420px;
    width: auto;
    max-width: none;
    max-height: none;
    border-radius: 100%;
}

#only-text-banner .background {
    max-width: 100%;
}

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

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

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

#only-text-banner .row1 {
    font-size: 32px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 36px;
    margin-top: 25px;
    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;
}


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

#slider {

}

#slider.slider_1 {
    padding-bottom: 40px;
    padding-top: 80px;
}

#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;
    max-width: 100%;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

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

#slider .text .innerTitle {
    line-height: 49px;
    text-align: left;
    font-weight: 300;
    font-size: 58px;
    letter-spacing: -1px;
    padding-bottom: 15px;
}

#slider .text .innerTitle img {
    max-width: 230px;
    width: 100%;
}

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

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

#slider #myPlayer {
    box-shadow: 0px 29px 24px -25px rgb(0 0 0 / 20%);
}

#slider .text {
    max-width: 600px;
}

#slider .description {
    line-height: 23px;
    font-size: 18px;
    padding-top: 15px;
    text-align: justify;
    width: 100%;
}

#slider .description p {
    margin-bottom: 35px;
}

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

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

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


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

#text-image-banner {
    padding-bottom: 0;
	min-height: 100px;
    background-image: url('../images/art-main-bg.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#text-image-banner.second {
    padding-top: 50px;
    padding-bottom: 50px;
}

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

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

#text-image-banner.second .text {
    font-size: 25px;
    line-height: 35px;
}

#text-image-banner .text span {
    font-weight: bold;
}

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

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

#text-image-banner.second .image img {
    border-radius: 25px;
    max-width: 340px;
}

#text-image-banner .text img {
    max-width: 150px;
    padding: 10px;
    float: left;
}


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

#text-image-banner-3 {
    padding-bottom: 35px;
}

#text-image-banner-3 .innerTitle {
    padding-bottom: 20px;
    line-height: 38px;
    font-weight: 800;
    color: #ba3131;
    font-size: 37px;
    margin-bottom: 25px;
}

#text-image-banner-3 .innerTitle::after {
    bottom: -15px;
}

#text-image-banner-3 .text {
    float: right;
    padding: 30px 20px 30px 20px;
    text-align: justify;
    font-size: 17px;
}

#text-image-banner-3 .text .promo {
    display: inline-block;
    margin-top: 20px;
    text-align: left;
    font-weight: bolder;
    font-size: 21px;
}

#text-image-banner-3 .image {
    padding-left: 25px;
    padding-right: 25px;
}

#text-image-banner-3 .image img {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#text-image-banner-3 .price {
    max-width: 535px;
    width: 100%;
    margin: auto;
}

#text-image-banner-3 .price > span {
    float: left;
}

#text-image-banner-3 .price .quantity {
    font-size: 26px;
    width: calc(100% - 145px);
    float: left;
    font-family: "Open Sans";
}

#text-image-banner-3 .price .quantity b {
}

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

#text-image-banner-3 .price .new {
    font-size: 47px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: #ba3131;
}

#text-image-banner-3 .price .discount img {
    max-width: 115px;
    margin-top: -8px;
    margin-left: 5px;
}

#text-image-banner-3 .cornerButton {
    background-color: #df9828;
}

#text-image-banner-3 .under {
    order: 2;
    max-width: 700px;
}



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

#secureShopping {
    padding-top: 30px;
    padding-bottom: 40px;
}

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

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

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

#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_wrapper {
    background-color: #ebedee;
    background-image: url('../images/rounded-pointer.svg');
    background-position: 82% 0;
    background-repeat: no-repeat;
    background-size: 70px auto;
    border-radius: 3px;
    margin: 70px auto 80px auto;
    max-width: 1100px;
    width: 100%;
    box-shadow: 0px 29px 24px -25px rgba(0, 0, 0, .2);
    font-family: "Open Sans";
}

#order {
    padding-top: 50px;
}

#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 {
    /*padding: 15px;
    height: 1373737px;
    width: 100%;
    background: white;
    border: 3px dashed #3a926c;
    max-height: 300px;
    margin-bottom: 40px;*/
}

#order #countdown .container .content .text,
#order #countdown .container .content .countdown {
    color: #222;
}


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

#footer {
    position: relative;
    color: white;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    background-color: #222;
    margin-top: -5px;
    font-family: "Open Sans";
}

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

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

#footer .description {
    font-weight: 300;
    font-size: 14px;
}

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