@font-face {
	font-family: "FontSiteSansCondensed";
	src: url("/wp-content/themes/bb-starter-theme/fonts/fontsitesans_condensed/fontsitesans-cond-webfont_-webfont.woff")
			format("woff"),
		url("/wp-content/themes/bb-starter-theme/fonts/fontsitesans_condensed/fontsitesans-cond-webfont_-webfont.woff2")
			format("woff2");
	font-style: normal;
}

@font-face {
	font-family: "FontSiteSansRoman";
	src: url("/wp-content/themes/bb-starter-theme/fonts/fontsitesans_roman/fontsitesans-roman-webfont-webfont.woff")
			format("woff"),
		url("/wp-content/themes/bb-starter-theme/fonts/fontsitesans_roman/fontsitesans-roman-webfont-webfont.woff2")
			format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "FontSiteSansBold";
	src: url("/wp-content/themes/bb-starter-theme/fonts/fontsitesans_bold/fontsitesans-bold-webfont-webfont.woff")
			format("woff"),
		url("/wp-content/themes/bb-starter-theme/fonts/fontsitesans_bold/fontsitesans-bold-webfont-webfont.woff2")
			format("woff2");
	font-style: normal;
}
.post,
.page {
	margin: unset !important;
}
/* Font Styles Start */
.tax-font-style .article-container {
    width: 70%;
}
.sort .right a.current, .sort .right a:hover {
    background: #db8b4c!important;
}
.tax-font-style main#primary {
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    max-width: 980px;
    padding-bottom: 80px;
}
mark, ins {
    background: none;
}
.tax-font-style div#lct-widget-font-style-container {
    padding-right: 31px;
}
.tax-font-style .tag-cloud-page {
    padding-right: 31px;
}
.tax-font-style form.search-form {
    padding-bottom: 20px;
}
/* Font Styles End */

/* Fonts Page Start */
ul.pagination {
    display: flex;
    gap: 50px;
}
#page-fonts ul.pagination a {
    text-decoration: none;
    font-size: 20px;
    color: #191970!important;
}
#post-nav {
    text-align: right!important;
    display: flex!important;
    justify-content: center!important;
    width: 100%!important;
    margin: 0!important;
}
#page-fonts ul.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
#page-fonts .sort .right a.current, .sort .right a:hover {
    background: #db8b4c;
}
#page-fonts .tag-cloud-page .url-container {
    margin-left: 0px;
    margin-right: 37px;
}
#page-fonts .tag-cloud-page .widgettitle {
    margin-left: 0px;
    margin-right: 37px;
}
section#page-fonts {
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    max-width: 980px;
}
#page-fonts h2.widgettitle {
    margin-right: 31px;
    margin-left: 0px;
}
#page-fonts ul#lct-widget-font-style {
    margin-left: 0px;
    margin-right: 31px;
}
#page-fonts .widget.widget_search {
    padding-bottom: 20px;
}
#page-fonts .search-sidebar {
    margin-right: 24px;
    margin-top: -26px;
}
.post-54 .entry-content {
    width: 100%;
}
/* Fonts Page End */

/* Product Tag Page Start */
.content-container {
    width: 100%;
    margin: 30px auto 0;
    display: flex;
    max-width: 980px;
}
.sidebar-box .fl-module-content {
    margin-top: 25px;
    margin-right: -13px;
    margin-bottom: -15px;
    margin-left: 33px!important;
}
.content-container article#post-0 {
    padding-right: 24px;
}
.content-container .sidebar-box {
    max-width: 235px;
    margin-right: 24px;
    margin-left: 24px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.content-container form.search-form {
    width: 210px!important;
    padding-bottom: 20px;
}
/* Product Tag Page End */

/* Slider Test Drive Start */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: url(/wp-content/uploads/2023/05/jslider-icon-dark.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.single-product .row-container {
  display: flex;
  align-items: center;
}

.single-product .slider-container {
  position: relative;
}

.single-product .slider-value-wrapper {
  position: relative;
}

.single-product .slider-value-min,
.slider-value-max {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.single-product .slider-value-min {
  left: 6.7%;
  font-size: 12px;
  top: -7px;
  opacity: 0.4;
}

.single-product .slider-value-max {
  left: 265%;
  font-size: 12px;
  top: -7px;
  opacity: 0.4;
}

.single-product #test-drive-slider {
  width: 100%;
}

.single-product #slider-value {
  position: absolute;
  top: 20px; /* Adjust the top position as needed */
  left: 50%;
  transform: translateX(-50%);
}

.single-product input[type="text"] {
    background: #ededee;
    font-size: 1em!important;
    color: #000000;
}
.single-product input[type="range"] {
    height: 5px;
    background: #B2B2B2;
    border-radius: 0px!important;
}
.single-product input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
}
.single-product .row-container {
    display: flex;
    gap: 150px;
}
.single-product input#test-drive-slider {
    width: 273%;
    padding: 0;
    cursor: default;
}
.single-product .slider-container {
  position: relative;
  padding-top: 10px;
}

