.page_single_product .contact_main-form {
  margin-top: 70px;
}

.single_product_detail {
  margin-top: 2.6rem;
}

.single_product_detail .single_product-nav {
  margin-bottom: 0.5rem;
}

.single_product_detail .single_product-nav li {
  font-size: 14px;
}
.single_product_detail .single_product-nav span{
  line-height: unset;
}
.single_product_detail .single_product-main {
  display: flex;
  justify-content: space-between;
}

.single_product_detail .into {
  background-image: linear-gradient(to right, #05208b, #f86146);
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: inline-block;
  padding: 8px 2rem;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
}

.single_product-main_left {
  width: 49%;
  overflow: hidden;
}

.swiper-detail_preview {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  /* background-color: #f7f7f7; */
}

.swiper-detail_preview .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-detail_preview .item_img {
  width: 100%;
  height: 100%;
}

.swiper-detail_preview .item_img .img {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/page_single_product_detail-img_big.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  transform: none;
}

.product-detail-preview .swiper-controls-wrapper {
  display: flex;
  margin-top: 2.1875rem;
  column-gap: 0.9375rem;
}

.product-detail-preview .swiper-controls {
  width: 100%;
  height: 5.625rem;
}

.product-detail-preview .swiper-controls .swiper-slide {
  width: 5rem;
  height: 100%;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.375rem;
}

.product-detail-preview .swiper-controls .swiper-slide .item_img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.product-detail-preview .swiper-controls .swiper-slide .item_img .img {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/page_single_product_detail-img_small1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: none;
}

.product-detail-preview .swiper-controls .swiper-slide:nth-child(3n + 2) .item_img .img {
  background-image: url(../img/page_single_product_detail-img_small2.png);
}

.product-detail-preview .swiper-controls .swiper-slide:nth-child(3n + 3) .item_img .img {
  background-image: url(../img/page_single_product_detail-img_small3.png);
}

.product-detail-preview .swiper-controls .swiper-slide.swiper-slide-thumb-active {
  border: 0.0625rem solid #1c232f;
}

.product-detail-preview .swiper-controls .swiper-wrapper {
  width: 90%;
  display: inline-flex;
}

.product-detail-preview .swiper-controls-next,
.product-detail-preview .swiper-controls-prev {
  height: 5.625rem;
  width: 1.6rem;
  display: inline-block;
  text-align: center;
  border-radius: 0.25rem;
  line-height: 5.625rem;
  border: 0.0625rem solid #e5e5e5;
  vertical-align: top;
  cursor: pointer;
  color: #1c232f;
}

.single_product-main_right {
  width: 46.5%;
}

.single_product-main_right span {
  display: block;
  font-size: 1.125rem;
  line-height: 3.875rem;
  font-weight: 500;
  color: #05208b;
}

.single_product-main_right h1 {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 3.875rem;
  font-weight: 550;
  margin-bottom: 2rem;
  text-align: left;
  color: #333;
}

.single_product-main_right div.des {
  margin-bottom: 45px;
  line-height: 1.8rem;
  font-size: 16px;
  color: #7C7C7C;
  ;
}

.single_product-main_right div.des ul {
  padding-left: 25px;
}

.single_product-main_right div.des li {
  list-style: disc;
  font-size: 1.125rem;
  line-height: 2.2rem;
  color: #666666;
}

.single_product-main_right div.des li::marker {
  color:#1c232f;
}

.single_product-main_right div.btn {
  font-weight: 500;
  display: flex;
  column-gap: 0.8rem;
  margin-bottom: 4.5rem;
  font-size: 1rem;
}

.single_product-main_right div.btn>a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 180px;
  height: 48px;
  background-color: #05208b;
}

.single_product-main_right div.support {
  color: #666666;
}

.single_product-main_right div.support ul {
  display: flex;
  flex-direction: column;
  /* row-gap: 20px; */
}

.single_product-main_right div.support li {
  display: flex;
  /* column-gap: 15px; */
  font-size: 17px;
}

.single_product-main_right div.support li~li {
  margin-top: 20px;
}

