.rounded-background-box {
  margin: 100px auto;
  width: 1200px;
  height: 450px;
  background-color: #ffffff;
  border-radius: 25px;
  -webkit-box-shadow: -1px 6px 80px 10px rgba(197, 197, 197, 0.8);
  -moz-box-shadow: -1px 6px 80px 10px rgba(197, 197, 197, 0.8);
  box-shadow: -1px 6px 80px 10px rgba(197, 197, 197, 0.6);
  z-index:2;
}

.left-rounded-column {
  position: relative;
  float: left;
  border-radius: 25px 0px 0px 25px;
  width: 380px;
  height: 100%;
  background-image: linear-gradient(40deg, #00a859 0%, #d3d3d3 100%);
 }

.right-rounded-column{
  position: relative;
  float: right;
 
  width: 818px;
   border-radius: 0px 25px 25px 0px;
}

.link-active{
  text-decoration: none;
  color: #ea5476;
}

.link{
  text-decoration: none;
  color: #353535;
}

.product-info{
  display: inline-block;
  position: relative;
  height: 60px;
  margin-top: 50px;
  margin-left: 50px;
}

.product-info p{
  display: inline-block;
  position: relative;
  margin-right: 50px;
  margin-top: 4%;
}

.product-info h1{
  line-height: 40px;
}

.product-info h3{
  display: block;
  height: 30px;
  line-height: 26px;
  font-color: #7e7e7e;
}

.product{
  position: relative;
  width: 150px;
  height: auto;
  background-color: transparent;
  z-index: 100;
}

.tablet{
  position: absolute;
  top: 45px;
  left: calc(10%);
  max-width: 410px !important;
  height: auto;
  background-color: transparent;
  
  -webkit-filter: drop-shadow(rgba(58, 69, 108,0.5));
  filter: drop-shadow(20px 35px 35px rgba(58, 69, 108,0.5));
}

.float{
  animation-name: float;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-delay: initial;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

.cart-price{
  display: inline-block;
  position:absolute;
  bottom: 30px;
  left: 0;
  margin-left: 50px;
  margin-top: 50px;
  height: 80px;
  width: 720px;
}

.button1{
   display: inline-block;
  position: relative;
  float: left;
  height: 50px;
  width: 300px;
  background-image: linear-gradient(40deg, #0ba360 0%, #3cba92 100%);
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}

.cart-price h2{
  display: inline-block;
  position: relative;
  float:right;
  margin-right: 50px;
  width: 100px;
}

@keyframes float{
0% {transform: translateY(0px);}
50% {transform: translateY(-20px);}
100% {transform: translateY(0px);}
}
.mrgnh
{
	margin-top: -9%;
}
/************/

#wrap{
  width:90%;
  margin:20px auto;
}
#product_layout_3 .product_image{
  display:block;
  box-sizing:border-box;
  width:40%;
  float:left;
}
#product_layout_3 .product_image .main_image img{
  margin:0 auto;
  border:1px solid #808080;
  border-radius:2px;
}
#product_layout_3 .product_desc{
  width:50%;
  float:left;
  margin-left:10%;
  min-height:660px;
}
#product_layout_3 .product_desc h1{
  font-size:3.6em;
  font-weight:500;
}
#product_layout_3 .product_desc .price{
  display:block;
  font-size:2.4em;
  color:#ccc;
  text-decoration:line-through;
}
#product_layout_3 .product_desc .sale_price{
  display:block;
  font-size:2.8em;
  color:crimson;
  font-weight:700;
}
#product_layout_3 .product_desc .stars{
  display:block;
  font-size:2em;
  color:goldenrod;
  margin-top:5px;
}
#product_layout_3 .product_options .select{
  width: 100%;
  max-width:300px;
  height: 40px;
  overflow: hidden;
  background: url('https://i.imgur.com/10e9Roz.png') no-repeat right #FFF;
  border: 1px solid #ccc;
  border-radius:2px;
  margin-top:15px;  
}
#product_layout_3 .product_options select{
  background: transparent;
  display:block;
  width: 268px;
  padding: 5px;
  font-size: 2em;
  line-height: 1;
  border: 0;
  border-radius:0;
  height: 40px;
  -webkit-appearance: none;
}
#product_layout_3 .buying{
  max-width:300px;
  width:100%;
  display:block;
}
#product_layout_3 .buying .quantity{
  font-size:2em;
  margin-top:15px;
  width:35%;
  float:left;
  display:block;
}
#product_layout_3 .buying .quantity [type="text"]{
  width:40px;
  height:40px;
  border:1px solid #ccc;
  border-radius:2px;
  padding:10px;
  box-sizing:border-box;
  font-size:1em;
}
#product_layout_3 .buying .cart{
  margin-top:25px;
  width:65%;
  float:left;
  margin-bottom:20px;
}
#product_layout_3 .buying .cart a.add{
  font-size:2em;
  float:right;
  color:#FFF;
  background:skyblue;
  text-decoration:none;
  padding:10px 20px;
  margin-top:-10px;
  border-radius:2px;
}
#product_layout_3 .product_desc .other_options{
  color:#aaa;
  display:block;
  float:left;
  width:100%;
  min-height:30px;
  margin-bottom:15px;
}
#product_layout_3 .product_desc .other_options span{
  display:block;
}
#product_layout_3 .product_desc .description{
  font-size:1.4em;
  display:block;
  width:100%;
  clear:both;
}
#product_layout_3 .product_desc .social{
  font-size:1.4em;
  line-height:1.2;
  margin-bottom:15px;
  width:60%;
  display:block;
  margin:15px 0px;
}
#product_layout_3 .product_desc .social .share{
  margin-top:-5px;
  margin-bottom:15px;
}
#product_layout_3 .product_desc .buttons{
  margin-top:20px;
  margin-left:10px;
  display:inline-block;
  width:30%;
}
#product_layout_3 .tabular{
  display:block;
  margin-top:20px;
  width:100%
}
#product_layout_3 .tabular ul.tabs {
	width: 50%;
	height: 80px;
	list-style: none;
	overflow: hidden;
  padding: 0;
}
#product_layout_3 .tabular ul.tabs li {	
	float: left;
	width: 32%;
  margin-right:1%;
}
#product_layout_3 .tabular ul.tabs li a {
	position: relative;
	display: block;
	height: 40px;
	margin-top: 40px;
	padding: 10px 0 0 0;
	font-size: 1.8em;
	text-align: center;	
	text-decoration: none;
	color: #ffffff;
	background: #ed691f;
	transition: padding 0.2s ease, margin 0.2s ease;
  margin-bottom:-10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#product_layout_3 .tabular .tabs li:first-child a {
  z-index: 3;
  border-top-left-radius: 3px;
  font-family: 'Montserrat', sans-serif;
}
#product_layout_3 .tabular .tabs li:nth-child(2) a {
	z-index: 2;
}
#product_layout_3 .tabular .tabs li:last-child a {
	z-index: 1;
  border-top-right-radius: 3px;
}
#product_layout_3 .tabular ul.tabs li a:hover {
	margin: 35px 0 0 0;
	padding: 10px 0 5px 0;
}
#product_layout_3 .tabular ul.tabs li a.active {
	margin: 30px 0 0 0;
	padding: 10px 0 10px 0;
	background: #00a859;
	color: #fff;
	z-index: 4;
	outline: none;
  border: 1px solid #808080;
}
#product_layout_3 .tabular .group:before,
#product_layout_3 .tabular .group:after {
}
#product_layout_3 .tabular .group:after {
   clear: both;
}
#product_layout_3 .tabular #content {
  width: 100%;
  min-height: 200px;
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius:3px;
  padding:2em;
  float:left;
  margin-top:-10px;
  border:1px solid #808080;
  border-top:0;
  margin-bottom:30px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
