@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/


.gift-box {
  border: solid 4px #043494;
  margin-bottom: 20px;
}
.gift-box__title {
	padding: .1em 0em;
	text-align: center;
	background-color: #043494;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
}
.gift-box__copy {
	padding: 1em 1em .5em 1em;
	text-align: center;
	color: #043494;
	font-size: 120%;
	font-weight: bold;
}
.gift-box__body {
	padding: 0 1em;
	font-size: 90%;
}
.gift-box__cta-area {
	background-color: #E6EEFE;
	padding: 1em 0em 1em 0em;
}
.gift-box__cta-area__title {
  text-align: center;
  font-weight: bold;
}
.gift-box__cta-area__copy {
  text-align: center;
}
.gift-box__cta-area__copy__number {
	font-style: normal;
	font-size: 250%;	
	margin-right: .2em;
	font-weight: bold;
}
.gift-box__cta-area__button {
	
}
.gift-box__cta-area .btn-wrap {
  margin: 0.5em 0 0;
}




.productWidget ul li {
  margin: 0;
  margin-right: 5px;
  padding-left: 0px;
}

.productWidget--tagList {
  margin-bottom: 1.2%
}
.productWidget--tagList>li {
  display: inline;
    padding: 5px;
    margin-right: 5px;
}
.productWidget--tagList>li a {
  color: #888;
}

.productWidget--header {
  margin-bottom: 2.5%;
  display: flex;
  justify-content: center;
}

.productWidget--headerTitle {
  font-weight: bold;
  font-size: 133%;
  width: 100%;
  margin: 0.3em 0;
}

.productWidget--headerTitleLink {
  color: #000;
}

.productWidget--headerTitleLink:hover {
  text-decoration: underline;
}

  .productWidget--bodyCopy a {
    color: #ff322d;
  }

.productWidget--buttonDetail {
  float: right;
  text-align: center;
  border-radius: 5px;
  font-size: 130%;
  line-height: 60px;
  height: 60px;
  width: 100%
}

.productWidget--buttonDetail__sale {
  background-color: #ff322d;
  color: #fff;
}

a.productWidget--buttonDetail__nothing {
  box-shadow: none !important;
  color: #fff;
  background-color: #bbb;
  border-color: #eee;
  cursor: not-allowed;
  transition: none;
}

a.productWidget--buttonDetail__nothing:hover {
  box-shadow: none !important;
  opacity: 1;
  transform: none;
}

.productWidget--providerInfoNameLink:hover {
  text-decoration: underline;
}

.productWidget--footer {
  display: block;
  color: #000;
  text-align: center;
  bottom: 0;
  left: 0;
  border-top: 1px solid #d2d2d2;
  width: 100%;
  padding: 2.3% 3.1%;
  margin: 2.3% 0 0 -3.1%
}

.productWidget--footer img {
  vertical-align: middle;
  margin-right: .8%;
  width: 21%;
  min-width: 90px
}

.productWidget--footer p {
  display: inline-block;
  font-size: 75%;
  max-width: 78%
}

.productWidget--footer:hover {
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
}


.productWidget ul li:before {
  content: none;
}

.productWidget a[target="_blank"]:after {
  content: '';
  margin: 0;
}

.productWidget a {
  text-decoration: none;
}

.productWidget p {
  margin: 0;
}

.productWidget img {
  margin: 0;
}

.productWidget ul {
  margin: 0;
  margin-bottom: 5px;
}


.productWidget {
  position: relative;
  background-clip: padding-box;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%
}

  .productWidget--footerTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    order: 7;
  }
  .productWidget--footerTitleLink {
    width: 100px;
    white-space: nowrap;
  }

  .productWidget--headerProductImgWrapper {
    display: inline-block;
  }

@media only screen and (min-width: 768px) {
  .productWidget {
    box-sizing: border-box;
    margin-bottom: 36px;
  }
  .productWidget--footerTitle {
    width: 80%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .productWidget {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 36px;
  }
  .productWidget--providerInfo {
    width: 100%;
  }

  .productWidget--header {
    width: 100%;
    text-align: center;
  }
  .productWidget--bodyCopy {
  }
  .productWidget--headerProductImgWrapper {
    margin-right: 0;
    width: auto;
  }
  .productWidget--headerProductImg {
  }
  .productWidget .productWidget--tagList {
    font-size: 90%;
  }

  .productWidget .productWidget--headerTitleLink {
    font-size: 80%;
  }

  .productWidget .productWidget--headerRight {
    font-size: 80%;
  }

  .productWidget .productWidget--buttonDetail {
    font-size: 110%;
  }
}


