 /* /**
 * Frontend Style.
 *
 * @package  ryota-skin-for-wp-configurator-pro/assets/css/
 * @since  1.0
 * @version  1.0
 */

 *,
 *:before,
 *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
 
body{
   overflow-x: hidden;
}

body.wpc-ryota-single-configurator{
   margin: 0px;
   background: var(--wpc-body-bg);
   font-family: var(--wpc-secondary-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: var(--wpc-primary-font);
}
 

.wpc-popup-initialized .wpc-header-parent-wrap {
   z-index: 10;
}

.pswp {
   display: none;
} 

#ryota-skin-wrap {
   position: relative;
}
 
#ryota-skin-wrap .wpc-ryota-skin-preview-control-wrapper {
   display: flex;
   height: 100vh;
   width: 100%;
}

#ryota-skin-wrap .wpc-header-parent-wrap {
   display: inline-block;
   width: calc(100% - 570px);
   margin: 0;
   padding: 20px 30px;
}

#ryota-skin-wrap .wpc-preview-parent-wrap {
   width: calc(100% - 570px);
   padding: 0;
}

#ryota-skin-wrap .wpc-controls-parent-wrap {
   width: 570px;
   position: absolute;
   top: 0;
   right: 0;
   margin-top: 0;
   height: 100vh;
} 

#ryota-skin-wrap .wpc-control-lists ul  {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#ryota-skin-wrap .wpc-ryota-skin-control {
   background: var(--wpc-ryota-skin-control-background-color);
   color: #fff;
   height: 100%;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-control-item .wpc-hover-price {
   display: block;
   margin-top: 5px;
   font-size: 13px;
   letter-spacing: 0.5px;
   color: var(--wpc-ryota-skin-control-item-price-color);
}

#ryota-skin-wrap .wpc-control-item-info-inner span.wpc-hover-price {
   color: var(--wpc-ryota-skin-control-item-price-color);
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-control-item .wpc-hover-price .wpc-plus {
   display: none;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item .wpc-layer-img {
   margin-bottom: 5px;
   display: block;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-control-item .wpc-icon-label-inner {
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   color: var(--wpc-ryota-skin-control-item-text-color);
}



#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls, #ryota-skin-wrap .wpc-ryota-skin-control .wpc-cfa-custom-fields-popup {
   width: 400px;
   overflow: auto;
   height: 100%;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control {
   background: var(--wpc-ryota-skin-control-parent-background-color);
   overflow-y: auto;
   width: 170px;
   float: right;
   height: 100%;
   position: relative;
   z-index: 1;
}


/* width */
#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control::-webkit-scrollbar {
   width: 5px;
}
 
/* Track */
#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control::-webkit-scrollbar-track {
   background: #fff;
}
 
/* Handle */
#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control::-webkit-scrollbar-thumb {
   background: #ccc;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls::-webkit-scrollbar, #ryota-skin-wrap .wpc-controls-parent-wrap::-webkit-scrollbar {
   width: 5px;
}
 
/* Track */
#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls::-webkit-scrollbar-track, #ryota-skin-wrap .wpc-controls-parent-wrap::-webkit-scrollbar-track {
   background: #fff;
}
 
