@charset "UTF-8";
.flex {
  display: flex;
}

.fjb {
  justify-content: space-between;
}

.fdc {
  flex-direction: column;
}

.fas {
  align-items: flex-start;
}

.fjc {
  justify-content: center;
}

.fac {
  align-items: center;
}

.fwrap {
  flex-wrap: wrap;
}

#tm-option-products-popup.pushbar, #cross-sells-popup.pushbar, #wcd-related-product-popup.pushbar, .pushbar-products-popup.pushbar {
  height: 100%;
  min-height: 100vh;
  overflow: unset;
}
#tm-option-products-popup.pushbar .content, #cross-sells-popup.pushbar .content, #wcd-related-product-popup.pushbar .content, .pushbar-products-popup.pushbar .content {
  position: relative;
}
#tm-option-products-popup.pushbar .content .loading, #cross-sells-popup.pushbar .content .loading, #wcd-related-product-popup.pushbar .content .loading, .pushbar-products-popup.pushbar .content .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/loader.svg);
  background-repeat: no-repeat;
  background-size: auto 15%;
  background-position: center center;
  background-color: #ffffff;
  z-index: 9;
}
#tm-option-products-popup.pushbar .content .loading.hidden, #cross-sells-popup.pushbar .content .loading.hidden, #wcd-related-product-popup.pushbar .content .loading.hidden, .pushbar-products-popup.pushbar .content .loading.hidden {
  display: none;
}
#tm-option-products-popup.pushbar .content .loading.load-more, #cross-sells-popup.pushbar .content .loading.load-more, #wcd-related-product-popup.pushbar .content .loading.load-more, .pushbar-products-popup.pushbar .content .loading.load-more {
  position: unset;
  height: 50px;
  background-size: auto 25px;
}
#tm-option-products-popup.pushbar .content .wcp-btn, #cross-sells-popup.pushbar .content .wcp-btn, #wcd-related-product-popup.pushbar .content .wcp-btn, .pushbar-products-popup.pushbar .content .wcp-btn {
  position: relative;
}
#tm-option-products-popup.pushbar .content .products-holder .single-product, #cross-sells-popup.pushbar .content .products-holder .single-product, #wcd-related-product-popup.pushbar .content .products-holder .single-product, .pushbar-products-popup.pushbar .content .products-holder .single-product {
  margin-bottom: 35px;
}

