.actImg{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .actImg{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .show-pass-pos-1{
        position: relative;
        top: -34px;
        left: 200px;
    }
}

.footer__nav{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.footer__nav a{
    text-decoration: none;
    font-size: 16px;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase;
    color: #444444;
}

.footer-end{
    width: 100%;
    display: inline-block;
}

.footer__information{
    width: 100%;
    margin: 5px auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer_logo{
    left: 0;
    margin: auto;
    right: 0;
    top: 30px;
    width: 130px;
    height: 50px !important;
}

.slide{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prod-font{
    position: relative;
    top: -30px;
}

.menu{
    left: 20px;
}

.act-img{
    display: block;
    max-width: 100%;
    height: auto;
}

/* .product-col{
    width: 33.333333333%;
} */

.prod-img{
    width: 300px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.product-info{
    float: left;
    width:50%
}

.prod-info-img{
    width: 250px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.small-prod{
    width: 70px;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .prod-info-img{
        width: 200px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    .product-info{
        width:100%
    }
    .small-prod{
        width: 100px;
        border-radius: 5px;
    }
    .small-padd{
        left: 5px;
        position: relative;
    }
    .product-name-position{
        position: relative;
        left: 100px;
    }

}
@media (min-width: 993px) {
    .prod-img{
        height: 370px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    .product-name-position{
        position: relative;
        left: 110px;
    }
    .pwd-pos{
        height: 40px;
        position: relative;
        right: 190px;
        top: 10px;
    }
    .addr-pos{
        height: 45px;
        position: relative;
        right: 185px;
        top: 20px;
    }
    .h-pos{
        position: relative;
        left: 70px;
        top: 15px;
    }
    .buy-check-pos{
        top: 25px;
    }
    .check-buy-head{
        position: relative;
        color: #333333;
        left: 45px;
        top:-20px
    }
    .order {
        border: 1px solid #ccc;
        padding: 20px;
        margin-bottom: 10px;
        border-radius: 15px;
        width: 1199px;
    }
    .cart-style{
        background-color: #fe4e56;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        padding: 4px 6px;
        position: relative;
        right: 10px;
        top: -8px;
        transition: all 0.3s ease;
    }

}
@media (min-width: 312px) and (max-width: 992px) {
    .users-addr-pos{
        position: relative;
        /* right: 29px; */
        /* float: initial; */
    }
    .all-addr-pos{
        /* float: initial;
        right: 15px; */
    }
    .update-addr-btn{
        top:10px;
        left: 110px;
    }
    .all-user-addr-pos{
        /* float: initial;
        left: -15px; */
    }
    .h-pos,.buy-check-pos{
        position: relative;
        top: 25px;
    }
    .check-buy-head{
        position: relative;
        color: #333333;
        top:-20px
    }
    .order {
        border: 1px solid #ccc;
        padding: 20px;
        margin-bottom: 10px;
        border-radius: 15px;
        width: 400px;
    }
    .order-num,.number,.shipment,.bill{
        color: #25272c;
        font-size: 17px;
        font-weight: normal;
        letter-spacing: 3px;
        position: relative;
        /* top: -3px; */
    }
    .number-date{
        position: relative;
        left: 35px;
    }
    .shipment b{
        border: 1px solid #ccc;
        padding: 8px;
        margin-bottom: 10px;
        border-radius: 25px;
        position: relative;
        font-size: 10px;
        color: #fff;
        background-color: #fe4e56;
        display: inline-block;
        width: 90px;
        text-align: center;
    }
    .bill{
        position: relative;
        left: 60px;
    }
    .currency > sup {
        font-size: 12px;
        font-style: normal;
        text-decoration: none;
        top: 0;
        line-height: normal;
    }
    .checkinfo-btn{
        border: 1px solid #000;
        padding: 8px;
        margin-bottom: 10px;
        border-radius: 25px;
        position: relative;
        background-color: #000;
        display: inline-block;
        width: 90px;
        text-align: center;
        font-size: 15px;
    }
    .checkinfo-btn a{
        color: #fff;
    }
    .cart-style{
        background-color: #fe4e56;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        padding: 4px 6px;
        position: relative;
        right: 12px;
        top: -4px;
        transition: all 0.3s ease;
    }
    .show-pass-pos-1{
        position: relative;
        top: -34px;
        left: 100px;
    }
}
@media (min-width: 767px) and (max-width:991px){
    .product-name-position{
        position: relative;
        left: 60px;
    }
    /* .users-addr-pos{
        right: 30px;
    } */
    .all-addr-pos{
        position: relative;
        top: 10px;
        right: 15px;
    }
    .update-addr-btn{
        top: 10px;
    }
    .order {
        border: 1px solid #ccc;
        padding: 20px;
        margin-bottom: 10px;
        border-radius: 15px;
        width: 991px;
    }
    .order-num,.number,.shipment,.bill{
        color: #25272c;
        font-size: 17px;
        font-weight: normal;
        letter-spacing: 3px;
        position: relative;
        /* top: -3px; */
    }
    .number-date{
        position: relative;
        left: 80px;
    }
    .shipment b{
        border: 1px solid #ccc;
        padding: 8px;
        margin-bottom: 10px;
        border-radius: 25px;
        position: relative;
        left: 100px;
        font-size: 10px;
        color: #fff;
        background-color: #fe4e56;
        display: inline-block;
        width: 90px;
        text-align: center;
    }
    .bill{
        position: relative;
        left: 150px;
    }
    .currency > sup {
        font-size: 12px;
        font-style: normal;
        text-decoration: none;
        top: 0;
        line-height: normal;
    }
    .checkinfo-btn{
        border: 1px solid #000;
        padding: 8px;
        margin-bottom: 10px;
        border-radius: 25px;
        position: relative;
        left: 250px;
        background-color: #000;
        display: inline-block;
        width: 90px;
        text-align: center;
        font-size: 15px;
    }
    .checkinfo-btn a{
        color: #fff;
    }
    .show-pass-pos-1{
        position: relative;
        top: -34px;
        left: 280px;
    }
}
.prod-select{
    position: relative;
    bottom: 15px;
}
.prod-btn{
    position: relative;
    top: 15px;
}

.product-font{
    font-size: 14px;
}

.product-quantity-position{
    position: relative;
    left: 45px;
}
.product-price-position,.product-subtotal-position{
    position: relative;
    left: 12px;
}
.comfirm-totals-btn{
    color: #fff;
    border: 2px solid #fe4e56;
    width: 30%;
    font-size: 15px;
    padding: 10px 25px 11px;
    text-align: center;
    text-transform: uppercase;
    /* display: inline-block; */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: #fe4e56;
    border-radius: 5px;
    top:15px;
    float:right;
}
@media (min-width: 992px) and (max-width:1199px){
    .col-md-10{
        float:initial
    }
    .pwd-pos{
        height: 45px;
        position: relative;
        right: 0px;
    }
    .addr-pos{
        height: 50px;
        position: relative;
        top: 44px;
        margin: 45px;
        right: 345px;
    }
    .update-addr-pos{
        position: relative;
        right: 45px;
        top: -50px;
    }
    .all-addr-pos{
        position: relative;
        left: 113px;
    }
    .update-addr-btn{
        left: 195px;
        top: 10px;
    }
    .all-user-addr-pos{
        position: relative;
        left: 120px;
    }
    .order {
        border: 1px solid #ccc;
        padding: 20px;
        margin-bottom: 10px;
        border-radius: 15px;
        width: 1199px;
    }
    .order-num,.number,.shipment,.bill{
        color: #25272c;
        font-size: 17px;
        font-weight: normal;
        letter-spacing: 3px;
        position: relative;
        /* top: -3px; */
    }
    .number-date{
        position: relative;
        left: 80px;
    }
    .shipment b{
        border: 1px solid #ccc;
        padding: 8px;
        margin-bottom: 10px;
        border-radius: 25px;
        position: relative;
        left: 200px;
        font-size: 10px;
        color: #fff;
        background-color: #fe4e56;
        display: inline-block;
        width: 90px;
        text-align: center;
    }
    .bill{
        position: relative;
        left: 300px;
    }
    .currency > sup {
        font-size: 12px;
        font-style: normal;
        text-decoration: none;
        top: 0;
        line-height: normal;
    }
    .checkinfo-btn{
        border: 1px solid #000;
        padding: 8px;
        margin-bottom: 10px;
        border-radius: 25px;
        position: relative;
        left: 450px;
        background-color: #000;
        display: inline-block;
        width: 90px;
        text-align: center;
        font-size: 15px;
    }
    .checkinfo-btn a{
        color: #fff;
    }
    .check-ordre-head{
        position: relative;
        color: #333333;
        left: 15px;
        top: -20px;
    }
    .show-pass-pos-1{
        position: relative;
        top: -34px;
        left: 150px;
    }
}
.line-pos{
    position: relative;
    top: 40px;
    left: 8px;
}

.user-addr-pos{
    position: relative;
    top: 40px;
}


.separation-line{
    content: " ";
    display: inline-block;
    height: 1px;
    flex: 1 1 0;
    background: rgba(17, 17, 17, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 10px auto;
}


@media screen and (min-width: 1200px) {
    .update-addr-pos{
        position: relative;
        right: 45px;
        top: -50px;
    }
    .update-addr-btn{
        right: 150px;
        top: 55px;
    }
    .all-addr-pos{
        position: relative;
        left: 143px;
    }
    .user-set-pos{
        position: relative;
        padding-top: 45px;
        right: 50px;
    }
    .all-user-addr-pos{
        position: relative;
        left: 150px;
    }
    .buy-table-pos{
        position: relative;
        left: 60px;
    }
    .check-row{
        margin-left: -25px;
        margin-right: 25px;
    }
    .buy-pay-pos{
        position: relative;
        left: 70px;
    }
    .buy-btn-size{
        font-size: 15px;
    }
    .order {
        border: 1px solid #ccc;
        padding: 20px;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    .order-num,.number,.shipment,.bill{
        color: #25272c;
        font-size: 17px;
        font-weight: normal;
        letter-spacing: 3px;
        position: relative;
        /* top: -3px; */
    }
    .number-date{
        position: relative;
        left: 80px;
    }
    .shipment b{
        border: 1px solid #ccc;
        padding: 8px;
        margin-bottom: 10px;
        border-radius: 25px;
        position: relative;
        left: 200px;
        font-size: 10px;
        color: #fff;
        background-color: #fe4e56;
        display: inline-block;
        width: 90px;
        text-align: center;
    }
    .bill{
        position: relative;
        left: 300px;
    }
    .currency > sup {
        font-size: 12px;
        font-style: normal;
        text-decoration: none;
        top: 0;
        line-height: normal;
    }
    .checkinfo-btn{
        border: 1px solid #000;
        padding: 8px;
        margin-bottom: 10px;
        border-radius: 25px;
        position: relative;
        left: 450px;
        background-color: #000;
        display: inline-block;
        width: 90px;
        text-align: center;
        font-size: 15px;
    }
    .checkinfo-btn a{
        color: #fff;
    }
    .check-ordre-head{
        position: relative;
        color: #333333;
        left: 15px;
        top: -20px;
    }
    .h-4-pos{
        color: #25272c;
        position: relative;
        left: 50px;
    }
    .cart-style{
        background-color: #fe4e56;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        padding: 4px 6px;
        position: relative;
        right: 10px;
        top: -8px;
        transition: all 0.3s ease;
    }
    .show-pass-pos-1{
        position: relative;
        top: -34px;
        left: 200px;
    }

}
.reg-font-size{
    font-size: 15px;
}

@media (min-width: 380px) and (max-width:440px){
    .cart-style{
        background-color: #fe4e56;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        padding: 4px 6px;
        position: relative;
        right: 9px;
        top: -2px;
        transition: all 0.3s ease;
    }
    .show-pass-pos-1{
        position: relative;
        top: -34px;
        left: 110px;
    }
}
.prod-remark{
    color: #212121;
}
/* .pord-hilight{
    position: relative;
    left: 15px;
} */
.headers{
    color: #fff;
}

