/**
 * Public specific CSS
 * obundo-furniture-rental-shop-public
 */
 
 /* =============================================================================
 * styles
 * ========================================================================== */
 
.ob_aload_image_container {
	text-align: center;
}

.ob_aload_error {
	text-align: center;
}

/* =============================================================================
 * category listing
 * ========================================================================== */

#ob_responsive_grid {
    /* max-width: 1200px; */
    margin: 0 auto;
    width: 100%;
}

.ob_row {
    width: 100%;
}

.ob_row::after {
    clear: both;
    float: left;
}

.ob_col_container {
	overflow: hidden;
	margin: 15px 0 !important;
}

.ob_col_container.ob_pcat {
	/* height: 350px; */
}

.ob_column_fourth, 
.ob_column_third, 
.ob_column_half, 
.ob_column_full {
    float: left;
    position: relative;
    width: 100%;
	min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#ob_cat_container::after {
	clear: both;
    content: " ";
    display: table;
}

#ob_cat_container .ob_responsive_grid div[class^='ob_column_'] .ob_col_container {
	padding: 50px 25px;
	text-align: center;
	background-color: #919191;
	color: #fff;
}

#ob_cat_container .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:hover {
	background-color: #E73339;	
}

#ob_cat_container .ob_responsive_grid img {
    height: 80px;
    width: auto;    	
}

#ob_cat_container .ob_responsive_grid h2 {
    font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	margin: 12px 0 0;
	color: #fff;
	text-transform: none;
}

#ob_cat_container .ob_responsive_grid a,
#ob_cat_container .ob_responsive_grid a:hover,
#ob_cat_container .ob_responsive_grid a:focus,
#ob_cat_container .ob_responsive_grid a:visited {
    text-decoration: none;
	color: inherit;
}

/* =============================================================================
 * event select
 * ========================================================================== */

#ob_event_select_aload::before {
    content: "";
    display: table;
    clear: both;	
}

.ob_event_select {
    font-size: 14px;
	line-height: 20px;
}

body.single-product .ob_event_select {
    margin-top: 30px;
}

body:not(.single-product) .ob_event_select_inner {
	width: 360px; 
	margin: 0 auto;
}

.ob_event_select ul.obe_es_select { 
	width: 360px; 
	border: 1px solid #d8d8d8;
	margin: 0;
}

.ob_event_select ul.obe_es_select>li::before {
    content: '\25BE';
    float: right;
	padding: 6px 12px;
}

.ob_event_select ul.obe_es_select > li { 
	width: 360px;
    display: inline-block;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}

.ob_event_select ul.obe_es_select > li,
.ob_event_select ul.obe_es_select > li a,
.ob_event_select ul.obe_es_select > li a:hover {
	text-decoration: none;
	color: #6e6e6e;
} 

.ob_event_select ul.obe_es_select > li a {
	display: block;
	padding: 6px 12px;
}

.ob_event_select ul.obe_es_select li ul { 
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;	
	  width: 360px; 
	  z-index: 80; 
}

.ob_event_select ul.obe_es_select li:hover ul { 
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
	background: #f3f3f3;
	margin-bottom: 12px;
}

body.single-product .ob_event_select ul.obe_es_select li:hover ul { 
	background: #fff;
}

.ob_event_select ul.obe_es_sub_select {
	margin: 0;
    margin-left: -1px;
	border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

.ob_event_select ul.obe_es_sub_select li {
	text-transform: none;
	border: none;
}

.ob_event_select ul.obe_es_sub_select li a {
	text-decoration: none !important;
	color: #6e6e6e !important;	
}

.ob_event_select ul.obe_es_sub_select li:hover a,
.ob_event_select ul.obe_es_sub_select li:hover a:hover {
    color: #e73339 !important;
}

.obe_es_oe_hint,
.obe_es_event_date {
    font-size: 12px;
	line-height: 16px;	
}

body.single-product span.ob_es_ce_link {
	display: block;
}

/* =============================================================================
 * event listing/calendar
 * ========================================================================== */

#ob_obe_d_container table,
#ob_obe_d_container th,
#ob_obe_d_container td {
	border: none;
}

