/*
Theme Name: Copan
Author: Luca Forzan - LF Design
Author URI: https://lf-design.it/
Version: 1.0
Text Domain: orthofix
*/

html {
    margin-top: 0!important;
}
body {
	margin: 0;
    overflow-x: hidden;
    position: relative;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
*:focus {
    outline: none;
}
a, .transition, #search-form input[name="s"], .addtoany_shortcode img, button,
a::after, form input[type="submit"] {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-category img {
    max-width: 175px!important;
}
.icon, .elementor-widget-button-modal a::after,
#top-banner .close {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.padding-top {
    padding-top: 60px
}
.padding-bottom {
    padding-bottom: 60px
}
.padding-top-medium {
    padding-top: 25px
}
.padding-bottom-medium {
    padding-bottom: 25px
}
.invert, .invert * {
    color: #fff!important;
}
.container {
    width: 1470px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}
.container > div {
    padding: 10px;
}
ul, ol {
    padding-left: 28px;
}
strong {
    font-weight: 700;
}
.only-mobile {
    display: none!important;
}
table {
    width: 100%;
}
td, th {
    padding: 5px;
}
th {
    font-weight: 600;
}

form input[type="text"], form input[type="email"], form select, form input[type="submit"]  {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 24px;
}
form .wpcf7-list-item:first-child {
    margin-left: 0;
}
form input[type="radio"] {
    margin: 0 3px 0 0;
}
form input[type="submit"] {
    background-color: var( --e-global-color-primary );
    color: #fff;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    border-width: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}
form input[type="submit"]:hover {
    opacity: 0.9;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

/* Header */
.elementor-location-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.e--pointer-double-line .elementor-item::after, .e--pointer-double-line .elementor-item::before, .e--pointer-overline .elementor-item::after, .e--pointer-overline .elementor-item::before, .e--pointer-underline .elementor-item::after, .e--pointer-underline .elementor-item::before {
    height: 2px!important;
}
.elementor-widget-button-modal a {
    color: #fff!important;
    text-decoration: none!important;
    background-color: var( --e-global-color-primary );
    /*font-size: 21px!important;*/
    font-size: 18px!important;
    line-height: 25px!important;
    display: inline-block;
    /*padding: 23px 18px;*/
    padding: 4px 18px;
}
#top-banner .elementor-widget-button-modal a {
    height: 100%;
}
.elementor-widget-button-modal a:hover {
    background-color: var( --e-global-color-9cd5681 );
}
.elementor-widget-button-modal a::after {
    content: '';
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L8 8.5L1 16" stroke="white" stroke-width="2"/></svg>');
    width: 7px;
    height: 15px;
    margin-left: 10px;
    vertical-align: middle;
}
.elementor-widget-button-modal a *  {
    vertical-align: middle;
}
.elementor-widget-button-modal a img {
    margin-right: 20px;
}
.elementor-widget-nav-menu a {
    text-decoration: none!important;
}
#top-menu.elementor-widget-nav-menu a:after {
    display: none!important;
}
#top-menu.elementor-widget-nav-menu a:hover {
   text-decoration: underline!important;
}
ul.social-share a {
    display: block;
    line-height: 0;
}
ul.social-share > li > a {
    padding: 12px 10px;
}
ul.social-share > li > a > img {
    width: 22px;
    height: 26px;
}
ul.social-share, ul.social-share ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.social-share {
    position: relative;
}
ul.social-share ul {
    z-index: 9999;
    border-radius: 5px;
    margin-left: 0;
    width: 42px;
    position: absolute;
    background-color: var( --e-global-color-primary );
    display: none;
}
/*ul.social-share > li:hover ul {
    display: block;
}*/
ul.social-share ul::before {
    position: absolute;
    margin-top: -8px;
    margin-left: 12px;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent var( --e-global-color-primary ) transparent;
}
ul.social-share ul a {
    padding: 10px 13px;
}
ul.social-share ul li:first-child a {
    border-radius: 5px 5px 0 0;
}
ul.social-share ul li:last-child a {
    border-radius: 0 0 5px 5px;
}
ul.social-share ul a:hover {
    background-color: var( --e-global-color-accent );
}
ul.social-share img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    object-position: center;
}