.single-product #slider-value {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  text-align: center;
  font-size: 12px;
}
/* Slider Test Drive End */
 .single-product input#test-drive-text:hover {
    background: #8A898C;
    color: white;
}
.single-product input#test-drive-text:focus {
    background: #ce6928;
    color: white;
}
input#test-drive-text {
    transition: 0.5s ease;
    outline: unset;
}
.search-sidebar form.search-form {
	width: 100%;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	border: none;
	display: flex;
	align-items: stretch;
	margin: 0;
}
.search-sidebar form.search-form label {
	border-radius: 4px 0 0 4px;
	background: #ededee;
	overflow: hidden;
}
.search-sidebar form.search-form input {
	outline: none;
	background: #ededee;
	border-radius: 0 4px 4px 0;
	border: 0 none;
	padding: 5px 13px;
	position: relative;
}
.search-sidebar form.search-form input.search-submit {
	background: url(/wp-content/uploads/2023/03/icon-search.png) no-repeat center
		center #ededee;
	text-indent: -999999px;
	padding: 4px 19px;
	cursor: pointer;
}
.sort {
	background: #ce6928;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sort .left {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	font-size: 1.172em;
	color: white;
	text-transform: uppercase;
	padding: 3px;
	margin: 0;
}
.sort .right {
	font-size: 1.172em;
	margin: 0;
}

#page-fonts .sort .right a.current.active,
.sort .right a:hover.active {
 	background: #db8b4c;
}

.sort .right a {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
	padding: 3px 15px;
	min-width: 75px;
	text-align: center;
	color: white;
	display: block;
	float: left;
	height: 100%;
	text-decoration: none;
	text-transform: none;
	background: #ce6928;
}
.sort .right a.featured {
	padding: 3px 30px;
}
body .single-product a:hover {
	background: #db8b4c;
}
.fontlist-container .main-body h4 {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.2em;
	padding-top: 15px;
}
.fontlist-container .main-body article > a {
	border-bottom: solid 1px #ce6928;
	display: block;
	/* padding-bottom: 5px; */
	padding-bottom: 10px;
    padding-top: 30px;
}
.fontlist-container .main-body article > a > img {
	vertical-align: bottom;
}
.fontlist-container .main-body article > .left {
	color: #ce6928;
	font-family: "FontSiteSansRoman";
	font-weight: normal;
	font-style: normal;
	font-size: 0.936em;
	text-decoration: none;
	margin: 0;
	float: left;
	padding-bottom: 15px;
}
.fontlist-container .main-body article > .right {
	float: right;
	margin: 0;
	padding-bottom: 15px;
}
.fontlist-container .main-body article > .right > a {
	font-family: "FontSiteSansRoman";
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #ce6928;
}
#post-nav {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin: 0;
}
#post-nav .title {
	padding-right: 5px;
}
#post-nav .right {
	float: right;
	margin: 0;
}
#post-nav .right > a {
	color: #ce6928;
	text-decoration: underline;
}