.single_product-main_right div.support li p {
  margin-left: 15px;
}

.single_product-main_right div.support i.cart_icon {
  width: 20px;
  height: 20px;
  background: url(../img/page_single_product_detail-support_item1.svg) no-repeat;
  background-size: contain;
}

.single_product-main_right div.support i.triangle_icon {
  width: 20px;
  height: 20px;
  background: url(../img/page_single_product_detail-support_item2.svg) no-repeat;
  background-size: contain;
}

.single_product_introduce {
  margin-top: 7.5rem;
}

.single_product_introduce .single_product_introduce-more {
  text-align: center;
  margin-top: 2.8125rem;
}

.single_product_introduce .single_product_introduce-list {
  display: flex;
  flex-direction: column;
  row-gap: 95px;
}

.single-product .wp-block-image img {
  margin: 0 auto;
  display: block;
}

div.pro-info-presentation {
  padding-top: 120px;
}

div.pro-info-presentation h2 {
  text-align: left;
  font-size : 34px;
  line-height : 52px;
  margin-bottom: 20px;
  font-weight: 600;
}

div.pro-info-presentation > h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 40px;
}

div.pro-info-presentation p {
  color: #7c7c7c;
  font-size : 18px;
  line-height : 30px;
  margin-bottom: 0.8rem;
}

div.pro-info-presentation .presentation-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.pro-info-presentation .presentation-box .content-box {
  width: 48%;
}

div.pro-info-presentation .presentation-box .content-box p {
  line-height: 28px;
  font-size: 17px;
}

div.pro-info-presentation .presentation-box .img-box {
  width: 44%;
}

ul.single_product_introduce-nav_list {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
}

ul.single_product_introduce-nav_list li.single_product_introduce-nav_item {
  text-align: center;
  color: #989898;
  margin: 0 40px;
}

ul.single_product_introduce-nav_list li.single_product_introduce-nav_item.active,
ul.single_product_introduce-nav_list li.single_product_introduce-nav_item:hover {
  color: #282828;
}

ul.single_product_introduce-nav_list li.single_product_introduce-nav_item.active a::before,
ul.single_product_introduce-nav_list li.single_product_introduce-nav_item:hover a::before {
  opacity: 1;
}

ul.single_product_introduce-nav_list li.single_product_introduce-nav_item a {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  font-size: 22px;
  line-height: 1.5rem;
  font-weight: 500;
}

ul.single_product_introduce-nav_list li.single_product_introduce-nav_item a::before {
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-color: #05208b;
  content: '';
  opacity: 0;
}

.single_product_introduce-title {
  text-align: center;
  margin-bottom: 7rem;
}

.single_product_introduce-title h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 2.6875rem;
  color: #1c232f;
}

.single_product_introduce-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single_product_introduce-item .item_left,
.single_product_introduce-item .item_right {
  flex-basis: 43.7%;
}

.single_product_introduce-item .item_img {
  width: 695px;
  height: 440px;
}

.single_product_introduce-item .item_img .img {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/page_single_product-introduce_item1.png);
}

.single_product_introduce-item:nth-child(2) .item_img .img {
  background-image: url(../img/page_single_product-introduce_item2.png);
}

.single_product_introduce-item .single_product_introduce-item_text {
  padding-right: 5%;
}

.single_product_introduce-item .single_product_introduce-item_text strong {
  display: block;
  font-size: 34px;
  font-weight: 600;
  line-height: 2.875rem;
  color: #333333;
}

.single_product_introduce-item .single_product_introduce-item_text p {
  font-weight: 400;
  margin-top: 1.25rem;
  color: #7c7c7c;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.polishing_accuracy {
  margin-top: 130px;
}

.polishing_accuracy .template__title {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 54px;
  text-align: center;
}

.polishing_accuracy .template__title h2 {
  font-weight: 700;
  margin-bottom: 13px;
  font-size: 34px;
}

.polishing_accuracy .template__title p {
  font-size: 18px;
  color: #7c7c7c;
  line-height: 30px;
}

