/*
Try On
*/
/*Page Template*/
#content.vto-page > article.page {
  display: none;
}

/*End page templage*/
/*VTO Blocks*/
#iv-vto-modal > .modal-dialog {
  max-width: 100%;
}
#iv-vto-modal .modal-content {
  background-color: transparent !important;
  border: 0 !important;
}

.iv-flex-wrap {
  flex-wrap: wrap;
}

#overlay-vto {
  width: 600px;
  margin: 0 auto;
  height: 600px;
}

#overlay-vto:empty {
  height: 0;
  width: 0;
}

.txt-blue, .txt-blue * {
  color: #151b4e;
}

.iv-ol-modal {
  min-width: 600px;
  margin: 0 auto;
  position: relative;
}
.iv-ol-modal .close-modal-vto {
  position: absolute;
  top: -9px;
  z-index: 2;
  right: -9px;
  background-color: #151b4e;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  border-color: #151b4e;
}

.vto-products {
  padding-left: 2em;
  padding-right: 2em;
}

#iv-product-details {
  display: flex;
  flex: 0 0 100%;
  order: 4;
}

.description.woocommerce-product-details__short-description {
  display: none;
  opacity: 0;
  visibility: hidden;
}
 
.description.woocommerce-product-details__short-description.iv-moved {
  display: block !important;
  opacity: 1;
  visibility: visible;
  margin-top: 1em;
}

.iv-vto-wrapper {
  display: flex;
  flex: 0 0 100%;
  order: 3;
  /* This is your container for the Ditto.Scan iframe */
  /* This is your container for the Ditto.Overlay iframe */
  /* Rules for mobile devices except tablets. */
  /* Rules for iPhone-like devices in landscape mode. */
}
.iv-vto-wrapper #scan {
  height: 600px;
}
.iv-vto-wrapper #overlay-vto {
  /* Size of the viewer can be changed. */
  overflow: hidden;
  width: 100%;
  height: 480px;
  display: none;
}
.iv-vto-wrapper #overlay-vto:empty {
  height: 0;
  width: 0;
}
@media only screen and (max-width: 600px) {
  .iv-vto-wrapper {
    /* Make the Try On take the full screen on mobile. */
  }
  .iv-vto-wrapper #scan {
    width: 100%;
    height: auto;
  }
}
@media only screen and (orientation: landscape) and (max-width: 600px) {
  .iv-vto-wrapper #scan {
    height: 280px;
  }
  .iv-vto-wrapper #scan iframe {
    margin-top: -7%;
    height: 480px;
  }
}

#overlay-vto-gallery, #scan-gallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#overlay-vto-gallery {
  z-index: 99;
  min-height: 500px;
}

.overlay-vto-gallery-show, .overlay-vto-gallery {
  width: 770px !important;
  right: 0px;
  left: -16px !important;
  margin: 0px -6rem;
}
@media screen and (max-width: 1200px) {
  .overlay-vto-gallery-show, .overlay-vto-gallery {
    width: 430px !important;
    height: 428px !important;
    right: 0px;
    left: 0px !important;
    margin: 0px auto;
    min-height: auto !important;
  }
}
@media screen and (max-width: 992px) {
  .overlay-vto-gallery-show, .overlay-vto-gallery {
    width: 100% !important;
    height: 100% !important;
    right: 0px;
    left: 0px !important;
    margin: 0px auto;
    background-color: #f3f3f3;
  }
}

#scan-gallery {
  z-index: 100;
}

