@charset "euc-jp";
.product-image {
  padding-bottom: 30px;
}
  .product-image-main {
    text-align: center;
  }
  .product-image-thumb li {
    margin-bottom: 20px;
    padding: 0 10px;
    cursor: pointer;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
  }

.product-order {
  margin: 30px 0;
}
  .product-option-table table {
    margin: 0 auto;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
    overflow: hidden;
  }
    .product-option-select .product-option-wrapper {
      position: relative;
      left: 50%;
      float: left;
    }
    .product-option-select .product-option-unit {
      width: 300px;
      position: relative;
      left: -50%;
      float: left;
    }
    .product-option-select .product-option-unit div {
      padding: 0 20px;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: .5em 0;
    }
.product-order-price {
  margin: 40px 0;
  color: #999;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
  .product-order-price li {
    margin: 0 10px;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #b81717;
  }
.product-order-input {
  margin: 40px 0;
  text-align: center;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  display: inline;
}
.product-order-num input {
  padding: 12px;
  width: 60px;
  min-height:46px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

.btn-addcart {
  line-height: 24px;
}
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding: 40px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .product-info-lst {
    text-align: center;
  }
    .product-info-lst li {
      display: inline;
      margin: 1em;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share a {
      margin: 1em;
    }

.text-titles,
.password-field-wrap {
  margin: 40px 0 0;
  text-align: center;
}
  .text-titles .col,
  .password-field-wrap .col {
    float: none;
  }
.text-titles-list__name,
.password-field-list__name {
  text-align: left;
  display: block;
  margin: .5em 0;
}
.text-titles-list__detail-text,
.password_field {
  width: 100%;
  height: 45px;
  padding: 13px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      max-width: 170px;
      width: 100%;
      text-align: right;
    }
    .btn-addcart span {
      padding-left: 0;
    }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }

  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
}

.ie_wrapper .product-order-num .btn {
  display: none;
}


/*===========================================================

    ÄÉ²ÃÊ¬

============================================================*/
/*
    item
============================================================*/
.productsItem {
  padding: 60px 0 100px;
}

@media screen and (min-width: 768px) {
  .productsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .productsItem {
    padding: 0 0 40px;
  }
}

.productsItem__image {
  width: 400px;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .productsItem__image {
    width: calc(100vw / 1000 * 400);
  }
}

@media screen and (max-width: 767px) {
  .productsItem__image {
    width: calc(100vw / 750 * 550);
    margin: 0 auto;
  }
}

.productsItem__cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding-left: 50px;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .productsItem__cont {
    padding-left: calc(100vw / 1000 * 50);
  }
}

@media screen and (max-width: 767px) {
  .productsItem__cont {
    padding: 20px 0 0;
  }
}

.productsItem__title {
  margin: 0 0 5px;
  font-size: 34px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .productsItem__title {
    font-size: 23px;
  }
}

.productsItem__lead {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .productsItem__lead {
    font-size: 17px;
  }
}

.productsItem__price {
  color: #f0ba7d;
  font-size: 32px;
  margin-bottom: 30px;
}

.productsItem__price span {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .productsItem__price {
    font-size: 27px;
  }
  .productsItem__price span {
    font-size: 13px;
  }
}

.productsItem__conceptTitle {
  margin: 0 0 20px;
  font-size: 22px;
  font-family: 'EB Garamond', serif;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .productsItem__conceptTitle {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.productsItem__conceptCont {
  font-size: 14px;
}

/*
    feature
============================================================*/
.productsFeature {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 80px 0 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/products/feature_bg01.jpg);
}

@media screen and (max-width: 767px) {
  .productsFeature {
    padding: 60px 0 50px;
  }
}

@media screen and (min-width: 768px) {
  .featureList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .featureList__unit {
    width: calc((100% - 100px) / 3);
  }
  .featureList__unit:not(:nth-of-type(3n)) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .featureList__unit:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

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

@media screen and (max-width: 767px) {
  .featureList__image {
    width: calc(100vw / 750 * 454);
    margin: 0 auto;
  }
}

.featureList__cont {
  margin-top: 20px;
}

.featureList__title {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
}

.featureList__titleEn {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  font-family: 'EB Garamond', serif;
}

@media screen and (max-width: 767px) {
  .featureList__titleEn {
    font-size: 20px;
  }
}

.featureList__text {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .featureList__text {
    font-size: 14px;
  }
}

/*
    color
============================================================*/
.productsColor {
  padding: 80px 0 80px;
}

@media screen and (max-width: 767px) {
  .productsColor {
    padding: 60px 0 60px;
  }
}

.productsBlock__title {
  width: 398px;
  height: 42px;
  padding: 3px 0 3px;
  margin: 0 auto 30px;
  background-color: #f7dfe3;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .productsBlock__title {
    width: auto;
    height: 32px;
    font-size: 15px;
  }
}

.productsBlock__lead {
  font-size: 16px;
  text-align: center;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .productsBlock__lead {
    font-size: 14px;
    margin: 0 0 30px;
  }
}

.colorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 856px;
  margin: 0 auto 80px;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .colorList {
    width: calc(100vw / 1000 * 856);
  }
}

