:root{

    --tr-time: 0.4s;
    --orange : #f15022;
}
.mc-row{
    gap: 15px;
}

.mc-wrap .image-wrap {
    transition-duration: var(--tr-time);
    border: 2px solid #e2e2e2;
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 240px;

}

.mc-wrap .image-wrap img {

    object-fit: cover;
    width: 100%;
    height: 240px;
    transition: calc(2 * var(--tr-time));
    will-change: transform;
    transform-style: preserve-3d;

}

.mc-name,.info > div {
    text-align: center;
    background: #e2e2e2;
    transition-duration: var(--tr-time);
}

.mc-name h3 {
    font-size: 16px;
}

.mc-name h3 a,.info > div{
    display: block;
    padding: 20px 0;
    color: #000;
    transition-duration: var(--tr-time);
}

.info > div.l{

    border-right: 1px solid #FFF;
    border-bottom: 2px solid #FFF;
    border-top: 2px solid #FFF;
}
.info > div.r{
    border-bottom: 2px solid #FFF;
    border-left: 1px solid #FFF;
    border-top: 2px solid #FFF;

}
.info > div.l b, .info > div.r b{
    display: block;
}

 .info > div div:first-child{

}
 .info > div .r{

}

.mc-wrap:hover  .image-wrap{
    border: 2px solid #f15022;
}


.mc-wrap:hover .info > div,
.mc-wrap:hover  .mc-name{
    background: #f15022;
    color: #FFF;
}

.mc-wrap:hover .mc-name h3 a{
    color: #FFF;
}

.mc-wrap:hover .image-wrap img{

    transform: scale(1.05) ;

}

.row.child{

    align-items: flex-start;


}

.row.child .item-img{

border: 1px solid var(--orange);

}

.wr{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.wr > div{

}

.mcproducts-cont .xbcarousel-cont{

    padding-left: 70px;
    padding-right: 70px;
    position: relative;

}

.mcproducts-cont .xbcarousel-cont .owl-prev{

    width: 35px;
    height: 35px;
    background-size: cover;
    left: 15px;
    z-index: 100;
    cursor: pointer;
    transition: left 0.2s;
}
.mcproducts-cont .xbcarousel-cont .owl-prev:active{
    left: 10px;
}
.mcproducts-cont .xbcarousel-cont .owl-next{

    width: 35px;
    height: 35px;
    background-size: cover;
    background-position: right center;
    right: 15px;
    z-index: 100;
    cursor: pointer;
    transition: right 0.2s;
}

.mcproducts-cont .xbcarousel-cont .owl-next:active{
    right: 10px;
}

.mcproducts-cont .mcpc-header .mcpc-h-imgcont{
    border-top: 3px solid #f15022;
    padding-top: 10px;
}

.slide-thumbnail .item {
    border-top: 3px solid #f15022;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
}

#main-miniatures-controlls{

    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

}

.cart-table .input-group{
    justify-content: center;
}

#catalogo-container .cart-table th{
    border-bottom: none;
    color: #f15022;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}

#form-absolute-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

#form-absolute-container #form-absolute-content {
    background: #fff;

    max-height: calc(100% - 60px);
    overflow-y: auto;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(247, 147, 30, 0.8);
}

#form-absolute-container #form-absolute-content > div {
    padding: 20px;
}

.checkout-nav {
    margin-bottom: 50px;
}

elemento {

}
.checkout-nav .col.current a {

    background: #f15022;
    opacity: 1;
    color: #fff;

}

.checkout-nav a {

    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 19px 15px;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #f15022;
    color: #f15022;
    line-height: 18px;
    font-family: oswald;
}

.checkout-nav .col.current a {
    background: #f15022;
    opacity: 1;
    color: #fff;
}

.checkout-nav .col:not(.done) a {
    opacity: 0.8;
    cursor: not-allowed;
}

#checkoutForm .info > div{

    text-align: left;
    background: #FFF;
    padding: 5px 0;

}

#checkoutForm .info{
    border: 1px solid #000;
    padding: 10px;
    font-size: 90%;

}

#checkoutForm div i{
    display: inline-block!important;
}

.address-title{
    background:  #f15022;
    color: #FFF;
    padding: 10px 20px 10px 15px;
    display: flex;
    align-items: center;
}

.btns{
    background:  #000;
    color: #FFF;
    padding: 10px 20px 10px 15px;
    display: flex;
    align-items: center;
}

.address-title input{

}
#checkoutForm .btns{
    margin-left: 0;
    margin-right: 0;
}

#checkoutForm .btns a{

    color: #FFF;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    outline: 0;

}
#checkoutForm .btns > div{
    padding:0 ;
}
#checkoutForm .btns > div:last-child{
    text-align: right;
}
.address-bl{
    margin: 20px 0;
}

.address-title label{
    margin-bottom: 0;
    margin-left: 5px;
    cursor: pointer;
}

.address-title input:checked + label{

    text-decoration: underline;

}

.cart-simple .cart-row{

    border-bottom: 1px dashed #f15022;

    align-items: center;

}
.cart-simple .cart-row .col-sm-8{
    position: relative;
    padding: 10px 15px;
}
.cart-simple .cart-row .col-sm-8:after{
    content: '';
    display: block;
    height: calc(100% - 20px);
    width: 1px;
    background:#f15022;
    position: absolute;

    right: 1px;
    top: 10px;

}

.confirm-order .resume .block{

    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: #f15022 1px dashed;

}

.confirm-order .resume .block h4 span{

    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 15px;


}

.confirm-order .resume .block .block-text{
    padding-left: 55px;
}

.ac-b-b-addtocart{
    display: flex;
}
.radio-custom ul{
    padding-left: 0;
}
.radio-custom ul li{

    padding: 20px 0;
    border-bottom: #f15022 1px dashed;

}

.s-desc{
    padding-left: 17px;
}

.address-chose .address-bl .info > div{
    border-bottom: #f15022 1px dashed;
    display: flex;
    word-wrap: break-word;
}

.address-chose .address-bl .info > div span{
    width: 45%;
    font-weight: bold;

}



.address-table td, .address-table th{

    padding: 5px;
    font-size: 12px;
}

#shipping_docs > div.ch{

    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;



}

#shipping_docs > div.ch label{

    font-weight: bold;

}



.mcproducts-cont .accessorio-cont > div > div.col-md-7{

    justify-content: space-between;
    align-items: center;

}

.mcproducts-cont .mcpc-header .mcpc-h-imgcont img{
    width: 100%;
}

.mcproducts-cont .accessorio-cont > div > div.col-md-7 > div{

    width: 100%;

}

.billing_address{

    display: flex;flex-flow: row;
    flex-wrap: wrap;
    gap: 10px;

}

.billing_address  > div{

    width: calc(50% - 5px);
    box-sizing: border-box;
    display: flex;
    border-bottom: #f15022 1px dashed;
}

.billing_address span{
    font-weight: bold;
    width: 45%;

}

.cart-table .input-group{

    flex-wrap: nowrap!important;

}