/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone

Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.5.1651570937
Updated: 2022-05-03 09:42:17

*/
/* Header */
@font-face {
  font-family: 'NeueHaas';
  src: url('fonts/NeueHaasUnicaPro-Bold.ttf');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaas';
  src: url('fonts/NeueHaasUnicaPro-Heavy.ttf');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaas';
  src: url('fonts/NeueHaasUnicaPro-Light.ttf');
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: 'NeueHaas';
  src: url('fonts/NeueHaasUnicaPro-Medium.ttf');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaas';
  src: url('fonts/NeueHaasUnicaPro-Regular.ttf');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaas';
  src: url('fonts/NeueHaasUnicaPro-Thin.ttf');
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin-Variable-Concept';
  src: url('fonts/Acumin-Variable-Concept.ttf');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noka-Semibold';
  src: url('fonts/Noka-Semibold.ttf');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}


 

.acc-text-boxes .text-box video{
	width: 100%!important;
}

#videos .acc-text-boxes .text-box:nth-child(2){
	padding-right: 0px!important;
}
/*#videos .acc-text-boxes .text-box:hover .head-text a{
	font-weight: 600;
}*/

.border-white{
	border-color: #fff!important;
}

* {
	font-family: 'NeueHaas'!important;
}
a {
	text-decoration: none;
	font-weight: 400;
}
b {
	font-weight: 800;
}
p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
ul {
	padding: 0;
	margin:  0;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
}
h1 {
	font-size: 100px;
	line-height: 75px;
	font-weight: 400;
	letter-spacing: -0.5px;
}

.site-main > * {
	margin-top: 0px;
	margin-bottom: 0px;
}
.site-main {
	padding-top: 0px;
}
.site-header {
	background: #fff;
	padding: 0px 30px;
	width: 100%;
	max-width: 100%;
	align-items: center!important;
	position: relative;
	z-index: 99999;
}
.site-header:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	z-index: -1;
	background-color: transparent;
}
.site-header:after {
    content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
}

.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
    display: flex;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 1;
}

#primary-menu-list li a {
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #333333;
	background-color: transparent!important;
	text-decoration: none!important;
	transition: all 0.1s linear !important;
}
#primary-menu-list > li > a {
    text-align: center;
}
#primary-menu-list li a:before {
    display: block;
    content: attr(data-title);
    font-weight: 800;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    text-align: center;
}
.site-logo {
    margin-top: 8px;
}
.site-branding {
	width: 244px;
	margin-top: 0;
}

/*
.single-starborn_product .images-col4.caption-below .icon-image-row, .single-starborn_product .images-col3.caption-below .icon-image-row{
	align-items: flex-start!important;
	height: 52px!important;
}
.single-starborn_product.postid-538 .custom-content >div:nth-child(4) .images-col3.caption-below .icon-image-row{
	height: unset!important;
}*/
.single-starborn_product.postid-538 .custom-content .custom-pdp-section:nth-child(1) .images-col3.caption-below .icon-image-row, .single-starborn_product.postid-326 .custom-content .custom-pdp-section:nth-child(1) .images-col4.caption-below .icon-image-row{	
	align-items: flex-start!important;
	height: 52px!important;
}

.two-col-section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.two-col-section > li{
	width: calc(50% - 25px);
}

.two-col-section > li > img{
	width: 100%;	
}
.two-col-section > li > ul > li{
	margin-bottom: 20px;
	margin-top: 20px;
}


.img-banner-wrapper table{
	border: unset;
}


.img-banner-wrapper table tr td:first-of-type{
	border-left: unset;
}

.img-banner-wrapper table tr:first-of-type th{
	border-top: unset;
    border-left: unset;
}

.img-banner-wrapper table tr th:last-of-type{
	border-top: unset;
	border-right: unset;
}

.img-banner-wrapper table tr:last-of-type td{
	border-bottom: unset;
}
.img-banner-wrapper table tr td:last-child{
	border-right: unset;
}


.deck-matcher-wrapper .accordion-main .accordion:nth-child(2) > h2.acc-head{
  border-bottom: unset!important;
}
.deck-matcher-wrapper .accordion-main .accordion:nth-child(2){
  border-bottom: 1px solid #000!important;
}

/*.single-starborn_product.postid-969 .product-banner{
	background-position: initial;
    background-size: 100%;
}*/
.single-starborn_product.postid-969 .product-banner h1{
	color:#fff!important;
}
.single-starborn_product.postid-969 .product-banner .banner-content{
	position: absolute;
    top: 150px;
}

.page-template-template-common-page .common-page-wrapper ul li{
	list-style-type: disc;
}
.page-template-template-common-page .common-page-wrapper ul{
    padding-left: 50px;
}


/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.site-header .widget_search {
	width: 244px;
	margin-top: 12px;
}
.primary-navigation {
	width: 100%;
	max-width: calc(100% - 488px);
	position: unset;
}
.primary-navigation .menu-wrapper {
	justify-content: center!important;
	padding-top: 44px;
	padding-bottom: 0px;
}
.primary-navigation .menu-wrapper > li {
	margin-left: 30px!important;
	height: 66px;
}
.primary-navigation .menu-wrapper > li > a {
	  padding-top: 0px;
    padding-bottom: 0px;
}
.primary-navigation .menu-wrapper > li:first-of-type {
	margin-left: 0px!important;
}

.site-header .widget_search .wp-block-search__button {
	background: transparent!important;
	border: unset!important;
	outline: none!important;
    padding: 0px;
    width: 22px;
    height: 22px;
}
.site-header .widget_search .wp-block-search__button svg {
	min-width: 22px;
    min-height: 22px;
}
.site-header .widget_search .wp-block-search__button svg circle {
	fill: transparent;
	stroke-width: 1.5px;
}
.site-header .widget_search .wp-block-search__button svg line {
	stroke-width: 1.5px;
}

.single-starborn_product.postid-1032 table th, .single-starborn_product.postid-1042 table th, .single-starborn_product.postid-1052 table th, .single-starborn_product.postid-1057 table th{
	text-transform: uppercase;
}

.site-header .widget_search .wp-block-search__input {
	border: unset!important;
	outline: none!important;
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #333333;
	max-width: 110px;
	height: 66px;
}


.site-footer.decking-footer{
	background: rgba(238, 238, 238, 0.5);
}
.site-header .widget_search .wp-block-search__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333;
  font-weight: 500;
}
.site-header .widget_search .wp-block-search__input::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
  font-weight: 500;
}
.site-header .widget_search .wp-block-search__input:-ms-input-placeholder { /* IE 10+ */
  color: #333333;
  font-weight: 500;
}
.site-header .widget_search .wp-block-search__input:-moz-placeholder { /* Firefox 18- */
  color: #333333;
  font-weight: 500;
}
.site-header .wp-block-search__inside-wrapper {
	justify-content: flex-end;
	align-items: center;
}

.primary-navigation > .primary-menu-container, .primary-navigation > div > .menu-wrapper, 
.primary-navigation > div > .menu-wrapper li {
	position: unset;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
	top:  100px;
	width: 100%;
	padding: 38px 30px 70px;
	background-color: #fff;
	border: unset;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before, 
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
	display: none;
}
.primary-navigation .sub-menu .menu-item > a {
	padding: 0px 0px;
}
.primary-navigation .sub-menu {
	margin: 0px;
}
body.home #primary-menu-list li.menu-item-has-children > a {
	font-weight: 800;
}
#primary-menu-list li.current-menu-item > a {
	font-weight: 800;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  {
	display: flex;
	flex-wrap: wrap;
	z-index: -2;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li.menu-item-has-children {
	flex:  auto;
	width: auto;
	margin-left: 30px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li.menu-item-has-children:first-of-type {
	margin-left: 0px;
	max-width: 33%;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li.menu-item-has-children > a {
	color: #FFB711!important;
	font-weight: 800!important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a {
	display: inline-block;
	font-size: 17px!important;
	line-height: 40px;
	font-weight: 400!important;
	letter-spacing: 0.02em;
	color: #000;
	
	padding: 0px 20px;
	position: relative;
}
.primary-navigation > div > #primary-menu-list.menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a.active {
    font-weight: 500!important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a:before {
	content: '';
	position: absolute;
	width: 1px;
	background: #000;
	height: 40%;
	top: 30%;
	left: 0px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a:first-of-type {
	min-width: 250px;
	color: #000!important;
	font-size: 16px!important;
	font-weight: 500!important;
	border: unset;
	padding: 0px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a:first-of-type::before {
	display: none;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a > span {
	display: inline-block;
	min-width: 250px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a > i {
	font-size: 17px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #000;
	font-style: normal;
	border-left: 1px solid #000;
	padding: 0px 20px;
}


li.menu-item-has-children .sub-menu-toggle {
	display: none!important;
}

/* End header */







/* Footer */
.single-starborn_product .site-main{
	padding-bottom:0!important;
}
.site-footer {
	max-width: 100%;
	padding-left: 28px;
    padding-right: 28px;
}
.site-footer aside.widget-area {
	display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 45px;
	column-gap: 0;
}
.site-footer aside.widget-area .widget_block {
	width: 70%;
	margin-bottom: 0px;
}
.site-footer aside.widget-area .widget_block.widget_text {
	width: auto;
}
.site-footer aside.widget-area #block-13{
	display: none;
}
.site-footer aside.widget-area #block-17, 
.site-footer aside.widget-area #block-16{
	width: 100%;
}
.site-footer aside.widget-area #block-16{
	position: relative;
	top: 0px;
	margin-top: 20px;
}
.site-footer aside.widget-area #block-17{
	margin: 0;
}
.site-footer aside.widget-area #block-17 p{
	color: #848484;
}
.site-footer aside.widget-area .widget_block .wp-block-group {
	width: 100%;
	max-width: 100%!important;
}
.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu {
	margin-top: 0px;
	width: 25%;
	margin-bottom: 0px;
}
.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu:nth-child(3), .site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu:nth-child(4){
	position: relative;
	top: -2px;
}
.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu h2, 
.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu .menu-heading a {
    text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #000;
	margin-bottom: 0px;
}
.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu nav {
	margin-top: 0px;
}
.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu ul li {
	line-height: 20px;
}

.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu ul li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-decoration: none!important;
	color: #000;
}

.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu ul li:hover a{
	color: #ffb711;
}





.img-banner-wrapper br{
	display: none;
}
.site-footer aside.widget-area .widget_block.widget_text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #000;
}
.site-footer aside.widget-area #block-14 p, .site-footer aside.widget-area #block-14 p a {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.01em;
	color: #000;
}
.email-id, .mobile-no{
	font-size: 15px;
}
.copyright-text strong{
	color: #000;
}
.site-footer aside.widget-area .widget_block.widget_text a {
	text-decoration: none!important;
	color: #000;
}
#block-8 {
	margin-top:  20px;
}

/* End Footer */



/* Deck Matcher */
.deck-matcher-wrapper {
	padding: 0px 30px;
	padding-top: 0px!important;
}
.deck-matcher-wrapper .accordion-main {
	padding-top: 0px;
}
.deck-matcher-wrapper .deck-match {
	overflow: auto;
}
.deck-match-table {
	min-width: 600px;
}
.deck-match-table .cell {
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #000;
	letter-spacing: 0.03em;
	padding: 8.5px 10px;
	border-bottom: unset;
	border-right: 1px solid #000;
}
.deck-match-table .cell:last-of-type, .deck-match-table .cell:first-of-type {
	border-right: unset;
}
.deck-match-table th:first-of-type {
	border-right-color: transparent;
}
.deck-match-table td {
	vertical-align: top;
	font-size: 17px;
	line-height: 40px;
	font-weight: 400;
	color: #000;
	padding: 0px;
	border-top: unset;
}

.deck-match-table ul {
	margin:  0px;
	padding: 0px;
	/*height: 286px;
	overflow: auto;*/
}
.deck-match-table .clickable-cell {
	height: 280px;
	overflow: auto;
}
.deck-match-table td ul {
	display: none;
}
.deck-match-table td ul:first-of-type {
	display: block;
}
.deck-match-table ul li {
	list-style-type: none;
	font-size: 16px;
	line-height: 39.2px;
	font-weight: 400;
	color: #000;
	padding: 0px 10px;
	border-bottom: 1px solid #E0E0E0;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.deck-match-table ul li.cell_height_2x {
    height: 80px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.deck-match-table ul li a {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: #000;
	cursor: pointer;
}
.deck-match-table .result-cell ul li:empty {
    border-bottom: unset;
}



.deck-match-table .result-cell ul li:not(:first-child) {
    min-height: 40px;
    max-height: 40px;
}
li.relHeading {
	font-weight: 500!important;
	text-transform: uppercase;
	font-size: 17px!important;
}
/*.clickable-2, .clickable-3 {
	border-right: 1px solid;
}*/
.clickable-2 ul, .clickable-3 ul {
	border-right: unset!important;
}
.deck-match-table td.clickable-1 ul, .deck-match-table td.result-cell ul {
	overflow: hidden;
}
.result-cell ul {
	height: 100%;
}
.deck-match-table ul li:hover {
	background: #FFB711;
}
.clickable-cell ul li.active {
	background: #FFB711;
}
.deck-match-table ul.col-3 {
	column-count: 3;
}

.clickable-cell table {
	border: unset;
}
.clickable-cell table tr td:first-of-type {
	border-left: unset;
	border-top: unset;
	border-right: unset;
}
.clickable-cell table tr td {
	padding: 0px 10px;
}
.deck-match-table td.clickable-3 {
	display: flex;
	flex-wrap: wrap;
	border-right: unset;
  border-left: unset;
	border-top: unset;
}
.deck-match-table td.clickable-3 ul {
	flex: auto;
	min-width: 33.333%;
}
.deck-match-table.wood td {
	height: 288px;
	overflow: auto;
}
.deck-match-table td.clickable-3 ul.ul-1 {

}
.deck-match-table td.clickable-3 ul li {
	border-left: 1px solid #000;
	
}
.deck-match-table td.clickable-3 ul:nth-child(3n + 1) li {
  border-left: unset;
}
.deck-match-table td.clickable-3 ul:first-of-type li {
	border-left: unset;
}
.deck-match-table .result-cell ul li:first-of-type {
	height: 120px;
	color: #fff;
}
.deck-match-table td {
	/*height: 287px;
	overflow: auto;*/
}
.clickable-1 ul li:last-of-type {
	border-bottom: unset;
}
.page-template-template-deck-matcher h1 {
	color: #000;
}

/* End Deck Matcher */


/* Search Results */
h3.no-result {
    text-align: center;
}
body.search .page-header {
	max-width: 100%;
	padding: 34px 25px;
	border: unset;
	text-align: center;
}
body.search h1 {
	color: #000;
  font-size: 100px;
  line-height: 75px;
  font-weight: 500;
  text-transform: uppercase;
}
body.search #content {
	border-color: #FFB711;
	background-image: unset;
}
body.search .grid-text h3.no-thumb {
    line-height: 19px;
}
body.search main .default-max-width {
	max-width: 100%;
	padding: 0px 25px;
}

/* End Search Results */

.product-content .img-banner-wrapper img{
	max-height: unset!important;
}

.page-template-template-common-page-php.page-id-617 .common-page-wrapper h2{
	    margin-bottom: 0;
}
/*.page-template-template-common-page-php.page-id-617 .common-page-wrapper .has-text-color{
	margin-bottom: 10px;
	margin-top: 5px;
}*/

.page-template-template-common-page-php.page-id-617 .common-page-wrapper p{
	padding-bottom: 15px;
}

.page-template-template-common-page-php.page-id-617 .common-page-wrapper .ul-list{
	padding-bottom: 20px!important;
}
.page-template-template-common-page-php.page-id-617 .wp-block-image.size-full{
	padding-top: 0;
    padding-bottom: 20px!important;
    margin-bottom: 0;
}

.product-wrapper {
	margin-top: 25px;
}
.star-products-grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px;
	padding: 0px;
	justify-content: flex-start;
}

.star-products-grid .star-grid > a .grid-image img{
	transition: all 0.3s ease-in-out;
}
.star-products-grid .star-grid > a:hover .grid-image img{
	transform: scale(1.1);
}
.star-products-grid .star-grid {
	width: 33.333%;
	max-width: calc(33.333% - 40px);
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}
.star-products-grid .star-grid .grid-image {
	position:relative;
}
.star-products-grid .star-grid img {
	display: block;
	max-height: 21vw;
    min-height: 21vw;
    object-fit: cover;
    max-width: 100%!important;
}
.star-products-grid .star-grid .grid-text {
	margin-top: 21px;
}
.star-products-grid .star-grid h2 {
	font-size: 21px;
	font-weight: 700;
	line-height: 25px;
    font-style: normal;
    text-transform: uppercase;
}
.star-products-grid .star-grid h2 span {
    text-transform: none;
}
.star-products-grid .star-grid .grid-text p, .star-products-grid .star-grid .grid-text a {
	font-size: 21px;
	font-weight: 400;
	line-height: 25px;
}



/* banner-slide-8 */
.banner-content-wrap {
	position: absolute;
    top: 36px;
    left: 40px;
	height: 100%;
	opacity: 0;
}
.slick-slide .banner-content-wrap{
	opacity: 1;
}
.banner-content-wrap h2 {
    font-size: 100px;
    font-weight: 500;
    letter-spacing: -0.03em;
	line-height: 75px;
	margin-bottom: 20px;
	
}
.banner-slide-8 .banner-content-wrap h3{	
	font-size: 60px;
	line-height: 70px;
	font-weight: 600;
}
.banner-slide-8 .banner-content-wrap h4{
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.005em;
    margin-top: 10px;
	font-weight: normal;
}

