
.img{
    max-width: 100%;
}
.img-full img{
    width: 100%;
}

/*-------------------------------
     Single Product Page CSS
--------------------------------*/
.single-product-img {
	position: relative;
	margin-top: 40px;
}
.single-product-img:before {
	position: absolute;
	content: "";
	width: 100%;
	background: #000;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-product-img:hover:before{
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.single-product-img a {
	position: absolute;
	font-size: 100px;
	color: #ddd;
	z-index: 9;
	line-height: 1;
	top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
	right: 0;
	left: 0;
	text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.single-product-img:hover a{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.vbox-close {
	background: #ff6a00 !important;
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-weight: 600;
	height: 40px;
	position: fixed;
	right: 40px;
	text-indent: 2px;
	top: 14px;
	width: 46px;
	border-radius: 2px;
}
.nav.single-slide-menu a {
    display: block;
    border: 1px solid #ededed;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav.single-slide-menu a img {
	width: 100%;
    border: 3px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav.single-slide-menu a.active img,
.nav.single-slide-menu a:hover img{
    border-color: #dbdbdb;
}
.single-product-menu {
	margin: 15px 0;
}
.nav.single-slide-menu {
	padding: 0 26px;
}
.single-tab-menu {
	padding: 0 10px;
}
.single-slide-menu .slick-list {
    width: 100%;
}
.slick-arrow {
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
	left: 0;
	width: 28px;
	height: 28px;
	background: #fff;
	color: #333;
	border: 1px solid #e5e5e5;
    border-radius: 3px;
	line-height: 26px;
	font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	text-align: center;
    z-index: 99;
}
.slick-arrow:after {
	height: 3px;
	background: #e96405;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slick-next-btn.slick-arrow {
	left: auto;
	right: 0;
}
.slick-arrow:hover:after{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-arrow:hover{
    background: #ff6a00;
    color: #fff;
    border-color: #ff6a00;
}
.single-product-name {
	font-size: 22px;
	letter-spacing: 3px;
	text-transform: capitalize;
	font-weight: 500;
	color: #FD1000;
    font-weight: 600;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.disc{
	margin-left: 25px;
	color: #008bff;
}

.single-product-reviews {
	margin-bottom: 10px;
}
.single-product-price {
	margin-top: 25px;
}
.product-discount {
	display: inline-block;
	margin-bottom: 20px;
}
.product-discount span.price {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	display: inline-block;
	margin-left: 10px; 
	color: #FD1000;
}
.discount {
	text-transform: uppercase;
	display: inline-block;
	background: #f25961;
	color: #fff;
	font-size: 12px;
	padding: 0 15px;
	text-align: center;
	z-index: 1;
	line-height: 30px;
	border-radius: 20px;
	font-weight: 500;
	height: 30px;
	margin-left: 20px;
	margin-top: 25px;
	vertical-align: top;
}
.product-info {
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
.product-info p {
	line-height: 30px;
	font-size: 16px;
	margin-left: 25px; 
	color: #333;
	margin-top: 30px;
}
.single-product-action {
	margin-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	float: left;
	width: 100%;
}
.product-variants {
	border-bottom: 1px solid #ebebeb;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-variants > .product-variants-item {
	margin: 20px 0;
	display: block;
}
.product-variants > .product-variants-item:last-child {
	margin-left: 90px;
}
.product-variants-item span.control-label {
	margin-bottom: 6px;
	display: block;
	width: 100%;
	text-transform: capitalize;
	font-size: 14px;
	color: #232323;
}
.product-variants > .product-variants-item select {
	border: 1px solid #ebebeb;
	height: 40px;
    background: #fff;
}
.product-variants-item .nice-select {
	width: 150px;
}
.product-variants-item .nice-select.open .list {
	width: 100%;
}
.procuct-color > li {
	display: inline-block;
	list-style: none;
	margin-left: 5px;
}
.procuct-color > li > a > span.color {
	background: #ffa07a;
	height: 13px;
	width: 13px;
	display: inline-block;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.procuct-color > li:nth-child(2) > a > span.color{
    background: #00EEB3;
}
.procuct-color > li.active > a > span.color,.procuct-color > li > a:hover > span.color{
    outline: 1px solid #D6B98C;
    outline-offset: 1px;
}
.product-add-to-cart span.control-label {
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #232323;
	font-size: 14px;
}
.add-to-cart {
	background: #008bff;
	border: 0;
	border-bottom: 3px solid #0680e5;
	color: #fff;
	box-shadow: none;
	padding: 0 30px;
	border-radius: 3px;
	font-weight: 400;
    cursor: pointer;
	font-size: 14px;
	text-transform: capitalize;
	height: 50px;
	line-height: 50px;
}
.add-to-cart:hover {
	background: #ff6a00;
	border-color: #e96405;
}
.add-to-cart i {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.product-availability {
	color: #30b878;
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
	margin-left: 10px;
}
.block-reassurance {
	overflow: hidden;
	float: left;
	width: 100%;
    background: #fff;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}
.block-reassurance > ul > li {
	list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.block-reassurance-item {
	padding: 15px 20px;
}
.block-reassurance-item > img {
	width: 25px;
	margin-right: 10px;
}
.block-reassurance-item span {
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
}
.modal-footer {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border: 1px solid rgba(172,170,166,.3);
}
.single-product-share {
	overflow: hidden;
	float: left;
	width: 100%;
	border-top: 1px solid #ececec;
	padding-top: 30px;
}
.single-product-share > ul > li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
	color: #232323;
	font-size: 14px;
}
.single-product-share > ul > li > a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	color: #b4b4b4;
	font-size: 21px;
}
.single-product-share > ul > li > a:hover{
    background: #ff6a00;
    color: #fff;
}
/*porduct quantity*/
.product-add-to-cart {
	overflow: hidden;
	margin-top: 20px;
	float: left;
	width: 100%;
}
.cart-plus-minus-box {
	border: 1px solid #e1e1e1;
	border-radius: 0;
	color: #3c3c3c;
	height: 49px;
	text-align: center;
	width: 50px;
	padding: 5px 10px;
}
.product-add-to-cart .cart-plus-minus {
	margin-right: 25px;
}
.cart-plus-minus {
	position: relative;
	width: 75px;
	float: left;
	padding-right: 25px;
}
.dec.qtybutton, .inc.qtybutton {
	background: #f1f1f1 none repeat scroll 0 0;
	cursor: pointer;
	line-height: 15px;
	position: absolute;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: none;
	border: 1px solid #ddd;
}
.dec.qtybutton {
	bottom: 0;
    right: 0;
}
.inc.qtybutton {
	top: 0;
	right: 0;
}

/*Single product area*/
.dec-and-review-menu {
	padding: 20px 0;
	text-align: center;
	background: #f3f3f3;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.dec-and-review-menu > li > a {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 40px;
	color: #333333;
}
.dec-and-review-menu > li > a.active,
.dec-and-review-menu > li > a:hover{
    color: #ff6a00;
}
.single-product-description > p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	letter-spacing: 0.4px;
}
.product-manufacturer {
	margin-bottom: 15px;
}
.product-reference .label,
.product-quantities .label{
	font-size: 16px;
	color: #414141;
	font-weight: 700;
}
.product-features {
	margin-top: 20px;
	margin-left: 5px;
}
.product-features > h3 {
	font-size: 16px;
	font-weight: 700;
}
.product-features .table tr {
	background: #ebebeb;
}
.product-features .table tr:nth-child(even) td{
    background: #f9f9f9;
}
.product-features .table td {
	width: 50%;
	background: #ebebeb;
	height: 40px;
	padding: 10px;
	margin-right: 10px;
	border: 0;
	border-right: 1px solid #ddd;
}
.product-features .table td:last-child{
    border-right: 0;;
}
.review-comment > h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.pro-comments-rating {
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.pro-comments-rating > li {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.review-form label {
	font-size: 14px;
	font-weight: 700;
	margin: 12px 0 4px 0;
	color: #414141;
	text-transform: capitalize;
}
.review-form input {
	border: 1px solid #ebebeb;
	background: #fff;
	border-radius: 0;
	height: 40px;
	color: #252525;
}
.review-form textarea {
	background: #fff;
	border: 1px solid #ebebeb;
}
.send-your-review {
	margin-top: 20px;
}
.required-fields {
	font-weight: 600;
	color: #414141;
	text-transform: capitalize;
}
.review-form sup {
	font-size: 20px;
	top: 0;
}
.send-btn,
.cancel-btn{
	border: 0;
	background: #333;
	box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
	color: #fff;
	padding: 8px 20px;
	font-weight: 600;
	cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}
.send-btn:hover{
    background: #ff6a00;
}
.cancel-btn:hover{
    background: #f80e0e;
}