#ob_obe_d_container tbody tr:not(:first-child) td {
    border-top: 8px solid #fff;
}

#ob_obe_container .ob_row:not(:last-child) .obe_col3 {
    margin-bottom: 8px;
}

#ob_obe_d_container th {
	cursor: pointer;
}

#ob_obe_d_container th:hover,
#ob_obe_d_container th:active,
#ob_obe_d_container th:focus,
#ob_obe_d_container th:visited {
	outline: none;
}

.obe_hcol {
	padding: 15px 20px !important;
	color: #333333;
	font-weight: 500;
    font-size: 13px;
	line-height: 19px;
}

.obe_hcol:nth-child(2) {
	padding: 15px 30px !important;
}

.obe_col1 {
	padding: 12px 20px !important;
	background-color: #00964B;
	color: #fff;
	font-weight: 500;
}

.obe_col2 {
	padding: 12px 30px !important;
	background-color: #E6E6E6;
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
}

.mobile-event-data .obe_col2 {
    padding: 12px 20px !important;
}

.obe_col2 a,
.obe_col2 a:active,
.obe_col2 a:focus,
.obe_col2 a:visited {
    color: inherit !important;
	text-decoration: none !important;
}

.obe_col2 a:hover {
    color: inherit !important;
	text-decoration: underline !important;
}

.obe_col3 {
	padding: 12px 20px !important;
	background-color: #F2F2F2;
	color: #333333;
	font-weight: normal;
}

.obe_link {
	float: right;
}

.obe_cfull {
	height: 8px;
	max-height: 8px;
	color: #fff;
	margin: 0;
	padding: 0 !important;
}

.ob_tfc_hint_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ob_tfc_hint_box_inner {
    display: inline-block;	
}

.ob_tfc_icon {
    display: table-cell;
    vertical-align: top;	
}

.ob_tfc_icon_inner {
	margin-top: 2px;
    margin-right: 8px !important;
    color: #e73339;
    font-size: 16px;
    display: inline-block;	
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1em;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important;
}

.ob_tfc_content {
    display: table-cell;
    vertical-align: middle;
}

.ob_tfc_choosen_event,
.ob_tfc_hint {
    font-size: 13px;
    line-height: 19px;
    color: #333;
}

.ob_tfc_hint i {

}

/* =============================================================================
 * category product listing
 * ========================================================================== */

#ob_cat_products_container::after {
	clear: both;
    content: " ";
    display: table;
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container {
	border: 1px solid rgba(255,255,255,0);
	padding: 0 15px 15px 15px;
    text-align: center;
	position: relative;
	/* height: 100%; */
}