.polishing_accuracy .polishing_accuracy-main {
  height: 530px;
  padding: 5.1%;
  background: url(../img/page_single_product-polishing_accuracy-bg.png) no-repeat center/cover;
}

.polishing_accuracy .polishing_accuracy-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding: 0 3%;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.03);
}

.polishing_accuracy-item {
  text-align: center;
}

.polishing_accuracy-item .item_img {
  width: 131px;
  height: 131px;
  margin: 0 auto;
}

.polishing_accuracy-item .item_img .img {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.polishing_accuracy-item .item_img_arrow {
  width: 60px;
  height: 40px;
  margin-bottom: 5rem;
}

.polishing_accuracy-item .item_img_arrow .img {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/page_single_product-polishing_accuracy-arrow.png);
}

.polishing_accuracy-item p {
  font-weight: 500;
  display: block;
  margin-top: 40px;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 44px;
}

.polishing_accuracy-item:nth-child(7n + 1) .item_img .img {
  background-image: url(../img/page_single_product-polishing_accuracy-item1.png);
}

.polishing_accuracy-item:nth-child(7n + 1) .item_img .img {
  background-image: url(../img/page_single_product-polishing_accuracy-item1.png);
}

.polishing_accuracy-item:nth-child(7n + 3) .item_img .img {
  background-image: url(../img/page_single_product-polishing_accuracy-item2.png);
}

.polishing_accuracy-item:nth-child(7n + 5) .item_img .img {
  background-image: url(../img/page_single_product-polishing_accuracy-item3.png);
}

.polishing_accuracy-item:nth-child(7n + 7) .item_img .img {
  background-image: url(../img/page_single_product-polishing_accuracy-item4.png);
}

#features .elementor-section-wrap>section:last-of-type {
  margin-bottom: 0 !important;
}

.specifications {
  padding-top: 6rem;
  padding-bottom: 8rem;
  /* background: url('../img/spec-bg.png') no-repeat center/cover; */
}

.specifications .specifications-main_item {
  margin-bottom: 2rem;
}

.specifications .specifications-title {
  margin-bottom: 20px;
}

.specifications .specifications-title h2 {
  font-size: 40px;
}

div.specifications h3 {
  font-size: 1.4rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5rem;
}

div.specifications li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  font-size: 18px;
}

div.specifications li div:nth-child(1) p {
  padding: 20px 0;
  width: 100px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

div.specifications li div:nth-child(1) p:last-child {
  border-bottom: none;
}

div.specifications li div:nth-child(2) {
  width: 1120px;
  padding: 0 25px;
}

div.specifications li:last-child {
  border-bottom: none;
}

.more_p .more_product {
  background-color: #242424;
  height: 1010px;
}

.more_product .template__title {
  padding-top: 165px;
  text-align: center;
}

.more_product .template__title h2 {
  color: #fff;
}

.more_product .more_product-main {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}

.more_product .swiper_more_product {
  width: 57.6%;
  height: 465px;
  margin: unset;
}

roduct-main_nav {
  padding-top: 35px;
  color: #8c8c8c;
}

.more_product-main_nav>ul {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.123);
}

.more_product-main_nav li {
  position: relative;
  padding-left: 32px;
}

.more_product-main_nav li::before {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to right, #05208b, #f86146);
  opacity: 0;
}

.more_product-main_nav p.title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.more_product-main_nav p.des {
  display: none;
  margin-top: 20px;
  font-size: 18px;
  line-height: 23px;
}

.more_product-main_nav li.active p.title {
  color: #fff;
}

.more_product-main_nav li.active p.des {
  display: block;
}

.more_product-main_nav li.active::before {
  opacity: 1;
}

.more_product-item {
  width: 100%;
}

.more_product-item .item_img {
  display: block;
  width: 100%;
  height: 100%;
}

.more_product-item .item_img .img {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/page_single_product-more_product-item1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: none;
}

.single_product_application {
  padding-top: 80px;
  text-align: center;
}

