/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/

.modal-wrap .owl-stage {
	margin:auto;
}
.modal-wrap {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center; }
	.modal-wrap .modal-nm {
	  padding: 70px;
	  margin: 20px;
	  max-width: calc(100% - 40px);
	  background: white;
	  width: 750px;
	  position: relative; }
	  @media screen and (max-width: 480px) {
		.modal-wrap .modal-nm {
		  padding: 50px 20px 20px 20px; } }
	  .modal-wrap .modal-nm .exit {
		position: absolute;
		right: 25px;
		top: 25px;
		cursor: pointer; }

		.exit.modal-tax-trig span {
			font-size: 12px;
			font-weight: 700;
			transform: translateY(-8px);
			display: inline-block;
			margin-left: 2px;
		}
		@media screen and (max-width: 480px) {
		  .modal-wrap .modal-nm .exit {
			right: 15px;
			top: 15px; } }
	  .modal-wrap .modal-nm .modal-inner {
		display: flex;
		align-items: center;
		flex-direction: column; }
		.modal-wrap .modal-nm .modal-inner h3 {
		  color: black;
		  margin-top: 0px;
		  margin-bottom: 25px;
		  text-align: center; }
		  .modal-wrap .modal-nm .modal-inner h3 .active-span {
			transition: ease all .2s;
			color: #a3d133;
			display: inline-block; }
		.modal-wrap .modal-nm .modal-inner .choose {
		  width: 100%;
		  display: flex;
		  justify-content: space-between; }
		  @media screen and (max-width: 480px) {
			.modal-wrap .modal-nm .modal-inner .choose {
			  flex-direction: column; } }
		  .modal-wrap .modal-nm .modal-inner .choose .private, .modal-wrap .modal-nm .modal-inner .choose .business {
			border: 1px solid #ECECEC;
			display: flex;
			width: calc(50% - 10px);
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			padding: 28px 14px;
			cursor: pointer;
			transition: ease all .2s; }
			@media screen and (max-width: 480px) {
			  .modal-wrap .modal-nm .modal-inner .choose .private, .modal-wrap .modal-nm .modal-inner .choose .business {
				width: 100%;
				margin-bottom: 20px;
				padding: 20px 14px; } }
			.modal-wrap .modal-nm .modal-inner .choose .private:hover, .modal-wrap .modal-nm .modal-inner .choose .business:hover {
			  transform: translateY(-5px); }
			.modal-wrap .modal-nm .modal-inner .choose .private .svg-wrap, .modal-wrap .modal-nm .modal-inner .choose .business .svg-wrap {
			  display: flex;
			  width: 66px;
			  height: 66px;
			  align-items: center;
			  justify-content: center;
			  border: 1px solid #ECECEC;
			  border-radius: 50px; }
			.modal-wrap .modal-nm .modal-inner .choose .private span, .modal-wrap .modal-nm .modal-inner .choose .business span {
			  color: black;
			  font-size: 22px;
			  margin-top: 10px;
            }
			.modal-wrap .modal-nm .modal-inner .choose .private .tax-txt, .modal-wrap .modal-nm .modal-inner .choose .business .tax-txt {
			  font-size: 14px;
			  margin-top: 0px; }
  
  .cross-modal .modal-nm {
	padding: 50px; }