.wcp-products-holder .wcp-single-product {
  width: calc(50% - 10px);
  margin: 10px 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 15px;
  border: 1px solid #ccc;
}
@media (max-width: 1600px) {
  .wcp-products-holder .wcp-single-product {
    margin: 10px 0;
  }
}
@media (max-width: 1500px) {
  .wcp-products-holder .wcp-single-product {
    width: calc(50% - 10px);
  }
}
@media (max-width: 900px) {
  .wcp-products-holder .wcp-single-product {
    width: 100%;
  }
}
.wcp-products-holder .wcp-single-product .tm-final-totals {
  display: none;
}
.wcp-products-holder .wcp-single-product .tm-extra-product-options-totals {
  border: none;
}
.wcp-products-holder .wcp-single-product .product-name {
  margin-bottom: 10px;
  font-size: 1.2em !important;
  text-decoration: none;
}
.wcp-products-holder .wcp-single-product .product-name a {
  color: #212529;
}
.wcp-products-holder .wcp-single-product .img-price-holder {
  margin-bottom: 15px;
}
.wcp-products-holder .wcp-single-product .img-price-holder .img-holder {
  width: 60%;
}
.wcp-products-holder .wcp-single-product .img-price-holder .price-holder {
  width: 40%;
  padding: 5px;
}
.wcp-products-holder .wcp-single-product .img-price-holder .price-holder .left-col {
  font-size: 3vw;
  line-height: 1;
}
@media (max-width: 1200px) {
  .wcp-products-holder .wcp-single-product .img-price-holder .price-holder .left-col {
    font-size: 5vw;
  }
}
@media (max-width: 1023px) {
  .wcp-products-holder .wcp-single-product .img-price-holder .price-holder .left-col {
    font-size: 4.5vw;
  }
}
@media (max-width: 900px) {
  .wcp-products-holder .wcp-single-product .img-price-holder .price-holder .left-col {
    font-size: 6.5vw;
  }
}
@media (max-width: 767px) {
  .wcp-products-holder .wcp-single-product .img-price-holder .price-holder .left-col {
    font-size: 9.5vw;
  }
}
@media (max-width: 500px) {
  .wcp-products-holder .wcp-single-product .img-price-holder .price-holder .left-col {
    font-size: 11vw;
  }
}
.wcp-products-holder .wcp-single-product .img-price-holder .price-holder .right-col {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .wcp-products-holder .wcp-single-product .img-price-holder .price-holder .right-col {
    margin-left: 8px;
  }
}
@media (max-width: 500px) {
  .wcp-products-holder .wcp-single-product .img-price-holder .price-holder .right-col {
    margin-left: 5px;
  }
}
.wcp-products-holder .wcp-single-product .img-price-holder .price-holder .right-col span {
  font-size: 1vw;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 1200px) {
  .wcp-products-holder .wcp-single-product .img-price-holder .price-holder .right-col span {
    font-size: 1.5vw;
  }
}
@media (max-width: 900px) {
  .wcp-products-holder .wcp-single-product .img-price-holder .price-holder .right-col span {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .wcp-products-holder .wcp-single-product .img-price-holder .price-holder .right-col span {
    font-size: 3vw;
  }
}
@media (max-width: 500px) {
  .wcp-products-holder .wcp-single-product .img-price-holder .price-holder .right-col span {
    font-size: 4.5vw;
  }
}
.wcp-products-holder .wcp-single-product .img-price-holder .price-holder .right-col span:first-child {
  margin-bottom: 5px;
}
.wcp-products-holder .wcp-single-product .content-holder .tm-description {
  margin-bottom: 0;
}
.wcp-products-holder .wcp-single-product .content-holder .tm-extra-product-options-totals {
  background-color: transparent;
}
.wcp-products-holder .wcp-single-product .btns-holder {
  position: relative;
}
.wcp-products-holder .wcp-single-product .btns-holder .wcp-btn {
  border: 1px solid #008be2;
  width: 60%;
  border-radius: 0;
}
.wcp-products-holder .wcp-single-product .btns-holder .wcp-btn.selected {
  background-color: #198754 !important;
  border: 1px solid #198754;
}
.wcp-products-holder .wcp-single-product .btns-holder .wcp-btn.selected:before {
  content: "";
  margin-right: 2px;
  font-family: "FontAwesome";
}
.wcp-products-holder .wcp-single-product .btns-holder .wcp-details {
  width: 40%;
  padding-left: 10px;
}
.wcp-products-holder .wcp-single-product .btns-holder .wcp-details a {
  text-decoration: none;
  border: 1px dashed #333;
  text-align: center;
  height: 100%;
  color: #262626;
}
.wcp-products-holder .wcp-single-product .btns-holder .wcp-details .short-description {
  position: absolute;
  box-shadow: 0 0 8px 0px #333;
  background-color: #fff;
  width: 100%;
  bottom: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wcp-products-holder .wcp-single-product .btns-holder .wcp-details .short-description.visible {
  border-radius: 5px;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.wcp-products-holder .wcp-single-product .btns-holder .wcp-details .short-description .description-holder {
  position: relative;
}
.wcp-products-holder .wcp-single-product .btns-holder .wcp-details .short-description .description-holder .arrow-holder {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: -15px;
  display: flex;
  justify-content: center;
}
.wcp-products-holder .wcp-single-product .btns-holder .wcp-details .short-description .description-holder .arrow-holder:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #007bff;
}
.wcp-products-holder .wcp-single-product .btns-holder .wcp-details .short-description .description-holder .scroll-holder {
  max-height: 200px;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 991px) {
  body .woocommerce-cart-form__cart-item .product-quantity .quantity {
    justify-content: flex-end;
  }
}

.product-quantity .cross-sells-btn {
  display: none;
}
@media (max-width: 991px) {
  .product-quantity .cross-sells-btn {
    display: inline-block;
  }
}

.cross-sells-btn {
  margin-top: 10px;
}
.cross-sells-btn a {
  text-decoration: none;
  border: 1px solid #262626;
  text-align: center;
  height: 100%;
  padding: 7px 15px;
  color: #262626;
  display: inline-block;
}

.woogp-holder .wcp-related-products-btn-holder.single-button {
  width: calc(50% - 5px);
  flex-shrink: 0;
  margin-left: 10px;
  padding-top: 0;
}
@media (max-width: 350px) {
  .woogp-holder .wcp-related-products-btn-holder.single-button {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
.woogp-holder .wcp-related-products-btn-holder.single-button .cross-sells-product-btn {
  height: 100%;
}
.woogp-holder .wcp-related-products-btn-holder.single-button .cross-sells-product-btn a {
  padding: 10px 15px;
}

.wcp-related-products-btn-holder {
  padding-top: 15px;
  width: 100%;
}
@media (max-width: 400px) {
  .wcp-related-products-btn-holder {
    display: block;
    clear: both;
    padding-top: 10px;
  }
}
.wcp-related-products-btn-holder.single-button {
  display: inline-block;
  padding-top: 0;
  width: 30%;
}
@media (max-width: 400px) {
  .wcp-related-products-btn-holder.single-button {
    width: 100%;
    padding-top: 10px;
  }
}
.wcp-related-products-btn-holder.single-button .cross-sells-product-btn, .wcp-related-products-btn-holder.single-button .related-product-btn {
  width: 100%;
  margin: 0;
}
.wcp-related-products-btn-holder.single-button .cross-sells-product-btn a, .wcp-related-products-btn-holder.single-button .related-product-btn a {
  text-decoration: none;
  border: 1px solid var(--themeColor, #666666);
  color: #212529;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 7px 15px;
  display: inline-block;
}
.wcp-related-products-btn-holder .related-product-btn {
  margin-right: 10px;
}
@media (max-width: 400px) {
  .wcp-related-products-btn-holder .related-product-btn {
    margin-right: 0;
  }
}
.wcp-related-products-btn-holder .cross-sells-product-btn, .wcp-related-products-btn-holder .related-product-btn {
  display: inline-block;
  width: 50%;
}
@media (max-width: 400px) {
  .wcp-related-products-btn-holder .cross-sells-product-btn, .wcp-related-products-btn-holder .related-product-btn {
    margin-top: 10px;
    display: block;
    width: 100%;
    float: unset;
    clear: both;
  }
}
.wcp-related-products-btn-holder .cross-sells-product-btn a, .wcp-related-products-btn-holder .related-product-btn a {
  text-decoration: none;
  border: 1px solid var(--themeColor, #666666);
  text-align: center;
  height: 100%;
  width: 100%;
  font-size: 1em;
  padding: 8px 15px;
  color: #212529;
  display: inline-block;
}

body.single-product .btn-primary {
  float: left;
  margin-left: 1%;
  margin-right: 0;
  width: 89%;
}
body.single-product .btn-primary.small-btn {
  width: 58%;
  margin-right: 1%;
}
@media (max-width: 575px) {
  body.single-product .btn-primary.small-btn {
    width: 53%;
  }
}
@media (max-width: 400px) {
  body.single-product .btn-primary.small-btn {
    width: 84%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  body.single-product .btn-primary {
    width: 84%;
  }
}

#cross-sells-popup .tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap .tc-tooltip,
#cross-sells-popup .tm-extra-product-options ul.tmcp-ul-wrap .tc-field-display .tc-tooltip {
  display: none !important;
}
#cross-sells-popup .tm-extra-product-options-radio li.tc-mode-images {
  width: calc(100% / 6);
  padding: 3px;
  flex: unset;
}
#cross-sells-popup .tm-extra-product-options-radio li.tc-mode-images span.tc-label.tm-label {
  padding: 0 !important;
}

/*# sourceMappingURL=wcp-main.css.map */
