/*
Theme Name: OBOS Bootstrap Four
Theme URI: http://obos.ie
Author: Kenneth Purtell
Author URI: kenneth.purtell@gmail.com
Description: A versatile and responsive Bootstrap WordPress theme OBOS based on Twitter Bootstrap 3.3.7
Version: 1.0
License: MIT
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-column, three-column, responsive-layout, fluid-layout, custom-menu
Text Domain: obos-ootstrap-four

obos-bootstrap-four WordPress Theme, Copyright 2016 Kenneth Purtell.
*/


/* WEB FONT */

@font-face {
    font-family: "GTWalsheimBold";
    src: url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Bold.eot');
    /* IE9 Compat Modes */
    src: url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Bold.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "GTWalsheimRegular";
    src: url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Regular.eot');
    /* IE9 Compat Modes */
    src: url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Regular.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "GTWalsheimOblique";
    src: url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Oblique.eot');
    /* IE9 Compat Modes */
    src: url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Oblique.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Oblique.woff') format('woff'), /* Pretty Modern Browsers */
    url('/wp-content/themes/obos-bootstrap-four/fonts/GT-Walsheim-Oblique.ttf') format('truetype');
    /* Safari, Android, iOS */
}


/* * * * * * * * * * * * * * *
 * WordPress Content Classes
 * * * * * * * * * * * * * * */

img {
    border: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.alignright {
    display: inline;
    float: right;
    margin: 0.4rem 0 1.6rem 1.6rem;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0.4rem 1.6rem 1.6rem 0;
}

.aligncenter {
    display: block;
    margin: 0.4rem auto 1.6rem auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {}

.sticky {
    background: #f7f7f9;
    padding: 1rem;
}

.bypostauthor {
    background: #f7f7f9;
    padding: 0.5rem;
}

.gallery-caption {
    font-weight: bold;
}

.widget {
    margin-bottom: 2rem;
}

.post {
    margin-bottom: 2rem;
}


/* Text meant only for screen readers */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}


/* * * * * * * * * * * * * * *
 * Bootstrap 4.0 overwrite
 * * * * * * * * * * * * * * */

body>nav.navbar {
    border-radius: 0;
}

.navbar {
    border-radius: 0;
    border: 0;
    background-color: #fff;
    color: #000;
}

.container {
    border-radius: 0;
    background: #fff;
    padding-top: 1rem;
    /* width: 100%; */
    max-width: 1116px;
    min-width: 320px;
}

.no-top-padding {
    padding-top: 0 !important;
}

.grey-line {
    height: 1px;
    width: 100%;
    background: #777777;
}

.navbar-default .navbar-nav>li>a {
    font-size: 1em;
    color: #000;
    font-family: "GTWalsheimRegular", Arial, san-serif;
}

nav.navbar {
    margin-bottom: 1rem;
}

.navbar-toggle {
    border: 0px;
    border-radius: 0;
}

.icon-bar {
    background-color: #000;
}

.navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 0;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-left: 0px;
}

.btn-default {
    color: #fff;
    background-color: #c0392b;
    border: 0;
    border-radius: 0;
}

.btn-lg {
    height: 43px;
}


/* * * * * * * * * * * * * * * * * * * * *
 * Overwrite MetaSlider Properties
 * * * * * * * * * * * * * * * * * * * * */

div.metaslider {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

div.caption-wrap {
    position: absolute;
    top: 40%;
    left: 5%;
    background: #fff;
    opacity: 0.5;
    padding: 10px 20px;
    min-width: 590px;
    max-width: 590px;
    display: none;
    /*remove to show*/
}

div.caption-wrap div.caption {
    color: #000;
    font-size: 0.9em;
    display: none;
    /*remove to show*/
}


/* * * * * * * * * * * * * * * * * * * * *
 * Standard styles
 * * * * * * * * * * * * * * * * * * * * */

body {
    font-family: "GTWalsheimRegular", Arial, san-serif;
    margin: 0 auto;
    font-size: 1.5em;
    min-width: 320px;
    background-color: #fff;
    /*max-width:1116px;*/
}

h1,
h2,
h3 {
    font-family: "GTWalsheimBold", Arial, san-serif;
}

a {
    color: #c0392b;
}

a:hover {
    color: #c0392b;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #c0392b;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 5px 15px 5px;
    height: 35px;
    font-family: "GTWalsheimRegular", Arial, san-serif;
}

input[type="text"],
input[type="password"],
select,
textarea {
    background-color: #fff;
    border-radius: 0;
    padding: 5px;
    font-family: "GTWalsheimRegular", Arial, san-serif;
}

body.page h1,
body.category h1,
body.search-results h1,
body.single h1 {
    font-family: "GTWalsheimRegular", Arial, san-serif;
    font-weight: normal;
    font-size: 3.2em;
    margin-bottom: 1em;
}

body.category-news h2,
body.single h2,
body.page h2,
body.search-results h2 {
    font-family: "GTWalsheimRegular", Arial, san-serif;
    font-weight: normal;
    font-size: 1.6em;
    margin: 0 0 0.2em 0;
}

body.category-news h3,
body.single h3,
body.page h3,
body.search-results h3 {
    font-family: "GTWalsheimRegular", Arial, san-serif;
    font-weight: normal;
    font-size: 1.4em;
    margin: 0 0 0.4em 0;
}

body.page .attachment-full {
    margin-bottom: 2em;
}

a.navbar-brand {
    width: 207px;
    height: 20px;
    margin: 16px 0 0 0px;
    background: url("/wp-content/uploads/2016/09/obos-header-logo.png") no-repeat;
    background-size: 100%;
}

.subbannerrow {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0;
}

.subbannerrow-inner {
    position: absolute;
    top: 40%;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.subbannerrow-inner h2 {
    color: #fff;
    font-size: 4.2em;
    padding: 0 0 0.4em 0;
    margin: 0;
}

.subbannerrow-inner a {
    font-weight: bold;
    font-size: 1.4em;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}

.subbannerrow-inner a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 0;
}

.secondaryheaderrow {
    margin: 20px auto 10px auto;
    text-align: center;
}

.secondaryheaderrow h2 {
    font-family: "GTWalsheimRegular", Arial, san-serif;
    font-size: 2.8em;
}

.productthumbnailsrow {
    margin: 15px auto;
    text-align: center;
}

.productthumbnailsrow ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    margin: 0;
}