.single_product_application .single_product_application-title {
  margin-bottom: 80px;
}

.single_product_application .single_product_application-title h2 {
  font-size: 2rem;
}

.you_like-main .swiper-button-next {
  right: -95px;
}

.you_like-main .swiper-button-prev {
  left: -95px;
}

.you_like .button_border {
  margin: 0 auto;
  margin-top: 70px;
  display: block;
  width: 220px;
  text-align: center;
  border-radius: 4px;
  border-color: #c4c4c4;
}

#related {
  padding-bottom: 100px;
}

.specifications .sy_table_content .sy_table_box tr td {
  padding:1.5rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: normal;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  border: unset;
  text-align: center;
  border: 1px solid #ccc !important;
}

.sy_table_content .sy_table_box tr:nth-child(even){
  /* background-color: #eee; */
}


.sy_table_box {
  padding: 1rem;
  width: 100%;
  overflow-x: auto;
}

.sy_table_box table {
  border-collapse: collapse;
  /* width: min-content; */
  width: 100% !important;
}

.you_like .you_like-main {
  margin-top: 70px;
  position: relative;
}

.you_like .you_like-main .swiper {
  padding: 10px;
}

.you_like .you_like-main .swiper-slide {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.you_like-main .swiper-button-next, .you_like-main .swiper-button-prev {
  color: #000;
}

.you_like-main .swiper-button-next:after, .you_like-main .swiper-button-prev:after {
  font-size: 30px;
}

.single-product .you_like .you_like-main .swiper-slide {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.single-product .you_like .you_like-main .swiper-slide:hover .item_text span.button_red {
  /* background-color: #262626; */
}
.single-product .you_like .product .item_text p.des{
  font-size: 15px;
}
.single-product .you_like .you_like-main .swiper-slide .item_img {
  background-color: #fff;
  height: 330px;
  padding-top: 10px;
}

.single-product .you_like .you_like-main .swiper-slide .item_img .img {
  background-color: #fff;
  background-size: contain !important;
}

.single-product .you_like .you_like-main .swiper-slide .item_text span.button_red {
  width: 100%;
  padding: 0.4rem 5.3rem;
  margin-top: 40px;
}

.single-product .wp-block-columns {
  align-items: center!important;
  text-align: left;
  margin-bottom: 3rem;
  gap: 1rem;
}

.product .item_img {
  width: 100%;
  height: 243px;
}

.product .item_img .img {
  background-color: #f5f5f5;
  background-size: contain;
}

.product:hover .item_img .img {
  background-color: white;
}

.product:nth-child(3n + 2) .item_img .img {
  background-image: url(../img/page_single_product-you_link-item_img2.png);
}

.product:nth-child(3n + 3) .item_img .img {
  background-image: url(../img/page_single_product-you_link-item_img3.png);
}

.single_product_reviews {
  padding-top: 210px;
  margin-bottom: 210px;
}

.single_product_reviews .single_product_reviews-title {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
  border-bottom: 1px solid #e8e8e8;
}

.single_product_reviews .single_product_reviews-title .button_red {
  height: max-content;
  margin-left: auto;
}

.single_product_reviews .load_more {
  margin: 0 auto;
  margin-top: 125px;
}

.start_btn-main {
  margin-left: 11.6%;
  display: none;
}

.start_btn-main ul.start_btn-list {
  display: none;
  display: flex;
  column-gap: 12px;
}

li.start_btn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 32px;
  background-color: #333333;
  cursor: pointer;
}

li.start_btn-item p {
  display: block;
  width: max-content;
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

li.start_btn-item .icon {
  top: 3px;
  left: 4px;
}

.single_product_reviews-item {
  display: flex;
  column-gap: 115px;
  margin-top: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e8e8e8;
}

.single_product_reviews-item .item_user {
  display: flex;
  column-gap: 18px;
  flex-shrink: 0;
  flex-grow: 0;
}

.single_product_reviews-item .item_user .item_img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 56px;
  height: 56px;
}

.single_product_reviews-item .item_user .item_img .img {
  background: url(../img/avatar.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

.single_product_reviews-item .item_user-name p.name {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
}

.single_product_reviews-item .item_user-name p.des {
  margin-top: 8px;
  color: #757575;
  font-size: 15px;
}

.single_product_reviews-item .item_main p.item_title {
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  line-height: 31px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.single_product_reviews-item .item_main .item_sub {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}

.single_product_reviews-item .item_img-list {
  margin-top: 40px;
}

.single_product_reviews-item .item_img-list ul {
  display: flex;
  column-gap: 25px;
}

.single_product_reviews-item .item_start {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.single_product_reviews-item p.start_p {
  color: #989898;
  font-size: 16px;
}

.related_articles.our_fairs_main {
  margin-bottom: 210px;
}

.related_articles .our_fairs_main-top {
  justify-content: center;
}

.related_articles .swiper_related_articles {
  padding: 0.5rem;
}

.related_articles.our_fairs_main .our_fairs_main-list {
  justify-content: unset;
  flex-wrap: unset;
}

.single_product_application-main span.read_more {
  color: #05208b;
  display: inline-block;
  font-weight: 600;
}

.single_product_application-main span.read_more i {
  margin-left: 0.5rem;
}

.product_rating {
  width: 7.3rem;
  height: 1.2rem;
  background-image: url('../img/stars_empty.svg');
  background-repeat: repeat-x;
  background-position: left center;
  background-size: contain;
}

.product_rating .rate {
  background-image: url('../img/stars_full.svg');
  background-repeat: repeat-x;
  background-position: left center;
  background-size: contain;
  height: 100%;
}

.modalcomment.active {
  visibility: visible;
  background: rgba(0, 0, 0, 0.7);
}

.modalcomment {
  position: fixed;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 999;
  transition: background 0.3s ease;
}

.modalcomment.active .modalcontent {
  top: 50%;
  opacity: 1;
}

.modalcomment .modalcontent {
  position: absolute;
  padding: 3rem;
  background-color: white;
  width: 80%;
  max-width: 50rem;
  max-height: 50rem;
  overflow-y: auto;
  border-radius: 1rem;
  opacity: 0;
  height: 80%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  top: 150%;
  transition: all 0.2s ease;
}

.modalcomment .ratestars {
  width: 10rem;
  height: 2rem;
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.modalcomment ul.reviews div.ratestars div.rate,
.modalcomment .ratestars .rate {
  background-image: url(../img/stars_full.svg);
  background-repeat: repeat-x;
  background-position: left;
  height: 100%;
}

.modalcomment ul.reviews div.ratestars,
.modalcomment .ratestars {
  height: 1.7rem;
  width: 10rem;
  background-image: url(../img/stars_empty.svg);
  background-repeat: repeat-x;
  background-position: left;
  margin-bottom: 1rem;
}

.modalcomment div.validform {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  max-width: 15rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  padding-top: 4rem;
}

.modalcomment div.validform .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-image: linear-gradient(to right, #05208b, #f86146);
}

.modalcomment div.validform .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent url(../img/valid_form.svg);
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

.modalcomment div.validform p {
  color: #999;
  font-size: 1rem;
}

.modalcomment .content_review p {
  margin-bottom: 1rem;
  line-height: 1.6rem;
}

.modalcomment div.validform.active {
  visibility: visible;
  opacity: 1;
}

.modalcomment div.validform p strong {
  color: #222;
  font-weight: 700;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.modalcomment input:not([type="submit"]),
.modalcomment textarea {
  width: 100%;
  height: 3rem;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #e5e5e5;
  font-size: 18px;
  outline: none;
}

form ul.image_list li {
  width: 5rem;
  margin-right: 1rem;
  border-radius: 3px;
}

form ul.image_list li img {
  max-width: 100%;
}

form button.upload_image {
  border: 2px dashed #ccc;
  cursor: pointer;
  border-radius: 3px;
  background-color: white;
  width: 5rem;
  height: 5rem;
  font-size: 0.9rem;
  color: #666;
  margin-right: 0.8rem;
}