﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300&family=Didact+Gothic&family=Licorice&display=swap');


img {
  max-width: 100%;
}
main {
  font-family: 'Montserrat', sans-serif;
      font-size: 15px;
  color: #333;
  padding: 50px 0 70px;
  background: #fff;
}
main .ct-product {
  position: relative;
  box-shadow: 0 0 3px 0 rgba(4,4,4,0.3);
  margin-bottom: 30px;
}
main .ct-product img {
  width: 100%;
}
main .ct-product .outer {
  border: 3px solid #fff;
  border-radius: 4px;
}
main .ct-product .inner {
  padding: 20px;
}
main .ct-product-title {
    position: relative;
    color: #101010;
    font-family: 'Cormorant Infant', serif;
    margin-bottom: 15px;
    font-size: 35px;
}
main .ct-product-price {
  color: #ff0000;
  margin-left: 3px;
}
main .ct-product-price,
main .ct-product-price-old {
    font-size: 46px;
    margin-bottom: 0;
}
main .ct-product-price-old {
  color: #bf5252;
  text-decoration: line-through;
}
main .ct-product-description {
  font-size: 14px;
  line-height: 21px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #777;
}
main .ct-product-meta {
  display: table;
  padding: 5px 20px;
  background: #333;
  border-radius: 0 0 4px 4px;
  width: 100%;
}
main .ct-product-meta * {
  color: #fff;
}
main .ct-product-meta i {
  color: #ccc;
  margin-right: 5px;
}
main .ct-product-meta .ct-icons {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
main .ct-product-meta a {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  transition: all 0.2s ease;
  text-align: right;
}
main .ct-product-meta a:hover {
  color: #000;
}
main .ct-product-meta a:hover i {
  color: inherit;
}
main .ct-cart,
main .ct-wishlist {
  padding: 0 0 50px;
  position: relative;
  display: table;
  width: 100%;
}
main .ct-cart-promo input,
main .ct-wishlist-promo input {
  width: 100% !important;
  margin: 15px 0 10px !important;
  border: none;
  padding: 5px 10px !important;
  box-shadow: 0 0 5px #ccc;
}
main .ct-cart-left,
main .ct-wishlist-left,
main .ct-cart-body,
main .ct-wishlist-body {
  display: table-cell;
  vertical-align: middle;
}
main .ct-cart-left,
main .ct-wishlist-left {
  width: 100px;
  padding-right: 10px;
}
main .ct-cart-total,
main .ct-wishlist-total {
  font-weight: 800;
  position: absolute;
  bottom: 15px;
}
main .ct-cart-total:before,
main .ct-wishlist-total:before {
  content: 'Subtotal:';
  padding-right: 10px;
}
main .ct-cart ol,
main .ct-wishlist ol,
main .ct-cart ul,
main .ct-wishlist ul {
  padding: 15px 0 10px 0;
  list-style: none;
}
main .ct-cart li,
main .ct-wishlist li {
  position: relative;
  padding: 25px 75px 25px 25px;
  box-shadow: 0 0 5px #ccc;
}
main .ct-cart li + li,
main .ct-wishlist li + li {
  margin-top: 12px;
}
main .ct-cart-name,
main .ct-wishlist-name {
  display: block;
  font-weight: 700;
}
main .ct-cart-price,
main .ct-wishlist-price {
  font-weight: 700;
  color: #ff0000;
}
main .ct-cart input,
main .ct-wishlist input {
  width: 40px;
  margin-left: 15px;
  padding-left: 2px;
}
main .ct-cart select,
main .ct-wishlist select {
  width: 100%;
  border: none;
  box-shadow: 0 0 5px #ccc;
  height: 30px;
  padding: 5px;
  margin-bottom: 30px;
}
main .ct-cart-remove,
main .ct-wishlist-remove {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 0px solid #ff0000;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  right: 10px;
}
main .ct-cart-clear,
main .ct-wishlist-clear,
main .ct-cart-checkout,
main .ct-wishlist-checkout,
main .ct-cart-add-to-cart,
main .ct-wishlist-add-to-cart {
  transition: all 0.25s ease-in-out;
}
main .ct-cart-clear:hover,
main .ct-wishlist-clear:hover,
main .ct-cart-checkout:hover,
main .ct-wishlist-checkout:hover,
main .ct-cart-add-to-cart:hover,
main .ct-wishlist-add-to-cart:hover,
main .ct-cart-clear:active,
main .ct-wishlist-clear:active,
main .ct-cart-checkout:active,
main .ct-wishlist-checkout:active,
main .ct-cart-add-to-cart:active,
main .ct-wishlist-add-to-cart:active,
main .ct-cart-clear:focus,
main .ct-wishlist-clear:focus,
main .ct-cart-checkout:focus,
main .ct-wishlist-checkout:focus,
main .ct-cart-add-to-cart:focus,
main .ct-wishlist-add-to-cart:focus {
  background: #ec971f;
  color: #fff;
}
main .ct-cart-checkout,
main .ct-wishlist-checkout {
  background: #60a7d4;
  transition: all 0.2s ease-in-out;
  border: none;
  color: #fff;
  border-radius: 0;
  margin-top: 15px;
}
main .ct-cart-checkout,
main .ct-wishlist-checkout,
main .ct-cart-clear,
main .ct-wishlist-clear {
  display: block;
  width: 100%;
  padding: 15px;
}
main .ct-cart-clear,
main .ct-wishlist-clear,
main .ct-cart-add-to-cart,
main .ct-wishlist-add-to-cart {
  border: 1px solid #ec971f;
  color: #ec971f;
  background: transparent;
}
main .ct-cart-add-to-cart,
main .ct-wishlist-add-to-cart {
  display: block;
}
main .ct-cart-empty,
main .ct-wishlist-empty {
  width: 100%;
  height: 25px;
  font-size: 20px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
main .ct-wishlist {
  padding-bottom: 0;
}
main .ct-wishlist ol {
  margin-bottom: 0;
}
.ct-small-cart .ct-cart-content {
  padding: 20px;
  width: 360px;
  z-index: 100000;
  right: 0;
  box-shadow: 0 0 5px #c6c6c6;
  box-sizing: border-box;
  background: #fff;
}
.ct-small-cart .ct-cart-content .ct-cart {
  width: 100%;
}
.ct-small-cart .ct-cart li,
.ct-small-cart .ct-wishlist li {
  box-shadow: none;
  padding: 15px 50px 15px 0;
}
.ct-paypal-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
}
.ct-paypal-modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  z-index: 9999;
  display: none;
}
.ct-paypal-modal-header {
  padding: 5px;
}
.ct-paypal-modal-header-close {
  text-align: right;
}
.ct-paypal-modal-header-close span {
  display: inline-block;
  padding: 5px 7px;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 15px;
  background: url("../images/BrownBG.png");
  position: relative;
}
.ct-paypal-modal-header-close span:hover {
  background: #422106;
  cursor: pointer;
}
.ct-paypal-modal-header-close span:hover:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-paypal-modal-body {
  padding: 40px;
}
