@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width:100%;}
body{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
	font-family: 'Montserrat';
	font-weight:normal;
	color: #313131;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	list-style:none;
	background:#fff;
	}
.container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	}
    #app_common_modal_close, #error_handler_overlay_close
    {font-family: arial;line-height: 26px;}
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{width:100%;display:table;box-sizing:border-box;}
*{box-sizing:border-box;}
.flt{
	float:left;
	width:100%;
	}
.bdhding{	
	font-weight:300;
	font-size:50px;
	line-height:60px;
	color:#11151b;
	text-align:center;
	}
.bdhding span{font-weight:600;}

/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1190px){
.container{ max-width:1000px; width:100%; }
}

@media only screen and (max-width: 1020px){
.container{ max-width:760px; width:100%; }
.bdhding{font-size:40px;line-height:50px;}
}

@media only screen and (max-width: 767px){
.container{ width:100%; max-width:640px;}
.bdinpad{padding:0 12px;}
}

@media only screen and (max-width: 479px){
.bdhding {font-size: 30px;line-height: 40px;}
}

/*=========================
CSS FOR HEADER
===========================*/
.topsec{background:url(../images/topsec_plain_image.png) center top no-repeat;height:600px;background-size: cover !important;}





.top-fix-bar {margin-bottom: 92px;}
.header{		
	height:92px;	
	margin-top: -92px;
    position: relative;
    top: 92px;	
	}
.fixed-nav .header{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:92px;
	background:#05121a;
	}
.logo{margin:11px 0 0 0;float:left;}
.cart{float:right;margin:28px 25px 0 0;}
.cart_btn_mob span{
	position:absolute;
	right:0;
	top:18px;
	width:25px;
	height:25px;
	background:#46cffb;
	border-radius:50%;
	color:#fff;
	font-size:16px;
	line-height:25px;
	}
ul.nav{
	float:left;
	display:inline-block;
	padding:0 0 0 30px;
	}
ul.nav li{
	float:left;
	display:inline-block;	
	padding:0 25px;	
	font-size:18px;
	line-height:92px;
	color:#fff;
	text-align:center;
	}
ul.nav li:nth-child(1){background:url(../images/mnuarw.png) 90% center no-repeat;}
ul.nav li a{color:#fff;display:block;}

/*----------------*/
/*-------------*/
ul.nav li ul{
	position: absolute;
	width:auto;
	background-color: #fff;
	z-index: 99999;
	top:46px;
	left:0;
	top:92px;	
	border:1px solid #CCC;
	border-top:none;
	padding:0 0 1px 0;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	}
ul.nav li ul li{
	display:inline-block;
	vertical-align:middle;
	padding:20px 0;
	width:180px;
	height:auto;	
	font-size:16px;
	color:#000;
	text-align:center;
	line-height:26px;
	position:relative;	
	}
ul.nav li ul li a{color:#000;}
ul.nav li ul li:after{
	content:'';
	position:absolute;
	right:0;
	width:1px;
	top:35px;
	bottom:30px;
	background:#e7e3e3;
	}
ul.nav li ul li:last-child:after{display:none;}
.sbmnu-img{margin:10px auto 5px auto;display:block;width:60px;}
.triangle-up {
	position:absolute;
	left:170px;
	top:-15px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	}
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
	margin: 40px 25px 5px 0;
	}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 0 0 5px 0;
	}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#999898;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
	}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
	}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;  
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
	top:92px;	
	background:#000;	
	border-top:1px solid #9e9e9e;
	}
#menu-container .menu-list  li a{	
	font-size:18px;
	padding:12px 0 12px 12px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #9e9e9e;	
	}
#menu-container .menu-list  li a.active{background:#128e3b;color:#fff;}
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 0;
	}
#menu-container .menu-list li:first-of-type {
	border-top: 0;
	}
.accordion-toggle, .accordion-content {
	cursor: pointer;
	font-size: 16px;
	position: relative;
	letter-spacing: 1px;
	}
.accordion-content {
	display: none;
	background:#46cffb;	
	}
.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
	}
.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
	}
.accordion-toggle.active-tab {
	background: #39acd1;
	transition: all 0.3s ease;
	}
