#select-face,
#select-trimcap,
#select-return {
  display: none;
}

.shipping-address-container, .cart-details-container {
  display: none;
}

#placeOrder {
  width: 96%;
}

.form-label {
  margin-bottom: 0 !important;
  margin-top: 10px;
}

.input-required::after {
  content: "*";
  color: red;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.cart-info-container {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.cart-details-toggler {
  cursor: pointer;
}

.cart-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-container .cart-right {
  width: 250px;
}

.output-default-red {
  color: red !important;
  -webkit-text-stroke: red !important;
}

.option-info-container {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.option-info-container .option-info-button {
  background: #1fa8de;
  padding: 0px 9px;
  border-radius: 50%;
  font-style: italic;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.option-info-container .option-info-content {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  background: #fff;
  padding: 10px;
  width: 250px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
}
.option-info-container .option-info-text {
  font-size: 18px;
}
.option-info-container .option-info-img-container .option-info-img {
  width: 100%;
}

.custom-select-container {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* Standard syntax */
  display: flex;
  align-items: center;
}
.custom-select-container .color-sample {
  height: 16px;
  width: 26px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #999;
  display: inline-block;
  margin-right: 5px;
  background-size: 25px;
}
.custom-select-container .custom-select-selected {
  display: inline-block;
  margin-top: -2px;
}
.custom-select-container .custom-select {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  position: absolute;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #fff;
  z-index: 9;
}
.custom-select-container .custom-select li {
  padding: 5px;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.custom-select-container .custom-select li span:nth-child(2) {
  display: inline-block;
  margin-top: -2px;
}
.custom-select-container .custom-select li:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.custom-select-container::after {
  content: "";
  border: solid #333;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3.2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 17px;
  top: 12px;
}

.main-header {
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 2px -3px 5px 1px;
  position: relative;
}
.main-header .logo-container .header-logo {
  height: 50px;
}
.main-header .div-hamberger-container {
  display: none;
}
.main-header .mobile-menu-container {
  display: none;
}
.main-header .header-menu-container .header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-header .header-menu-container .header-menu .menu-item {
  display: inline-block;
  margin: 0 9px !important;
  font-size: 14px;
  font-weight: 600;
}
.main-header .header-menu-container .header-menu .menu-item a {
  color: #999;
  text-decoration: none;
}
.main-header .header-menu-container .header-menu .menu-item:hover a {
  color: #1fa8de;
}
.main-header .header-account-form .account-action-button {
  padding: 5px 10px !important;
}

.hide-on-desktop {
  display: none;
}

.checkout-container .card-details-container {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.product-gallery-container {
  overflow: hidden;
  align-items: center;
  display: flex;
}
.product-gallery-container .gallery-image-item {
  width: 120px;
  float: left;
  border: 2px solid #eee;
  cursor: pointer;
  margin-right: 10px;
}
.product-gallery-container .gallery-image-item img {
  width: 100%;
}

.category-selecteor-container .category-selector {
  float: left;
  width: 32%;
  margin-right: 1.3%;
  padding: 5px;
  border: 2px solid #999;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  cursor: pointer;
}
.category-selecteor-container .category-selector.active {
  border-color: #1fa8de;
  background-color: rgba(31, 168, 222, 0.1);
}

.product-attibute-box #letter-output {
  font-size: 60px !important;
  background-color: #f5f5f5;
  color: red;
  font-weight: 700;
  word-break: break-all;
}
.product-attibute-box label {
  font-weight: bold;
}

.product-box-container {
  padding-top: 20px;
  overflow: hidden;
}
.product-box-container .product-box {
  width: 33%;
  float: left;
  border: 1px solid rgba(153, 153, 153, 0.6);
  margin-right: 0.33%;
  margin-bottom: 20px;
  transition: 500ms;
}
.product-box-container .product-box .pb-image-top img {
  width: 100%;
}
.product-box-container .product-box a {
  color: inherit;
  text-decoration: none;
}
.product-box-container .product-box .pb-details {
  padding: 20px;
}
.product-box-container .product-box .pb-details .pb-title {
  font-weight: 600;
  font-size: 18px !important;
}
.product-box-container .product-box .pb-details .pb-description-list ul {
  padding-left: 15px;
}
.product-box-container .product-box .pb-details .pb-description-list ul li {
  display: none;
}
.product-box-container .product-box .pb-details .pb-description-list ul li:nth-child(1),
.product-box-container .product-box .pb-details .pb-description-list ul li:nth-child(2),
.product-box-container .product-box .pb-details .pb-description-list ul li:nth-child(3),
.product-box-container .product-box .pb-details .pb-description-list ul li:nth-child(4) {
  display: block list-item;
}
.product-box-container .product-box .pb-details .pb-pricing {
  color: #777;
}
.product-box-container .product-box:last-child {
  float: none;
  clear: both;
}
.product-box-container .product-box:hover {
  margin-top: -10px;
  float: left;
  clear: unset;
}

.product-details .product-title {
  font-weight: 600;
}
.product-details .thumbnail-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details .single-product-thumbnail {
  width: 100%;
  height: auto;
  border: 1px solid rgba(153, 153, 153, 0.6) !important;
}
.product-details .product-attibute-box {
  border: 1px solid rgba(153, 153, 153, 0.6) !important;
  padding: 30px;
}
.product-details .product-attibute-box #input-height-ft {
  position: relative;
}
.product-details .product-attibute-box #input-height-ft:after {
  content: "ft";
  position: absolute;
  height: 100%;
  text-align: center;
  top: 0;
  right: 0;
  color: blue;
  z-index: 11;
}
.product-details .product-main-desc {
  padding: 30px 0;
  border-top: 3px solid #999;
}
.product-details .product-main-desc h4 {
  font-size: 20px !important;
}
.product-details .product-main-desc #desc p {
  padding-left: 0 !important;
  margin-bottom: 2px;
}
.product-details .product-main-desc #desc ul {
  padding: 0;
}
.product-details .product-main-desc img {
  height: auto !important;
}
.product-details .product-pricing-box {
  border: 1px solid rgba(153, 153, 153, 0.6);
  padding: 30px;
  margin-top: 20px;
}
.product-details .product-pricing-box .price-subtotal-container {
  font-weight: bold;
  text-align: right;
}
.product-details .product-pricing-box .price-total-container {
  font-weight: bold;
  text-align: right;
}
.product-details #payNowBtn {
  width: 250px;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.footer .footer-bg-image-1 {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}
.footer .footer-bg-image-2 {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}
.footer .footer-cp-text-container {
  background: #222222;
  padding: 30px 0;
}
.footer .footer-cp-text-container p {
  color: #777;
  margin-bottom: 0;
}
.footer .footer-info {
  background-color: #444444;
}
.footer .footer-logo-container img {
  width: 100%;
}
.footer .footer-info-title {
  font-size: 16px;
  color: #efefef;
}
.footer .footer-text-gray {
  font-size: 14px;
  color: #767676;
}
.footer .footer-text-light {
  font-size: 14px;
  color: #a6a6a6;
}
.footer .footer-separator {
  border-bottom: 1px dashed #a6a6a6;
}

@media only screen and (max-width: 572px) {
  #productQuantity {
    padding: 5px;
  }
  .mobile-menu-container {
    position: absolute;
    right: 0;
    width: 100%;
    background-color: #1fa8de;
    padding: 20px 10px;
    top: 0;
    z-index: 9;
  }
  .mobile-menu-container .mobile-menu-close {
    cursor: pointer;
  }
  .mobile-menu-container .header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu-container .header-menu .menu-item a {
    color: #fff;
    text-decoration: none;
  }
  .hide-on-desktop {
    display: block;
  }
  .category-selecteor-container .category-selector {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-header .logo-container .header-logo {
    width: 100%;
    height: auto;
  }
  .div-hamberger-container {
    text-align: right;
    display: block !important;
  }
  .div-hamberger-container img {
    width: 30px;
    cursor: pointer;
  }
  .hide-on-mobile {
    display: none !important;
  }
  .mobile-s-0 {
    margin: 0 !important;
    padding: 0 !important;
  }
  #select-font + .form-text {
    font-size: 10px;
  }
  .main-header .account-menu {
    text-align: center !important;
  }
  .main-header .account-menu ul {
    text-align: center !important;
  }
  .product-attibute-box {
    padding: 10px;
  }
  .product-attibute-box #letter-output {
    font-size: 45px !important;
    line-height: 1.1;
  }
  .product-main-desc img {
    max-width: 100%;
  }
  #payNowBtn {
    max-width: 100%;
  }
  .product-box-container {
    padding: 5px;
    overflow: hidden;
  }
  .product-box-container .product-box {
    width: 100%;
    border: 1px solid rgba(153, 153, 153, 0.6);
    margin-bottom: 20px;
    transition: 500ms;
  }
  .product-box-container .product-box .pb-image-top img {
    width: 100%;
  }
  .product-box-container .product-box a {
    color: inherit;
    text-decoration: none;
  }
  .product-box-container .product-box .pb-details {
    padding: 20px;
  }
  .product-box-container .product-box .pb-details .pb-title {
    font-weight: 600;
    font-size: 18px !important;
  }
  .product-box-container .product-box .pb-details .pb-description-list ul {
    padding-left: 15px;
  }
  .product-box-container .product-box .pb-details .pb-description-list ul li {
    display: none;
  }
  .product-box-container .product-box .pb-details .pb-description-list ul li:nth-child(1),
  .product-box-container .product-box .pb-details .pb-description-list ul li:nth-child(2),
  .product-box-container .product-box .pb-details .pb-description-list ul li:nth-child(3) {
    display: block list-item;
  }
  .product-box-container .product-box .pb-details .pb-pricing {
    color: #777;
  }
  .product-box-container .product-box:last-child {
    float: none;
    clear: both;
  }
  .product-box-container .product-box:hover {
    margin-top: -10px;
    float: left;
    clear: unset;
  }
  .footer .footer-bg-image-1 {
    min-height: auto;
    background-size: 150%;
    background-repeat: no-repeat;
  }
  .footer .footer-bg-image-2 {
    min-height: 400px;
    background-size: 200%;
    background-repeat: no-repeat;
  }
}/*# sourceMappingURL=style.css.map */