blockquote,
q {
  padding-left: 15px;
  border-left: 5px solid silver;
}
.oembed_con {
  padding: 56.25% 0 0 0;
  position: relative;
  margin: 0 auto 20px;
}

.oembed_con .oembed {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

figure.image img {
  width: 100%;
  height: auto;
}

figure.image figcaption {
  padding: 7px;
  background: #f4f4f4;
  color: #333;
  font-size: 14px;
}

.image-style-align-left {
  width: 50%;
  margin: 0 15px 15px 0;
  float: left;
}
.image-style-align-right {
  width: 50%;
  margin: 0 0 15px 15px;
  float: right;
}
section {
  position: relative;
  display: block;
  clear: both;
}

.mini_cart {
  cursor: pointer;
  display: block;
  background-image: url(/public/img/icon-bag.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: 30px;
  height: 35px;
  float: right;
  margin-top: 6px;
  z-index: 999;
  position: relative;
}

.mini_cart .product_count {
  color: #b80000;
  padding-top: 14px;
  font-size: 14px;
}

.mini_cart_list {
  position: absolute;
  display: none;
  width: 100%;
  max-width: 350px;
  min-width: 300px;
  max-height: calc(100vh - 20px);
  font-size: 15px;
  text-align: left;
  right: 0;
  top: 40px;
  background-color: #fff;
  padding: 20px 30px 30px;
  border: 1px solid #b9b9b9;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 2px;
}

.mini_cart_list .price_item {
  width: 100%;
  text-align: left;
  padding: 10px 0 0;
  color: #646464;
}

.mini_cart_list .price_item b {
  float: right;
}

.mini_cart_list .grand_total {
  width: 100%;
  text-align: left;
  padding: 10px 0 0;
  color: #0083d5;
}

.mini_cart_list figure {
  position: relative;
  display: block;
  width: 45px;
  background: #646464;
  height: 60px;
  float: left;
  margin-right: 10px;
}

.mini_cart_list figure img {
  display: block;
  width: 100%;
  height: 100%;
}

.mini_cart_list .title {
  font-size: 17px;
}

.mini_cart_list .price {
  position: absolute;
  left: 55px;
  bottom: 10px;
  color: #646464;
}

.mini_cart_list .total {
  color: #646464;
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.mini_cart_list li {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #b9b9b9;
}

.mini_cart_list li:first-child {
  border-top: 1px solid #b9b9b9;
}

.checkout_step {
  width: 100%;
  max-width: 960px;
  margin: 0px auto 10px;
}

.checkout_step li {
  display: inline-block;
  width: calc(33.3% - 30px);
  margin: 10px;
  text-align: center;
  font-size: 24px;
  color: #646464;
}

.checkout_step li.selected {
  color: #0083d5;
}

.loading {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8) url(/public/img/loader.svg) center center
    no-repeat;
  background-size: 50px 50px;
  z-index: 9999;
}

.alert_con {
  position: fixed;
  width: intrinsic;
  left: 50%;
  transform: translateX(-50%);
  top: 3px;
  z-index: 999;
}

.alertMessage {
  position: relative;
  display: block;
  width: intrinsic;
  background: #ccf7ff;
  color: #4498d0;
  border: 1px solid #4498d0;
  font-size: 16px;
  padding: 8px 5px 9px 15px;
  margin: 5px auto 5px;
  border-radius: 2px;
  cursor: pointer;
}

.alertMessage:after {
  content: "\2715";
  float: right;
  text-align: center;
  width: 26px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 50%;
}

.success {
  *display: block;
  background: #e0f1d4;
  color: #398f4f;
  border-color: #c4d6c0;
}

.error {
  display: block;
  background: #f1dfde;
  color: #9e4242;
  border-color: #9e4242;
}

.alert {
  background: #fffaec;
  border-color: #ffc700;
  color: #fd9a10;
  font-size: 12px;
  padding: 8px 10px;
  margin: 5px 0;
  border-radius: 4px;
}

.note-float-left {
  margin: 0 20px 20px 0;
}

b,
strong {
  font-weight: 700;
}
hr {
  height: 1px;
  background: #e7a4cf;
  border: none;
}

small {
  font-size: smaller;
}
.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}

.full {
  display: block;
  width: 100%;
}

.hidden {
  display: none;
}

.clearfix {
  clear: both;
}

.clearfix::before {
  content: "";
  display: block;
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 60px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.left,
.fleft {
  float: left;
}

.right,
.fright {
  float: right;
}

.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: inherit;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  padding: 10px 25px;
  color: #0083d5;
  margin: 10px 0;
  border-radius: 26px;
  user-select: none;
  -webkit-appearance: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-small {
  font-size: 15px;
  padding: 3px 14px 4px;
  margin: 10px 0;
}

.btn-medium {
  font-size: 15px;
  padding: 8px 20px 6px;
}

.btn-primary {
  color: white;
  background-color: #c6007e;
}

.btn-primary:hover {
  color: #c6007e;
  background-color: white;
  border-color: #c6007e;
}

.btn-bordered {
  font-weight: 700;
  color: #0083d5;
  border: 2px solid #0083d5;
}

.btn-bordered:hover {
  color: white;
  background-color: #0083d5;
}

.btn-secondary {
  color: white;
  background-color: #0086d6;
}

.btn-secondary:hover {
  color: #0086d6;
  background-color: #e3e3e3;
  border-color: #0086d6;
}

.btn-dark {
  color: white;
  background-color: #0083d5;
}

.btn-dark:hover {
  color: #0083d5;
  background-color: white;
}

.btn-light {
  color: #54565a;
  background-color: white;
  border-color: silver;
}

.btn-light:hover {
  color: white;
  background-color: #54565a;
}

.form_group {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.form_group label {
  color: #7d7d7d;
  font-size: 13px;
  transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -webkit-transition: 0.1s ease all;
}

.form_group .error {
  background: none;
  color: #de5d44;
  border-color: #de5d44;
}

.form_group small {
  display: block;
  float: left;
  color: #c0c2c5;
  margin-top: 3px;
  font-size: 12px;
  line-height: 13px;
}

.form_group > .half {
  display: inline-block;
  width: calc(50% - 13px);
  margin-left: 0;
}

.form_group > .half ~ .half {
  margin-left: 20px;
}

::placeholder {
  font-size: 13px;
}

input,
select,
textarea {
  width: 100%;
  margin: 5px 0;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 21px;
  font-family: inherit;
  border-radius: 20px;
  border: 1px solid #b2cee0;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #0083d5;
  outline: none;
}

input:read-only,
/*select:read-only,*/
textarea:read-only {
  border-color: transparent;
  outline: none;
}

select {
  background: white url(/public/img/input-select2.svg) right 15px center no-repeat;
  background-size: 14px 14px;
  padding-right: 20px;
}

input[type="radio"] {
  height: 18px;
  width: 18px;
  float: left;
  margin: 0 7px 0 0 !important;
  padding: 0;
  background-color: #fff;
  background-image: url(/public/img/input-radio-w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid silver;
  -webkit-appearance: none;
  border-radius: 50%;
}

input[type="radio"]:hover {
  border-color: #4d4d4d;
}

input[type="radio"]:checked {
  background-image: url(/public/img/input-radio-b.svg);
  border-color: #4d4d4d;
}

input[type="radio"] ~ label {
  float: left;
  line-height: 20px;
}

input[type="checkbox"] {
  height: 18px;
  width: 18px;
  float: left;
  margin: 0 7px 0 0 !important;
  padding: 0;
  background-color: #fff;
  background-image: url(/public/img/input-checkbox-w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #dce2e9;
  -webkit-appearance: none;
  border-radius: 2px;
}

input[type="checkbox"]:hover {
  border-color: #4d4d4d;
}

input[type="checkbox"]:checked {
  background-image: url(/public/img/input-checkbox-b.svg);
  border-color: #4d4d4d;
}

input[type="checkbox"] ~ label {
  float: left;
  line-height: 20px;
}

@media only screen and (max-width: 780px) {
  .mini_cart_list {
    padding: 10px 15px 20px;
  }

  .checkout_step li {
    width: calc(33.3% - 15px);
    margin: 5px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .image-style-align-left,
  .image-style-align-right {
    width: 100%;
    margin: 0 0 15px 0;
    float: none;
  }
}