#product_layout_3 .tabular #content p{
	color: #000;
    font-weight: 400;
    font-size: 15px;
    margin: 10px;
    font-family: 'Poppins';
}
#product_layout_3 .tabular #content #one .images{
  width:45%;
  float:left;  
}
#product_layout_3 .tabular #content #one{
  -webkit-columns: 2;
  -moz-columns: 2;
}
#product_layout_3 .tabular #content #two .author{
  font-size:1.6em;
  font-weight:700;
  color:#000;
  display:inline-block;
  margin:10px;
}
#product_layout_3 .tabular #content #two .stars{
  font-size:1.8em;
  color:goldenrod;
  display:inline-block;
  margin:10px;
}
#product_layout_3 .tabular #content #two span.full_review a{
  font-size:1.4em;
  display:block;
  color:skyblue;
  text-align:center;
}
#product_layout_3 .tabular #content #two span.write_review a{
  font-size:1.4em;
  color:skyblue;
  text-align:center;
  display:block;
  margin-top:10px;
}
#product_layout_3 .tabular #content #three .images{
  width:45%;
  float:left;
  display:block;
  margin-right:5%;
  -moz-columns:2;
  -webkit-columns:2;
  height:auto;
}
#product_layout_3 .tabular #content #three .images img{
  width:100px;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  display:block;
}
#product_layout_3 .tabular #content #three .details{
  width:45%;
  float:left;
  margin-left:5%;
  height:auto;
}
@media (max-width:500px){
  #product_layout_3 .product_image{
    width:100%;
    margin-left:0;
    margin-right:0;
  }
   #product_layout_3 .product_desc{
     width:100%;
     margin-left:0;
     margin-right:0;
   }
  #product_layout_3 .tabular ul.tabs {
	width: 100%;
  }
  #product_layout_3 .tabular #content #three{
     height:auto;
    display:block;
  }
  #product_layout_3 .tabular #content #one,
  #product_layout_3 .tabular #content #three .images,
  #product_layout_3 .tabular #content #three .details{
  width:100%;
  float:none;
  -moz-columns:1;
  -webkit-columns:1;
}
  #product_layout_3 .buying .quantity{
    width:35%;
  }
  #product_layout_3 .buying .cart{
    width:65%;
  }

/****Responsive Prava*******/

@media only screen and (max-width: 767px) 
{
	.prod_details 
	{
		position: relative ;
		width: 400px !important;
		margin-left: -1% !important;
		margin-top: -10% !important;
		border-radius: 0px 25px 25px 0px;
		float:none !important;
	}
	.puduct
	{
		margin-left: 4%;
		width: 350px;
	}
	.poduct
	{
		border-radius: 25px 25px 25px 25px !important;
	}
	.tblt
	{
		left: calc(5%) !important;
	}
	.mrgnh 
	{
		margin-top: 16% !important;
	}
	.produimg
    {
		margin-top: 4%!important;
	}
}
