/* CSS for Modal start */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-open .modal {
    overflow-x: visible;
    overflow-y: visible;
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 10500000;
  width: 560px;
  margin-left: -280px;
  background-color: #f4eaea00;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  box-shadow: 0px 0px;
  border-width: 0px;
  box-shadow: 0px 0px 0px;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  	padding: 0px;
	border-width: 0px!important;
	position: absolute;
	right: 10px;
	top: 10px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (max-width: 767px) {
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
/* CSS for Modal End */
.pointer{
	cursor: pointer;
}
.my-account-area{
	padding-top: 25px!important;
}

.msg{
	text-align: left;
	font-weight: bold;
	padding: 8px;
}
.error-msg{
	border:1px solid red;
	color:red;
}
.success-msg{
	border:1px solid green;
	color:green;
}
.my-login-btn{
	background: #be1e2d none repeat scroll 0 0;
    color: #fff;
    float: right;
    border-radius: 0px!important;
    padding: 5px 20px;

}
.my-login-btn:hover{
	color:white;
	background-color: #222;
}
.my-register-lnk{
	color: #be1e2d;
	font-weight: bold;
}
.view-profile-lnk{
	padding: 10px;
	font-weight: bold;
	background-color: #be1e2d;
	color: white;
	margin:0px; 
	display: block;
}
.progress {
    border: 1px solid #be1e2d;
    border-radius: 25px;
    position: relative;
}
.progress span{
	position: absolute;
    right: 9px;
    font-size: 11px;
    font-weight: bold;
    top: 9px;
}
.my-pagination li{
	display: inline;
}
.my-pagination .current{
	background: #be1e2d none repeat scroll 0 0;
    border-color: transparent;
    color: #fff;
    margin:0px;
}
.timer-container{
	padding: 0px;
	margin-top: -5px;
    margin-bottom: 15px;
}
.timer-container .timer{
	width: 24%;
	margin:0px;
	display: inline-block;
}
.timer-container .timer-wrap {
    padding: 10px;
    background-color: #717076;
    color: white;
}
.timer-wrap h5{
	color: white;
	font-size: 23px;
	font-weight: bold;
}
.timer-wrap p{
	color: white;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-top: -15px;
	text-transform: capitalize;
}

.product-actions2 {
    background: #be1e2d none repeat scroll 0 0;
    bottom: 0;
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
    opacity: 1;
    transition: all 400ms ease 0s;
    z-index: 999;
}
.amount-one{
	font-weight: bold;
    color: #be1e2d;
    font-size: 18px;
}

.single-pro-tags{
	padding: 20px;
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
}
.block-btn{
	width: 100%!important;
}
.checkout-btn {
    background: #c31f2e none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: auto;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 180px;
    cursor: pointer;
}
.product-add-to-cart a{
	cursor: pointer;
}
.range-container{
	padding: 30px;
	padding-top: 10px;
}
.range-container button{
	width: 100%;
}
.range-container input{
	margin-top: 8px;
}
.range-container .btn-container{
	width: 12%;
	display: inline-block;
}

.range-container .range-input-container{
	width: 74%;
	display: inline-block;
}
.sngle-add-crt{
	clear: both;
	display: block;
}
.top-srch-bx{
	padding-top: 5px!important;
}
.bold{
	font-weight: bold;
}
.checkout-form-list textarea{
	background-color: white!important;
	border-radius: 0px;
}
.home-ticket-container .product-desc{
	padding: 2px 10px;
	padding-top: 15px;
}
.cart-qty-input{
	width: 55px!important;
	display: inline-block;
}
.cart-qty-btns{
	height: 50px;
    width: 50px;
    background-color: #c31f2e;
    color: white;
    margin: 0px 10px;
}
.cart-qty-btns:hover{
	background-color: #8c151f;
}
.product-img a{
    height:250px;
}
@media only screen and (max-width: 767px){
	.sngle-add-crt {
	    margin: 16px 30px 0; 
	}
	.timer-container .timer {
        width: 23%;
    }
    .range-container .range-input-container {
        width: 72%;
    }
    .cart-qty-col {
        min-width: 248px;
    }
    .cart-container{
        margin-left:0px;
        margin-right:0px;
        width:100%;
    }
    .max-width-mobile {
        width: 100%!important;
    }
}
