.no-radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.header__sticky-forced {
    position: fixed !important;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 99;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    background: var(--tp-heading-primary);
}

.header-area {
    background-color: var(--tp-common-white);
}

.main-menu ul li a {
    color: var(--tp-heading-primary);
}

.logo {
    width: 100%;
    height: 100px;
    background-color: var(--tp-common-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.logo a {
    display: block;
}

.logo a img {
    width: 228px;
    height: 36px;
}

.slider-contant .slider-title {
    font-size: 60px;
}

.slider-contant span {
    font-size: 40px;
}

.red-point i {
    width: 30px;
    height: 30px;
    background-color: var(--tp-theme-1);
    border-radius: 15px;
    display: block;
    margin-top: 5px;
}

.m-img img {
    object-fit: cover;
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
}

.img-sq {
    position: relative;
    padding-bottom: 100%;
    display: block;
    background-color: #ffffff;
}

.img-sq img {
    object-fit: contain;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px;
}

.cat-sq {
    position: relative;
    padding-bottom: 140%;
    display: block;
    background-color: #ffffff;
}

.cat-sq img {
    object-fit: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.history__item {
    background-color: #ffffff;
    height: 100%;
}

.history__item .sm-item-content h6 {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

table td.disabled {
    opacity: 0;
}

table td label.madeinitaly {
    display: block;
    text-align: center;
    margin: 0;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .banner-slider {
        height: 85vh;
        max-height: 970px;
    }
}

.page__title-height-small {
    min-height: 150px;
}

.product-item {
    border: 1px solid var(--tp-border-2);
    border-radius: 6px;
    margin-bottom: 40px;
    background: var(--tp-common-white);
}

.product-item-image {
    position: relative;
}

.product-item-image-inner {
    position: relative;
    padding-bottom: 80%;
}

.product-item-image-inner img {
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-item:hover .product-item-image-inner img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.product-item-content {
    background: var(--tp-common-white);
    padding: 13px;
    min-height: 85px;
}

.product-item-content a {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: block;
}

.product-item:hover .product-item-content a {
    color: var(--tp-theme-1);
}

.product-item-content-btn a {
    border-top: 1px solid var(--tp-border-2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 13px;
    background: var(--tp-common-white);
    font-size: 12px;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-sbold);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: 0.3s;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

.product-item:hover .product-item-content-btn a {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}

.img-wrapper {
    position: relative;
    padding-bottom: 80%;
}

.img-wrapper img {
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.second-description h2 {
    font-size: var(--tp-fz-h3);
}

.second-description p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}

.page__title-color {
    background: var(--tp-heading-primary);
}

.page__title-wrapper .breadcrumb-menu ul li span,
.page__title-wrapper .breadcrumb-menu ul li a {
    font-size: 13px;
}

.footer__copyright-text p {
    font-size: 14px;
    margin-bottom: 0;
}

.external-links a {
    font-size: 16px;
    font-weight: 600;
    color: #343a40;
    transition: 0.3s;
}

.external-links a:hover {
    color: #de2021;
}

.pt-d-text ul {
    padding-left: 2rem;
    margin-bottom: 15px;
}

.pt-d-text ul li {
    font-family: var(--tp-ff-p);
    font-size: 18px;
    font-weight: var(--tp-fw-normal);
    color: var(--tp-text-body);
    line-height: 29px;
}

.portfolio__details-area {
    color: var(--tp-theme-1);
    font-size: 15px;
}

.lang-tab {
    display: inline-block;
    cursor: pointer;
}

.lang-tab .modal-div {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.lang-tab .modal-div .flag {
    width: 26px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    
}

/* MODAL STYLE */
.modal { }
#lang .modal-dialog { width: 300px; }
.modal-backdrop { background-color: #fff; }
.modal-content { border-radius: 0; border: 1px solid #ccc; box-shadow: none; }
.modal-header { border-bottom: 0; }
.modal-footer { border-top: 0; }
.modal-title { color: #222; text-align: center; }
h4.modal-title { font-weight: bold; font-size: 24px; position: relative; padding: 0 0 12px 0; }
h4.modal-title span { position: absolute; bottom: 0; height: 1px; width: 120px; background-color: #d20500; left: 50%; transform: translateX(-60px); }
.modal-header .close { color: #222; text-shadow: none; opacity: 1; }
.modal-content .list-country { display: block; padding: 0; margin: 0; list-style: none; }
.modal-content .list-country li { display: block; height: 40px; line-height: 30px; border-bottom: 1px solid #ccc; padding: 8px; }
.modal-content .list-country li:hover,
.modal-content .list-country li.active { background-color: #f4f4f4; font-weight: bold; }
.modal-content .list-country li a { color: #555; display:block; }
.modal-content .list-country li .flag { width: 36px; height: 24px; background-repeat: no-repeat; background-size: cover; float: left; margin-right: 12px; }
.modal-content .list-country li i { float: right; color: #4CB800; margin: 6px; }

.search {
    cursor: pointer;
}

.sidebar__search {
    z-index: 1;
}

.sidebar__search input {
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
}

.sidebar__search input:focus {
    border-color: #d20500;
}

.search-panel {
    position: absolute;
    z-index: 10000;
    display: table-column;
    width: 100%;
    height: 100%;
    background: #2b3134;
    top: 0;
    display: none;
}

.search-panel.visible {
}

.search-panel .close-search {
    height: 19px;
    width: 25px;
    cursor: pointer;
    background-image: url(../img/close.svg);
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.search-panel .cont-form {
    display: table;
    height: 100vh;
    width: 100%;
}

.search-panel .center-search {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 50%;
    text-align: center;
}

.search-panel .center-search .deco-form {
    border-bottom: 2px solid #ffffff;
    width: 50%;
    margin: 0 auto;
    padding: 20px 30px;
    height: 90px;
    position: relative;
}

.search-panel div input, .search-panel div select {
    border: none;
    background-color: transparent;
    height: 60px;
    line-height: 60px;
    font-size: 44px;
    color: #ffffff;
    float: left;
    width: calc(100% - 60px);
}

.search-panel div input::placeholder {
    color: #ffffff;
    font-size: 20px;
}

.search-panel div input:focus, search-panel div select:focus {
    outline: none;
}

.overflow-menu {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
}

.overflow-menu.visible {
    opacity: 1;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.fixed {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 90%;
    }
}

.ab-right-content {
    padding-right: 80px;
}

.about__area ul {
    padding-left: 2rem !important;
}

.recaptcha-container {
    height: 0;
}
.grecaptcha-badge{visibility: hidden !important;}

.portfolio__details {
    margin-right: 0;
}