@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500&display=swap');

body {
	width: 100%;
	height: 100%;
	font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

#company_logo {
	display: block;
	margin: 10px;
}

#page_content {
	min-height: 500px;
	padding-top: 15px;
}

/* TYPOGRAPHY */

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid #fff;
}

.table th, .table td {

}

/* BUTTONS */

.btn-success {
    color: #fff;
    background-color: #949088;
    border-color: #949088;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn-success.disabled, .btn-success:disabled {

    color: #721c24;
    background-color: #f8d7da;
    border-color: #f8d7da;

}

/* NAVIGATION */

header {
	height: auto;
}

.nsales-green {
	background-color: #fff; !important;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 12px;
}

.nav-link {
	font-weight: 400;
}

.nav-pills {
	cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #fff;
    color: #000;
}

#topBanner {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}

#itemgroup_menu  {
    text-transform: uppercase;
    letter-spacing: 3px;

}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-transform: uppercase;
}

.custom-select {
    height: calc(2.25rem + 10px);
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* CART */
.card-title {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.btn-outline-dark {
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* DROPDOWNS */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
}

/* FORMS */

.form-control {
    display: block;
    width: 100%;
    padding: 0.8rem 0.6rem;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

/* BOOTSTRAP TABLES */

.fixed-table-container {
    position: relative;
    clear: both;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.fixed-table-container tbody td {
    border-left: none;
}

/* FOOTER */

footer {

	min-height: 240px;
	/*margin-top: 50px;*/
	background-color: #fff;
	color: #000;
	padding-top:50px;
}

footer div {
	margin-bottom: 25px;
}

footer a,
footer a:hover,
footer a:active,
footer a:focus {
	color: #000;
}

.social-media-icons {
	margin-right: 10px;
}

/* SEARCH */

.search {
	padding-top: 5px;
	padding-left: -5px;
}

.search .form-control {
    display: block;
    width: 100%;
    padding: 0.4rem 0.6rem;
    font-size: 11px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* LOGIN */

.login-form {
	position: absolute;
	 background: url(https://danaure.nsales.cloud/login.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.login {
	padding: 10%;
}

/* JPList */

/* Build the quantity-control */

.quantity-control {
	display: inline-block;
	width: 100%;
	background-color: inherit;
	height: 34px;
	border: 1px solid #ccc;
}

.quantity-control-minus {
	width: 25%;
	padding: 8px;
	border-right: 1px solid #ccc;
	cursor: pointer;
}

.quantity-control-qty {
	width: 50%;
	padding: 8px;
}

.quantity-control-plus {
	width: 25%;
	padding: 8px;
	border-left: 1px solid #ccc;
	cursor: pointer;
}



/* ITEMGROUP */

.itemgroup {
	padding-top: 10px;
}

/* ITEMGROUP ITEM */

.itemgroup-item {
	display: relative;
}

.itemgroup-item-heart {
	position: absolute;
	top: 2%;
	right: 0
}

.fa-heart {
	cursor: pointer;
}

.confirm-box {
	display: none;
	position: absolute;
	padding: 10px;
	top: 35%;
	width: 100%;
	height: 140px;
	background-color: #424343;
	color: #fff;
}

.campaign-table .confirm-box {
	display: none;
	position: absolute;
	padding: 10px;
	top: 30%;
	width: 200px;
	height: 150px;
	background-color: #424343;
	color: #fff;
}

.item-list .card {
	margin-bottom: 25px;
}

.item-list .img-fluid {
    width: auto;
    height: 220px;
}

.item-list .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background-color: transparent;
}

/* ITEM */

.item {
	padding-top: 25px;
	padding-bottom: 25px;
}

.item-image-container {
	position: relative;
}

.item .img-fluid {
    max-width: 80%;
    height: auto;
}

/* SHOPPING CART MENU */



.shopping-cart-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 570px;
    padding: 0.5rem 0.5rem;
    margin: 0.125rem 0 0;
    font-size: 11px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/* SHOPPING CART */

.shopping-cart .quantity-control {
	display: inline-block;
	width: 100%;
	background-color: inherit;
	height: 34px;
	border: 1px solid #ccc;
}

.shopping-cart .quantity-control-minus {
	width: 25%;
	padding: 8px;
	border-right: 1px solid #ccc;
	cursor: pointer;
}

.shopping-cart .quantity-control-qty {
	width: 50%;
	padding: 8px;
}

.shopping-cart .quantity-control-plus {
	width: 25%;
	padding: 8px;
	border-left: 1px solid #ccc;
	cursor: pointer;
}

/*  Set the QTY selector for the child orderlines */
/* ---------------------------------------------- */
.child-quantity-selector .quantity-control {
	display: inline-block;
	width: 100%;
	background-color: inherit;
	height: 28px;
	border: 1px solid #ccc;
}

.child-quantity-selector .quantity-control-minus {
	width: 25%;
	padding: 5px;
	border-right: 1px solid #ccc;
	cursor: pointer;
}

.child-quantity-selector .quantity-control-qty {
	width: 50%;
	padding: 9px;
	font-size: 9px;
}

.child-quantity-selector .quantity-control-plus {
	width: 25%;
	padding: 5px;
	border-left: 1px solid #ccc;
	cursor: pointer;
}

/* ---------------------------------------------- */

.shopping-cart-totals {
	padding: 10px;
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}

.child-orderline-image {
	cursor:pointer;
}


/* ADDRESS FORM */

#GLSselect {
	display:none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.address hr {

    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 1px solid #ccc;
}

/* PAYMENT FORM */

#payment_form_delivery {
	text-align: right;
}

table.payment-form-orderlines th, table.payment-form-orderlines td {
    padding: 0.2rem;
    vertical-align: top;
    border-top: none;
}

.payment-form hr {

    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 1px solid #ccc;
}
footer div.container,
footer .container > div.row{ margin-bottom: 0 !important }
/*nav.nsales-green.fixed-top{
	padding-bottom: 100px
}
*/
html{height: 100%}
#page_wrapper{ min-height: 67% }
@media(min-height:1081px){
   #page_wrapper{ min-height: 70.5% }
}

/** CSS BY NSALES LARAVEL **/
#itemgroup_menu li a{text-transform: uppercase;}

#itemgroup_menu li a{
    display: block;
    text-transform: uppercase;
}
#itemgroup_menu li a:hover{
    text-decoration: none;
}

.noty_theme__nest.noty_type__info, .noty_theme__nest.noty_type__information {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000;
    border-radius: 0px !important;
}
#noty_layout__topRight{top:110px !important;}
