.hide_element {
	display: none !important;
}

[class*="wd-header-search-form"] {
	margin: auto;
}

.whb-main-header a.btn {
	color: #fff;
    border: none;
    background-color: #00adee;
	border-radius: 35px;
}

.whb-main-header a.btn:hover {
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.1);
}

ul.menu.wd-nav.wd-nav-header.wd-nav-main {
	width: 100%;
    justify-content: space-between;
}

.txt-gradient-y-b > a, .txt-gradient-y-b > li > a {
    background-image: -webkit-linear-gradient(to right, yellow 0%, green 100%);
    background-image: linear-gradient(to right, yellow 0%, green 100%);
	-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.txt-gradient-p-b > a, .txt-gradient-p-b > li > a {
    background-image: -webkit-linear-gradient(right , rgb(38, 223, 243) 40%, rgb(250, 12, 163) 85%);
    background-image: linear-gradient(to left , rgb(38, 223, 243) 40%, rgb(250, 12, 163) 85%);
	-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wd-content-layout {
	padding-block: 0;
}

.wd-info-box.box-btn-hover {
	padding: 15px 5px;
	overflow: hidden;
	transition: all .25s ease, opacity .25s ease;
}
.wd-info-box.box-btn-hover:hover {
	padding-bottom: 66px;
}
.wd-info-box.box-btn-hover .wd-button-wrapper {
	text-align: center;
}
.wd-info-box.box-btn-hover a.btn {
	width: 95%;
	margin: 0 auto;
}
.wd-info-box.box-btn-hover > .box-icon-wrapper {
	transition: all .25s ease, opacity .25s ease;
}
.wd-info-box.box-btn-hover:hover > .box-icon-wrapper {
	margin-top: -51px;
}

/*--- before 2026 ---*/
.wd-nav-main>li>a  {
    color: #ffffff;
}

.vc_toggle_title>h3 {
	font-size: 18px;
}

.color-white > * {
    color: #ffffff;
}

.color-red,
.wd-nav > li.color-red > a {
	color: #ff0000;
}

.color-primary,
.wd-nav > li.color-primary > a {
	color: #00adee;
}

.special-color-title .title {
    background-image: linear-gradient(90deg,rgba(82, 206, 255, 1) 0%, rgba(2, 121, 168, 1) 72%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
body.home video {
	border-radius: 30px;
}
section.special-background {
	background-image: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%), url('/wp-content/uploads/2025/06/temporary-camping-supplies-set-up-in-a-forest-overlooking-a-lake.webp?id=17167') !important;
	background-size: cover;
}

.txt-900 > a, .txt-900 > li > a {
	font-weight: 900 !important;
}
.txt-bold {
	font-weight: bold;
}
.home .main-page-wrapper {
	padding-bottom: 0;
}
.main-page-wrapper {
	padding-top: 0px;
	padding-bottom: 0;
}
.main-page-wrapper > .page-title {
	margin-bottom: 0;
}
body.woocommerce-page .main-page-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
.site-content {
	margin-bottom: 0;
}
.vc_section {
	padding-top: 50px;
	padding-bottom: 20px;
}

.wd-header-text .fa-phone:before {
    margin-right: 05px;
	margin-right: 5px;
    font-size: .9em;
}
.vc_icon_element {
	margin-bottom: 0;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
    color: #00adee;
}
.bgBlue .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
    color: #fff;
}
.process-icon-info p, .vs_icon-info p {
	font-size: 14px;
}
.process-icon-info strong, .vs_icon-info strong {
	font-size: 16px;
}

.wd-title-style-simple.wd-title-color-default .liner-continer:after {
	background-color: #00adee;
    width: 100px;
    height: 4px;
}

.box-style-shadow {
	height: 100%;
}

.vc_row-o-equal-height {
	margin-bottom: 30px;
}
.subtitle-color-default.subtitle-style-background {
	background-color: #00adee;
    color: #fff;
    width: 100%;
}

.main-page-wrapper .wpb_text_column.wpb_content_element .wpb_wrapper > p > a, 
.wpb-content-wrapper .wpb_wrapper p a {
	color: #0078AD;
	position: relative;
}
.main-page-wrapper .wpb_text_column.wpb_content_element .wpb_wrapper > p > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
	bottom: -2px;
    left: 0;
    position: absolute;
    background: #0078AD;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.main-page-wrapper .wpb_text_column.wpb_content_element .wpb_wrapper > p > a:hover:after {
    width: 100%;
    left: 0;
}


.blink {
	animation: blink 2s linear infinite;
}
@keyframes blink {
	0% {
		opacity: 0.1;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.1;
	}
}
.colorBlue {
	color: #00adee;
}
.bgBlue {
	background-color: #00adee;
}
.bgBlue p, .bgBlue h4, .bgBlue h2 {
	color: #fff !important;
}
.bgGrey {
	background-color: #e6e6e6;
}
.bgImg {
	position: absolute !important;
    top: 0;
    right: 0;
    left: 0 !important;
    bottom: 0;
}
.bgImg > .wpb_column, .bgImg > .wpb_column > .vc_column-inner {
	height: 100%;
}

.color-grey {
	color: #e6e6e6;
}

.wpb_wrapper > h1 {
	margin-bottom: 0;
}
.hide {
	display: none;
}

.product-grid-item.wd-product.post-15836 .price,
.product-grid-item.wd-product.post-15836 .wd-add-btn,
.product-grid-item.wd-product.post-15836 .wd-wishlist-btn {
	display: none;
}

.product-labels .product-label.out-of-stock {
    background-color: #ff1800;
    color: #fff;
}

/*--.wd-products[class*="wd-stretch-cont"] .wd-product {
	padding: 0;
}
.wd-product :is(.product-image-link,.hover-img) img,
.wd-products[class*="wd-stretch-cont"] .product-element-bottom {
	padding: 10px;
}--*/
.dz_product_badge {
	position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    background-color: #00adee;
    color: #fff;
    z-index: 9;
    text-align: center;
    padding: 8px 12px 0 12px;
	font-size: 14px;
	font-weight: bold;
	box-shadow: 0 5px 15px 0px rgba(0,0,0,0.3);
}
.dz_product_badge:before {
	border-bottom: 6px solid #00adee;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    height: 0;
    width: 128px;
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    content: "";
}
.dz_product_badge:after {
	border-top: 25px solid #00adee;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -25px;
	filter: drop-shadow(0 5px 4px rgba(0, 0, 0, 0.3));
}

.promo-banner-wrapper {
	margin: 15px auto;
}

.wd-image.banner-badge {
	position: absolute;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 0;
    max-width: 40%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wd-image.banner-badge img {
	background: #00adee;
    border-radius: 50%;
}

.Equal-h-shadow > .wpb_column > .vc_column-inner > .wpb_wrapper {
	box-shadow: 0 10px 20px -9px rgb(0 0 0 / 50%);
	display: flex;
	flex-flow: column;
}
.Equal-h-shadow > .wpb_column > .vc_column-inner > .wpb_wrapper > .info-box-wrapper {
	flex: 1 auto;
}
.Equal-h-shadow > .wpb_column > .vc_column-inner > .wpb_wrapper > .info-box-wrapper > .wd-info-box  {
	margin-bottom: 15px;
}
.Equal-h-shadow > .wpb_column > .vc_column-inner > .wpb_wrapper > .inside-infobox {
	margin: 15px auto;
}
.shadowBox .wd-info-box.with-btn {
	box-shadow: 0 10px 20px -9px rgb(0 0 0 / 50%);
    padding-bottom: 15px;
}
.shadowBox .wd-info-box {
	box-shadow: 0 10px 20px -9px rgb(0 0 0 / 50%);
    padding-bottom: 15px;
}
.wd-info-box .hide-button .info-btn-wrapper {
	display: none;
}
.subtitle-color-default.subtitle-style-default {
	font-size: 24px;
    font-weight: 700;
	color: #000;
}
.info-box-content {
	padding-left: 10px;
	padding-right: 10px;
}
.wd-info-box .info-box-inner p:first-child:empty ~ p:last-child {
	display: block;
}

.wd-accordion-item {
	clear: both;
}
.wd-accordion-item  img.alignleft {
	float: none;
}

.vc_section.home-banner-container {
	padding-bottom: 40px;
}
.home-banner-container .wd-fill {
	position: relative;
	background-color: #f2f2f2;
}
.home-banner-container .wpb_wrapper:hover .wd-fill {
	background-color: #00adee;
}
.home-banner-container .wpb_wrapper:hover .wd-fill h4 {
	color: #fff;
}


.vc_section .wpb_wrapper > .wd-images-gallery.wd-justify-center {
	margin-bottom: 0;
}


/* --- WooCommerce ---*/
.woocommerce-breadcrumb {
	font-weight: bold;
}
.icon-warranty {
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding-right: 0.6em;
    background: url(./imgs/icon-warranty.jpg);
    background-size: 100%;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}
.icon-freeshipping {
    position: absolute;
    left: -30px;
    top: 30px;
    width: 140px;
    text-align: center;
    color: #fff;
    transform: rotate(315deg);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .23);
    font-size: 14px;
	font-weight: 600;
    line-height: 14px;
    padding: 1px;
    background-color: #e20303;
	z-index: 10;
}
body.woodmart-archive-shop:not(.single-product) .product-label.onsale {
	background-color: var(--wd-primary-color);
    direction: ltr;
    position: absolute;
    left: -20px;
    top: 0;
    width: 80px;
    text-align: center;
    color: #fff;
    transform: rotate(315deg);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .23);
    font-size: 14px;
    line-height: 14px;
    padding: 1px;
}
body.woodmart-archive-shop .product-label.out-of-stock {
    direction: ltr;
    position: absolute;
    left: -50px;
    top: 15px;
    width: 180px;
    text-align: center;
    color: #fff;
    transform: rotate(315deg);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .23);
    font-size: 14px;
    line-height: 14px;
    padding: 1px;
}

