/*------------------------------------*\
    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: 'Centrale Sans';
    color: #222;
    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;
}

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

.contentDisabled {
    /*pointer-events: none;
    opacity: 0.4;*/
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

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

/* notify-js */

.notifyjs-corner {
    font-family: 'Centrale Sans';
    z-index: 999;
}

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


/*------------------------------------*\
    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,#000);
}

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

.meshBackground {
    background: url('../images/gradient.jpg');
    background-size: cover;
}

.beigeGrainBG {
    background-color: #e5a18c;
    background-image: url('../images/grain.jpg');
    background-repeat: repeat;
    background-position: center;
}

.beigeGrain {
    background-color: #e5a18c;
    background-image: url('../images/bg_beige.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.summerBackBG {
    background-image: url('../images/h4-img-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.summerBackBG_2 {
    background-image: url('../images/h4-img-3_flip.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


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

.pulseShadow {
    -webkit-animation: Pulse 2s infinite ease-in-out;
    -o-animation: Pulse 2s infinite ease-in-out;
    -ms-animation: Pulse 2s infinite ease-in-out; 
    -moz-animation: Pulse 2s infinite ease-in-out; 
    animation: Pulse 2s infinite ease-in-out;
}

@-webkit-keyframes Pulse {
	0% { -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2); }
	50% { -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.99); }
	100% { -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.2); }
}

@keyframes Pulse {
	0% { box-shadow: 0 0 14px rgba(0,0,0,0.2); }
	50% { box-shadow: 0 0 14px rgba(0,0,0,0.99); }
	100% { box-shadow: 0 0 14px rgba(0,0,0,0.2); }
}


/*------------------------------------*\
    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;
    line-height: 39px;
    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;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mybutton_round_3:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.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 {
    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 {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cornerButton a {
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    display: inline-block;
}

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

.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;
    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;
    transition: all 0.5s;
}

.navMenu_button:hover {
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

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

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

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

.mybutton_round_3 {
    /*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;*/
    background: #ba3131;
    color: #fff;
}


/*------------------------------------*\
    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>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-image: url("../images/hd_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

#header > .content {
    width: 100%;
    background-image: url("../images/comp_top.png");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

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

#header .price .quantity {
    font-size: 46px;
    width: 100%;
    font-weight: bold;
    line-height: 66px;
    margin-bottom: 35px;
    color: #df9828;
    text-shadow: rgb(255 255 255) 0px 1px 3px;
}

#header .price .quantity > * {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding: 0;
}

#header .price .quantity b {
    margin-left: 10px;
    margin-right: 10px;
}

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

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

#header .price .discount img {
    max-width: 110px;
    width: 100%;
}

#header .object {
    position: relative;
}

#header .object img {
    width: 100%;
    display: none;
}

#header .details {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    z-index: 2;
    margin-left: -50px;
} 

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

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

#header .details .price {
    margin-top: 70px;
    z-index: 999;
}

#header .details .group img {
    max-height: 600px;
    margin-top: -55px;
}

#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: #121212;
    width: 100%;
    color: #272727;
}

#navMenu>.content {
    padding-top: 20px;
    padding-bottom: 15px;
}

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

#navMenu .logo {
    padding-bottom: 25px;
}

#navMenu .logo img {
    max-height: 150px;
    width: auto;
    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;
}

#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 {
    letter-spacing: 1px;
    color: #fff;
}

#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: #be0037;
    font-size: 14px;
    font-style: italic;
}

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


/*------------------------------------*\
    videoSection
\*------------------------------------*/

#videoSection {
    padding-left: 0;
    padding-right: 0;
    padding-top: 65px;
    padding-bottom: 70px;
    margin: 0;
    background-color: #000;
}

#videoSection .video {
    max-height: 650px;
}

#videoSection .video iframe {
    box-shadow: 0px 0px 15px #a2a1a1e0;
    -webkit-box-shadow: 0px 0px 15px #a2a1a1e0;
    -moz-box-shadow: 0px 0px 15px #a2a1a1e0;
    -o-box-shadow: 0px 0px 15px #a2a1a1e0;
    background-color: #000;
}

