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

.madeInItaly {
    margin: auto;
    max-width: 240px !important;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}


/*------------------------------------*\
    CORRECTIONS
\*------------------------------------*/

.elementor-section-wrap > .elementor-section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.SECTION-A.elementor-section,
.SECTION1.elementor-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.SECTIONX,
.SECTIONX2 {
    background-color: #FFF !important;
}



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

#order .container {
    width: 100%;
}

#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 text {
    color: #222;
}


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

#secureShopping {

}

#secureShopping h4 {
    color: #000;
}

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

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

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


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