#top-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}
#top-banner .close {
    display: block;
    width: 14px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.794922L8 8.91136L1 17.0278" stroke="white" stroke-width="2"/><path d="M15 17.0273L8 8.91091L15 0.794468" stroke="white" stroke-width="2"/></svg>');
}
#top-banner .elementor-widget-close {
    position: absolute;
    right: 10px;
    top: calc(50% - 9px);
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
    background-color: var( --e-global-color-accent )!important;
}
.elementor-widget-nav-menu a::after {
    display: none;
}
.elementor-location-popup > div {
    padding: 0;
}
.elementor-location-popup h6 {
    padding: 0 20px 8px 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.elementor-location-popup table {
    margin: 10px auto;
}
.elementor-popup-modal .dialog-close-button {
    top: 16px!important;
}
.elementor-location-header .border-special {
    border-image-source: linear-gradient(to right, #73c2e0, #3374b0);
    border-image-slice: 0 0 1 0;
}
.elementor-location-header .button {
    min-width: auto;
}

/* Content */
#main-content, body > .elementor-location-archive, body > .elementor-location-single {
    margin-top: 114px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 25px;
}
.heading {
    display: flex;
    align-items: center;
    background-image: url('assets/images/heading.jpg');
    background-size: cover;
    background-position: left center;
    min-height: 430px;
}
.heading h1 {
    margin: 30px 0 0 0;
}
.heading > div {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
#breadcrumbs, #breadcrumbs a {
    font-weight: 500!important;
    font-size: 18px!important;
    color: var( --e-global-color-baaf6f1 );
    text-decoration: none;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
.button {
    background-color: var( --e-global-color-primary );
    text-decoration: none!important;
    color: #fff!important;
    border-radius: 24px;
    padding: 9px 28px;
    display: inline-block;
    font-weight: 600!important;
    text-align: center;
    min-width: 222px;
    max-width: 100%;
}
.button:hover {
    background-color: var( --e-global-color-accent );
}
.social-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.social-list .icon-wrap {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
}
.social-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-right: 25px;
    margin-bottom: 25px;
}
.social-list .text-wrap {
    vertical-align: middle;
}
.social-list a {
    text-decoration: none!important;
    color: #fff!important;
    font-size: 15px!important;
}
.social-list a:hover .text-wrap {
    text-decoration: underline;
}
.social-list img {
    width: 18px!important;
    height: 18px!important;
    object-fit: contain;
    object-position: center;
}
.swiper.slider .swiper-slide {
    display: flex;
    min-height: 570px;
    align-items: stretch;
}
.swiper.slider .swiper-slide > div {
    width: 50%;
    position: relative;
}

.swiper.slider .swiper-slide > div:first-child {
    background-color: var( --e-global-color-primary );
}
.swiper.slider .swiper-slide > div:first-child::after {
    z-index: 1;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: -208px;
    content: '';
    display: block;
    width: 208px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg preserveAspectRatio="none" class="em-hero__background-svg" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 208 550"><path class="p1" fill="rgba(255,255,255,0.5)" d="M19.181 550c20.447 0 39.434-10.725 50.047-28.275l130.374-216.451a58.591 58.591 0 0 0 0-60.45L69.325 28.373C58.712 10.823 39.725.098 19.28.098L0 0l.097 550h19.084Z"></path><path class="p2" fill="%230074c3" d="M0 550.098c20.507 0 39.55-10.727 50.193-28.281L180.95 305.328a58.464 58.464 0 0 0 0-60.461L50.193 28.377C39.55 10.826 20.507.098 0 .098v550.001Z"></path></svg>');
}
.swiper.slider .swiper-slide > div:first-child > div {
    margin-left: calc(50vw - 725px);
    display: flex;
    height: 100%;
    align-items: center;
}
.swiper.slider .swiper-slide > div:first-child > div > div {
    padding-top: 36px;
    padding-bottom: 36px;
}
.swiper.slider .swiper-slide > div:last-child {
    background-position: center;
    /*background-size: cover;*/
    background-size: contain;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
}
.swiper.slider .swiper-slide h2 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px 0;
}
.swiper.slider .swiper-slide h3 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
}
.swiper.slider .swiper-slide a.button {
    background-color: #fff;
    color: var( --e-global-color-primary )!important;
    font-weight: 700!important;
}
.swiper.slider .swiper-slide p {
    margin: 0;
}
.slider-swiper-pagination {
    position: static;
    text-align: left;
    margin-top: 20px;
}
.slider-swiper-pagination .swiper-pagination-bullet {
    background-color: #ECECEC;
    width: 12px;
    height: 12px;
    opacity: 1;
}
.slider-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #304050;
}
.box-product h3 {
    color: var( --e-global-color-primary )!important;
}
.box-product {
    margin-top: 20px!important;
}
.elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 24px!important;
    line-height: 34px!important;
    font-weight: 400!important;
    margin-bottom: 15px!important;
}

