.body{
    overflow:hidden;
}

.woocommerce-breadcrumb {
    display: none;
}

.single-product aside#secondary {
    display: none;
}

.form-cotent svg {
    width: 16px;
    height: 16px;
}
.productdetail-page .first-section .pd-page-content {
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    margin-top: 15px;
    flex-direction: column;
}

.productdetail-page .first-section .pd-page-content .image-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 7.5px;
}

.productdetail-page .first-section .pd-page-content .image-slider .banner img {
    width: 100%;
}
.productdetail-page .first-section .pd-page-content .subscriber-form {
    width: 100%;
    padding: 0 7.5px;
    display:flex;
    flex-direction: column;
    gap:15px;
}

.subscriber-form .form {
    padding: 22px 25px;
    border-radius: 7px;
    background: #f2f2f2;
}

.form-cotent h6 {
    font-size: 24px;
    font-weight: 700;
    font-family: sora, sans-serif;
    margin-bottom: 0;
    line-height: 32px;
}

.form-cotent .price p:nth-child(2) {
    margin-bottom: 0;
}

.detail .product_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}


.value .reset_variations {
    background: #000;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.value .reset_variations:hover {
    background:#A72222;
}

.woocommerce-variation-availability .stock.in-stock {
    color: green;
    font-weight: 600;
}

.price .woocommerce-Price-amount {
    font-size: 30px;
    font-weight: 700;
}


.detail p {
    font-size: 16px;
}

.subscriber-btn table tr {
    display: flex;
    flex-direction: column;
}

.subscriber-btn table tr label {
    width: 100%;
}

.subscriber-btn table {
    width: 100%;
}

.form-cotent select:focus {
    border-color: #ff8080;
    box-shadow: 0 0 0 .25rem #ff000040;
    outline: 0;
}

.woocommerce-variation-add-to-cart button {
    background-color: #A72222!important;
}

.woocommerce-variation-add-to-cart button {
    background: #A72222 !important;
    opacity: 1;
}

.form-cotent p {
    line-height: 29px;
}
.form-cotent h6 span {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
}

.form-cotent .cus-bold {
    font-weight: 700;
    margin: 0;
}

.Mileage .cus-bold span {
    font-weight: 400;
}
.form-cotent select {
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 5px 0 5px 10px;
    border-radius: 5px;
    appearance: none;
    background-image:url("../img/selectFieldArrow.svg");
    border-color:#dee2e6;
    outline:0;
    background-repeat: no-repeat;
    background-position: right 7.5px center;
    background-size: 16px 12px;
}
.form-cotent select:focus {
    border-color:#ff8080;
    box-shadow: 0 0 0 2.5px #ff000040;
}
.productdetail-page .first-section .pd-page-content .image-slider .slider img {
    width: 110px;
    height: 61px;
    border: 1px solid #dee2e6;
    border-radius: 3.7px;
    margin: 2.5px;
    opacity: 0.4;
}
.productdetail-page .first-section .pd-page-content .image-slider .slider img:first-child {
    opacity:1;
}

.productdetail-page .first-section .pd-page-content .image-slider .slider {
    display: flex;
    overflow-x: scroll;
}

.productdetail-page {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 5px;
}
 .subscriber-btn .single_variation_wrap button,
 .single_add_to_cart_button {
    border: none;
    background: #c62929 !important;
    color: #fff;
    cursor: pointer;
    width: 100%;
    margin-top:20px !important;
    padding: 7px 0;
    font-weight: bold;
    transition: background-color .2s ease-in;
    border-radius: 7px;
}
.subscriber-btn {
    margin-top: 15px;
    margin-bottom: 26px;
}

.subscriber-btn button:hover,
.single_add_to_cart_button {
    background: #a72222 !important;
}
.availabilty svg {
    width: 17px;
    height: 17px;
    margin-left: 5px;
    vertical-align: sub;
}

.availabilty {
    display: flex;
    justify-content: center;
    background: #f2f2f2;
    border-radius: 7px;
    padding: 15px 30px;
    margin-bottom: 15px;
}
.form-cotent .price h6 {
    font-size: 30px;
}

.cus-navigation {
    margin-top: 15px;
}

.cus-navigation a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.custom-information .boxes {
    display: flex;
    flex-wrap: wrap;
}

.custom-information .boxes .box {
    margin-bottom: 15px;
    width: 50%;
    padding: 0 30px;
}

.custom-information .heading {
    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
    font-family: sora, sans-serif;
    color: #000;
    margin-bottom: 15px;
}

.custom-information .boxes .box .sub-heading {
    word-wrap: break-word;
    line-height: 1.5;
    font-weight: 700;
}

.custom-information .boxes .box .detail {
    word-break: break-word;
}
.custom-information .fea-detail{
    margin-bottom: 15px;
    width: 100%;
    padding: 0 30px;
}

