/*/////////////////////////// Base system CSS ///////////////////////////*/

.toggleCollapseTab.tt.hidden-old-theme.is-hidden-tablet.is-hidden-desktop {
    display: none !important;
}

.cutout .editorLeft.pane.leftPaneCtrlContainer.is-open.ui-layout-west.ng-scope.ui-layout-pane.ui-layout-pane-west {
  width: 33.125rem !important;
}

.cutout .imageSliders {
    position: relative;
}

.meuiNonLayout.ng-scope.button_align {
    display: flex;
}

.del_cutout_btn {
    margin-right: 32px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.9em;
  margin-left: -1em;
}

.ui-slider .ui-slider-handle {
  width: 2em;
height: 2em;
}

.cutout .imageSliders .imgControl .meuiSliderValue {
    display: none;
}

.cutout .imageSliders .imgControl {
    position: relative;
    float: left;
    width: 96%;
    margin-left: 6%;
    padding-bottom: 20px;
}

.cutout .imageSliders .imgControl.half {
    width: 44%;
}

.cutout .imageSliders .imgControl .sliderBox {
    position: relative;
    float: left;
    width: calc(100% - 30px);
    min-width: 30px;
    padding: 0px;
    border: none;
    height: 1px;
    margin-top: 10px;
    background: #999;
}

.restrictV .sliderBox.vcontrol, .restrictH .sliderBox.hcontrol {
	opacity: 0.5 !important;
	pointer-events: none !important;
}

.cutout .imageSliders .imgControl .iconBox {
    position: relative;
    float: left;
    width: 30px;
    min-width: 30px;
    padding: 0px;

}

.cutout .ui-slider-horizontal .ui-slider-handle, .cutout .ui-slider-vertical .ui-slider-handle {
    background: #191919 !important;
}

/*/////////////////////////// MegaEdit Sidebar Styling ///////////////////////////*/
.cutout_title{
  font-size: 20px;
  color: #191919;
}
li.headerlink__privatemessages.navbar-list-item {
    display: none;
}

td.order-total-top {
    display: none;
}

.total-info {
    display: none;
}

.order-details-box {
    display: none;
}

td.unitprice {
    display: none;
}

td.qty {
    display: none;
}

td.subtotal {
display: none;
}
.products-box .table.is-bordered th:nth-child(2){
display: none;
}

.products-box .table.is-bordered th:nth-child(3){
display: none;
}

.products-box .table.is-bordered th:last-child {
display: none;
}

table.table.is-bordered.is-striped {
    background-color: #e8e8e8;
}
.order-overview div:nth-child(2) {
    display: none;
}

.products-box {
    background: #e8e8e8;
    margin-bottom: 32px;
}

div#previewArea {
    background: #e8e8e8;
}
.fulldescriptionTitle {
    font-size: 20px;
    padding-bottom: 8px;
}
.cutout_add_img_lbl{
  color: #191919;
  padding-bottom: 8px;
}
.cutout_up_img_btn {

}
.cutout_sel_img_lbl {
   color: #191919;
   padding-bottom: 8px;
   padding-top: 8px;
}
.cutout_sel_img_dd {}
.cutout_add_pp_lbl {
   color: #191919;
   padding-bottom: 8px;
   padding-top: 8px;
}
.cutout_add_per_btn {
  float: left;
}
.cutout_add_pet_btn {
  bottom: 21px;
    margin-left: 30px;
}

.cutout_add_to_cart_lbl {
   color: #191919;
   padding-bottom: 8px;
}
.cutout_add_to_cart_btn {
  background-color: #FFC627;
  color: #191919;
}
.cutout_add_to_cart_btn:hover {
  background-color: #FFC627;
  color: #191919;
}
.cutout_save_btn {
  display: none !important;
}

  .meuiNonLayout.ng-scope {
      margin-left: 1px;
  }

  .undoRedoContainer.ng-scope {
    display: none;
}

  .catfish-button.is-primary.lhTabs_pages__add-page.is-fullwidth {
    display: none;
}

.editorLeft #leftPaneTabs #leftPaneList .lhTab.lhTabs_customTab.lhTabs_customTab span {
        font-size: 0
      }

.editorLeft #leftPaneTabs #leftPaneList .lhTab.lhTabs_customTab span:before {
        content: "Cutouts";
        font-size: 0.833rem;
      }


.viewControlButton.previewButton.catfish-button.has-text-hidden-mobile.btn.btn-primary.pageItemInline {
    display: none;
}