@media screen and (max-width: 767px) {
  .colorList {
    width: auto;
    margin: 0 auto 50px;
  }
}

.colorList__unit {
  width: calc((100% - 80px) / 2);
}

.colorList__unit:not(:nth-of-type(odd)) {
  margin-left: 80px;
}

.colorList__unit:nth-of-type(n + 3) {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .colorList__unit {
    width: calc((100% - 15px) / 2);
  }
  .colorList__unit:not(:nth-of-type(odd)) {
    margin-left: 15px;
  }
  .colorList__unit:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.colorList__text {
  margin: 10px 0 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .colorList__text {
    margin: 5px 0 0;
    font-size: 13px;
  }
}

.ribbonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ribbonList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ribbonList__unit {
  width: 170px;
}

@media screen and (min-width: 768px) {
  .ribbonList__unit:not(:first-of-type) {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ribbonList__unit {
    width: calc((100% - 50px) / 3);
  }
  .ribbonList__unit:not(:nth-of-type(3n)) {
    margin-right: 25px;
  }
  .ribbonList__unit:nth-of-type(n + 4) {
    margin-top: 15px;
  }
}

.ribbonList__text {
  margin: 10px 0 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ribbonList__text {
    margin: 5px 0 0;
    font-size: 13px;
  }
}

/*
    embroidery
============================================================*/
.productsEmbroidery {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 80px 0 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/products/embroidery_bg01.jpg);
}

@media screen and (max-width: 767px) {
  .productsEmbroidery {
    padding: 60px 0 50px;
  }
}

.productsEmbroidery__lead {
  margin: 0 0 70px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .productsEmbroidery__lead {
    font-size: 14px;
  }
}

.embColorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .embColorList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 35px;
  }
}

.embColorList__unit {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .embColorList__unit {
    width: calc((100% - 105px) / 4);
  }
  .embColorList__unit:not(:nth-of-type(4n)) {
    margin-right: 35px;
  }
}