.banner-slide-8 .banner-content-wrap h4 span strong{
	font-weight: bold;
}
.banner-slide-8 .banner-content-wrap p span{
	font-size: 34px;
	line-height: 44px!important;
}
.banner-slide-8 .banner-content-wrap p{
	/*position: absolute;
    bottom: 20%;*/
    margin-top: 50px;
}

.banner-slide-9 .banner-content-wrap h3{
	font-size: 36px;
	line-height: 32px;
	letter-spacing: 1px;
}


/* banner-slide-10 */

.banner-slide-10 .banner-content-wrap h3{
	font-size: 80px;
	line-height: 90px;
	margin-top: -12px;
}
.banner-slide-10 .banner-content-wrap h4{
	font-size: 48px;
	font-weight: normal;
	max-width: 570px;
	/*position: absolute;
	bottom: 175px;*/
	line-height: 55px;
	margin-top: 50px;
}
.banner-content-wrap pre {
    overflow: unset;
    margin-top: 35px;
	display: flex;
}
.banner-content-wrap pre a {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    max-height: 40px;
    letter-spacing: 0.02em;
	background: #FFC211;
    padding: 0 35px;
	margin-left: 2px;
	margin-right: 50px;
}
.banner-content-wrap pre a:last-of-type {
	margin-right: 0;
}
.banner-content-wrap pre a:nth-child(2) {
	background: #ff0000;
	color: #fff;
}
.banner-content .banner-cta {
	margin-top: 50px;
}
.banner-content .banner-cta a {
	font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    max-height: 40px;
    letter-spacing: 0.02em;
	background: #ff0000;
	color: #fff;
    padding: 0 35px;
	margin-left: 2px;
}


/* banner-slide-11 */

.banner-slide-11 .banner-content-wrap{
	max-width: 927px;
}
.banner-slide-11 .banner-content-wrap h4{
	font-weight: 400;
	font-size: 23px;
	line-height: 30px;
	letter-spacing: 0.01em;
}



/* banner-slide-12 product page type */
.banner-slide-12 .banner-content-wrap{
	left: 30px;
	max-width: 80%;
}
.banner-slide-12 .banner-content-wrap h2{
	line-height: 85px;
	letter-spacing: -0.005em;
	margin-bottom: 10px;
	font-weight: 500;
}
.banner-slide-12 .banner-content-wrap h3{
	font-size: 94px;
	line-height: 84px;
	margin-left: -3px !important;
	font-weight: 300;
	letter-spacing: -0.005em;
}
.banner-slide-12 .banner-content-wrap h4{
	font-size: 35px;
	line-height: 38px;
	font-weight: 350;
	margin-left: 3px;
	letter-spacing: -0.005em;
	margin-top: 17px;
}
.banner-slide-12 .bannerImg{
	object-position: center center;
}

/* banner-slide-12 product page type end*/

.single-starborn_product.postid-523 .custom-pdp-section .icon-image-row p{
	margin-bottom: 5px;
}

.close-nav-mobile {
    position: fixed;
    z-index: 999999999;
    top: -1px;
    right: 0;
    background: #fff;
    display: none;
}
.close-nav-mobile img {
    position: relative;
    top: 2px;
}
.mm-wrapper_opened .close-nav-mobile {
    opacity: 1;
    display: block;
}
.icon-close-menu:not(.close-nav-mobile) {
    display: none;
}

@media screen and (max-width:1400px){

	.single-starborn_product.postid-523 .custom-content >div:nth-child(3), .single-starborn_product.postid-539 .custom-content >div:nth-child(3){
		width: calc(140% + 70px)!important;
	}
	.single-starborn_product.postid-523 .custom-pdp-section .icon-image-row p{
		height: auto!important;
	}
	.banner-slide-10 .banner-content-wrap h4{
		font-size: 28px;
		max-width: 440px;
		line-height: 32px;
		bottom: 150px;
	}
	.banner-slide-8 .banner-content-wrap h4{
		font-size: 32px;
		line-height: 36px;
	}
	.banner-slide-8 .banner-content-wrap p span{
		font-size: 24px;
		line-height: 28px!important;
	}
}
@media screen and (max-width:1000px){
	.banner-content-wrap h2{
		font-size: 80px;
		line-height: 90px;
		margin-bottom: 0;
	}
	.banner-slide-8 .banner-content-wrap h3{
		font-size: 42px;
		line-height: 52px;
	}
	.banner-slide-9 .banner-content-wrap h3{
		font-size: 30px;
		line-height: 30px;
	}

}

.no-border-top{
	border-top:unset!important;
}

.no-border-bottom{
	border-bottom:unset!important;
}

/*Slides Design end*/
.product-banner.mobile{
	display: none!important;
}
.banner-slider-wrapper.mobile{
	display: none!important;
}
.banner-slider-wrapper.desktop .banner-content-wrap h2{
	position:relative;
	left: -7px;
}
.banner-slider-wrapper {
	margin-bottom: 0px;
}
.banner-slider .slick-dots {
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.banner-slider .slick-dots li {
	margin-left: 10px;
}
.banner-slider .slick-dots li:first-of-type {
	margin-left: 0px;
}
.banner-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #fff!important;
	outline: none!important;
	border: unset!important;
	box-shadow: unset!important;
	padding: 0px;
	font-size: 0px;
	color: transparent;
}
.banner-slider .slick-dots li:not(.slick-active) button:hover {
    background-color: #D3D3D3!important;
}
.banner-slider .slick-dots li.slick-active button {
	background-color: #FFB711!important;
}

.product-banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 580px;
	padding: 39px 25px;
	margin-bottom: 0px;
}

.product-banner h1 {
	line-height: 100px;
}
.product-banner h2 {
	color:  #fff;
	font-size: 94px;
	line-height: 94px;
	letter-spacing: -0.5px;
	font-weight: 400;
}
.product-banner h3 {
	color:  #fff;
	font-weight: 400;
	font-size: 30px;
	margin-top: 20px;
}
.product-container {
	padding: 30px;
	padding-bottom: 0px;
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: flex-start;
}
.product-content {
	flex: 0 0 70%;
	width: 70%;
}
.product-sidebar {
	flex: 0 0 30%;
	width: 30%;
	margin-top: 30px;
}
.product-summary {
	padding-right: 118px;
}
.product-summary p, li, a {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}
.product-content h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 800;
	letter-spacing: -0.1em;
	margin-top: 30px;
}
.product-summary {
	margin-bottom: 5px;
}
.product-summary h2, .product-summary h3 {
    background-color: #ff0000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 7px 15px;
    color: #fff;
}
.product-summary h2+ul {
    background-color: #F3F3F3;
    padding: 15px;
}
.product-summary h2+ul li:first-of-type {
    border: unset;
}
.product-summary h2+ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #ff0000;
    padding: 7px 15px;
    margin-top: 15px;
}

.images-col2, .images-col3, .images-col4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.custom-pdp-section .valign-Top {
    align-items: flex-start;
}
.custom-pdp-section .valign-Bottom {
    align-items: flex-end;
}
.images-col2 li {
	width: calc(50% - 20px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-right: 30px;
}
.images-col2 li:last-of-type, .images-col3 li:last-of-type, .images-col4 li:last-of-type {
	margin-right: 0;
}
.images-col2 li p, .images-col3 li p, .images-col4 li p {
	margin-top: 12px;
	width: 100%;
}
.custom-pdp-section .caption-below .icon-image-row p{
	font-size: 14px;
	line-height: 20px;
}
.images-col3 li {
	width: calc(33% - 20px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-right: 30px;
}
.images-col4 li {
	width: calc(25% - 20px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-right: 26px;
}
.images-col1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% + 10px);
}
.images-col1 li {
	width: 100%;
}
.images-col1 li img {
	display: block;
}
.images-col1 li .bannerImg {
	width: 100%;
}
.images-col1 li .iconImage {
	float: right;
}
.pdp-colors-list {
	display: flex;
	flex-wrap: wrap;
}
.pdp-colors-list li {
	width: 100%;
	max-width: 75px;
	margin-right: 10px;
	margin-bottom: 14px;
}
.pdp-colors-list li:last-of-type {
	margin-right: 0px;
}
.pdp-colors-list li img {
	max-width: 100%;
}
.pdp-colors-list li p {
	font-size: 12px;
	margin-top: 14px;
}
.pdp-colors .color-note {
	color: #828282;
	margin-top: 5px;
	letter-spacing: 0.01em;
}
.custom-content {
	margin-top: 58px;
	padding-right: 32px;
}
.custom-content >div:first-of-type {
	width: 100%;
}
.custom-content >div, .custom-content >div.fullWidth {
	width: calc(140% + 70px);
}
.custom-content h4 {
	margin-bottom: 12px;
}
.custom-pdp-section {
	margin-bottom: 70px;
	min-height: 50px;
}
.starborn_product-template-default.single-starborn_product.postid-539 .custom-pdp-section:nth-child(3){
	margin-bottom: 77px!important;
}


.custom-content .custom-pdp-section:last-of-type{
	margin-bottom: 0;
}
.custom-content .custom-pdp-section:last-of-type .images-col1 > li:last-of-type{
	padding-bottom: 0;
}




.images-col1 table {
	background: #F3F3F3;
}
.custom-pdp-section.pdp-images .images-col1 li table+p {
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
}
.images-col1 table th{
	text-align: center;
	color: #000;
	border-color: #000;
    font-size: 14px;
    line-height: 35px;
    padding: 2px;
    letter-spacing: 0.03em;
}
.images-col1 table td{
	text-align: center;
	color: #000;
	border-color: #000;
	font-size: 16px;
	line-height: 40px;
	padding: 0;
}
.images-col1 table td small {
    color: #000;
}
.images-col1 table th {
	color: #fff;
}

.product-sidebar h4 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0.02em;
	
}
.product-sidebar .sidebar-item h4 {
	color:  #fff;
	padding: 7px 15px;
	letter-spacing: 0.03em;
}
.product-sidebar .sidebar-item {
	background-color: #F3F3F3;
}
.product-sidebar .sidebar-item.image-item {
    background-color: #FFFFFF;
    margin-bottom: 50px;
}
.custom-pdp-section.pdp-images ul .img-banner-wrapper {
    width: 100%;
}
.custom-pdp-section.pdp-images ul .img-banner-wrapper img {
   width: 100%;
}
.product-sidebar .sidebar-item p {
	font-size: 18px;
	line-height: 24px;
}
.product-sidebar .sidebar-text {
	padding: 15px;
	padding-bottom: 17px;
}
.product-sidebar .sidear-related {
	margin-top: 28px;
}

.product-sidebar .sidear-related .related-links{
	margin-top: 4px;
}
.product-sidebar .sidear-related h4 {
	line-height: 20px;
	color:  #000;
}
.product-sidebar .sidear-related a {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.01em;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-sidebar .sidear-related a span{
	padding-left: 10px;
}
.product-sidebar .sidear-related a img{
	display: block;
}
.product-sidebar .sidebar-text p b {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 22px;
    letter-spacing: 0.03em;
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.5;
}
.product-sidebar .sidebar-text p.heading-inside {
    padding-bottom: 10px;
}
.product-sidebar .sidebar-text p b:first-of-type {
    margin-top: -15px;
}
.product-sidebar .sidebar-text p.heading-inside:not(:first-child) b {
    margin-top: 25px;
}


.resources-page #videos .acc-text-boxes .text-box img{
	 width: 100%;
    max-height: 100%;
}

.page-template-template-decking h1 {
	color: #000;
	text-transform: uppercase;
	line-height: 85px;
	font-weight: 500!important;
}
.pageHeader {
	padding: 35px 25px;
}
.pageHeader h1 {
    position: relative;
}
.pageHeader h1 img {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 12px;
    
}

/* warrenty page*/
.bullet-list {
  margin-left: 30px;
  margin-bottom: 20px;
}
.bullet-list li {
  list-style-type: disc !important;
}
.h2-heading {
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

/* warrenty page end*/


.page-description {
	margin-top: 26px;
	max-width: 927px;
}
.page-description p {
	font-size: 23px;
	line-height: 30px;
	letter-spacing: 0.1px;
}
.decking-columns {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 25px;
	align-items: flex-start;
}
.decking-columns .decking-info {
	/*width: calc(50% - 15px);*/
	margin-bottom: 40px;
}
.decking-columns .decking-info:nth-child(odd) {
	/*margin-right: 15px;*/
}
.decking-columns .decking-info:nth-child(even) {
	/*margin-left: 15px;*/
}
.decking-columns .decking-info h3 {
	font-size: 16px;
	font-weight: 800;
	line-height: 40px;
	letter-spacing: 0.02em;
}
.decking-columns .decking-info li {
	border-bottom: 1px solid rgba(0,0,0,0.6);
}
.decking-columns .decking-info li a{
	font-size: 17px;
	line-height: 39.2px;
	letter-spacing: 0.3px;
	display: flex;
	flex-wrap: wrap;
}
.decking-columns .decking-info li:first-of-type {
	border-top: 1px solid rgba(0,0,0,0.6);
}
.decking-columns .decking-info li span {
	width: 50%;
	padding-right:15px;
}
.decking-columns .decking-info li span:last-of-type {
	padding-right: 0px;
	padding-left: 15px;
	color: #000!important;
}
.decking-columns .masonry-grid-column {
	width: calc(50% - 15px)!important;
}
.decking-columns .masonry-grid-column:nth-child(odd) {
	margin-right: 15px;
}
.decking-columns .masonry-grid-column:nth-child(even) {
	margin-left: 15px;
}


/** Amit css **/


/*Amit*/


/*Contact form*/
/*#wpcf7-f179-o1 .wpcf7-not-valid-tip{
	position: absolute;
}*/

.acc-text-boxes.type-2.box25 .text-box{
	width: 25%;
}
.acc-text-boxes.type-2.box25 .text-box:last-child{
	width: calc(50% - 60px);
}

.wpcf7-form h4{
	padding-top: 21px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color:#000;
}
.wpcf7-form .input-field{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-top: 10px;
}
.wpcf7-form .input-field p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}
.wpcf7-form .input-field p input{
	margin: 0;
}

.wpcf7-form .input-field p span:nth-child(3) input{
	border-left: unset!important;
}
.wpcf7-form .input-field p span .wpcf7-email {
    margin-right: 0;
    margin-left: 0;
}
.wpcf7-form .input-field .wpcf7-form-control-wrap{
	width: 50%;
}
.wpcf7-form .input-field .wpcf7-form-control-wrap input{
	border: 1px solid #333333;
	outline: none!important;
	padding-top: 2.5px;
    padding-bottom: 2.5px;
	padding-left: 15px;
}

.wpcf7-form .input-field .wpcf7-form-control-wrap input, input::placeholder {
    color: #000;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 40px;
	width: 100%;
}
.radio-field{
	padding-top: 28px;	
}
.radio-field .wpcf7-form-control{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	border: 1px solid #333333;
}
.radio-field .wpcf7-form-control .wpcf7-list-item{
	width: 33.33%;
	display: block;
    margin: 0;
	position: relative;
}
.radio-field .wpcf7-form-control .wpcf7-list-item input[type=radio]{
	opacity: 0;
    border: unset;
    background: #000;
    width: 100%;
    border-radius: unset;
    height: 100%;
	cursor: pointer;
	position: absolute;
}


.radio-field .wpcf7-form-control .wpcf7-list-item{
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
}
.radio-field .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label{
	padding-left: 15px;
	color: #000;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 40px;
	display: block;
}
.radio-field .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label.active{
    background: #FFB711;
    color: #000;
	height: 100%;
}

.radio-field .wpcf7-form-control .wpcf7-list-item:nth-last-child(-n+3){
	border-bottom: unset;
}

.captcha-wrapper{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	padding-top: 10px;
	padding-bottom: 30px;
}
.captcha-wrapper .wpcf7-list-item{
	margin-left: 0;	
    display: flex;
    align-items: center;
}
.captcha-wrapper .wpcf7-list-item input[type=checkbox]{
	border: 1px solid #000000;
	width: 27px;
	height: 27px;
	outline: none;
}
.captcha-wrapper .wpcf7-list-item input[type=checkbox]:after{
	width: 12px;
	height: 18px;
}
.captcha-wrapper .wpcf7-list-item .wpcf7-list-item-label{
	padding-left: 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	max-width: calc(100% - 27px);
}
.submit-btn{
	display:none;
}
.radio-field .wpcf7-form-control .wpcf7-list-item:nth-child(3), .radio-field .wpcf7-form-control .wpcf7-list-item:nth-child(6){
  border-right: unset;
}

.radio-field.second .wpcf7-form-control .wpcf7-list-item{
	width: 50%;
}
.radio-field.second{
	padding-top: 10px;
}
.radio-field.second .wpcf7-form-control .wpcf7-list-item{
	border-right: 1px solid #BDBDBD;
}
.radio-field.second .wpcf7-form-control .wpcf7-list-item.last{
	border-top: unset!important;
}

.radio-field.second .wpcf7-form-control.wpcf7-radio span:nth-child(6){
	border-bottom: 1px solid #BDBDBD;
}
.radio-field.second .wpcf7-form-control .wpcf7-list-item:nth-child(even){
	border-right: unset;
}

.banner-slider li img, .banner-slider li video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 580px;
    min-height: 580px;
}
/*Contact form end*/
.acc-head.warranty:after{
	display: none!important;
}
#warranty{
  display: none!important;
}
.acc-head.corrosion:after{
	display: none!important;
}

#corrosion{
  display: none!important;
}

