<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
    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: #414141;
    font-family: 'Futura PT';
    color: #2a2a2a;
    line-height: 1.5;
}

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

a:focus,
a:hover,
a:active,
a:visited {
    color: #2a2a2a;
    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;
    box-shadow: 0 -15px 12px rgb(0 0 0 / 25%);
}

img.mfp-img {
    padding-left: 15px;
    padding-right: 15px;
}

.mfp-counter {
    /*left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
}

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

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


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

.innerTitle {
    font-size: 32px;
    line-height: 40px;
    color: #2a2a2a;
    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: #df9828;
    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: #2a2a2a;
    background-image: radial-gradient(circle, #2a2a2a 0%, black 100%);
}

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

.darkBlueMesh {
    background: linear-gradient(180deg,#242533,#2a2a2a);
}

.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: #df9828 !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);
}

.beautyMesh {
    /*background: rgb(196,134,108);
    background: -moz-radial-gradient(circle, rgba(196,134,108,0.7881719338125875) 0%, rgba(244,218,211,1) 93%);
    background: -webkit-radial-gradient(circle, rgba(196,134,108,0.7881719338125875) 0%, rgba(244,218,211,1) 93%);
    background: radial-gradient(circle, rgba(196,134,108,0.7881719338125875) 0%, rgba(244,218,211,1) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4866c",endColorstr="#f4dad3",GradientType=1);*/
    background-color: #f4dad3;
}

.lineMesh {
    background-image: url('../images/h6-bckr-1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

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

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

.waterGreenMesh {
    background: #203a43;
    background: radial-gradient(circle, #335d70, #204c5b, #0a3e53);
}


/*------------------------------------*\
    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: #2a2a2a;
    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;
}

.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: #2a2a2a;
}

.navMenu_button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background: #fff;
    color: #2a2a2a !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,
.mybutton_round_3 {
    background-color: #fff;
}

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


/*------------------------------------*\
    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: #2a2a2a;
}

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

.countdown .time&gt;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: 18px;
    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: url('../images/shape-alt.png') 180px 0px no-repeat, linear-gradient(to right top, #f4f2fc 50%, #e2dfff 75%, #fff 100%);
    background-size: cover;
}

#header&gt;.content {
    width: 100%;
    margin-bottom: 30px;
    max-width: 1000px;
}

#header .logo {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
    text-align: left;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
}

#header .logo .subtitle {
    font-size: 24px;
    margin: 5px 0 20px 0;
    line-height: 40px;
    font-weight: 500;
}

#header .logo .subtitle span {
    color: #ee1d24;
}

#header .logo img {
    max-width: 500px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    margin-left: -70;
}

#header .price&gt;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: #ee1d24;
}

#header .price .old {
    font-size: 38px;
    font-weight: 500;
    text-decoration: line-through;
    color: #747474;
}

#header .price .new {
    font-size: 52px;
    font-weight: bold;
    color: #ee1d24;
}

#header .price .discount img {
    max-width: 98px;
}

#header .object {
    position: relative;
    height: 100%;
}

#header .object img {
    width: 100%;
    max-height: 900px;
    padding-top: 30px;
}

#header .logo-column {
    z-index: 2;
    height: fit-content;
    margin-top: 70px;
}

#header .logo-column&gt;* {
    max-width: 500px;
}

#header .logo-column .specs {
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
}

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

#header .logo-column .specs .spec span {
    color: #ee1d24;
}

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

#header .logo-column .specs img {
    padding-right: 15px;
    margin-right: 5px;
    width: 70px;
}

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

#header .countdown_button .content {
    max-width: 700px;
}

#header .countdown_button .countdown,
#header .countdown_button .btn {
    margin-top: 30px;
    margin-bottom: 35px;
    min-width: 300px;
    font-weight: 600;
}


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

#navMenu {
    background-color: #2a2a2a;
    width: 100%;
    color: #272727;
}

#navMenu &gt; .content,
#navMenu .logo {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

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

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

#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: 25px;
    padding-right: 25px;
    margin-bottom: 0;
    font-size: 16px;
}

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

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

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

#navMenu .under {
    padding: 8px 28px;
    height: 100%;
    background-color: #fee;
    color: #df9828;
    font-size: 16px;
    letter-spacing: 1px;
}

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


/*------------------------------------*\
    logoSection
\*------------------------------------*/

#logoSection,
#logoSection &gt; .content {
    height: fit-content;
}

#logoSection img {
    max-width: 300px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -160px;
    z-index: 99;
}


/*------------------------------------*\
    imageGrid
\*------------------------------------*/

#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 #2a2a2a222;
    font-weight: 600;
    font-size: 34px;
    color: #fff;
    width: 100%;
    text-align: center;
}


/*--------------------------------------------------------*\
    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&gt;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: #df9828;
    margin-top: 20px;
}

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


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

#big-g {
    padding-top: 35px;
}

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

#big-g .uppert-title h5 {
    margin-bottom: 10px;
}

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

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

#big-g .left-text p {
    margin-left: auto;
    margin-right: 0;
}

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

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

#big-g .feature-item i {
    color: #df9828;
    margin-right: 5px;
}

#big-g .feature-item h2 {
	font-size: 1.6em;
    color: #3a2939;
    margin-bottom: 14px;
}

#big-g .feature-item h2 img {
    margin-right: 18px;
    max-width: 65px;
}

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

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

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

#big-g .feature-s2 .feature-img {
	margin-top: 40px;
}

#big-g .feature-s2 .feature-img img {
    max-height: 800px;
    padding: 0 25px 0 25px;
}

#big-g .feature p {
    font-size: 17px;
    font-family: "Open Sans";
    max-width: 350px;
}

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


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

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

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

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


/*------------------------------------*\
    advise-banner
\*------------------------------------*/