.shop-loop-before .woocommerce-ordering, .shop-loop-before .woocommerce-pagination, .shop-loop-before .gridlist-toggle {
  margin-bottom: 1.3em;
}
.shop-loop-before .woocommerce-ordering {
  margin-right: 1em !important;
}
.shop-loop-before .vto-ctas-wrap {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 992px) {
  .shop-loop-before .vto-ctas-wrap {
    flex: 0 0 100%;
    order: 7;
  }
}
@media only screen and (max-width: 992px) {
  .shop-loop-before {
    padding: 0px !important;
  }
  .shop-loop-before > a.porto-product-filters-toggle, .shop-loop-before form, .shop-loop-before .gridlist-toggle {
    margin: 10px 0 0 10px;
  }
  .shop-loop-before > nav {
    margin: 10px 0 0 -9px;
  }
}
@media only screen and (max-width: 1200px) {
  .shop-loop-before {
    justify-content: initial !important;
    align-items: initial !important;
  }
}

.related.products .vto-ctas-wrap {
  opacity: 1;
  visibility: visible;
}

.force-hide {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
  position: fixed;
  left: -999999px;
}

.hide-block {
  display: none;
}

.show-block {
  display: block;
}

/*Nav */
#header .main-menu {
  display: flex;
  align-items: center;
}
#header .main-menu > li.menu-item.vto-navi > a {
  border-radius: 50px;
  border: 1px solid #151b4e;
  margin: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
#header .main-menu > li.menu-item.vto-navi > a:after {
  content: "";
  background-image: url("../img/vto_btn_img_fin.png");
  width: 44px;
  height: 42px;
  position: absolute;
  top: -8px;
  right: -10px;
  z-index: 99;
  background-size: cover;
  background-repeat: no-repeat;
}
#header .main-menu > li.menu-item.vto-navi > a.vto-redo {
  background-color: #151b4e !important;
  color: white !important;
}
#header .main-menu > li.menu-item.vto-navi.active > a {
  background-color: #151b4e !important;
}
#header .main-menu > li.menu-item.vto-navi.active > a:hover {
  color: white !important;
}

/*---*/
.btn.iv-btn-reco {
  border-radius: 40px !important;
}

#iv-cat-mysize-trigger > i {
  position: relative;
  top: 4px;
  line-height: 1px;
}

.vto-ctas-wrap {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex: 0 0 65%;
}
.vto-ctas-wrap .vto-btn-pop {
  flex: 0 0 100%;
  margin-bottom: 1em;
}
.vto-ctas-wrap .vto-cat-reco {
  margin-left: 0 !important;
}
.vto-ctas-wrap .vto-frame-view, .vto-ctas-wrap .vto-btn-pop, .vto-ctas-wrap .vto-cat-reco {
  display: none;
}
.vto-ctas-wrap .vto-frame-view.vto-block-active, .vto-ctas-wrap .vto-btn-pop.vto-block-active, .vto-ctas-wrap .vto-cat-reco.vto-block-active {
  display: inline-block;
}
.vto-ctas-wrap .vto-frame-view ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.vto-ctas-wrap .vto-frame-view ul li {
  line-height: 20px !important;
}
.vto-ctas-wrap .vto-frame-view ul li.toggle-fv, .vto-ctas-wrap .vto-frame-view ul li.toggle-vto {
  min-width: 86px;
  transition: all ease 0.3s;
}
.vto-ctas-wrap .vto-frame-view ul li.tog-active {
  font-weight: 700;
}
.vto-ctas-wrap .vto-frame-view ul li.frame-toggle {
  margin-left: 1em;
  margin-right: 1em;
}