.price-prefix {
    font-size: .8em;
}

/* --- Testimonials ---*/
.ttshowcase_rl_quote img {
	max-width: 80% !important;
    display: block;
    margin: auto auto 15px !important;
    float: none !important;
}
.ttshowcase_rl_quote p {
	margin-bottom: 0;
}
.ttshowcase_wrap .tt_3cl {
    vertical-align: top;
}


/* --- Single Product ---*/
.product-images-inner {
	overflow: hidden;
    position: relative;
}
.ywapo_group_container.form-row.form-row-wide h3 {
	font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.woocommerce .ywapo_group_container.form-row.form-row-wide {
	margin-bottom: 0px;
}
.ywcp_components_container h3, body:not(.search-results) .entry-summary .ywcp_components_container h3:first-child {
	font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.ywcp_components_single_item {
    margin-bottom: 0;
}
.wc-tab-inner ul {
	margin-top: 10px;
}
.wc-tab-inner li {
	margin-bottom: 0;
}


/* --- Blog ---*/
body.blog .main-page-wrapper > .container, body.archive .main-page-wrapper > .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.blog-post-loop .article-body-container {
	color: #000;
}

body.single-post header.entry-header {
	display: none;
}

.wd-carousel .wd-post-date.wd-style-with-bg {
	display: none;
}

/* --- Page ---*/
.pageMenu {
	background-color: #f2f2f2;
}
.pageMenu .widget_nav_mega_menu .wd-nav-horizontal>li>a {
	height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pageMenu .widget_nav_mega_menu > #menu-umbrella-page-menu {
	width: 100%;
}
.pageMenu .widget_nav_mega_menu > #menu-umbrella-page-menu > li {
	flex: 1;
}
.pageMenu .widget_nav_mega_menu > #menu-umbrella-page-menu > li > a,
.pageMenu .widget_nav_mega_menu > #menu-umbrella-page-menu > li > a > span {
	width: 100%;
	text-align: center;
}