#videoSection .countdown_button .content {
    max-width: 700px;
    padding-top: 60px;
    padding-bottom: 70px;
}

#videoSection .cornerButton {
    margin-top: 25px;
    font-weight: bold;
}

#videoSection .cornerButton:hover a {
    color: #df982a;
}

#videoSection #myPlayer {
    height: 600px;
}


/*--------------------------------------------------------*\
    new-select
\*--------------------------------------------------------*/

.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
}

.custom-select-wrapper select {
	display: none;
}

.custom-select {
	position: relative;
	display: inline-block;
}

.custom-select-trigger {
	position: relative;
	display: block;
	width: 130px;
	padding: 0 84px 0 22px;
	font-size: 22px;
	font-weight: 400;
	color: #FFF;
	line-height: 60px;
	background: #ba3131!important;
	border-radius: 4px;
	cursor: pointer;
}

.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	margin: 15px 0;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}

.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 25px;
	width: 7px;
	height: 7px;
	margin-bottom: -4px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out;
}

.option-hover:before {
	background: #f9f9f9;
}

.custom-option {
	position: relative;
	display: block;
	padding: 0 22px;
	border-bottom: 1px solid #b5b5b5;
	font-size: 18px;
	font-weight: 600;
	line-height: 47px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
	background: #f9f9f9;
}


/*--------------------------------------------------------*\
    cart-banner
\*--------------------------------------------------------*/

#cart-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ebbe9b;
    background-image: linear-gradient(315deg, #ebbe9b 0%, #e7a977 74%);
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    z-index: 999;
}

#cart-banner > .content {
    width: 100%;
}

#cart-banner span {
    margin-left: 6px;
    margin-right: 6px;
    font-weight: normal;
}


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

#text-image-banner-1 {
    position: relative;
    max-width: 1200px;
    margin: auto;
    box-shadow: 0px 15px 23px 0px rgba(0,0,0,.09);
    background-color: #fff;
    z-index: 9999;
    border-radius: 3px;
}

#text-image-banner-1.paperBanner::before {
    content: none;
}

#text-image-banner-1 .banner-shape {
    height: 120px;
    background-image: url('../images/banner-shape.png');
    position: absolute;
    width: 100%;
    top: -118px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

#text-image-banner-1 .lower {
    margin-bottom: 25px;
}

#text-image-banner-1 > .content {
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #f8f8f8;
}

#text-image-banner-1 .text {
    float: right;
    padding: 10px 0 10px 40px;
    text-align: left;
    max-width: 900px;
}

#text-image-banner-1 .text .title {
    font-size: 37px;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: 1px;
    line-height: 42px;
    width: 100%;
    color: #565e2e;
}

#text-image-banner-1 .text span {
    display: inline-block;
    margin-top: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #373737;
}

#text-image-banner-1 .image {
    max-width: 100px;
    margin-top: 0px;
}

#text-image-banner-1 .countdown_button .content {
    max-width: 680px;
    color: #fff;
}

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


/*--------------------------------------------------------*\
    kitConfigurator
\*--------------------------------------------------------*/

#kitConfigurator {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 40px;
}

#kitConfigurator .custom-select-wrapper,
#kitConfigurator .custom-select-wrapper *,
#kitConfigurator select {
    width: 100%;
    max-width: 400px;
    z-index: 99;
}

#kitConfigurator .content {
    margin-bottom: 45px;
}

#kitConfigurator .title {
    color: #df9828;
    font-size: 43px;
    font-style: oblique;
    font-weight: 700;
    margin-bottom: 25px;
}

#kitConfigurator .images {
    padding: 10px;
    font-size: 17px;
}

/*#kitConfigurator .images:first-child img {
    padding-left: 0;
}

#kitConfigurator .images:last-child img {
    padding-right: 0;
}*/

#kitConfigurator .product-grid-carousel .images .image_container {
    position: relative;
    width: 100%;
}

#kitConfigurator .product-grid-carousel .images .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #df9828;
    cursor: pointer;
}
  
#kitConfigurator .product-grid-carousel .image_container:hover .overlay {
    opacity: 1;
}
  
#kitConfigurator .product-grid-carousel .images a {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
}

#kitConfigurator .product-grid-carousel .images .icon {
    font-size: 75px;
}