.resources-page{
  padding: 35px 25px;
}
.resources-page .entry-title{
  font-size: 100px;
  line-height: 75px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 500;
}
.accordion-main{
  padding-top: 76px;
}
.resources-page .acc-head{
  font-weight: 800;
  font-size: 16px;
  line-height: 39.2px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-bottom: 1px solid #000000!important;
  position: relative;
  cursor: pointer;
}
.resources-page .acc-head.acc2.active {
	border-bottom: unset;
}
.resources-page .acc-head:after{
    content: "";
    background-image: url('icons/arrow-black1.png');
    width: 10px;
    height: 20px;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
}
.resources-page .acc-head.active:after{
    content: "";
    background-image: url(icons/arrow-yellow1.png);
    width: 10px;
    height: 20px;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
}
.resources-page .acc-head:not(.active):hover::after{
    content: "";
    background-image: url(icons/arrow-yellow-down.png);
    width: 10px;
    height: 20px;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    cursor: pointer;
}

.resources-page .accordion-main .acc-text{
  display: none;
}
.resources-page .accordion-main .accordion:last-of-type .acc-text-boxes {
    border-bottom: unset;
}
.resources-page .acc-text-boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #828282;
}
.resources-page .acc-text-boxes:last-child{
  border-bottom: 1px solid #000;
}
.resources-page .acc-text-boxes .text-box{
  width: calc(33.33% - 20px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 22px;
  margin-left: 30px;
}

.resources-page #videos .acc-text-boxes .text-box{
	padding-bottom: 13px;
}
.resources-page .acc-text-boxes.type-2 .text-box{
	display: block;
}
.resources-page .acc-text-boxes.type-2 .text-box h3{
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #000;
}
.resources-page .acc-text-boxes .text-box:first-of-type{
  margin-left: 0;
}

.resources-page .acc-text-boxes .text-box .head-text{
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color:  #000;
  width: calc(100% - 60px);
}
.resources-page .acc-text-boxes .text-box .head-text span{
 font-size: 15px;
 display: block;
}
.resources-page .acc-text-boxes .text-box img{
  width:  20px;
  max-height: 27px;
  outline: none!important;
}

.acc-text-boxes.type-2{
  height: unset;
  padding: 25px 0;
}

.acc-text-boxes.type-2 .text-box{
	padding-bottom: 0;
	border-bottom: unset!important;
}
.acc-text-boxes.type-2 .text-box p{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 25px;
}

.acc-text-boxes.type-2 .text-box figure{
	width: 100%!important;
	margin: 0;
	margin-bottom: 45px;
}
.acc-text-boxes.type-2 .text-box figure:last-of-type{
	margin-bottom: 22px;
}
.acc-text-boxes.type-2 .text-box figure .wp-caption-text{
  padding: 0;
  padding-top: 15px;
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: left;
  margin: 0;
}

.acc-text-boxes.type-2 .text-box img{
  width: 100%;
  max-height: unset;
}
.page-template-template-company .acc-text-boxes.type-2 .text-box img {
	width: auto;
}

.acc-text-boxes.type-2 .img-wrapper img{
  width: 100%;
  max-height: 100%;
}


.acc-text-boxes.type-2 .text-box .img-wrapper{
  padding-bottom: 45px;
  width: 100%;
}

.text-box > a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}


.page-template-template-company #wheretobuy .text-box {
	width: 100%;
}
.page-template-template-company .acc-text-boxes.type-2 .text-box img {
	width: auto;
}
#wheretobuy .text-box ul {
	display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
	margin-top: 20px;
}
#wheretobuy .text-box ul li {
	border: 4px solid #ffb711;
    border-radius: 15px;
    padding: 5px 10px;
	overflow: hidden;
	max-width: calc(33.333% - 15px);
}
#wheretobuy .text-box ul li img {
	transition: all .2s ease-in-out;
	height: 58px;
	object-fit: cover;
}
#wheretobuy .text-box ul li a:hover img {
	transform: scale(1.1);
}
#wheretobuy .text-box ul+p {
	padding-bottom: 5px!important;
}

.product-sidebar .sidear-related h4 {
    letter-spacing: 0.2px;
}
.product-sidebar .sidear-related h4 {
    letter-spacing: 0.02em;
}
.product-sidebar .sidear-related h4 ul.related-links li a {
    letter-spacing: 0.01em;
}

.widget_search input[type="search"]::-webkit-search-cancel-button {
    right: 40px;
    position: absolute;
}
.common-page-wrapper {
    margin-top: 76px;
	max-width: 81.136%;
}
.common-page-wrapper h2 {
    margin-bottom: 15px;
}
.common-page-wrapper h2.wp-block-heading{
	font-size: 16px;
    font-weight: 800;
    line-height: 25px;
    margin: 0;
	padding-top: 4px;
}
.common-page-wrapper p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
}
.pagination .page-numbers, .comments-pagination .page-numbers {
	display: block!important;
}
.navigation.pagination {
	max-width: calc(100% - 60px);
	padding: 0px 30px;
	border-width: 1px;
}
.navigation .svg-icon {
	margin-bottom: 3px;
}
.navigation.pagination span, .navigation.pagination a {
	line-height: normal;
}
.navigation.pagination span {
	line-height: 30px;
}
.navigation.pagination span.current {
	margin-top: 0px;
	min-width: unset;
	text-decoration: none;
	font-weight: 500;
	min-height: unset;
	color: #000!important;
	margin-left: 7px;
  margin-right: 7px;
}
.navigation.pagination a {
	margin-top: 0px;
	text-decoration: none!important;
	line-height: 30px;
	min-height: unset;
	color: #000!important;
	margin-left: 7px;
  margin-right: 7px;
}
.navigation.pagination .nav-links {
	margin: 0px;
	margin-top: 10px;
	justify-content: center;
}
.navigation.pagination .nav-links a.next span, .navigation.pagination .nav-links a.prev span {
	display: none;
}
.navigation.pagination .nav-links a {
	min-width: unset;
}
.navigation.pagination .nav-links a.next {
	margin-left: 0px;
}
.navigation.pagination .nav-links a.prev {
	margin-right: 0px;
}

.group-images .columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.group-images .columns .column-of-group {
	flex: 0 0 calc(50% - 8px);
	width: calc(50% - 8px);
}
.group-images .columns .column-of-group.col_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.group-images .columns .column-of-group.col_2 .child_column {
	flex: 0 0 calc(50% - 8px);
	width: calc(50% - 8px);
	margin-bottom: 15px;
}
.group-images .columns .column-of-group.col_3 .child_column {
	flex: 0 0 calc(33.33% - 8px);
	width: calc(33.33% - 8px);
	margin-bottom: 15px;
}
.group-images .columns .column-of-group.col_2 .child_column:nth-last-child(1), 
.group-images .columns .column-of-group.col_2 .child_column:nth-last-child(2), 
.group-images .columns .column-of-group.col_3 .child_column:nth-last-child(1), 
.group-images .columns .column-of-group.col_3 .child_column:nth-last-child(2), 
.group-images .columns .column-of-group.col_3 .child_column:nth-last-child(3) {
	margin-bottom: 0px;
}
.group-images .columns .column-of-group .child_column .image-text h5 {
	margin-top: 12px;
	margin-bottom: 3px;
}
.group-images .columns .column-of-group .child_column .image-text p {
	/*font-size: 18px;*/
}
.tiles-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tiles-wrapper .tile {
    width: calc(20% - 10px);
    text-align: center;
    margin-right: 12px;
    color: #fff;
    margin-bottom: 10px;
    padding: 7px 0px;
    padding: 2.5px 0px;
    font-size: 14px;
	line-height: 35px;
	letter-spacing: 0.03em;
	font-weight: 600;
}
.single-starborn_product.postid-538 .custom-content h4{
	margin-bottom:10px;
}
.tiles-wrapper .tile:nth-child(5n) {
    margin-right: 0px;
}
/*.tiles-description p {
    font-size: 18px;
    line-height: 24px;
}*/
.custom-pdp-section .caption-below li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.custom-pdp-section .caption-below .icon-image-row p {
    color: #000;
}
.custom-pdp-section .caption-below .icon-image-row p b {
    color: #000;
    display: block;
}
.custom-pdp-section .section-description {
    margin-top: 12px;
    /*font-size: 18px;
    line-height: 24px;*/
}
.custom-pdp-section .section-description b {
    display: block;
}
.custom-pdp-section.pdp-images li.layout-1-2 {
    width: calc(50% - 20px);
}
.custom-pdp-section.pdp-images li.layout-1-3 {
    width: calc(33.33% - 20px);
}
.custom-pdp-section.pdp-images li.layout-1-4 {
    width: calc(25% - 20px);
}
.custom-pdp-section.pdp-images li.layout-1-6 {
    width: calc(66.67% - 20px);
}
/*.icon-image-row p {
    font-size: 18px;
    line-height: 24px;
}*/
.custom-pdp-section p {
    font-size: 18px;
    line-height: 24px;
}
.custom-pdp-section.pdp-images p{    font-size: 18px;
	line-height: 20px;
	font-size: 14px;
}
.custom-pdp-section p strong{
	font-weight: normal;
}
.product-content.no-sidebar-full-width {
    flex: 0 0 100%;
    width: 100%;
}
.product-content.no-sidebar-full-width .product-summary {
    padding-right: 0;
}
.product-content.no-sidebar-full-width .custom-content .custom-pdp-section.pdp-images {
    width: 100%;
}
p.font-normal {
    font-weight: normal !important;
}
p.text-font {
    font-size: 14px !important;
}
.product-content.no-sidebar-full-width ul.images-col1.valign-Top {
    margin-top: 58px;
}


.product-content.no-sidebar-full-width .custom-content .custom-pdp-section.pdp-text {
    width: 100%;
}
	table.cmpny_innovative_table {
    margin-bottom: 15px;
}
.page-template-template-common-page .site-main, .page-template-template-common-page .resources-page, .page-template-template-common-page .common-page-wrapper >:last-of-type, 
.page-template-template-resources .site-main, .page-template-template-resources .resources-page, .page-template-template-resources .common-page-wrapper >:last-of-type, 
.page-template-template-company .site-main, .page-template-template-company .resources-page, .page-template-template-company .common-page-wrapper >:last-of-type, 
.page-template-template-homepage .site-main {
    padding-bottom: 0!important;
}


@media screen and (max-width:1350px){
	li.relHeading {
		font-size: 18px!important;
	}
	.relHeading {
		/*line-height: 22px!important;
        padding: 5px 10px!important;*/
	}
}
@media screen and (max-width:1300px){
	.deck-match-table .result-cell ul li:not(:first-child){
		max-height: 100%;
	}
	.product-banner{
		background-position: 100%;
	}
  .resources-page .acc-text-boxes .text-box .head-text{
      font-size: 20px;
      line-height: 22px;
      color: #000;
      width: calc(100% - 50px);
  }
}
@media screen and (max-width:1260px){
    .level1 >div:nth-child(3) {
        max-width: calc(64% - 208px);
    }
    .level1 .cell:nth-child(4) {
        min-width: 208px;
    }
    .result-cell {
        min-width: 208px;
    }
    .deck-match-table1 .level1:nth-child(2)::after {
        right: 208px!important;
    }
}
@media screen and (max-width:1235px){
	.relHeading {
		/*padding: 10.5px 10px!important;*/
	}
}
@media screen and (max-width:1125px){
	.site-footer aside.widget-area .widget_block{
		width: 100%;
	}	
	body.search h1 {
	    font-size: 60px;
	}
}
@media (max-width: 1117px){
		.product-content.no-sidebar-full-width .custom-content .custom-pdp-section.pdp-images + .custom-pdp-section.pdp-images {
    padding-top: 50px;
}
}
	
	
	
@media screen and (max-width:1100px){
	.banner-slide-12 .banner-content-wrap{
		width: 100%;
	}
	.banner-slider-wrapper .banner-content-wrap{
		width: 70%;
	}
	.banner-slider-wrapper .banner-slide-12 .banner-content-wrap{
		width: 100%;
		max-width: 90%;
	}
  .resources-page .acc-text-boxes .text-box .head-text{
    font-size: 18px;
  }
  .resources-page .acc-text-boxes .text-box{
    width: calc(33.33% - 20px);
 }
 .resources-page .entry-title{
  font-size: 70px;
 }
}
@media screen and (max-width:1024px){
	.banner-content-wrap {
		left: 20px;
	}
	
	.banner-slide-12 .banner-content-wrap h2{
		line-height: 90px;
		font-size: 100px;
	}
	.banner-slide-10 .banner-content-wrap h3{
		font-size: 60px;
		line-height: 70px;
	}
	.banner-slide-10 .banner-content-wrap h4{
		font-size: 36px;
		line-height: 42px;
		
	}
	
	.banner-content-wrap h2{
		font-size: 80px;
		font-weight: 600;
		line-height: 60px;
		margin-bottom: 20px;
	}
	.banner-content-wrap h3{
		font-size: 48px;
    	line-height: 58px;
	}
	.banner-content-wrap h4{
		font-size: 30px;
    	line-height: 40px;
	}
	.site-branding{
		margin-top: 8px;
	}
	li.relHeading {
		font-size: 14px!important;
	}
	.acc-text-boxes.type-2.box25 .text-box{
		width: 50%!important;
		margin:0;
	}
	.acc-text-boxes.type-2.box25 .text-box:last-child{
		width: 100%!important;
	}
	.decking-columns .decking-info li{

	}
	.decking-columns .decking-info li a{
		line-height: 25px;
	    padding: 4px 0;
	}
    .banner-slider li img, .banner-slider li video{
        height: calc(60vh);
       }
	.product-content.no-sidebar-full-width .custom-pdp-section.pdp-images.fullWidth ul {
    justify-content: space-between;
     align-items: center;
}
	.product-content.no-sidebar-full-width .custom-pdp-section.pdp-images.fullWidth ul li.layout-1-2 .img-banner-wrapper,
	.product-content.no-sidebar-full-width .custom-pdp-section.pdp-images.fullWidth ul li.no-image.layout-1-2 {
    overflow: hidden;
    overflow-x: scroll;
}
	.site-footer aside.widget-area .widget_block.widget_text {
    width: 100%;
}
	.product-content.width-sidebar .custom-pdp-section.pdp-images ul.images-col1.valign-Top {
    padding-top: 60px;
}

	
}

@media screen and (max-width:1023px){
	.banner-slider li img, .banner-slider li video{
		height: calc(70vh)!important;
	}
}

@media screen and (max-width:900px){
    .site-header .widget_search {
        margin-top: 15px;
    }
  .acc-text .contact-form .text-box{
    width: calc(50% - 50px);
  }
  .acc-text .contact-form .form-box{
    width: 100%;
  }
    .product-content.no-sidebar-full-width .custom-pdp-section.pdp-images ul.images-col1.valign-Top li.no-image.layout-1-2 {
        overflow: hidden;
        overflow-x: scroll;
    }
    	.product-content.no-sidebar-full-width .custom-content .custom-pdp-section.pdp-images + .custom-pdp-section.pdp-images {
        padding-top: 100px;
    }
}
@media screen and (min-width:767px) and (max-width: 900px){
    .site-branding {
        margin-top: 17px;
    }
    .site-header .widget_search {
        margin-top: 15px!important;
    }
}
@media screen and (max-width:768px){
	.banner-slide-12 .banner-content-wrap h3{
		font-size: 72px;
	}
	.resources-page #videos .acc-text-boxes .text-box{
		padding-top: 13px;
	}
	.resources-page #videos .acc-text-boxes{
		padding: 0;
	}
    .banner-slider li img, .banner-slider li video {
        height: 125vw!important;;
    }
    .tiles-wrapper .tile {
        width: calc(25% - 10px);
    }
    .tiles-wrapper .tile:nth-child(5n) {
        margin-right: 10px;
    }
    .tiles-wrapper .tile:nth-child(4n) {
        margin-right: 0px;
    }
    .resources-page .acc-text-boxes .text-box img {
        margin-top: 0px;
    }
  .acc-text-boxes{
    height:  unset!important;
  }
  .resources-page .acc-text-boxes{
  	border-bottom: 1px solid #CCCCCC;
  }
  .resources-page .acc-text-boxes .text-box{
    width: 100%!important;
    padding: 8px 0;
    margin-left: 0;
    border-bottom: 1px solid #CCCCCC;
  }
  .resources-page .acc-text-boxes .text-box:last-of-type{
  	border-bottom: unset;
  }
.single.single-starborn_product .banner-content h1 {
    font-size: 90px!important;
}
.banner-slide-12 .banner-content-wrap h2{
	font-size: 90px;
}
	
	

.product-content.width-sidebar .custom-pdp-section.pdp-images ul.images-col1.valign-Top {
    padding-top: 100px;
}
}




@media screen and (max-width:767px){
	#wheretobuy .text-box ul {
		flex-direction: column;
		column-gap: 0;
		row-gap: 15px;
		max-width: 300px;
	}
	#wheretobuy .text-box ul+p img {
		margin-left: 0;
		width: auto;
        max-width: 85%;
	}
	#wheretobuy .text-box ul li {
		width: 100%;
		max-width: unset;
	}
	.banner-content-wrap pre a {
		margin-right: 10px;
	}
	.banner-content-wrap pre a:last-of-type {
		margin-right: 0;
	}
	.banner-content-wrap pre a, .banner-content .banner-cta a {
		font-size: 14px;
		padding: 0 24px;
	}
	.tiles-wrapper .tile:nth-child(5n){
		margin-right: 5px!important;
	}
	.tiles-wrapper .tile{
		padding: 2px 10px!important;
	}
	.images-col1 table td{
		padding: 6px 7px;
		font-size: 14px;
		line-height: 18px;
	}
	.images-col1 table th{
		font-size: 12px;
		padding: 10.5px 5px;
		line-height: 13px;
	}
	.custom-pdp-section.pdp-images .images-col1 li .img-banner-wrapper p{
		font-weight: 400!important;
		line-height:16px!important;
	}
	.custom-pdp-section.pdp-images .images-col1 li .iconImage{
		padding-bottom: 15px!important;
		margin-bottom: 0;
	}
	.starborn_product-template-default.single-starborn_product .site-main{
		padding-bottom: 80px!important;
	}
	
	.product-summary{
		margin-bottom: 0;
	}
	.product-sidebar .sidear-related{
		margin-top: 40px;
	}
	.single-starborn_product.postid-969 .product-summary > p{
		display: none;
	}
	.single-starborn_product.postid-969 .custom-content .custom-pdp-section.pdp-images ul li .img-banner-wrapper img{
		margin-top:0!important;
	}
	.single-starborn_product.postid-969 .product-container{
		padding-bottom: 0px;
	}