/*start*/
.postid-88 .entry-header {
	margin-right: 19% !important;
}
.postid-88 .entry-content {
	margin-right: 19% !important;
}
.postid-87 .entry-content {
	margin-right: 19% !important;
}
.postid-87 .entry-header {
	margin-right: 19% !important;
}
.postid-83 .entry-content {
	margin-right: 19% !important;
}
.postid-83 .entry-header {
	margin-right: 19% !important;
}
.header-paragraph {
	font-family: FontSiteSansCondensed !important;
}
body .header-paragraph .fl-rich-text a {
	color: #ce6928 !important;
	text-decoration: underline;
}
body .header-paragraph .fl-rich-text a:hover {
	color: #4a494b !important;
	text-decoration: none !important;
}
.fontlist-container span {
	font-family: "FontSiteSansBold" !important;
}
input.search-field {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	color: #4a494b;
	width: 100%;
	background: #ededee;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	border: none;
	padding-left: 15px;
	font-size: 1.284em !important;
	margin: 0;
}
ul#menu-top-menu {
	font-family: "FontSiteSansRoman";
	font-size: 1em;
	font-weight: 400;
	line-height: 22.42px;
}
.fl-node-45jrnslu6xmg .menu > li > a:hover {
	color: #ce6928;
}
.fl-node-45jrnslu6xmg .menu > li > a {
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
ul#menu-main-menu li a:hover {
	color: #4a494b;
}
ul#menu-main-menu li a:hover {
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.fl-menu .menu > li {
	line-height: 0 !important;
}
.fl-node-g9yblchw5q1k > .fl-row-content-wrap {
	padding-top: 0px !important;
}
.fl-photo-content.fl-photo-img-png a img {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.fl-photo-content.fl-photo-img-png a:hover img {
	opacity: 0.6;
}
.menu-item a:focus {
	outline: none;
}
#menu-footer-menu li + li:before {
	content: " | ";
	color: #ce6928;
	padding: 0 5px;
}
#menu-footer-menu li + li:last-of-type:before {
	display: none;
}
#menu-item-47:before {
	content: " | ";
	color: #ce6928;
	padding: 0 5px;
}
.menu a {
	padding-left: 10px !important;
	padding-right: 20px !important;
}
aside#secondary {
	display: none;
}
a,
a:hover {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
a:hover img {
	opacity: 0.6;
}
a img {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.footer-container .fl-rich-text a:hover {
	color: white !important;
}
.footer-container .fl-rich-text a {
	text-decoration: none;
}
.post,
.page {
	margin: 0 0 2.5em;
}
.multi-seat a {
	text-decoration: none;
}
.multi-seat a span:hover {
	color: #ce6928 !important;
}
.multi-seat a span {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.font-style-category ul {
	margin-left: unset;
	padding-left: 16px;
	list-style: none;
}
.font-style-category {
	margin-top: -45px;
}
.font-style-category ul#lct-widget-font-style {
	background: #ededee;
}
.font-style-category h2.widgettitle {
	background: #4a494b;
	margin-bottom: unset;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: white;
	font-family: "FontSiteSansCondensed";
	padding: 10px 15px;
	font-weight: normal;
	font-style: normal;
	font-size: 1.471em;
}
.font-style-category .fl-module-content {
	margin-right: 25px;
	margin-left: 21px;
	margin-top: 20px;
	margin-bottom: -20px;
}
.font-style-category ul.children {
	list-style: url(/wp-content/uploads/2023/03/bullet.png) !important;
	padding-left: 30px;
}
.font-style-category ul li > a {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	font-size: 1.054em;
	text-transform: uppercase;
	color: #8a898c;
	text-decoration: none;
}
.font-style-category ul#lct-widget-font-style {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: inherit;
}
.font-style-category a:hover {
	color: #ce6928;
}
.product-tag h2.widgettitle {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	background: #4a494b;
	color: white;
	padding: 10px 15px;
	margin-left: 2px;
	margin-right: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: unset;
}
.product-tag ul li a {
	color: #8a898c !important;
	font-family: "FontSiteSansCondensed";
	font-size: 1.054em !important;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.product-tag ul#lct-widget-product_tag {
	background: #ededee;
	margin-left: 2px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
}
.product-tag ul li {
	list-style: none;
}
.product-tag {
	margin-right: 14px;
}
.search-sidebar {
	margin-right: 24px;
}
.product-tag a:hover {
	color: #ce6928 !important;
}
.product-tag li:nth-of-type(1n + 11) {
	display: none !important;
}
.product-tag a {
	text-transform: lowercase;
	color: #af4a09;
	text-decoration: none;
	font-family: "FontSiteSansCondensed";
	font-size: 1.054em !important;
	font-style: normal;
	font-weight: normal;
}
.page-id-40 p.left {
    padding-bottom: 15px;
}
.page-id-40 #page-fonts h4 {
    margin-bottom: 0;
}
.page-id-53 .content-container {
	display: block;
}
/* .page-id-53 .fl-node-eybinzu8a5mh {
    width: 100%;
} */
.page-id-53 .fl-node-04b1sfr5tckz {
	display: none;
}
.page-id-53 .cart-container .fl-module-content.fl-node-content {
    width: 100%;
}
.cart-heading {
	font-family: "FontSiteSansCondensed";
}
.cart-heading span.fl-heading-text {
	font-weight: normal;
}
.woocommerce-info {
	border-top: none;
	background: unset;
	padding: unset;
	margin-bottom: 0px;
	font-family: "FontSiteSansCondensed";
}
.woocommerce-info::before {
	display: none;
}
.cart-container .fl-module-content {
	margin-top: -10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 22px;
}
.return-refund span {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	color: #4a494b;
	line-height: 1em;
	margin: 0;
}
.cart-container a.button.wc-backward.wp-element-button {
	text-transform: uppercase;
	font-family: "FontSiteSansCondensed";
}

/*disconnected start*/
.woocommerce-js .woocommerce.columns-3 {
	margin: 0 auto;
}
.right a {
	color: #ce6928;
	text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 0.5em !important;
}
/*disconnected end*/

/*Return Refund Start*/
.postid-88 a {
	color: #ce6928;
	text-decoration: underline;
}
.postid-88 .entry-header {
	width: 41.2%;
	margin: 0 auto;
}
.postid-88 .entry-content {
	margin-left: 24.4%;
	width: 41.2%;
	margin: 0 auto;
}
.postid-88 h1.entry-title {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	color: #ce6928;
	line-height: 1em;
	font-size: 2.688em;
	padding-bottom: 25px;
	margin: 0;
	padding-top: 33px;
}
.postid-88 p {
	font-family: "FontSiteSansCondensed";
}
.postid-88 span.edit-link {
	display: none;
}
.postid-88 .nav-previous {
	display: none;
}
/*Return Refund End*/

