.single-product{

    /* background: url(../../assets/img/singleprodbg.png) repeat top left;

    background-blend-mode: hard-light; */

    background: url(../../assets/img/brandsbg1.png) repeat top left,url(../../assets/img/brandsbg2.png) repeat top left,var(--white);
    background-blend-mode: hard-light,normal;

    padding: 4.2rem 0;

}



.single-product .row{

    flex-wrap: wrap-reverse;

    -ms-flex-wrap: wrap-reverse;

    grid-gap: 2rem 0;

}



.single-product .row>*{

    padding: 0 10px;

}



.single-product .bigimg{

    display: flex;

    display: -webkit-flex;

    align-items: center;

    justify-content: center;

    -webkit-justify-content: center;

    width: 100%;

    aspect-ratio: 1/.99137;

    border: 1px solid var(--line);

    background: url(../../assets/img/bigimgbg.png) repeat top left,var(--white);

}



.single-product .owl-carousel{

    margin-top: 10px;

}



.single-product .owl-carousel img{

    width: 80px;

    aspect-ratio: 1/1;

    object-fit: contain;

    background-color: var(--white);

    -o-object-fit: contain;

}



.single-product .title{

    position: relative;

    display: flex;

    display: -webkit-flex;

    align-items: center;

    grid-gap: 20px;

    text-transform: uppercase;

    color: #000;

    font-size: 18px;

    font-weight: 900;

    line-height: 22px;

    letter-spacing: -0.27px;

    margin-bottom: 20px;

    border-bottom: 1px solid var(--line);

    padding-bottom: 14px;

}



.single-product .title::before{

    content: url(../../assets/img/secbef.svg);

    display:-block;

    display: -webkit-block;

    width: fit-content;

    height: 44px;

}



.single-product .title::after{

    content: '';

    position: absolute;

    inset: auto auto -1px 0;

    width: 19.82758%;

    height: 3px;

    background-color: var(--red);

}



.single-product .text{

    font-family: var(--roboto);

    color: #AAADB6;

}



.single-product .text h1,

.single-product .text h2,

.single-product .text h3,

.single-product .text h4,

.single-product .text h5,

.single-product .text h6{

    color: var(--title);

    font-weight: 700;

}



.single-product .text ul{

    padding-left: 1.5rem;

}



.single-product .text ul>*:not(:last-child){

    margin-bottom: 1rem;

}



.single-product .buttons{

    font-family: var(--azo);

    display: flex;

    display: -webkit-flex;

    flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    grid-gap: 20px;

    border-top: 1px solid var(--line);

    margin-top: 1rem;

    padding-top: 20px;

}



.single-product .buttons>*{

    flex: 1 1 calc(50% - 20px);

    font-weight: 700;

}



.single-product .buttons>*:nth-child(odd){

    color: var(--white);

    background-color: var(--red);

}



.single-product .buttons>*:nth-child(odd)::after{

    content: url('data:image/svg+xml;utf8,<svg width="8" height="9" viewBox="0 0 8 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L8 4.50342L0 9V4.50342V0Z" fill="white"/></svg>');

}



.relprods{

    border-top: 1px solid var(--line);

    /* background: url(../../assets/img/prodsbg3.svg) repeat top left,url(../../assets/img/brandsbg1.png) repeat top left,var(--white);

    background-blend-mode: normal,hard-light; */

    background: url(../../assets/img/brandsbg1.png) repeat top left,url(../../assets/img/brandsbg2.png) repeat top left,var(--white);
    background-blend-mode: hard-light,normal;

    padding: 3.4rem 0 2.26rem;

}



.relprods .sectitle{

    position: relative;

    width: 400px;

    max-width: 100%;

    text-align: center;

    margin: 0 auto 25px;

    border-bottom: 1px solid var(--line);

    padding-bottom: 25px;

}



.relprods .sectitle::before{

    display: block;

    display: -webkit-block;

    margin: 0 auto 20px;

}



.relprods .sectitle::after{

    content: '';

    position: absolute;

    inset: auto 0 -1px;

    width: 28.75%;

    height: 3px;

    background-color: var(--red);

    margin: 0 auto;

}



.relprods .box{

    width: 100%;

    background-color: var(--white);

    border: 1px solid var(--line);

    box-shadow: 0px 0px 38.065px -16.313px rgba(0, 0, 0, 0.10);

}



.relprods .box .top{

    padding: 21px 24px;

}



.relprods .box .img{

    position: relative;

    display: flex;

    display: -webkit-flex;

    align-items: center;

    justify-content: center;

    -webkit-justify-content: center;

    width: 100%;

    aspect-ratio: 1/1.24609;

    border: 1px solid var(--line);

    background: url(../../assets/img/prodsboxbg.svg) repeat top left;

    padding: 27px;

}



.relprods .box .img .brand{

    position: absolute;

    inset: 0 auto auto 0;

    width: 59.375%;

    aspect-ratio: 1/.28947;

    border: 1px solid var(--line2);

    background-color: var(--white);

}