.priceList .title-wrapper {
	margin-bottom: 0;
}
.priceList .wd-price-table .wd-plan-name {
	background-color: #00adee;
}
.priceList .wd-price-table .wd-plan-title{
	color: #fff;
}
.priceList .wd-price-table.price-style-default .wd-plan-price {
	background: none;
	color: inherit;
	border-bottom: 1px solid #efefef;
}
.priceList .wd-price-table .wd-price-value {
	font-weight: 400;
    font-size: 14px;
    line-height: normal;
}


#shipping_method input.shipping_method {
	top: 6px;
}
#shipping_method label {
    margin-right: 20px;
}

.info-btn-wrapper .btn.btn-color-default {
	background-color: #999999;
	color: #fff;
}
.info-btn-wrapper .btn.btn-color-default:hover {
	background-color: #00adee;
	color: #fff;
}

.wd-carousel .wd-btn-arrow>div {
	visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: visible;
}

.wpcf7Title {
	margin-bottom: 0;
    padding: 10px;
    background: #00adee;
    position: relative;
}
.wpcf7Title h4 {
	font-size: 26px;
    color: #fff;
	text-align: center;
}
.wpcf7Title h4:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-size: 26px;
    width: 100%;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    color: #00adee;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: -10px;
    text-align: center;
    font-weight: bold;
	z-index: 1;
}
.wpcf7 {
	background: #999;
    color: #fff;
	margin-bottom: 35px;
}
.wpcf7 form {
	padding: 15px;
}
.wpcf7 form label {
    color: #fff;
	margin-top: 5px;
}
.wpcf7 input[type='email'],
.wpcf7 input[type='date'],
.wpcf7 input[type='search'],
.wpcf7 input[type='number'],
.wpcf7 input[type='text'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='url'],
.wpcf7 input[type='password'],
.wpcf7 textarea,
.wpcf7 select {
	background-color: #f2f2f2;
    border: none;
    color: #000;
}
.wpcf7 input[type='number'] {
	text-align: left;
    padding: 0 15px;
}
.wpcf7 textarea {
	height: auto;
	min-height: 42px;
}
input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #00adee;
    color: #fff;
    border: none;
}
.wpcf7 form .row p {
	margin-bottom: 5px;
}

.wpcf7 form > fieldset {
	display: none;
}

.wpb_wrapper > table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border: inset;
}

.wd-prefooter {
	background-color: rgb(58,56,56) !important;
	color: #fff;
	padding-bottom: 0;
}
.wd-prefooter .icons-size-large .wd-social-icon {
    width: 50px !important;
}
.wd-prefooter .vc_section {
	padding-top: 60px;
    padding-bottom: 15px;
}
.wd-prefooter .widgettitle, .wd-prefooter a, .wd-prefooter .wd-icon {
	color: #fff;
}
.wd-prefooter ul.menu li.menu-item {
	margin-bottom: 10px;
}
.wd-prefooter li > a {
	display: block;
}
.wd-prefooter li a:hover {
	font-style: italic;
	color: #00adee;
}
.wd-prefooter .widget_nav_menu ul li.current_page_item>a {
	color: #fff;
}


.min-footer .col-right .wpb_single_image {
    margin-bottom: 0;
}

.FullContainer .vc_column-inner > .wpb_wrapper {
	max-width: 580px;
    margin-top: 35px;
    margin-left: 30px;
}
.FullContainer .vc_column-inner > .wpb_wrapper:before {
	content: " ";
	background-color: rgba(255,255,255,.8);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}
.FullContainer .vc_column-inner > .wpb_wrapper > div {
    position: relative;
}

.wd-sub-menu li a {
    color: #000;
}