.bottom-bar-actions.bottom-bar-actions-top.ng-scope {
    display: none;
}

button#addToBasketButton {
    display: block !important;
}


body, button, input, select, textarea {
  font-family: Arial, sans-serif;
  color: #191919; }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.one-page-checkout .table-container tr td:nth-child(1) {
  width: 250px;
}
.one-page-checkout .step-title {
text-align: left;
}

#toprow .navbar {
  border-bottom: 1px solid #d0d0d0;
  height: 120px;
}
.cutout .price {
    display: none;
}
.cutout .quantityBox__container.block {
    display: none;
}

.section.is-large {
    padding-top: 5rem;
    padding-bottom: 0rem;
  }

  .product-page-wrapper .bigpicture {
    border: 1px solid #d0d0d0;
    background: #e8e8e8;
    padding-bottom: 80%;

  }

/*///////////////////////////  Homepage Card styling ///////////////////////////*/
  .small-product-item.smaller-product-item-homepage.cutout {
    border: 1px solid #d0d0d0;
    height: 318px;
    width: 386px;
  }

   .small-product-item.smaller-product-item-homepage .product-item .picture {
    background: #e8e8e8;
    width: 384px;
    height: 200px;
  }

  .product-title {
      background: #FFF;
      padding: 32px;
      font-weight: 700 !important;
      line-height: calc(100% + 4px);
      letter-spacing: -1px;
      font-size: 1.4rem;
      color: #000;
      text-align: left !important;
      white-space: normal !important;
        }

  .small-product-item.smaller-product-item-homepage .product-item {
  	transition: 0.5s cubic-bezier(0.19, 1, 0.19, 1);
    flex: 1;
  }

  .small-product-item.smaller-product-item-homepage .product-item:hover {
        cursor: pointer;
        transform: scale(1.05);
        box-shadow: 0px 0px 48px 16px rgba(25, 25, 25, 0.4);
        z-index: 9;
        }

  .editorTop.pane.ui-layout-north.viewControllerContainer.ng-scope.ui-layout-pane.ui-layout-pane-north {
            border-bottom: 1px solid #d0d0d0;
}

.column.is-3-widescreen {
    flex: none;
    width: 35%;
}

/*/////////////////////////// Shopping Cart ///////////////////////////*/
td.cart--quantity {
    display: none !important;
}

td.end.cart--itemtotal {
    display: none !important;
}

td.productpicture.cart--pictures {
    display: none !important;
}


.rawAttributeInfo__item:not(:first-child) .title {
    margin-top: 0;
}
input.basketEditButton.options.catfish-button {
    display: none;
}


@media screen and (min-width: 1472px) {
.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo {
  width: 35rem;
}}

@media screen and (min-width: 1088px){
.one-page-checkout .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo {
width: 20rem;
}
}

table.cart-total {
    display: none;
}
.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row {
  background: #e8e8e8;
      margin-bottom: 24px;
}
.rawAttributeInfo__item .title {
  margin-bottom: 0;
}
.shoppingcart__wrapper .cartform .cartTableWrapper table {
  background-color: #FAFAFA;
}


input#updatecart {
    display: none;
}
input#continueshoppingDummy {
    display: none;
}

.approvalRequiredBasketField {
    margin-bottom: 24px;
}

label.is-hidden.cart-label-header.label {
    font-size: 1.5rem; }

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .product__title {
  font-size: 20px;
}


/*/////////////////////////// Account page ///////////////////////////*/
li.cf_accountlinks_CustomerAddresses {
    display: none;
}


/*/////////////////////////// Shopping cart billing step ///////////////////////////*/

.one-page-checkout .back-link .catfish-button {
    background: black;
    color: white;
}


/*/////////////////////////// Button Styling ///////////////////////////*/
.catfish-button, .button, .btn {
	 border-radius: 96px;
	 display: inline-flex;
	 transition: 0.1s ease-out;
}
 .catfish-button, .button, .btn a {
	 display: inline-flex;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 1em;
	 text-decoration: none;
	 font-weight: bold;
}
 @media (min-width: 768px) {
	 .catfish-button:hover, .button:hover, .btn:hover {
		 transform: scale(1.05);
	}
	 .catfish-button:active, .button:active, .btn:active {
		 transform: scale(1);
	}
}
 @media (max-width: 767px) {
	 .catfish-button:active, .button:active, .btn:active {
		 transform: scale(0.95);
	}
}
 .button.default a {
	 padding: 16px 32px;
}
 .button.small a {
	 padding: 8px 16px;
}
 .button.xSmall a {
	 padding: 8px 16px;
	 font-size: 12px;
}

  button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope {
      background-color: #FFC627;
      color: #000;
  }

