/* /**
* Frontend Style.
*
* @package  vogue-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;
}

.admin-bar .wpc-controls-parent-wrap {
   top: 32px;
   height: calc(100% - 32px);
}

.admin-bar .wpc-control-list-wrap {
   height: calc(100vh - 245px);
}

.admin-bar .wpc-vogue-skin-control.wpc-has-summary .wpc-control-list-wrap {
   height: calc(100vh - 321px);
}

.admin-bar .wpc-sub-controls.wpc-has-sub-group-active {
   height: calc(100% - 32px);
}

.admin-bar .wpc-vogue-has-back-btn .wpc-sub-control.wpc-current-opened-group {
   height: calc(100vh - 321px);
}

.wpc-vogue-has-back-btn .wpc-control-close {
   margin-top: 20px;
}

.admin-bar .wpc-sub-control.wpc-current-opened-group {
   height: calc(100vh - 245px);
}

body.wpc-vogue-skin-single-configurator {
   background: var(--wpc-body-bg);
   font-family: var(--wpc-secondary-font);
   overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: var(--wpc-primary-font);
}

.pswp {
   display: none;
}

body {
   margin: 0px;
   font-family: var(--wpc-primary-font);
}

ol,ul {
   padding: 0px;
   margin: 0px;
   list-style: none;
}

.wpc-header-parent-wrap {
   width: calc(100% - 400px);
   margin: 0;
   padding: 20px;
   display: inline-block;
   z-index: 1;
}

.wpc-preview-parent-wrap {
   width: calc(100% - 400px);
}

.wpc-floating-icons {
   left: 30px;
   top: 130px;
}

.wpc-show-details {
   left: 30px;
   bottom: 25px;
   z-index: 8;
   width: calc(100% - 30px);
}

.wpc-controls-parent-wrap {
   position: absolute;
   top: 0;
   right: 0;
   width: 400px;
   height: 100%;
   z-index: 9;
}

.wpc-control-list-wrap {
   height: calc(100vh - 213px);
   overflow-y: auto;
   overflow-x: hidden;
}

.wpc-vogue-skin-control.wpc-has-summary .wpc-control-list-wrap {
   height: calc(100vh - 289px);
   background:var(--wpc-vogue-skin-control-wrapper-bg)
}

.wpc-sub-control.wpc-current-opened-group {
   height: calc(100vh - 213px);
   overflow-x: hidden;
   overflow-y: auto;
   background:var(--wpc-vogue-skin-control-wrapper-bg)
}

.wpc-vogue-has-back-btn .wpc-sub-control.wpc-current-opened-group {
   height: calc(100vh - 213px);
}

.wpc-control-lists.wpc-parent-control .wpc-control-header, .wpc-control-lists.wpc-parent-control .wpc-control-list-wrap, .wpc-control-lists.wpc-parent-control .wpc-control-footer {
   display: none;
}

.wpc-control-lists.wpc-parent-control.wpc-show-control-set .wpc-control-list-wrap, .wpc-control-lists.wpc-parent-control.wpc-show-control-set .wpc-control-footer, .wpc-control-lists.wpc-parent-control.active .wpc-control-list-wrap, .wpc-control-lists.wpc-parent-control.active .wpc-control-footer {
   display: block;
}

.wpc-control-lists.wpc-parent-control.wpc-show-control-set .wpc-control-header, .wpc-control-lists.wpc-parent-control.active .wpc-control-header {
   display: flex;
}

.wpc-control-lists-inner {
   display: flex;
   flex-wrap: wrap;
   margin-right: -1px;
}

.wpc-control-lists-inner li {
   width: 50%;
   padding: 30px;
   min-height: 140px;
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-items: center;
   text-align: center;
   border-right: 1px solid var(--wpc-vogue-skin-control-border-color);
   border-bottom: 1px solid var(--wpc-vogue-skin-control-border-color);
   cursor: pointer;
   transition: all ease-in-out 0.5s;
   background:var(--wpc-vogue-skin-control-wrapper-bg);
   position: relative;
}

/* .wpc-control-lists-inner li:nth-child(2n) {
   border-right: none;
} */

.wpc-control-lists-inner li:hover, .wpc-control-lists-inner li.current {
   background:var(--wpc-vogue-skin-active-control-bg);
}

.wpc-control-lists-inner li .wpc-layer-img,
.wpc-control-lists-inner li .wpc-imgwrap {
   display: flex;
   justify-content: center;
}

.wpc-hover-price {
   display: block;
   font-size: 12px;
   margin-top: 3px;
}

.wpc-hover-price .wpc-plus {
   display: none;
}