/*OpenType Start*/
.postid-87 .nav-previous {
	display: none;
}
.postid-87 span.edit-link {
	display: none;
}
.postid-87 .entry-header {
	width: 41.2%;
	margin: 0 auto;
}
.postid-87 .entry-content {
	margin-left: 24.4%;
	width: 41.2%;
	margin: 0 auto;
}
.postid-87 h1.entry-title {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	color: #ce6928;
	line-height: 1em;
	font-size: 2.688em;
	padding-bottom: 25px;
	margin: 0;
	padding-top: 33px;
}
.postid-87 strong {
	font-size: 16.002px;
	font-family: "FontSiteSansCondensed";
}
.postid-87 ul {
	list-style: url(/wp-content/uploads/2023/03/bullet.png);
	margin-left: -25px;
}
.postid-87 ul li {
	font-size: 15.008px;
	font-family: "FontSiteSansCondensed";
}
.postid-87 a {
	color: #ce6928;
	text-decoration: underline;
}
.postid-87 p {
	font-family: "FontSiteSansCondensed";
}
/*OpenType End*/

/*Multi-seat Start*/
.postid-83 .nav-next {
	display: none !important;
}
.postid-83 span.edit-link {
	display: none !important;
}
.postid-83 .entry-header {
	width: 41.2%;
	margin: 0 auto;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.added::after {
	margin-left: -7px;
}
.single-fonts .full-set .product-info p.product span.amount,
.single-product .full-set .product-info p.product span.amount {
	padding-right: 10px !important;
}
.postid-83 .entry-content {
	margin-left: 24.4%;
	width: 41.2%;
	margin: 0 auto;
}
a.added_to_cart.wc-forward {
	margin-right: -81px;
	padding-top: 0px;
}
.postid-83 h1.entry-title {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	color: #ce6928;
	line-height: 1em;
	font-size: 2.688em;
	padding-bottom: 25px;
	margin: 0;
	padding-top: 33px;
}
.postid-83 strong {
	font-size: 16.002px;
	font-family: "FontSiteSansCondensed";
}
.postid-83 ul {
	list-style: url(/wp-content/uploads/2023/03/bullet.png);
	margin-left: -25px;
}
.postid-83 ul li {
	font-size: 15.008px;
	font-family: "FontSiteSansCondensed";
}
.postid-83 a {
	color: #ce6928;
	text-decoration: underline;
}
.postid-83 p {
	font-family: "FontSiteSansCondensed";
}
/*Multi-seat End*/

/*Garalde Start*/
.term-40 main#primary {
	width: 100%;
	margin: 0 auto;
}

.term-40 h1.page-title span {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	color: #ce6928;
	line-height: 1em;
	font-size: 1.388em;
	padding-bottom: 25px;
	margin: 0;
}
.term-40 h2.entry-title a {
	font-family: "FontSiteSansCondensed";
	color: #000000;
	font-size: 19.134px;
	text-decoration: none;
}
/*Garalde End*/

/* View Cart Icon Start */
.single-product .full-set {
	overflow: unset!important;
}
.single-product a.added_to_cart.wc-forward {
    margin-right: -136px;
    padding-top: 0px;
    text-decoration: none;
    font-family: "FontSiteSansCondensed";
    background: #ce6928;
    font-size: 20px;
    color: #ffffff;
    padding: 2px 15px;
    border-radius: 3px;
    margin-left: 5px;
    transition: 0.5s ease;
}
.single-product .full-set .product-info p.product a.add_to_cart_button.button.product_type_simple {
   border-radius: 4px;
}
.single-product p.product.woocommerce.add_to_cart_inline {
    display: flex;
    align-items: center;
}
.single-product p.product.woocommerce.add_to_cart_inline {
    display: flex;
    align-items: center;
}
.single-product a.added_to_cart.wc-forward:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg style="color: white" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16"> <path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" fill="white"></path> </svg>');
    background-repeat: no-repeat;
    margin-left: 5px;
}
/* View Cart Icon End */