.relprods .box .img .brand img{

    width: 100%;

    height: 100%;

    object-fit: contain;

    -o-object-fit: contain;

}



.relprods .box .img>img{

    width: fit-content;

}



.relprods .box .title{

    color: #3C3C3B;

    font-size: 17.401px;

    line-height: 21px;

    margin-top: 21px;

}



.relprods .box .sm{

    display: flex;

    display: -webkit-flex;

    align-items: center;

    grid-gap: 0;

    width: 100%;

    color: #AAADB6;

    font-size: 17.401px;

    font-weight: 700;

    line-height: 20.664px;

    letter-spacing: 0.026px;

    border-top: 1px solid var(--line);

    padding: 13px 25px;

    transition: all .3s ease-in-out;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

}



.relprods .box .sm::after{

    content: url('data:image/svg+xml;utf8,<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.552734 0.555664L9.2532 5.45339L0.552734 10.3437V5.45339V0.555664Z" fill="rgb(236,28,36)"/></svg>');

    width: 0;

    overflow: hidden;

    transition: all .3s ease-in-out;

    -webkit-transition: all .3s ease-in-out;

    -moz-transition: all .3s ease-in-out;

    -o-transition: all .3s ease-in-out;

}



.relprods .box:hover .sm{

    color: var(--red);

    grid-gap: 1rem;

}



.relprods .box:hover .sm::after{

    width: 10px;

}



#orcamento .modal-dialog{

    max-width: 900px;

}



#orcamento .modal-content{

    border: 1px solid #ffffff26;

    border-radius: 0;

    background: url(../../assets/img/brandsbg1.png) repeat top left,url(../../assets/img/contactbg.png) repeat top left,#202020;

    box-shadow: 0px 16px 36px -8px #7090b01a;

}



#orcamento .modal-header{

    border-bottom: 1px solid #ffffff26;

    padding: 1rem;

}



#orcamento .modal-header .modal-title{

    text-transform: uppercase;

    color: var(--white);

    font-weight: 700;

}



#orcamento .modal-header button{

    display: flex;

    display: -webkit-flex;

    align-items: center;

    justify-content: center;

    -webkit-justify-content: center;

    width: 30px;

    aspect-ratio: 1/1;

    background: #ffffff33;

}



#orcamento .modal-header button span{

    font-size: 21px;

    height: 16px;

}



#orcamento .modal-body{

    padding: 32px 46px 32px 32px;

}



#orcamento .form .row{

    grid-gap: 24px 0;

}



#orcamento .form .lb,

#orcamento .form .tlb{

    color: var(--white);

    font-size: 18px;

    font-weight: 300;

    line-height: 22px;

    margin-bottom: 5px;

}



#orcamento .form .ipts{

    width: 100%;

    color: var(--title);

    font-size: 14px;

    font-weight: 300;

    line-height: 17px;

    letter-spacing: 0.07px;

    background: var(--white);

    border: 1px solid #D6D5DE;

    border-radius: 0;

    padding: 12px 1rem;

}



#orcamento .form .ipts[disabled="true"]{

    /* color: #737373;

    border-color: #c9c9c9;

    background-color: #c9c9c9; */

    color: light-dark(#545454, #aaaaaa);

    border-color: #7676764d;

    background-color: light-dark(#efefef98, #3b3b3b94);

}



#orcamento .form .ipts::placeholder{color:#C3C3C3}

#orcamento .form .ipts:-moz-placeholder{color:#C3C3C3}

#orcamento .form .ipts::-moz-placeholder{color:#C3C3C3}

#orcamento .form .ipts:-ms-input-placeholder{color:#C3C3C3}

#orcamento .form .ipts::-webkit-input-placeholder{color:#C3C3C3}



#orcamento .form textarea{

    height: 103px;

    resize: none;

}



#orcamento .form input[type="checkbox"]{

    border-color: var(--white) !important;

    border-width: 1px !important;

}



#orcamento .form input[type="checkbox"]:checked{

    border-color: var(--main) !important;

}



#orcamento .form input[type="checkbox"]:checked::before{

    width: 18px;

    height: 18px;

    margin: -1px 0 0 -2px;

}



#orcamento .form .tlb{

    font-size: 14px;

    line-height: 17px;

    letter-spacing: 0.07px;

}



#orcamento .form .dbtn{

    width: 100%;

    color: var(--white);

    background-color: #1D1D1B;

}



#orcamento .form .dbtn::after{

    content: url('data:image/svg+xml;utf8,<svg width="8" height="9" viewBox="0 0 8 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L8 4.50342L0 9V4.50342V0Z" fill="white"/></svg>');

}



#orcamento .form .dbtn:hover{

    background-color: var(--red);

}



@media(max-width:992px){

    .single-product,

    .relprods{

        padding: 2rem 0;

    }

}



@media(max-width:575px){

    .single-product .title{

        flex-direction: column;

        -ms-flex-direction: column;

        align-items: flex-start;

    }

    .single-product .buttons>*{

        flex-basis: 100%;

    }

}