.buynow {
  color: #000;
  background-color: #fff;
  padding: 10px 40px;
  font-weight: bold;
  font-size: 1.2rem;
  transition: .3s;
  border: 2px solid #000;
  box-sizing: border-box;
  display: inline-block; }
  .buynow:hover {
    background-color: #000;
    color: #fff; }

.img_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.product_detail2 img {
  width: 100%;
  height: auto; }

.des_block {
  margin: 15px 0px;
  text-align: justify; }

.product_detail .des_content {
  display: block; }

#twobtn a:nth-child(2) {
  margin-left: 3%; }

.color_change {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 1.5rem 0px;
  align-items: center; }

.color-dot-wrapper {
  border: 2px solid transparent;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px; }

.active-color {
  border: 3px solid #aaa; }

.color-dot {
  border: 2px solid #fff;
  cursor: pointer;
  height: 30px;
  margin: 0;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%; }

.moreimg {
  display: inline-block;
  padding: 5px 8px;
  margin-left: 15px;
  border: 1px solid #000;
  color: #000;
  transition: .3s; }
  .moreimg:hover {
    background: #000;
    color: #fff; }

@media screen and (max-width: 768px) {
  .buynow {
    font-size: 1rem; }
  .product_main {
    margin: 0; }
  .product_detail .des_content {
    display: none; } }