/*Urbano*/
.single-fonts dl.nice.tabs,
.single-product dl.nice.tabs {
	background: #ce6928;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 102px;
	display: flex;
	justify-content: right;
	padding-right: 8px;
}
dl.tabs dd {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin: 0;
}
.single-fonts dl.nice.tabs a.active,
.single-product dl.nice.tabs a.active {
	background: #db8b4c;
	margin: 0;
	border: 0;
	top: 0;
}
.single-fonts dl.nice.tabs a,
.single-product dl.nice.tabs a {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
	padding: 7px 17px 9px !important;
	min-width: 55px;
	text-align: center;
	color: white;
	display: block;
	float: none;
	text-decoration: none;
	text-transform: none;
	background: #ce6928;
}
.single-product h1.page-title {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	color: #ce6928;
	line-height: 1em;
	font-size: 2.688em;
	padding-bottom: 25px;
	margin: 0;
}
.nice.tabs {
	border-bottom: solid 1px #eee;
	margin: 0 0 30px 0;
	height: 43px;
}
dl.contained,
dl.nice.contained {
	margin-bottom: 0;
}
.single-fonts dl.nice.tabs a:hover,
.single-product dl.nice.tabs a:hover {
	background: #db8b4c;
}
dl.tabs dd a {
	display: block;
	width: auto;
	padding: 0 9px;
	line-height: 30px;
	border: solid 1px #ddd;
	margin: 0 -1px 0 0;
	color: #555;
	background: #eee;
}
.nice.tabs dd a {
	padding: 7px 18px 9px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #555555;
	background: none;
	border: none;
}
ul.contained.tabs-content {
	padding: 0;
}
ul.nice,
ol.nice {
	list-style: none;
	margin: 0;
}
ul.tabs-content {
	margin: 0;
	display: block;
}
.single-fonts ul.nice.tabs-content li,
.single-product ul.nice.tabs-content li {
	border: none;
	padding: 25px 0;
}
.single-product ul li {
	margin-bottom: 0px;
}
select:not(:-internal-list-box) {
	overflow: visible !important;
}
.woocommerce img,
.woocommerce-page img {
	height: auto;
	max-width: 100%;
}
.single-fonts .full-set,
.single-product .full-set {
	background: #ce6928;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
	padding-left: 15px;
	margin-bottom: 15px;
}
.single-fonts .full-set h3,
.single-product .full-set h3 {
	color: white;
	font-size: 1.289em;
	padding: 4px 0 3px;
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	display: inline-block;
	text-transform: uppercase;
	margin: 0;
}
.single-fonts .full-set .product-info,
.single-product .full-set .product-info {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: right;
}
.single-fonts .full-set .product-info p,
.single-product .full-set .product-info p {
	padding: 0 !important;
	border: 0 !important;
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	color: white;
	padding: 0;
	font-size: 1.289em;
	text-transform: uppercase;
}
.single-fonts .full-set .product-info p.product span.amount,
.single-product .full-set .product-info p.product span.amount {
	padding-right: 65px;
}
.single-fonts .full-set .product-info p,
.single-product .full-set .product-info p {
	padding: 0 !important;
	border: 0 !important;
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	color: white;
	padding: 0;
	font-size: 1.289em;
	text-transform: uppercase;
}
.single-fonts
	.full-set
	.product-info
	p.product
	a.add_to_cart_button.button.product_type_simple,
.single-product
	.full-set
	.product-info
	p.product
	a.add_to_cart_button.button.product_type_simple {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	background: black;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 1.325em;
	height: auto;
	padding: 3px;
	padding: 5px 0;
	padding-left: 10px;
	padding-right: 6px;
	border: none;
	color: white;
	top: 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 0.618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #ebe9eb;
	border: 0;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
a.button,
button.button,
input.button,
#respond input#submit,
#content input.button {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
	position: relative;
	overflow: visible;
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	font-size: 1.235em;
	color: white;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	background: #ce6928;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 7px 10px;
}
a.button:after,
button.button:after,
input.button:after,
#respond input#submit:after,
#content input.button:after {
	content: "";
	background: url(/wp-content/themes/Font%20Site/images/button-arrow.png)
		no-repeat center center;
	padding: 10px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
.single-fonts .font-style:first-of-type,
.single-product .font-style:first-of-type {
	margin-top: 25px;
}
.single-fonts .font-style,
.single-product .font-style {
	zoom: 1;
	margin-bottom: 25px;
}
.single-fonts
	.full-set
	.product-info
	p.product
	a.add_to_cart_button.button.product_type_simple:hover,
.single-product
	.full-set
	.product-info
	p.product
	a.add_to_cart_button.button.product_type_simple:hover {
	background: #db8b4c;
}
.single-fonts
	.font-style
	.product-info
	.product
	a.add_to_cart_button.button.product_type_simple,
.single-product
	.font-style
	.product-info
	.product
	a.add_to_cart_button.button.product_type_simple {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
	position: relative;
	overflow: visible;
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	font-size: 1.235em;
	color: white;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	background: #ce6928;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 7px 10px;
}
.single-fonts
	.font-style
	.product-info
	.product
	a.add_to_cart_button.button.product_type_simple:hover,