.productthumbnailsrow ul li {
    margin: 17px 17px 17px 15px;
    text-align: center;
    display: block;
    width: 150px;
    height: 120px;
    float: left;
    position: relative;
    font-size: 0.9em;
    font-family: "GTWalsheimBold", Arial, san-serif;
}

.productthumbnailsrow li.cat-item {}

.productthumbnailsrow li.cat-item a {
    margin: 0 auto;
    text-align: center;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 100px;
    width: 100%;
}

.row-container {
    margin: 0 1rem 0 1rem;
}

.cat-item-8,
.cat-item-9,
.cat-item-10,
.cat-item-11,
.cat-item-12,
.cat-item-13,
.cat-item-14,
.cat-item-15,
.cat-item-16,
.cat-item-45,
.cat-item-18,
.cat-item-36 {
    background-size: 100%;
    background-repeat: no-repeat;
}

.cat-item-8 {
    background-image: url(/wp-content/uploads/2016/09/seating-thumb.png);
}

.cat-item-9 {
    background-image: url(/wp-content/uploads/2016/09/desking-thumb.png);
}

.cat-item-10 {
    background-image: url(/wp-content/uploads/2016/09/breakout-thumb.png);
}

.cat-item-11 {
    background-image: url(/wp-content/uploads/2016/09/tables-thumb.png);
}

.cat-item-12 {
    background-image: url(/wp-content/uploads/2016/09/business-technology-thumb.png);
}

.cat-item-13 {
    background-image: url(/wp-content/uploads/2016/09/lighting-thumb.png);
}

.cat-item-14 {
    background-image: url(/wp-content/uploads/2016/09/acoustics-thumb.png);
}

.cat-item-15 {
    background-image: url(/wp-content/uploads/2016/09/storage-thumb.png);
}

.cat-item-16 {
    background-image: url(/wp-content/uploads/2016/09/ergonomics-thumb.png);
}

.cat-item-45 {
    background-image: url(/wp-content/uploads/2016/09/office-supplies-thumb.png);
}

.cat-item-18 {
    background-image: url(/wp-content/uploads/2016/09/reception-thumb.png);
}

.cat-item-36 {
    background-image: url(/wp-content/uploads/2016/09/space-division-thumb.png);
}

a.download-pdf-link {
    display: inline-block;
    margin: 1px;
    padding: 1px 0 0 18px;
    height: 14px;
    list-style: none;
    background: url("/wp-content/uploads/2016/10/pdf-icon.gif") no-repeat;
}

.logorow {
    background: #fff;
    margin: 2.5rem 10px 2.5rem 10px;
}

.footerrow {
    background: #fff;
    font-size: 1em;
    padding: 0 10px 0 10px;
}

.footerrow h2 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.footerrow table {
    margin: 1.5rem 0 0 0;
}

.footerrow table td {
    line-height: 2em;
}

body.single ul {
    padding: 0 0 0 14px;
    margin: 0;
}

body.single ul.slides {
    padding: 0 !important;
}


/* Category Child Cats */