.clicker-180 {
  position: relative;
}
.clicker-180:after {
  content: "";
  background-image: url("../img/pop-out-vto.svg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 7px;
  position: relative;
  bottom: -3px;
}

.iv-vto-mysize-wrapper .iv-spacer {
  width: 20%;
  flex: 0 0 20%;
}
.iv-vto-mysize-wrapper .iv-vto-mysize {
  width: 80%;
  flex: 0 0 80%;
}

.vto-has-frame-size, .iv-vto-mysize {
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
  height: 0;
  text-align: right;
  font-weight: 700;
}
.vto-has-frame-size.show-size, .iv-vto-mysize.show-size {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-bottom: 1em;
}
.vto-has-frame-size > div.iv-tt, .iv-vto-mysize > div.iv-tt {
  display: inline-block;
  background-color: #151b4e;
  border-radius: 16px;
  color: white;
  padding: 0px 3px 0px 8px;
  line-height: 24px;
}
.vto-has-frame-size > div.iv-tt small, .iv-vto-mysize > div.iv-tt small {
  margin-right: 3px;
  font-weight: 700;
  font-size: 10px !important;
}
.vto-has-frame-size > div.iv-tt i, .iv-vto-mysize > div.iv-tt i {
  color: white;
  position: relative;
  font-size: 17px;
  top: 2px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #191919 !important;
  text-align: center;
  background-color: #e1e1e1 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  font-size: 12px !important;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #e1e1e1 !important;
}

.frame-toggle {
  /*
      label[for="vto-toggle-prod"]{

          >span{

              position: relative;
              font-size: 11px;
              line-height: 26px;

              left: 0;
              text-transform: uppercase;
              font-weight: 700;
              display: block;
              width: 100%;
              text-align: center;
          }



      }
      input.cmn-toggle-round-flat {

          + label[for="vto-toggle-prod"]{
              width: 130px !important;
              height: 30px !important;
              margin-right: 1em;
              &:after{

                  width: 21px !important;
                  top:5px !important;
                  left:5px !important;
              }
          }
          &:checked{
              + label[for="vto-toggle-prod"] {
                  &:after{
                      margin-left: 100px !important;
                  }
                   >span{
                       color:white !important;
                   }   

              }
          }

      }

  */
}
.frame-toggle.vto-toggle-view .switch.vto-view-switch {
  display: flex;
  align-items: center;
}
.frame-toggle.vto-toggle-view .switch.vto-view-switch > span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}
.frame-toggle.vto-toggle-view .switch.vto-view-switch input.cmn-toggle-round-flat + label {
  width: 50px !important;
}
.frame-toggle.vto-toggle-view .switch.vto-view-switch input.cmn-toggle-round-flat + label:after {
  top: 4px;
}
.frame-toggle.vto-toggle-view .switch.vto-view-switch input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 30px;
}
.frame-toggle .switch.vto-reco-switch {
  display: flex;
  align-items: center;
}
.frame-toggle .switch.vto-reco-switch > span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}
.frame-toggle .switch.vto-reco-switch input.cmn-toggle-round-flat + label {
  width: 50px !important;
}
.frame-toggle .switch.vto-reco-switch input.cmn-toggle-round-flat + label:after {
  top: 4px;
}
.frame-toggle .switch.vto-reco-switch input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 30px;
}
.frame-toggle.vto-product-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1em;
}
.frame-toggle.vto-product-list .vto-txt-180 {
  margin-right: 1em;
}
.frame-toggle.vto-product-list .switch > label {
  margin-bottom: 0 !important;
}
.frame-toggle.vto-product-list .switch input.cmn-toggle-round-flat + label {
  height: 19px !important;
  width: 43px;
}
.frame-toggle.vto-product-list .switch input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 24px;
}
.frame-toggle.ivto-prod-page {
  min-width: 145px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.frame-toggle.ivto-prod-page .switch > label {
  margin-bottom: 0 !important;
}
.frame-toggle.ivto-prod-page .vto-fv-label {
  font-size: 12px;
  margin-right: 1em;
  font-weight: 700;
}
.frame-toggle.ivto-prod-page input.cmn-toggle-round-flat + label {
  width: 45px !important;
}
.frame-toggle.ivto-prod-page input.cmn-toggle-round-flat + label:after {
  width: 13px;
}
.frame-toggle.ivto-prod-page input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 24px;
}
.frame-toggle .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.frame-toggle .cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.frame-toggle input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 57px;
  height: 20px;
  background-color: #ddd;
  border-radius: 60px;
  transition: background 0.4s;
}
.frame-toggle input.cmn-toggle-round-flat + label:before,
.frame-toggle input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
.frame-toggle input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #ddd;
  border-radius: 60px;
  transition: background 0.4s;
}
.frame-toggle input.cmn-toggle-round-flat + label:after {
  top: 3px;
  left: 4px;
  bottom: 4px;
  width: 12px;
  background-color: #ffffff;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}
.frame-toggle input.cmn-toggle-round-flat:checked + label {
  background-color: #151c4e;
}
.frame-toggle input.cmn-toggle-round-flat:checked + label:before {
  background-color: #151b4e;
}
.frame-toggle input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 36px;
  background-color: #fff;
}