.wpc-control-lists-inner li img, .wpc-control-lists-inner li .wpc-control-item-color {
   margin-bottom: 10px;
}

.wpc-control-lists-inner .wpc-layer-title {
   margin: 0;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 1px;
   font-weight: 600;
   color: var(--wpc-vogue-skin-group-title-color);
}

.wpc-control-lists-inner .wpc-layer-description {
   color: var(--wpc-vogue-skin-group-description-color);
}

.wpc-control-lists-inner .wpc-layer-description,
.wpc-control-lists-inner .wpc-control-item-info,
.wpc-control-lists-inner .wpc-icon-label {
   margin: 0px;
   font-size: 14px;
}

.wpc-control-lists-inner .wpc-icon-label,
.wpc-control-lists-inner .wpc-control-item-info {
   color: var(--wpc-vogue-skin-control-item-color);
}

.wpc-control-lists-inner .wpc-hover-price {
   color: var(--wpc-vogue-skin-control-item-price-color);
}

.wpc-control-lists-inner li .wpc-imgwrap + .wpc-control-item-info {
   margin-top: 10px;
}

.wpc-control-item-color {
   width: var(--wpc-vogue-skin-icon-width);
   height: var(--wpc-vogue-skin-icon-height);
}

.wpc-control-lists-inner li.wpc-icon-round img,
.wpc-control-lists-inner li.wpc-icon-round .wpc-control-item-color {
   border-radius: 50px;
}

.wpc-control-lists-inner li.wpc-icon-semi-round img,
.wpc-control-lists-inner li.wpc-icon-semi-round .wpc-control-item-color {
   border-radius: 5px;
}

.wpc-control-footer {
   width: 100%;
   display: inline-block;
   padding: 28px;
   border-top: 1px solid var(--wpc-vogue-skin-control-border-color);
   background: var(--wpc-vogue-skin-control-footer-bg);
}

.wpc-control-footer button {
   display: block;
   width: 100%;
   height: 50px;
   border: none;
   margin-bottom: 20px;
}

.wpc-control-footer button:last-child {
   margin-bottom: 0px;
}

.wpc-control-header {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding: 0px 20px;
   height: 100px;
   border-bottom: 1px solid var(--wpc-vogue-skin-control-border-color);
   background: var(--wpc-vogue-skin-control-header-bg);
}

.wpc-control-header .title {
   margin: 0;
   font-size: 15px;
   font-weight: 600;
   letter-spacing: 1px;
   margin-bottom: 3px;
   color: var(--wpc-vogue-skin-control-header-title-color);
}


.wpc-control-header p {
   margin: 0;
   font-size: 13px;
   color: var(--wpc-vogue-skin-control-header-description-color);
}

.wpc-sub-controls {
   display: none;
}

.wpc-sub-controls.wpc-has-sub-group-active {
   display: block;
   position: absolute;
   top: 0;
   /* background: #fff; */
   z-index: 1;
   width: 100%;
   height: 100vh;
}  

.wpc-sub-control {
   display: none;
}

.wpc-sub-control.wpc-current-opened-group {
   display: block;
}

.wpc-control-next-previous {
   display: flex;
   justify-content: space-between;
   align-items: center;
   text-align: center;
   height: 100px;
   border-bottom: 1px solid var(--wpc-vogue-skin-control-border-color);
   padding: 0px 25px;
   text-transform: uppercase;
   font-weight: bold;
   letter-spacing: 1px;
   font-size: 14px;
   position: relative;
   overflow: hidden;
   background: var(--wpc-vogue-skin-control-header-bg);
}

.wpc-control-next-previous .wpc-icon {
   cursor: pointer;
   margin-right: 15px;
}

.wpc-control-next-previous .wpc-icon.wpc-arrow-right {
   margin-right: 15px;
   margin-right: 0;
}

.wpc-control-previous, .wpc-control-next {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   font-size: 10px;
   letter-spacing: .5px;
   width: 20%;
   cursor: pointer;
   user-select: none;
   color: var(--wpc-vogue-skin-next-previous-text-color);
}

.wpc-control-previous .wpc-icon, .wpc-control-next .wpc-icon {
   font-size: 17px;
   margin: 0;
   margin-bottom: 5px;
   color: var(--wpc-vogue-skin-next-previous-color);
}

.wpc-control-next {
   flex-direction: column-reverse;
}

.wpc-control-previous span:nth-child(2), .wpc-control-next span:nth-child(1) {
   word-break: break-word;
  
}

.wpc-group-navigation-indexes {
   display: flex;
   flex-wrap: nowrap;
   font-size: 10px;
   color: #666;
   margin-top: 3px;
}