#kitConfigurator .cornerButton {
    background-color: #df9828;
    margin-top: 25px;
    font-size: 18px;
    line-height: 45px;
    height: 48px;
}

#kitConfigurator .cornerButton a {
}

#kitConfigurator .cornerButton:hover {
    color: #252525;
}



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

#box-banner {
    padding-top: 65px;
    padding-bottom: 50px;
    background-color: #f5e8e3;
}

#box-banner .content {
    padding: 0;
    max-width: 1300px;
    margin: auto;
    width: 100%;
}

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

#box-banner .innerTitle {
    padding-bottom: 5px;
    font-weight: 800;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 34px;
    color: #df9828;
}

#box-banner .innerTitle .icon {
    max-width: 35px;
    margin-left: -12px;
    display: inline-block;
}

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

#box-banner .subtitle {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 19px;
    margin-bottom: 35px;
}

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

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

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

#box-banner li .image {
    position: relative;
}

#box-banner li .image img {
    border: dashed 2px #ffffff;
    padding: 8px;
    border-radius: 100%;
}

#box-banner li .image span {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;  
    line-height: 80px;
    font-size: 48px;
    font-weight: 600;
}

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

#box-banner li .description .title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
    min-height: 50px;
    letter-spacing: 1px;
    color: #df9828;
}

#box-banner li .description .title i {
    font-size: 34px;
}

#box-banner li .description .title i.icon-camera {
    margin-right: 6px;
}

#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: 23px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 80px;
}

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

#box-banner li .description .cornerButton a {
}

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


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

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

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

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


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

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

#advise-banner > .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 table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

#advise-banner .sx > * {
    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;
    color: #df9828;
}

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

#advise-banner .price > 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: #7a7a7a;
}

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

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

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

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


/*--------------------------------------------------------*\
    mosaicBanner
\*--------------------------------------------------------*/

#mosaicBanner {
    padding-top: 60px;
    padding-bottom: 0;
}

#mosaicBanner > .content {
   max-width: 90%;
   margin: auto;
   width: 100%;
}

#mosaicBanner .row1,
#mosaicBanner .row2,
#mosaicBanner .row1 > *,
#mosaicBanner .row2 > * {
    height: fit-content;
}

#mosaicBanner .row1 {
    margin-right: -385px;
    padding-bottom: 40px;
}

#mosaicBanner .row2 .sx {
    margin-top: -300px;
}

#mosaicBanner .row2 {
    padding-top: 30px;
}

#mosaicBanner .image img {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

#mosaicBanner .text .title {
    font-size: 39px;
    font-weight: 800;
    line-height: 41px;
    max-width: 380px;
    width: 100%;
    color: #df9828;
}

#mosaicBanner .text .underTitle {
    padding-top: 10px;
    max-width: 300px;
    font-size: 15px;
    line-height: 21px;
    text-align: justify;
    margin-right: 0;
    margin-left: auto;
}

#mosaicBanner .row1 .image img {
    width: 100%;
    max-width: 450px;
}

#mosaicBanner .row2 .sx .image img {
    width: 100%;
}

#mosaicBanner .text {
    padding-left: 10px;
    padding-right: 10px;
}

#mosaicBanner .row2 .sx .text {
    padding-top: 20px;
}

#mosaicBanner .row2 .dx .image {
    width: 60%;
}

#mosaicBanner .row2 .dx .text {
    width: 40%;
}

#mosaicBanner .row2 .dx .image img {
    width: 100%;
    max-width: 400px;
}

#mosaicBanner .row2 .dx .text {
    padding-left: 20px;
}

#mosaicBanner .row1 .text {
    padding-right: 20px;
}

#mosaicBanner .row1 .text .title {
    text-align: right;
}

#mosaicBanner .row1 .text .underTitle {
    text-align: right;
}

#mosaicBanner .row2 .sx .text .title {
    text-align: left;
}

#mosaicBanner .text .title i {
    margin-left: -8px;
}

#mosaicBanner .row2 .sx  .text .underTitle {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

#mosaicBanner .row2 .dx .text .title {
    text-align: left;
}

#mosaicBanner .row2 .dx  .text .underTitle {
    text-align: left;
}


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