.single-starborn_product.postid-1057 .custom-content .custom-pdp-section:nth-child(2) .images-col1 li:nth-child(2)>.icon-image-row{
	display: none;
	}	
	
	
.starborn_product-template-default .product-container .product-content ul li p:nth-child(2), .starborn_product-template-default .product-container .product-content ul li ul:nth-child(2){
		margin-top: 18px!important;
	}
	.product-summary > ul > li.active{
		padding-bottom: 22px!important;
	}
	.custom-pdp-section.pdp-images .images-col1 li{
		margin-top: 0px;
	}
.single-starborn_product.postid-523 .custom-content >div:nth-child(3), .single-starborn_product.postid-539 .custom-content >div:nth-child(3){
	width: 100%!important;
	}
	.single-starborn_product.postid-523 .custom-pdp-section h4{
		margin-top: 0px!important;
	}
	.product-banner.desktop, .product-banner.large-screen{
		display: none!important;
	}
	.product-banner.mobile{
		display: block!important;
	}
	.banner-slider-wrapper.desktop{
		display: none!important;
	}
	.banner-slider-wrapper.mobile{
		display:block!important;
	}
	.img-banner-wrapper table th{
		letter-spacing: 0.03em;
	}
	.mm-btn.mm-btn_next.mm-listitem__btn{
		top:4px;
	}
	.resources-page .entry-title{
		letter-spacing: -0.02em!important;
	}
	.accordion-main, .common-page-wrapper{
		padding-top: 35px!important;
		margin-top:0!important;
	}
	
	.newMobileWrapper li.menu-item-has-children.active > a{
		border-bottom: 1px solid #CCCCCC!important;
	}
	.newMobileWrapper li.menu-item-has-children.active .sub-menu.sub-menu-level-3 li:not(:last-child){
		border-bottom: 1px solid #CCCCCC!important;
	}
	
	
	.search-no-results section.no-results.not-found {
	    margin: 0;
	}
	.search-no-results section.no-results.not-found .page-content {
	    padding: 0;
	}
/*Banner Slides*/
	.banner-slide-10 .banner-content-wrap h3{
		font-size: 42px;
		line-height: 52px;
	}
	.banner-slide-10 .banner-content-wrap h4{
		bottom: 150px;
		font-size: 28px;
		line-height: 30px;
		max-width: 335px;
	}
	.banner-slide-8 .banner-content-wrap h3{
		font-size: 36px;
		line-height: 46px;
	}
	.banner-slide-8 .banner-content-wrap h4{
		font-size: 28px;
		line-height: 36px;
	}
	.banner-slide-8 .banner-content-wrap p span{
		font-size: 22px;
		line-height: 28px!important;
	}
	.banner-slide-8 .banner-content-wrap h4 span{
		font-size: unset!important;
		line-height: unset!important;
	}
	.banner-slide-9 .banner-content-wrap h3{
		font-size: 22px;
		line-height: 24px;
		letter-spacing: 0.5px;
	}
	

	
/*Banner Slides*/
	.banner-content-wrap h2{
		font-size: 50px;
		line-height: 45px;
		letter-spacing: -0.01em;
		margin-bottom: 25px;
		position: relative;
		left: -2px;
	}
	.banner-slide-11 .banner-content-wrap h4{
		font-size: 20px;
		line-height: 25px;
		letter-spacing: normal;
	}
	.banner-slider-wrapper .banner-content-wrap{
		max-width: 300px;
		width: 100%;
		top: 30px;
		left: 22px;
	}
	.banner-slider-wrapper .banner-slide-12 .banner-content-wrap{
		max-width: 310px;
	}
	.banner-content-wrap pre{
		margin-top: 30px;
	}
	.banner-content-wrap h3{
		font-size: 34px;
		line-height: 44px;
	}
	.page-template-template-common-page-php.page-id-617 .common-page-wrapper .has-text-color {
	    margin-bottom: 0;
	}
	.banner-content-wrap h4{
		font-size: 18px;
		line-height: 26px;
	}
	.resources-page .acc-text-boxes{
		padding: 0!important;
	}
	
	.page-template-template-common-page .common-page-wrapper ul{
		  padding-bottom: 20px;
	}

.single-starborn_product.postid-969 .product-banner .banner-content{
	position: absolute;
    top: 70px;
}
	

	
.single-starborn_product.postid-1000 .product-banner{
	background-position: 50%!important;
}
    .custom-pdp-section p {
        font-size: 16px;
        line-height: 22px;
    }
    .icon-image-row {
        align-items: flex-start!important;
    }
    /*.icon-image-row p, .tiles-description p, .custom-pdp-section .section-description {
        font-size: 16px;
        line-height: 22px;
    }
    .group-images .columns .column-of-group .child_column .image-text p {
        font-size: 16px;
    }*/
    .images-col2 li, .images-col3 li, .images-col4 li {
        padding-bottom: 10px;
    }
    .sidebarImg.custom-width {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .tiles-wrapper .tile {
        width: auto;
        padding: 10px 10px;
    }
    .tiles-wrapper .tile:nth-child(4n), .tiles-wrapper .tile {
        margin-right: 5px;
    }
  .resources-page .entry-title {
    font-size: 50px !important;
    font-weight: 500 !important;
  }
    .group-images .columns .column-of-group {
		flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px;
	}
	.group-images .columns .column-of-group .child_column .image-text h5 {
		font-size: 16px;
	}
    .two-col-section > li{
    	width: 100%;
    }
    .icon-image-row {
        flex-direction: column!important;
        margin-top: 20px;
    }
    .custom-pdp-section .caption-below li .icon-image-row {
        margin-top: 0px;
    }
	.product-content .images-col2 li p, .product-content .images-col3 li p, .product-content .images-col4 li p {
		height:unset!important;
	}
.images-col1 {
  width: 100%!important;
}
	.navigation.pagination {
		max-width: calc(100% - 40px);
	}
  .common-page-wrapper p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
  }
  .deck-match-manufacturer li:last-of-type, .deck-match-manufacturer-list li:last-of-type {
      /*border-bottom: unset;*/
  }
	.starborn_product-template-default .banner-content h1{
		font-weight: 500!important; 
		letter-spacing: -0.01em!important;
	}
	.starborn_product-template-default .banner-content h2{
		padding-top: 0!important;
	}
	.starborn_product-template-default .banner-content h3{
		padding-top: 0!important;
		margin-top: 5px!important;
	}
	footer.site-footer:before{
		content:"";
		width: 100%;
		height: 1px;
		background: #ddd;
		position: absolute;
		top: 0;
		left: 0;
		border-top:unset!important;
	}
	.custom-pdp-section.pdp-images .images-col1 li {
        display: flex;
        flex-wrap: wrap;
	}
	.images-col1 li .iconImage {
	    order: 1;
	    margin-bottom: 5px;
	}
	.custom-pdp-section.pdp-images .images-col1 li p{
		top: -40px!important;
		font-weight: 700!important;
		line-height: 20px!important;
		letter-spacing: 0.04em!important;
		margin-bottom: 0;
		position: unset!important;
	}
	.custom-pdp-section.pdp-images .images-col1 li p:last-of-type{
		margin-bottom: 15px!important;
	}
	.custom-pdp-section.pdp-images0 .images-col1 li:first-of-type {
		padding-bottom: 50px!important;
	}
    .pageHeader h1 img {
        display: block;
        max-height: 30px;
        width: 35px;
        object-fit: contain;
        object-position: 20px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .resources-page .acc-head{
        padding-right: 10px;
    }
    body.search h1 {
	    font-size: 50px;
	    line-height: 50px;
	}
    .star-products-grid .star-grid img {
        max-height: unset;
        min-height: unset;
    }
    #content {
        border-left-width: 20px!important;
    }
    .page-id-44 footer#colophon, footer#colophon {
        border-left-width: 20px!important;
    }
	.star-products-grid .star-grid {
		width: 100%;
		max-width: 100%;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 25px;
	}
	.banner-slider li img, .banner-slider li video{
		display: block;
		height: 462px;
		object-fit: cover;		
	}
	.star-products-grid .star-grid .grid-text{
		margin-top: 15px;
	}
	.widget.widget_nav_menu nav{
		display: none;
	}
	.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu h2{
		font-size: 16px;
		position: relative;
	}
	.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu h2:after{
    content: "";
    background-image: url(icons/arrow-black1.png);
    width: 14px;
    height: 22px;
    background-size: 85%;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    cursor: pointer;
}
	.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu h2.active:after{
    background-image: url(icons/arrow-yellow1.png);
	}
	.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container{
		display: block;
	}
	.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu nav{
		margin-top: 5px;
	}
	.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu:first-of-type{
	/*border-top: 1px solid #000000;	*/
	}
	.site-footer aside.widget-area .widget_block .wp-block-group .wp-block-group__inner-container .widget_nav_menu{
		width: 100%;
	  /* border-bottom: 1px solid #000000;	*/
		padding: 10px 0px;
	}
	
	.radio-field .wpcf7-form-control .wpcf7-list-item{
		width: 50%;

	}
	.captcha-wrapper .captcha{
		width: 100%;
		display: block;
		margin-top: 40px;
	}
	.acc-text-boxes.type-2.box25 .text-box{
		width: 100%!important;
	}
	.radio-field .wpcf7-form-control .wpcf7-list-item:nth-child(3){
		border-right: 1px solid #BDBDBD;
	}
	.radio-field .wpcf7-form-control .wpcf7-list-item.last{
		border-top: 1px solid #BDBDBD;
	}
	.radio-field.first .wpcf7-form-control .wpcf7-list-item:nth-child(2), .radio-field.first .wpcf7-form-control .wpcf7-list-item:nth-child(4){
		border-right: unset;
	}
	.acc-text-boxes.type-2 .text-box figure{
		    margin-bottom: 25px;
	}
	.acc-text-boxes.type-2{
		padding-bottom: 0;
	}
	.acc-text-boxes.type-2 .text-box p{
		font-size: 20px;
	}
  .resources-page{
    padding: 35px 20px!important;
  }
  .resources-page .entry-title{
    font-size: 55px;
  }
  .acc-text .contact-form .text-box{
    width: 100%;
  }
  .acc-text .contact-form .form-box{
    width: 100%;
  }
  .deck-matcher-wrapper .accordion-main {
	display: none;
  }
  .deck-matcher-tabs {
	display: block!important;
  }
	.starborn_product-template-default .product-container .product-content ul li h4 {
     padding-right: 10px;
}
	.product-content.no-sidebar-full-width ul li.layout-1-2 .img-banner-wrapper img {
    width: 100% !important;
    min-width: unset;
    max-width: unset !important;
    height: unset !important;
}
	.product-content.no-sidebar-full-width ul.images-col1.valign-Top {
    margin-top: 38px;
}
	.product-content.no-sidebar-full-width .custom-pdp-section.pdp-images.fullWidth ul {
    align-items: unset;
}
	.product-content.no-sidebar-full-width .custom-content .custom-pdp-section.pdp-images + .custom-pdp-section.pdp-images {
    padding-top: 0;
}
	.product-content.width-sidebar .custom-pdp-section.pdp-images ul.images-col1.valign-Top {
    padding-top: 0;
}
	
/*Product page mobile spacing fixes */
	.single-starborn_product.postid-539 .custom-pdp-section.pdp-images .images-col1 li{
		padding-bottom: 30px!important;
	}
	.single-starborn_product.postid-1032 .custom-content >div:last-of-type, .single-starborn_product.postid-1042 .custom-content >div:last-of-type, .single-starborn_product.postid-1052 .custom-content >div:last-of-type{
		margin-top: 30px;
	}
	.single-starborn_product.postid-1032 .custom-content >div:nth-child(2), .single-starborn_product.postid-1042 .custom-content >div:nth-child(2), .single-starborn_product.postid-1052 .custom-content >div:nth-child(2), .single-starborn_product.postid-1057 .custom-content >div:nth-child(2){
		margin-top: 25px;
	}
	.single-starborn_product.postid-1057 .custom-content >div:nth-child(3) ul li:nth-child(2) > .icon-image-row{
		display: none;
	}
	.single-starborn_product.postid-65 .custom-content .custom-pdp-section.pdp-images .images-col1 li:first-of-type{
		margin-top:0!important;
	}	
	.single-starborn_product.postid-65 .custom-content .custom-pdp-section:last-of-type .images-col1 > li:last-of-type{
		margin-top:0!important;
	}
	.single-starborn_product.postid-276 .product-content .product-summary ul+p{
		display: none;
	}
	.single-starborn_product.postid-276 .custom-pdp-section.pdp-colors{
		padding-top: 20px;
	}
	.custom-pdp-section.pdp-colors{
		padding-top: 20px!important;
	}
	.single-starborn_product.postid-66 .custom-pdp-section.pdp-colors{
		padding-top: 0px;
		margin-bottom: 15px!important;
	}
	.single-starborn_product.postid-66 .custom-content .custom-pdp-section:last-of-type{
		margin-top: 30px!important;
	}
	.single-starborn_product.postid-957 .custom-content .custom-pdp-section:nth-child(2){
		margin-top: 40px;
	}
	.single-starborn_product.postid-957 .custom-content .custom-pdp-section:nth-child(2) ul li{
		padding-bottom: 0!important;
	}
	.single-starborn_product.postid-59 .custom-pdp-section.pdp-colors{
		padding-top: 20px;
		margin-bottom: 0px!important;
	}
	.single-starborn_product.postid-59 .custom-content .custom-pdp-section:nth-child(4){
		margin-top: 10px;
	}
	.single-starborn_product.postid-59 .custom-content .custom-pdp-section:nth-child(4) h4{
		margin-bottom: 4px;
		line-height: 20px;
	}
	.single-starborn_product.postid-59 .custom-content .custom-pdp-section:last-of-type ul li:first-of-type .icon-image-row{
		margin-top: 30px;
	}
	.single-starborn_product.postid-58 .custom-pdp-section.pdp-colors{
		padding-top: 0px;
		margin-bottom: 0px!important;
	}
	.single-starborn_product.postid-538 .custom-pdp-section.pdp-tiles {
		margin-top: 40px;
    	margin-bottom: 45px!important;
	}
	.single-starborn_product.postid-538 .product-content .custom-content .custom-pdp-section.pdp-images ul.images-col2 li:nth-child(1) .img-banner-wrapper img{
		margin-top:0!important;
	}

	.single-starborn_product.postid-638 .custom-pdp-section.pdp-tiles {
		margin-top: 40px;
    	margin-bottom: 45px!important;
	}
	.single-starborn_product.postid-638 .product-content .custom-content .custom-pdp-section.pdp-images ul.images-col4 .img-banner-wrapper img{
		margin-top:0!important;
	}
	.single-starborn_product.postid-638.starborn_product-template-default.single .table-column-item{
		margin-bottom: 15px!important;
	}	
	.single-starborn_product.postid-47 .custom-pdp-section.pdp-tiles {
		margin-top: 20px;
    	margin-bottom: 45px!important;
	}
	.single-starborn_product.postid-47 .product-content .custom-content .custom-pdp-section.pdp-images ul.images-col4 .img-banner-wrapper img{
		margin-top:0!important;
	}
	.single-starborn_product.postid-47.starborn_product-template-default.single .table-column-item{
		margin-bottom: 20px!important;
	}
	.single-starborn_product.postid-326 .custom-pdp-section.pdp-tiles {
		margin-top: 20px;
    	margin-bottom: 45px!important;
	}
	.single-starborn_product.postid-326.starborn_product-template-default.single .table-column-item{
		margin-bottom: 20px!important;
	}
	.single-starborn_product.postid-539 .custom-content >div:nth-child(2){
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.single-starborn_product.postid-539 .custom-content >div:nth-child(5) h4{
		margin-bottom: 0!important;
		margin-top: 30px!important;
	}
	.single-starborn_product.postid-523 .custom-content >div:nth-child(3){
		margin-top: 36px!important;
	}
	.single-starborn_product.postid-1032 .custom-content .table-column-item > div{
		margin-top: 0px!important;
	}
	.single-starborn_product.postid-1032 .custom-content .custom-pdp-section.pdp-images.fullWidth .icon-image-row{
		display: none;
	}
	.single-starborn_product.postid-1032 .custom-content .custom-pdp-section.pdp-images.fullWidth .img-banner-wrapper{
		margin-top: 40px;
	}
	.single-starborn_product.postid-1042 .custom-content .table-column-item > div{
		margin-top: 0px!important;
	}
	.single-starborn_product.postid-1042 .custom-content .custom-pdp-section.pdp-images.fullWidth .icon-image-row{
		display: none;
	}
	.single-starborn_product.postid-1042 .custom-content .custom-pdp-section.pdp-images.fullWidth .img-banner-wrapper{
		margin-top: 40px;
	}
	.single-starborn_product.postid-1052 .custom-content .table-column-item > div{
		margin-top: 0px!important;
	}
	.single-starborn_product.postid-1052 .custom-content .custom-pdp-section.pdp-images.fullWidth .icon-image-row{
		display: none;
	}
	.single-starborn_product.postid-1052 .custom-content .custom-pdp-section.pdp-images.fullWidth .img-banner-wrapper{
		margin-top: 40px;
	}
	.single-starborn_product.postid-1057 .custom-content .table-column-item > div{
		margin-top: 0px!important;
	}
	.single-starborn_product.postid-1057 .custom-content .custom-pdp-section.pdp-images.fullWidth .icon-image-row{
		display: none;
	}
	.single-starborn_product.postid-1057 .custom-content .custom-pdp-section.pdp-images.fullWidth .img-banner-wrapper{
		margin-top: 40px;
	}
	.single-starborn_product.postid-1057 .custom-content .custom-pdp-section:nth-child(2) ul.images-col1 li:nth-child(1){
		margin-bottom: 38px!important;
	}
	.single-starborn_product.postid-969 .product-container .product-content ul li h4{
		line-height: normal;
		padding: 6px 0;
	}
	.custom-pdp-section .caption-below .icon-image-row p{
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.01em;
		margin-bottom: 0;
	}
	.single-starborn_product.postid-59 .custom-pdp-section.pdp-images .images-col1 li:last-of-type{
		padding-bottom: 30px;
	}
}