a.btn.btn-default.btn-me.backButton.catfish-button.has-text-hidden-mobile {
  background-color: #FFC627;
  color: #000;
  display: inline-flex;
}

a.catfish-button.has-text-hidden-mobile.btn.btn-default.btn-me.viewControlButton {
    display: inline-flex;
}

a.catfish-button.btn.btn-default.btn-me.viewControlButton {
    display: inline-flex;
}

span.catfish-button.btn.btn-primary.fileinput-button {
display: inline-flex;
}


/*/////////////////////////// Renames Featured Products on homepage to new text ///////////////////////////*/
.bestsellers.catfish-container {
    padding-top: 48px;
  }
.homeFeaturedProductsWrapper #homeFeaturedProductsTitleRow .bestsellers h3 {
        text-align: left; }


.homeFeaturedProductsWrapper #homeFeaturedProductsTitleRow .bestsellers h3  {
        	font-size: 0
        }

.homeFeaturedProductsWrapper #homeFeaturedProductsTitleRow .bestsellers h3:before {
        	content: "Order now:";
        	font-size: 40px;
        }

 /*/////////////////////////// Removes original wrapper in place of HTMLContentBlock2 ///////////////////////////*/
.homeFeaturedProducts.clearfix:nth-child(2) {
        	display: none;
        }

.homeFeaturedProductsWrapper {
          padding-bottom: 0px;
        }


.navbar.is-fixed-top {
        border-bottom: 1px solid #d0d0d0;
        height: 120px;
        }

.container.MainNav {
    margin-top: 32px;
}

.navbar-item img {
    max-height: 4.5em;
}

.login__wrapper .returning-wrapper .returning-wrapper__inner {

border-radius: 6px;
box-shadow: none !important;
color: #4a4a4a;
display: block;
padding: 3rem;
background: #e8e8e8;
border: 1px solid #d0d0d0;
}

.universalNav {
    background: #e8e8e8;
    text-align: right;
    height: 24px;
    transition: 0.5s cubic-bezier(0.19, 1, 0.19, 1);
    width: 100%;
    position: fixed;
    }


.universalNav .inner a {
      display: inline-block;
      transition: 0.5s cubic-bezier(0.19, 1, 0.19, 1);
      text-decoration: none;
      padding: 6px 0px;
      height: 100%;
      line-height: 100%;
      font-size: .75rem;
      color: #484848;
      margin-left: 16px; }

.universalNav .inner a:hover {
        color: #8c1d40;
        text-decoration: underline; }

.catfish-button.is-primary.addPageButton.catfish-button.has-text-hidden-mobile.btn.btn-xs.btn-primary.pageItemInline {
            display: none;
        }


/*/////////////////////////// <--- Mobile Portrait --> ///////////////////////////*/

/* Homepage product image */
@media screen and (max-width: 767px) {
.has-height-256-mobile {
    height: 256px !important;
    width: auto !important;
  }

  .cutout_add_pet_btn {
    bottom: 18px;
  margin-left: 30px;
  float: left;
  }

  .cutout_title {
    font-size: 16px;}


/* Megaedit top nav */
.editorTop.pane.ui-layout-north.viewControllerContainer.ng-scope {

  position: fixed;
      margin: 0px;
      top: 0px;
      bottom: auto;
      left: 0px;
      right: 0px;
      width: auto;
      display: block;
      visibility: visible;
}

.pane.ui-layout-east.freeTargetContainer {
  position: absolute;
    margin: 0px;
    left: auto;
    right: 0px;
    top: 45px;
    bottom: 0px;
    height: 707px !important;
    z-index: 0 !important;
    display: none;
    visibility: visible !important;
}


.editorLeft.pane.leftPaneCtrlContainer.is-open.ui-layout-west.ng-scope {
    position: fixed;
    margin: 0px;
    left: 0px;
    right: auto;
    top: 45px;
    height: 767px;
    z-index: 0;
    visibility: visible;
  }

.editorMain.pane.ui-layout-center {
margin: 0px;
right: 0px;
bottom: 0px;
top: 0px;
z-index: 0;
display: block;
height: calc(100% - 300px) !important;
}

.catfish-button[disabled], .button[disabled] {
    background-color: #0A0A0A;
    border-color: transparent;
    box-shadow: none;
    opacity: 0.5;
}

.image img {
    display: block;
    height: auto !important;
    width: 100%;
}

.column.is-6-mobile {
    flex: none;
    width: 100%;
}

.small-product-item.smaller-product-item-homepage .product-item .picture img {
  height: -webkit-fill-available;
}


.shopping-cart__product__images__item.image.is-contained.is-128x128 img {
  height: 100% !important;
}

.image.is-128x128 {
    height: 255px;
    width: 155px;
}

.homeFeaturedProductsWrapper #homeFeaturedProductsTitleRow .bestsellers h3  {
        font-size: 0
      }

