/* - Newsletter   //----------------- */

#newslater-popup {
    max-width: 800px;
    margin: 90px auto 0 auto;
    position: relative;
}

.nl-popup-main {
    display: block;
    background:#ffffff;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.nl-popup-inner {
    border: 2px solid #1f1f2f;
    margin: 15px;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

#newslater-popup .newsletter-inner {
	background: transparent;
	padding: 80px 0;
	color: #1f1f2f;
}
#newslater-popup .newsletter-inner span {
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 35px;
    position: relative;
}

#newslater-popup .newsletter-inner span:after {
	background: #ff5442;
	content: "";
	position: absolute;
	height: 2px;
	width: 60px;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
#newslater-popup .newsletter-inner input {
	width: 270px;
	padding: 8px;
	background: none;
	border: 1px solid #d2d2d2;
}
#newslater-popup button.mfp-close {
    background-color: #ffffff;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
    color: #1f1f2f;
    font-size: 35px;
    opacity: 1;
    right: 0;
    top: 0;
}

#newslater-popup .newsletter-inner .main_title {
    display: block;
    font-size: 35px;
}

#newslater-popup .newsletter-inner form button {
	position: relative;
	background: #ff5442;
	color: #fff;
	cursor: pointer;
}
#newslater-popup .newsletter-inner p {
    margin-bottom: 20px;
    padding: 0 80px;
    margin-top: 20px;
}


.popup-detail .search-box input.input-text {
	border: 1px solid #eeeeee;
    border-radius : 3px;
    -moz-border-radius : 3px;
    -webkit-border-radius : 3px;
    -o-border-radius : 3px;
}


/*magnific-popup-containt*/
.popup-links {
	position: fixed;
	right: 0;
	top: 197px;
	width: 40px;
}

.popup-links-inner {
	background: #ffffff;
	position: absolute;
	right: auto;
}

.popup-links ul li {
	background: #ff5442;
	color: #fff;
	width: 100%;
	right: 0;
	padding-right: 5px;
	position: relative;
	margin-bottom: 1px;
	transition: all 0.4s ease 0s;
}

.popup-links ul li:hover {
	right: calc(100% - 40px);
}

.popup-links a {
	display: inline-flex;
}
.popup-links ul li .icon-text {
	color: #fff;
	background: #ff5442;
	line-height: 40px;
}

.popup-links .icon {
	width: 40px;
	height: 35px;
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 43px;
}

.popup-links-inner i.fa {
	color: #ffffff;
	font-size: 18px;
}

.popup-position {
	background: #fff;
	margin: 0 auto;
	max-width: 530px;
	position: relative;
}

#product_popup .popup-position {
	max-width: 100%;
}

.popup-detail{
	padding: 30px;
	max-height: 530px;
	overflow-y: scroll;
}

.popup-position .mfp-close {
	color: #fff;
}

.popup-title {
	padding: 30px;
	border-bottom: 1px solid #e1e1e1; 
	background: #1b2839;
}

.popup-title .main_title {
	color: #fff;
}


#cart_popup .cart-dropdown li {
	margin-bottom: 20px;
}

#cart_popup .cart-list li .media .pull-left {
	width: 150px;
}

#cart_popup .close-cart {
	right: 60px;
}


#account_popup .account-inner {
	text-align: center;
	padding: 30px 0;
	border: 1px solid #e1e1e1;

}

#account_popup .popup-detail a {
	text-align: center;
	color: #ff5442;
}

#account_popup a:hover .account-inner  {
	color: #1b2839;
}

#account_popup .popup-detail .fa {
	font-size: 40px;
}


.video-popup .video-block-detail {
	background: rgba(51, 51, 51, 0.5) ;
    color: #fff;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    bottom: 10%;
    width: 100%;
    z-index: 1;
}

.quick-view-popup .product-detail-main .bottom-detail ul li {
	border-right: none;
}

.quick-view-popup.popup-position {
	max-width: 1000px;
}

.quick-view-popup .popup-detail {
	max-height: 630px;
}

.quick-view-popup .bottom-detail button {
	font-size: 0;
	line-height: 0;
	padding: 10px 10px 10px 0;
}

.quick-view-popup .bottom-detail button i.fa {
	font-size: 18px;
	line-height: 0;
	padding: 8px 0 8px 12px;
}

.quick-view-popup .product-detail-main .bottom-detail ul li.pro-cart-icon span {
	background-position: -4px -347px;
	background-color: rgba(0, 0, 0, 0);
}

.quick-view-popup .product-detail-main .bottom-detail ul li {
	padding: 0
}

.quick-view-popup .bottom-detail ul li a {
	font-size: 0;
}

.quick-view-popup .bottom-detail ul li span {
	margin: 0;
}

.quick-view-popup.popup-position .mfp-close {
	color: #000;
	right: 10px;
}