.decking-list li.active{
    background: #ffb711!important;
}

/** End Amit css **/



@media screen and (max-width:  1150px) {
	.primary-navigation .menu-wrapper > li {
		margin-left: 10px;
	}
	.primary-navigation .menu-wrapper > li > a {
		padding-left: 5px!important;
    padding-right: 5px!important;
	}
	.site-branding {
		max-width: 150px;
	}
	.site-logo img {
		max-width: 150px!important;
	}
	.site-header .widget_search {
		width: 150px;
	}
	.primary-navigation {
		max-width: calc(100% - 300px);
	}
}

@media screen and (max-width:  767px) {
	.page-template-template-decking-php.page.page-id-793 h1{
		font-size: 46px;
	}
	.starborn_product-template-default .product-container .product-content ul li h4{
		border-bottom: 1px solid #000!important;
	}
	.single-starborn_product.postid-66 .product-container .custom-content .custom-pdp-section.pdp-text .two-col-section li h4{
	 border-bottom: 1px solid transparent!important;
	}
	.single-starborn_product.postid-66 .custom-content .custom-pdp-section.pdp-text .two-col-section li ul{
		margin-top: 0!important;
	}
	.product-summary > ul > li{
		border-bottom: 1px solid transparent!important;
		transition: 0.4s ease-in-out;
	}
	.product-summary > ul > li.active{
		border-bottom: 1px solid #000!important;
	}
	body {
		border-left-width: 20px!important;
		background-size: contain!important;
	}
	h1 {
		font-size: 50px;
		line-height: 45px!important;
		letter-spacing: -0.02px;
	}
	.page-description p {
		font-size: 20px;
		line-height: 25px;
	}
	.decking-columns .decking-info:first-of-type {
		border-top: 1px solid rgba(0, 0, 0, 0.6);
	}
	.decking-columns .decking-info {
		margin-bottom: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	}
	.decking-columns .decking-info li {

	}
	.decking-columns .decking-info li a{
		line-height: 30px;
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.decking-columns .decking-info li span {
		padding-right: 5px;
	}
	.decking-columns .decking-info li span:last-of-type {
		padding-left: 5px;
	}
	.pageHeader {
		padding-left: 20px;
		padding-right: 20px;
	}
	.decking-columns {
		padding: 0px 20px;
	}
	.decking-columns .decking-info .decking-list {
		display: none;
	}

	.decking-columns .decking-info h3 {
		position: relative;
		padding-top: 1.5px;
    padding-bottom: 1.5px;
    font-weight: 700;
	}
	.decking-columns .decking-info h3:after {
		content: '+';
		font-size: 40px;
		color: rgba(0, 0, 0, .6);
		position: absolute;
		right: 0px;
		top: -3px;
		font-weight: 300;
		transition: all 0.2s ease-in-out;
	}
	.decking-columns .decking-info.active {
		border-bottom-color: transparent;
	}
	.decking-columns .decking-info.active h3:after {
		transform: rotate(45deg);
	}
	
	/*PDP Mbile Responsive*/
	.site-footer{
		position:relative;
        margin-top: 45px;
        
	}
	.site-footer .widget-area{
        margin-top: 0!important;
	}
	.product-summary{
	    padding-right: 0;
	}
	.product-banner{
	    padding: 27px 20px;
	    min-height: 404px;
	    background-position: right center;

	}
	.images-col1 .img-banner-wrapper {
	    width: 100%;
	    max-width: calc(101vw - 60px);
	    overflow-y: hidden;
	    overflow-x: auto;
	    order: 3;
	}
	.images-col1 .img-banner-wrapper img.bannerImg {
	    min-width: 500px;
	}
	.single.single-starborn_product .banner-content h1{
    	font-size: 50px!important;
        line-height: 45px!important;
        font-weight: 700;
	}
	.product-banner .banner-content h2{
    	font-size: 50px;
        line-height: 45px;
        font-weight: 400;   
	}
	.product-banner .banner-content h3{
    	font-weight: 300;
        font-size: 27px;
        line-height: 35px;
        margin-top: 10px;
	}
	.product-container{
	    padding: 45px 20px;
	    padding-bottom: 0;
	}
	.product-content{
	 flex: unset;   
	}
	.product-summary > ul > li:first-of-type{
	    border-top: 1px solid #000;
	}
	.product-summary > ul+ul > li:first-of-type{
		border-top: unset;
	}
	.product-summary > ul > li{
	    padding: 10px 0;
	    border-bottom: 1px solid #000;
	}
	.product-summary h4{
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.product-summary > ul > li p, .product-summary > ul > li ul{
	    display: none;
	}
	.product-summary > ul > li.active h4:after{
		display: none;
	}
	.product-summary > ul > li h4:before{
      content: '';
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      width: 15px;
      margin-left: 0px;
      margin-top: 0px;
      border-top: 1px solid;
      color:#000;
	}
	.product-summary > ul > li h4:after{
       content: '';
       color:#000;
       position: absolute;
       right: 7px;
       top: 50%;
       transform: translateY(-50%);
       height: 15px;
       margin-left: 0px;
       margin-top: 0px;
       border-left: 1px solid;
       transition: all 0.2s ease-in-out;
	}
	.product-sidebar{
	    margin-top: 45px;
	    width: 100%;
	}
	.product-content h4{
	    margin-top: 0;
	    position: relative;
	}
	.custom-content{
    	margin-top: 38px;
        padding-right: 0px;
	}
	.pdp-colors-list li p{
	    margin-top: 12px;
	    line-height: 13px;
	}
	.custom-content >div{
	    width: unset!important;
	}
	.images-col1 li .iconImage{
    	float: left;
        max-width: 250px;
	}
	.images-col2 li, .images-col3 li, .images-col4 li, 
	.custom-pdp-section.pdp-images li.layout-1-2, .custom-pdp-section.pdp-images li.layout-1-3, 
	.custom-pdp-section.pdp-images li.layout-1-4, .custom-pdp-section.pdp-images li.layout-1-6 {
	    width: 100%;
	    margin-right: 0px;
	}
	.images-col1 li{
	    margin-bottom: 0px;
	}
	.pdp-colors-list li{
	    max-width: unset;
	    width: calc(25% - 8px);
	}
	.pdp-colors-list li:nth-child(4n){
	    margin-right: 0;
	}
	.pdp-colors-list li{
	    margin-bottom: 20px;
	}
	.resources-page .acc-text-boxes .text-box{
		padding: 15px 0;
	}
	.text-box > a{
		align-items: center;
	}

	.acc-head.warranty:before, .acc-head.corrosion:before{
		display: none!important;
	}
	.resources-page .acc-head:after{
		background-image: url(icons/plus-icon1.png)!important;
		width: 30px!important;
		height: 35px!important;
		right: -5px!important;
		top: calc(50% + 1px);
	}
	.resources-page .acc-head.active:after{
		background-image: url(icons/minus-icon1.png)!important;
		top: 49%;
		width: 34px!important;
		height: 33px!important;
		background-size: 100%!important;
		right: -5px!important;
	}
	.resources-page .acc-head:not(.active):hover::after{
		background-image: url(icons/plus-icon1.png)!important;
		width: 30px!important;
		height: 35px!important;
		right: -5px!important;
	}

	
	
	
	
}




.single-starborn_product.postid-2401 h1{
	color: #fff!important; 
	position:relative;
	text-transform:capitalize!important;
}
.single-starborn_product.postid-2401 h1 em{
	color: red;
	font-style: normal;
}
.single-starborn_product.postid-2401 h1 span{
	position: absolute;
	top: 40px;
	font-size: 34px;
}
@media screen and (max-width: 768px) {	
	.single-starborn_product.postid-2401 h1 span{
		top: 30px;
	}
}
@media screen and (max-width: 500px) {	
	.single-starborn_product.postid-2401 h1 span{
		top: 20px;
		font-size: 28px;
	}
}
/* header responsive */

.site-hamburder {
	display: none;
}

@media screen and (max-width: 900px) {
	.site-header {
		padding: 0px 20px;
	}
	.site-header .widget_search {
		width: 120px;
	}
	.site-branding {
		max-width: 95px;
	}
	.site-logo img {
		max-width: 100%!important;
	}
	.primary-navigation {
		max-width: calc(100% - 240px);
	}
	#primary-menu-list li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	/*.wpcf7-not-valid-tip{
		position:relative;
		left: -100%;
		width: 200%!important;
	}*/
	.wpcf7-form-control-wrap{
		position: unset;
	}
	.captcha-wrapper{
		padding-top: 21px;
	}
	.submit-btn{
		margin-bottom: 30px;
	}
	.page-template-template-company .resources-page .accordion-main .accordion:nth-child(3) .text-box:first-of-type p:last-of-type{
		padding-bottom: 30px!important;
	}
	.page-template-template-company .resources-page .accordion-main .text-box p:not(:last-child){
		padding-bottom: 30px;
	}
	.page-template-template-company .resources-page .accordion-main .text-box p:last-of-type{
		padding-bottom:0;
	}
	.page-template-template-company .accordion-main .accordion:nth-child(4) .acc-text-boxes.type-2 .text-box p{
		padding-bottom: 30px!important;
	}
	.page-template-template-company .resources-page .acc-text-boxes .text-box{
		padding: 0;
	}
	.resources-page .acc-text-boxes.type-2 .text-box figure{
		margin: 0!important;
		padding-top: 35px!important;
	}
	.page-template-template-company .resources-page .acc-text-boxes.type-2 .text-box figure:last-of-type{
		padding-bottom: 30px!important;
	}
	.page-template-template-company .accordion-main .accordion:nth-child(2) .acc-text-boxes .text-box:nth-child(1) figure{
		padding-top: 0!important;
	}
	.page-template-template-company .accordion-main .accordion:nth-child(2) .acc-text-boxes .text-box:nth-child(3) p{
		padding-bottom: 30px!important;
	}
	
	.wpcf7-form .input-field .wpcf7-form-control-wrap input{
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 10px;
		height: 36px;
	}
	.radio-field{
		padding-top: 30px;
	}
	.page-template-template-company .resources-page .accordion-main .accordion .acc-text-boxes.type-2{
		padding-top: 25px !important;
	}
	.radio-field .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label{
		padding-left: 10px;
	}
    #primary-menu-list.mm-panel .custom-logo {
        max-width: 95px!important;
    }
    #primary-menu-list.mm-panel .mm-navbar__title >span {
        display: flex;
        align-items: center;
    }
	#videos .text-box > a img{
		display: none;
	}
	#videos .acc-text-boxes .text-box{
		position: relative;
	}
	#videos .acc-text-boxes .text-box> a:after{
		content:'';
		background-image: url(icons/play-icon.png)!important;
		width: 24px;
		height: 24px;
		background-repeat: no-repeat;
		background-size: 100%;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
		right: 0;
	}
	.mm-menu #mm-2 .mm-btn_next{
		background-image: url('https://daughterssons.com/starborn/wp-content/uploads/2023/04/M-.png')!important;
		position: absolute;
		left: 0px;
		width: 100%!important;
		background-size: 70px!important;
		background-position: calc(100% - -5px) -5px!important;
		height: 100%;
	}
	#primary-menu-list li a{
		font-size: 16px!important;
		line-height: 45px!important;
	}
	.deck-matcher-tabs li.relHeading {
	  color: #000!important;
    font-size: 16px!important;
    line-height: 45px!important;
    font-weight: 700!important;
    letter-spacing: 0.04em!important;
    padding: 0px 10px!important;
  }
	#site-navigation, .site-header .widget_search {
		display: none!important;
	}
	.site-header {
		justify-content: center;
	}
	.site-logo {
		margin: 0px;
		padding: 3px 0px 7px 0px!important;
		padding: 0px!important;
		position: unset!important;
	}
	.site-branding {
		margin: 0px;
	}
	.site-hamburder {
		display: block;
	}
	.site-hamburder a {
		position: absolute;
		top: 0px;
		right: 0px;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.site-hamburder a.icon-menu {
		top: 7px;
	}
	.site-hamburder a.icon-close-menu {
		visibility: hidden;
	}
	.mm-wrapper_opening .site-hamburder a.icon-menu {
		visibility: hidden;
	}
	.mm-wrapper_opening .site-hamburder a.icon-close-menu {
		visibility: visible;
		position: absolute;
		left: auto;
		display: block!important;
	}
	#menu {
		z-index: 9999999!important;
		width: 100%!important;
		display: flex!important;
		transition: all 0.3s ease-in-out;
		transform: translateY(-100%);
	}
	#menu.mm-menu_opened {
		transform: translateY(0%);
	}
	.mm-menu_offcanvas {
		max-width: 100%!important;
	}
	.mm-wrapper__blocker.mm-slideout {
		display: none!important;
	}
	.mm-wrapper_blocking .mm-wrapper__blocker, #page {
		transform: unset!important;
	}
	.mm-listitem__text, .mm-navbar__title span {
		font-size: 16px!important;
		font-weight: 500!important;
		padding-top: 0px!important;
        padding-bottom: 0px!important;
        line-height: 45px!important;
        color: #333!important;
        letter-spacing: 0.05em!important;
	}
	.mm-navbar__title span .custom-logo-link {
	    line-height: normal!important;
	}
	.mm-listitem:after {
		border-color: #333!important;
		left: 0px!important;
	}
	.mm-navbar {
		border-bottom-color: #333!important;
		border-bottom: unset!important;
		box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	}
	.mm-listitem__btn:not(.mm-listitem__text) {
		border: unset!important;
	}

	.mm-btn_next:after, .mm-btn_prev:before {
		display: none!important;
	}
	.mm-btn_next, .mm-btn_prev {
		background-image: url("icons/menu-button.png")!important;
		background-repeat: no-repeat!important;
		background-position: center center!important;
		width: 20px!important;
		background-size: contain!important;
		padding-left: 0px!important;
		padding-right: 0px!important;
		margin-right: 20px!important;
	}
	.mm-btn_next {

	}
	.mm-btn_prev {
		margin-right: 0px!important;
		margin-left: 20px!important;
		background-image: url("icons/menu-button-prev.png")!important;
	}
	.mm-navbar__title {
		position: relative;
	}
	.mm-navbar__title .icon-close-menu {
		position: absolute;
    right: 0px;
    top: 0px;
	}
	.mm-navbar__title span img {
		max-width: 95px;
	}
	#primary-menu-list, .mm-navbar_sticky, .mm-panel {
		background-color: #fff!important;
	}
	.mm-listview {
		margin-top: 5px!important;
	}
	#primary-menu-list .widget_search form {
		max-width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
	}
	#primary-menu-list .widget_search form input[type='search'] {
		border: 1px solid #bdbdbd;
		height: 50px;
		border-radius: 50px;
		padding-top: 4px;
		padding-left: 21px;	
	}
	.Ios-true .widget_search .wp-block-search__inside-wrapper input#wp-block-search__input--1 {
	    top: 0!important;
	}
	#primary-menu-list .widget_search form .wp-block-search__button {
		background: transparent;
		position: absolute;
    right: 30px;
    top: 12px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
	}
	#primary-menu-list .widget_search form .wp-block-search__button svg {
		max-width: 18px;
    min-width: 18px;
	}
	#primary-menu-list .widget_search form .wp-block-search__button svg circle, 
	#primary-menu-list .widget_search form .wp-block-search__button svg line {
		stroke: #bdbdbd;
	}

	#primary-menu-list .widget_search form .wp-block-search__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #333333;
	  font-weight: 500;
	  font-size: 16px;
	  /*position:relative;
	  top: -2px;*/
	}
	#primary-menu-list .widget_search form .wp-block-search__input::-moz-placeholder { /* Firefox 19+ */
	  color: #333333;
	  font-weight: 500;
	  font-size: 16px;
	  /*position:relative;
	  top: -2px;*/
	}
	#primary-menu-list .widget_search form .wp-block-search__input:-ms-input-placeholder { /* IE 10+ */
	  color: #333333;
	  font-weight: 500;
	  font-size: 16px;
	  /*position:relative;
	  top: -2px;*/
	}
	#primary-menu-list .widget_search form .wp-block-search__input:-moz-placeholder { /* Firefox 18- */
	  color: #333333;
	  font-weight: 500;
	  font-size: 16px;
	  /*position:relative;
	  top: -2px;*/
	}
	.site-hamburder a {
		text-decoration: none!important;
	}
	.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
		outline: none!important;
	}
}



/*** Deck Matcher Mobile ***/

