/* Full-width input fields */
.pick {
    cursor: pointer;
    float: right;
    width: 20%;
    margin: -55px 50px 5px 0px;
    z-index: 1000;
}

.order {
    cursor: pointer;
    float: left;
    width: 20%;
    margin: -55px 0px 5px 50px;
    z-index: 1000;
}
input[type=text], input[type=password], input[type=number], input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

select {
  width: 100%;
  /*padding: 12px 20px;*/
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #7FAD39;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}
.pc button {
  background-color: #fc8445;
  color: white;
  padding: 8px 10px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.pc button:hover {
  opacity: 0.8;
}


/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}
/* Extra styles for the register button */
.regbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #7FAD39;
}
/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 1px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 750px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
  .modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  }
}

/* Hero Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  
.captcha_re: hover {
  color: red;
}

.form-cover {
    background-color:#f1f1f1; 
    border-radius: 10px; 
    border: 1px solid #7fad39; 
    margin-bottom:50px;
}

.btn-tfk {
    color: #fff;
    background-color: #7fad39;
    border-color: #a4d757;
}

.btn-tfk:hover {
    color: #fff;
    background-color: #a4d757;
    border-color: #a4d757;
}

/* Trasparent dowpdown */

  .drop-down-class select {
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	width: 100px;
	text-indent: 1px;
	text-overflow: "";
	color: #000000;
	padding: 5px;
/*	box-shadow: 10px 10px 5px #888888;
*/	border-radius: 10px;
/*	text-shadow: 0px 0px #000000;
*/  }
  .drop-down-class select.second {
    background-color: grey;
  }
  .drop-down-class select.first {
    border-radius: 0px 10px;
  }
  .drop-down-class select.third {
    border-radius: 10px 0px;
  }
  .Select_list {
    width: 500px;
    height: 150px;
 /*   border: 1px solid #BA55D3;	
    border-radius: 10px;
    background-color: #FFDAB9;
*/  }
  .Select_list select {
    margin: 0 30px;	
  }
  
  .hero-image {
	background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 100%), url(../img/hero/bg_1.jpg);
	background-image: -moz-linear-gradient(90deg,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 100%), url(../img/hero/bg_1.jpg);
	background-image: -o-linear-gradient(90deg,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 100%), url(../img/hero/bg_1.jpg);
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url(../img/hero/bg_1.jpg);
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

  .heromar {
   margin:150px auto;
  }

@media screen and (max-width: 750px) {
  .heromar {
   margin-top: 50px !important;
  }
}

/*buttons start*/
.padl {
    padding-left:20px;
}
.padr {
    padding-right:20px;
}
.btn-1 {
  background-color: #F27935;
}

@media only screen and (max-width: 1200px) and (min-width: 350px)    {
  .btn-1 {
   width: 100% !important;
   bottom: -150px !important;
   margin-bottom:10px !important;
  }
  .padl {
    padding-left:15px !important;
    padding-right:20px !important;
  }
  .padr {
    padding-right:20px !important;
  }
}
.btn-1 .round {
  background-color: #f59965;
}


/*checkout*/
.padl {
    padding-left:20px;
}
.padr {
    padding-right:20px;
}
.btn-c {
  background-color: #F27935;
}
.btn-pay {
  background-color: #E4B731;
}
@media screen and (max-width: 750px) {
  .btn-c {
   width: 100% !important;
   bottom: 0px !important;
   margin-bottom:10px !important;
  }
  .btn-2 {
   width: 100% !important;
   bottom: 0px !important;
   margin-bottom:10px !important;
  }
  .btn-pay {
   width: 100% !important;
   bottom: 0px !important;
   margin-bottom:10px !important;
  }
  .padl {
    padding-left:15px !important;
    padding-right:20px !important;
  }
  .padr {
    padding-right:20px !important;
  }
  .wid100 {
    width:100%;
  }
}
.btn-c .round {
  background-color: #f59965;
}
.btn-pay .round-pay {
  background-color: #ffde84;
}

/*checkout ends*/
.btn-2 {
  background-color: #E4B731;
}
.btn-2 .round {
  background-color: #f7c53b;
}

.btn-3 {
  background-color: #5A5B5E;
}
.btn-3 .round {
  background-color: #737478;
}