.single-product
	.font-style
	.product-info
	.product
	a.add_to_cart_button.button.product_type_simple:hover {
	color: white;
	background: #af4a09;
}
.single-fonts .font-style .product-info,
.single-product .font-style .product-info {
	margin-top: 5px;
	margin-bottom: 12px;
}
.single-fonts .font-style .product-info h4,
.single-product .font-style .product-info h4 {
	font-family: "FontSiteSansRoman";
	font-weight: normal;
	font-style: normal;
	margin-top: 17px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	display: inline;
	margin-right: -8px;
}
.single-fonts .font-style .product-info h4:after,
.single-product .font-style .product-info h4:after {
	content: " | ";
	color: #ce6928;
}
.single-fonts .font-style .product-info .product,
.single-product .font-style .product-info .product {
	margin: 0;
	border: none !important;
}
.product-info {
	display: flex;
}
.single-fonts .font-style .product-info,
.single-product .font-style .product-info {
	float: right;
	margin-top: 5px;
	margin-bottom: 4px;
}
span.woocommerce-Price-amount.amount {
	padding-right: 10px;
}
.single-fonts .font-style .product-info p,
.single-product .font-style .product-info p {
	font-family: "FontSiteSansBold";
	font-weight: normal;
	font-style: normal;
}
.single-fonts .font-style .product-info h4,
.single-product .font-style .product-info h4,
.single-fonts .font-style .product-info p,
.single-product .font-style .product-info p {
	font-size: 1em;
	display: inline;
	color: #ce6928;
}
.single-product input.input-text,
textarea,
select {
	display: block;
	margin-bottom: 9px;
}
p.product.woocommerce.add_to_cart_inline {
	margin: 0;
}
.single-product section.child-fonts {
	padding-bottom: 130px;
}
.single-product li#open-typeTab {
	display: none;
}
.single-product li#glyphTab {
	display: none;
}
.single-product li#licenseTab {
	display: none;
}
.single-product li#test-driveTab {
	display: none;
}
.single-product article.font-style {
	display: flex;
	flex-direction: column;
	align-items: end;
}
.single-product hr {
	width: 100%;
	margin-top: -8px;
}
/*Urbano End/*

/*Contact Start*/
#wpforms-8550 .wpforms-field-label {
	font-family: "FontSiteSansCondensed";
	font-size: 16px !important;
	color: #4a494b;
	font-weight: 700 !important;
}
.vcontact-author {
	display: none;
}
/*End*/

/* Cart Start*/
.cart_totals table.shop_table.shop_table_responsive {
	display: none;
}
.wc-proceed-to-checkout a {
	background: #ce6928 !important;
}
td.product-thumbnail a {
	display: none;
}
.cart_totals h2 {
	display: none;
}
table.shop_table thead {
	background: #f5f5f5;
}
.woocommerce-cart-form input {
	background: #ededee !important;
}
.coupon input#coupon_code {
	width: 125px;
}
td.product-name > a {
	color: #ce6928;
}
.page-id-53 th {
	font-family: FontSiteSansCondensed;
}
/* Cart End */

/* About start*/

.page-id-28 .fl-node-1r2lfdnb4pe6{
	width: unset!important;
}

.page-id-28 .fl-node-1r2lfdnb4pe6 > .fl-col-content{
	margin-left: unset!important;
}

.page-id-28 .fl-node-xs8vfc92urhb > .fl-row-content-wrap {
	padding: unset!important;
}

.page-id-28 .entry-content {
	margin: 0.5em 0 0;
}

.entry-content h2 {
	color: #ce6928;
    font-size: 45px;
	font-weight: 400;
	margin: 0;
}

.page-id-28 .entry-content a img {
	float: right; 
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.page-id-28, .page-id-32 {
	color: black;
	font-weight: 400;
    font-size: 17.008px;
    font-family: "FontSiteSansCondensed";
}

/* About end */ 

/* Support start */

.page-id-8330 .fl-col.fl-node-bvte0g26y7p9.fl-col-small {
	display: none;
}

.page-id-8330 .fl-row-content-wrap {
	padding: 0px!important;
}

.page-id-8330 .entry-content {
    margin: 0.5em 0 0;
}

/* Support end */

/* Contact Start */

.page-id-32 .fl-node-se0xlpn1rz4q, .page-id-32 .fl-node-75ig6chwxq9f {
	width: unset;
}

.page-id-32 .fl-node-se0xlpn1rz4q > .fl-col-content {
	margin-left: unset!important;
}

.page-id-32 .entry-content {
	margin: 0.5em 0 0;
}

.entry-content a {
    color: #ce6928;
}

.page-id-32 .post-32 {
	width: 100%!important;
    max-width: 100%!important;
}

.page-id-32 label.wpforms-field-label {
    font-size: 1.353em!important;
    font-weight: 400!important;
    margin: 0.625em 0 0.5em!important;
    color: #4a494b;
}

.page-id-32 .wpforms-required-label {
	display: none;
}

.page-id-32 .wpforms-field-medium {
    width: 45%!important;
    border-radius: 5px!important;
	background: #ededee!important;
	border: 2px solid #ededee!important;
	-webkit-transition: 0.5s ease!important;
    transition: 0.5s ease!important;
	color: white!important;
}

.page-id-32 .wpforms-field-medium:hover {
	background: #8A898C!important;
	border: 2px solid #8A898C!important;

}

.page-id-32 .wpforms-field-medium:focus {
	background: #ce6928!important;
}

.page-id-32 .wpforms-field-medium:focus-visible {
	border: 2px solid black!important;
}

.page-id-32 div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	width: 100%!important;
}

