/* 
 Theme Name:   Twenty Twenty-Three Child
 Theme URI:    
 Description:  Twenty Twenty-Three Child
 Author:       Jarette
 Author URI:   
 Template:     twentytwentythree
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/**this is for the mobile menu */
.rmp-menu-additional-content {
    font-family:oooh-baby;
    background-color: #00adef;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
}

.rmp-menu-title-link {
    font-family:canada-1500;
    text-decoration: none;
}

.rmp-menu-subarrow-active {
    transform: scale(1, -1);
    color: #8ebf42;
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}


/** this may make other woocommerce pages borked */
#customer_login and @media (min-width:800px) {
    display: flex;
    gap: 100px;
    margin: 0px;
    padding: 0px;
}

.woocommerce-page main {
    max-width: 94%;
}

.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
    max-width:100%;
}

button.woocommerce-button:nth-child(4):hover {
    background-color:#4d9ded;
}

.woocommerce-Button:hover{
    background-color:#4d9ded;
}

.my-account-weight{
    font-weight: 700;
}

body:not(.logged-in) #rmp-menu-item-3458 {
    display:none;
}

body:not(.logged-in) .myvideoshide {
    display:none;
}

body:not(.logged-in) .logouthide {
    display:none;
}

body:not(.logged-in) .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    display:none;
}

.wp-block-file__button:hover {
    background-color:#4d9ded;
}

div[class^="eb-testimonial-"] {
    background-color: transparent !important;
}

.ShopMenu .wp-block-navigation-item__content {
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    background: #4d9ded;
    text-decoration: none;
}

.ShopMenu .wp-block-navigation-item__content:hover {
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    background: #52cad1;
    text-decoration: none;
}

/** move registration form button to end**/
.register .woocommerce-Button {position: absolute !important; bottom: 0px;}
.register {padding-bottom:70px !important}

/** registration page popup styling **/
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.popup .popupText {
    visibility: hidden;
    width: 400px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 8px 20px 8px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 20%;
    margin-left: -80px;
}

.popup .popupText::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

@media all and (max-width:1200px){
.popup .popupText {
    visibility: hidden;
    width: 225px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 2px 20px 2px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -60%;
    margin-left: -80px;
    font-size: 80%;
}    

.popup .popupText::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}}

/** Toggle this class when clicking on the popup container (hide and show the popup) **/

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/** Add animation (fade in the popup) **/
    @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/** no line break style **/
.nobr {white-space: nowrap;}

/** checkbox style **/
.cbs-woo {
  position: relative;
  padding: 10px 0 20px 30px;
  text-align: left;


  label {
    cursor: pointer;
    &:before,
    &:after {
      content: '';
      position: absolute;
      top: 50%;
      border-radius: 50%;
    }
    &:before {
      left: 0;
      width: 17px;
      height: 17px;
      margin: -15px 0 0 2px;
      background: #f7f7f7;
      outline: 2px solid black;
    }
    &:after {
      left: 3px;
      width: 10px;
      height: 10px;
      margin: -11.5px 0 0 1.75px;
      opacity: 0;
      background: black;
    }
  }
  
  input[type="radio"],
  input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
    
    &:checked + label {
      &:before {
      }
      &:after {
        transform: translate3d(0, 0, 0);
        opacity: 1;
      }
    }
  }
}

.styled-input--square {
  label {
    &:before,
    &:after {
      border-radius: 0;
    }
  }
}