.mobile-nav {
	background-color: #000;
    color: #fff;
}
.mobile-nav .searchform {
    border-bottom: 1px solid #fff;
}
.wd-nav-mobile>li>ul li#menu-item-14180 {
	display: none;
}
.wd-nav-mobile li a {
	min-height: 40px;
}
ul.wd-nav-mobile>li>a {
    color: #fff;
    border-bottom-color: #fff;
	font-family: Arial,Helvetica,sans-serif;
}
.mobile-nav .wd-sub-menu li a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.mobile-nav .wd-nav-opener {
    color: #fff;
}
.wd-nav-mobile li > ul {
	margin-left: 15px;
}
.wd-nav-mobile li.opener-page {
    margin-top: -1px;
}
.wd-nav-mobile li.opener-page>a {
    color: #000;
}

footer .wd-images-gallery.wd-justify-center {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.min-footer {
	font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.yith_wapo_groups_container {
	float: none;
}

.primary-underline {
	text-decoration: underline;
    color: #00adee;
}
.bg-grey {
	background-color: #f2f2f2;
}

.wpb_wrapper .box-icon-align-left .box-icon-wrapper {
	margin-right: 5px;
}
.wd-info-box h4.info-box-title {
	margin-bottom: 0;
}
.color-red {
	color: #e20303;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading {
	background-color: transparent;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title>a {
	padding-left: 0;
	font-size: 16px;
	color: #000;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.wd-nav-tabs>li:not(:last-child) {
    margin-inline-end: 15px;
}
.vc_tta.vc_general .vc_tta-panel-body {
	padding: 10px 0 !important;
}
.vc_tta-container h5 {
	margin-bottom: 10px;
}
.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top,.vc_tta-tabs-position-bottom) .vc_tta-tabs-list {
	white-space: normal !important;
}

body.page-template-flag-package .box-with-text.text-size-small {
	font-size: 22px;
}
.tabs-text h3 {
	text-transform: none;
}

body.page-template-flag-package .vc_section.product-options-container .wd-carousel-wrap {
	justify-content: center;
}
.grey-box > .wpb_column > .vc_column-inner > .wpb_wrapper {
	background: #f2f2f2;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    margin-top: 20px;
	margin-bottom: 70px;
}
body.page-template-flag-package .wd-carousel-inner {
	margin: 0 0 70px;
}
body.page-template-flag-package .info-box-carousel-wrapper {
	margin-bottom: 35px;
}
#options-style .wd-tabs-header {
	margin-bottom: 70px;
}
body.page-template-flag-package .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
body.page-template-page-custom-printed-gazebo .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: #f2f2f2;
    border-radius: 12px;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	border: none;
}
body.page-template-page-custom-printed-gazebo .vc_tta-container {
	margin-bottom: 30px;
}
body.page-template-page-custom-printed-gazebo .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title>a {
	font-size: 20px;
	line-height: 24px;
}
body.page-template-page-custom-printed-gazebo .wd-tabs .tabs-name {
	font-size: 20px;
	line-height: 24px;
    color: #000;
    text-transform: none;
    padding-top: 18px;
}
#options-side .wd-nav-tabs li a,
#options-branded .wd-nav-tabs li a,
#options-sleeve-color .wd-nav-tabs li a,
#options-style .wd-nav-tabs li a,
#options-size .wd-nav-tabs li a {
    border: 1px solid transparent;
    padding: 10px;
}
#options-side .wd-nav-tabs li.wd-active a,
#options-branded .wd-nav-tabs li.wd-active a,
#options-sleeve-color .wd-nav-tabs li.wd-active a,
#options-style .wd-nav-tabs li.wd-active a,
#options-size .wd-nav-tabs li.wd-active a {
    border-color: #00adee;
}
#options-side .wd-tabs-header,
#options-branded .wd-tabs-header,
#options-sleeve-color .wd-tabs-header,
#options-size .wd-tabs-header {
	margin-bottom: 75px;
}
body.page-template-flag-package .vc_section > :not(.grey-box) .info-box-carousel-wrapper,
body.page-template-page-custom-printed-gazebo .wd-tabs .info-box-carousel-wrapper {
	background: #f2f2f2;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
	margin-bottom: 0;
	margin-top: 20px;
}
.info-box-carousel-wrapper .wd-nav-pagin-wrap {
	padding-bottom: 20px;
}

body.page-template-page-custom-printed-gazebo .vc_tta-container > h5 {
	text-align: center;
}

body.page-template-page-custom-printed-gazebo.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
    overflow: visible;
}
body.page-template-page-custom-printed-gazebo .wd-owl :is(.wd-btn-arrow .owl-prev,.wd-btn-arrow .owl-next) {
    background-color: #f2f2f2;
    color: #000;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
#options-color .vc_tta-panel-body {
    overflow: initial;
}