/* Footer */
.elementor-location-footer .elementor-nav-menu li {
    border-right: 1px solid #fff;
    margin-right: 10px;
    padding-right: 10px;
}
.elementor-location-footer .elementor-nav-menu li:last-child {
    border-right-width: 0;
    margin-right: 0;
}
.elementor-location-footer .elementor-nav-menu a:hover {
    text-decoration: underline!important;
}
.elementor-location-footer p {
    margin: 0;
}
.elementor-icon-box-title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#cta-contact h6 {
    font-weight: 400;
    color: #616569;
    margin-bottom: 0;
}
#cta-contact h2 {
    font-weight: 700;
    color: var( --e-global-color-primary );
}
#cta-contact .elementor-widget-text-editor, #cta-contact .elementor-widget-text-editor p {
    font-weight: 600;
}
.icon-link-list h6 {
    font-weight: 700!important;
}
.icon-link-list ul {
    list-style-type: none;
    padding-left: 0;
}
.icon-link-list ul li {
    margin-bottom: 20px;
}
.icon-link-list img, .icon-link-list span {
    vertical-align: middle;
}
.icon-link-list img {
    /*margin-right: 27px;*/
    position: absolute;
}
.icon-link-list span {
    margin-left: 40px;
    display: inline-block;
}
.icon-link-list a {
    display: inline-block;
    text-decoration: none!important;
}
.title-support h2 {
    color: var( --e-global-color-primary )!important;
}
.icon-link-list a:hover {
    text-decoration: underline!important;
}
.section-arrow-left, .section-arrow-right {
    position: relative;
}
.section-arrow-right {
    padding-left: calc(50vw - 725px)!important;
}
.section-arrow-left {
    padding-right: calc(50vw - 725px)!important;
}

.section-arrow-right::after, .section-arrow-left::after {
    z-index: 2;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: -175px;
    content: '';
    display: block;
    width: 175px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='200' height='550' viewBox='0 0 200 550' fill='none'%3E%3Cpath d='M7.21444 302.08L133.919 522.912C143.538 539.671 161.305 550 180.535 550H200L200 0H180.535C161.305 0 143.529 10.3206 133.919 27.0882L7.21444 247.921C-2.40481 264.679 -2.40481 285.329 7.21444 302.088V302.08Z' fill='%230074C3' /%3E%3C/svg%3E");
}
.section-arrow-left::after {
    left: -175px;
}
.section-arrow-right::after {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='200' height='550' viewBox='0 0 200 550' fill='none'%3E%3Cpath d='M7.21444 302.08L133.919 522.912C143.538 539.671 161.305 550 180.535 550H200L200 0H180.535C161.305 0 143.529 10.3206 133.919 27.0882L7.21444 247.921C-2.40481 264.679 -2.40481 285.329 7.21444 302.088V302.08Z' fill='%23304050' /%3E%3C/svg%3E");
}
.e-widget-swiper.style-1 .elementor-swiper-button {
    display: none!important;
}
.e-widget-swiper.style-1 .swiper-pagination-bullet {
    background-color: #ECECEC;
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0 2px;
}
.e-widget-swiper.style-1 .swiper-pagination-bullet-active {
    background-color: var( --e-global-color-primary );;
}
.e-widget-swiper.style-1 .swiper-pagination {
    bottom: 19px!important;
}
.e-widget-swiper.style-1, .e-widget-swiper.style-1 .elementor-swiper, .e-widget-swiper.style-1 .elementor-slides-wrapper,
.e-widget-swiper.style-1 .swiper-slide {
    height: 100%!important;
    min-height: 400px;
}