@media screen and (max-width: 767px) {
  .embColorList__unit {
    width: calc((100% - 30px) / 2);
  }
  .embColorList__unit:not(:nth-of-type(even)) {
    margin-right: 30px;
  }
  .embColorList__unit:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

.embColorList__text {
  margin: 15px 0 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .embColorList__text {
    font-size: 13px;
    margin: 5px 0 0;
  }
}

.embPatternList__unit {
  padding: 0 20px 20px;
  background-color: #fff;
  border: 1px solid #d1ba9a;
}

.embPatternList__unit:first-of-type {
  margin-top: 60px;
}

.embPatternList__unit:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .embPatternList__unit {
    padding: 0 10px 30px;
  }
  .embPatternList__unit:first-of-type {
    margin-top: 30px;
  }
  .embPatternList__unit:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.embPatternList__title {
  margin: 0 0 20px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #d1ba9a;
  font-size: 20px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .embPatternList__title {
    font-size: calc(100vw / 750 * 32);
  }
}

.embPatternList__subtitle {
  display: inline-block;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .embPatternList__subtitle {
    padding-left: calc(100vw / 750 * 20);
  }
}

@media screen and (min-width: 768px) {
  .embPatternCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .embPatternCont__unit {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .embPatternCont__unit:nth-of-type(odd) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .embPatternCont__unit:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.embPatternCont__image {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .embPatternCont__image img {
    max-width: 98px;
  }
}

.embPatternCont__title {
  display: block;
  width: 50px;
  height: 24px;
  line-height: 24px;
  margin: 0 auto 15px;
  background-color: #d1ba9a;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .embPatternCont__title {
    width: 42px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto 10px;
    font-size: 10px;
  }
}

.embPatternCont__cont {
  padding: 50px 0 0 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

@media screen and (max-width: 767px) {
  .embPatternCont__cont {
    padding: 15px 0 0;
  }
}

.embPatternCont__list li {
  font-size: 14px;
}

.embPatternCont__list > li {
  position: relative;
  padding-left: 1em;
}

.embPatternCont__list > li:before {
  content: "¡¦";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.embPatternCont__list > li ol {
  margin-left: 1em;
}

.embPatternCont__list > li ol li {
  list-style: decimal;
}

/*
    option
============================================================*/
.productsOption {
  padding: 80px 0 80px;
}

@media screen and (max-width: 767px) {
  .productsOption {
    padding: 60px 0 60px;
  }
}

.productsOption__lead {
  margin-bottom: 50px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .productsOption__lead {
    margin-bottom: 25px;
    font-size: 14px;
  }
}

.optionList {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .optionList {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .optionList__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .optionList__unit:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .optionList__unit:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}

.optionList__cont {
  width: 430px;
  margin-right: 40px;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .optionList__cont {
    width: calc(100vw / 1000 * 430);
    margin-right: calc(100vw / 1000 * 40);
  }
}

@media screen and (max-width: 767px) {
  .optionList__cont {
    width: auto;
    margin-right: 0;
  }
}

.optionList__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #4d4d4d;
  line-height:1.5;
}

@media screen and (max-width: 767px) {
  .optionList__title {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.optionList__text {
  font-size: 14px;
}

.optionList__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.optionList__image img {
  display: block;
  width: 250px;
}

.optionList__image img:nth-of-type(2) {
  margin-left: 30px;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .optionList__image img {
    width: calc(100vw / 1000 * 250);
  }
  .optionList__image img:nth-of-type(2) {
    margin-left: calc(100vw / 1000 * 30);
  }
}

@media screen and (max-width: 767px) {
  .optionList__image {
    width: calc(100vw / 750 * 530);
    margin: 30px auto 0;
  }
  .optionList__image img {
    width: calc(100vw / 750 * 250);
    height: auto;
  }
  .optionList__image img:nth-of-type(2) {
    margin-left: calc(100vw / 750 * 30);
  }
}

/*
    wrapping
============================================================*/
.productsWrapping {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 80px 0 60px;
  background-color: #fbf1f3;
}

@media screen and (max-width: 767px) {
  .productsWrapping {
    padding: 60px 0 50px;
  }
}

.wrappingImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 670px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .wrappingImage {
    width: calc(100vw / 1000 * 670);
  }
}

@media screen and (max-width: 767px) {
  .wrappingImage {
    width: auto;
  }
}

.wrappingImage__item {
  width: calc((100% - 30px) / 2);
}

.wrappingImage__item:nth-of-type(n + 2) {
  margin-left: 30px;
}

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

@media screen and (max-width: 767px) {
  .wrappingImage__item {
    width: calc((100% - 15px) / 2);
  }
  .wrappingImage__item:nth-of-type(n + 2) {
    margin-left: 15px;
  }
}

.wrappingCont {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .wrappingCont {
    margin-top: 20px;
  }
}

.wrappingCont__text {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .wrappingCont__text {
    text-align: left;
  }
}

/*
    gallery
============================================================*/
.productsGallery {
  padding: 80px 0 80px;
}

@media screen and (max-width: 767px) {
  .productsGallery {
    padding: 60px 0 60px;
  }
}

.galleryImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.galleryImage__item {
  width: calc((100% - 100px) / 3);
}

.galleryImage__item:not(:last-of-type) {
  margin-right: 50px;
}

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

@media screen and (max-width: 767px) {
  .galleryImage__item {
    width: calc((100% - 30px) / 3);
  }
  .galleryImage__item:not(:last-of-type) {
    margin-right: 15px;
  }
}

.galleryCont {
  margin-top: 80px;
}

.galleryCont__spec table {
  width: 100%;
}

.galleryCont__spec table th,
.galleryCont__spec table td {
  padding: 10px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-size: 13px;
  font-weight: normal;
  border-left: 1px solid #4d4d4d;
}

.galleryCont__spec table thead th {
  border-left: 1px solid #4d4d4d;
  border-top: 1px solid #4d4d4d;
  background-color: #fbf8f4;
  font-size: 14px;
  text-align: center;
}

.galleryCont__spec table thead th:last-child {
  border-right: 1px solid #4d4d4d;
}

.galleryCont__spec table tbody td:last-child {
  border-right: 1px solid #4d4d4d;
}

.galleryCont__spec table tbody th {
  text-align: left;
}

.galleryCont__spec table tbody tr:last-child th,
.galleryCont__spec table tbody tr:last-child td {
  border-bottom: 1px solid #4d4d4d;
}

@media screen and (max-width: 767px) {
  .galleryCont__spec {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.galleryCont__note {
  margin-top: 10px;
}

.galleryCont__note p {
  margin: 0;
  font-size: 14px;
}

.galleryCont__note ul:nth-of-type(n + 2) {
  margin-top: 20px;
}

.galleryCont__note ul li {
  font-size: 13px;
}


.bnrArea {
  margin: 0 0 80px;
  text-align: center;
}

#goto_cart {
    position: fixed;
    right:25px;
    bottom:25px;
    font-family: "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", "Meiryo", "verdana", sans-serif;
    z-index: 100;
    font-size: 16px;
}

#goto_cart {
    position: fixed;
    right:25px;
    bottom:25px;
    font-family: "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", "¥á¥¤¥ê¥ª", "Meiryo", "verdana", sans-serif;
    z-index: 100;
    font-size: 16px;
}
#goto_cart a {
    width: 125px;
    height: 75px;
    border-radius: 10px;
    background: #75441e;
    background-color: rgba(117,68,30,0.9);
    transition: all 0.3s ease 0s;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 75px;
    text-decoration: none;
    font-weight: bold;
}
#goto_cart a:hover{
    opacity: 0.8;
    
}
@media screen and (max-width: 767px) {
  #goto_cart {
    right: 10px;
    bottom:10px;
    font-size: 12px;
    }
    #goto_cart a {
        width: 100px;
        height: 50px;
        line-height: 50px;
        border-radius: 5px;
    } 
}