button#wpforms-submit-6438 {
    background: #ce6928;
    border: 1px #ce6928 solid;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
}

/* Contact End */

/* Track Start */

/* .entry-content {
	margin-left: 24.4%;
	width: 71.2%;
} */

.page-id-331 label {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	font-size: 1.353em;
	color: #4a494b;
}
.page-id-331 input {
	background: #ededee;
	width: 310px !important;
}
.page-id-331 h1 {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	color: #ce6928;
	line-height: 1em;
	font-size: 2.688em;
	padding-bottom: 25px;
	margin: 0;
}
.page-id-331 .woocommerce p.form-row.form-row-last {
	width: 60%;
}
.page-id-331 .woocommerce p.form-row.form-row-first {
	width: 30%;
}
.page-id-109 .title-wrapper h1 {
	display: none;
}
/* Track End */

/* Store Start */
.font-display {
	border-bottom: solid 1px #ce6928;
	padding-bottom: 5px;
	display: block;
}
.page-id-52 h4 {
	margin-bottom: 0px;
}
.left {
	color: #ce6928;
	font-family: "FontSiteSansRoman";
	font-weight: normal;
	font-style: normal;
	font-size: 0.936em;
	text-decoration: none;
	float: left;
	margin: 0;
}
.right {
	float: right;
	margin: 0;
}
.left span {
	font-family: "FontSiteSansBold";
	font-weight: normal;
	font-style: normal;
}
.page-id-52 .woocommerce .woocommerce-result-count {
	display: none;
}
.page-id-52 .entry-content .woocommerce {
	width: 702px !important;
}
.page-id-52 article {
	padding-top: 30px !important;
}
.page-id-52 a {
	color: #ce6928;
	text-decoration: none;
}
.page-id-52 .woocommerce .woocommerce-ordering select {
	display: none;
}
.page-id-52 .woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.page-id-52 .woocommerce nav.woocommerce-pagination ul {
	border: none;
	display: flex;
	justify-content: right;
	padding-bottom: 50px;
}
.page-id-52 nav.woocommerce-pagination ul li span.current {
	background: none;
}
.page-id-52 .woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 0px 3px 0px 3px;
}
/* Store End */

/* Button Cart Start */
article.font-style .added_to_cart {
    text-decoration: none;
    font-family: "FontSiteSansCondensed";
    background: #ce6928;
    font-size: 20px;
    color: #ffffff;
    padding: 2px 15px;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: -12px;
    transition: 0.5s ease;
}
article.font-style .added_to_cart:hover {
	color: white;
    background: #af4a09;
}
/* Button Cart End */

/* Urbano Page Start */
.page-id-8563 dl.nice.contained.tabs {
	background: #ce6928;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 102px;
}
.page-id-8563 dl.nice.contained.tabs dd > a {
	font-family: "FontSiteSansCondensed";
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
	padding: 7px 17px 9px !important;
	min-width: 55px;
	text-align: center;
	color: white;
	display: block;
	float: none;
	text-decoration: none;
	text-transform: none;
	background: #ce6928;
}
.page-id-8563 dl.nice.contained.tabs dd > a:hover {
	background: #db8b4c;
}
/* Urbano Page End */

/* Single Product Start */
.single-product .font-style .added_to_cart.wc-forward {
    margin-right: -10px!important;
}
.single-product #content {
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	max-width: 980px;
}
.single-product #content > .sidebar-box {
	max-width: 235px;
	margin-right: 24px;
	margin-left: 24px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.single-product
	#content
	> .sidebar-box
	> .fl-builder-content
	> .fl-col
	> .fl-col-content.fl-node-content
	> div {
	margin: 0 0 20px;
}
.single-product
	#content
	> .sidebar-box
	> .fl-builder-content
	> .fl-col
	> .fl-col-content.fl-node-content
	> div
	> div {
	margin: 0;
}
.single-product
	#content
	> .sidebar-box
	> .fl-builder-content
	> .fl-col
	> .fl-col-content.fl-node-content
	> div
	> div
	h2.widgettitle {
	margin-top: 0;
}
.single-product
	#content
	> .sidebar-box
	> .fl-builder-content
	> .fl-col
	> .fl-col-content.fl-node-content
	> div
	> div
	.widget {
	margin-bottom: 0;
}
.single-product
	#content
	> .sidebar-box
	> .fl-builder-content
	> .fl-col
	> .fl-col-content.fl-node-content
	> div
	> div
	.widget
	ul {
	margin-bottom: 0;
}
.single-product .post-box > ul.tabs-content > li {
	display: none;
}
.single-product .post-box > ul.tabs-content > li.active {
	display: block !important;
}
#test-driveTab > h2 {
	margin-top: 0;
}
#test-driveTab > form > img {
	margin-top: 20px;
}
.single-product #content > .post-box {
	width: fit-content;
}
/* Single Product End */

