/**
 * Product Basin 2020-07-02
 */
.return-time {
  height: 92px;
  width: 100%;
  background: url('../image/return-time.png') no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
  position: relative;
  margin-top: 16px;
}

.return-time .sale {
  font-weight: bold;
  font-size: 20px;
  color: #141737;
  line-height: 22px;
  background-color: transparent;
  position: absolute;
  left: 5px;
  display: inline-block;
  border-radius: 0;
  width: 122px;
  top: 32px;
  text-align: center;
  height: 30px;
  padding: 5px 0px;
}

.return-time .off-sale {
  font-style: normal;
  position: absolute;
  font-weight: bold;
  font-size: 20px;
  color: #D33040;
  line-height: 22px;
  left: 15px;
  top: 46px;
  width: 122px;
  text-align: center;
  height: 30px;
  padding: 3px 0;
}

.return-time .deal-end {
  position: absolute;
  left: 154px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  font-size: 16px;
  color: #141737;
  line-height: 22px;
  height: 22px;
  width: 121px;
  text-align: center;
}

.return-time .days,
.return-time .hours,
.return-time .minutes {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  font-size: 24px;
  color: #141737;
  line-height: 32px;
  height: 32px;
  width: 92px;
  text-align: center;
}

.return-time .days {
  left: 277px;
}

.return-time .hours {
  left: 369px;
}

.return-time .minutes {
  left: 461px;
}

.return-time .time-unit {
  font-weight: 400;
  font-size: 14px;
  color: #141737;
  line-height: 22px;
  display: inline-block;
  padding-left: 4px;
}

.free-shipping {
  width: 120px;
  color: #d8304a;
  margin: auto;
  text-align: left;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}

.product-info .services-date label {
  color: #009A9E;
}

.sld-custome-size {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.product-info .sld-custome-size {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-info .sld-custome-size>div {
  position: relative;
}

/* .product-info .sld-custome-size>div input {
    border: 0 !important;
} */

.HeightCustom, .WidthCustom {
  border: 1px solid #E8EBF0;
  border: 1px solid #E8EBF0;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 24px !important;
  padding: 6px 12px !important;
}

.WidthCustom .select,
.HeightCustom .select select {
  width: 100% !important;
}

.WidthCustom .select::after {
  right: 3px !important;
  top: 4px !important;
}

.WidthCustom .text-danger,
.HeightCustom .text-danger {
  font-size: 12px;
  line-height: 20px;
  color: #D33040;
}

.product-info .sld-custome-size select[name="unit"],
.product-info .sld-custome-size input {
  border: 1px solid #E8EBF0 !important;
  height: 22px !important;
  color: #141737 !important;
  font-size: 14px !important;
  font-weight: 400;
  padding: 0 5px;
  border-radius: 0;
}

.HeightCustom, .WidthCustom {
  border: 1px solid #E8EBF0;
  border: 1px solid #E8EBF0;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 24px !important;
  padding: 6px 12px !important;
}

.product-info .sld-custome-size select[name="unit"]::after {
  content: "\f078";
  display: block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  color: #141737;
  position: absolute;
  top: 15px;
  right: 8px;
  z-index: 1;
}

.sld-htabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.sld-htabs-item {
  width: 33.33%;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  background-color: #f3f3f3;
}

.selected {
  background-color: #ffffff;
  border-top: 2px solid #00989C;
}


#product_description {
  display: flex;
  justify-content: space-between;
}

#product_option {
  width: 50%;
  position: relative;
}

#product_option .product_option_content {
  position: absolute;
  bottom: 0;
  left: 35px;
}

.sld-tab-content span, .sld-tab-content b {
  font-family: "Roboto", sans-serif !important;
}

.sld-tab-content table {
  margin-top: 15px;
}

.sld-tab-content table td {
  padding: 10px;
}

.sld-shipping-time {
  width: 100%;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.sld-shipping-time-title {
  text-align: center;
}

.sld-artwork {
  width: 100%;
  margin: 10px 0px;
}

.design-templates {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.design-templates svg {
  color: #D33040;
}

.design-templates a,
.design-templates span {
  margin-bottom: 0;
  font-size: 14px;
  color: #666C7C;
  line-height: 22px;
  padding-left: 8px;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  max-width: 686px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.design-templates a:hover,
.design-templates span:hover {
  color: #00989C;
}

.sld-artwork-tool {
  width: 100%;
  padding: 0px;
  text-align: center;
}

.sld-artwork-tool-btn {
  height: 30px;
  margin: 5px 0px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  background: #ffffff !important;
  padding: 0;
  border: 0;
  color: #141737 !important;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.sld-artwork-tool-btn .all-download,
.sld-artwork-tool-btn .all-download-png {
  color: #009A9E;
  font-size: 14px;
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
}

.sld-artwork-tool-btn .all-download svg,
.sld-artwork-tool-btn .all-download-png svg {
  margin-left: 5px;
}

.design-templates .pdf-download {
  display: inline-block;
  padding: 0px 5px;
  border-radius: 3px;
  line-height: 1.6;
  color: #fff;
  background-color: #D33040;
  cursor: pointer;
}

.design-templates .pdf-download+a {
  color: #666C7C;
}

.sld-artwork-tool-btn:hover {
  /* background: #009A9E !important;
    color: #ffffff !important; */
  cursor: pointer;
}

.alert.alert-no-files {
  width: 100%;
  margin: 0;
}

.alert.alert-no-files .no-files-found {
  width: 174px;
  height: 38px;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px 0px #020b181a;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E8EBF0;
  margin: auto;
  padding: 8px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alert.alert-no-files span {
  width: 82px;
  height: 22px;
  font-size: 14px;
  color: #141737;
  line-height: 22px;
  display: inline-block;
}

.alert.alert-no-files .close {
  width: 11px;
  height: 11px;
}

.artworklist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  /* justify-content: space-between; */
  padding: 0 8px;
}

.artworklist p {
  padding-right: 5px;
}

/**
 * FAQ Basin 2020-07-02
 */
.sld-group-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5px 0px;
}

.select-item {
  color: #00989C;
}

.box .clear {
  display: none;
}

.box.box-no-advanced .box-heading {
  margin: 54px auto 24px;
  padding: 0px 0px 4px 0px;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  width: 100%;
  color: #141737 !important;
  text-align: left;
  line-height: 28px;
}


body[class*="product-category-"].body-white .standard-body .full-width .center-column.content-without-background {
  padding-top: 0px;
}