body.home #ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container {
	/* height: 268px; */
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container .ob_col_hover_container {
    opacity: 0;
	position: absolute;
	left: 0;
	text-align: center;
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:hover,
#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:active {
	border: 1px solid #e6e6e6;
    border-radius: 10px;
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container img {
	opacity: 1;
    height: auto;
    max-width: 100%;
    width: auto;    
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container .ob_product_badges_container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 24px;
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container .ob_product_badges_container div {
    position: relative;
    display: inline-block;
    margin-left: 2px;
	line-height: 24px;
    padding: 7px 7px 5px 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	opacity: 1;
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container div.ob_product_color_badge {
    /* padding: 6px 6px 4px 6px; */
    /* background-image: linear-gradient( to bottom, rgba(231, 51, 57, 1) 0%, rgba(231, 51, 57, 1) 12px, rgba(0, 150, 75, 1) 12px, rgba(0, 150, 75, 1) 100% ); */
	/* background-image: linear-gradient( 135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(110, 110, 110, 1) 50%, rgba(110, 110, 110, 1) 100% ); */
	background-image: linear-gradient(to right, #FCEA10 0%, #FCEA10 50%, #E7343A 50%, #E7343A 100%), linear-gradient(to right, #00974C 0%, #00974C 50%, #27348B 50%, #27348B 100%);
	background-size: 100% 50%;
    background-position: center top, center bottom;
    background-repeat: no-repeat
	/* border: 1px solid #6E6E6E; */
}

 .ob_product_related_products #ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container .ob_product_badges_container div,
.ob_product_new_products #ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container .ob_product_badges_container div {
    padding-top: 1px;
    padding-bottom: 1px;	
}
/*
 .ob_product_related_products #ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container .ob_product_badges_container div.ob_product_color_badge,
.ob_product_new_products #ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container .ob_product_badges_container div.ob_product_color_badge {
    padding-top: 0px;
    padding-bottom: 0px;	
}
*/
#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container .ob_product_color_badge img {
    height: 12px;
    width: 10px;
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container div.ob_product_new_badge {
  background-color: #6E6E6E;
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container .ob_product_new_badge img {
  height: 12px;
  width: auto;
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container div.ob_product_brand_badge {
  background-color: #00964B;
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container .ob_product_brand_badge img {
  height: 12px;
  width: auto;
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:hover img,
#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:active img,
#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:hover .ob_product_new_badge,
#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:active .ob_product_new_badge,
#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:hover .ob_product_color_badge,
#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:active .ob_product_color_badge,
#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:hover .ob_product_brand_badge,
#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:active .ob_product_brand_badge {
	-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
	opacity: 0.15;
}

#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:hover .ob_col_hover_container,
#ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:active .ob_col_hover_container {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	opacity: 1;
}

#ob_cat_products_container .ob_responsive_grid h2 {
	margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

#ob_cat_products_container .ob_responsive_grid .ob_product_sub_title {
	color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

#ob_cat_products_container .ob_responsive_grid .ob_product_color,
#ob_cat_products_container .ob_responsive_grid .ob_product_measurements,
#ob_cat_products_container .ob_responsive_grid .ob_product_price {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}

#ob_cat_products_container .ob_responsive_grid .ob_product_price {
	margin-top: 10px;
	padding: 0 5px;
}

#ob_cat_products_container .ob_responsive_grid a,
#ob_cat_products_container .ob_responsive_grid a:hover 
#ob_cat_products_container .ob_responsive_grid a:active,
#ob_cat_products_container .ob_responsive_grid a:focus,
#ob_cat_products_container .ob_responsive_grid a:visited {
    text-decoration: none;
	color: inherit;
}

#ob_cat_products_container .ob_responsive_grid a.ob_pp_link,
#ob_cat_products_container .ob_responsive_grid a:active.ob_pp_link
#ob_cat_products_container .ob_responsive_grid a:focus.ob_pp_link
#ob_cat_products_container .ob_responsive_grid a:visited.ob_pp_link {
    text-decoration: none;
	color: inherit;	
}

#ob_cat_products_container .ob_responsive_grid a:hover.ob_pp_link {
    text-decoration: underline;
	  color: #e73339;	
}

#ob_cat_products_container .ob_product_diameter {
	font-size: 16px;
	line-height: 16px;
}

.ob_wc_back_to_top_category {
	text-align: center;
}

.ob_wc_back_to_top_category a::before {
   content: '\00AB ';
}

/* =============================================================================
 * product subcategory navigation
 * ========================================================================== */

.ob_wc_nav_subcategories {
	text-align: center;
	margin-top: 50px;
}

.ob_wc_nav_subcategories a,
.ob_wc_nav_subcategories a:focus,
.ob_wc_nav_subcategories a:visited {
	font-size: 18px;
	line-height: 26px;
    color: #333;
	text-decoration: none;
	font-weight: 400;
}


.ob_wc_nav_subcategories a:hover,
.ob_wc_nav_subcategories a:active {
    color: #e73339;
	text-decoration: none;
}

.ob_wc_nav_subcategories a:not(:first-child) {
	padding-left: 35px;
}