.deck-matcher-tabs {
    display: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.deck-matcher-tabs li {
	display: inline-block;
	padding: 0px 8px;
	color:  #000;
	font-size: 16px;
	line-height: 45px;
	font-weight: 700;
	letter-spacing: 0.04em;
	border-bottom: 1px solid #E0E0E0;
}
.deck-matcher-tabs li:first-of-type {
	border-top: 1px solid #000;
}
.deck-matcher-tabs .match-tabs {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.deck-matcher-tabs .match-tabs li {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 75px;
}
.deck-matcher-tabs .match-tabs li.active {
	background: #FFB711;
}
.deck-matcher-tabs .match-tabs li:first-of-type {
	width: calc(100% - 75px);
	border-right: 1px solid #000;
}
.deck-matcher-tabs .col-title, .deck-matcher-tabs .col-title2, .deck-matcher-tabs .col-title3 {
	color:  #000;
	font-size: 16px;
	line-height: 45px;
	font-weight: 700;	
	padding: 0px 8px;
	letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.deck-matcher-tabs .col-title, .deck-matcher-tabs .col-title2, .deck-matcher-tabs .col-title3 {
	border-bottom: 1px solid #000;
}
.deck-matcher-tabs .match-alpha li {
	font-size: 17px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 0.05em;
	border: unset;
}
.deck-matcher-tabs .match-alpha li.active {
	color:  #FFB711;
	font-weight: 700;
}
.deck-matcher-tabs .col-title.active, .deck-matcher-tabs .col-title2.active {
	background: #FFB711;
}
.deck-matcher-tabs .deck-match2 {
	display: none;
}
.active-manufacturer li {
	border: unset!important;
}
.deck-match-manufacturer li, .deck-match-manufacturer-list li {
	font-size: 17px;
	line-height: 45px;
	font-weight: 400;
	letter-spacing: 0.02em;
	display: block;
}
.deck-match-manufacturer-list li {
	line-height: 46.5px;
}
.deck-match-manufacturer li a, .deck-match-manufacturer-list li a {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	display: inherit;
}
.deck-match-manufacturer-list li:first-of-type {
	border-top: unset;
}
.deck-match-manufacturer-list li.active, .deck-wood-list li.active {
	font-size: 35px;
  line-height: 37px;
  min-height: 142px;
  padding: 15px 10px 15px;
  color: #fff;
}
.deck-wood-list li {
	display: block;
	font-size: 17px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.deck-wood-list li a {
	display: inherit;
	font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.deck-wood-list li:first-of-type {
	border-top: unset;
}
.deck-match-manufacturer, .deck-match-manufacturer-list, .deck-wood-list {
	height: 284px;
	overflow: auto;
  position: relative;
  top: 1px;
	display: none;
}
.deck-wood-list {
	display: block;
}

/*------- anil css --------------*/
.acc-text .star-grid .grid-text h3{
	line-height: 20px!important;
}
.no-bottom-border{
	border-bottom:unset;
}

.no-left-border{
	border-left:unset;
}

#primary-menu-list>li:first-of-type [data-title="PRODUCTS"]{
	position:relative;
}
#primary-menu-list>li.active-menu:first-of-type [data-title="PRODUCTS"]:after{
	content:'';
    position: absolute;
    background: transparent;
    width: 550px;
    height: 100%;
    left: -390px;
}


body.home #primary-menu-list li.active-menu > a {
    font-weight: 800 !important;
}
body.home #primary-menu-list>li.menu-item-has-children > a {
    font-weight: 500;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu > li.menu-item-has-children li a:first-child {
    letter-spacing: 0.03em !important;
}
.star-products-grid .star-grid p.star-category {
    letter-spacing: -0.05em;
}
footer#colophon {
    border-left: 30px solid #ffb711;
	padding-top: 30px;
}

.product-content h4,
.product-sidebar .sidebar-item p {
    line-height: 24px;
}
.product-sidebar .sidebar-item p:not(:first-child) {
    margin-top: 8px;
}
.starborn_product-template-default .custom-content .custom-pdp-section h4 {
    letter-spacing: -0.01em;
	line-height: 25px;
}

.page-template-template-deck-matcher .pageHeader h1,
.page-template-template-decking .pageHeader h1 {
    letter-spacing: -0.03em;
}
.resources-page {
    padding-left: 30px;
	padding-right: 0px;
}
.acc-text-boxes.type-2 .text-box p {
    padding-bottom: 20px;
}
.accordion-main .accordion:nth-child(3) .acc-text-boxes.type-2 {
    padding: 15px 0;
}
.accordion-main .accordion:nth-child(1) .text-box figure, .accordion-main .accordion:nth-child(3) .text-box figure {
    margin-top: 4px;
}
.accordion-main .accordion:nth-child(4) .acc-text-boxes.type-2 .text-box p {
    padding-bottom: 15px;
}
.accordion-main .accordion:nth-child(4) .acc-text .acc-text-boxes .text-box:nth-child(2) {
    padding-right: 20px;
}
.resources-page .acc-text-boxes.type-2 .text-box h3 {
    letter-spacing: -0.01em;
}
.resources-page .accordion-main .text-box form .input-field span.wpcf7-form-control-wrap.Name input {
    border-right: 0;
}
a:focus img {
    outline: none !important;
}
.deck-match-table2 th {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	letter-spacing: 0.03em;
	padding: 8.6px 10px;
}
header#masthead {
    padding-left: 60px;
}
.site-header .widget_search .wp-block-search__input {
    max-width: 120px;
    height: 40px;
}
footer#colophon aside.widget-area p.copyright-text {
    font-size: 15px;
	color: #828282!important;
}

footer#colophon aside.widget-area p.copyright-text strong {
    font-size: 15px;
	color: #000!important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a:first-of-type {
    font-weight: 400!important;
}

body.search h1 {
	font-size: 90px;
	line-height: 85px;
}
body.search main .default-max-width {
     padding: 0px 30px;
}
.site-header .widget_search .wp-block-search__input::placeholder {
    font-size: 16px;
}

.banner-slider .slick-dots {
    bottom: 33px;
}

footer#colophon aside.widget-area p.copyright-text strong {
    display: inline-block;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu > li > .sub-menu {
    border-top: 1px solid #000;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li {
  border-top: 0px;
 }
.primary-navigation .menu-wrapper > li a:hover {
    font-weight: 900 !important;
}
.primary-navigation .menu-wrapper > li ul li a:hover {
    font-weight: 400 !important;
}
.resources-page .accordion-main:nth-child(2) .accordion .acc-text-boxes.type-2 {
    padding-top: 30px;
}

/*
.primary-navigation > div > .menu-wrapper > li > .sub-menu > li > .sub-menu > li:hover a{
	color: #FFB711!important;
}
*/
.primary-navigation > div > .menu-wrapper > li > .sub-menu > li > .sub-menu > li > a:first-of-type {
    font-weight: 500 !important;
}

#primary-menu-list>li>ul>li>a {font-weight: 800;}

#primary-menu-list>li>ul>li>a:hover {
    font-weight: 800 !important;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a {
    text-transform: uppercase;
}
.primary-navigation .primary-menu-container > ul > li.mobile-menu-item {
    display: none;
}
.widget_search input[type="search"]::-webkit-search-cancel-button {
    right: -8px;
    position: relative;
}
.site-header .widget_search .wp-block-search__input {
    padding-right: 15px;
	margin-right: 5px;
}
.widget_search .wp-block-search__inside-wrapper input#wp-block-search__input--1 {
    padding-bottom: 8px;
}
.widget_search .wp-block-search__inside-wrapper input#wp-block-search__input--1 {
    padding-bottom: 7px;
}
.single.single-starborn_product .banner-content h1 {
    line-height: 85px;
	letter-spacing: -0.005em;
	text-transform: uppercase;
}
.single.single-starborn_product .banner-content h1 span {
    text-transform: none;
}
.single.single-starborn_product .banner-content h2 {
    line-height: 84px;
}
.page-template-template-resources .resources-page h1,
.page-template-template-deck-matcher .pageHeader h1,
.single.single-starborn_product .banner-content h1,
.single.single-starborn_product .banner-content h2 {
    margin-left: 0px;
}
.single-starborn_product .banner-content h3 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -0.005em;
	margin-top: 10px;
}
.page-template-template-company .resources-page h1.entry-title {
    margin-left: 0px;
}
footer#colophon aside.widget-area p.copyright-text strong {
    font-weight: 400;
}
.page-description p {
    letter-spacing: 0.01em;
}
.page-template-template-decking .pageHeader {
    padding-bottom: 37px;
}
.decking-columns .decking-info li span b {
    font-size: 16px;
}
.single.single-starborn_product .banner-content h2
{
	letter-spacing: -0.005em;
}
.starborn_product-template-default .product-container .product-content ul li h4 {
    margin-bottom: 0;
	letter-spacing: -0.01em;
}
.starborn_product-template-default .product-container .product-content ul li ul li {
     line-height: 24px;
	list-style: disc;
}
.starborn_product-template-default .product-container .product-content ul li ul {
    padding-left: 30px
}
.product-sidebar .sidebar-item h4 {
    letter-spacing: 0.03em;
}
.product-content .images-col2 li p, .product-content .images-col3 li p, .product-content .images-col4 li p {
    letter-spacing: 0.01em;
}
.custom-pdp-section.pdp-colors ul.pdp-colors-list li p {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.03em;
    font-weight: 500;
}
.product-content .custom-pdp-section.pdp-text h4 {
    text-transform: uppercase;
}
.starborn_product-template-default .banner-content h1 {
    font-weight: 500;
}
.starborn_product-template-default .banner-content h2 {
    font-weight: 300;
    letter-spacing: 0.2px;
    padding-top: 10px;
}
.starborn_product-template-default .banner-content h3 {
    padding-top: 7px;
}
.page-template.page-template-template-deck-matcher .pageHeader,
.page-template-template-decking .decking-columns,
.page-template-template-decking .pageHeader {
    padding-left: 30px;
    padding-right: 60px;
}
.page-template.page-template-template-deck-matcher .pageHeader h1
{
	text-transform: uppercase;
	font-weight: 500!important;
	
}
ul#primary-menu-list .sub-menu li a:not(:first-child) {
    color: #000;
}
ul#primary-menu-list .sub-menu li:hover a:first-child {
    font-weight: 600;
}
.page-template.page-template-template-decking footer#colophon {
    background: #EEEEEE80;
}
.home .star-products-grid .star-grid .grid-text p.star-category {
    letter-spacing: -0.005em;
    font-style: normal;
    display: inline-block;
}
p.copyright-text {
    max-width: 850px;
}

.primary-menu-container ul#primary-menu-list ul.sub-menu ul.sub-menu li a[href]:first-child:hover {
    font-weight: 600 !important;
}

.primary-menu-container ul#primary-menu-list ul.sub-menu ul.sub-menu li.no-hover a:first-child:hover {
    font-weight: 500 !important;
	color: #FFB711!important;
}

body.search .search-result-count {
    display: none;
}
.search-no-results section.no-results.not-found header.page-header.alignwide {
    display: none;
}
.search-no-results section.no-results.not-found .page-content {
    margin-top: 20px;
}
body.search ul.post-type-filter li {
    width: auto;
    display: inline-block;
    margin: 0 20px 54px;
}

body.search ul.post-type-filter {
    text-align: center;
}

body.search ul.post-type-filter li a {
    border: 1px solid #000;
    padding: 5px 10px;
    text-transform: uppercase;
}

.page-template-template-decking #content{
	background: #EEEEEE80;
}


body.search ul.post-type-filter li a.active  {
background: #000;
color: #fff;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu > li > .sub-menu > li > a:hover {
    color: #FFB711 !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu > li > .sub-menu > li:hover a:first-of-type {
    color: #000 !important;
}
body.search .grid-image:empty+.grid-text {
    margin-top: 0;
}

.error404 main#main header.page-header.alignwide,
.search-no-results section.no-results.not-found header.page-header.alignwide {
    padding-top: 30px;
    padding-bottom: 30px;
}
.error404 .error-404.not-found .page-content p,
.search-no-results section.no-results.not-found .page-content.default-max-width > p {
    font-size: 18px
}
.search-no-results section.no-results.not-found .page-content.default-max-width > p {
    text-align: center;
}
.error404 div#content ,
.search-no-results div#content {
    border-left: 30px solid #ffb711;
}
.error404 .error-404 form.search-form input#search-form-1:focus,
.search-no-results section.no-results.not-found .page-content.default-max-width form.search-form input.search-field ,
.search-no-results section.no-results.not-found .page-content.default-max-width form.search-form input.search-field:focus {
    outline: none;
}
.error404 .error-404.not-found {
    margin-top: calc(3 * var(--global--spacing-vertical));
}
.error404 .error-404.not-found .page-content p {
    margin-bottom: 20px;
}
.error404 main#main header.page-header.alignwide h1 {
    margin-left: -9px;
}
.page-template-template-resources .resources-page h1 {
	font-weight: 500!important;
}
.page-template-template-deck-matcher .pageHeader h1
{
    margin-left: -8px;
}
.single-starborn_product .banner-content h3 {
    margin-left: 3px;
}
.single-starborn_product .banner-content h1, .single-starborn_product .banner-content h2 {
    margin-left: -3px !important;
}
.search-no-results section.no-results.not-found header.page-header.alignwide h1 {
    margin-left: -9px;
}

.single-starborn_product.postid-58 .table2 tbody tr:nth-child(1) th:nth-child(1){
	width: 14.3%;
}

.single-starborn_product.postid-59 .custom-pdp-section.pdp-images .images-col1 li:not(last-child){
	padding-bottom: 0px;
}
.single-starborn_product.postid-539 .custom-pdp-section.pdp-images .images-col1 li:not(last-child){
	padding-bottom: 0px;
}

.pdp-colors .color-note{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	font-weight: 400;
	color: #828282;
}

.custom-pdp-section.pdp-colors{
	margin-bottom: 60px;
}
@media (max-width: 1750px){
	#primary-menu-list>li.active-menu:first-of-type [data-title="PRODUCTS"]:after{
	  width: 495px;
	  left: -335px;
	}
}


@media (max-width: 1680px){
    .star-products-grid .star-grid {
       /*margin-bottom: 2.777vw;*/
    }
}


@media (max-width: 1440px){
	.pdp-colors-list{
		max-width: 1275px;
	}
	.single-starborn_product.postid-539 .col-width-6 th{
		line-height: 18px;
	}
	#primary-menu-list>li.active-menu:first-of-type [data-title="PRODUCTS"]:after{
	  width: 340px;
	  left: -185px;
	}
.images-col1 {
	width: calc(100% + 5px);
}
	.page-template-template-decking #content {
		background-position: center center;
	}
	.single.single-starborn_product .banner-content h1 {
    line-height: 85px;
}
	.banner-slider li img {
    object-position: 7% top;
}
	
}
@media screen and (max-width: 1366px){
	#primary-menu-list>li.active-menu:first-of-type [data-title="PRODUCTS"]:after{
	  width: 310px;
	  left: -150px;
	}
}
@media screen and (max-width: 1320px){
	.radio-field .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label{
		font-size: 16px;
	}
	.wpcf7-form .input-field .wpcf7-form-control-wrap input, input::placeholder{
		font-size: 16px;
	}
}

@media screen and (max-width: 1280px){
  #primary-menu-list>li.active-menu:first-of-type [data-title="PRODUCTS"]:after{
	width: 295px;
    left: -135px;
    height: 55%;
    bottom: 0;
  }
}
@media screen and (max-width: 1200px){
	.radio-field .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label{
		font-size: 14px;
	}
	.wpcf7-form .input-field .wpcf7-form-control-wrap input, input::placeholder{
		font-size: 14px;
	}
    .single.single-starborn_product .banner-content h1 {
      line-height: 90px;
   }
	table.cmpny_innovative_table {
    width: 100%;
    max-width: 100%;
}
}
@media screen and (max-width: 1200px){
	.radio-field .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label{
		font-size: 13px;
	}
	.wpcf7-form .input-field .wpcf7-form-control-wrap input, input::placeholder{
		font-size: 13px;
	}
}
@media (max-width: 1024px){
	.custom-pdp-section.pdp-images .images-col1 li p:last-of-type{
		margin-bottom: 15px!important;
	}
	.radio-field .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label{
		font-size: 18px;
	}	
	.wpcf7-form .input-field .wpcf7-form-control-wrap input, input::placeholder{
		font-size: 18px;
	}
.images-col1 {
	width: calc(100% - 5px);
}

	.page-template-template-decking #content{
		background-position: 100%!important;
	}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li.menu-item-has-children {
    margin-left: 10px;
}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    min-width: 100%;
}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li.menu-item-has-children {
    max-width: 68%;
}
	.page-template-template-resources .resources-page h1 {
    margin-left: -7px;
}
	.search-no-results section.no-results.not-found header.page-header.alignwide h1 {
    margin-left: -7px;
}
	.banner-slider li img {
    object-position: 7% top;
}
	.banner-slider li img, .banner-slider li video {
    height: calc(55vh);
}
	
}


