a{
    text-decoration: none !important;
}

.buttons{
    margin: 50px;
}

.buttons button{
    background: #333;
    color: #fff;
    border: 0;
    outline: 0;
    width: 120px;
    height: 40px;
    margin: 5px;
    cursor: pointer;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
    background-color: transparent !important;
    border-color: transparent !important;
}

#toastBox{
    position: fixed;
    z-index:1099;
    bottom: 30px;
    top: -10px;
    /* top: 0; */
    right: 50px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    overflow: hidden;
    padding: 20px;
    height: 40%;
}

.toast{
    width: 300px;
    height: 50px;
    background: #151f30;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin: 15px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    position: relative;
    transform: translateX(100%);
    animation: moveleft 0.5s linear forwards;
}

@media (max-width: 500px) {
    #toastBox{
        /* right: 0px !important;
        top: 35px !important; */
        top: -25px !important;
        right: -22px !important;
    }

    .toast{
        width: 280px;
        padding: 10px;
    }
}

@keyframes moveleft{
    100%{
        transform: translateX(0);
    }
}

.toast svg{
    margin: 0 20px;
    font-size: 25px;
    color: #0eff5d;
}

.toast.error svg{
    color: #ff1c1c;
}

.toast::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0eff5d;
    animation: anim 5s linear forwards;
}

@keyframes anim{
    100%{
        width: 0;
    }
}

.toast.error::after{
    background: #ff1c1c;
}

@media (max-width: 425px) {
    /* #button1{
        top: 65px !important;
    } */

    /* .lang{
        right: 10px !important;
    } */

}

.lang{
    position: absolute; 
    right: 85px; 
    top: 30px;
    
}

@media (max-width: 500px) {
    .lang{
        /* top: 15px !important; */
        right: 8px !important;
    }
    #button1{
        top: 70px !important;
    }

    #button2{
        top: 120px !important;
    }
    /* .navss{
        margin-top: 35px;
    }  */
    
    .navss a{
        padding: 20px 10px !important;
        margin-left: 4px;
    }
}

@media (max-width: 370px) {
    .sign__logo img {
        width: 150px !important;
        height: 30px !important;
    }

    .lang{
        right: 10px !important;
    }
}

@media (max-width: 348px) {
    .sign__logo img {
        width: 130px !important;
        height: 28px !important;
    }
}


#fixed_cart_item_qty{
position: absolute;
right: 2px;
top: -5px;
color: green;
z-index: 1;
font-size: 10px;
text-align: center;
}

.navss{
/* position: fixed; */
top: 0;
width: 100%;
/* height: 50px; */
/* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); */
/* background: #141924; */
/* background: #151f30; */
/* border-top: .3px solid whitesmoke; */
display: flex;
align-items: center;
justify-content: space-between;
overflow-x: auto;
z-index: 100;
/* margin-top: 35px; */
/* margin-bottom: 20px; */
}

.nav1{
/* position: fixed; */
top: 0;
width: 100%;
/* height: 50px; */
/* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); */
/* background: #141924; */
/* background: #151f30; */
/* border-top: .3px solid whitesmoke; */
display: flex;
align-items: center;
justify-content: space-between;
overflow-x: auto;
z-index: 100;
/* margin-bottom: 20px; */
}

.section--head{
margin-top: 0;
}

.navss a{
padding: 20px 30px;
}

#button1 {
display: inline-block;
background-color: #f7971D;
box-shadow: 0 4px 30px rgb(0 0 0 / 17%);
width: 40px;
height: 40px;
text-align: center;
border-radius: 0.25em;
position: fixed;
top: 30px;
right: 20px;
transition: background-color .3s, 
opacity .5s, visibility .5s;
/* opacity: 0; */
/* visibility: hidden; */
z-index: 1000;
}
#button1::after {
content: "\f07a";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 1em;
line-height: 40px;
color: #fff;
}
#button1:hover {
cursor: pointer;
/* background-color: #00cd00; */
opacity: 0.9;
}
#button1:active {
background-color: #555;
}
/* #button1.show {
opacity: 1;
visibility: visible;
} */


/* map float */

#button2 {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 4px 30px rgb(0 0 0 / 17%);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 0.25em;
    position: fixed;
    top: 80px;
    right: 20px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    /* opacity: 0; */
    /* visibility: hidden; */
    z-index: 1000;
    }

    .map_image {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .maps_icon {
        color: #fff;
        font-size: 35px;
        text-align: center;
        top: 3px;
        position: relative;
      }

    /* #button2::after {
    content: url('../../../img/google-map.png');
    height: 40px;
    display: inline-flex;
    } */
    #button2:hover {
    cursor: pointer;
    /* background-color: #00cd00; */
    opacity: 0.9;
    }
    #button2:active {
    background-color: #555;
    }


.active-dot{
position: absolute;
width: 8px;
height: 8px;
background: #00cd00;
border: none;
border-radius: 50%;
top: 8px;
left: 54%;
}

