/*
Theme Name: UK Pipe Boxings
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1366px;
}
.row.row-small {
  max-width: 1366px;
}
#wrapper,
#main {
  min-height: 75vh;
}
.full-length-col {
  background-color: rgb(240, 240, 241);
}
.page-wrapper {
  padding-bottom: 0px;
}
#shop-sidebar {
  background-color: rgb(240, 240, 241);
  padding: 15px;
  height: 100%;
}

.col {
  padding: 0 15px 0px;
}
.ux-layout-23228 .section {
  padding-bottom: 0px !important;
}

.section-content .col-inner .row {
  padding-bottom: 30px !important;
}
#shop-sidebar img {
  width: 100%;
  padding: 0px 30px;
}

.sidebar-wrapper img {
  width: 100%;
  padding: 0px 30px;
}
.widget_media_image {
  text-align: center;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link) {
  min-height: 3em;
  background-color: #dedbe8;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  height: 3.5em;
}
.wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input,
.wc-block-components-form
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  height: 3.5em;
}


@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