@media (max-width: 991px){
	.banner-slide-12 .banner-content-wrap h4{
		max-width: 50%;
	}
	.banner-slide-12 .bannerImg{
		object-position: 80% 100%;
	}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    padding: 33px 20px 70px 20px;
}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a:first-of-type {
    font-size: 14px!important;
}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a {
    font-size: 15px!important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li.menu-item-has-children:first-of-type {
    margin-left: 0px;
    max-width: 29%;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a:first-of-type {
    min-width: 220px;
}
	.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li > .sub-menu > li > a {
    padding: 0px 10px;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu  > li.menu-item-has-children {
    margin-left: 20px;
    max-width: 68%;
}
	.site-header .widget_search .wp-block-search__input,
.site-header .widget_search .wp-block-search__input::placeholder {
    font-size: 14px;
}
	.primary-navigation .menu-wrapper > li > a {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.site-header .widget_search .wp-block-search__input::placeholder {
    padding-bottom: 8px;
}
	.resources-page .accordion-main .accordion:nth-child(5) .acc-text-boxes.type-2 .text-box:first-child {
    max-width: 47%;
    margin-right: 19px;
}
	.product-banner {
		background-position: 80% 100%;
}
	
}

body.search .grid-text .ac-text a {
    font-size: 18px;
}
body.search .grid-text p.star-category {
    letter-spacing: 0.6px;
    margin-top: 0px!important;
	display:inline-block;
}
body.search .grid-text p:nth-child(2) {
    margin-top: 10px;
}
.star-products-grid .star-grid .grid-text.no-thumb {
    margin-top: 0px;
}

@media (max-width: 767px){
	.banner-slide-12 .banner-content-wrap h4{
		max-width: 100%;
	}
	.product-sidebar .sidebar-text p.heading-inside b{
		padding: 7px 10px;
	}
	.single-starborn_product.postid-59 .custom-content .custom-pdp-section:nth-child(4) h4{
		font-weight: 700!important;
	}
	.single-starborn_product.postid-539 .custom-content .custom-pdp-section.pdp-text h4{
		line-height: 20px;
	}
	.single-starborn_product.postid-638 .custom-content .custom-pdp-section.pdp-text h4{
		line-height: 20px;
	}
	.page-template.page-template-template-deck-matcher .pageHeader{
		padding-bottom:35px;
	}
	#contactus .acc-text-boxes .text-box:nth-child(3){
		margin-top: 22px;
	}
	#contactus .acc-text-boxes .text-box:nth-child(2){
		margin-top: 22px;
	}
	.wpcf7-form .input-field{
		padding-top: 24px;
	}
	.captcha-wrapper{
		margin-top: 15px!important;
	}
	.page-template-template-company .resources-page{
		padding-top: 30px!important;
	}
	.page-template-template-company .accordion-main{
		padding-top: 32px!important;
	}
	
	.copyright-text strong span{
		display: inline-block;
	}
	.copyright-text br{
		display: none;
	}
	.table-column-item.no-arrow:after{
		display: none!important;
	}
	.radio-field .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label{
		font-size: 17px;
		line-height: 22px;
		padding-top: 6.5px;
		padding-bottom: 6.5px;
	}	
	.wpcf7-form .input-field .wpcf7-form-control-wrap input, input::placeholder{
		font-size: 17px;
		line-height: normal;
	}
    .banner-slider .slick-dots {
        flex-wrap: nowrap;
    }
	#primary-menu-list .mm-listitem__text{
		padding-left: 20px!important;
	}
	footer#colophon{
		display:none;
	}
	.menu_footer{
		padding: 20px;
		position: absolute;
		bottom: 0;
	}
	.search-results footer#colophon {
		border-left: 20px solid #ffb711!important;
	}
    .star-products-grid .star-grid .grid-text p.ac-text {
        margin-bottom: 10px;
    }
    body.search .grid-text h3.no-thumb {
        line-height: 36px;
    }
    body.search ul.post-type-filter li {
        margin-left: 10px;
        margin-right: 10px;
    }
#primary-menu-list .widget_search form input[type='search'] {
    padding-right: 62px;
}
#primary-menu-list .widget_search form input[type='search']:focus {
    outline: none;
}	
.widget_search input[type="search"]::-webkit-search-cancel-button {
    right: 40px;
    position: absolute;
}	
.star-products-grid .star-grid .grid-text p {
    letter-spacing: 0.01em;
    line-height: 21px;
	font-size: 20px;
	font-weight: 350;
}
footer#colophon {
    border-left-width: 20px;
}

.site-footer {
  margin-top: 0;
}
.decking-columns .decking-info h3 {
    line-height: 45px;
	letter-spacing: 0.04em;
}
.decking-columns .decking-info li,
.decking-columns .decking-info li:first-of-type {
    border-top: 1px solid #BDBDBD;
	border-bottom:0;
}
.decking-columns .decking-info li:last-child {
    border-bottom: 1px solid #000;
}
body.search h1 {
    font-size: 50px;
    line-height: 60px;
}
.site-footer {
    padding-left: 20px;
}
.decking-columns .decking-info li span {
    width: 100%;
}
		
.decking-columns .decking-info li span:last-of-type {
    padding-left: 0px;
	display: none;
}	
	.starborn_product-template-default .banner-content h2,
.starborn_product-template-default .banner-content h1 {
    letter-spacing: -0.01em;
}
.starborn_product-template-default .banner-content h3 {
    letter-spacing: -0.01em;
    font-weight: 400;
    line-height: 33px!important;
    font-size: 27px!important;
}
.product-content .product-summary h4 {
    font-weight: 700;
	line-height: 45px;
	letter-spacing: 0.04em;
}
.product-content .product-sidebar .sidebar-item h4, .product-summary h2 {
    font-size: 13px!important;
    line-height: 20px!important;
    letter-spacing: 0.03em;
    font-weight: 700;
	padding: 5px 10px!important;
}
    .product-sidebar .sidebar-text p b {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.03em;
        font-weight: 700;
    }

	.product-sidebar .sidear-related h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.01em;
}
	.product-sidebar .sidear-related ul.related-links li a{
		font-size: 14px;
		line-height: 16px;
		font-weight: 400;
		letter-spacing: 0.01em;
		margin-bottom: 5px;
	}
.custom-content ul.images-col2 li p, .custom-content ul.images-col3 li p, .custom-content ul.images-col4 li p {
    letter-spacing: 0.01em;
}
.custom-content .custom-pdp-section.pdp-colors h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 0.04em;
}

	
.pdp-colors-list li p
	{
		letter-spacing: 0.03em;		
	}
	.resources-page .acc-head {
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 0.04em;
}
.resources-page .accordion-main .acc-text-boxes .text-box p.head-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
}
.page-template-template-deck-matcher .pageHeader h1 {
    text-transform: uppercase;
}
.star-products-grid .star-grid h2 {
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
}
	.mm-menu .mm-listitem{
		height: 45px;
	}
.mm-menu li a {
    letter-spacing: 0.05em !important;
	position: absolute;
    left: 0;
    width: 100%!important;
    background-size: 20px!important;
    background-position: calc(100% - 20px) 15px!important;
    height: 100%;
}
.mm-listitem__text {
    letter-spacing: 0.05em !important;
}
.primary-navigation .primary-menu-container > ul > li.mobile-menu-item {
    display: block;
}
nav#menu .mm-panels div#primary-menu-list ul.menu-wrapper.mm-listview .mobile-menu-item a {
    text-transform: uppercase;
}
#menu.mm-menu.mm-menu_opened .mm-panels {
    min-height: 600px;
}
#menu.mm-menu.mm-menu_opened {
    overflow: auto;
}
	.page-template-template-resources .resources-page h1,
.page-template-template-deck-matcher .pageHeader h1,
.single.single-starborn_product .banner-content h1, .single.single-starborn_product .banner-content h2 {
    margin-left: 0;
}
.single.single-starborn_product .banner-content h1 {
    line-height: 45px;
}
.single.single-starborn_product .banner-content h2 {
    line-height: 100%;
}
.page-template-template-company .resources-page h1.entry-title {
    margin-left: 0px;
}	
nav#menu .mm-panels .mm-panel.mm-panel_opened ul.sub-menu.mm-listview li a {
    font-size: 17px !important;
    line-height: 45px !important;
    letter-spacing: 0.04em !important;
}
nav#menu .mm-panels .mm-panel:nth-child(2) ul.sub-menu.mm-listview li a,
	nav#menu .mm-panels .mm-panel:nth-child(3) ul.sub-menu.mm-listview li a,
nav#menu .mm-panels .mm-panel:nth-child(4) ul.sub-menu.mm-listview li a {
    font-size: 16px !important;
    letter-spacing: 0.05em !important;
}
header#masthead {
    padding-left: 20px !important;
    height: 45px;
}	
footer#colophon aside.widget-area p.copyright-text, .site-footer aside.widget-area .widget_block.widget_text p {
    font-size: 14px;
    line-height: 17px;
}
	
.page-template-template-decking .pageHeader {
    padding-bottom: 35px;
}
body.page-template-template-decking .pageHeader h1
	{
			letter-spacing: -0.02em !important;
		
	}
.decking-columns .decking-info li span b {
        font-weight: 700;
}
	.decking-columns .decking-info li span {
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 0.04em;
}
.product-content .custom-pdp-section.pdp-text h4 {
    line-height: 45px;
    letter-spacing: 0.04em;
    font-weight: 700;
}
	.page-template-template-company .resources-page h1.entry-title,
.page-template-template-resources .resources-page h1 {
    font-size: 50px;
    line-height: 45px;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.resources-page .acc-text-boxes .text-box .head-text span {
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
}
.page-template-template-company .resources-page .accordion-main .text-box p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}	
.acc-text-boxes.type-2 .text-box figure .wp-caption-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
	.acc-text-boxes.type-2 .text-box figure .wp-caption-text{
		padding-top: 10px;
	}
.resources-page .accordion-main .accordion:nth-child(5) .acc-text-boxes.type-2 .text-box:first-child {
    max-width: 100%;
    margin-right: 0px;
}	
	.product-banner {
    background-position: right center;
}
	.page-template.page-template-template-deck-matcher .pageHeader,
	.page-template-template-decking .decking-columns,
	.page-template-template-decking .pageHeader{
	padding-left: 20px; 
     padding-right: 20px;
}
main#main .product-wrapper {
    margin-top: 10px;
}
.starborn_product-template-default .product-content {
    width: 100%;
}
	.resources-page .accordion-main .accordion:first-child {
    border-top: 1px solid #000;
}
	.custom-content .custom-pdp-section:last-of-type .images-col1 > li:last-of-type{
		margin-bottom: 0px!important;
	}
	.starborn_product-template-default.single .table-column-item{
		margin-bottom: 0px!important;
	}
	.starborn_product-template-default.single .custom-content .custom-pdp-section {
    margin-bottom: 0px;
}
	.starborn_product-template-default.single .custom-content .custom-pdp-section.pdp-colors h4 {
    margin-bottom: 4px;
}
	.starborn_product-template-default.single .custom-content .custom-pdp-section.pdp-colors ul + p.color-note {
    opacity: 0;
		display: none;
}
	.decking-columns .decking-info h3:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 0.8px;
    border-right: 1px solid #000;
    right: 0;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}
.decking-columns .decking-info h3:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    border-right: 1px solid #000;
    right: 0;
    background: #000;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}
	.decking-columns .decking-info h3.active:before {
		opacity: 0;
	}
	.decking-columns .decking-info ul.decking-list.active {
    display: block;
}
	.decking-columns .decking-info.active h3:after {
    transform: unset;
}
.page-template-template-decking #content {
    background-position: 93% 145px!important;
}
	.page-template-template-decking #content .site-main { 
    padding-bottom: 50px;
}
	body.page-template-template-decking .pageHeader h1,
	.page-template-template-company .resources-page h1.entry-title,
	.page-template-template-resources .resources-page h1,
.page-template.page-template-template-deck-matcher .pageHeader h1 {
    font-weight: 500;
}

.decking-columns .decking-info ul.decking-list.active li:last-child {
    border-bottom: none;
}
	.resources-page .accordion-main .accordion h2.acc-head.active {
    border-bottom: none;
}
	.resources-page .accordion-main .accordion .acc-text-boxes.type-2 {
   	 padding-top: 15px !important;
}
	.pageHeader h1.active:after {
    content: "";
    background-image: url(https://daughterssons.com/starborn/wp-content/uploads/2022/07/black_down_arrow.png);
    width: 23px;
    height: 23px;
    background-position: center;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 24%;
    right: 2px;
    transform: translateY(-50%);
    cursor: pointer;
    background-size: contain;
}
	.pageHeader h1.active img {
    opacity: 1;    
}
.page-template-template-deck-matcher .pageHeader h1.active:after {
	top: 29%;
}
	
	.pageHeader h1.active img {
    opacity: 0;
    z-index: 99;
}
.page-template-template-decking #content {
    background-color: #e9e7e780 !important;
}
.starborn_product-template-default .product-content .custom-content .custom-pdp-section.pdp-images ul li .img-banner-wrapper img {
    margin-top: 12px;
}
.starborn_product-template-default .product-content .custom-content .custom-pdp-section.pdp-images ul.images-col1 li .img-banner-wrapper img {
    /*min-height: 200px;*/
    max-width: unset;
    width: auto;
    max-height: 100%;
    /*max-height: 300px;*/
    height: 100%;
}
	
.single.single-starborn_product .banner-content h1, .single.single-starborn_product .banner-content h2,
.page-template.page-template-template-deck-matcher .pageHeader h1,
.page-template-template-company .resources-page h1.entry-title {
    margin-left: -2px;
}
	.page-template-template-resources .resources-page h1{
    margin-left: -4px;
}
	p.copyright-text {
		max-width: 100%;
		font-weight: 400!important;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.01em;
		color: #828282!important;
	}
	p.copyright-text strong {
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.01em;
		font-weight: 400!important;
		color: #000!important;
	}
	body.search header.page-header.alignwide h1.page-title {
    line-height: 50px !important;
}
	
.resources-page .acc-head:after {
    background-size: contain;
	    width: 11px;
}
	.search-no-results section.no-results.not-found header.page-header.alignwide h1
	{
		line-height:60px;
	}
	
	.error404 main#main,
	.error404 main#main header.page-header.alignwide, .search-no-results section.no-results.not-found {
    padding-left: 20px;
    padding-right: 20px;
}
	.search-no-results section.no-results.not-found form.search-form input.search-submit,
	.error404 .error-404.not-found form.search-form input.search-submit {
    margin-left: 2px;
		margin-top:18px;
}
.search-no-results section.no-results.not-found h1.page-title,
	.error404 header.page-header.alignwide h1 {
    line-height: 90px !important;
}
.error404 header.page-header.alignwide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	.error404 main#main header.page-header.alignwide h1 {
    margin-left: -5px;
}
	.resources-page .accordion-main .accordion h2.acc-head {
   	line-height: 30px; 
    padding: 7px 0;
}
	/*.page-template-template-company .resources-page .accordion-main .accordion:nth-child(2) h2.acc-head {
        line-height: 30px;
    }*/
    .page-template-template-company .resources-page .accordion-main .accordion h2.acc-head {
        line-height: 19px;
        min-height: 45px;
        display: flex;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 27px;
    }

	.resources-page .acc-head.active:after {
    background-size: cover;
}
	
	.resources-page .accordion-main .accordion h2.acc-head.active
	{
	/*	padding-bottom: 0;		*/
	}
.page-template-template-deck-matcher .pageHeader h1
{
    margin-left: -3px;
}
	
	.single-starborn_product .banner-content h3 {
    margin-left: -1px;
}
	.single-starborn_product .banner-content h2{
		margin-left: -3px !important
	}
	.search-no-results section.no-results.not-found header.page-header.alignwide h1 {
    margin-left: -5px;
}
	.single.single-starborn_product .banner-content h1 {
    font-size: 40px;
}
	.banner-slider li img {
    object-position: 100% top;
}
	
	
/*Mobile Points New*/	
	.page-description{
		margin-top: 21px;
	}

	.single-starborn_product .custom-content .custom-pdp-section:nth-child(1) .images-col2 li .img-banner-wrapper img{
		/*height: 470px;
		object-fit: cover;*/
	}
	.single-starborn_product.postid-539 .custom-content .custom-pdp-section:last-of-type .images-col3 li .img-banner-wrapper img, .single-starborn_product.postid-523 .custom-content .custom-pdp-section:last-of-type .images-col3 li .img-banner-wrapper img{
			/*height: 470px;
			object-fit: contain;*/
	}
	.single-starborn_product.postid-539 .custom-content .custom-pdp-section.pdp-text > p{
		font-size: 18px;
	}
	.single-starborn_product.postid-957 .custom-content .custom-pdp-section:nth-child(1) .images-col2 li .img-banner-wrapper img{
			height: 470px;
			object-fit: cover;
	}
	
	
.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(1) .sidebar-text .heading-inside b:nth-child(1){
	margin-bottom: -8px;	
}

.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(2) .sidebar-text .heading-inside b:nth-child(1){
	margin-bottom: -8px;
}
.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(2) .sidebar-text .heading-inside{
	padding-bottom: 0;
}
.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(2) .sidebar-text .heading-inside:nth-child(2) b{
	margin-top: 18px;
    margin-bottom: -8px;
}
.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(1) .sidebar-text .heading-inside b:nth-child(5){
	margin-bottom: -8px;
	margin-top: 18px;
}
.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(1) .sidebar-text .heading-inside{
	padding-bottom: 0;
}	
	
.banner-slide-12 .banner-content-wrap h2{
	line-height: 47px;
	font-size: 50px;
	font-weight: 700!important;
    letter-spacing: -0.01em!important;
	margin-bottom: 0px;
}
.banner-slide-12 .banner-content-wrap h3{
	font-size: 50px;
	line-height: 47px;
	margin-left: -3px !important;
	font-weight: 300;
	letter-spacing: -0.005em;
}
.banner-slide-12 .banner-content-wrap h4{
    letter-spacing: -0.01em;
    font-weight: 350;
    line-height: 33px;
    font-size: 27px;
	margin-top: 5px;
	margin-left:0;
}
	
/*Mobile Points New end*/	
}



.custom-pdp-section.pdp-images .images-col1 li{
	position: relative;
	padding-bottom: 30px;
}

.custom-pdp-section.pdp-images .images-col1 li .iconImage{
	padding-bottom: 18px;
	width: 350px;
}
.custom-pdp-section.pdp-images .images-col1 li p{
	font-family: 'NeueHaas';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	/*position: absolute;
	top:25px;*/
}
.icon-image-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.icon-image-row p {
    margin-bottom: 15px;
}

.deck-match-manufacturer {
	top: 8px;
}

.no-last-border li:last-of-type {
	border-bottom: unset;
}
.composite-plastic * {
	box-sizing: border-box;
}