.cart-number{
position: absolute;
width: 16px;
height: 16px;
background: white;
border-radius: 50%;
text-align: center;
top: 5px;
left: 54%;
}


.cart-number_nego{
position: absolute;
width: 16px;
height: 16px;
background: white;
border-radius: 50%;
top: 5px;
left: 54%;
}
.navs{
position: fixed;
bottom: 0;
width: 100%;
height: 70px;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
/* background: #141924; */
background: #151f30;
/* border-top: .3px solid whitesmoke; */
display: flex;
overflow-x: auto;
z-index: 102;
}

.nav__link{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-grow: 1;
min-width: 50px;
overflow: hidden;
white-space: nowrap;
font-size: 13px;
font-family: 'Inter', sans-serif;
color: #fff;
text-decoration: none;
-webkit-tap-highlight-color: transparent;
transition: background-color 0.1s ease-in-out;
}

.nav__link:hover{
/* background: #151f30; */
background: #141924;
color: #fff;


}

.nav__link span{
font-size: 12px;
margin-top: 4px;
}

.nav__link:active{
color: #131720;
color: #fff;
}

.nav__icon{
font-size: 22px;
}


@media (max-width: 768px) {
.nav__icon{
font-size: 18px;
}

.nav__link span{
font-size: 10px;
}

}

.left-siderbar{
position: fixed;
background-color: rgb(19 23 32);
top: 0;
bottom: 0;
width: 100%;
max-width: 300px;
height: 100%;
box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
transform: translate(-380px);
/* display: none; */
transition: transform 0.5s;
z-index: 101;
overflow-x: hidden;
}

@media (max-width: 768px) {
.left-siderbar{
    max-width: 100%;
    transform: translate(-100%);

}
}

.left-siderbar ul{
list-style: none;
padding-left: 0px;
padding-top: 20px;
/* font-size: 1.5rem; */
margin-top: 70px;
}
.left-siderbar ul li{
padding: 15px;
padding-left: 30px;
/* color:white; */

}
a{
color: #fff !important;
}

.left-siderbar ul li a{
color: #fff;
/* font-size: 1.5rem !important; */
}

.left-siderbar ul li:hover{
background-color: #141924;
/* color:red; */
font-weight: 550;

}

.left-close-sidebar{
color:white;
font-size: 25px;
position: absolute;
left: 20px;
padding: 7px 10px;
cursor: pointer;
}

/* language dropdown */


.lang {
/* position: relative; */
background-color: #131720;
border-radius: 4px;
}
.lang select {
font-size: 14px;
font-weight: normal;
max-width: 100%;
color: #fff;
padding: 5px 26px 5px 6px;
border: none;
background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
appearance: none;
}
.lang select:active, .lang select:focus {
outline: none;
box-shadow: none;
}

.lang select:focus{
background-color: #151f30;
}

/* .lang:after {
content: "";
position: absolute;
top: 50%;
right: 8px;
width: 0;
height: 0;
margin-top: -2px;
border-top: 5px solid #aaa;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
} */

.cart1-number{
position: absolute;
width: 16px;
height: 16px;
background: white;
border-radius: 50%;
margin-left: 5px;
margin-top: -4px;
}

#fixed_cart_item_qty {
    position: absolute;
    right: 2px;
    top: -5px;
    color: green;
    z-index: 1;
    font-size: 10px;
    text-align: center;
}


/********* custom boostrap **********/

.bootstrap-select.open > .dropdown-menu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
    z-index: 10000;

}
.bootstrap-select > .dropdown-menu{
	opacity: 0;
	max-height: 330px !important;
	visibility: hidden;
	overflow: hidden;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.85) translateY(-5px);
	-ms-transform: scale(0.85) translateY(-5px);
	transform: scale(0.85) translateY(-5px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100%;
}
.bootstrap-select>.dropdown-toggle{
	background: unset;
	border: 0;
	width: 100%;
	display: block;
	padding: 10px 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.030em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    display: flex;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
	color: #000;
}
.dropdown-toggle::after {
	content: "";
	position: absolute;
	border-top: .5em solid;
	border-right: .5em solid transparent;
	border-bottom: 0;
	border-left: .5em solid transparent;
	right: 10px;
	top: 40%;
}

.bootstrap-select .dropdown-menu.inner{
    max-height: 200px;
}

.dropdown-menu{
	box-shadow: 0px 0px 15px rgba(60, 76, 150, 0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(60, 76, 150, 0.1);
	-moz-box-shadow: 0px 0px 15px rgba(60, 76, 150, 0.1);
	position: absolute;
	left: 0;
	background: #151f30 !important;
    min-width: 70% !important;
}

.bootstrap-select .show{
    display: block;
}

.bootstrap-select .dropdown-menu a{
	display: block;
    padding: 8px 8px;
    font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.030em;
    text-align: center;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 70px !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333!important;
    outline: unset !important;
    outline-offset: unset;
}
/********* custom boostrap **********/