ul.thumbs {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.thumbs li {
    list-style: none;
    float: left;
    text-align: center;
}

a.cat-thumb {
    display: block;
    width: 256px;
    height: 244px;
    color: #000;
    font-family: "GTWalsheimRegular", Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.4em;
    text-decoration: none;
    float: left;
    margin: 10px 10px 10px 0;
    overflow: hidden;
}

.cat-header {
    clear: both;
    padding: 12px 0 6px 0;
}

body .cat-header h1 {
    font-size: 1.8em;
}

.post-item {
    float: left;
    width: 152px;
    min-height: 218px;
    max-height: 218px;
    overflow: hidden;
    color: #000;
    font-family: "GTWalsheimRegular", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.05em;
    text-decoration: none;
    margin: 0px 31px 0px 0px;
    text-align: center;
}

body.category-37 .post-item {
    width: 256px;
    height: 264px;
    min-height: 264px;
    margin: 10px 10px 10px 0px !important;
    overflow: hidden !important;
    font-size: 1.6em;
    line-height: 1.4em;
}

body.category-37 .post-item img {
    max-height: 264px;
    overflow: hidden !important;
}

.post-item-small {
    width: 76px !important;
    height: 134px;
    min-height: 134px !important;
    max-height: 134px !important;
    font-size: 0.8em !important;
    line-height: 1em !important;
    margin: 15px 95px 15px 0px;
}

.post-group-container div:nth-child(6n) {
    /*margin-right:0px;
	border-right:red solid 1px;*/
}

.post-item img {
    padding-bottom: 10px;
}

.post-item a {
    color: #000;
}

.littleHouseIcon {
    display: block;
    float: left;
    margin: 2px 4px 0 0;
    background: url("/wp-content/uploads/2016/09/littleHouseIcon.png") no-repeat;
    width: 16px;
    height: 12px;
}

a.pro-thumb {
    float: left;
    display: block;
    width: 122px;
    height: 26px;
    margin: 8px 6px 0 0;
    padding: 115px 0 0 4px;
    color: #CB0101;
    text-decoration: none;
    font-size: 0.65em;
}

a.pro-thumb:hover {
    opacity: 0.6;
}

.breadcrumbs {
    margin: 0 0 10px 0;
    font-size: 0.9em;
    color: #999;
}

.breadcrumbs a {
    color: #999;
}

.breadcrumbs a:hover {
    color: #333;
}

.requestedItemContainer {
    float: left;
    margin: 5px 10px 5px 0;
    width: 130px;
    height: 150px;
    border: #e6e6e6 solid 1px;
    position: relative;
}

a.viewItem {
    color: #fff;
    background: #666;
    opacity: 0.5;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.9em;
}

a.removeItem {
    background: #999;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    border: solid 1px #999;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
}

a.removeItem:hover,
a.viewItem:hover {
    text-decoration: none;
    background: #c0392b;
    color: #fff;
    opacity: 1;
}

#toggle-search {
    width: 43%;
    min-width: 320px;
    background-color: transparent;
    overflow: hidden;
    margin: 10px 0px 10px auto;
}

#toggle-search #search {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#toggle-search #s {
    width: 78%;
    height: 35px;
    padding: 5px;
    margin: 0px;
    background-color: #fff;
    color: #333;
    float: left;
    display: inline;
    border: 1px solid #333;
    border-radius: 0px;
}

#toggle-search #s:focus {
    outline: none;
    border: 1px solid #333;
    box-shadow: none;
    border-radius: 0px;
}

#toggle-search #search-button {
    float: left;
    display: inline;
    width: 20%;
    min-width: 68px;
    padding: 5px;
    background-color: #333333;
}

#toggle-search #search-button:hover,
#toggle-search #search-button:focus {
    background-color: #eee;
    color: #333;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a.magglassIcon,
a.heartIcon {
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
    background-image: url("/wp-content/uploads/2016/10/sprite-01-1.png");
    background-repeat: no-repeat;
}

a.cart-item {
    width: 20px !important;
    height: 20px !important;
    background-image: url("/wp-content/uploads/2021/02/cart-sprit-icon.png");
    background-repeat: no-repeat;
    margin: 15px 10px 0 10px !important;
    background-position: 0px 0px;
    position: relative;
    padding-top: 0 !important;
}

a.cart-item:hover .cart-counter,
a.cart-item:focus .cart-counter {
    background: #c0392b;
}

a.cart-item .cart-container-wrapper .cart-counter {
    position: absolute;
    top: -7px;
    width: 18px;
    height: 18px;
    background: #333;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
    padding: 0px;
    line-height: normal;
    right: -2px;
}

a.cart-item:hover {
    background-position: 0px -20px;
}

a.cart-item .cart-container {
    display: inline-block;
}

a.cart-item .cart-text {
    display: none;
}

a.magglassIcon {
    background-position: 0 -40px;
    margin-right: 15px !important;
}

a.magglassIcon:hover {
    background-position: 0 -60px;
}

a.heartIcon {
    background-position: 0 -20px;
}

a.heartIcon:hover {
    background-position: 0 0;
}

a.redheart {
    background-position: 0 0 !important;
}

a.heartIcon {
    margin: 15px 15px 0 0px !important;
}

.top-container {
    background: #fff;
}

.top-container .container.container-fluid {
    width: 100%;
}

#map {
    width: 100%;
    height: 435px;
    max-height: 435px;
}

.top-search-bar {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    background: transparent;
}


/* .top-container .container-fluid {
    padding-left: 0;
    padding-right: 0;
} */

.top-container .container-fluid nav.navbar .navbar-collapse.collapse {
    padding: 0;
}


/* Woocommarce Style */

.theme-obos-bootstrap-four.woocommerce span.onsale {
    background-color: #05A0D9;
    line-height: normal;
    font-weight: normal;
    padding: 12px 3px;
    width: 40px;
    border-radius: 50px;
    height: 40px;
}

.theme-obos-bootstrap-four.woocommerce ul.products {
    padding-top: 50px;
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
}

.theme-obos-bootstrap-four.woocommerce ul.products li.product {
    /* display: flex;
    justify-content: space-between;
    flex-direction: column; */
}

.theme-obos-bootstrap-four.woocommerce ul.products li.product a img {
    margin: 0 0 30px;
}

.theme-obos-bootstrap-four.woocommerce .woocommerce-result-count {
    margin: 10px 0 1em;
}

.theme-obos-bootstrap-four.woocommerce .products .product .woocommerce-loop-product__title {
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
}