/* Handle */
#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls::-webkit-scrollbar-thumb, #ryota-skin-wrap .wpc-controls-parent-wrap::-webkit-scrollbar-thumb {
   background: #ccc;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item {
   text-align: center;
   cursor: pointer;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 30px 20px;
   color: var(--wpc-ryota-skin-control-parent-text-color);
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item.wpc-group-active {
   background: var(--wpc-ryota-skin-control-parent-background-active-color);
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item:hover {
   background: var(--wpc-ryota-skin-control-parent-background-active-color);
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item .wpc-layer-title {
   margin: 0;
   font-weight: 700;
   word-break: break-word;
   font-size: 16px;
   letter-spacing: 1px;
   text-transform: uppercase;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item .wpc-layer-sub-img {
   display: block;
   text-align: center;
   margin-bottom: 8px;
 }

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item .wpc-layer-description {
   display: none;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls .wpc-control-lists {
   display: none;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls .wpc-control-lists.wpc-group-opened {
   display: block;
} 

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls .wpc-layer-title-wrap {
   padding: 30px 25px;
   align-items: center;
   text-align: left;
   cursor: pointer;
   text-transform: uppercase;
   display: flex;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls .wpc-layer-title-wrap .wpc-layer-img {
   display: flex;
   margin-right: 20px;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls .wpc-layer-title-wrap .wpc-layer-title-inner {
   flex-grow: 1;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls .wpc-layer-sub-img {
   float: left;
   margin-right: 15px;
   display: flex;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls {
   color: #333;
   border-left: 1px solid #d3d3d3;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls .wpc-layer-title {
   margin: 0;
   font-weight: 700;
   word-break: break-word;
   font-size: 16px;
   color: var(--wpc-ryota-skin-sub-control-text-color);
   flex-grow: 1;
   position: relative;
   display: flex;
   justify-content: space-between;
   letter-spacing: 1px;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls .wpc-layer-description {
   margin: 5px 20px 0 0;
   text-transform: none;
   font-size: 14px;
   color: var(--wpc-ryota-skin-sub-control-description-color);
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-control-lists.wpc-current-opened-group {
   display: block;
}

#ryota-skin-wrap .wpc-control-item-info {
   margin: 0px;
   opacity: 1;
   visibility: visible;
   position: static;
}

#ryota-skin-wrap .wpc-control-item-info .wpc-control-item-info-inner:before {
   content: none;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls .wpc-control-lists.wpc-group-opened li .wpc-control-item-color + .wpc-control-item-info,
#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls .wpc-control-lists.wpc-group-opened li img + .wpc-control-item-info {
   margin-top: 10px;
}

#ryota-skin-wrap .wpc-control-item-info-inner {
   font-size: 14px;
   font-weight: 600;
   background: transparent;
   padding: 0;
   display: block;
   letter-spacing: 1px;
} 


#ryota-skin-wrap .wpc-control-item-info-inner span.wpc-control-item-name {
   color: var(--wpc-ryota-skin-control-item-text-color);
   font-size: 14px;
   font-weight: 600;
   background: transparent;
   padding: 0;
   display: block;
   letter-spacing: 1px;
}

#ryota-skin-wrap .wpc-control-item .wpc-layer-title-wrap {
   margin: 0px;
}

#ryota-skin-wrap .wpc-control-lists > ul > li {
   padding: 30px 25px;
   cursor: pointer;
   text-align: center;
   width: 100%;
   /* position: relative; */
   margin: 0px;
   box-shadow: none;
   border-radius: 0px;
   background: transparent;
}

#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-cl-disable-layer, #ryota-skin-wrap .wpc-control-lists > ul > li.wpc-sm-disable-layer {
   position: relative;
   opacity: .5;
   cursor: not-allowed;
}

#ryota-skin-wrap .wpc-control-lists > ul > li .wpc-control-item-label {
   margin: 0px;
}

#ryota-skin-wrap .wpc-control-lists > ul > li .wpc-control-item-icon-wrap {
   margin-right: 15px;
}

#ryota-skin-wrap .wpc-control-lists > ul > li .wpc-icon-label {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
}



#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-icon-round .wpc-upload-layer-input-wrap img,
#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-icon-round .wpc-control-item-color,
#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-icon-round img {
   border-radius: 50px;
}

#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-icon-semi-round .wpc-upload-layer-input-wrap img,
#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-icon-semi-round .wpc-control-item-color,
#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-icon-semi-round img {
   border-radius: 5px;
}

#ryota-skin-wrap .wpc-control-lists > ul > li .wpc-control-item-color {
   width: var(--wpc-ryota-skin-icon-width);
   height: var(--wpc-ryota-skin-icon-height);
   display: inline-block;
}


#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-layer-type-sub_group {
   padding: 0px;
   border-bottom: 1px solid var(--wpc-ryota-skin-sub-control-border-color);
}

#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-layer-type-sub_group .wpc-layer-type-sub_group:last-child {
   border: none;
}

#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-layer-type-sub_group.wpc-control-has-children .wpc-layer-title::after {
   content: '\31';
   font-family: 'wp-configurator' !important;
   font-size: 18px;
   line-height: 1;
   display: flex;
   justify-content: flex-end;
   align-items: center;
   flex-grow: 1;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls .wpc-layer-title-wrap .wpc-layer-title-desc-wrap {
   margin-top: 0px;
}

#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-layer-type-sub_group.wpc-control-has-children .wpc-group-opened > .wpc-layer-title-inner > .wpc-layer-title::after {
   content: '\30';
   font-family: 'wp-configurator' !important;
}

#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-control-type-inline-text {
   display: inline-block;
   width: auto;
   padding: 20px;
   margin: 0 5px;
}