.level1 {
	display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #000;
  
}
.level1:nth-child(1) {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.deck-match-row1 {
	position: relative;
}
.deck-match-table1 .level1:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 36%;
	width: 1px;
	height: 100%;
	background: #000;
}
.deck-match-table1 .level1:nth-child(2)::after {
	content: '';
	position: absolute;
	top: 0px;
	right: 18%;
	width: 1px;
	height: 100%;
	background: #000;
}
.level1 >div {
	flex: 0 0 18%;
	width: 18%;
}
.level1 >div:nth-child(1) ul {
	overflow: hidden;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.level1 >div:nth-child(2) ul, .level1 >div:nth-child(3) ul, .level1 >div:nth-child(4) ul {
	
}
.result-cell {
	border-right: 1px solid #000;
	max-height: 280px;
	overflow: auto;
}
.level1 >div:nth-child(3) {
	flex: 0 0 46%;
	width: 46%;
}
.composite-plastic >div:nth-child(1) {
	border-bottom: 1px solid #000;
}
.level1 .cell {
	position: relative;
}
.matcher-arrow {
    /*display: none;*/
	max-width: 25px;
	position: relative;
    top: 0px;
}
.level1 .cell:nth-child(2), .level1 .cell:nth-child(3) {
	border-right: unset;
}
/*.level1 .cell:nth-child(2)::after, .level1 .cell:nth-child(3)::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	right: 0px;
	top: 0px;
}*/
/*.level1 .cell:nth-child(3)::after {
	right: -1px;
}*/

.level1 .cell:nth-child(4) {
	/*border-left: 1px solid #000;*/
}
.clickable-col1 {
	border-right-color: #E0E0E0;
}
.clickable-cell.clickable-3 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.clickable-cell.clickable-3 ul li {
	flex: 0 0 50%;
}

@media screen and (min-width: 1920px) {
	.level1 .cell:nth-child(2)::after {
		
	}
}
/*@media screen and (min-width: 2304px) {
	.level1 .cell:nth-child(2)::after {
		right: 0px;
	}
}
@media screen and (max-width: 1440px) {
	.level1 .cell:nth-child(3)::after {
		right: 0px;
	}
}
@media screen and (max-width: 1366px) {
	.level1 .cell:nth-child(3)::after {
		right: -1px;
	}
}*/

@media (max-width: 1117px){
body.search header.page-header.alignwide h1.page-title {
    line-height: 90px;
}
	.product-content .images-col2 li p, .product-content .images-col3 li p, .product-content .images-col4 li p{
		height:40px;
	}
}

@media screen and (max-width: 1024px) {
	.deck-match-table .cell {
		  font-size: 14px;
		  letter-spacing: normal;
	}
	.deck-match-table ul li {
		font-size: 16px;
	}
	.deck-match-table2 th {
		font-size: 14px;
		letter-spacing: normal;
	}
	
	.level1 >div:nth-child(3) {
        max-width: calc(64% - 165px);
    }
    .level1 .cell:nth-child(4) {
        min-width: 165px;
    }
    .result-cell {
        min-width: 165px;
    }
    .deck-match-table1 .level1:nth-child(2)::after {
        right: 18%!important;
    }
}
@media screen and (max-width: 965px) {
    .deck-match-table1 .level1:nth-child(2)::after {
        right: 165px!important;
    }
}
@media screen and (max-width: 840px) {
  .Ios-true .widget_search .wp-block-search__inside-wrapper input#wp-block-search__input--1 {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0;
    margin-right: 10px;
  }

	.page-template.page-template-template-deck-matcher .pageHeader h1 {
		line-height: 90px;
	}
	.deck-match-table ul li {
		max-height: 41px;
		padding: 0px 5px;
		letter-spacing: -0.2px;
		font-size: 15px;
	}
	.deck-match-table .result-cell ul li {
		max-height: unset;
	}
	.deck-match-table .cell {
	    line-height: 22px;
	}
	li.relHeading {
	    /*line-height: 22px!important;
	    padding: 18.5px 10px!important;*/
	}
	.result-cell ul {
		height: 100%;
	}
}
@media screen and (max-width: 820px){
	.site-header .widget_search{
		margin-top: 7px;
	}
	.single-starborn_product.postid-969 .product-banner .banner-content{
		left: 40px;
	}
	.custom-pdp-section.pdp-images .images-col1 li .iconImage{
		max-width: 300px;
	}
	.custom-pdp-section.pdp-images .images-col1 li p{
		top: 8px;
	}
}
@media screen and (min-width: 767px) {

/*table col width*/
.col-width-7 th{
	width: 14%;
	letter-spacing: 0.03em;
}
.col-width-8 th{
	width: 12.5%;
	letter-spacing: 0.03em;
}
.col-width-6 th{
	width: 16.66%;
	letter-spacing: 0.03em;
}
.col-width-5 th{
	width: 20%;
	letter-spacing: 0.03em;
}
.col-width-4 th{
	width: 25%;
	letter-spacing: 0.03em;
}
.col-width-2 th{
	width: 50%;
	letter-spacing: 0.03em;
}
.col-width-3 th{
	width: 33.33%;
	letter-spacing: 0.03em;
}
/*table col width end*/
/*Product page Spacing */
.single-starborn_product.postid-523 .custom-content >div:nth-child(3){
	margin-bottom: 0px;
}
.single-starborn_product.postid-66 .custom-content >div:last-of-type .icon-image-row p{
	margin-bottom: 0px;
}
.single-starborn_product.postid-62 .custom-content >div:nth-child(1){
	margin-bottom: 68px;
}

.single-starborn_product.postid-523 .custom-content >div:nth-child(3) .icon-image-row p{
	margin-bottom: 0px;
}
.single-starborn_product.postid-523 .custom-content >div:last-of-type .icon-image-row p{
	margin-bottom: 0px;
}
.single-starborn_product.postid-276 .custom-pdp-section.pdp-images .images-col1 li:not(last-child) {
	padding-bottom: 36px;
}
.single-starborn_product.postid-276 .custom-pdp-section, .single-starborn_product.postid-65 .custom-pdp-section, .single-starborn_product.postid-66 .custom-pdp-section{
	margin-bottom: 70px;
}
.single-starborn_product.postid-517 .custom-pdp-section{
	margin-bottom: 51px;
}
.single-starborn_product.postid-276 .custom-pdp-section.pdp-colors, .single-starborn_product.postid-65 .custom-pdp-section.pdp-colors{
	margin-bottom: 58px;
}
 .single-starborn_product.postid-66 .custom-pdp-section.pdp-colors{
	margin-bottom: 33px;
 }
	.single-starborn_product.postid-66 .custom-pdp-section:nth-child(3){
		margin-bottom: 42px;
	}
	.single-starborn_product.postid-66 .custom-pdp-section:nth-child(4){
		margin-bottom: 77px;
	}
	.single-starborn_product.postid-62 .custom-pdp-section:nth-child(3) > ul li:nth-child(1){
		padding-bottom: 63px;
	}
	.single-starborn_product.postid-66 .custom-pdp-section:nth-child(3) > ul li:nth-child(1){
		padding-bottom: 48px;
	}
	.single-starborn_product.postid-517 .custom-pdp-section:nth-child(2) > ul li:nth-child(1){
		padding-bottom: 63px;
	}
	.single-starborn_product.postid-58 .custom-pdp-section:nth-child(3) > ul li:nth-child(1){
		padding-bottom: 73px!important;
	}
	.single-starborn_product.postid-58 .custom-pdp-section:nth-child(3) > ul li:nth-child(2){
		padding-bottom: 53px!important;
	}
	.single-starborn_product.postid-538 .custom-pdp-section:nth-child(2){
		margin-bottom: 73px;
	}
	.single-starborn_product.postid-59 .custom-pdp-section.pdp-colors{
		margin-bottom: 58px!important;
	}
	.single-starborn_product.postid-59 .custom-pdp-section:nth-child(3){
		margin-bottom: 74px;
	}
	.single-starborn_product.postid-59 .custom-pdp-section:nth-child(4){
		margin-bottom: 35px;
	}

	.single-starborn_product.postid-58 .custom-pdp-section:nth-child(2){
		margin-bottom: 58px;
	}
	.single-starborn_product.postid-58 .custom-pdp-section:nth-child(4){
		margin-bottom: 58px;
	}
	.single-starborn_product.postid-523 .custom-pdp-section:nth-child(2){
		margin-bottom: 73px;
	}
	.single-starborn_product.postid-1032 .custom-pdp-section:nth-child(2){
		margin-bottom: 60px;
	}
	.single-starborn_product.postid-1042 .custom-pdp-section:nth-child(2){
		margin-bottom: 50px;
	}
	.single-starborn_product.postid-1052 .custom-pdp-section:nth-child(2){
		margin-bottom: 40px;
	}
	.single-starborn_product.postid-1057 .custom-pdp-section:nth-child(2){
		margin-bottom: 71px;
	}
	.single-starborn_product.postid-969 .product-summary ul+p{
		display: none;
	}
	.single-starborn_product.postid-58 .custom-pdp-section:nth-child(3) > ul li:nth-child(3){
		padding-bottom: 62px!important;
	}
.single-starborn_product.postid-276 .custom-pdp-section:last-of-type, .single-starborn_product.postid-65 .custom-pdp-section:last-of-type, .single-starborn_product.postid-66 .custom-pdp-section:last-of-type, .single-starborn_product.postid-517 .custom-pdp-section:last-of-type{
	margin-bottom: 0px;
}
.single-starborn_product.postid-66 .custom-content >div:nth-child(3) .images-col1 li:last-of-type{
	padding-bottom: 0px;
}
.single-starborn_product.postid-66 .custom-content >div:last-of-type .two-col-section h4{
	margin-top: 0px;
}
.single-starborn_product .custom-content >div:nth-child(1) .icon-image-row p{
	margin-bottom:0;
}
.single-starborn_product.postid-65 .custom-content >div:nth-child(1) .icon-image-row p{
	margin-bottom:0;
}
.single-starborn_product.postid-59 .custom-content >div:nth-child(4) .icon-image-row p{
	margin-bottom:0;
}
.single-starborn_product.postid-638 .custom-content >div:nth-child(3) .icon-image-row p{
	margin-bottom:0;
}
.single-starborn_product.postid-65 .custom-content >div:nth-child(3) .images-col1 li:nth-child(1){	
    padding-bottom: 63px;
}
.single-starborn_product.postid-1032 .custom-content >div:nth-child(2) .images-col1 li, .single-starborn_product.postid-1042 .custom-content >div:nth-child(2) .images-col1 li, .single-starborn_product.postid-1052 .custom-content >div:nth-child(2) .images-col1 li, .single-starborn_product.postid-1057 .custom-content >div:nth-child(2) .images-col1 li{	
    padding-bottom: 0px;
}
.single-starborn_product.postid-1057 .custom-content >div:last-of-type .images-col1 li{
	padding-bottom: 0;
}
.single-starborn_product.postid-538 .custom-content >div:nth-child(4) .icon-image-row p, .single-starborn_product.postid-47 .custom-content >div:nth-child(3) .icon-image-row p, .single-starborn_product.postid-326 .custom-content >div:nth-child(4) .icon-image-row p{	
    margin-bottom:0;
}

.single-starborn_product.postid-539 .custom-content >div:last-of-type .icon-image-row p{
	margin-bottom: 0px;
}
.single-starborn_product.postid-326 .custom-content >div:nth-child(2){
	margin-bottom: 63px;
}

.single-starborn_product.postid-58 .custom-pdp-section.pdp-images .images-col1 li:not(last-child){
	padding-bottom: 75px;
}
.single-starborn_product.postid-638 .custom-pdp-section.pdp-images .images-col1 li:not(last-child), .single-starborn_product.postid-47 .custom-pdp-section.pdp-images .images-col1 li:not(last-child), .single-starborn_product.postid-326 .custom-pdp-section.pdp-images .images-col1 li:not(last-child){
	padding-bottom: 80px;
}
.single-starborn_product.postid-58 .custom-pdp-section.pdp-images .images-col1 li:last-of-type, .single-starborn_product.postid-276 .custom-pdp-section.pdp-images .images-col1 li:last-of-type, .single-starborn_product.postid-638 .custom-pdp-section.pdp-images .images-col1 li:last-of-type, .single-starborn_product.postid-47 .custom-pdp-section.pdp-images .images-col1 li:last-of-type, .single-starborn_product.postid-326 .custom-pdp-section.pdp-images .images-col1 li:last-of-type{
	padding-bottom: 0px;
}


.single-starborn_product.postid-276 .product-summary ul+p{
	display: none;
}
.single-starborn_product.postid-62 .custom-pdp-section.pdp-colors{
	margin-bottom: 52px;
}
.single-starborn_product.postid-538 .custom-content >div:nth-child(3){
	margin-bottom: 78px;
}
.single-starborn_product.postid-538 .custom-content >div:nth-child(4){
	margin-bottom: 72px;
}
.single-starborn_product.postid-326 .custom-content >div:nth-child(3){
	margin-bottom: 80px;
}
.single-starborn_product.postid-539 .custom-content >div:nth-child(3) h4{
	margin-bottom: 0;
}
.single-starborn_product.postid-539 .custom-content >div:nth-child(2){
	margin-bottom: 72px;
}
.single-starborn_product.postid-47 .custom-content >div:nth-child(2), .single-starborn_product.postid-47 .custom-content >div:nth-child(3){
	margin-bottom: 72px;
}
.single-starborn_product.postid-638 .custom-content >div:nth-child(2), .single-starborn_product.postid-638 .custom-content >div:nth-child(3), .single-starborn_product.postid-638 .custom-content >div:nth-child(4){
	margin-bottom: 72px;
}
.single-starborn_product.postid-539 .custom-content >div:nth-child(5){
	margin-bottom: 0px;
}
.custom-pdp-section.pdp-images .images-col1 li:not(last-child){
	position: relative;
	padding-bottom: 75px;
}
.single-starborn_product.postid-638 .custom-content >div:nth-child(5) h4{
	margin-bottom: 1px;
}	
.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(1) .sidebar-text .heading-inside b:nth-child(1){
	margin-bottom: -8px;	
}

.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(2) .sidebar-text .heading-inside b:nth-child(1){
	margin-bottom: -8px;
}
.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(2) .sidebar-text .heading-inside{
	padding-bottom: 0;
}
.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(2) .sidebar-text .heading-inside:nth-child(2) b{
	margin-top: 18px;
    margin-bottom: -8px;
}
.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(1) .sidebar-text .heading-inside b:nth-child(5){
	margin-bottom: -8px;
	margin-top: 18px;
}
.single-starborn_product.postid-326 .pdp-sidebar-wrapper .sidebar-item:nth-child(1) .sidebar-text .heading-inside{
	padding-bottom: 0;
}
	
	
/*Produt page Spacing end*/
	
	
	
	
.radio-field .wpcf7-form-control .wpcf7-list-item input[type=radio]:hover + span{ 
	background: #FFB711;
    color: #000;
	height: 100%;
}
    .page-template-template-homepage .star-products-grid {
        margin-bottom: -42px;
    }
}
@media screen and (min-width: 768px) {
    .single.single-starborn_product .banner-content h2 {
        max-width: 70%;
    }
}
@media screen and (max-width: 840px) and (min-width: 768px) {
	/*.level1 .cell:nth-child(2)::after, .level10 .cell:nth-child(3)::after {
		right: 0.5px;
	}*/
}
@media screen and (max-width: 768px) {
    .deck-match-table1 .level1:nth-child(2)::after {
        right: 165px!important;
    }
	.resources-page .acc-text-boxes{
		padding: 0;
	}
	.images-col1 {
	width: calc(100% - 10px);
}
    .deck-match-table ul li {
		max-height: 41px;
		padding: 0px 5px;
		letter-spacing: -0.2px;
		font-size: 15px;
	}
	.deck-match-table .result-cell ul li {
		max-height: unset;
	}
	.deck-match-table .cell, .deck-match-table2 th {
		line-height: 20px;
	}
	.level1 >.clickable-1 {
		flex: 0 0 13%;
		width: 13%;
	}
	.level1 >.clickable-2 {
		flex: 0 0 23%;
		width: 23%;

		/*flex: 0 0 20%;
		width: 20%;*/
	}
	

	/*new*/
	/*.level1 >div:nth-child(3) {
		flex: 0 0 43%;
    width: 43%;
	}
	.level1 >div.result-cell {
		flex: 0 0 24%;
    width: 24%;
	}*/
	

}

@media screen and (max-width:  1025px) and (min-width:  767px) {
	.deck-match-table .result-cell ul li {
    	/*max-height: unset;
    	line-height: 20px;
        padding: 10px 5px;*/
	}
	li.relHeading {
    /*padding: 25px 5px!important;*/
    letter-spacing: 0.8px;
	}
	.result-cell {
		/*height: 286px;*/
		overflow: auto;
	}
}

@media screen and (max-width: 420px) {
	.deck-matcher-tabs .match-alpha li {
		font-size: 16px!important;
		letter-spacing: normal;
		padding: 0px 6px;
	}
	.search-no-results section.no-results.not-found h1.page-title,
	.error404 header.page-header.alignwide h1 {
    line-height: 60px !important;
	}

}

@media (max-width: 389px){
	.resources-page .accordion-main .accordion h2.acc-head {
    line-height: 30px;
    padding: 7px 0;
    padding-right: 22px;
	}
	.page-template-template-company .resources-page .accordion-main .accordion:nth-child(3) h2.acc-head:after {
    top: auto;
    bottom: 0px;
	}
}
@media (max-width: 380px){
	.custom-pdp-section.pdp-colors ul.pdp-colors-list li p{
		font-size:12px;
	}
}
@media (max-width: 375px){
	.single-starborn_product.postid-1057 .banner-content h2, .single-starborn_product.postid-65 .banner-content h2, .single-starborn_product.postid-59 .banner-content h2{
		font-size: 46px;
	}
}