body.page-template-page-custom-printed-gazebo .wd-list li {
    display: inline-block !important;
	margin-right: 15px;
}
body.page-template-flag-package .wpcf7,
body.page-template-page-custom-printed-gazebo .wpcf7 {
    background: #f2f2f2;
    border-radius: 12px;
	margin-top: 18px;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
body.page-template-flag-package .wpcf7 form label,
body.page-template-page-custom-printed-gazebo .wpcf7 form label {
    color: #000;
}
body.page-template-flag-package .wpcf7 input[type='text']:read-only,
body.page-template-flag-package .wpcf7 textarea:read-only,
body.page-template-page-custom-printed-gazebo .wpcf7 input[type='text']:read-only,
body.page-template-page-custom-printed-gazebo .wpcf7 textarea:read-only {
	background-color: #e5e5e5;
	cursor: pointer;
}
body.page-template-flag-package .wpcf7 input[type='email']:not(read-only),
body.page-template-flag-package .wpcf7 input[type='date']:not(read-only),
body.page-template-flag-package .wpcf7 input[type='search']:not(read-only),
body.page-template-flag-package .wpcf7 input[type='number']:not(read-only),
body.page-template-flag-package .wpcf7 input[type='text']:not(read-only),
body.page-template-flag-package .wpcf7 input[type='tel']:not(read-only), 
body.page-template-flag-package .wpcf7 input[type='url']:not(read-only),
body.page-template-flag-package .wpcf7 input[type='password']:not(read-only),
body.page-template-flag-package .wpcf7 textarea:not(read-only),
body.page-template-flag-package .wpcf7 select:not(read-only),
body.page-template-page-custom-printed-gazebo .wpcf7 input[type='email']:not(read-only),
body.page-template-page-custom-printed-gazebo .wpcf7 input[type='date']:not(read-only),
body.page-template-page-custom-printed-gazebo .wpcf7 input[type='search']:not(read-only),
body.page-template-page-custom-printed-gazebo .wpcf7 input[type='number']:not(read-only),
body.page-template-page-custom-printed-gazebo .wpcf7 input[type='text']:not(read-only),
body.page-template-page-custom-printed-gazebo .wpcf7 input[type='tel']:not(read-only), 
body.page-template-page-custom-printed-gazebo .wpcf7 input[type='url']:not(read-only),
body.page-template-page-custom-printed-gazebo .wpcf7 input[type='password']:not(read-only),
body.page-template-page-custom-printed-gazebo .wpcf7 textarea:not(read-only),
body.page-template-page-custom-printed-gazebo .wpcf7 select:not(read-only) {
	border: 1px solid #000;
    border-radius: 4px;
}
body.page-template-flag-package input.wpcf7-form-control.wpcf7-submit,
body.page-template-page-custom-printed-gazebo input.wpcf7-form-control.wpcf7-submit {
    border-radius: 4px;
	margin-bottom: 0px;
}
body.page-template-flag-package .box-icon-align-top .info-box-content,
body.page-template-page-custom-printed-gazebo .box-icon-align-top .info-box-content {
	padding-left: 0;
	padding-right: 0;
}

#options-side .wd-carousel .info-box-wrapper > div,
#options-branded .wd-carousel .info-box-wrapper > div,
#options-sleeve-color .wd-carousel .info-box-wrapper > div,
#options-style .wd-carousel .info-box-wrapper > div,
#options-size .wd-carousel .info-box-wrapper > div,
#options-sidewall .wd-carousel .info-box-wrapper > div,
#options-banner .wd-carousel .info-box-wrapper > div,
#options-accessories .wd-carousel .info-box-wrapper > div{
    cursor: pointer;
	padding: 10px;
}

.step-2-title h4 {
	font-size: 20px;
    line-height: 28px;
	font-weight: 600;
    margin-top: 40px;
	color: #000;
}

.wd-carousel .info-box-wrapper .wd-info-box {
	margin: 10px 5px;
}
.vc_row.nogap .wd-carousel .info-box-wrapper .wd-info-box {
	margin: 10px 0;
}
.wd-carousel .info-box-wrapper .wd-info-box.selected {
	border: 3px solid #00adee;
    border-radius: 12px;
    box-shadow: 0 0 20px 8px rgba(0,173,238,.3);
}
.wd-carousel .info-box-wrapper .wd-info-box.selected a.btn {
	background-color: #00adee;
}

#custom-print-step1 .wd-wpb.wd-tabs:not(.wd-products-tabs) .wd-nav-tabs>li>a {
	padding-bottom: 14px;
}
#custom-print-step1 .wd-wpb.wd-tabs:not(.wd-products-tabs) .wd-nav-tabs>li>a:before {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #000;
}
#custom-print-step1 .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a:before {
	background-color: #000;
}

#options-color .box-icon-align-top .box-icon-wrapper {
    margin-bottom: 0;
}
#options-color .box-icon-align-top .box-icon-wrapper img {
	border: 1px solid #000;
    border-bottom: none;
}
#options-color .wd-carousel .info-box-wrapper .wd-info-box {
    cursor: pointer;
	padding: 10px;
}
	
#options-color .wd-info-box {
	gap: 0;
}
#options-color .info-box-content {
	text-wrap: nowrap;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid #000;
    margin-top: -1px;
}
#options-color .wd-carousel .wd-info-box {
	margin: 10px 5px;
}
#options-color .wd-carousel .wd-info-box.selected {
	border: 3px solid #00adee;
    border-radius: 12px;
	box-shadow: 0 0 20px 8px rgba(0,173,238,.3);
}
#options-color h5,
#options-frame h5 {
	padding-top: 18px;
    padding-bottom: 5px;
	margin-bottom: 0;
}
.wd-popup-inner .wd-info-box {
	margin-bottom: 0;
}
.btn-popup {
	display: none;
}

.wd-shop-tools #block-3 {
	margin-right: 0;
}