#ryota-skin-wrap .wpc-control-lists > ul > li.wpc-control-type-inline-text .wpc-icon-label {
   margin: 0;
   color: var(--wpc-ryota-skin-control-item-text-color);
}

#ryota-skin-wrap .wpc-text-layer-color-preset > span {
   border: 2px solid rgb(0 0 0 / 40%);
}

#ryota-skin-wrap .wpc-text-layer-color-preset > span:before {
   border: none;
}

#ryota-skin-wrap .wpc-text-layer-color-preset > span.wpc-active-preset {
   border: 2px solid #fff;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-control-lists.wpc-current-opened-group li.current {
   background: var(--wpc-ryota-skin-control-item-background-active-color);
   cursor: default;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-control-lists.wpc-current-opened-group li:hover {
   background: var(--wpc-ryota-skin-control-item-background-active-color);
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-control-item.wpc-layer-type-text {
   margin-bottom: 0;
}

#ryota-skin-wrap .wpc-floating-icons {
   padding-left: 30px;
   top: 150px;
}

#ryota-skin-wrap .wpc-show-details {
   left: 30px;
   bottom: 30px;
}

#ryota-skin-wrap .wpc-ryota-control-menu {
   background: #000;
   color: #fff;
   padding: 9px 16px;
   border-radius: 3px;
   display: none;
   position: absolute;
   bottom: 30px;
   right: 0px;
   border-radius: 50px;
   cursor: pointer;
   z-index: 999;
}

#ryota-skin-wrap .wpc-upload-layer-input-wrap {
   margin: 0px;
   display: inline-block;
}

#ryota-skin-wrap .wpc-upload-layer-input-wrap img {
   width: var(--wpc-ryota-skin-icon-width);
   height: var(--wpc-ryota-skin-icon-height);
   display: block;
   margin: 0 auto 15px;
}

#ryota-skin-wrap .ryota-skin .wpc-form.wpc-cart-form.cart {
   margin: 0px;
}

#ryota-skin-wrap .ryota-skin .wpc-form.wpc-cart-form.cart .quantity,
#ryota-skin-wrap .ryota-skin .wpc-cart-form-wrapper [data-open-popup-id='cart-form-summary'],
#ryota-skin-wrap .ryota-skin.wpc-has-summary .wpc-form.wpc-cart-form.cart {
   display: none;
}

#ryota-skin-wrap .ryota-skin.wpc-has-summary .wpc-cart-form-wrapper [data-open-popup-id='cart-form-summary'] {
   display: block;
   height: 50px;
   padding-top: 14px;
   padding-bottom: 14px;
   margin:0;
}

#ryota-skin-wrap .wpc-config-element .wpc-primary-btn:hover, #ryota-skin-wrap .wpc-config-element .wpcf7-submit:hover, #ryota-skin-wrap .wpc-config-element .wpc-secondary-btn:hover {
   background: #000;
}

#ryota-skin-wrap .wpc-sub-control .wpc-text-layer-input {
   text-align: left;
   margin-top: 0px;
}

#ryota-skin-wrap .wpc-sub-control .wpc-layer-type-text label {
   font-size: 14px;
   color: #ccc;
}

#ryota-skin-wrap .wpc-sub-control .wpc-layer-type-text input[type="text"] {
   margin: 12px 0;
   background: #fff;
   border-color: #d3d3d3;
   padding: 0px 15px;
   height: 45px;
   color: #ccc;
}

#ryota-skin-wrap .wpc-sub-control .wpc-layer-type-text select {
   background: #fff;
   border-color: #d3d3d3;
   padding: 0px 15px;
   height: 45px;
   color: #ccc;
}

#ryota-skin-wrap .closeing {
   display: none;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control > .wpc-control-item.wpc-cfa-custom-fields-trigger {
   font-weight: 700;
   word-break: break-word;
   font-size: 16px;
   letter-spacing: 1px;
   text-transform: uppercase;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-cfa-custom-fields-trigger.active {
   background: #000;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-cfa-custom-fields-popup {
   position: absolute;
   top: 0;
   background: #000;
   padding: 30px;
   opacity: 0;
   visibility: hidden;
}

#ryota-skin-wrap .wpc-ryota-skin-control .wpc-cfa-custom-fields-popup.active {
   opacity: 1;
   visibility: visible;
}

 
/* Notice */
.woocommerce-message {
   position: absolute;
   z-index: 999;
   left: 50%;
   text-align: center;
   background: #000;
   color: #fff;
   padding: 20px 40px;
   display: inline-block;
   transform: translateX(-50%) translateY(-150px);
   display: flex;
   align-items: center;
   flex-direction: row-reverse;
   animation: noticeAnimate 5s 1;
   animation-fill-mode: forwards;
   animation-delay: 0.5s;
}

