.quickpaybutton {
	    margin: 15px 0;
    background: #e31e24;
    color: #fff;
    border-color: #e31e24;
    max-width: 205px;
    font-size: 15px;
    margin-left: 12px;
}
.divshadow {
    color: #4f4f4f;
    margin-left: -25%;
	left: 50%;
    position: absolute;
    text-align: left;
    top: 25%;
    width: 50%;
	z-index: 1000;
	display: none;
}
.option-div {
	background: #ffffff;
	border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
    padding: 45px 10px 10px;
    z-index: 2;
	min-width: 705px;
	position: relative;
}
.option-div .header-popup {
	font-size: 17px;
    left: 0;
    padding: 7px 7px 7px 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.divshadow .close {
	background: #dddddd;
	height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
	z-index: 9;
	line-height: 35px;
}
.divshadow .close .fa {
	font-size: 18px;
}
.divshadow .close:hover .fa {
	color: #000000;
}
.option-div hr {
	margin: 10px 0;
}
.option-div .images-add {
	margin-top: 15px;
}
.option-div .images-add a {
	display: inline-block;
	padding: 5px;
	border: 1px solid #dddddd;
	margin: 0 10px 10px 0;
	cursor: pointer;
}
.option-div .option select {
	margin-bottom: 15px;
}
.option-div .image {
	text-align: center;
}

.divshadow .tab-related .product-thumb .rating {
	margin: 15px 0;
}
.divshadow .price-cart {
	margin: 0;
}
.divshadow .tab-related:hover {
	opacity: 1;
}
.divshadow .tab-related {
	opacity: 0.8;
}
.minus1,
.plus1 {
	border: 1px solid #dddddd;
    color: #8a8a8a;
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 35px;
	cursor: pointer;
}
.minus1:hover, .plus1:hover {
	background: #f7f7f7;
}
.minus1 {
	
}
.plus1 {
	
}
.quantity-input .form-control {
	border-radius: 0;
	border: 1px solid #dddddd;
	float: left;
	margin: 0 -1px;
	height: 32px;
	width: auto;
	text-align: center;
	box-shadow: 0 0 0 #fff;
}
.quantity-input .form-control:focus {
	box-shadow: 0 0 0 #fff;
}
.quantity-input .fa {
	font-size: 9px;
}
.form-control.red {
    border-color: #fa0000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.modal-bg {
	background: #000000;
	opacity: 0.50;
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
}
.modal-bg.opacity {
	opacity: 0.1;
}
.quickpay h2 {
	margin-top: 0;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes winking {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
@keyframes winking {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
.winking {
  -webkit-animation-name: winking;
  animation-name: winking;
}
@media only screen and (max-width: 1374px) {
	.divshadow {
		left: 50%;
		margin-left: -350px;
		position: absolute;
	}
}
@media only screen and (max-width: 800px) {
	.option-div {
		min-width: auto;
	}
	.divshadow {
		left: 50%;
		margin-left: -40%;
		position: absolute;
		width: 80%;
	}
	.quickpay .pull-right {
		float: none !important;
		margin-bottom: 20px;
		width: 100%;
	}
}
@media only screen and (max-width: 470px) {
	.divshadow {
		margin-left: -43%;
		width: 86%;
	}
}
