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