.fea-detail img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.custom-information .fea-box {
    display: flex;
    flex-wrap: wrap;
}
.cus-height{
    height: 190px;
}

.show-more svg {
    width: 16px;
    height: 16px;
}

.show-more button {
    border: none;
    color: grey;
    background: transparent;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.des-content p {margin-bottom: 0;line-height: 29px;}

.des-content ul {
    list-style: none;
    padding: 0px;
}

.des-content ul li {
    line-height: 28px;
}

.des-content {
    color: #000;
    padding: 0 30px;
    overflow: hidden;
}
/*.des-content-height{
    max-height: 500px;
}*/

.show-more {
    padding: 0 30px;
    display: flex;
    justify-content: flex-start;
}

.show-more-hide {
    position: relative;
    background: #fff;
    top: -20px;
}
.cus-d-none{
    display: none !important;
}
.subscription-provider {
    margin-bottom: 15px;
}
.info-btn svg{
    width: 16px;
    height: 16px;
}

.extra-info .info-content {
    padding: 0 30px;
    color: gray;
}

.extra-info .info-btn {
    margin-bottom: 15px;
}
.extra-info .info-content div:last-child {font-size: 13px;margin-top: 30px;}

.extra-info {
    margin-bottom: 15px;
}
.Costs-borne svg{
    width:16px;
    height:16px;
    vertical-align: text-top;
}
.cost-label {
    padding: 0 30px;
    margin-bottom: 15px;
    line-height: 29px;
}
.main-detail hr{
    margin: 60px 0;
}

.custom-image img {
    height: auto;
    max-width: 100%;
}

.custom-image img:first-child {
    max-height: 300px;
    min-width: 150px;
}

.custom-image img:last-child {
    max-height: 300px;
    padding-right: 30px;
}
.CO₂-Klasse{
    margin-bottom: 15px;
}
.authorize-partner svg {
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}

.authorize-partner {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.authorize-partner img {
    max-width: 395px;
    height: 108px;
    margin: 0 auto;
    display: block;
}

.authorize-partner div:first-child {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.authorize-partner div:nth-child(2) {
    font-family: sora, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.authorize-partner div:nth-child(4),.authorize-partner div:nth-child(5) {
    line-height: 28px;
}
.main-detail .custome-note hr {
}hr {}

.custome-note svg {
    width: 14px;
    height: 14px;
    vertical-align: text-top;
}

.custome-note div:last-child {
    font-size: 14px;
    cursor: pointer;
}

.custome-note {
    color: gray;
    padding: 0 30px;
    margin-bottom:30px;
}

.custome-note .note {
    margin-bottom: 15px;
    line-height: 28px;
}

.custom-information {
    display: flex;
    flex-direction: column;
}

.custom-information .main-detail {
    width: 100%;
    order:2;
}

.custom-information .delivery-detail {
    width: 100%;
    order:1;
}

.custom-information .column {
    padding: 0 7.5px;
}

.transport .icon svg {
    width: 27px;
    height: 22px;
    color: #28b18f;
}

.transport {
    display: flex;
    gap:15px;
    margin-bottom:15px;
}

.second-section {
    margin-top: 15px;
}

.sub-section1 {
    padding: 22px 25px;
    margin-bottom: 15px;
}

.input-field input {
    width: 100%;
    border-radius: 5px;
    outline: 0;
    font-size: 12.5px;
    padding: 5px 10px;
    border: 1px solid #dee2e6;
}
.input-field {
    margin-bottom: 15px;
}

.custom-submit-btn button {
    width: 100%;
    border-radius: 7px;
    border: 1px solid;
    transition: background-color .3s ease;
    padding: 4px 0;
}

.custom-submit-btn button:hover {color: #fff;background: #000;}

.tansport-label p:first-child {
    font-weight: 700;
    font-size: 14px;
}

.tansport-label p {
    line-height: 26px;
    margin: 0;
}

.transport .icon {
    display: flex;
    align-items: center;
}

.custom-submit-btn {
    margin-bottom: 30px;
}
.address .transport .tansport-label p:nth-child(2) {
    font-size: 14px;
}

.address .transport {
    margin-bottom: 30px;
}

.address-detail {
    font-size: 14px;
}

.address-detail div:first-child {
    font-weight: 700;
}

.address-detail div {
    line-height: 26px;
}
.address {
    border-top: 2px solid #e9e9e9;
    padding-top: 30px;
}
.logo {
    display: flex;
    flex-direction: column;
}

.logo img {
    width: 120px;
    height: 33px;
}

.logo div:first-child {
    font-weight: 700;
}

.logo div {
    line-height: 28px;
}

.logo a {
    color: #000;
}
.sub-section2 {
    padding: 22px 25px;
}


.rating-star svg {
    width: 16px;
    height: 16px;
}

.rating-star {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rating div:first-child {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.rating div {
    line-height: 28px;
    font-size: 14px;
    color: gray;
}

.info-modal {
    background: rgba(0, 0, 0, 0.5);
    overflow: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

.info-modal .modal-dialog {
    background: #fff;
}

.info-modal .modal-dialog .modal-header {
    border: none;
    padding-top: 60px;
    display: flex;
    gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
}

.info-modal .modal-dialog .modal-header .close {
    opacity: 1;
    color: #000;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.info-modal .modal-dialog .content {
    padding: 30px;
    border: none;
}

.info-modal .modal-dialog .content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}

.info-modal .modal-dialog .modal-header h4 {
    font-family: sora, sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    margin: 0;
    max-width: 172px;
}

.info-modal .modal-dialog .content .item {
    display: flex;
    gap: 60px;
    align-items: center;
    font-size: 14px;
    position: relative;
    margin-bottom: 30px;
}

.info-modal .modal-dialog .content .item .modal-logo {
    border-radius: 50%;
    background: #f2f2f2;
    width: 80px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-modal .modal-dialog .content .item .modal-logo img {
    width: 100%;
    max-width: 42px;
    height: 34px;
}

.info-modal .modal-dialog .content .item::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 50px;
    border: 2px dashed #f2f2f2;
    bottom: -38px;
    left: 32px;
}

.info-modal .modal-dialog .content .item:last-child::after {
    display: none;
}

.report-form {
    padding: 35px 40px 0;
    font-family:Helvetica;
}

.fields label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fields input[type=checkbox] {
    border-radius: 50%;
    appearance: none;
    padding: 8px;
    cursor: pointer;
    position: relative;
}

.fields input {
    background: #f5f8fa;
    border: 1px solid #035d6a;
}

.fields input[type=checkbox]:active {
    box-shadow: 0 0 4px #035d6a;
    position: relative;
}

.fields input[type=checkbox]:focus {
    box-shadow: 0 0 3px #035d6a;
}

.report-content .checkbox input{
    background: #f5f8fa;
    border: 1px solid #035d6a;
    appearance:none;
    padding:8px;
    position: relative;
}

.report-content .checkbox input:focus{
    box-shadow: 0 0 3px #035d6a;
}
.report-content .checkbox input[type=checkbox]:checked::after {
    content: '';
    width: 9px;
    height: 5px;
    border-left: 2px solid #000;
    border-bottom: 2px solid black;
    position: absolute;
    top: 22%;
    left: 31%;
    transform: rotate(313deg);
}
.fields input[type=checkbox]:checked::after {
    content: '';
    width: 8px;
    height: 7px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

/*detail page model box*/
.report-ad .info-modal .modal-dialog .modal-header h4{
    max-width:100%;
}

/*textarea input fiedl*/
.text-field textarea {
    border: 1px solid #035d6a;
    width: 100%;
    background: #f5f8fa;
    border-radius: 3px;
    padding: 6px 12px;
}
.text-field textarea:focus {
    box-shadow: 0 0 3px #035d6a;
    outline:0;
}
.email-field input {
    width: 100%;
    border-radius: 3px;
    padding: 9px 9px;
}
.email-field input:focus {
    box-shadow: 0 0 3px #035d6a;
    outline:0;
}

/*form button*/
.report-btn {
    margin-top: 50px;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
}

.report-btn button {
    border: none;
    background: #d6251b;
    padding: 10px 36px;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
}

.report-content div {
    margin-top: 15px;
}

.fields div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fields div:first-child {
    margin-top: 0;
}
.Features .hide-button svg {
    width: 16px;
    height: 16px;
}

.Features .hide-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid black;
    padding: 2px 0;
    background:#fff;
    position: relative;
    cursor: pointer;
}

/*greater than  576px*/
@media screen and (min-width: 576px ) {
    .custom-information .heading{
        font-size:25px;
    }
}

/*greater than  768px*/
@media screen and (min-width: 768px) {
    .custom-information .boxes .box{
        width: 25%;
    }
    .custom-information .fea-detail{
        width:50%;
    }
    .Features .hide-button{
        display:none;
    }
    .custom-information .fea-box{
        height:100%;
    }
}

/*greater than  992px*/
@media screen and (min-width: 992px) {
    .productdetail-page .first-section .pd-page-content{
        flex-direction: row;
        gap:0;
    }
    .productdetail-page .first-section .pd-page-content .image-slider{
        width:66.6666%;
    }
    .productdetail-page .first-section .pd-page-content .subscriber-form{
        width: 33.3333%;
    }
    .custom-information .main-detail {
        width: 66.666%;
        order:1;
    }
    .custom-information .delivery-detail{
        width:33.333%;
        order:2;
    }
    .custom-information{
        flex-direction: row;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        height: 420px;
        object-fit: cover;
    }
}

/*greater than  1200px*/
@media screen and (min-width: 1200px) {

}

/*greater than  1400px*/
@media screen and (min-width: 1400px) {
}


.banner .woo-variation-product-gallery {
    max-width: 100% !important;
}