.widget_product_categories .product-categories li.cat-item.cat-item-26.cat-parent .wd-cats-toggle,
.widget_product_categories .product-categories li.cat-item.cat-item-27.cat-parent .wd-cats-toggle,
.widget_product_categories .product-categories li.cat-item.cat-item-33.cat-parent .wd-cats-toggle,
.widget_product_categories .product-categories li.cat-item.cat-item-292.cat-parent .wd-cats-toggle {
	z-index: 999;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.widget_product_categories .product-categories li.cat-item.cat-item-26.cat-parent .wd-cats-toggle.toggle-active,
.widget_product_categories .product-categories li.cat-item.cat-item-27.cat-parent .wd-cats-toggle.toggle-active,
.widget_product_categories .product-categories li.cat-item.cat-item-33.cat-parent .wd-cats-toggle.toggle-active,
.widget_product_categories .product-categories li.cat-item.cat-item-292.cat-parent .wd-cats-toggle.toggle-active {
	z-index: 999;
	left: 0;
    top: 0;
    width: 100%;
    height: 39px;
	background-color: transparent;
}
.widget_product_categories .product-categories li.cat-item.cat-item-26.cat-parent .wd-cats-toggle:hover,
.widget_product_categories .product-categories li.cat-item.cat-item-27.cat-parent .wd-cats-toggle:hover,
.widget_product_categories .product-categories li.cat-item.cat-item-33.cat-parent .wd-cats-toggle:hover,
.widget_product_categories .product-categories li.cat-item.cat-item-292.cat-parent .wd-cats-toggle:hover {
	background-color: transparent;
}
.widget_product_categories .product-categories li.cat-item.cat-item-26.cat-parent .wd-cats-toggle:after,
.widget_product_categories .product-categories li.cat-item.cat-item-27.cat-parent .wd-cats-toggle:after,
.widget_product_categories .product-categories li.cat-item.cat-item-33.cat-parent .wd-cats-toggle:after,
.widget_product_categories .product-categories li.cat-item.cat-item-292.cat-parent .wd-cats-toggle:after {
    position: absolute;
    right: -25px;
    top: 7px;
    width: 22px;
    height: 22px;
}
.widget_product_categories .product-categories li.cat-item.cat-item-26.cat-parent .wd-cats-toggle.toggle-active:after,
.widget_product_categories .product-categories li.cat-item.cat-item-27.cat-parent .wd-cats-toggle.toggle-active:after,
.widget_product_categories .product-categories li.cat-item.cat-item-33.cat-parent .wd-cats-toggle.toggle-active:after,
.widget_product_categories .product-categories li.cat-item.cat-item-292.cat-parent .wd-cats-toggle.toggle-active:after {
	border-radius: 50%;
    background-color: var(--bgcolor-gray-300);
    color: var(--bgcolor-gray-500);
    left: -25px;
    top: 7px;
    width: 22px;
    height: 22px;
}

#options-frame .wd-tab-content-wrapper {
    padding: 14px 20px;
    background: #f2f2f2;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
}
#options-frame .wd-tab-content-wrapper .wpb_wrapper > div:last-child:not(.wd-image) {
	margin-bottom: 0;
}

.wd-side-hidden.wd-opened {
	z-index: 999999;
}

.dz_breadcrumbs {
	font-size: 14px;
}

.tm-epo-field.tmcp-select,
.tc-label-text {
	color: #232221;
}
.tm-extra-product-options h3.tc-epo-label {
	font-size: 16px;
}
.tm-extra-product-options .color-options-width-div .tmcp-field-wrap .tc-label-wrap .tc-image {
    width: 56px !important;
    border-radius: 50%;
	border-color: #f2f2f2;
}
.color-options-width-div .tc-label-text {
	font-size: 13px;
    max-width: 56px;
}
.tc-active .tc-label-text {
	color: #00adee;
}
.tc-label-text {
	text-transform: capitalize;
}
.tc-product-image {
	border: 2px solid transparent;
}
.tc-active .tc-product-image {
	border-color: #00adee;
}
.tc-active .tc-product-image:before {
    content: "\f00d";
    font-family: tc-fontawesome, Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
    width: 26px;
    height: 26px;
    line-height: 1;
    padding: .2em;
    border: 2px solid;
}
.tm-epo-reset-variation .tcfa,
.tm-epo-reset-radio .tcfa {
	font-size: 1em;
}
.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tc-image {
	border-color: #00adee;
}
.tc-epo-element-product-container {
	padding: 10px 10px 0;
    background-color: #f2f2f2;
}
.tc-totals-form dl.tm-extra-product-options-totals {
	text-align: right;
}
.tm-extra-product-options .tc-cell.tm-error {
	margin: 0 !important;
}
.tm-quantity {
	display: none !important;
}
.tm-extra-product-options .tmcp-ul-wrap.tm-extra-product-options-product {
	border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
	width: 100% !important;
}
.tc-mode-images .tc-label-text,
.tc-epo-element-product-holder .tc-label-text {
	height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #232221;
}
.tc-epo-element-product-holder .tc-label-inner {
	gap: 0;
}
.tc-epo-element-product-container {
	padding: 5px;
}
.tc-epo-element-product-container div.quantity:before {
	content: "qty: ";
}
.cpf-type-product-thumbnailmultiple .tc-epo-element-product-container-cart>.stock {
	line-height: 42px;
}