.wpc-current-group-navigation {
   display: flex;
   flex-direction: column;
   align-items: center;
}

.wpc-total-groups-count:before {
   content: '';
   border-left: 1px solid #666;
   display: block;
   transform: rotate(20deg);
   padding-left: 5px;
   margin-left: 4px;
   height: 12px;
   margin-top: 1px;
}

.wpc-total-groups-count {
   display: flex;
   flex-wrap: nowrap;
}

.wpc-control-item-breadcrumbs span {
   display: none;
}

.wpc-control-item-breadcrumbs span:last-child {
   display: block;
}

.vogue-skin .wpc-form.wpc-cart-form {
   margin: 0px;
}

.vogue-skin .wpc-form.wpc-cart-form.cart .quantity,
.vogue-skin .wpc-cart-form-wrapper [data-open-flyin-id='summary'],
.vogue-skin .wpc-form.wpc-cart-form.cart {
   display: none;
}

.vogue-skin.wpc-has-summary .wpc-cart-form-wrapper [data-open-flyin-id='summary'] {
   display: block;
   margin-bottom: 20px;
}

.wpc-control-footer .wpc-primary-btn,.wpc-control-footer .wpc-secondary-btn,.wpc-control-close > span {
   font-weight: 600;
   width: 100%;
   text-align: center;
   padding: 16px 10px;
   height: 56px;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 0.7px;
   border: 2px solid var(--wpc-primary-btn-border-color);
   background: var(--wpc-primary-btn-bg);
   border-radius: 0;
   display: inline-block;
   margin: 0px;
   color:var(--wpc-primary-btn-color)
}

.wpc-control-close .wpc-control-close-text {
   display: block;
}

.wpc-control-close > span {
   display: flex;
   align-items: center;
   justify-content: center;
}

.wpc-control-close .wpc-close:before {
   vertical-align: -1px;
   display: inline-block;
   margin-right: 7px;
   font-size: 11px;
}

.wpc-control-footer .wpc-vogue-buttons  {
   margin-top: 20px;
}

.wpc-control-footer .wpc-vogue-buttons .wpc-secondary-btn,.wpc-control-close > span {
   background: var(--wpc-secondary-btn-bg);
   color: var(--wpc-secondary-btn-color);
   cursor: pointer;
   line-height: 0;
}

.wpc-control-footer .wpc-icon:before {
   vertical-align: -2px;
   display: inline-block;
   margin-right: 7px;
}

.wpc-control-footer .wpc-icon {
   display: inline-block;
   font-size: 15px;
}