.homeFeaturedProductsWrapper #homeFeaturedProductsTitleRow .bestsellers h3:before {
        content: "Order now:";
        font-size: 32px;
      }


      /* Homepage Card styling*/
        .small-product-item.smaller-product-item-homepage.cutout {
          border: 1px solid #d0d0d0;
          height: 272px;
          width: 284px;
        }

         .small-product-item.smaller-product-item-homepage .product-item .picture {
          background: #e8e8e8;
          width: 282px;
          height: 160px;
        }


        h5.pagelist_title.label.ng-scope {
        display: none;
    }


.pageListInnerWrapper {
    margin-bottom: 50px;
}

.zoom_options.buttons.ng-scope {
  display: none;
}

.universalNav {
  display: none;
}

.container.MainNav {
margin-top: 15px;
padding-left: 5px;
    padding-right: 5px;
}

#toprow .navbar {
  height: 104px;
}

.navbar.is-fixed-top {
    border-bottom: 1px solid #d0d0d0;
    height: 105px;
}


.editorLeft.pane.leftPaneCtrlContainer.is-open.ui-layout-west.ng-scope {
    transform: none !important;
    width: 100% !important;
    max-width: none;
    top: calc(100% - 300px) !important;
    height: auto !important;
}
.toggleCollapseTab.tt.hidden-old-theme.ui-layout-button-toggle-west {
    display: none !important;
}

.lhTabs_pages__pageListInnerWrapper .pageSelectorItem {
width: 33% !important;
}

.catfish-button.is-primary.lhTabs_pages__add-page.is-fullwidth {
    display: none;
}

.menu-group.me-global-menu-item.is-editor-options {
    display: none;
}

.menu-group.me-global-menu-item.is-canvas-sizes {
    display: none;
}

.undoRedoContainer.ng-scope {
    display: none;
}
#fancybox-wrap {
    width: auto !important;
    left: 0 !important;
}
#fancybox-content {
    border-width: 0px !important;
    width: 100% !important;
    }

.topicpage {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px;
        width: calc(90%) !important;

    }

}

/* Navbar size adjustments */
.navbar-brand .navbar-item img {
    max-height: 4em;
    margin-left: 16px;
}
.navbar-group.navbar-right-mobile.is-hidden-mobile-breakpoint {
    margin-right: 16px;
}



/*/////////////////////////// <--- Tablet Portrait --> ///////////////////////////*/
@media screen and (max-width: 1024px) and (min-width: 768px){

/* Homepage product image */
.has-height-256-tablet-only {
    height: 256px !important;
    width: auto !important;
}

footer .footer_innovation .inner div img {
 float: right;
  max-width: 50%;
  align-self: flex-end !important;
}

.editorLeft.pane.leftPaneCtrlContainer.is-open.ui-layout-west.ng-scope {
    transform: none !important;
    width: calc(100% - 400px) !important;
    max-width: none;
    top: 45px !important;
    height: auto !important;

  }

  .editorMain.pane.ui-layout-center {
    margin: 0px;
    left: calc(100% - 400px) !important;
    bottom: 0px;
    top: 45px;
    z-index: 0;
    display: block;
    width: 50% !important;
    height: calc(100% - 50px) !important;
}

.editorTop.pane.ui-layout-north.viewControllerContainer.ng-scope {

  position: absolute;
      margin: 0px;
      top: 0px;
      bottom: auto;
      left: 0px;
      right: 0px;
      width: auto;
      display: block;
      visibility: visible;
}

.column.is-3-widescreen {
    flex: none;
    width: 50% !important;
}


.editorLeft.pane.leftPaneCtrlContainer.is-open.ui-layout-west.ng-scope {
    position: absolute;
    margin: 0px;
    left: 0px;
    right: auto;
    top: 45px;
    height: 767px;
    z-index: 0;
    visibility: visible;
  }

.catfish-button[disabled], .button[disabled] {
    background-color: #0A0A0A;
    border-color: transparent;
    box-shadow: none;
    opacity: 0.5;
}



.pageListInnerWrapper {
    margin-bottom: 50px;
}

.zoom_options.buttons.ng-scope {
  display: none;
}


.toggleCollapseTab.tt.hidden-old-theme.ui-layout-button-toggle-west {
    display: none !important;
}

.lhTabs_pages__pageListInnerWrapper .pageSelectorItem {
width: 33% !important;
}

.catfish-button.is-primary.lhTabs_pages__add-page.is-fullwidth {
    display: none;
}

.menu-group.me-global-menu-item.is-editor-options {
    display: none;
}

.menu-group.me-global-menu-item.is-canvas-sizes {
    display: none;
}

.undoRedoContainer.ng-scope {
    display: none;
}
}


