﻿
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    z-index: 1;
    right: 0;
    color: #000;
    font-family: 'Oswald-Regular';
}
.dropdown-content p {
    color: #000;
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 9999;
}
.dropdown:hover .dropdown-content {
    display: block;
    z-index: 9999;
}
.cart_icon {
    left: 0px;
}
.boot_ul {
    display:block;
    align-items: center;
}

.minuss1, .pluss1 {
    width: 30px !important;
    height: 26px !important;
    background: #d35400;
    border-radius: 0;
    color: #fff !important;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block !important;
    font-size: 16px !important;
    padding: 0 !important;
}
.minuss1 {
    margin-right: -1px;
}
.pluss1 {
    margin-left: -1px;
}
input.number_1 {
    width: 30px;
    height: 25px;
    text-align: center;
    color: #111;
    padding-top: 3px;
}

.last_li {
    width: 15px !important;
}


.last_li a {
    padding: 0px !important;
}

.bootdrpdown2 li {
    display: inline-block;
    width: 49%;
    padding: 0 3px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    font-size: 14px;
}
.bootdrpdown {
    padding: 1px 10px 15px 5px;
}
    .bootdrpdown li {
        display: inline-block;
        width: 41%;
        padding: 0 3px;
        font-size: 14px;
        white-space: nowrap;
        text-align: left;
        text-overflow: ellipsis;
        white-space: normal;
    }
        .bootdrpdown  li.frth_li {
            width: 14%;
        }
        .bootdrpdown li.second_li {
            height: 45px;
            overflow: hidden;
        }
li.value_text.plus_minus {
    text-align: center;
    margin-bottom: 10px;
}
.bootstpdrpwidth {
    width: 140px;
    min-width: 140px;
    padding: 12px 5px;
    z-index: 9;
    /*margin-top: 25px;*/
}
li.first_li {
    display: none;
}

.remove-icon {
    color: #ec0807 !important;
}

input.number_1 {
    width: 30px;
    height: 24px;
    text-align: center;
    color: #111;
    padding-top: 2px;
}

.proceed_btn {
    background: #d35400;
    margin: auto;
    width: 200px;
    border: 1px solid #d35400;
}

.cart_icon a {
    padding: 30px 0px !important;
}


@media(min-width:992px) and (max-width:1100px) {
    .cart_icon {
        left: 10px;
    }
}

@media(max-width:480px){
 
    .bootstpdrpwidth {
        width: 220px !important;
        padding: 10px 0;
        margin-top: 25px;
        z-index: 9;
        right: 10px !important;
    }
    .bootdrpdown li {
        width: 38%;
    }
    li.frth_li {
        width: 20%;
    }
}
@media(max-width:400px) {
    .bootstpdrpwidth {
        width: 220px !important;
        right: 0px;
    }
}

    @media(max-width:390px) {
        .bootstpdrpwidth {
            width:200px !important;
            right: 0px;
        }
    }

    @media(max-width:375px) {
        .bootstpdrpwidth {
            width: 200px !important;
            right: 0px;
        }

        .bootdrpdown li {
            width: 37%;
        }

        li.frth_li {
            width: 20%;
        }
    }

    @media(max-width:360px) {

        .bootstpdrpwidth {
            width: 280px !important;
            right: 0px !important;
        }
    }



.header-curve ul li .last_li a {
    padding: 0px 0px !important;
}

.iconbox-content p {
    color: #fff;
}



@media (min-width: 768px) and (max-width: 991px) {
    .cart_icon {
        top: 15px;
        left: -6px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .cart_icon {
        top: 15px;
        left: -6px;
    }
}

@media (min-width: 481px) and (max-width: 599px) {
    .cart_icon {
        top: 14px;
        left: -6px;
    }
}

@media (max-width: 480px) {
    .cart_icon {
        top: 15px;
        left: -6px;
    }
}