.vto-trigger.ivto-prod-page {
  font-size: 11px;
  padding: 6px 16px;
  border-radius: 20px;
}

.btn.vto-select-gender {
  border-radius: 20px !important;
  padding: 6px 15px;
  text-transform: uppercase;
  color: #151b4e !important;
}
.btn.vto-select-gender:hover {
  color: white !important;
}

#fashion-model-select {
  transition: all ease 0.3s;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  background-color: #151b4e;
  flex: 0 0 100%;
  order: 7;
}
#fashion-model-select.fm-show {
  height: 150px;
  visibility: visible;
}
@media screen and (max-width: 425px) {
  #fashion-model-select.fm-show {
    height: 120px;
  }
}
#fashion-model-select > div.row {
  max-width: 70%;
  margin: 0 auto;
}
#fashion-model-select > div.row .fm-round-img .fm-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #e1e1e1;
  background-size: cover;
  background-position: center;
  margin: 1em auto;
  cursor: pointer;
}
#fashion-model-select > div.row .fm-round-img .fm-img.fm-active {
  border-color: #3aae88 !important;
}
@media screen and (max-width: 425px) {
  #fashion-model-select > div.row .fm-round-img .fm-img {
    width: 70px;
    height: 70px;
  }
}
#fashion-model-select .fm-male_01 {
  background-image: url("./models/iv-fm-male-01.jpeg");
}
#fashion-model-select .fm-male_02 {
  background-image: url("./models/iv-fm-male-02.jpeg");
}
#fashion-model-select .fm-fem_01 {
  background-image: url("./models/iv-fm-female-01.jpeg");
}
#fashion-model-select .fm-fem_02 {
  background-image: url("./models/iv-fm-female-02.jpeg");
}
@media only screen and (max-width: 992px) {
  #fashion-model-select {
    order: 8;
  }
}
@media only screen and (max-width: 600px) {
  #fashion-model-select > div.row {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 580px) {
  #fashion-model-select {
    order: 5;
  }
}

.vto-frontal-image {
  position: absolute;
  z-index: 1;
  max-height: 280px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 280px;
  transition: all ease 0.3s;
}
.vto-frontal-image img[src=""] {
  display: none;
}
.vto-frontal-image .img-loaded {
  opacity: 0 !important;
}
.vto-frontal-image.show-front .img-loaded {
  opacity: 1 !important;
}

.li-has-vto.view-vto .vto-frontal-image {
  opacity: 1 !important;
  visibility: visible !important;
}
.li-has-vto.view-vto:hover .links-on-image .add_to_cart_button {
  opacity: 0 !important;
  visibility: hidden !important;
}

/*VTO LP*/
.vto-lp-faces .vc_single_image-wrapper {
  position: relative;
  display: block;
}
.vto-lp-faces .vc_single_image-wrapper img {
  max-width: unset;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .vto-lp-faces .vc_single_image-wrapper img {
    width: 550px;
    left: -225px;
  }
}
.vto-lp-faces .vc_column_container {
  position: relative;
}
.vto-lp-faces .vc_column_container:first-child, .vto-lp-faces .vc_column_container:last-child {
  z-index: 1;
}
.vto-lp-faces .vc_column_container:nth-child(2) {
  z-index: 2;
}

.vto-fixed-lp-image .wpb_single_image {
  margin-bottom: 0 !important;
}