/* =============================================================================
 * product page
 * ========================================================================== */

.ob_spp_images:after {
    content: " ";
    display: table;
    clear: both;     
}
 
.ob_spp_image_badges_wrapper {
    margin-top: -30px;
    position: relative;    
}

.ob_spp_image_badges {
    position: absolute;
    right: 0;
    top: 0; 
}

.ob_spp_image_badges .ob_product_brand_badge,
.ob_spp_image_badges .ob_product_new_badge {
    display: inline-block;
    line-height: 18px;   
}

.ob_spp_image_badges .ob_product_brand_badge {
    padding: 7px 7px 5px 7px;
    background-color: #00964B;
    border-radius: 3px;
}

.ob_spp_image_badges .ob_product_brand_badge img {
    width: auto;
    height: 16px;
}

.ob_spp_image_badges .ob_product_new_badge {
    
}

.ob_spp_image_badges .ob_product_new_badge p {
    background-color: #6E6E6E;
    padding: 7px 7px 5px 7px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.ob_spp_image_badges .ob_product_new_badge.obpb-two-badges {
    margin-right: 5px;
}
 
.content table.ob_pd_subtitle_icons,
.content .ob_pd_subtitle_icons td,
.content .ob_pd_subtitle_icons th {
	border: none !important;
	padding: 0;
}

table.ob_pd_subtitle_icons {
	margin-bottom: 0px !important;
}

td.ob_pd_subtitle {
    width: 1%;
    white-space: nowrap;
}

.ob_pd_subtitle {
	color: #333;	
	font-size: 18px;
	line-height: 28px;
}

.content td.ob_pd_icons {
    padding-left: 15px;
}

.ob_pd_icons img {
    width: auto;
	height: 22px;
}

.ob_pd_icons img:not(:first-child) {
    padding-left: 8px;
}

.ob_pd_designer {
    font-size: 13px;
    line-height: 15px;
    color: #6e6e6e;
    margin-bottom: 0;
}

table.ob_pd_attributes {
    margin-top: 20px !important;
    font-size: 14px;
    line-height: 20px !important;
}

.ob_pcv_headline,
.ob_pfi_headline {
    text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
}
/*
.ob_pfi_content::before {
	content: '+';
    padding-right: 5px;
}
*/
.ob_pfi_content {
	color: #333;
}

h2.ob_prp_headline {
	margin-bottom: 0;
	text-align: center;
}

#ob_cat_products_container.ob_pg_color_family .ob_col_hover_container {
	display: none;
}

#ob_cat_products_container.ob_pg_color_family .ob_responsive_grid div[class^='ob_column_'] .ob_col_container {
    margin-bottom: 0 !important;    
}

#ob_cat_products_container.ob_pg_color_family .ob_responsive_grid div[class^='ob_column_'] .ob_col_container img {
    height: 65px; 
    max-width: 100%;
    width: auto;    
}
/*
#ob_cat_products_container.ob_pg_color_family .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:hover {
    border: none;
    border-radius: 0px;
	display: none;
}

#ob_cat_products_container.ob_pg_color_family .ob_responsive_grid div[class^='ob_column_'] .ob_col_container:hover img {
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
	opacity: 1;
}
*/
#ob_cat_products_container.ob_pg_color_family .ob_responsive_grid div[class^='ob_column_'] .ob_col_container {
    border: none;
    padding: 0px;
    text-align: center;
    height: 100%;
	margin-top: 0px !important;
}

#ob_product_color_variants_aload::before,
#ob_product_related_products_aload::before {
    content: "";
    display: table;
    clear: both;	
}

body.single-product form.cart,
.ob_product_color_variants,
.ob_product_further_information,
.ob_product_downloads {
   margin-top: 30px;
}

.obpdlc_dl {
	display: inline-block;
}

.obpdl_container > .obpdlc_dl:last-child {
    margin-left: 15px;	
}

a.obpdl_link {
    color: #333;
    font-weight: normal;
}