.wpc-control-footer .wpc-icon.wpc-control-back-icon {
   font-size: 13px;
}

 
/* 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 {
   z-index: 11;
}

.wpc-flyin-inspiration-parent-wrap
   .wpc-inspiration-lists
   .wpc-inspiration-list
   img {
   max-width: 100%;
}

@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%);
   }
}

.wpc-control-item.wpc-layer-type-text {
   margin-bottom: 0;
   position: static;
}

.wpc-text-layer-input-group {
   z-index: 999;
   height: 100%;
   width: 100%;
}

.wpc-upload-layer-input-wrap img {
   height: var( --wpc-icon-height);
   width: var(--wpc-icon-width);
   margin-bottom: 15px;
}

.wpc-upload-layer-input-wrap {
   margin: 0;
   flex-direction: column;
}

.wpc-popup-full .wpc-popup-inner {
   position: relative;
}

.wpc-popup-wrap {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.wpc-popup-wrap.wpc-popup-floating {
   left: 70px;
   top: 40px;
}

.wpc-control-footer .wpc-flyin-wrap.wpc-flyin-right.wpc-flyin-small {
   width: 400px;
}

.wpc-control-footer .wpc-config-element .wpc-close-btn {
   position: absolute;
   top: 48px;
   right: 20px;
}

.wpc-control-footer .wpc-summary-content-wrap {
   position: static;
   padding: 0px;
   height: auto;
}

.wpc-control-footer .wpc-summary-content-wrap .wpc-summary-lists-wrap {
   padding: 0px;
   margin-bottom: 0;
}

.wpc-control-footer .wpc-summary-content-wrap .wpc-summary-lists-wrap,
.wpc-control-footer .wpc-flyin-inner .wpc-form {
   padding-right: 30px;
}

.wpc-control-footer  .wpc-flyin-inner {
   padding: 80px 0px 50px 30px;
   height: 100vh;
   overflow-y: auto;
}

.wpc-control-footer .wpc-contact-form-parent-wrap .wpc-summary-content-wrap .wpc-summary-content-inner {
   padding-top: 0px;
}

.wpc-summary-list ul li, .wpc-summary-total-wrap .wpc-summary-total {
   padding: 20px 0;
}

.wpc-summary-list ul li .wpc-summary-list-title, .wpc-summary-list-child-wrap {
   letter-spacing: .5px;
}

.wpc-summary-list ul li {
   font-size: 14px;
}

.wpc-summary-list li ul li {
   padding: 10px 10px 0;
   font-size: 14px;
   text-transform: initial;
}

.wpc-summary-list>ul {
   padding-bottom: 20px;
}

.wpc-layer-title-desc-wrap{
   margin-left: 0px;
}

.wpc-control-item .wpc-layer-title-desc-wrap .wpc-layer-title-desc-icon .wpc-icon {
   font-size: 14px;
   color: var(--wpc-vogue-skin-description-tooltip-icon-color); 
}

.wpc-control-item .wpc-layer-title-desc-wrap .wpc-layer-description {
   background: var(--wpc-vogue-skin-description-tooltip-bg);
   color: var(--wpc-vogue-skin-description-tooltip-color);
   box-shadow: 0px 0px 8px var(--wpc-vogue-skin-description-tooltip-box-shadow); 
}

@media screen and (min-width: 1025px) {
   body.wpc-vogue-skin-single-configurator {
      overflow: hidden;
   }
}

@media screen and (max-width: 1024px) {
   .wpc-preview-parent-wrap {
       width: 100%;
   }

   .wpc-vogue-skin-single-configurator .wpc-preview-parent-wrap {
      padding-top: 20px !important;
   }
   
   .wpc-controls-parent-wrap {
       width: 100%;
       bottom: 0;
       top: auto;
       height: auto;
       position: relative;
   }

   .wpc-control-footer .wpc-flyin-wrap.wpc-flyin-right.wpc-flyin-small {      
      width: 400px;
   }
   
   .wpc-control-lists-inner {
      display: flex;
      flex-wrap: nowrap;
      margin-right: 0;
   }
   
   .wpc-control-lists-inner .wpc-control-item {
      min-width: 200px;
      max-width: 240px;
      width: auto;
      border-bottom: none;
   }

   .wpc-control-lists-inner .wpc-control-item.wpc-layer-type-text {
      min-width: 300px;
      max-width: 100%;
   }

   .wpc-control-lists-inner li:nth-child(2n) {
      border-right: 1px solid var(--wpc-vogue-skin-control-border-color);
   }
   
   .wpc-control-list-wrap {
      height: auto;
      width: 100%;
      overflow: hidden;
      overflow-x: auto;
   }

   .wpc-vogue-skin-control.wpc-has-summary .wpc-control-list-wrap, .admin-bar .wpc-vogue-skin-control.wpc-has-summary .wpc-control-list-wrap {
      height: auto;
   }

   .wpc-configurator {
      position: relative;
   }

   .wpc-show-details {
      position: relative;
      bottom: 0;
   }
   
   header.wpc-header-parent-wrap {
      width: 100%;
   }
   
   .wpc-control-footer {
      position: relative;
   }
   
   .wpc-sub-control.wpc-current-opened-group, .wpc-vogue-has-back-btn .wpc-sub-control.wpc-current-opened-group {
      height: auto;
      overflow-x: auto;
      overflow-y: hidden;
   }

   .wpc-control-lists.wpc-parent-control {
      position: relative;
      bottom: 0;
      width: 100%;
      background: #fff;
   }
   
   .wpc-control-lists.wpc-parent-control.wpc-show-control-set, .wpc-control-lists.wpc-parent-control.active {
      z-index: 1;
   }

   .wpc-control-next-previous {
      height: 60px;
   }

   .wpc-control-previous, .wpc-control-next {
      flex-direction: inherit;
      align-items: center;
      justify-content: flex-start;
   }
   
   .wpc-control-previous .wpc-icon, .wpc-control-next .wpc-icon {
      margin-bottom: 0;
      margin-right: 10px;
   }
   
   .wpc-control-next {
      justify-content: flex-end;
   }
   
   .wpc-control-next .wpc-icon {
      margin-left: 10px;
      margin-right: 0;
   }
   
   .wpc-sub-controls.wpc-has-sub-group-active {
       height: auto;
       position: relative;
       bottom: 0;
       top: auto;
   }  

   .admin-bar .wpc-controls-parent-wrap {
      top: 32px;
      height: auto;
   }

   .admin-bar .wpc-control-list-wrap {
      height: auto;
   }

   .admin-bar .wpc-sub-controls.wpc-has-sub-group-active {
      height: auto;
   }

   .admin-bar .wpc-sub-control.wpc-current-opened-group, .admin-bar .wpc-vogue-has-back-btn .wpc-sub-control.wpc-current-opened-group {
      height: auto;
   }

   .wpc-vogue-skin-control.wpc-has-summary .wpc-control-lists.wpc-parent-control.wpc-show-control-set .wpc-control-footer, .wpc-control-lists.wpc-parent-control.active .wpc-control-footer, .wpc-vogue-has-back-btn.wpc-sub-controls .wpc-control-footer {
      display: flex;
      justify-content: space-between;
   }
   
   .wpc-vogue-skin-control.wpc-has-summary .wpc-control-lists.wpc-parent-control.wpc-show-control-set .wpc-control-footer > div, .wpc-control-lists.wpc-parent-control.active .wpc-control-footer > div, .wpc-vogue-has-back-btn.wpc-sub-controls .wpc-control-footer > div {
      width: 48%;
   }
   
   .wpc-control-footer .wpc-vogue-buttons, .wpc-vogue-skin-control.wpc-has-summary .wpc-control-lists.wpc-parent-control.wpc-show-control-set .wpc-control-footer .wpc-vogue-buttons .wpc-secondary-btn, .wpc-control-lists.wpc-parent-control.active .wpc-control-footer .wpc-vogue-buttons .wpc-secondary-btn, .wpc-vogue-has-back-btn.wpc-sub-controls .wpc-control-footer .wpc-control-close {
      margin: 0;
   }

   .wpc-mobile-nav.wpc-config-element .wpc-close-btn {
      background: none;
      width: auto;
      height: auto;
      line-height: inherit;
  }

}

@media screen and (max-width: 600px) {

   .wpc-summary-content-inner {
      padding: 0;
   }

}


@media screen and (max-width: 480px) {
  
   .wpc-current-group-navigation {
      position: absolute;
      left: 0;
      right: 0;
   }

   .wpc-control-previous, .wpc-control-next {
      width: 25%;
      position: absolute;
      left: 1rem;
      z-index: 1;
   }

   .wpc-control-next {
      left: auto;
      right: 1rem;
   }

   .wpc-vogue-skin-control.wpc-has-summary .wpc-control-lists.wpc-parent-control.wpc-show-control-set .wpc-control-footer, .wpc-control-lists.wpc-parent-control.active .wpc-control-footer, .wpc-vogue-has-back-btn.wpc-sub-controls .wpc-control-footer {
      display: block;
   }

   .wpc-vogue-skin-control.wpc-has-summary .wpc-control-lists.wpc-parent-control.wpc-show-control-set .wpc-control-footer > div, .wpc-control-lists.wpc-parent-control.active .wpc-control-footer > div, .wpc-vogue-has-back-btn.wpc-sub-controls .wpc-control-footer > div {
      width: 100%;
      margin-bottom: 20px;
   }

   .wpc-vogue-skin-control.wpc-has-summary .wpc-control-lists.wpc-parent-control.wpc-show-control-set .wpc-control-footer > div:last-child, .wpc-control-lists.wpc-parent-control.active .wpc-control-footer > div:last-child, .wpc-vogue-has-back-btn.wpc-sub-controls .wpc-control-footer .wpc-control-close {
      margin-bottom: 0px;
   }

}

@media screen and (max-width: 440px) {

   .wpc-control-footer .wpc-flyin-wrap.wpc-flyin-right.wpc-flyin-small {      
      width: 80%;
      right: -80%;
   }

   .wpc-control-footer .wpc-flyin-wrap.wpc-flyin-right.wpc-flyin-small.active {
      right: 0;
   }

}

.wpc-meta-pixel + .wpc-primary-btn {
   display: none;
}

.wpc-control-lists-inner li.wpc-control-type-label .wpc-icon-label-inner {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.wpc-control-lists-inner li.wpc-control-type-label {
   width: 100%;
}

.wpc-control-lists-inner li.wpc-control-type-label .wpc-control-item-label {
   width: 100%;
}

.wpc-control-lists-inner li.wpc-control-type-label .wpc-icon-label {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex: 1;
}

.wpc-control-lists-inner li.wpc-control-type-label .wpc-hover-price {
   margin-top: 0;
}

.wpc-control-lists-inner li.wpc-control-type-label .wpc-control-item-icon-wrap {
   margin-right: 20px;
   display: flex;
   align-items: center;
}

.wpc-control-lists-inner li.wpc-control-type-label img, .wpc-control-lists-inner li.wpc-control-type-label .wpc-control-item-color {
   margin-bottom: 10px;
}

.wpc-control-lists-inner li.wpc-layer-type-range {
   width: 100%;
}
