

.thumbnails {
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

.thumbnails li {
	display: inline-block;
	width: 100px;
	margin: 0 5px;
}



.thumbnails img {
	display: block;
	min-width: 100%;
	max-width: 100%;
}

.toggle {
	display: block;
	margin: 10px auto 1.5em;
}

@media screen and (min-width:992px){
	.thumbnails li{
		display:inline-block;
		width:100px;
		margin:0 5px;
	}
}
@media screen and (max-width:767px){
	.thumbnails li{
		display:inline-block;
		width:140px;
		margin:0 5px;
	}
}
@media screen and (max-width:641px){
	.thumbnails li{
		display:inline-block;
		width:75px;
		margin:0 3px;
	}
}

.single-product-info .title {
	font-size: 42px;
	margin-bottom: 7px;
}

.single-product-info .single-product-desc .product-sku .title {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.666;
	margin: 0;
}

.product-desc {
	color: #777;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 30px;
	margin-top: 0px;
	overflow-wrap: break-word
}

.single-product-info .single-product-desc .quick-product-action .action-bottom .btn-theme:hover {
	background-color: #fdf516;
	color: #000;
}

.single-product-info .single-product-desc .quick-product-action .action-bottom .btn-theme {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.626;
	padding: 9px 13.63px;
	text-transform: uppercase;
  }

  .btn-theme:hover, .btn-theme:focus {
	border-color: #f8f3f0;
  }

  .btn-theme{
	background-color: rgb(0, 0, 0);
	color: #fff;
	text-shadow: none;
  }

  .product-desc .title {
	color: #e5ba03;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.333;
	margin-bottom: 23px;
  }

  .product-desc p {
	color: #252525;
	margin-bottom: 19px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 19px;
  } 

  .single-product-info .title{
	color: #252525;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	margin-top: 0;
  }

  .quick-product-action{
	  margin-top:15px;
  }