.wd-lazy-load {
	width: revert-layer;
}

.tm-floating-box.bottom.right {
	left: 0;
    width: 100%;
    max-width: 100%;
	display: flex;
    align-items: center;
	padding-right: 140px;
    background-color: #f2f2f2;
}
.tm-floating-box.bottom.right .tm-extra-product-options-totals {
    display: flex;
    flex: auto;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
    justify-content: flex-end;
}
.tm-floating-box.bottom.right .tm-extra-product-options-totals dt,
.tm-floating-box.bottom.right .tm-extra-product-options-totals dd {
	flex: 0 auto;
	padding-bottom: 0;
}
.tm-floating-box.bottom.right .tm-fb {
	display: none !important;
}

.wc-order-attribution-inputs {
	display: none;
}

.slider-row-wrapper {
	background-color: rgb(0, 173, 238) !important;
	width: 100% !important;
    left: 0 !important;
}
body:not(.home) .slider-row {
	max-width: 1190px !important;
	margin: auto !important;
}

.title-subtitle p {
	margin-bottom: 0 !important;
}

.sale-promo-banner > .vc_column-inner > .wpb_wrapper {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sale-promo-banner > .vc_column-inner > .wpb_wrapper .wd-text-block {
	position: absolute;
    background-color: rgb(0, 173, 238);
    padding: 20px;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.sale-promo-banner > .vc_column-inner > .wpb_wrapper .wd-text-block p {
	color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

.promo-banner-wrapper > .promo-banner {
	border-radius: 35px
}

.video-switcher-container {
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  max-width: 85%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.video-item {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.video-item.active {
  opacity: 1;
  pointer-events: auto;
}

.video-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.video-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 16px 0 8px;
}

.tab-btn {
  background: none;
  border: none;
  color: #888;
  font-size: 15px;
  cursor: pointer;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

.tab-btn.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}


.wpb_row.vc_row {
  align-items: flex-start !important;
}

@media (min-width: 769px) {
	.vc_row.nogap .wpb_wrapper * {
		padding: 0;
		margin: 0;
	}
	.sticky-left-col {
	  position: sticky !important;
	  top: 120px;
	  align-self: flex-start !important;
	  height: fit-content !important;
	}

	.sticky-left-col .vc_column-inner {
	  position: sticky;
	  top: 100px;
	}
}

@media (max-width: 768px) {
	.single-product .product_title {
		font-size: 26px;
	}
	.single-product .price {
		font-size: 20px;
	}
	.close-side-widget a {
		color: #fff;
	}
	.area-sidebar-shop .close-side-widget a {
		color: #000;
	}
    .min-footer .col-right .wpb_single_image {
       text-align: center;
    }
	.whb-general-header {
		padding-top: 10px;
	}
	.wd-prefooter .vc_section {
		padding-top: 30px;
	}
	.footer-container {
		padding: 0 15px;
	}
	.pageMenu .widget_nav_mega_menu > #menu-umbrella-page-menu {
		display: none;
	}
	#options-side .wd-carousel .info-box-wrapper > div,
	#options-branded .wd-carousel .info-box-wrapper > div,
	#options-sleeve-color .wd-carousel .info-box-wrapper > div,
	#options-style .wd-carousel .info-box-wrapper > div,
	#options-size .wd-carousel .info-box-wrapper > div,
	#options-sidewall .wd-carousel .info-box-wrapper > div,
	#options-banner .wd-carousel .info-box-wrapper > div,
	#options-accessories .wd-carousel .info-box-wrapper > div {
		margin-left: 8px;
		margin-right: 8px;
	}

	body.page-template-flag-package .vc_section.product-options-container .wd-tabs .wd-tabs-header .img-wrapper img {
        max-height: 100px;
    }
	body.page-template-page-custom-printed-gazebo .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title>a {
		font-size: 18px;
		line-height: 20px;
	}
	body.page-template-page-custom-printed-gazebo .wd-tabs .tabs-name {
		font-size: 18px;
		line-height: 20px;
	}
	
	.wp-gr .wp-google-left {
		display: block !important;
	}
	.wp-gr.wpac .wp-google-left img {
		float: none !important;
	}
	.wd-carousel .wd-btn-arrow {
		display: none;
	}
	.wd-nav-tabs {
		flex-wrap: wrap;
	}
	
	.color-options-carousel .wd-carousel-wrap {
		flex-wrap: wrap;
		-webkit-mask-image: none;
		mask-image: none;
	}
	.color-options-carousel .wd-carousel-wrap > .wd-carousel-item {
		flex: auto;
		width: 33.33%;
		max-width: 33.33%;
	}
	.color-options-carousel .wd-carousel .info-box-wrapper .wd-info-box {
		margin: 0 !important;
    	gap: 5px;
	}
	
	.carousel-with-arrow.wd-carousel-dis-mb :is(.wd-nav-arrows,.wd-nav-pagin-wrap) {
		display: block;
	}
	.carousel-with-arrow .wd-carousel:not(.wd-initialized)+.wd-nav-arrows .wd-btn-arrow {
		opacity: 1 !important;
	}
	
	#options-side .wd-carousel .wd-carousel-wrap,	
	#options-branded .wd-carousel .wd-carousel-wrap,
	#options-sleeve-color .wd-carousel .wd-carousel-wrap,
	#options-style .wd-carousel .wd-carousel-wrap,
	#options-size .wd-carousel .wd-carousel-wrap,
	#options-sidewall .wd-carousel .wd-carousel-wrap,
	#options-banner .wd-carousel .wd-carousel-wrap,
	#options-accessories .wd-carousel-wrap,
	#options-color .wd-carousel-wrap {
		flex-wrap: wrap;
		-webkit-mask-image: none;
		mask-image: none;
	}
	#options-side .wd-carousel .info-box-wrapper > div,
	#options-branded .wd-carousel .info-box-wrapper > div,
	#options-sleeve-color .wd-carousel .info-box-wrapper > div,
	#options-style .wd-carousel .info-box-wrapper > div,
	#options-size .wd-carousel .info-box-wrapper > div,
	#options-sidewall .wd-carousel .info-box-wrapper > div,
	#options-banner .wd-carousel .info-box-wrapper > div,
	#options-accessories .wd-carousel .info-box-wrapper > div {
		padding: 5px;
	}
	#options-side .wd-carousel .wd-carousel-wrap > .wd-carousel-item,
	#options-branded .wd-carousel .wd-carousel-wrap > .wd-carousel-item,
	#options-sleeve-color .wd-carousel .wd-carousel-wrap > .wd-carousel-item,
	#options-style .wd-carousel .wd-carousel-wrap > .wd-carousel-item,
	#options-size .wd-carousel .wd-carousel-wrap > .wd-carousel-item,
	#options-sidewall .wd-carousel .wd-carousel-wrap > .wd-carousel-item,
	#options-banner .wd-carousel .wd-carousel-wrap > .wd-carousel-item,
	#options-accessories .wd-carousel-wrap > .wd-carousel-item {
		flex: auto;
		width: 50%;
		max-width: 50%;
	}
	#options-color .wd-carousel-wrap {
		padding: 10px;
    	box-sizing: border-box;
	}
	#options-color .wd-carousel-wrap > .wd-carousel-item {
		flex: auto;
		width: 33.33%;
		max-width: 33.33%;
	}
	#options-color .wd-carousel .info-box-wrapper .wd-info-box {
		margin-left: 0;
		margin-right: 0;
		padding: 5px;
	}
	.step-2-title h4.title {
		font-size: 18px;
    	line-height: 20px;
	}	
	
	.tm-floating-box.bottom.right {
		display: flex !important;
    	bottom: 55px;
		padding-right: 16px;
		justify-content: flex-start;
	}
	.tm-floating-box.bottom.right .tm-extra-product-options-totals {
		justify-content: flex-start;
		gap: 0;
	}
	.tm-floating-box.bottom.right .tm-extra-product-options-totals .tm-options-totals,
	.tm-floating-box.bottom.right .tm-extra-product-options-totals .tm-final-totals {
		flex: 0 1 45%;
	}
	body.woocommerce-page .main-page-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (min-width: 768px) {	
	 .process-icon-info .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center:before {
		content: " ";
		position: absolute;
		top: 2em;
		left: 70%;
		width: 50%;
		height: 10px;
		border-top-width: 1px;
		border-top-style: dashed;
		margin-left: 0;
	}
	.bgBlue .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center:before {
		border-top-color: #fff;
	}
	.process-icon-info > div:last-child .vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center:before {
		display: none;
	}
}