.woocommerce-message a {
   padding: 10px 20px;
   border-radius: 3px;
   text-transform: capitalize;
   font-size: 14px;
   font-weight: normal;
   border: none;
   background: #fff;
   color: #0d0d1a;
   display: inline-block;
   margin-left: 15px;
}

.wpc-flyin-inspiration-parent-wrap .wpc-inspiration-lists .wpc-inspiration-list img {
   max-width: 100%;
}

.wpc-ryota-skin .wpc-flyin-wrap {
   z-index: 11;
}

@keyframes noticeAnimate {
   0% {
       opacity: 1;
       animation-delay: 3s;
   }

   0% {
       opacity: 1;
       transform: translateX(-50%) translateY(-150px);
   }

   25% {
       opacity: 1;
       transform: translateX(-50%) translateY(0%);
   }

   75% {
       opacity: 1;
       transform: translateX(-50%) translateY(0%);
   }

   90% {
       opacity: 1;
       transform: translateX(-50%) translateY(0%);
   }

   100% {
       opacity: 0;
       display: none;
       z-index: -1;
       transform: translateX(-50%) translateY(-50%);
   }
}

/* Ryota */ 
@media screen and (min-width: 1025px) {
   .wpc-configurator .subset {
     height: 100% !important;
   }
 
   #ryota-skin-wrap .wpc-controls-parent-wrap {
     height: 100vh;
   }
   
   .admin-bar #ryota-skin-wrap .wpc-controls-parent-wrap {
     height: calc(100vh - 32px);
   }

   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-lists-inner {
      height: 100%;
  }

}

@media screen and (max-width: 1200px) {
 
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls, #ryota-skin-wrap .wpc-ryota-skin-control .wpc-cfa-custom-fields-popup {
     width: 300px;
   }
 
   #ryota-skin-wrap .wpc-controls-parent-wrap {
     width: 470px;
   }
 
   #ryota-skin-wrap .wpc-preview-parent-wrap, #ryota-skin-wrap .wpc-header-parent-wrap {
     width: calc(100% - 470px);
   }
 
}
 
@media screen and (max-width: 1024px) {
 
   #ryota-skin-wrap .wpc-header-parent-wrap {
     text-align: center;
   }
 
   #ryota-skin-wrap .wpc-floating-icons {
     padding-left: 20px;
   }
   
   #ryota-skin-wrap .wpc-header-parent-wrap {
     width: 100%;
   }
 
   #ryota-skin-wrap .wpc-controls-parent-wrap {
     width: auto;
     height: 540px;
   }
 
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls.wpc-has-sub-group-active,
   #ryota-skin-wrap .wpc-controls-parent-wrap {
     position: static;
   }
 
   #ryota-skin-wrap .wpc-preview-parent-wrap,
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls {
     width: 100%;
   }
   
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control::-webkit-scrollbar {
     height: 4px;
   }
 
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-sub-controls, #ryota-skin-wrap .wpc-ryota-skin-control .wpc-cfa-custom-fields-popup {
     height: calc(100% - 97px);
   }
   
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item {
     width: auto;
     padding-top: 10px;
     padding-bottom: 10px;
   }
 
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control {
     width: 100%;
     height: auto;
   }
 
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item {
     border-bottom: none;
   }
 
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control ul {
     justify-content: flex-start;
     flex-wrap: nowrap;
   }
 
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item .wpc-layer-title {
     white-space: nowrap;
   }
 
   .wpc-ryota-extend-footer {
     position: fixed;
   }
 
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item .wpc-layer-title-wrap {
     min-width: 130px;
     max-width: 130px;
   }
   
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control ul li {
     flex-grow: 1;
     flex-basis: 0;
   }
 
}
 
@media screen and (max-width: 480px) {

   #ryota-skin-wrap .wpc-header-parent-wrap {
      padding: 20px 10px;
   }
 
   #ryota-skin-wrap .wpc-ryota-skin-control .wpc-parent-control .wpc-control-item .wpc-layer-img {
     display: none;
   }
 
}

.wpc-ryota-single-configurator .wpc-layer-type-range .wpc-ra-range-layer-input-inner {
   margin-left: auto;
   margin-right: auto;
}