@media screen and (max-width:750px) {
	  .cross-modal .modal-nm {
	padding: 25px; }
}
  .cross-modal .smile {
	margin-bottom: 10px; }
	.cross-modal .smile img {
	  width: 140px;
	  max-width: 140px; }
  .cross-modal h3 {
	margin-bottom: 20px !important; }
	@media (max-width: 767.98px) {
	  .cross-modal h3 {
		font-size: 20px;
		line-height: 1.2; } }
  .cross-modal h4 {
	font-size: 22px;
	color: black;
    margin: 0 0 20px; 
    font-weight:bold;    
}
	@media (max-width: 767.98px) {
	  .cross-modal h4 {
		font-size: 20px;
		line-height: 1.2; } }
  .cross-modal .img-wrap {
	margin: auto; }
	.cross-modal .img-wrap img {
	  max-height: 140px;
	  width: auto;
	  margin: auto; }
  .cross-modal .wrap-products {
    max-width: 100%;
	margin: auto; }
	.cross-modal .wrap-products .cross-item {
	  text-align: center; }
	  .cross-modal .wrap-products .cross-item .name {
		font-size: 16px !important;
		display: block;
		text-align: center;
		color: black;
		margin-bottom: 5px;
		margin-top: 0px;
		line-height: 1;
		margin-top: 10px; }
	  .cross-modal .wrap-products .cross-item .price {
		display: block;
		text-align: center;
		color: rgba(0, 0, 0, 0.8);
		margin: 10px 0 10px;
		display: block;
        width: 100%;
        font-size: 18px;
        font-weight: bold;
    }
	.cross-modal .wrap-products .cross-item .btn {
        border: 0px;
        border-radius: 30px;
        line-height: 1;
        cursor: pointer;
        transition: ease all .2s;
        margin-bottom: 15px;
        margin-right: 0px;
        text-decoration: none;
        padding: 8px 20px;
        font-size: 16px;
        background-color: #a3d133;
        color: white;
        margin-top: 10px;
        display: inline-block;
        margin: auto;
        font-weight: bold;
    }

     .cross-modal .wrap-products .cross-item .btn:hover {
        background-color:black;
     }
        .cross-modal .wrap-products .cross-item .btn:after {
            display: inline-block;
            font: normal normal normal 14px/1 'font-electro';
            font-size: 1.357em;
            vertical-align: middle;
            content: "\62";
        }
        
  .cross-modal .owl-dots {
	text-align: center; }
	.cross-modal .owl-dots .owl-dot {
	  width: 10px;
	  margin: 0 6px;
	  height: 10px;
	  border: 2px solid #a3d133;
      outline: 0;
      padding:0px!important;
      background:white!important;
    }
	.cross-modal .owl-dots .active {
      background: #a3d133!important;
        border-radius:50px!important; }
  .cross-modal .btn-wrap {
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #F3F3F3;
	width: 100%; }
	.cross-modal .btn-wrap .btn {
      margin: 0 5px 5px 5px; 
      padding:10px 20px!important;
      font-weight:bold;
    }

@media screen and (max-width:750px) {
	.cross-modal .btn-wrap {
		padding:10px 14px!important;
	}
}

    .cross-modal .btn-wrap .btn:after {
        display: inline-block;
        font: normal normal normal 14px/1 font-electro;
        font-size: 1.357em;
        vertical-align: middle;
        content: "\62";
    }
    .cross-modal .btn-wrap a {
        background:#a3d133;
        color:white;
        transform:ease all .2s;
    }
    .cross-modal .btn-wrap a:hover {
        background:black;
    }
  
  .hello-modal {
	animation: helloModal .4s;
	-webkit-animation: helloModal .4s; }
  @-webkit-keyframes helloModal {
	0% {
	  opacity: 0; }
	100% {
	  opacity: 1; } }
  @keyframes helloModal {
	0% {
	  opacity: 0; }
	100% {
	  opacity: 1; } }
	.hello-modal .modal-nm {
	  animation: helloTheModal .5s;
	  -webkit-animation: helloTheModal .5s; }
  @-webkit-keyframes helloTheModal {
	0% {
	  transform: translateY(10px); }
	100% {
	  transform: translateY(0px); } }
  @keyframes helloTheModal {
	0% {
	  transform: translateY(10px); } 
	100% {
	  transform: translateY(0px); } }
  .byemodal {
	pointer-events: none !important;
	animation: byeModal .5s;
	-webkit-animation: byeModal .5s;
	animation-fill-mode: forwards; }
  @-webkit-keyframes byeModal {
	0% {
	  opacity: 1;
	  padding-top: 0px; }
	100% {
	  opacity: 0;
	  padding-top: 30px;
	  pointer-events: none !important; } }
  @keyframes byeModal {
	0% {
	  opacity: 1;
	  padding-top: 0px; }
	100% {
	  opacity: 0;
	  padding-top: 30px;
	  pointer-events: none !important; } }
  .modal-tax-trig {
	margin-bottom: 5px !important; }  