@media (min-width: 1024px) {
	.vc_row-o-equal-height >.wpb_column > .vc_column-inner > .wpb_wrapper {
		height: 100%;
	}
	.vc_row-o-equal-height:not(.Equal-h-shadow) >.wpb_column > .vc_column-inner > .wpb_wrapper > .info-box-wrapper {
		height: 100%;
	}
	.vc_row-o-equal-height >.wpb_column > .vc_column-inner > .wpb_wrapper > .info-box-wrapper > .wd-info-box.with-btn {
		padding-bottom: 0;
		height: 100%;
    	margin-bottom: 0;
	}
	.vc_row-o-equal-height >.wpb_column > .vc_column-inner > .wpb_wrapper > .info-box-wrapper > .wd-info-box.with-btn .info-box-content {
		padding-bottom: 40px;
	}
	.vc_row-o-equal-height >.wpb_column > .vc_column-inner > .wpb_wrapper > .info-box-wrapper > .wd-info-box.with-btn .info-box-content .info-btn-wrapper {
		position: absolute;
		bottom: 15px;
		left: 0;
		right: 0;
	}
	.vc_row-o-equal-height >.wpb_column > .vc_column-inner > .wpb_wrapper > .info-box-wrapper > .wd-info-box.with-btn .info-box-content .info-box-inner {
		margin-bottom: 25px;
	}
}

@media (max-width: 1024px) {
	.min-footer .col-right img {
		margin: auto;
    	float: none;
	}
	.vc_row-o-equal-height >.wpb_column > .vc_column-inner > .wpb_wrapper > .info-box-wrapper > .wd-info-box.with-btn {
    	margin-bottom: 15px;
	}
}

@media (min-width: 1025px) {
    .wd-single-reviews.wd-layout-two-column .woocommerce-Reviews>:is(div,p) {
        flex-basis: 100%;
    }
}