#iv-cat-vto-trigger, .vto-trigger.ivto-prod-page {
  /*
  &a{
      &.btn{
          font-size: 20px;
          background-color: $ivblue;
          border-color: $ivblue !important;
          font-weight: 500 !important;
          padding-left: 25px;
          padding-right: 25px;
          @include transition();
          &:hover{
              background-color: transparent !important;
              color:$ivblue;
          }
      }
  }
  */
  width: 165px;
  border-radius: 40px;
  position: relative;
  padding-right: 50px;
}
#iv-cat-vto-trigger:after, .vto-trigger.ivto-prod-page:after {
  content: "";
  position: absolute;
  right: -4px;
  top: -20px;
  width: 50px;
  height: 56px;
  background-image: url("../img/vto_btn_img_fin.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

#iv-share-vto {
  border-radius: 40px;
  position: relative;
  border-color: #151b4e !important;
  color: #151b4e !important;
}
#iv-share-vto:hover, #iv-share-vto:focus, #iv-share-vto:active {
  background-color: #151b4e !important;
  color: white !important;
}

.vto-block-active > .btn.vto-redo {
  background-color: #151b4e !important;
  color: white !important;
}

.btn:active, .btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.vto-trigger.ivto-prod-page {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.vto-trigger.ivto-prod-page:active, .vto-trigger.ivto-prod-page:focus {
  outline: none !important;
  box-shadow: unset !important;
}
.vto-trigger.ivto-prod-page:after {
  background-image: url("../img/vto_btn_img_fin_gray.png") !important;
  right: -1px !important;
  top: -19px !important;
}

#iv-cat-vto-trigger {
  cursor: pointer;
}
#iv-cat-vto-trigger.btn-lp-vto {
  padding: 0;
  margin: 0 auto;
}
#iv-cat-vto-trigger.btn-lp-vto:after {
  content: unset !important;
}
#iv-cat-vto-trigger.btn-lp-vto > a {
  display: block;
  width: 100%;
  background-color: #151b4e;
  border-color: #151b4e !important;
}

.iv-vto-reco-btns .btn.vto-try-this {
  border-radius: 20px;
  padding: 6px 15px;
  font-size: 11px;
  margin-top: 1em;
  margin-bottom: 1em;
}

#vto-float-trigger {
  position: fixed;
  bottom: -80px;
  right: 10em;
  z-index: 9999;
  transition: all ease 0.3s;
}
#vto-float-trigger.enable-float {
  bottom: 10px;
}
#vto-float-trigger .vto-float-icon {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../img/vto_float_icon_off.png");
  background-size: cover;
  background-position: 50%;
}
#vto-float-trigger .vto-float-icon.vto-active {
  background-image: url("../img/vto_float_icon_on.png");
}

.pos-rel {
  position: relative;
}

.vto-lp-title {
  font-family: "Helvetica";
}
.vto-lp-title i {
  display: block;
  font-style: normal !important;
  margin-bottom: 15px;
}

.vto-lp-bg .vc_single_image-wrapper img {
  opacity: 0;
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
}

.vc_row.vto-lp-bg-row {
  min-height: 64vh;
  background-size: initial !important;
  background-position-x: right !important;
  background-position-y: top !important;
}

