body{
    /*background-image: linear-gradient(to right,#cacaca, #f5f5f5, #f5f5f5, #f5f5f5, #f5f5f5, #f5f5f5, #cacaca);*/
    background-color: #f5f5f5;
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: Arial;
}
@media (max-width: 991px){
	body{
		background-image: none;
		background-color: #f5f5f5 !important;
	}
}
.content{
    flex: 1;
}

/* Header */
header{
    text-align: center;
    margin: 0;
    border-bottom: 1px solid white;
}
header .navbar{
    background-color: #000000;
    padding: 15px;
}
.header_logo{
    height: 60px;
}
.user_credentials{
    color: white;
    font-weight: bold;
}
.nav-item{
    color: black;
    font-size: 17px;
    margin-left: 20px;
}
header .nav-link{
    color: white !important;
}
header .active{
    font-weight: bold;
}
.dropdown-toggle{
    background-color: inherit !important;
    border: none !important;
    font-weight: bold !important;
}
button.dropdown-toggle:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
a.dropdown-item{
    margin-top: 5px;
    margin-bottom: 5px;
}
a.dropdown-item:focus{
    background-color: gray !important;
}

#header_info_bar{
    text-align: right;
    padding: 5px;
    font-size: 13px;
}

@media screen and (max-width: 992px){
    #login_div_padding{
        display: none;
    }
    #login_div{
        width: 600px;
    }
    .logindunalogo{
        text-align: left;
        width: 350px;
    }
    #header_info_bar{
        text-align: center;
    }
}

@media screen and (max-width: 575px){
    #send_verification_code{
        margin-top: 10px;
    }
}

@media screen and (min-width: 992px){
    .user_credentials{
        margin-right: 25px;
        margin-top: 5px;
    }
    /*header .nav-link{
        font-size: 16px;
        border-radius: 3px;
        margin-left: 25px;
    }*/
    header .nav-link:hover{
        transition: 0.5s;
        opacity: 0.7;
    }
    header .navbar-nav{
        margin-left: 2%;
    }
}
#header_products_in_cart{
    margin-right: 10px;
}
#header_profile_icon{
    font-size: 17px;
}
#header_cart_icon{
    font-size: 19px;
}
#header_cart_count{
    font-size: 15px;
    margin-left: 5px;
}
#language_dropdown{
    min-width: auto !important;
}
/* Header end */

/* Footer */
footer{
    border-top: 1px solid white;
    background-color: #000000;
    padding: 30px;
    text-align: center;
}
.footer_link{
    color: white;
    font-size: 16px;
    text-decoration: none;
}
.footer_link:hover{
    color: gray;
}
.footer_dunalogo{
    height: 70px;
}

@media screen and (max-width: 992px){
    .footer_dunalogo{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .footer_link{
        font-size: 17px;
    }
}
/* Footer end */

/* WTB offer */
.divider{
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(0, 0, 49);
}
#wtb_table{
    overflow-x: auto;
    display: inline-block;
    font-size: 12px;
    padding: 0px;
    max-width: 100%;
    max-height: 700px;
    margin-top: 15px;
    margin-bottom: 15px;
    vertical-align: middle;
}
#wtb_table th{
    vertical-align: middle;
}
#wtb_table .form-control{
    width: 140px !important;
    font-size: 13px !important;
    padding: 3px !important;
    border-radius: 0px !important;
}
#wtb_table th{
    position: sticky;
    top: 0;
    background-color: black;
    color: white;
}
#wtb_cart{
    height: 350px;
    font-size: 15px;
    overflow: scroll;
    padding: 0px;
}
#wtb_cart th{
    vertical-align: middle;
}
#wtb_cart td{
    vertical-align: middle;
}
@media (max-width: 991px){
	.cart_section{
        margin-top: 30px;
	}
}
#cart_small_table{
    font-size: 14px;
}
#cart_small_table td{
    vertical-align: middle;
}
#cart_table{
    overflow-x: auto;
    display: inline-block;
    font-size: 15px;
    padding: 0px;
    max-width: 100%;
    max-height: 700px;
    margin-top: 14px;
    margin-bottom: 15px;
    vertical-align: middle;
}
#cart_table th{
    vertical-align: middle;
    position: sticky;
    top: 0;
    background-color: black;
    color: white;
}
#cart_table td{
    vertical-align: middle;
}
@media screen and (max-width: 992px){ 
    #cart_table{
        font-size: 12px;
    }
}
.align_center{
    text-align: center;
}
#cart_count_label{
    text-align: center;
}
.cart_section{
    height: 550px;
    border: 1px solid gray;
    padding: 15px;
}
.addproduct{
    color: white;
    background-color: black;
    font-size: 20px;;
    border: none;
    border-radius: 20px;
}
.addproduct:hover{
    color: gray;
}
#delete_cart{
    float: left;
}
#proceed_to_cart{
    float: right;
}
.delete_from_cart{
    color: white;
    background-color: black;
    padding: 5px;
    font-size: 15px;;
    border: none;
    border-radius: 20px;
}
.delete_from_cart:hover{
    color: gray;
}

div.dataTables_wrapper div.dataTables_filter{
    float: left;
    text-align: left;
}

#wtb_offers{
    overflow-x: auto;
    display: inline-block;
    font-size: 14px;
    padding: 0px;
    max-width: 100%;
    max-height: 700px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#wtb_offers th{
    width: 100%;
    position: sticky;
    top: 0;
    background-color: black;
    color: white;
}

.dataTables_wrapper .dataTables_length select{
    width: 100px !important;
    padding: 7px !important;
    background-color: white !important;
}

div.dataTables_wrapper div.dataTables_length{
    float: right;
    text-align: right;
}

@media screen and (max-width: 992px){
    .dataTables_wrapper .dataTables_filter input{
        width: 100% !important;
        padding: 7px !important;
        border-radius: 5px !important;
        background-color: white !important;
    }
    .dataTables_wrapper .dataTables_length select{
        margin-top: 10px;
    }
}

@media screen and (min-width: 992px){
    .dataTables_wrapper .dataTables_filter input{
        width: 600px !important;
        padding: 7px !important;
        border-radius: 5px !important;
        background-color: white !important;
    }
}
/* WB offer end */

/* User login */
.success{
    color: green;
    font-weight: bold;
}
.error{
    color: red;
    font-weight: bold;
}
#login_div{
    border: 1px solid #ebedf0;
    border-radius: 20px;
    background-color: #fcfcfce8 !important;
    padding: 25px;
    background-color: black;
}
#login_verification_code_div{
    display: none;
}
#login_submit_button{
    display: none;
}
#login_back_button{
    display: none;
}
#login_background_video{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: -1;
}
#login_background_pic{
    display: none;
}

@media screen and (max-width: 767px){
    #login_background_pic{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    #login_background_video{
        display: none;
    }
}
/* User login end */