/*/////////////////////////// <--- Mobile Landscape --> ///////////////////////////*/
@media screen and (max-height: 500px) and (max-width: 800px){
.editorLeft.pane.leftPaneCtrlContainer.is-open.ui-layout-west.ng-scope {
    transform: none !important;
    width: calc(100% - 300px) !important;
    max-width: none;
    top: 45px !important;
    height: auto !important;

  }

  .editorMain.pane.ui-layout-center {
    margin: 0px;
    left: calc(100% - 315px) !important;
    bottom: 0px;
    top: 45px;
    z-index: 0;
    display: block;
    width: 50% !important;
    height: calc(100% - 50px) !important;
}
}

/*/////////////////////////// <--- Mobile/Tablet Landscape --> ///////////////////////////*/
@media screen and (max-height: 500px) and (max-width: 1000px){
.editorLeft.pane.leftPaneCtrlContainer.is-open.ui-layout-west.ng-scope {
    transform: none !important;
    width: calc(100% - 400px) !important;
    max-width: none;
    top: 45px !important;
    height: auto !important;

  }

  .editorMain.pane.ui-layout-center {
    margin: 0px;
    left: calc(100% - 400px) !important;
    bottom: 0px;
    top: 45px;
    z-index: 0;
    display: block;
    width: 50% !important;
    height: calc(100% - 50px) !important;
}

.editorTop.pane.ui-layout-north.viewControllerContainer.ng-scope {

  position: absolute;
      margin: 0px;
      top: 0px;
      bottom: auto;
      left: 0px;
      right: 0px;
      width: auto;
      display: block;
      visibility: visible;
}



.editorLeft.pane.leftPaneCtrlContainer.is-open.ui-layout-west.ng-scope {
    position: absolute;
    margin: 0px;
    left: 0px;
    right: auto;
    top: 45px;
    height: 767px;
    z-index: 0;
    visibility: visible;
  }

.catfish-button[disabled], .button[disabled] {
    background-color: #0A0A0A;
    border-color: transparent;
    box-shadow: none;
    opacity: 0.5;
}



.pageListInnerWrapper {
    margin-bottom: 50px;
}

.zoom_options.buttons.ng-scope {
  display: none;
}


.toggleCollapseTab.tt.hidden-old-theme.ui-layout-button-toggle-west {
    display: none !important;
}

.lhTabs_pages__pageListInnerWrapper .pageSelectorItem {
width: 33% !important;
}

.catfish-button.is-primary.lhTabs_pages__add-page.is-fullwidth {
    display: none;
}

.menu-group.me-global-menu-item.is-editor-options {
    display: none;
}

.menu-group.me-global-menu-item.is-canvas-sizes {
    display: none;
}

.undoRedoContainer.ng-scope {
    display: none;
}
}


/*/////////////////////////// <--- Mobile/Tablet Landscape --> ///////////////////////////*/
@media screen and (min-width: 768px) and (max-width: 929px){



    .editorLeft.is-open {
      transform: none !important;
    }

    .pane.ui-layout-east.freeTargetContainer.ui-layout-pane.ui-layout-pane-east.is-open {
      display: none !important;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 52% !important;
}

}

/*/////////////////////////// <--- Taqblet/Desktop --> ///////////////////////////*/
@media screen and (min-width: 1280px) and (max-width: 1471px){

  .column.is-3-widescreen {
    flex: none;
    width: 45% !important;
}

}

@media screen and (min-width: 1024px) and (max-width: 1279px){

  .column.is-3-widescreen {
    flex: none;
    width: 50% !important;
}

}
