/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.20004
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.page-template-template-homepage .col-full {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
}

.page-template-template-homepage .col-full .content-area {
    width: 100%;
}

.page-template-template-homepage .entry-content .wp-block-cover {
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.page-template-template-homepage .entry-content .v-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    max-width: 100%;
}

.page-template-template-homepage .col-full > .entry-header {
    display: none !important;
}

.page-template-template-homepage .wp-block-cover {
  background-color: black;
}

.page-template-template-homepage .wp-block-cover > img {
  opacity: .75;
}

.page-template-template-homepage .wp-block-cover .wp-block-cover__inner-container p {
  text-shadow: 1px 4px 0rem orange, 0 4px 10px rgba(0, 0, 0, 1);
  font-family: cursive;
}

.d-none {
    display: none;
}

.flip {
   transform: rotate(180deg) scaleX(1);
}

.w-100 {
    width: 100%;
}

.p-absolute {
    position: absolute;
}

.svg-wrapper {
    width: 100%;
    height: 80px;
    max-height: 100px;
    display: block;
    max-width: 100% !important;
    z-index: 5;
    
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 0;
    padding: 0; /* reset */
    padding-bottom: calc(3%);
}

.svg-spacing-top {
    padding-top: calc(3%) !important;
}

.svg-spacing-bottom {
    padding-bottom: calc(3%) !important;
}

.group-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.svg-orange {    
    background-image: url(img/svg-triangle-orange.svg?nc=123);
}

.svg-white {    
    background-image: url(img/svg-triangle-white.svg?nc=1);
}

.svg-yellow {    
    background-image: url(img/svg-yellow.svg?nc=1);
}

.svg-orange-wave {    
    background-image: url(img/svg-orange-wave.svg?nc=1234);
}

.svg-white-wave {    
    background-image: url(img/svg-white-wave.svg?nc=1234);
}

.tp-top {
    top: 0px;
}

.tp-bottom {
    bottom: 0px;
}

.page-template-template-homepage .col-full .wp-element-button, .wp-block-button__link {
    display: block;
}

.page-template-template-homepage .wp-block-columns {
    justify-content: center;
}

.page-template-template-homepage .product-categories-primary .wp-block-columns {
 align-items: start;
}

.page-template-template-homepage .wp-block-cover img {
  width: 100%;
}

.mw-400 { max-width: 400px; }

.reviews-wrapper {
  padding-bottom: 0px;
  position: relative;
}

.review-bubble {
  background-color: #003CAF;
  color: white;
  text-shadow: 0 0 6px rgba(0,0,0,.2);
  border-radius: 32px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  font-size: 16px;
}

.review-bubble .review-bubble-inner {
  padding: 2rem 2rem;
  text-align: left;
  position: relative;
  display: block;
  line-height: 130%;
  min-height: 300px;
}

.review-bubble .review-bubble-inner .comment-item {
  display: none;
  width: 100%;
  position: relative;
  padding: 0;
  flex-direction: column;
  gap: 15px;
}

.review-bubble .review-bubble-inner .comment-item .comment-text {
 padding: 16px;
 background: #FCFCFC;
 border: 1px solid #F9F9F9;
 border-radius: 6px;
 box-sizing: border-box;
 font-family: sans-serif;
 font-style: normal;
 font-weight: 400;
 line-height: 130%;
 font-size: 16px;
 margin: 0;
 flex: 1;
 color: #484E51;
}

.review-bubble .review-bubble-inner .comment-item .comment-middle-row {
 min-height: 150px;
}

.review-bubble .review-bubble-inner .comment-item.active {
  display: flex;
}

.comment-stars .star-inner {
 width: 25px;
}

.comment-stars {
 display: flex;
 gap: 8px;
}

.comment-stars .star-inner svg {
 width: 100%;
 fill: #ffff00;
}

.comment-top-row {
 border-bottom: solid 2px #aaaaaa;
 margin: 0;
}

.comment-review-type {
 margin-bottom: 18px;
 height: 30px;
}

.comment-review-type .checkmark {
 width: 25px;
 display: inline-block;
 vertical-align: middle;
}

.comment-review-type .checkmark svg {
 width: 100%;
 fill: #ffffff;
}

.review-bubble .review-bubble-inner p {
  margin-bottom: .25rem;
}

.review-bubble .review-bubble-inner p:last-child {
  margin-bottom: 0rem;
}

.review-bubble:after {
 display: none;
  content: ' ';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #f98ec8 transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 100%;
  right: 75px;
}

.reviews-inner {
  position: relative;
}

.reviews-wrapper .review-arrows {
  position: absolute;
  /*bottom: 10px;
  right: 0;*/
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  /*display: flex;
  column-gap: 10px;
  justify-content: center;*/
}