#colophon {
    margin-top: 40px;
}

/* View Button Start */

button#show-image-button {
    cursor: pointer;
}

/* View Button End */

/*Responsive*/
@media only screen and (max-width: 767px) {
	/* Search-page Start */
	#search-page {
		display: flex;
		flex-direction: column-reverse;
	}

	#search-page .article-container {
		padding: 0 30px;
	}

	/* Searh-page End*/

	.tax-font-style div#lct-widget-font-style-container{
		padding-right: unset;
	}

	.tag-cloud-page .widgettitle {
		margin-right: unset;
	}

	.tag-cloud-page .url-container, .sidebar-box .fl-module-content {
		margin-right: 15px;
	}

	.tax-font-style .tag-cloud-page {
		padding-right: unset;
	}
	.tax-font-style .article-container {
		width: 100%;
		padding: 0px 24px;
		margin-top: 30px;
	}

	.term-40 main#primary {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.cart-container .fl-module-content {
		padding-right: 20px;
		padding-left: 20px;
		margin: 0!important;
	}
	
	.home-row
		.fl-col-group.fl-node-jhd6lr478xtw.fl-col-group-nested.fl-col-group-custom-width {
		display: flex;
		flex-direction: column-reverse;
	}
	.fl-builder-content .fl-node-91ohfc376prs {
		width: 100% !important;
	}
	p {
		margin-top: unset;
	}
	.home-row .fl-col.fl-node-ds4jbiwe2g9m.eight-columns-main-body {
		display: table-row;
	}
	#menu-item-8308 {
		border-left: 1px solid #ce6928;
	}
	.fl-node-45jrnslu6xmg .fl-menu li {
		border-top: none !important;
	}
	.fl-node-71nf2wvoqbjz .fl-menu li {
		border-top: none !important;
	}
	#menu-footer-menu a {
		padding-right: 14px !important;
		padding-left: 4px !important;
	}
	.menu a {
		padding-left: 6px !important;
		padding-right: 7px !important;
	}
	ul#menu-main-menu > li {
		font-size: 25px !important;
	}
	#menu-main-menu {
		display: flex;
		justify-content: center;
		gap: 20px;
		flex-wrap: nowrap;
	}
	.menu-container .fl-col-group.fl-node-ao35p8uvwl2b.fl-col-group-custom-width {
		display: flex;
		flex-direction: column;
		margin-bottom: 40px;
	}
	.nav-links a {
		line-height: normal;
	}
}

@media only screen and (max-width: 600px) {
	/* search-page start*/
	#search-page .clearfix.sort p {
		font-size: 15px;
	}
	/* search-page ends */
	.logged-in main#primary {
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
	}
	
	.content-container article#post-0 {
		padding-right: 24px;
		padding-left: 24px;
	}

	.content-container .sidebar-box {
		max-width: 85%;
	}

	.post-54 .entry-content {
	    padding: 10px 20px;
	}

	.page-id-54 .content-container {
		flex-wrap: wrap;
	}
	
}

@media only screen and (max-width: 370px) {
	#menu-main-menu li a {
		font-size: 18px;
	}
	.font-style-category div#lct-widget-font-style-container {
		width: 100%;
	}
}

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

	.tax-font-style .tag-cloud-page {
		padding-right: 17px;
	}

	.font-style-category div#lct-widget-font-style-container {
		width: 100%;
	}
	.search-sidebar form.search-form {
		width: 26vh;
	}
	.product-tag {
		width: 26vh;
	}
	.search-sidebar form.search-form {
		margin-left: 2px;
		margin-right: -2px;
	}
	.product-tag h2.widgettitle {
		margin-right: -21px;
	}
	.product-tag ul#lct-widget-product_tag {
		margin-right: -21px;
	}
	ul#menu-main-menu > li {
		font-size: 17px !important;
	}
	#menu-main-menu {
		gap: 14px;
	}
}
/*end*/

/* Search Page Start */

#search-page{
	display: flex;
    justify-content: center;
    gap: 25px;
}

#search-page .widget.widget_search {
    padding-bottom: 27px;
}

.page-content .search-submit {
	margin: 15px 0px;
}

/* Search Page End */