.accordion-toggle a.active:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	background: #fff !important;
	}
.accordion-toggle a.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #fff !important;
	opacity: 0;
	}
.menu-submenu li{border-bottom:1px dotted #39acd1;}


@media only screen and (max-width: 1800px){
.topsec{background:url(../images/topsec_plain_image.png) 40% top no-repeat scroll;}
}

@media only screen and (max-width: 1190px){
.topsec{background:url(../images/topsec_plain_image.png) 34% top no-repeat scroll;}
}

@media only screen and (max-width: 1020px){
.topsec{background:url(../images/topsec-tab.jpg) 20% top no-repeat scroll;background-size:cover;height:600px;}
ul.nav{display:none;}
}

@media only screen and (max-width: 767px){
.topsec{height:auto;padding-bottom:40px;background:#0b1318;}
.header{height:70px; top:70px; margin-top:-70px;}
.top-fix-bar {margin-bottom: 70px;}
.fixed-nav .header{height:70px;}
.logo{margin:6px 0 0 0;width:78px;}
#menu-container .menu-list{top:70px;}
#menu-wrapper {margin: 26px 20px 5px 0;}
#menu-wrapper #hamburger-menu {margin: 0 0 5px 0;}
.cart {margin: 20px 25px 0 0;}
.cart_btn_mob span{ top:15px;}
}

/*================start banner===================*/
.banner{
	padding:68px 0 0 0;
	}
.bnr-txtarea{
	width:678px;
	float:right;
	}
.bnrhd2{
	font-weight:bold;
	font-size:52px;
	line-height:62px;
	color:#f9feff;
	text-align:left;
	padding:70px 0 0 0;
	text-transform:uppercase;
	}
.bnrhd2 span{
	color:#00ffff;
	}
.bnr-list{padding-left:10px;}
.bnr-list li{
	color:#fff;
	font-size:24px;
	margin:10px 0 0 0;
	padding-left:40px;
	background:url(../images/bnr-tik.png) no-repeat left center;
	text-shadow: 0 1px 1px #000;
	}
	
@media only screen and (max-width: 1190px){
.bnr-txtarea {width: 560px;}
.bnrhd2 {font-size: 42px; line-height: 58px;padding: 60px 0 0 0;}
}

@media only screen and (max-width: 1020px){
.bnrbtl{position:absolute;left:-45px;top:-40px;width:380px;}
.bnr-txtarea{width:60%;}
.bnrhd2 {font-size: 38px;line-height: 42px; padding-top:20px;}
}

@media only screen and (max-width: 767px){
.banner{padding:0;}
.bnr-txtarea{width:100%;padding:0 10px;}
.bnrhd2{padding:10px 0 0 0;}
.bnrimg{margin:0 auto 20px auto;display:block;}
}

@media only screen and (max-width: 479px){
.bnrhd {font-size: 20px;line-height: 25px;}
.bnrhd2 {font-size: 30px;line-height: 38px;}
.bnr-list li{font-size:22px;}
}




/*================start sec1 strip===================*/
.bnrstrip{
	background:#f4f4f4;
	padding:25px 0;
	}
.bnrstrip-hding{
	background:url(../images/strip-hdimg.png) center center no-repeat;	
	font-size:18px;
	line-height:24px;	
	color:#000;
	text-align:center;
	}
.bnrstrip-img{margin:20px auto 0 auto;display:block;}

/*================start section 1===================*/
.sec1{padding:66px 0;}
ul.s1list{padding:22px 0 0 0;}
ul.s1list li{
	float:left;
	width:23%;
	margin:20px 1% 0;
	background:#f2fbff;
	padding:30px 10px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	}
.s1prdimg{margin:35px auto 10px auto;display:block; width:200px;}
ul.s1list li p{
	font-weight:600;
	font-size:30px;
	line-height:38px;
	color:#000000;
	text-align:center;
	}

@media only screen and (max-width: 1190px){
ul.s1list li p {font-size: 24px;line-height: 33px;}
}	

@media only screen and (max-width: 1020px){
ul.s1list li p {font-size: 20px;line-height: 33px;}
}

@media only screen and (max-width: 767px){
.bnrstrip{padding:20px 0;}
.bnrstrip-img{margin:14px auto 0 auto;}
.sec1{padding:46px 0;}
ul.s1list{padding:12px 0 0 0;}
ul.s1list li{width:calc(50% - 10px);height:auto;padding:20px 10px 16px 10px; margin:10px 5px 0 5px}
ul.s1list li p {font-size: 19px;line-height: 22px;}
.s1prdimg{margin:10px auto 0 auto;display:block;}
}

/*================start section2===================*/
.sec2{
	padding:95px 0 130px 0;
	background:url(../images/sec2.jpg) center top no-repeat;	
	}
.s2hding{
	font-weight:300;
	font-size:30px;
	line-height:46px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	padding:0 0 0 70px;
	position:relative;
	}
.s2hding span.span1{font-size:44px;letter-spacing:3px;}
.s2hding span.span2{
	position:absolute;
	left:0;
	top:26px;
	font-weight:bold;
	font-size:102px;
	}
.s2txt{
	font-weight:300;
	font-size:18px;
	line-height:26px;
	color:#fff;
	text-align:left;
	padding:22px 0 0 0;
	width:520px;
	}
.sec2btm{
	padding:0 0 70px 0;
	background:url(../images/sec2btm.jpg) center top no-repeat;	
	}
ul.s1btmlist{margin:-80px 0 0 0;padding:0 60px;}
ul.s1btmlist li{
	float:left;
	display:inline-block;
	width:30.33%;
	margin:24px 1.5% 0 1.5%;
	padding:0 0 8px 0;
	position:relative;
	}
ul.s1btmlist li:nth-child(4){margin:24px 1.5% 0 15.16%;}
.s2btmlbx-bdr{
	position:absolute;
	left:1%;
	bottom:0;
	width:98%;
	background: url(../images/bottom-border.png) no-repeat center bottom;
    background-size: 100%;
	height:10px;
	}
.s2btmlbx{
	height:119px;
	background:#fff;
	border-radius:8px;
	position:relative;
	padding:35px 20px 20px 102px;
	font-weight:500;
	font-size:20px;
	line-height:25px;
	color:#3a3c3c;
	text-align:left;
	-moz-box-shadow: 0 0 5px #cdd3da;
	-webkit-box-shadow: 0 0 5px #cdd3da;
	box-shadow: 0 0 5px #cdd3da;
	}
.s2btmlbx img{
	position:absolute;
	left:20px;
	top:25px;
	}
	
@media only screen and (max-width: 1190px){
ul.s1btmlist {padding: 0 0;}
.s2btmlbx {padding: 35px 20px 20px 100px;font-size: 18px; }
}

@media only screen and (max-width: 1020px){
.s2hding{font-size:26px;line-height:42px;padding:0 0 0 60px;}
.s2hding span.span1{font-size:40px;}
.s2hding span.span2{top:26px;font-size:92px;}
.s2txt{width:388px;}
.s2btmlbx{height:109px;	padding:32px 10px 10px 92px;	font-size:17px;line-height:22px;}
.s2btmlbx img{position:absolute;left:14px;top:22px;}
.longtxt{padding:22px 10px 10px 92px;}
.sec2btm{padding:0 0 60px 0;}
}

@media only screen and (max-width: 767px){
.sec2{background:#153045;padding:40px 0 0 0;}
.s2img{margin:24px auto 0 auto;display:block;}
.s2txt{width:auto;padding:15px 0 0 0;}
ul.s1btmlist {margin: -55px 0 0 0;}
ul.s1btmlist li, ul.s1btmlist li:nth-child(4){width:100%;margin:10px 0 0 0;}
.s2btmlbx img{width:55px;top:13px;}
.s2btmlbx{height:83px;font-size:19px;line-height:24px;}
.s2btmlbx, .longtxt{padding:16px 15px 10px 86px;}
.sec2btm{padding:0 0 40px 0;}
}

@media only screen and (max-width: 479px){
.s2hding {font-size: 21px;line-height: 37px;}
}

@media only screen and (max-width: 359px){
.s2hding {font-size: 18px;line-height: 32px;}
.s2hding span.span1 {font-size: 34px;}
}


/*================start section3===================*/
.sec3{
	padding:95px 0;
	background:#e8e9e9 url(../images/sec3bg.png) right top no-repeat;	
	}
.s3hding{
	font-weight:300;
	font-size:58px;
	line-height:68px;
	color:#11151b;
	text-align:left;
	text-transform:uppercase;
	}
.s3hding2{
	font-size:27px;
	line-height:40px;
	color:#808080;
	margin:20px 0 0 0;
	font-weight:300;
	letter-spacing:0.5px;
	}
.s3txt{
	font-weight:300;
	font-size:16px;
	line-height:28px;
	color:#11151b;
	text-align:left;
	padding:29px 0 0 0;
	width:620px;
	}
ul.s3list{margin-top:25px;}
ul.s3list li{
	float:left;
	width:60%;
	margin:20px 2% 0 0;
	position:relative;
	padding:0 0 8px 0;
	}
.s3lbx{
	min-height:200px;
	background:#fff;
	border-radius:10px;
	position:relative;
	padding:25px 18px 20px 200px;	
	-moz-box-shadow: 0 0 5px #cdd3da;
	-webkit-box-shadow: 0 0 5px #cdd3da;
	box-shadow: 0 0 5px #cdd3da;
	}
.s3lbx img{
	position:absolute;
	left:18px;
	top:20px;
	}	
.s3ltxt{
	font-weight:300;
	font-size:17px;
	line-height:27px;
	color:#3a3c3c;
	text-align:left;
	letter-spacing:0.5px;
	margin-top:10px;
	}
	
@media only screen and (max-width: 1800px){
.sec3{background-size:1000px;}
}

@media only screen and (max-width: 1190px){
.sec3{background-size:900px;}
.s3lhding{padding:10px 0 0 0;}
.s3hding2{margin-top:0;}
}

@media only screen and (max-width: 1020px){
.sec3{background-size:600px;padding:60px 0 60px 0;}
.s3hding{font-size:48px;line-height:58px;	}
.s3lhding{padding:0;}
.s3txt{padding: 12px 0 0 0;width: 516px;}
ul.s3list li{width:70%;}
}

@media only screen and (max-width: 767px){
.sec3{background:#e8e9e9;padding:40px 0 50px;}
.s3hding{font-size:28px;line-height:38px;}
.s3txt{width:auto;}
ul.s3list{margin-top:0;}
ul.s3list li{width:100%;}
.s3lbx{height:auto; padding: 20px 10px 20px 160px;}
.s3lbx img{width:120px;}
.s3hding2{font-size:20px; line-height:26px;}
.s3ltxt{font-size:16px; line-height:24px;}
}


/*================start section4===================*/
.sec4{padding:72px 0 80px 0;}
.accordion-container2{margin:30px auto 0 auto;width:660px;}
.accordion {
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	float: left;   	
	font-weight:bold;
	font-size: 20px;
	text-align:left;	
	line-height: 26px;
	margin: 15px 0 0 0;
	padding:19px 6.5% 19px 28px;
	width: 100%;
	border:none;	
	}
.accordion-open.ac2 {background:#f0f1f3 url(../images/up.png) 98% 27px no-repeat;	}
.accordion-close.ac2 {background:#f8f9fb url(../images/down.png) 98% 27px no-repeat;	}
.acdn-content2 {
	box-sizing: border-box;
	float: left; 
	padding: 15px 20px 22px 28px;
	width: 100%;
	font-weight:300;
	font-size:16px;
	line-height:24px;
	color:#000000;
	text-align:left;
	}
@media only screen and (max-width: 1020px){
.sec4{padding:60px 0;}
}

@media only screen and (max-width: 767px){
.sec4{padding:40px 0;}
.accordion-container2{width:100%;margin:10px 0 0 0;}
.accordion {
	box-sizing: border-box;
	font-size: 19px;
	line-height: 26px;
	margin: 10px 0 0 0;
	padding:12px 6.5% 12px 12px;	
	}
.accordion-open.ac2 {background:#f0f1f3 url(../images/up.png) 98% 22px no-repeat;	}
.accordion-close.ac2 {background:#f8f9fb url(../images/down.png) 98% 22px no-repeat;	}
.acdn-content2 {padding: 15px 10px 22px 12px;}
}


/*================start footer================*/
.top-footer{padding:30px 0 35px 0;border-bottom:1px solid #e1e1e1;}
.ftrlogo{margin:0 auto;display:block;}
ul.ftrlist{padding:60px 0 0 0;text-align:center;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #6b6b6b;
	padding:0 15px 0 10px;
	font-weight:300;
	font-size:16px;
	line-height:16px;
	color:#000;
	text-align:center;
	}
ul.ftrlist li a{color:#2d2d2d;}
ul.ftrlist li:last-child{border-right:none;}
.ftrtxt{
	font-size:12px;
	line-height:19px;
	color:#404040;
	text-align:center;
	margin:24px 0 0 0;
	}
.btm-footer{padding:30px 0;}
ul.btmftr-list{float:right;}
ul.btmftr-list li{
	float:left;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	font-weight:300;
	font-size:16px;
	line-height:16px;
	color:#404040;
	text-align:left;
	}
ul.btmftr-list li a{color:#404040;}
.ftrcards{float:right;margin:0;}
.btmftrtxt{
	float:left;
	font-weight:300;
	font-size:16px;
	line-height:16px;
	color:#404040;
	}
@media only screen and (max-width: 767px){
.top-footer{padding:25px 0 25px 0;}
ul.ftrlist{padding:20px 0 0 0;}
ul.ftrlist li{padding:0 5px; font-size:14px;}
.ftrtxt {margin: 14px 0 0 0;}

.btm-footer{padding:20px 0 25px;}
ul.btmftr-list{width:100%; text-align:center;}
ul.btmftr-list li{float:none; display:inline-block; vertical-align:middle; padding:0; margin:0 10px; font-size:15px;}
.btmftrtxt{width:100%; margin-top:10px; text-align:center; font-size:15px;}
}



.s7-testiBx{
	float:left;
	width:100%;
	margin-top:40px;
	text-align:center;
	}
.testi-desk{
	display:inline-block;
	vertical-align:top;
	}
.s7-testi-col{
	display:inline-block;
	vertical-align:top;
	max-width:300px;
	margin:0 15px;
	text-align:left;
	}
.s7-testi-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:8px;
	}
.s7-testi-cont{
	float:left;
	width:100%;
	padding:15px 0 0 0;
	}
.s7-star{
	float:left;
	width:80px;
	margin:10px 0 0;
	}
.s7-testi-col-tx2{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000000;
	margin-top:10px;
	letter-spacing:0.5px;
	font-weight:300;
	}
.s7-testi-col-tx3{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000000;
	margin-top:10px;
	font-weight:300;
	}
.s7-testi-col-tx3 strong{font-weight:500;}
.s7-testi-col-tx3 span{
	font-weight:normal;
	font-size:13px;
	color: #00bc2d;
	font-weight:300;
	letter-spacing:1px;
	}
.s7-testi-col-tx3 span img{
	display:inline-block;
	vertical-align:top;
	margin:6px 2px 0 0;
	}
@media only screen and (max-width: 767px){
.s7-testi-col{margin:0 10px;}
}
@media only screen and (min-width: 1800px){
.topsec {
    height: 750px;
}
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .topsec{background-image:url(../images/topsec_retina_image.png);}
}
/************ MODAL ***************/
.modal {
    opacity: 0;
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;display: flex;
    align-items: center;
    justify-content: center;
}

.modal.is-visible {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35); width: 100%; max-width: 420px;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.modal.is-visible .modal-transition {
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0; cursor: pointer;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 16px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; text-align: center; color: #0f2b40; padding: 0 15px;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}
.modal-body .cartbtn{ width: 220px; line-height: 32px;}
.d-flex{ -webkit-display: flex; display: flex;}
.justify-content-between{ -webkit-justify-content: space-between; justify-content: space-between;}
.justify-content-around{ -webkit-justify-content: space-around; justify-content: space-around;}
.direction-column{-webkit-flex-direction: column; flex-direction: column;}
.cart-pop-mod-btn{ margin:10px 0; float: none !important; width: 100%; max-width: 300px;}
@media screen and (max-width:545px){
.modal-wrapper{ max-width: 300px;}
}
/************ MODAL ***************/