.backbtntop .btn, .nextbtn .btn, .backbtn .btn{background:#ffffff; color:#343434!important}.backbtntop:hover .product-backopen, .nextbtn:hover .product-nextopen, .backbtn:hover .product-backopen{background:#ffffff!important}.arrow.top::after{border-bottom-color:#ffffff!important}.backbtntop h2, .nextbtn h2, .backbtn h2{color:#ffffff!important}.navigation{min-height:70px;position:relative;min-width:55%}
			.navigation .left{float:left;}
			.navigation .right{float:right;}
			.product-backopen, .product-nextopen{display:none;}
			.backbtn .btn{position:absolute; right:auto; color:#fff; border:none;min-width:95px;}
			.nextbtn h2, .backbtn h2{font-size:12px; margin-top:10px;color:#fff;}
			.nextbtn .btn{position:absolute; right:0px; border:none; min-width:95px;}
			.backbtn:hover .product-backopen{
				    left: auto;
				    right: 60px;
					position: absolute;
					background: #333;
					text-align: center;
					display: block;
					top: 60%;
					padding: 4px;					
					z-index: 999;
					border-radius: 6px;
					transition: all 500ms ease-in 2s !important;

			}
			.nextbtn:hover .product-nextopen{
				left:auto;
				position:absolute;
				right:0px;
				background:#333;
				text-align:center;
				display:block;
				top:60%;
				z-index:999;
				padding: 4px;
				border-radius: 6px;
				transition: all 500ms ease-in 2s !important;

			}
			.backbtn a i, .backbtntop a i {margin-right:5px;}
			.nextbtn a i{margin-left:5px;}

			.imghover{    background: #fff;
				width: 100%;
				margin: 0px auto;
				margin-top: 5px;}
				
			
			.backbtntop .btn{
				position:absolute;
				color:#fff;
				border:none;
			}	
			.backbtntop h2{
				font-size:12px;
				margin-top:10px;
				color:#fff;
			}.backbtntop:hover .product-backopen{
				    left: auto;
					position: absolute;
					background: #333;
					text-align: center;
					display: block;
					top: 60%;
					padding: 4px;					
					z-index: 999;
					border-radius: 6px;
					transition: all 500ms ease-in 2s !important;

			}
			.arrow.top {
				border-top-width: 0;
				left: 50%;
				margin-left: -7px;
				top: -8px;
				z-index: 10;
			}
			.arrow, .arrow::after {
				border-color: transparent;
				border-style: solid;
				display: block;
				height: 0;
				position: absolute;
				width: 0;
			}
			.arrow.top::after {border-bottom-color: #333;
				border-top-width: 0;
				margin-left: -3px;
				top: -6px;
				border-width: 7px;
				content: '';
				}
				
			.arrow, .arrow::after {
				border-color: transparent;
				border-style: solid;
				display: block;
				height: 0;
				position: absolute;
				width: 0;
			}	
			@media (max-width:767px){
				.backbtn .btn {
					left: 0px;
					right: auto;
				}
				.navigation {
					min-height: 70px;
					margin-top: 0px;
					padding-bottom: 55px
				}
				.backbtn:hover .product-backopen {
					left: auto;right:auto;
				}
				.nextbtn:hover .product-nextopen {
					left: auto;
					right: 0;
				}
				.nextbtn .btn {
					right: 0;
					left: auto;
				}
				
				.btn-group.pull-left, .navigation.pull-right{float:none !important;clear:both;}

				
			}
			