/**
vto changes 07/19/232
*/
.vto-cat-selection {
  display: flex;
  gap: 10px;
}
.vto-cat-selection .vto-selection-active img {
  transition: all ease 0.3s;
  opacity: 100% !important;
}
.vto-cat-selection .vto-cat-selection-icon {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 630px) {
  .vto-cat-selection .vto-cat-selection-icon {
    background-size: 35px;
  }
}
.vto-cat-selection #vt-cat-selection-frame, .vto-cat-selection #vt-cat-selection-model, .vto-cat-selection #vt-cat-selection-face, .vto-cat-selection #vt-cat-selection-size {
  height: 80px;
  width: 80px;
  transition: all ease 0.3s;
}
.vto-cat-selection #vt-cat-selection-frame img, .vto-cat-selection #vt-cat-selection-model img, .vto-cat-selection #vt-cat-selection-face img, .vto-cat-selection #vt-cat-selection-size img {
  opacity: 40%;
}
.vto-cat-selection #vt-cat-selection-frame img:hover, .vto-cat-selection #vt-cat-selection-model img:hover, .vto-cat-selection #vt-cat-selection-face img:hover, .vto-cat-selection #vt-cat-selection-size img:hover {
  opacity: 100%;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 630px) {
  .vto-cat-selection #vt-cat-selection-frame, .vto-cat-selection #vt-cat-selection-model, .vto-cat-selection #vt-cat-selection-face, .vto-cat-selection #vt-cat-selection-size {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 430px) {
  .vto-cat-selection #vt-cat-selection-frame, .vto-cat-selection #vt-cat-selection-model, .vto-cat-selection #vt-cat-selection-face, .vto-cat-selection #vt-cat-selection-size {
    width: 70px;
    height: 70px;
  }
}
.vto-cat-selection #vt-cat-selection-frame.single_product,
.vto-cat-selection #vt-cat-selection-model.single_product,
.vto-cat-selection #vt-cat-selection-face.single_product,
.vto-cat-selection #vt-cat-selection-size.single_product {
  height: 80px;
  width: 80px;
}
@media only screen and (max-width: 1460px) {
  .vto-cat-selection #vt-cat-selection-frame.single_product,
  .vto-cat-selection #vt-cat-selection-model.single_product,
  .vto-cat-selection #vt-cat-selection-face.single_product,
  .vto-cat-selection #vt-cat-selection-size.single_product {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .vto-cat-selection #vt-cat-selection-frame.single_product,
  .vto-cat-selection #vt-cat-selection-model.single_product,
  .vto-cat-selection #vt-cat-selection-face.single_product,
  .vto-cat-selection #vt-cat-selection-size.single_product {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .vto-cat-selection #vt-cat-selection-frame.single_product,
  .vto-cat-selection #vt-cat-selection-model.single_product,
  .vto-cat-selection #vt-cat-selection-face.single_product,
  .vto-cat-selection #vt-cat-selection-size.single_product {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 455px) {
  .vto-cat-selection #vt-cat-selection-frame.single_product,
  .vto-cat-selection #vt-cat-selection-model.single_product,
  .vto-cat-selection #vt-cat-selection-face.single_product,
  .vto-cat-selection #vt-cat-selection-size.single_product {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 630px) {
  .vto-cat-selection {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 470px) {
  .vto-cat-selection p:first-child {
    display: none;
  }
}

.vto-lds-ring {
  position: absolute;
  top: 0%;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.vto-lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #151c4e;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #151c4e transparent transparent transparent;
  top: 40%;
  left: 32%;
}

@media only screen and (min-width: 1500px) {
  .vto-lp-bottom {
    height: 200vh;
    padding-top: 10em;
  }
}
@media only screen and (max-width: 1499px) {
  .vto-lp-bottom {
    height: 160vh;
    padding-top: 7em;
  }
}
@media only screen and (max-width: 1380px) {
  #content.vto-page article.page h2.vc_custom_heading {
    font-size: 38px !important;
  }
}
@media only screen and (max-width: 1280px) {
  #content.vto-page article.page h2.vc_custom_heading {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  #content.vto-page article.page h2.vc_custom_heading br {
    display: none;
  }
  #content.vto-page article.page .vc_row.wpb_row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #content.vto-page article.page .vc_empty_space {
    height: 65px !important;
  }
  #content.vto-page article.page h2.vc_custom_heading {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .iv-ol-modal {
    min-width: unset !important;
    width: 100%;
  }
  #overlay-vto, #scan {
    width: 100%;
    height: 88vh;
  }
  #iv-cat-vto-trigger {
    width: 135px;
    padding-left: 12px;
  }
  #iv-cat-vto-trigger:after {
    background-image: url("../img/vto_btn_img_fin_gray.png") !important;
    top: -11px !important;
    width: 40px;
    height: 46px;
  }
  #iv-cat-vto-trigger, #iv-cat-reco-trigger, #iv-cat-mysize-trigger {
    font-size: 12px;
  }
}
@media only screen and (max-width: 580px) {
  .vto-ctas-wrap {
    flex-wrap: wrap;
  }
  .vto-ctas-wrap .vto-btn-pop {
    display: flex !important;
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 1em;
  }
  .vto-ctas-wrap .vto-cat-reco {
    margin-left: 0 !important;
  }
  .vto-ctas-wrap .vto-cat-size {
    margin-left: 1em !important;
  }
  a.porto-product-filters-toggle {
    position: relative;
    top: 0px;
    height: 36px;
  }
  .shop-loop-before {
    padding-left: 2em !important;
    padding-top: 2em !important;
    display: flex !important;
    justify-content: flex-start !important;
  }
  .shop-loop-before .vto-ctas-wrap {
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
    order: 3;
  }
  .shop-loop-before .woocommerce-pagination {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 580px) and (max-width: 991px) {
  .shop-loop-before {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 580px) {
  .products.products-slider div.frame-toggle {
    flex-wrap: wrap;
  }
  .products.products-slider div.frame-toggle .vto-txt-180, .products.products-slider div.frame-toggle .switch {
    display: flex;
    justify-content: center;
    margin-right: 0;
    flex: 0 0 100%;
  }
  .vto-lp-block .vto-txt-block h1 {
    font-size: 24px;
  }
  .vto-lp-block .vto-txt-block h3 {
    font-size: 19px !important;
    margin-bottom: 1.5em !important;
    margin-top: 1em !important;
  }
  .vto-lp-block .vto-txt-block > p.fs-20 {
    font-size: 15px !important;
  }
  .vto-lp-block .vto-txt-block > p.fs-20 br {
    display: none;
  }
  #vto-lp-data .col-lp-vto-olay {
    flex-wrap: wrap;
  }
  #vto-lp-data .col-lp-vto-olay > .lp-vto-olay-wrapper, #vto-lp-data .col-lp-vto-olay .vto-lp-main-text {
    flex: 0 0 100%;
  }
  #vto-lp-data .vto-products {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .vtolp-block h2 {
    font-size: 30px !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }
  .vtolp-block h2 br {
    display: none !important;
  }
  .vtolp-block p, .vtolp-block p span {
    font-size: 16px !important;
  }
  .vtolp-block .wpb_text_column {
    margin-bottom: 15px !important;
  }
  .vto-lp-face-wrap > .vc_column_container {
    flex: 0 0 33.3333333333% !important;
    width: 33.3333333333% !important;
  }
  .vto-lp-face-wrap > .vc_column_container .wpb_wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .vto-lp-face-wrap > .vc_column_container img {
    width: 300px !important;
    position: relative;
    left: -27vw;
  }
  .vto-addscale {
    margin-top: 2em !important;
  }
  .vto-lp-bottom {
    padding-top: 2em;
  }
  .iv-vto-wrapper {
    margin: 0 auto !important;
  }
  .iv-vto-wrapper .iv-vto-pp-btns {
    flex-wrap: wrap;
  }
  .iv-vto-wrapper .iv-vto-pp-btns #iv-share-vto {
    flex: 0 0 100%;
    max-width: 125px;
    margin-top: 1em;
  }
  .iv-vto-wrapper .iv-vto-pp-btns #share-vto-error {
    flex: 0 0 100%;
  }
  .iv-vto-wrapper .iv-vto-pp-btns .vto-trigger.ivto-prod-page {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 320px) {
  #header .logo .retina-logo, #header.sticky-header .logo .sticky-retina-logo {
    width: 128px !important;
  }
  #header .header-row {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}/*# sourceMappingURL=vto.css.map */