@import "bootstrap-overrides.css";
@import "header.css";
@import "footer.css";
@import "universal-template.css";
@import "special-offers.css";
@import "us-home.css";

html {
    overflow-x: hidden;
}

body {
    width: 100% !important;
    overflow-x: hidden !important;
    font-family: 'Roboto', sans-serif;
}

button:focus {
    outline: none;
}

.slick-prev.slick-arrow, .slick-next.slick-arrow {
    width: 25px;
    height: 25px;
    z-index: 1;
}

.slick-prev.slick-arrow {
    cursor: pointer;
    position: absolute;
    left: -0.6rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* .lm-footer__body p{margin-bottom: 5px;} */
.lm-landing-container{padding-top: 0rem;}
.view_allimg{width: 8px;
    margin-left: 5px;
    display: inline;}
	.view_allimg_banner{width: 8px;
    margin-left: 5px;display: inline !important;}
.slick-next.slick-arrow {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translate(50%);
    margin: auto;
}

/* Notice badge */
.lm-notice-badge {
    position: relative;
    padding: 1rem 5%;
    z-index: 10;
    background-color: #FEE401;
    width: 100%;
    text-align: center;
    color: #006FBA;
}

.lm-notice-badge .close {
    color: #006FBA;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    right: 0.5rem;
    margin: auto;
}

ul.slick-dots {
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right: 0.5rem;
}

.slick-dots li.slick-active button {
    background-color: #006FBA;
}

.slick-dots li button {
    background-color: transparent;
    border: 1px solid #006FBA;
    font-size: 0;
    width: 10px;
    height: 14px;
    border-radius: 50%;
}
.lm-footer-container button.btn.btn-primary.subscribe_btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.slick-slide a {color:#212529;text-decoration:none;}
.text-underline{text-decoration:none !important;}
/* .lm-sim-deals__item-body{min-height:240px;} */
.limited_line{margin-top:33px;}
.slick-dots li button:active {
    outline: none;
}
.footer-page-full{text-align:center;}
.footer-page-full p{padding:0;margin:0;}
.bundle_text{font-size:12px;}
.buy_price{font-size:20px;}
.landing_page_mobile{display:none;}
.lm-sim-deals-container button.btn.btn-secondary.btn-large{width:13rem;}
.lm-header__list-item:hover .dropdown-menu {display:block;}
.lm-header__list-item {
    position: relative;
}
.footer_links a{text-decoration:none;}
.footer_links{padding:0;margin:0;}

/*black friday */
.balckfriday-data{
color: #faeb20;
 font-weight: 800;
margin:0;
 font-size: 50px;
}
.now_just{
	 font-size: 12px;
    line-height: 1.1;
    margin: 18px;
    color: #fff;
}
.black-friday-text{
	font-size:2rem !important;
}
h4.yellow-fridayday {
    color: #f6e920;
    border-top: 2px dashed #fff;
    width: 330px;
	margin:0;
}
h4.friday-text {
    border-bottom: 2px dashed #fff;
    width: max-content;
}
button.black-friday-btn {
    background-color: #000 !important;
    color: #fff;
}

@media (min-width:767px) {
.content_below_banner{width:165px;}
.order_content_button{margin-right:2px !important;}

}
@media (max-width: 767px) {
	/* black friday*/
.lm-landing-container__background-image img{
    width: 93%;
    margin-left: 15px;
}
    .lm-notice-badge {
        text-align: left;
        padding: 1rem 40px;
    }
	.content_below_banner{width:165px;}
	.lm-header__list-item .nav-link {
    display: inline;
}
		.dropdown-menu {
			position: static;
			width: 100%;
			border: none;
			font-size: 12px;
		}
		

.lm-header__list-item .nav-link > i {
    position: absolute;
    right: 20px;
    
}
.lm-header__list-item .nav-link.landing_page_desk {
    display: none;
}
.lm-header__list-item .nav-link.landing_page_desk { display: none;}
.lm-header__list-item:hover .dropdown-menu {display:none;}
}
@media (max-width:420px) {
	h4.yellow-fridayday{
		font-size:22px;
		width: 300px;
	}
	h4.friday-text {
    font-size: 22px;
	width: max-content;
}
 .lm-landing-container__content{
 	padding:2rem 6%; 
 }
.balckfriday-data{
font-size:44px;
}
}
@media (max-width:300px) {
    .slick-prev.slick-arrow {
        left: 0;
    }
    .slick-next.slick-arrow {
        right: 0.75rem;
    }
}