.kart a {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 7px;
  padding: 8px 53px 8px 23px;
  color: #fff;
  text-transform: uppercase;
  font-family: Nunito;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.kart a span {
  position: relative;
  z-index: 3;
}
.kart a .round {
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.kart a .round-pay {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
a .round i {
  position: absolute;
  top: 44%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a .round-pay i {
  position: absolute;
  top: 41%;
  margin-top: -6px;
  left: 34%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.txt {
  font-size: 14px;
  line-height: 1.70;
  letter-spacing: 1px;
}

.type-1 a:hover {
  padding-left: 48px;
  padding-right: 28px;
}
.type-1 a:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.type-1 a:hover .round i {
  left: 12%;
}
.type-1 a:hover .round-pay {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.type-1 a:hover .round-pay i {
  left: 5%;
}
.type-2 a:hover .round {
  background: none;
}
.type-2 a:hover .round i {
  left: 70%;
}

.type-3 .round {
  background: transparent;
}
.type-3 a {
  position: relative;
  overflow: hidden;
}
.type-3 a.btn-1:after {
  background-color: #f59965;
}
.type-3 a.btn-2:after {
  background-color: #00c4eb;
}
.type-3 a.btn-3:after {
  background-color: #737478;
}
.type-3 a:after {
  content: "";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 37px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.type-3 a:hover:after {
  right: 100%;
  width: 50%;
}
.type-3 a:hover i {
  margin-left: 4px;
}
/*buttons end*/
.image-container {
	width: 100%;
	display: flex;
	justify-content: center;
}
.image-2 {
  width: 100%;
  align-self: flex-start;  /* to preserve image aspect ratio */
}
@media screen and (max-width: 750px) {
  .error_but {
   width: 100% !important;
  }
}
/*footer mobile*/
@media screen and (max-width: 768px){
  .footerback {
      border-radius: 7px 7px 0px 0px;
      -moz-border-radius: 7px 7px 0px 0px;
      -webkit-border-radius: 7px 7px 0px 0px;
      /*border-top: 1px solid #FFFFFF;*/
      background-color:#FC8445; 
      line-height: 44px;
      color:#ffffff;
      position:fixed;
      bottom:0px;
      width: 100%;
      height: 50px;
      padding:2px;
      font-size:18px;
      z-index: 99;
      justify-content: space-between;
  }
}
/*promo popup*/

.mymodal_popup
{   position: fixed;
	background:rgba(0, 0, 0, 0.70);
	overflow-x: hidden;
	overflow-y: visible;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	top:0;
}
.mymodal_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
}
.popup_manager
{
	background: transparent;
	border: 0;
	box-shadow: none;
	text-align: center;
	max-width: 62.5rem;
	transition:0.5s ease all;
	-webkit-transition:0.5s ease all;
	-moz-transition:0.5s ease all;
	-o-transition:0.5s ease all;
	-ms-transition:0.5s ease all;
	min-height: auto;
	position: absolute;
	top: 10%;
	left: 50%;
	padding-bottom: 1rem;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.popup_manager a.close_modal {
	position: absolute;
	background: #fff;
	font-size: 2rem;
	top: -1.15rem;
	right: -1.15rem;
	box-shadow: 0 0 5px 0px #292828;
	font-weight: bold;
	width: 2.5rem;
	color: #000;
	text-align: center;
	height: 2.5rem;
	border-radius: 50%;
	font-family: sans-serif;
	cursor: pointer;
	line-height: 2.5rem;
	display: inline-block;
}
.popup_manager img
{width:auto;
 margin: auto;
 min-width: 200px;
 max-width: 100%;
 max-height: 75vh;
}
.popup_manager p
{
	margin: 15px 0;
	background: white;
	font-size: 1.5rem;
	line-height: 2rem;
	text-transform: capitalize;
	text-align: center;
	font-family: sans-serif;
	padding: 10px;
}
@media only screen and (max-width: 48em)
{
	.popup_manager img
	{
	 min-width: initial;
	 max-height: initial;
	}
	.popup_manager a.close_modal
	{
		top:0;
		right:0;
	}
	.popup_manager
	{
		left: 0;
		right:0;
		margin: auto;
		padding: 1rem;
		transform:translateX(0%);
		-webkit-transform:translateX(0%);
		-moz-transform:translateX(0%);
		-ms-transform:translateX(0%);
		-o-transform:translateX(0%);
	}
	.popup_manager p
	{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