.sovraSlider_section {
    padding-top: 0;
    padding-bottom: 50px;
}

.sovraSlider_section .carousel-cell img {
    padding: 12px;
    width: 100%;
    max-width: 270px;
    border-radius: 100%;
}

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

.sovraSlider_section #slider > .content {
    margin: auto;
    max-width: 715px;
    width: 100%;
}

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

.sovraSlider_section #slider .text > * {
    color: #222;
}

.sovraSlider_section #slider .text .innerTitle {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 60px;
    height: 100px;
}

.sovraSlider_section #slider .text .innerTitle .title {
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-shadow: none;
    position: absolute;
    padding: 0;
    font-size: 38px;
    line-height: 35px;
    font-style: oblique;
    margin-top: 11px;
    color: #222;
    margin-bottom: 10px;
}

.sovraSlider_section #slider .text .innerTitle .underTitle {
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    font-size: 136px;
    color: #fff;
    margin-left: 25px;
}

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

.sovraSlider_section #slider .text {
    padding-left: 10px;
    padding-right: 10px;
}
.sovraSlider_section #slider .text .description {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 5px;
}

.sovraSlider_section .icon {
    margin-right: 6px;
}

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

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

.sovraSlider_section #slider .description p {
    padding-top: 10px;
    margin-bottom: 25px;
}

.sovraSlider_section #slider .text .innerTitle .title .promo {
    font-size: 27px;
    color: #ba3131;
    font-style: normal;
    display: inline-block;
}


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

#product {

}

#product.product_1 {
    padding-top: 65px;
    padding-bottom: 35px;
}

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

#product.product_3 {
    padding-top: 45px;
    padding-bottom: 65px;
}

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

#product .text .description .price {
    font-size: 30px;
    color: #2a2a2a;
    margin-top: 30px;
    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: 108px;
    color: #df9828;
    margin-right: 5px;
}

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

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

#product .text .description .promo {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 16px;
    font-size: 24px;
    line-height: 32px;
}

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

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

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

#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 .text {
    padding-right: 60px;
}

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

#product .innerTitle {
    line-height: 65px;
    text-align: center;
    font-weight: 600;
    font-size: 65px;
    padding-bottom: 0;
    font-style: italic;
    margin-left: -10px;
}

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

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

#product .description {
    line-height: 24px;
    font-size: 16px;
    margin-left: 46px;
    color: #6e6e6e;
}

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

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

#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 .4s;
}

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


/*--------------------------------------------------------*\
    colorPopup - popup - selectionPopup
\*--------------------------------------------------------*/

#colorPopup {
    display: none;
}

.colorPopup {
    padding: 6px;
    border: 2px solid #ebba934f;
    border-radius: 5px;
    position: relative;
}

.colorPopup .grid {
    display: grid;
}

.colorPopup .close {
    position: absolute;
    right: -16px;
    top: -16px;
    width: 35px;
    height: auto
}

.colorPopup .close img {
    transition: .3s ease;
    cursor: pointer;
}

.colorPopup .close img:hover {
    opacity: 0.7;
}

.colorPopup .grid-item {
    max-width: 25%;
    width: 25%;
    height: auto;
    padding: 4px 4px 12px 4px;
    text-align: center;
}

.colorPopup .grid-item .name {
    width: 100%;
    font-size: 14px;
    padding-top: 3px;
    display: inline-block;
}

.colorPopup .grid-item img {
    border-radius: 5px;
    z-index: 9999;
    transition: .2s ease;
    width: 100%;
}

.swal2-popup {
    margin-top: 20px;
    margin-bottom: 55px;
    padding-bottom: 0;
}

.swal2-popup > *:not(.swal2-content) {
    display: none !important;
}

.swal2-content {
    min-width: 100%;
    width: 100%;
}

.colorPopup .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    cursor: pointer;
}
  
.colorPopup .grid-item:hover .overlay {
    opacity: 1;
}
  
.colorPopup .grid a {
    color: #222;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    margin-top: -15px;
    display: inline-block;
    text-shadow: rgb(255 255 255) 0px 1px 3px;
}

.colorPopup .grid-item:hover img {
    opacity: 0.6;
}

