﻿.designer-wrapper-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

  .designer-wrapper-page .header {
    width: 99%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
  }

.header-without-border {
  margin-bottom: 0px;
  z-index: 10;
  width: 99%;
  display: none;
}

@media screen and (min-width: 992px){
  .header-without-border {
    display: block;
  }
}

#canvas-design-experience {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: calc( 100vh - 95px);
}

.cotc-designer-footer {
    margin-top: 26px;
}

#print-design-experience {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.print-design-experience-ecp {
  background-color: #f7f7f7;
}

.dsc-select__search input {
    height: 16px;
    border-color: transparent;
    padding: 1px 2px;
}

.dsc-select__search input[type="text"]:focus {
    border-color: transparent;
}

@media screen and (max-width: 991px) {
  .designer-wrapper-page .header-small {
    display: flex !important;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (min-width: 992px) {
  .designer-wrapper-page .header-logo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-small__icons--cart {
    display: none;
  }
}

.mobile-view-categories a {
  color: inherit;
}

a:hover,
a:visited {
  color: inherit;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

.top-menu {
  padding-left: inherit;
  line-height: inherit;
  margin-top: inherit;
  margin-bottom: inherit;
}
.popup-right-align {
  right: 150px !important;
}

/*Designer Footer*/
.ecp-designer-footer > .w-full {
  padding: 22vh 0 !important;
}

@media screen and (min-width: 768px) {
  .ecp-designer-footer > .w-full {
    padding: 19vh 0 !important;
  }
}