.theme-obos-bootstrap-four.woocommerce ul.products li.product .price {
    color: #737373;
    font-size: 14px;
    min-height: 60px;
}

.theme-obos-bootstrap-four.woocommerce ul.products li.product .price del {
    display: block;
    opacity: 1;
    margin-bottom: 5px;
}

.theme-obos-bootstrap-four.woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount {
    color: #737373;
    font-size: 14px;
}

.theme-obos-bootstrap-four.woocommerce ul.products li.product .price ins {
    font-weight: normal;
    color: #74A550;
    font-size: 24px;
    text-decoration: unset;
}

.theme-obos-bootstrap-four.woocommerce ul.products li.product .added_to_cart,
.theme-obos-bootstrap-four.woocommerce ul.products li.product .button {
    margin-top: 0;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
    color: #333;
    border-radius: 0;
    background-color: #eee;
    display: flex;
    display: inline-block;
    width: 150px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.theme-obos-bootstrap-four.woocommerce ul.products li.product .added_to_cart:hover,
.theme-obos-bootstrap-four.woocommerce ul.products li.product .added_to_cart:focus,
.theme-obos-bootstrap-four.woocommerce ul.products li.product .button:hover,
.theme-obos-bootstrap-four.woocommerce ul.products li.product .button:focus {
    background-color: #333;
    color: #fff;
}

.theme-obos-bootstrap-four.woocommerce-page #respond input#submit,
.theme-obos-bootstrap-four.woocommerce-page a.button,
.theme-obos-bootstrap-four.woocommerce-page button.button,
.theme-obos-bootstrap-four.woocommerce-page input.button {
    font-weight: normal;
    border-radius: 0;
    left: auto;
    color: #fff;
    background-color: #333;
    border: 0;
    font-size: 15px;
    padding: 8px 30px;
    line-height: normal;
    height: auto;
    text-align: center;
}

.theme-obos-bootstrap-four.woocommerce-page #respond input#submit:hover,
.theme-obos-bootstrap-four.woocommerce-page a.button:hover,
.theme-obos-bootstrap-four.woocommerce-page button.button:hover,
.theme-obos-bootstrap-four.woocommerce-page input.button:hover,
.theme-obos-bootstrap-four.woocommerce-page #respond input#submit:focus,
.theme-obos-bootstrap-four.woocommerce-page a.button:focus,
.theme-obos-bootstrap-four.woocommerce-page button.button:focus,
.theme-obos-bootstrap-four.woocommerce-page input.button:focus {
    background-color: #eee;
    color: #333;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.theme-obos-bootstrap-four.woocommerce-page form .form-row input.input-text,
.theme-obos-bootstrap-four.woocommerce-page form .form-row textarea {
    line-height: normal;
    border: 1px solid #333;
    border-radius: 0px;
    min-height: 40px;
    padding: 5px 10px;
}

.theme-obos-bootstrap-four.woocommerce-page form .form-row label {
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 5px;
}

.theme-obos-bootstrap-four.woocommerce-page form.login,
.theme-obos-bootstrap-four.woocommerce-page form.register {
    border: 2px solid #eee;
    border-radius: 0;
    min-height: 355px;
    padding-bottom: 0;
}

.theme-obos-bootstrap-four.woocommerce-page form.checkout_coupon {
    border: 2px solid #eee;
    border-radius: 0;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 35%;
    margin: 0;
    padding: 0;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 64%;
    margin: 0;
    padding: 0;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-info {
    border-top-color: #333333;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account #customer_login .woocommerce-LostPassword.lost_password {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 0;
}

.theme-obos-bootstrap-four.woocommerce-page #add_payment_method .wc-proceed-to-checkout a.checkout-button,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 16px;
    padding: 12px 10px;
    background-color: #333333;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .col2-set .col-1,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: 100%;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last {
    width: 49%;
}

.theme-obos-bootstrap-four.woocommerce-page form .form-row {
    margin-bottom: 15px;
}

.theme-obos-bootstrap-four.woocommerce-page .select2-container--default .select2-selection--single {
    border: 1px solid #333;
    border-radius: 0;
    min-height: 40px;
    padding: 5px 0px;
}

.theme-obos-bootstrap-four.woocommerce-page .select2-container--default .select2-selection--single:focus {
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.theme-obos-bootstrap-four.woocommerce-page .theme-obos-bootstrap-four.woocommerce-page .select2-dropdown {
    border: 1px solid #333;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout #ship-to-different-address {
    margin-left: 22px;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout form .form-row label.checkbox,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout form .form-row label.checkbox {
    padding-left: 20px;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout form .form-row .input-checkbox {
    margin: 5px 0px 0px -20px;
}

.theme-obos-bootstrap-four.woocommerce-page table.shop_table thead th {
    background: #333;
    color: #fff;
    font-weight: 500;
    padding: 10px 12px;
}

.theme-obos-bootstrap-four.woocommerce-page table.shop_table {
    border: 1px solid #333;
    border-radius: 0;
}

.theme-obos-bootstrap-four.woocommerce-cart .woocommerce .woocommerce-cart-form {
    float: left;
    width: 62%;
}

.theme-obos-bootstrap-four.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    float: right;
    width: 35%;
    border: 1px solid #333;
}

.theme-obos-bootstrap-four.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr td {
    text-align: right;
}

.theme-obos-bootstrap-four.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .shipping-calculator-form .select2-selection__rendered {
    text-align: left;
}

.theme-obos-bootstrap-four.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    padding: 10px 10px;
    background: #333;
    color: #fff;
    font-size: 20px;
}

.theme-obos-bootstrap-four.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table {
    border: none;
}

.theme-obos-bootstrap-four.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0;
}

.theme-obos-bootstrap-four.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin-bottom: 0;
}

.theme-obos-bootstrap-four.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.theme-obos-bootstrap-four.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:focus {
    background-color: #eee;
    color: #333;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .woocommerce-product-details__short-description {
    margin-top: 15px;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .woocommerce-product-details__short-description h2 {
    margin: 15px 0px;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .woocommerce-product-details__short-description ul {
    list-style: none;
    padding: 0px;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .woocommerce-product-details__short-description ul li {
    margin: 5px 0px;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .variations_form .variations td.label {
    color: #333;
    font-size: 15px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .variations_form .variations select {
    min-width: 40%;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .variations_form .variations td.label label {
    font-size: 16px;
    color: #333;
    line-height: normal;
    margin: 6px 0px 0px;
    padding: 0px;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .cart .input-text {
    height: 38px;
    border-radius: 0;
    border: 1px solid #707070;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .cart .input-text:focus {
    outline: none;
    box-shadow: none;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .cart div.quantity {
    margin: 0 10px 0 0;
}

.obos-price-container {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 30px 0px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .cart {
    margin-top: 20px;
    margin-bottom: 0px;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .cart .single_add_to_cart_button {
    font-weight: normal;
    border-radius: 0;
    left: auto;
    color: #fff;
    background-color: #333;
    border: 0;
    font-size: 15px;
    padding: 8px 30px;
    line-height: normal;
    height: auto;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .cart .single_add_to_cart_button:hover,
.theme-obos-bootstrap-four.woocommerce-page .product .summary .cart .single_add_to_cart_button:focus {
    background-color: #C0392B;
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .product_title {
    margin-bottom: 10px;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .cart .variations select:focus {
    outline: none;
    box-shadow: none;
}

.theme-obos-bootstrap-four.woocommerce-page.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}

.theme-obos-bootstrap-four.woocommerce-page.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 22%;
    margin-right: 10px;
}

.theme-obos-bootstrap-four.woocommerce-page.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    border: 1px solid #EEEEEE;
    padding: 8px;
}

.theme-obos-bootstrap-four.woocommerce-page .related.products h2 {
    font-size: 24px;
}

.theme-obos-bootstrap-four.woocommerce-page .related.products .product .price,
.theme-obos-bootstrap-four.woocommerce-page .related.products .product .add_to_cart_button {
    display: none;
}

.theme-obos-bootstrap-four.woocommerce-page .related.products .ul.products {
    display: block;
}

.theme-obos-bootstrap-four.woocommerce-page .related.products .product img {
    margin-bottom: 20px;
    opacity: 0.5;
}

.theme-obos-bootstrap-four.woocommerce-page .related.products .product img:hover {
    opacity: 1;
}

.theme-obos-bootstrap-four.woocommerce-page .related.products .product .woocommerce-loop-product__title {
    font-size: 15px;
    text-align: center;
}

.theme-obos-bootstrap-four.woocommerce-page div.product .stock {
    color: #74A550;
    font-size: 15px;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .product_meta {
    display: flex;
    flex-direction: column;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .product_meta span {
    margin-bottom: 5px;
}

.theme-obos-bootstrap-four.woocommerce-page .product .summary .product_meta span a {
    color: #999999;
}

.theme-obos-bootstrap-four.woocommerce-page.single-product div.product p.price,
.theme-obos-bootstrap-four.woocommerce-page.single-product div.product span.price {
    color: #737373;
    font-size: 24px;
    display: flex;
    flex-flow: column;
}

.theme-obos-bootstrap-four.woocommerce-page.single-product p.price del {
    opacity: 1;
}

.theme-obos-bootstrap-four.woocommerce-page.single-product p.price del span.woocommerce-Price-amount {
    color: #737373;
    font-size: 15px;
}

.theme-obos-bootstrap-four.woocommerce-page.single-product div.product p.price ins {
    color: #333333;
    text-decoration: none;
    font-weight: normal;
}

.theme-obos-bootstrap-four.woocommerce-page div.product {
    margin-top: 30px;
}

.theme-obos-bootstrap-four.woocommerce-page .quantity .qty {
    border-radius: 0;
    border: 1px solid #333;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 150px;
    height: 38px;
    margin: 0;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-cart button.button:disabled,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-cart button.button:disabled[disabled] {
    background: #818181;
    color: #fff;
}

.theme-obos-bootstrap-four.woocommerce-page a.remove {
    font-size: 24px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #c0392b!important;
    text-decoration: none;
    font-weight: normal;
}

.theme-obos-bootstrap-four.woocommerce-page a.remove:hover {
    background-color: #c0392b;
    color: #fff !important;
}

.theme-obos-bootstrap-four.woocommerce-page #add_payment_method #payment ul.payment_methods,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-cart #payment ul.payment_methods,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout #payment ul.payment_methods {
    border: 2px solid #eee;
    margin: 0;
    list-style: none outside;
    background: #eee;
    border-radius: 0;
}

.theme-obos-bootstrap-four.woocommerce-page #add_payment_method #payment div.payment_box,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-cart #payment div.payment_box,
.theme-obos-bootstrap-four.woocommerce-page .woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff;
}

.theme-obos-bootstrap-four.woocommerce-page #add_payment_method #payment div.payment_box::before,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-cart #payment div.payment_box::before,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.theme-obos-bootstrap-four.woocommerce-page .wc-stripe-elements-field,
.theme-obos-bootstrap-four.woocommerce-page .wc-stripe-iban-element-field {
    border: 1px solid #333;
    margin: 5px 0;
    padding: 10px 10px;
    background-color: #fff;
    outline: 0;
    height: 40px;
}

.theme-obos-bootstrap-four.woocommerce-page .payment_box.payment_method_stripe .wc-payment-form .form-row {
    padding-bottom: 0 !important
}

.theme-obos-bootstrap-four.woocommerce-page .payment_box.payment_method_stripe .wc-payment-form .form-row-first,
.theme-obos-bootstrap-four.woocommerce-page .payment_box.payment_method_stripe .wc-payment-form .form-row-last {
    width: 50%;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment .place-order {
    background: #eee;
    border-top: 1px solid #ddd;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment .place-order .button {
    background-color: #333;
    color: #fff;
    -webkit-font-smoothing: none;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment .place-order .button:hover,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment .place-order .button:focus {
    background-color: #C0392B;
    color: #fff;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-checkout-review-order-table tr td:nth-child(2) {
    text-align: right;
}

.theme-obos-bootstrap-four.woocommerce-page table.shop_table thead th:nth-child(2) {
    text-align: right;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-info::before {
    color: #333333;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-shipping-fields #ship-to-different-address {
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label {
    font-weight: normal;
    padding: 0px;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-shipping-fields #ship-to-different-address .input-checkbox {
    margin-top: 2px;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .form-row-first,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .form-row-last {
    width: 49%;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form br {
    display: none;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-MyAccount-navigation ul {
    padding: 15px;
    background: #333;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 10px 0px 10px;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    text-decoration: none;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover,
.theme-obos-bootstrap-four.woocommerce-page .woocommerce-MyAccount-navigation ul li a:focus {
    color: #c0392b;
    text-decoration: none;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-orders-table .button {
    margin: 0px 0px 0px 5px;
    padding: 5px 15px;
    font-size: 14px;
}

.theme-obos-bootstrap-four.woocommerce-page table.my_account_orders td,
.theme-obos-bootstrap-four.woocommerce-page table.my_account_orders th {
    font-size: 15px;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-customer-details address {
    border: 2px solid #eee;
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px;
    margin: 20px 0px;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-table--order-details {
    margin-top: 30px;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-table--order-details td:nth-child(2) {
    text-align: right;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    border: 2px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-EditAccountForm.edit-account .form-row-first,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-EditAccountForm.edit-account .form-row-last,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-address-fields .form-row-first,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-address-fields .form-row-last {
    width: 49%;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-Payment .form-row {
    background: #eee;
    border-top: 1px solid #ddd;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-Payment .form-row .button {
    background-color: #333;
    color: #fff;
    -webkit-font-smoothing: none;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-Payment .form-row .button:hover,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-Payment .form-row .button:focus {
    background-color: #C0392B;
    color: #fff;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .payment_box.payment_method_stripe .wc-payment-form .form-row {
    background-color: #fff;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-PaymentBox br {
    display: none;
}

.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account table.my_account_orders td,
.theme-obos-bootstrap-four.woocommerce-page.woocommerce-account table.my_account_orders th {
    padding: 10px 8px;
}

.theme-obos-bootstrap-four.woocommerce-page ul.products li.product .price .woocommerce-Price-amount.amount {
    display: block;
    font-weight: normal;
    color: #74A550;
    font-size: 24px;
}

.theme-obos-bootstrap-four.woocommerce-page .woocommerce-error,
.theme-obos-bootstrap-four.woocommerce-page .woocommerce-info,
.theme-obos-bootstrap-four.woocommerce-page .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
}

.theme-obos-bootstrap-four.woocommerce-page form .form-row textarea {
    resize: none;
}

.woocommerce-page .filter-container {
    display: flex;
    flex-flow: row wrap;
    float: right;
}
.woocommerce-page .filter-container .filterby{
    margin: 0 0 1em;
    margin-right: 8px;
}
.woocommerce-page div.metaslider{
    margin-top: 0;
}
.woocommerce-page .shop_page_store_notice{
    color: #ffffff;
    background: #c0392b;
    text-align: center;
    padding: 10px;
}
/* Media Queries */


/* Large desktops and laptops */

@media (min-width: 1200px) {
    .productthumbnailsrow ul li:nth-child(6n) {
        margin-right: 0;
    }
}


/* Landscape tablets and medium desktops */

@media (min-width: 981px) and (max-width: 1199px) {
    .productthumbnailsrow ul li:nth-child(5n) {
        /*margin-right:0;*/
    }
    .navbar-right {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    a.navbar-brand {
        width: 180px;
    }
    .navbar-default .navbar-nav>li>a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
    }
    .theme-obos-bootstrap-four.woocommerce-page form.checkout_coupon,
    .theme-obos-bootstrap-four.woocommerce-page form.login,
    .theme-obos-bootstrap-four.woocommerce-page form.register {
        min-height: auto;
    }
    .metaslider .caption-wrap {
        min-width: 30%;
        max-width: 30%;
    }
    .theme-obos-bootstrap-four.woocommerce-page .woocommerce-orders-table .button {
        margin: 0px 0px 5px 0;
        display: block;
    }
    .theme-obos-bootstrap-four.woocommerce-page .woocommerce-orders-table .button {
        margin: 0px 0px 5px 0;
        padding: 5px 15px;
    }
    .theme-obos-bootstrap-four.woocommerce-page .woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
        width: 100%;
    }
    .theme-obos-bootstrap-four.woocommerce-page #respond input#submit,
    .theme-obos-bootstrap-four.woocommerce-page a.button,
    .theme-obos-bootstrap-four.woocommerce-page button.button,
    .theme-obos-bootstrap-four.woocommerce-page input.button {
        font-size: 14px;
        padding: 8px 20px;
    }
}

@media (max-width: 850px) {
    .navbar-default .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
    a.magglassIcon {
        margin-right: 10px !important;
    }
}


/* Portrait tablets and small desktops */

@media (min-width: 767px) and (max-width: 980px) {
    .navbar-brand {
        width: 118px;
        padding: 5px 5px;
        font-size: 1.1em;
        background: url("/wp-content/uploads/2016/10/obos-logo-grey.png") no-repeat;
        background-size: 100%;
    }
    .subbannerrow-inner h2,
    .subbannerrow-inner h2 {
        font-size: 4em;
        padding: 0 0 0.2em 0;
    }
    .subbannerrow-inner a {
        font-size: 1.5em;
    }
    .productthumbnailsrow ul li {
        margin: 32px 16px 16px 16px;
    }
    .productthumbnailsrow ul li:nth-child(4n) {
        margin-right: 0;
    }
    a.cat-thumb {
        width: 160px;
        height: 122px;
        font-size: 0.9em;
        line-height: 1.1em;
        margin: 0px 15px 15px 0;
    }
}

@media (max-width: 767px) {
    .top-container {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
    }
    .grey-line {
        margin-top: 72px;
    }
    .theme-obos-bootstrap-four.woocommerce .products .product .woocommerce-loop-product__title {
        font-size: 20px;
    }
    .theme-obos-bootstrap-four.woocommerce ul.products li.product .price ins {
        font-size: 20px;
    }
    .theme-obos-bootstrap-four.woocommerce ul.products li.product .price del .woocommerce-Price-amount.amount {
        font-size: 14px;
    }
    .navbar-nav {
        margin: 7.5px 0px;
    }
    a.cart-item .cart-container-wrapper .cart-counter {
        right: -10px;
    }
    a.magglassIcon,
    a.heartIcon {
        margin-left: 0px !important;
    }
    a.magglassIcon {
        display: none !important;
    }
    #toggle-search {
        display: block !important;
        width: 100%;
    }
    .top-search-bar {
        z-index: 0;
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }
    .top-search-bar {
        position: relative;
    }
    .top-container .container-fluid nav.navbar .navbar-collapse.collapse {
        padding-right: 15px;
        padding-left: 15px;
    }
    #toggle-search #s {
        width: 100%;
    }
    .navbar-default .navbar-nav>li>a {
        padding-left: 0;
        padding-right: 0;
    }
    a.cart-item {
        margin: 15px 10px 0 0px !important;
    }
    .theme-obos-bootstrap-four.woocommerce .products {
        padding-top: 0px;
    }
    .theme-obos-bootstrap-four.woocommerce-cart .woocommerce .woocommerce-cart-form {
        float: none;
        width: 100%;
    }
    .theme-obos-bootstrap-four.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
    .theme-obos-bootstrap-four.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
    }
    body.page h1,
    body.category h1,
    body.search-results h1,
    body.single h1 {
        font-size: 32px;
        margin-bottom: 1em;
    }
    .theme-obos-bootstrap-four.woocommerce-page #respond input#submit,
    .theme-obos-bootstrap-four.woocommerce-page a.button,
    .theme-obos-bootstrap-four.woocommerce-page button.button,
    .theme-obos-bootstrap-four.woocommerce-page input.button {
        font-size: 14px;
        padding: 8px 12px;
    }
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-first {
        width: 68%;
        margin: 0;
        padding: 0;
    }
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-last {
        width: 30%;
        margin: 0;
        padding: 0;
    }
    .theme-obos-bootstrap-four.woocommerce-page .woocommerce-form-coupon button.button {
        width: 100%;
        height: 40px;
    }
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first,
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last {
        width: 100%;
    }
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .form-row-first,
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .form-row-last {
        width: 100%;
    }
    .theme-obos-bootstrap-four.woocommerce-page .payment_box.payment_method_stripe .wc-payment-form .form-row-first,
    .theme-obos-bootstrap-four.woocommerce-page .payment_box.payment_method_stripe .wc-payment-form .form-row-last {
        width: 100%;
    }
    .theme-obos-bootstrap-four.woocommerce-page .woocommerce table.shop_table td {
        padding: 5px 8px;
    }
    .woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row {
        padding: 0px !important;
    }
    .theme-obos-bootstrap-four.woocommerce-page table.shop_table_responsive tr td {
        border: none;
    }
    .theme-obos-bootstrap-four.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #fff;
    }
    .theme-obos-bootstrap-four.woocommerce-page .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #fff;
    }
    .theme-obos-bootstrap-four.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #eee;
    }
    .theme-obos-bootstrap-four.woocommerce-page .woocommerce-orders-table .button {
        margin: 0px 0px 5px 5px;
        padding: 5px 15px;
        display: inline-block;
    }
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-EditAccountForm.edit-account .form-row-first,
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-EditAccountForm.edit-account .form-row-last,
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-address-fields .form-row-first,
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-account .woocommerce-address-fields .form-row-last {
        width: 100%;
    }
}


/* Landscape phones and portrait tablets */

@media (min-width:479px) and (max-width: 766px) {
    .navbar-brand {
        width: 118px;
        padding: 5px 5px;
        font-size: 1.1em;
        background: url("/wp-content/uploads/2016/10/obos-logo-grey.png") no-repeat;
        background-size: 100%;
    }
    .subbannerrow-inner h2 {
        font-size: 3.2em;
        padding: 0 0 0.1em 0;
    }
    .subbannerrow-inner a {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-first {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-last {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .theme-obos-bootstrap-four.woocommerce-page .woocommerce-form-coupon button.button {
        width: 100%;
        margin-top: 15px;
    }
    .theme-obos-bootstrap-four.woocommerce-page .woocommerce-ordering {
        float: none;
    }
    .theme-obos-bootstrap-four.woocommerce-page.single-product .woocommerce-product-gallery .flex-control-thumbs li {
        margin-right: 5px;
    }
    .theme-obos-bootstrap-four.woocommerce-page .woocommerce-ordering select {
        display: block;
        width: 100%;
    }
}


/* Portrait phones and smaller */

@media (min-width:361px) and (max-width: 480px) {
    .subbannerrow-inner h2 {
        font-size: 2.2em;
        padding: 0 0 0.05em 0;
    }
    .subbannerrow-inner a {
        font-size: 1.1em;
    }
    .navbar-brand {
        width: 118px;
        padding: 5px 5px;
        font-size: 1.1em;
        background: url("/wp-content/uploads/2016/10/obos-logo-grey.png") no-repeat;
        background-size: 100%;
    }
}


/* Portrait phones and smaller */

@media (max-width: 360px) {
    body.page h1,
    body.category h1,
    body.search-results h1,
    body.single h1 {
        font-size: 1.8em;
        margin-bottom: 1em;
    }
    body.category-news h2,
    body.single h2,
    body.page h2,
    body.search-results h2 {
        font-size: 1.4em;
    }
    body.category-news h3,
    body.single h3,
    body.page h3,
    body.search-results h3 {
        font-size: 1.2em;
    }
    .breadcrumb {
        font-size: 0.9em;
    }
    .navbar-brand {
        width: 118px;
        padding: 5px 5px;
        font-size: 1.1em;
        background: url("/wp-content/uploads/2016/10/obos-logo-grey.png") no-repeat;
        background-size: 100%;
    }
    .subbannerrow-inner h2 {
        font-size: 1.4em;
        padding: 0 0 0.02em 0;
    }
    .subbannerrow-inner a {
        font-size: 0.9em;
    }
    .secondaryheaderrow {
        margin: 10px auto 10px auto;
        text-align: center;
    }
    .secondaryheaderrow h2 {
        font-size: 1.4em;
    }
    .productthumbnailsrow {
        margin: 0px auto;
        overflow: hidden;
    }
    .productthumbnailsrow ul li {
        margin: 8px;
        width: 128px;
        height: 110px;
        font-size: 0.8em;
        font-family: "GTWalsheimRegular", Arial, san-serif;
    }
    .productthumbnailsrow li.cat-item a {
        padding-top: 92px;
    }
    .post-item {
        width: 60px;
        min-height: 129px;
        max-height: 129px;
        font-size: 0.9em;
        line-height: 1em;
        margin: 0px 6px 6px 0px;
    }
    a.cat-thumb,
    body.category-37 .post-item {
        width: 120px;
        height: 110px;
        min-height: 110px;
        font-size: 1em;
        line-height: 1.1em;
        margin: 0px 15px 15px 0;
    }
    /*body.category-37 .post-item{
		width:200px
		height:294px;
		min-height:294px;
		margin:0px 66px 0px 0px;
	}*/
    /*body.category-37 .post-item {
		width:120px !important;
		min-height:208px !important;
		max-height:208px !important;
		font-size:0.9em !important;
		line-height:1.2em !important;
		margin:0px 12px 12px 0px !important;
	}*/
    div.caption-wrap {
        display: none;
    }
    div.caption-wrap div.caption {
        display: none;
    }
    #toggle-search {
        width: 100%;
        background-color: transparent;
        overflow: hidden;
        min-width: 100%;
    }
    #toggle-search #s {
        width: 100%;
        padding: 5px;
    }
    #toggle-search #search-button {
        width: 25%;
    }
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-account #customer_login .woocommerce-LostPassword.lost_password {
        align-items: self-start;
        flex-direction: column;
    }
    .theme-obos-bootstrap-four.woocommerce-page ul.products[class*=columns-] li.product,
    .theme-obos-bootstrap-four.woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: none;
    }
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-first,
    .theme-obos-bootstrap-four.woocommerce-page.woocommerce-checkout form.checkout_coupon .form-row-last {
        width: 100%;
    }
}