.obpdl_link p {
    margin-bottom: 5px;
}

a.obpdl_link:hover,
a.obpdl_link:focus,
a.obpdl_link:active,
a.obpdl_link:visited {
    color: #333;
    text-decoration: none;
}

.obpdl_image {
    height: 32px;
    width: auto;
}

.ob_product_related_products {
    margin-top: 70px;	
}

/* =============================================================================
 * product variation select
 * ========================================================================== */

#ob_product_variations_aload::before {
    content: "";
    display: table;
    clear: both;	
}

.ob_product_variations {
    margin-top: 30px;
}

.ob_pvar_select {
    font-size: 14px;
	  line-height: 20px;
}

.ob_pvar_sub_select {
    font-size: 12px;
	  line-height: 18px;
}

.ob_pvar_select ul.ob_pvar_select { 
	width: 360px; 
	border: 1px solid #d8d8d8;
	margin: 0;
}

.ob_pvar_select ul.ob_pvar_select>li::before {
    content: '\25BE';
    float: right;
	padding: 6px 12px;
}

.ob_pvar_select ul.ob_pvar_select > li { 
	width: 360px;
    display: inline-block;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}

.ob_pvar_select ul.ob_pvar_select > li,
.ob_pvar_select ul.ob_pvar_select > li a,
.ob_pvar_select ul.ob_pvar_select > li a:hover {
	text-decoration: none;
	color: #6e6e6e;
} 

.ob_pvar_select ul.ob_pvar_select > li a {
	display: block;
	padding: 6px 12px;
}

.ob_pvar_select ul.ob_pvar_select li ul { 
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;	
	width: 360px; 
	z-index: 1000; 
}

.ob_pvar_select ul.ob_pvar_select li:hover ul { 
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
	background: #f3f3f3;
	margin-bottom: 12px;
	background: #fff;
}

.ob_pvar_select ul.ob_pvar_sub_select {
	margin: 0;
    margin-left: -1px;
	border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}

.ob_pvar_select ul.ob_pvar_sub_select li {
	text-transform: none;
	border: none;
}

.ob_pvar_select ul.ob_pvar_sub_select li a {
	text-decoration: none !important;
	color: #6e6e6e !important;	
}

.ob_pvar_select ul.ob_pvar_sub_select li:hover a,
.ob_pvar_select ul.ob_pvar_sub_select li:hover a:hover {
    color: #e73339 !important;
}

/* =============================================================================
 * brand select
 * ========================================================================== */

.ob_brand_select {
    text-align: center;
}

.obbs_link:not(:last-child) {
    padding-right: 15px;
}

a.obbs_link {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
}

a.obbs_link.obbsl_active {
    color: #e73339;
    font-weight: 500;
}

/* =============================================================================
 * responsive
 * ========================================================================== */
 
@media only screen and (min-width: 48em) { 	
  .ob_column_fourth {
      width: 25%;
  }
  
  .ob_column_fourth:nth-child(4n+1),
  .ob_column_fourth:nth-child(4n) {
      width: calc(25% - 7.5px);
  }
  
  .ob_column_fourth:nth-child(4n+2),
  .ob_column_fourth:nth-child(4n+3) {
      width: calc(25% + 7.5px);
  }
	
  .ob_column_third {
      width: 33.3%;
  }

  .ob_column_half {
      width: 50%;
  }

  .ob_column_fourth:not(:nth-child(4n)),
  .ob_column_third:not(:nth-child(3n)),
  .ob_column_half:first-child {
      padding-right: 15px !important;
  }

  .ob_column_fourth:not(:nth-child(4n+1)),
  .ob_column_third:not(:nth-child(3n+1)),
  .ob_column_half:last-child {
      padding-left: 15px !important;
  }
} 

@media screen and (max-width: 1199px) {
     body:not(.single-product) .ob_event_select_inner,	
    .ob_event_select ul.obe_es_select,
	.ob_event_select ul.obe_es_select > li,
	.ob_event_select ul.obe_es_select li ul {
        width: 300px;
    }
}