.colorPopup .grid .icon {
    color: #ba3131;
    font-size: 75px;;
    display: inline-block;
}


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

#only-text-banner {
    position: relative;
    overflow: visible;
    margin-top: 0px;
}

#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: 1350px;
    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: 31px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 36px;
    margin-top: 25px;
    width: 100%;
    color: #fff;
    text-shadow: 2px 2px 2px #4e4e4e4f;
}

#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;
    text-shadow: 2px 2px 2px #4e4e4e4f;
}

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


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

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

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

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

#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: 50px auto 90px auto;
    max-width: 1100px;
    width: 100%;
    box-shadow: 0px 29px 24px -25px rgba(0,0,0,.2);
}

#order {
    padding-top: 50px;
}

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

#order .container .center {
    max-width: 800px;
	width: 100%;
    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;*/
}


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

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

#footer .footer-logo img {
    max-width: 140px;
    width: 100%;
}

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

#footer a {
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
}

#footer a i {
    margin-right: 5px;
}

#footer a,
#footer a i {
    height: 18px;
    line-height: 18px;
    color: #fff;
}


/*--------------------------------------------------------*\
    opinions
\*--------------------------------------------------------*/

#opinions {
    padding-top: 0;
    padding-bottom: 50px;
}

#opinions > .content {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

#opinions h2 {
    font-weight: bold;
    color: #FFA500;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#opinions .title span {
    display: block;
}

#opinions .title i {
    color: #3B5998;
}

#opinions .subtitle {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

#opinions .img {
    padding: 15px 5px 5px 5px;
    max-width: 380px;
    width: 100%;
    margin: auto;
}

#opinions .box {
    padding: 20px;
    background-color: #343a40;
    color: #fff;
    border-radius: 10px;
    margin: 0;
}

#opinions .box .title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

#opinions .box .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
}

#opinions .box .description {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

#opinions .opinions-carousel {
    position: relative;
}

#opinions .opinions-carousel::before,
#opinions .opinions-carousel::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
}

#opinions .opinions-carousel::before {
    background-image: linear-gradient(to left, #fff0, rgb(255 255 255));
    left: 0;
}

#opinions .opinions-carousel::after {
    background-image: linear-gradient(to right, #fff0, rgb(255 255 255));
    right: 0;
}

#opinions .carousel-cell {
    width: 50%;
    padding: 25px;   
}

#opinions .rating {
    margin-top: 15px;
}

#opinions .rating .icon {
    color: red;
}


/*--------------------------------------------------------*\
    facebook-box
\*--------------------------------------------------------*/

.facebook-box {
    margin: 30px auto;
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    box-shadow: 0px 0px 12px #a2a1a1e0;
    -webkit-box-shadow: 0px 0px 12px #a2a1a1e0;
    -moz-box-shadow: 0px 0px 12px #a2a1a1e0;
    -o-box-shadow: 0px 0px 12px #a2a1a1e0;
}

.facebook-box a {
    color: #3b5998;
    cursor: pointer;
    text-decoration: none;
}

.facebook-box hr {
    line-height: 1px;
    height: 1px;
    color: rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .1);
    border: 0;
    margin: 10px 0 0 0;
}

.facebook-box .right-icon {
    float: right;
    display: inline;
    width: 24px;
    height: 24px;
    color: #d8d8d8;
    cursor: pointer;
}

.facebook-box .content {
    padding: 12px;
}

.facebook-box .row.header {
    max-height: 60px;
    margin-bottom: 11px;
}

.facebook-box .header .avatar {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 8px;
}

.facebook-box .header .name {
    width: calc(100% - 60px - 8px);
}

.facebook-box .header .name h5 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 14px;
}

.facebook-box .header .name span {
    color: #9197a3;
    font-size: 12px;
}

.facebook-box .footer {
    border-top: 1px solid #e1e2e3;
    margin: 0;
    padding: 9px 12px 7px 12px;
    font-size: 12px;
    background-color: #f6f7f8;
    border-radius: 0 0 3px 3px;
    color: #141823;
    overflow: hidden;
}

.facebook-box .footer .row {
    margin-top: 10px;
    margin-bottom: 2px;
    overflow: hidden;
}