.product-list .product-categories {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.product-list .product-categories li {
    text-align: center;
    padding: 10px;
}
.product-list .container > div {
    width: 100%;
}
.product-list .product-categories a {
    display: inline-block;
    text-decoration: none;
    color: var( --e-global-color-primary );
}
.product-list .product-category-section:nth-child(odd) {
    background-color: var(--e-global-color-cd8ea8c);
}
.product-list .product-category-section {
    text-align: center;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.product-list .product-category-section h2 {
    color: var( --e-global-color-primary );
}
.product-list .product-category-description {
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
}
.product-list .product-category-section:nth-child(odd) .product-category-description {
    color: var( --e-global-color-baaf6f1 );
}
.product-list .products {
    margin-left: -60px;
    margin-right: -60px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}
.product-list .products .product-item {
    margin-left: 60px;
    margin-right: 60px;
    width: calc(33.33% - 120px);
    margin-top: 60px;
}
.product-list .products img {
    width: 100%;
    border-radius: 24px;
    margin-bottom: 25px;
}
.product-list .products .product-image a {
    display: block;
}
.product-list .products h5 {
    text-transform: uppercase;
    color: var( --e-global-color-primary );
    font-weight: 600;
}
.product-list .products .product-description {
    color: var( --e-global-color-primary );
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

#elementor-popup-modal-767 .dialog-close-button svg {
    fill: #fff;
}
#elementor-popup-modal-767, #elementor-popup-modal-767 p, #elementor-popup-modal-767 a, #elementor-popup-modal-767 label {
    font-size: 14px;
    line-height: 24px;
}
#elementor-popup-modal-767 p {
    margin: 10px 0;
}
#elementor-popup-modal-767 .very-small, .very-small * {
    font-size: 12px;
    line-height: 16px;
}
#elementor-popup-modal-767 .wpcf7-spinner {
    display: none!important;
}
#elementor-popup-modal-767 .wpcf7 form .wpcf7-response-output {
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 1466px) { 
    .section-arrow-left, .section-arrow-right {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}
@media (max-width: 1440px) {
    .swiper.slider .swiper-slide > div:first-child > div {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1366px) {
    .elementor-location-header .button {
        padding: 5px;
        font-size: 12px!important;
    }
    .social-list li {
        width: 50%;
    }
    
}

@media (max-width: 1200px) {
    .swiper.slider .swiper-slide > div:first-child::after {
        display: none;
    }
    .section-arrow-right::after, .section-arrow-left::after {
        display: none;
    }
    .swiper.slider .swiper-slide {
        flex-direction: column;
    }
    .swiper.slider .swiper-slide > div {
        width: 100%;
    }
    .swiper.slider .swiper-slide > div.bk {
        min-height: 500px;
    }
}
@media (max-width: 1024px) {
    .elementor-location-header {
        position: static;
    }
    #main-content, body > .elementor-location-archive, body > .elementor-location-single {
        margin-top: 0;
    }
    .container {
        flex-direction: column;
    }
    #top-banner {
        position: static;
    }
    .only-mobile {
        display: block!important;
    }

    .social-list li {
        width: 100%;
        padding-right: 0;
    }
    .swiper.slider .swiper-slide > div.bk {
        min-height: 300px;
    }
    .heading {
        min-height: 300px;
    }
    .heading > div {
        width: 100%;
    }

    .swiper.slider .swiper-slide h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .product-list .products {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .product-list .products .product-item {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }
    .product-list .product-categories {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .product-list .product-categories .product-category img {
        width: 90px;
    }
}
@media (max-width: 500px) {
    .product-list .products .product-item {
        width: 100%;
    }
}

/*--------------------------------------------------- PARTE 2 ---------------------------------*/
.button-invert .button{
    background-color: #fff!important;
    color: var( --e-global-color-primary )!important;
}
.button-invert .button:hover{
    background-color: transparent!important;
    color: #fff!important;
    border: 1px solid #fff!important;
}
#text-unic h5{
    padding-top: 15px;
    font-weight: 700!important;
}
#text-unic b{
    color: var( --e-global-color-baaf6f1 )!important;
}
#text-unic strong{
    color: var( --e-global-color-baaf6f1 )!important;
} 
.explore-library {
    display: inline-flex;
    font-weight: 700!important;
    text-decoration: none!important;
    background-image: url('/wp-content/themes/oscar/assets/images/arrow-white.svg'); /* Cambia path se serve */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px 12px;
    padding-right: 16px; /* spazio tra testo e freccia (12px icona + 4px gap) */
    transition: text-decoration 0.2s ease;
}  
.explore-library:hover {
    text-decoration: underline!important;
}
#library {
    display: none; /* NASCONDIAMO il contenitore */
    opacity: 0;
    transition: opacity 0.4s ease;
    cursor: pointer;
}
a.explore-library {
    cursor: pointer;
}  
#library.visible {
    display: block;
    opacity: 1;
}

.custom-accordion p{
    font-weight: 400!Important;
}
.library-group-title h5 {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 33px !important;
    text-transform: uppercase !important;
    color: #0074C3 !important;
}
.custom-accordion .e-n-accordion-item-title {
    padding: 20px !important;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: #0074C3!important;
    height: 20px;
}
.custom-accordion .e-n-accordion-item-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px !important;
    background-color: #f5f6f6 !important;
    cursor: pointer !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.custom-accordion .e-n-accordion-item-title-header {
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1e1e1e !important;
}
.custom-accordion .e-n-accordion-item-title-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin-left: 10px !important;
}
.custom-accordion .e-n-accordion-item-title-icon svg {
    width: 16px !important;
    height: 22px !important;
    max-width: 100% !important;
    display: block !important;
}
.custom-accordion summary {
    all: unset !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
 
  
  
  
  