@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');

body{
	font-family: 'Poppins', sans-serif;
}

a,
a:hover {
    text-decoration: none;
}
input:focus, .form-control:focus{
	outline: none;
	box-shadow: none; 
	border-color: #983041 !important;
	color: #983041 !important;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-26 {
    font-size: 26px;
}
.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}
.fs-26 {
    font-size: 26px;
}
.fs-27 {
    font-size: 27px;
}
.fs-28 {
    font-size: 28px;
}
.fs-29 {
    font-size: 29px;
}
.fs-30 {
    font-size: 30px;
}
.fs-30 {
    font-size: 30px;
} 

.bg-secondary{
	background: #F2F2F2 !important;
}
.text-primary{
	color: #304683 !important;
}
.text-danger{
	color: #983041 !important;
}
.bg-danger{
	background: #983041;
}
.btn-danger{
	background: #983041;
}
.text-info{
	color: #0E4A8F !important
}
 
.login_sec {
    height: calc(100vh - 86px);
}
.login_sec h3{
	font-size: 48px;
}
.login_sec .form-control{
	border: 0px;
	border-bottom: 1px solid #979797;
}
 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
 
input[type=number] {
  -moz-appearance: textfield;
}
 



#msform fieldset:not(:first-of-type) {
	display: none;
}
.icon_dv {
    right: 15px;
    top: 15px;
}
 
fieldset {
    border: 2px solid #983041;
}
.delivery_mod .form-control  {
    border: 0;
    border-bottom: 2px solid #E6E6E6;
}
.delivery_mod  button{
	border-radius: 30px;
}

#nav-icon1 {
    width: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: 0;
    height: 35px;
    transition: all .6s;
}
 
#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 70%;
    background: #979797;
    border-radius: 9px;
    opacity: 1;
    right: 15%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 9px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 27px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    right: -60px;
    background: var(--primary-bg);
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.copy_text {
    border-top: 2px solid #c5c5c5;
}
.brand_dv:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 4px;
    background: #666;
    left: 15px;
}

button.close {
    right: 1px;
    padding: 0;
    opacity: 1;
    z-index: 9;
    top: -5px;
}
button.close:focus{
	outline: none;
}


/*navigation*/
.slide_menu_m { 
    right: 0;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 999;
    display: none;
}
.over_lap_div { 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000002e;
    display: none;
    cursor: pointer;
}
.slide_meni_list_h {
    background: #fff;
    width: 250px;
    height: 100%;
    box-shadow: 0px 0px 8px 5px #00000017;
}
 
.slide_meni_list_h ul li a:hover{
    text-decoration: none;
}

.slider_cate_right {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
}
 
.menu_ic.slider_nav_menu {
    left: 90%;
    z-index: 9999;
    position: fixed;
}
.pd-l-0{
    padding-left: 0 !important;
}
.pd-r-0{
    padding-right: 0 !important;
}

span#cate_click_slide {
    cursor: pointer;
}
.menu_slide_open {
    overflow: hidden;
}
 .menu_slide_open .outer {
    transform: translateX(-138px);
}
@media (max-width: 1200px){ 
	.menu_slide_open .outer {
	    transform: translateX(-255px);
	}
}
@media (max-width: 991px){ 
	.login_sec {
	    height: auto;
	    padding: 100px 0px;
	}
	.menu_slide_open .outer {
	    transform: translateX(-150px);
	}
}

@media (max-width: 768px){
	header{
		background: #fff;
	}
	.login_sec {
	    height: auto;
	    padding: 100px 0px;
	}
	.menu_slide_open .outer {
	    transform: translateX(-250px);
	}
}






@media (max-width: 576px){
	.login_sec h3{
		font-size: 29px;
	}
	.login_sec {
	    height: auto;
	    padding: 100px 0px;
	}
}