.reviews-wrapper .review-arrows .review-arrow span {
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 16px;
  height: 26px;
}
.reviews-wrapper .review-arrows .review-arrow span {
 background-repeat: no-repeat;
}


.reviews-wrapper .review-arrows .review-arrow.arrow-left span {
  background-image: url('img/chevron-left.svg?nc=1234');
}

.reviews-wrapper .review-arrows .review-arrow.arrow-left {
 position: absolute;
 left: -25px;
}

.reviews-wrapper .review-arrows .review-arrow.arrow-right {
 position: absolute;
 right: -25px;
}

.reviews-wrapper .review-arrows .review-arrow.arrow-right span {
  background-image: url('img/chevron-right.svg?nc=1234');
}

.review-bubble .review-bubble-inner .comment-item .comment-name {
 font-weight: bold;
 margin-bottom: 6px;
}

.review-bubble .review-bubble-inner .comment-item .comment-product {
 font-size: .9rem;
 text-align: left;
 display: flex;
 padding: 10px;
 align-items: center;
 gap: 15px;
 background: #FCFCFC;
 border: 1px solid #F9F9F9;
 border-radius: 6px;
}

.review-bubble .review-bubble-inner .comment-item .comment-product .product-thumb {
 width: 50px;
}

.review-bubble .review-bubble-inner .comment-item .comment-product .product-thumb img {
 width: 100%;
}

a.review-product-link {
 display: inline-block;
 color: #003caf;
 font-weight: 700;
 font-size: 18px;
}

a.review-product-link:focus,
a.review-product-link:active,
a.review-product-link:hover {
 text-decoration: underline;
 color: #003caf !important;
}

.comment-dots {
 display: flex;
 gap: 10px;
 justify-content: center;
 margin-top: 15px;
}

.comment-dots .comment-dot-icon {
 width: 18px;
 cursor: pointer;
}

.comment-dots .comment-dot:focus svg,
.comment-dots .comment-dot:hover svg,
.comment-dots .comment-dot:active svg {
 fill: #003CAF;
}

.comment-dots .comment-dot:focus .comment-dot-icon.comment-dot-empty,
.comment-dots .comment-dot:hover .comment-dot-icon.comment-dot-empty,
.comment-dots .comment-dot:active .comment-dot-icon.comment-dot-empty {
 display: none;
}

.comment-dots .comment-dot:focus .comment-dot-icon.comment-dot-full,
.comment-dots .comment-dot:hover .comment-dot-icon.comment-dot-full,
.comment-dots .comment-dot:active .comment-dot-icon.comment-dot-full {
 display: block;
}

.comment-dots .comment-dot-icon svg {
 width: 100%;
}

.comment-dots .comment-dot-icon {
 display: none;
}

.comment-dots .comment-dot-icon.comment-dot-empty {
 display: block;
}

.comment-dots .comment-dot.active .comment-dot-icon.comment-dot-full {
 display: block;
}

.comment-dots .comment-dot.active .comment-dot-icon.comment-dot-empty {
 display: none;
}

 @media screen and (max-width: 1000px) {
  .page-template-template-homepage .wp-block-columns {
    flex-wrap: wrap !important;
  }
  
  .page-template-template-homepage .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    flex-grow: 1 !important;
  }
  
  .mw-400 { max-width: 100%; }
}

@media (max-width: 782px) {
    .mobile-reverse-column-direction {
        flex-direction: column-reverse;
    }
    
    .review-bubble .review-bubble-inner {
      padding: 2rem 2rem;
      min-height: auto;
      margin-bottom: 3px;
    }
    
    .review-bubble .review-bubble-inner .comment-item {
      top: auto;
      transform: none;
      position: relative;
      left: auto;
      padding: 0;
    }
    
    
    .reviews-wrapper .review-arrows {
     width: 80%;
     margin-left: 10%;
    }
    
    .reviews-wrapper .review-arrows .review-arrow.arrow-left {
     left: -30px;
    }
    
    .reviews-wrapper .review-arrows .review-arrow.arrow-right {
     right: -30px;
    }
    
    .testimonials-custom .testimonials-custom-header {
     padding-top: 30px;
    }
    
    #reviews_wrapper {
     /*touch-action: none;*/
    }
}

@media screen and (max-width: 1050px) and (orientation:portrait) {
 body.home h2.cat-name {
  font-size: 1.5rem !important;
  height: 60px !important;
 }
 
 .product-categories-primary figure.wp-block-image {
  text-align: center;
 }
 
 .product-categories-primary figure.wp-block-image > a {
  display: inline-block;
  max-width: 75%;
  display: inline-block;
  margin: 0 auto;
 }
 
}

@media screen and (max-width: 1375px) and (orientation:landscape) {
 body.home h2.cat-name {
  font-size: 1.25rem !important;
  height: auto !important;
 }
}

.testimonials-plugin {
 display: none !important;
}

.product-categories-primary .wp-block-image > a > img {
 
}