@media screen and (max-width: 1024px) {	
  #ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container {
      /* height: 430px; */
  }
	
  .ob_column_fourth:not(.obec) {
      width: 50%;
  }
  /*
  .ob_column_fourth:not(.obec):nth-child(4n+1),
  .ob_column_fourth:not(.obec):nth-child(4n) {
      width: calc(50% - 7.5px);
  }
  
  .ob_column_fourth:not(.obec):nth-child(4n+2),
  .ob_column_fourth:not(.obec):nth-child(4n+3) {
      width: calc(50% + 7.5px);
  }
  */	
  .ob_pg_color_family .ob_column_fourth {
      width: 25%;
  }
  /* 
  .ob_pg_color_family .ob_column_fourth:nth-child(4n+1),
  .ob_pg_color_family .ob_column_fourth:nth-child(4n) {
      width: calc(25% - 7.5px);
  }
  
  .ob_pg_color_family .ob_column_fourth:nth-child(4n+2),
  .ob_pg_color_family .ob_column_fourth:nth-child(4n+3) {
      width: calc(25% + 7.5px);
  }
  */
	
  .ob_product_related_products {
      margin-top: 60px;	
  }
  
  .ob_spp_image_badges_wrapper {
      margin-top: -26px;
  }
  
  .ob_spp_image_badges .ob_product_brand_badge,
  .ob_spp_image_badges .ob_product_new_badge {
      line-height: 14px;
  }

  .ob_spp_image_badges .ob_product_brand_badge img {
      height: 14px;
  }
  
  .ob_spp_image_badges .ob_product_new_badge p {
      font-size: 14px;
  }
}

@media screen and (max-width: 990px) {	
	.ob_pvar_select ul.ob_pvar_select, 
	.ob_pvar_select ul.ob_pvar_select > li,
	.ob_pvar_select ul.ob_pvar_select li ul {
		width: 330px;
	}

	#ob_cat_products_container.ob_pg_color_family .ob_responsive_grid div[class^='ob_column_'] .ob_col_container img {
		height: 55px;    
	}

  .ob_wc_nav_subcategories a:not(:first-child) {
      padding-left: 0px;
  }
	
  .ob_wc_nav_subcategories a:not(:first-child):before {
	  content: '\A';
	  white-space: pre;
  }
}

@media screen and (max-width: 767px) {	
  .ob_product_related_products {
      margin-top: 50px;	
	  padding: 0 15px;
  }
}

@media screen and (max-width: 479px) {
  #ob_cat_products_container .ob_responsive_grid h2,
  #ob_cat_container .ob_responsive_grid h2 {
      font-size: 16px !important;
      line-height: 20px !important;
  }
	
  #ob_cat_products_container:not(.ob_pg_color_family) .ob_responsive_grid div[class^='ob_column_'] .ob_col_container {
      /* height: 350px; */
  }
	
  #ob_cat_products_container .ob_responsive_grid .ob_product_sub_title {
      word-wrap: break-word;
      font-size: 13px;
      line-height: 19px;
  }
	
  #ob_cat_products_container .ob_responsive_grid .ob_product_color, 
  #ob_cat_products_container .ob_responsive_grid .ob_product_measurements, 
  #ob_cat_products_container .ob_responsive_grid .ob_product_price {
      font-size: 11px;
      line-height: 16px;
  }
	
     body:not(.single-product) .ob_event_select_inner,	
    .ob_event_select ul.obe_es_select,
	.ob_event_select ul.obe_es_select > li,
	.ob_event_select ul.obe_es_select li ul {
        width: 270px;
    }
}

@media screen and (max-width: 320px) {		
  #ob_cat_products_container .ob_responsive_grid h2,
  #ob_cat_container .ob_responsive_grid h2 {
      font-size: 16px !important;
      line-height: 20px !important;
  }
	
  .ob_product_related_products {
      margin-top: 40px;	
  }
}