#advise-banner {
    padding-top: 50px;
    padding-bottom: 60px;
}

#advise-banner &gt; .content {
    width: 100%;
    max-width: 1100px;
    margin-top: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#advise-banner .sx {
    text-align: left;
    padding-right: 50px;
    height: fit-content;
    padding-top: 30px;
}

#advise-banner .sx &gt; * {
    padding-bottom: 15px;
}

#advise-banner .sx .surtitle {
    font-size: 27px;
    padding-bottom: 10px;
    width: 100%;
}

#advise-banner .sx .title {
    font-size: 37px;
    letter-spacing: 1PX;
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 44px;
}

#advise-banner .sx .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    text-align: justify;
}

#advise-banner .price {
    max-width: 535px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}

#advise-banner .price &gt; span {
    float: left;
}

#advise-banner .price .quantity {
    font-size: 26px;
    width: calc(100% - 145px);
    float: left;
}

#advise-banner .price .quantity b {
}

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

#advise-banner .price .new {
    font-size: 47px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

#advise-banner .price .discount img {
    max-width: 120px;
    margin-top: -4px;
}

#advise-banner .cornerButton {
    background-color: #df9828;
}

#advise-banner .under {
    order: 2;
}


/*--------------------------------------------------------*\
    sovraSlider
\*--------------------------------------------------------*/

.sovraSlider_section {
    padding-top: 90px;
    padding-bottom: 100px;
    background-color: #fff;
}

.sovraSlider_section &gt; #slider .container {
    max-width: 85%;
}

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

.sovraSlider_section #slider {
    margin-top: 50px;
    background-color: transparent;
}

.sovraSlider_section #slider:first-child {
    margin-top: 0;
}

.sovraSlider_section #slider .text &gt; * {
    color: #2a2a2a;
}

.sovraSlider_section #slider .text .innerTitle {
    text-shadow: none;
    font-size: 35px;
    font-weight: 500;
}

.sovraSlider_section #slider .text .innerTitle::after {
    display: none;
    padding-bottom: 20px;
}

.sovraSlider_section #slider .text {
    padding: 50px;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,.05);
    margin-right: -100px;
    z-index: 99;
    background-color: #f7f7f7;
}

.sovraSlider_section #slider .text:nth-child(2n) {
    margin-right: 0;
    margin-left: -100px;
}

.sovraSlider_section #slider .text .description {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.sovraSlider_section #slider .text .description p {
    margin-bottom: 0;
}

.sovraSlider_section .icon {
    margin-right: 1px;
    margin-left: -15px;
}

.sovraSlider_section .icon.icon-bed {
    margin-right: 10px;
}

.sovraSlider_section .icon.icon-search {
    margin-right: 0px;
}


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

#only-text-banner {
    position: relative;
    overflow: visible;
    margin-top: 0px;
    border-top: 4px solid #417d7fd6;
}

#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&gt;.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: 33px;
    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 {
    background-color: #fff;
}

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

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

#slider .price {
    font-size: 30px;
    color: #2a2a2a;
    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&gt;* {
    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: 320px;
    width: 100%;
}

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

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

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

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

#slider .text ul {
    margin-top: 15px;
    list-style: circle outside none;
    margin-left: 20px;
}

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

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

#slider .cornerButton:hover {
    color: #2a2a2a;
}

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


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

#text-image-banner {
    padding-bottom: 0;
	min-height: 100px;
}

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

#text-image-banner .text {
    font-size: 31px;
    line-height: 37px;
    float: right;
    padding: 40px 25px 30px 25px;
    text-align: left;
    max-width: 600px;
    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-3
\*--------------------------------------------------------*/

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

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

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

#text-image-banner-3 .text {
    float: right;
    max-width: 550px;
    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 {
    max-width: 500px;
    padding-left: 25px;
    padding-right: 25px;
}

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


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

#order {
    background-position: center;
}

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

#order #countdown {
    padding-top: 35px;
    padding-bottom: 35px;
    width: 100%;
    margin: auto;
    color: #fff;
}

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

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


/*--------------------------------------------------------*\
    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: #2a2a2a;
    margin-top: -5px;
}

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

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

#footer .description {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 15px;
}

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


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

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

#secureShopping .content {
    text-align: left;
    margin: auto;
    max-width: 850px;
    width: 100%;
}

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

#secureShopping .subtitle {
    font-size: 19px;
    margin-bottom: 0;
}

#secureShopping ul {
    list-style: none;
    margin-top: 30px;
}

#secureShopping ul li {
    margin: 0;
    padding-bottom: 10px;
}

#secureShopping ul li .opt-con {
    max-width: calc(100% - 165px);
    float: right;
}

#secureShopping ul li .opt-con h5 {
    font-size: 23px;
    margin-bottom: 5px;
}

#secureShopping ul li img {
    width: 120px;
    height: 120px;
    padding: 0;
    margin-right: 15px;
    float: left;
}

#secureShopping .list {
    max-width: 750px;
    width: 100%;
    margin: auto;
}</pre></body></html>