/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Child theme for the Twenty Twenty-One theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: twentytwentyone
*/

/* You can start adding custom styles below */

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url('fonts/Raleway-Medium.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('fonts/Raleway-SemiBold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}
.heading-font{
	font-family: 'Raleway-SemiBold' !important;
}
a,:hover{
	transition: all 0.3s;
}
a:focus {
    background: #F47721 !important;
	text-decoration:none !important;
	 background-color: #F47721 !important;
	outline:none !important;
}
a.custom-logo-link:focus {
    background: transparent !important;
}
body{
  overflow-x:hidden;
  font-family: 'Raleway-Medium' !important;
  background-color: #fff;
  color: #464646;
}
*{
	font-family: 'Raleway-Medium' !important;
}
.site-branding {
   margin-top: 0;
    z-index:9;
}
.site-logo {
  margin: 0;
}
.site-header {
    background:url(images/new-header-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    padding: 25px 20px !important;
	position:relative;
/* 	background: linear-gradient(90deg, rgba(0, 70, 128, 0) 0%, #1E69A4 0%, #4495D1 100%); */
}
/* .site-header:before {
    content: '';
    background: url(images/header-dots.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 71%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	opacity:0.5;
} */
.site-logo .custom-logo,
section#media_image-2 img{
    max-width: 230px !important;
}
/* .primary-navigation{
    position: relative;
    bottom: 6px;
} */
/* .primary-navigation a {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 20px;
    text-transform: capitalize;
    padding: 0;
    outline: none !important;
    font-weight: 500;
    border: 0 !important;
    border-left: solid 1px #F47721 !important;
    background: transparent !important;
    font-family: 'Raleway-Medium' !important;
    padding: 0 19px !important;
	line-height: 19px;
} */
.primary-navigation a {
    border-left: solid 1px #F47721 !important;
}
.primary-navigation a:focus{
	outline:none !important;
	border:0 !important;
	text-decoration:none !important;
	background:transparent !important;
}
.primary-navigation a:hover{
	text-decoration:none !important;
}
/* .primary-navigation li{
	padding:15px 0;
} */
.primary-navigation ul li a:hover {
    text-decoration: none;
	color: #F47721 !important;
    text-decoration-style: none;
}
.primary-navigation ul li:first-child a{
        border-left: 0 !important;
}
/* .primary-navigation .current-menu-item > a:first-child {
    text-decoration: none;
	color: #fff !important;
	font-weight:bold;
    text-decoration-style: none;
} */
.primary-navigation .current_page_item > a {
    text-decoration: none !important;
	color: #fff !important;
	font-weight:bold;
    text-decoration-style: none;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li.current-menu-item > a,
.primary-navigation .primary-menu-container > ul > li.current-menu-ancestor > a{
    font-weight:bold;
}
.primary-navigation button.sub-menu-toggle {
    display: none !important;
}
.primary-navigation li.menu-item-has-children .submenu-toggle {
    background: transparent url(images/menu-icon.png);
    background-repeat: no-repeat !important;
    background-size: contain;
    background-size: 17px;
    position: relative;
    right: 12px;
    top: 0;
    width: 20px !important;
    height: 20px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
     background: transparent !important;
	 padding: 0 20px;
	width: 100%;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    width: 341px;
	border:0 !important;
	padding-top: 0;
    background: linear-gradient(180deg, #E0E0E0 0%, #E8E8E8 44.71%, #FFFFFF 100%);
}
.primary-navigation .sub-menu .menu-item > a {
     padding: 20px 0 !important;
	 border: 0 !important;
     border-bottom: solid 1px #F47721 !important;
     font-size: 18px;
     color: #464646 !important;
     text-transform: uppercase;
	font-family: 'Raleway-Medium'  !important;
	   text-decoration: none !important;
}
.primary-navigation .sub-menu .menu-item a:hover{
     color: rgba(244, 119, 33, 1) !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li:last-child > a{
    border: 0 !important;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before, 
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
      display:none;
}
.primary-navigation .sub-menu li ul {
    position: absolute;
    top: 0;
    border-left: solid 1px #ccc !important;
    background: linear-gradient(180deg, #E0E0E0 0%, #E8E8E8 44.71%, #FFFFFF 100%);
    display: none;
    width: 226px;
    left: 100%;
	margin:0;
}
.primary-navigation .sub-menu li.menu-item-has-children .submenu-toggle {
    background: transparent url(images/menu-icon.png);
    background-repeat: no-repeat !important;
    background-size: contain;
    background-size: 17px;
    position: absolute;
    right: 12px;
    top: 16px;
    width: 20px !important;
    height: 20px;
	filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(0%) brightness(70%);
    transform: rotate(-90deg);
}
.primary-navigation .sub-menu li.menu-item-has-children:hover .submenu-toggle {
	filter: brightness(0) saturate(100%) invert(56%) sepia(88%) saturate(1520%) hue-rotate(346deg) brightness(99%) contrast(103%);
}
.primary-navigation .sub-menu li:hover > ul {
	display:block !important;
}
.primary-navigation a:focus {
    position:unset;
	outline:none !important;
}
.tp-leftarrow.tparrows.hesperiden {
    background: transparent url(images/slide-left-arrow.png) !important;
    width: 60px !important;
    height: 60px !important;
	background-repeat:no-repeat !important;
    background-size: contain;
}
.tp-rightarrow.tparrows.hesperiden {
    background: transparent url(images/slide-right-arrow.png) !important;
    width: 60px !important;
    height: 60px !important;
	background-repeat:no-repeat !important;
    background-size: contain;
}
.tp-leftarrow.tparrows.hesperiden:before,
.tp-rightarrow.tparrows.hesperiden:before{
    content:none !important;
}
.inner-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: var(--global--spacing-vertical);
}
aside.widget-area .inner-header {
    align-items: self-start;
}
.blue-bg{
	background: linear-gradient(132.59deg, #004680 1.63%, #1E69A4 67.37%, #4495D1 100%);
}
.number {
    color: rgba(217, 217, 217, 1);
    margin: 7px 0 0 24px;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.number svg{
    position: relative;
    top: -3px;
}
.number a {
    color: rgba(217, 217, 217, 1);
    text-decoration: none;
    position: relative;
    top: -6px;
}
.number a:hover{
    color: rgba(244, 119, 33, 1);
}
.site-header, .site-main, .widget-area, .site-footer {
    padding-top: 0;
    padding-bottom: 0;
}
.slide-overlay:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	opacity: 0.5;
	right:0;
	width:100%;
	height:100%;
	background: linear-gradient(270deg, rgba(0, 70, 128, 0) 50%, rgba(0, 70, 128, 0.45) 69.71%);
	background-blend-mode: multiply;
}
p {
    margin-bottom: 7px;
    line-height: 28px;
}
.p-0 p{
	margin-bottom:0;
}
.our-info a{
	color:#464646 !important;
	    line-height: 24px;
}
.our-info a:hover{
	text-decoration:underline;
}
.mail-form input,
.mail-form textarea{
    background-color: #fff !important;
    border: 0 !important;
	font-size:18px !important;
	outline:none !important;
    border-bottom: solid 1px #ccc !important;
    box-shadow: none !important;
	border-radius:30px !important;
}
.mail-form .gform-footer.gform_footer.top_label {
    border-bottom: 0;
}
.gform-theme--foundation .gform_fields {
     column-gap: 28px !important;
     row-gap: 28px !important;
}
textarea#input_1_5 {
    height: 110px;
	border: 0 !important;
    resize: none;
	min-block-size: 3.5rem;
}
input#gform_submit_button_1 {
    background: #F47721 url(images/submit-arrow.png) !important;
    color: #fff !important;
    outline: none;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: top 8px right 13px !important;
    background-size: 8px !important;
    box-shadow: none;
    font-size: 16px !important;
    width: 89px;
    min-height: 30px;
    border: 0 !important;
    text-align: left;
}
input#gform_submit_button_1:hover {
    background: #464646 url(images/submit-arrow.png) !important;
    color: #fff !important;
	    background-repeat: no-repeat !important;
    background-position: top 8px right 13px !important;
    background-size: 8px !important;
}
.gform-theme--foundation .gfield input::placeholder { color: #ccc; }
.gform-theme--foundation .gfield input::-webkit-input-placeholder { color: #ccc; } /* Chrome, Safari */
.gform-theme--foundation .gfield input::-moz-placeholder { color: #ccc; } /* Firefox */
.gform-theme--foundation .gfield input:-ms-input-placeholder { color: #ccc; } /* IE */
.gform-theme--foundation .gfield input:-moz-placeholder { color: #ccc; } /* Old Firefox */
.gform-theme--foundation .gfield textarea::placeholder { color: #ccc; }

.gform-footer.gform_footer.top_label {
    justify-content: end;
}
.search-icon {
    background: #ccc url(images/white-search-icon.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    border-radius: 100px;
    margin: 0 0 0 35px;
    cursor: pointer;
	position: relative;
    bottom: 0;
    padding: 14px;
}
aside.widget-area {
    background: url(images/new-header-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
	margin:0;
	display: block;
	grid-template-columns: none;
    padding: 38px 20px !important;
	position:relative;
/* 	background: linear-gradient(270deg, #464646 100%, rgba(70, 70, 70, 0) 100%); */
}
/* aside.widget-area:before {
    content: '';
    background: url(images/footer-dots.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 87%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	opacity:0.5;
} */
#nav_menu-2 ul{
	display:flex;
	align-items:center;#
}
#nav_menu-2 ul li {
    padding-left: 14px;
    padding-right: 16px;
    border-left: solid 1px #F47721;
    line-height: normal;
    color: #fff;
}
#nav_menu-2 ul li:first-child{
    border-left: 0;
	padding-left:0;
}
#nav_menu-2 ul li a{
	color: #fff !important;
    text-transform:capitalize;
}
#nav_menu-2 ul li a:hover{
    color:#F47721 !important;
}
#nav_menu-2 ul li a:focus{
	background:transparent !important;
}
#nav_menu-2  li.current-menu-item > a {
	font-weight:bold;
}
#nav_menu-2 ul .sub-menu{
	display:none;
}
.widget a {
	padding:0;
	text-decoration:none;
    color: #ccc !important;
}
.widget a:focus{
	background:transparent !important;
}
.email-phone {
    color: #D9D9D9;
    font-size: 20px;
    padding-top: 13px;
}
.email-phone a:hover{
	color:#F47721 !important;
}
#custom_html-2 {
    margin-top: 14px;
    margin-bottom: 6px;
}
.list-icons a {
    width: 33px;
    height: 33px;
    background: #fff;
    display: inline-block;
    margin: 0 0 0 8px;
    border-radius: 100px;
    position: relative;
	opacity: 0.8;
}
.list-icons a:hover{
	opacity: 1;
}
div#custom_html-2 ul {
    display: flex;
    gap: 29px;
}
div#custom_html-2 ul a{
	color:#D9D9D9;
}
.list-icons a.search-text {
    background: #fff url(images/search-icon1.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}
.list-icons a.fb {
    background: #fff url(images/fb-icon.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}
.list-icons a.fb:hover{
    background: #F47721 url(images/fb-icon.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}
.list-icons a.instagram {
    background: #fff url(images/instagram-icon.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}
.list-icons a.instagram:hover{
    background: #F47721 url(images/instagram-icon.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}
.list-icons a.linkedin {
    background: #fff url(images/linkedin-icon1.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}
.list-icons a.linkedin:hover {
    background: #F47721 url(images/linkedin-icon1.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}
.site-footer{
	display:none;
}
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 70, 128, 0) 0%, #1e69a4cc 0%, #4495D1 100%);
    color: #fff;
    display: flex;
    align-items: center;
	z-index:999;
	display:none;
    justify-content: center;
}
.search-box .box {
    max-width: 600px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search-box .search-form > label {
    display: none;
}
.search-form .search-field {
    margin-right: 0;
	 border: 0;
}
.search-form .close-form {
    float:right;
	cursor:pointer;
}
.search-form input.search-submit {
    border: 0;
	outline:none !important;
	background:#F47721 !important;
    border-radius: 0 !important;
}
.close-form {
    text-align: right;
    cursor: pointer;
}
.bg-100{
	background-size: 100% 100% !important;
}
.dat-log h2{
	font-family: 'Raleway-SemiBold' !important;
}
.line-h-36 p{
	line-height:36px !important;
}
li.email-icon {
    background: url(images/email-icon.png);
    background-repeat: no-repeat;
    background-position: top 7px left 0;
    padding-left: 32px;
}
li.ph-icon {
    background: url(images/call-icon.png);
    background-repeat: no-repeat;
    background-position: top 7px left 0;
    padding-left: 32px;
}
.bottom-footer-row {
    text-align: left;
    font-size: 14px;
    margin-top: 16px !important;
    color: #CCCCCC;
}
.bottom-footer-row a{
	color:#CCCCCC;
	margin-left:84px;
	text-decoration:none;
}
.bottom-footer-row a:hover{
	color:#F47721;
}
.social-links {
    margin-top: 17px;
}
.blent-darken{
	mix-blend-mode: Darken;
}
.blent-darken img{
	height: auto !important;
}
.position-static{
    position: static !important;
}
.btn-hover:hover{
	background:#464646 !important;
}
.h-420{
	height:381px;
}
.search header.page-header.alignwide {
    display: none;
}
.search .page-content.default-max-width {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
}
.search .search-form .search-field {
    border: solid 1px #ccc;
}
.search .search-form input.search-submit {
    color: #fff !important;
}
.search .search-form input.search-submit:hover {
    background: #464646 !important;
}
.search .site-main > * {
    margin-top:0;
}
.search-result-count.default-max-width {
    margin-bottom: 17px;
    padding-top: 50px;
}
.search footer.entry-footer.default-max-width {
    display: none;
}
.search .entry-content {
    margin-bottom: 50px !important;
}
.grey-linear{
	background: linear-gradient(180deg, rgba(204, 204, 204, 0.8) 0%, rgba(239, 236, 234, 0.8) 100%);
}
.grey-linear2{
	background: linear-gradient(180deg, #CCCCCC 0%, #EFECEA 100%);
}
.pos-unset{
	height:100%;
}
.pos-unset img {
    height: 100% !important;
    object-fit: cover;
    width: 442px !important;
    max-width: 100% !important;
}
.single-pro-banner h2 {
    font-family: 'Raleway-SemiBold' !important;
    color: #fff;
    text-transform: capitalize;
}
.exapnd {
    width: 107px;
    height: 30px;
	border:solid 1px rgba(244, 119, 33, 1);
    background: transparent;
    border-radius: 60px;
    text-align: center;
    color: rgba(244, 119, 33, 1);;
    font-size: 16px;
    cursor: pointer;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exapnd:hover{
	background: #464646;
	color:#fff;
	border:solid 1px #464646;
}
.exapnd span{
	font-size: 29px;
    margin-left: 5px;
}
.download-btns .elementor-button{
    border:solid 1px rgba(244, 119, 33, 1) !important;
    background: transparent !important;
	color: rgba(244, 119, 33, 1) !important;
}
.download-btns .elementor-button svg{
    fill: rgba(244, 119, 33, 1) !important;
}
.download-btns .elementor-button:hover{
    border: solid 1px #464646 !important;
    background: #464646 !important;
	color: #fff !important;
}
.download-btns .elementor-button:hover svg{
    fill: #fff !important;
}
.four-col .hover-box:hover{
	transform: scale(1.1);
}
.shop-btn {
    display: flex;
    gap: 16px;
	justify-content:space-between;
}
.download-btns .shop-btn .buynow{
    background:rgba(244, 119, 33, 1) !important;
	color:#fff !important;
}
.download-btns .shop-btn .buynow svg{
	fill:#fff !important;
}
.download-btns .shop-btn .buynow:hover{
    background: #464646 !important;
	color:#fff !important;
	 border: solid 1px #464646 !important;
}
.four-col .hover-box:hover h2{
	color:#fff !important;
}
.product-categories-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.product-category-box {
    background-image: url(/wp-content/uploads/2026/01/grey-row.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 43px;
    display: block;
    gap: 30px;
	background-size:100% 100%;
}
.category-content {
    width: 100%;
}
.category-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    stroke-width: 0px;
	margin-bottom:25px;
    stroke: #000;
	color: #F47721;
}
/* .category-content p {
	    font-weight: 700;
} */
.category-products {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 6fr);
}
.category-products a:focus{
	background:transparent !important;
}
.category-products img {
    max-width: 105px !important;
    height: auto !important;
    mix-blend-mode: Darken;
	transition: all 0.3s;
}
.category-products img:hover {
    transform:scale(1.1);
	transition: all 0.3s;
}
.single-product nav.navigation.post-navigation{
	display:none;
}
.product-list {
    margin: 0 !important;
}
.single-product .elementor.elementor-2406 {
    margin-bottom: 0;
}
.product-list .bg {
    background-image: url('/wp-content/uploads/2026/01/grey-row.png');
    background-position: center center;
    background-repeat: no-repeat;
	background-size:100% 100%;
	padding:56px 0;
}
.product-item {
    display: flex;
    gap: 56px;
    align-items: self-start;
    margin: 0px 20px;
}
.left-image {
    width: 12%;
    position: relative;
    height: 150px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.left-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}
.right-text{
	width:88%;
}
.product-item h3{
    font-size: 24px;
    font-weight: 700;
	margin-bottom:20px;
    text-transform: capitalize;
    color: #F47721;
}
.product-item h5,
.product-item ul{
	margin-bottom:20px;
}
.download-btns{
	margin-top:17px;
}
.download-btns{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.image-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 70, 128, 0) 0%, #1E69A4 0%, #4495D1 100%);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.image-popup img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
}
.image-popup .close-popup {
    position: absolute;
    top: -30px;
    right: -8px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    height: auto;
    line-height: 24px;
}
.image-popup .pro-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
}
svg.popup-trigger {
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer;
    color: #464646;
    background: #fff;
    border-radius: 100px;
    padding: 5px;
    border: solid 1px #ccc;
}
svg.popup-trigger:hover{
	background:rgba(244, 119, 33, 1);
	border: solid 1px rgba(244, 119, 33, 1);
}
.indus p {
    margin-bottom: 7px;
    line-height: 40px;
}
.archive .site-main > *:first-child {
    margin-top: 0;
    margin-bottom: 0;
}
.pum-theme-2840 .pum-title, .pum-theme-lightbox .pum-title {
    display: none;
}
h2.gform_title {
    font-size: 32px;
    margin-bottom: 22px;
}
.gform_button.button {
    background: #F47721 url(images/submit-arrow.png) !important;
    color: #fff !important;
    outline: none !important;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: top 7px right 13px !important;
    background-size: 8px !important;
    box-shadow: none !important;
    font-size: 16px !important;
    width: 89px !important;
    height: 30px !important;
    border: 0 !important;
    text-align: left !important;
    border-radius: 60px !important;
    /* padding: 0 !important; */
    line-height: 0 !important;
    min-height: 30px !important;
}
.gform_button.button:hover {
    background: #464646 url(images/submit-arrow.png) !important;
    color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: top 8px right 13px !important;
    background-size: 8px !important;
}
.gform-theme--framework input, 
.chosen-container-multi,
.gform-theme--framework textarea {
    font-size: 18px !important;
    outline: none !important;
	resize:none !important;
    box-shadow: none !important;
	border: 0 !important;
	background:#fff !important;
    border-radius: 30px !important;
}
p.gform_required_legend {
    display: none;
}
label.gfield_label.gform-field-label {
    font-size: 18px;
}
.pum-theme-2840 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    line-height: 0px !important;
}
div#gform_confirmation_message_2 {
    text-align: center !important;
    padding: 20px !important;
    font-size: 18px !important;
}
.pum-theme-2840, .pum-theme-lightbox {
    background: linear-gradient(90deg, rgba(0, 70, 128, 0) 0%, #1e69a4cc 0%, #4495D1 100%) !important;
    background-color: transparent;
}
.pum-theme-2840 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 18px;
    border-radius: 3px;
    border: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
	background: linear-gradient(180deg, #CCCCCC 0%, #EFECEA 100%);
}
.pro-name input{
	 pointer-events: none;
}
li.active-result:hover,
li.search-choice,
li.result-selected{
    background: #F47721 !important;
	color:#fff !important;
}
.search-choice-close{
	opacity:1 !important;
}
section.sub-category-wrap {
    padding: 86px 20px;
    max-width: 1290px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
}
section.sub-category-wrap img {
    height: 172px;
    width: 172px;
    object-fit: contain;
	outline:none !important;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.19);
    padding: 10px;
	border-radius: 10px;
	transition: all 0.3s;
}
section.sub-category-wrap img:hover{
    transform:scale(1.1);
	transition: all 0.3s;
}
.learn-more-btn {
    width: 149px;
    height: 30px;
    border: solid 1px rgba(244, 119, 33, 1);
    background: transparent;
    border-radius: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 26px auto 0;
    text-decoration: none;
    background: rgba(244, 119, 33, 1);
}
.learn-more-btn:hover {
    background: #464646;
	border: solid 1px #464646;
}
.none-pointer > a{
	pointer-events:none;
}
nav.breadcrumb, nav.breadcrumb a {
    color: #fff;
}
nav.breadcrumb a:hover {
    color: #F47721;
}
.pro-grid {
    border-radius:10px !important;
/* 	overflow:hidden !important; */
	background: #fff;
	height: 220px !important;
}
.pro-grid .elementor-widget,
.pro-grid .elementor-widget a{
	height:100% !important;
}
.pro-grid .pro-tile-menu.elementor-widget {
    height: 0 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    bottom: auto;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 3px;
}
.pro-tile-menu h5{
	background: linear-gradient(132.59deg, #004680 1.63%, #1E69A4 67.37%, #4495D1 100%);
	transition: all 0.2s;
	text-align: center;
	width:100%;
	height:100%;
	font-size:21px;
	opacity:0.7;
}
.pro-tile-menu h5 a{
	color:#fff !important;
	display:flex;
    width:100%;
	height:100%;
	align-items:center;
	text-align: center;
	justify-content:center;
}
.pro-grid a{
    margin:0 !important;
	padding:0 !important;
}
.pro-grid img {
	height:100% !important;
    object-fit: cover;
}
.pro-grid:hover .pro-tile-menu.elementor-widget { 
	height:100% !important;
	transition: all 0.3s;
}
.pro-grid:hover .pro-tile-menu h5{ 
	transition: all 0.2s;
	height:100%;
}
.primary-navigation .pro-grid:hover a{
	color:#fff !important;
}
.archive .woocommerce-products-header {
    display: none;
}
.full-row {
    display: flex;
}
.filter-sidebar {
    width: 25%;
    padding-right: 30px;
}
.filter-products {
    width: 70%;
}
.wpfFilterWrapper .wpfFilterTitle {
    border-bottom: solid 1px #ccc;
    margin-bottom: 5px;
}
.wpfFilterContent {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}
.archive .content-area {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.custom-container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}
.pt-50{
	padding: 50px 0;
}
.ht-product-image-wrap .ht-product-image, .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail {
    position: relative;
    height: 240px !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
	border:solid 1px #ccc;
	border-radius:6px;
}
ul.products li.product .woocommerce-loop-product__title {
    margin: 16px 0 15px 0;
    font-size: 18px;
    font-family: 'Raleway-SemiBold' !important;
    text-align: center;
    min-height: 46px;
}
ul.products li.product .woocommerce-loop-product__title:hover{
    color: #F47721 !important;
}
a.button.product_type_simple, a.button.learn-more-btn {
    background-color: #F47721 !important;
    border-radius: 60px 60px 60px 60px;
    padding: 0px 14px 2px 14px;
    width: 100%;
    color: #fff !important;
    width: auto;
	border:0;
    margin: auto;
}
a.button.product_type_simple:hover, 
a.button.learn-more-btn:hover {
    background-color: #464646 !important;
}
ul.products li.product .woocommerce-loop-product__link {
    width: 100%;
}
ul.products li.product a:focus{
    background: transparent !important;
	outline:none !important;
}
ul.products li.product a{
	outline:none !important;
}
.woocommerce ul.products li.product {
    margin: 0 8px 40px 8px;
}
.wpfFilterWrapper {
    margin-bottom: 33px !important;
}
select.orderby {
    border: solid 1px #ccc;
    border-radius: 15px;
	outline:none;
}
/*============ Single product page Css=============*/

.single-product{
	background:rgba(253, 250, 244, 1);
}
.single-product.singular .entry-title {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 6px 0;
    line-height: 41px;
}
.single-product .summary p.price {
    margin-bottom: 15px;
    font-size: 24px;
}
.single-product nav.woocommerce-breadcrumb{
	display:none;
}
.single-product .content-area {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.single-product ol.flex-control-nav.flex-control-thumbs {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: -2px;
    width: 90px;
}
.single-product ol.flex-control-nav.flex-control-thumbs li {
    width: 100%;
    margin: 0 0 12px 0;
    display: block;
    height: 96px;
	display:flex;
	align-items:center;
	justify-content:center;
	border: solid 1px #ccc;
}
.single-product ol.flex-control-nav.flex-control-thumbs li img{
    width: 100%;
    height:100%;
	object-fit:contain;
	opacity: 1;
}
.single-product ol.flex-control-nav.flex-control-thumbs li img.flex-active {
    border: solid 1px #004680;
}
.single-product .flex-viewport {
    margin-left: 111px;
    height: 412px !important;
	background: transparent;
}
.single-product .woocommerce-product-gallery__trigger {
    z-index: 9;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    height: 100%;
}
.single-product .woocommerce-product-gallery img {
    height: 100% !important;
    object-fit: contain;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    display: block;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
	pointer-events: none;
}
.single-product .summary .woocommerce-product-details__short-description ul {
    margin-bottom: 21px;
}
.single-product .woocommerce-product-gallery__image.flex-active-slide {
    height: 100%;
}
.single-product small.woocommerce-price-suffix {
    font-size: 24px;
}
.single-product .woocommerce-product-gallery__image {
    border: solid 1px #004680;
	background: transparent;
	height: 412px !important;
	border-radius:6px;
}
.woocommerce-product-gallery__image.flex-active-slide {
    margin: 0 3px 0px 0px !important;
}
.custom-text-before-tabs {
    clear: both;
    text-align: center;
}
.custom-text-before-tabs a {
    background: rgba(215, 165, 77, 1);
    color: rgba(0, 0, 0, 0.9);
    width: 169px;
    height: 45px;
    display: inline-block;
    text-decoration: none;
    line-height: 45px;
    border-radius: 60px;
    font-weight: 500;
    font-family: 'Museo_Sans_500' !important;
}
.custom-text-before-tabs a:hover {
    background: #000;
    color: #fff;
}
.eael-filter-gallery-control ul {
    text-align: left !important;
	width:100%;
}
.eael-filter-gallery-control>ul li:first-child {
    margin-left: 0 !important;
}
.eael-filter-gallery-control ul li{
	 font-family: 'Museo_Sans_500' !important;
}
a.button.learn-more-btn {
    border-radius: 60px;
    margin-top: 30px;
    text-align: center;
    background-color: transparent !important;
    border: solid 2px rgba(215, 165, 77, 1);
    height: 35px;
    width: 100%;
    font-size: 16px;
    line-height: 0px;
    color: rgba(215, 165, 77, 1) !important;
    font-weight: 500 !important;
    font-family: 'Museo_Sans_500' !important;
}
a.button.learn-more-btn:hover {
    background-color: #000 !important;
	color:#fff !important;
	border: solid 2px #000;
}
.socket-box{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(26, 26, 26, 0.3);
	z-index:99;
	display:none;
}
.socket-box .box{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	padding:18px 44px 62px;
	max-width:832px;
	width:100%;
	border-radius:20px;
}
img.close-popup{
    float: right;
	margin-bottom:22px;
    cursor: pointer;
}
img.close-popup:hover{
    filter: brightness(0) saturate(100%);
}
.logo-btn-top-border{
	border-top:solid 1px rgba(217, 217, 217, 1);
}
.logo-btn{
	border-top:solid 1px rgba(217, 217, 217, 1);
	border-bottom:solid 1px rgba(217, 217, 217, 1);
	padding: 18px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.logo-btn a {
    text-decoration: none;
    border: solid 2px rgba(215, 165, 77, 1);
    text-align: center;
    font-size: 16px;
    color: rgba(215, 165, 77, 1);
    border-radius: 60px;
    width: 239px;
    height: 35px;
    line-height: 33px;
}
.logo-btn a:hover{
    background:#000;
	 border: solid 2px #000;
	color:#fff;
}
.single-product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled{
    display: none !important;
}
.single-product form.cart .quantity,
.single-product button.single_add_to_cart_button.button.alt{
    display: none !important;
}

.single-product .custom-product-attributes select {
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(images/order-arrow.png);
    background-repeat: no-repeat;
    background-position: top 13px right 16px;
    line-height: 1;
    font-family: 'Museo_Sans' !important;
    border: solid 2px #D7A54D;
    border-radius: 30px;
    color: #D7A54D;
    margin-bottom: 15px;
    padding-left: 15px !important;
    padding-right: 0;
    width: 100%;
    outline:none;
}
.single-product label{
	font-size:16px;
	margin-bottom:7px;
	    display: block;
	font-family: 'Museo_Sans_300';
}
.single-product .custom-product-attributes {
    margin-top: 30px;
}
.single-product .attribute-item {
    width: 100%;
    display: inline-block;
}
.attribute-item.attribute-size {
    width: 254px;
	float:left;
}
.attribute-item.attribute-thickness {
    width: 254px;
	float:right;
}
.wpfCheckboxHier > ul ul li span {
    font-size: 17px;
}
.related.products h2, .up-sells h2 {
    margin-bottom: 2rem;
    font-size: 41px;
    text-transform: capitalize;
}
.related.products ul.products, .up-sells ul.products {
    justify-content: flex-start;
}
.pswp__bg {
    background: linear-gradient(90deg, rgba(0, 70, 128, 0) 0%, #1e69a4cc 0%, #4495D1 100%);
}
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: transparent;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    background: #fff;
	width:27px;
}
button.dgwt-wcas-search-submit {
    background: #fff !important;
}
i.fa.wpfTitleToggle.fa-plus:before,
.wpfCollapsible .fa-plus:before{
    content: '+' !important;
    font-size: 32px;
    line-height: 12px;
}
i.fa.wpfTitleToggle.fa-minus:before,
.wpfCollapsible .fa-minus:before{
    content: '-' !important;
    font-size: 32px;
    line-height: 12px;
}
.wpfCollapsible .fa-plus,
.wpfCollapsible .fa-minus{
	margin: 6px 0 0 0;
}
    .woocommerce-product-gallery {
        margin-bottom: 3rem;
    }

@media only screen and (max-width: 992px){
.number {
    margin: 0 0 0 21px;
	display:none;
}
.search-result-count.default-max-width {
    margin-bottom: 7px;
    padding-top: 30px;
}
.search .entry-content {
    margin-bottom: 30px !important;
}
.search .page-content.default-max-width {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.h-420 {
    height: auto;
}
.social-links {
    margin-top: 20px;
}
.primary-navigation a {
    padding: 0 8px !important;
}
.site-logo .custom-logo, section#media_image-2 img {
    max-width: 159px !important;
}
aside.widget-area .inner-header {
    flex-wrap: wrap;
	row-gap: 0;
}
.list-icons a {
    width: 28px;
    height: 28px;
    margin: 0 0 0 3px;
    background-size: 14px !important;
}
.search-icon {
    margin: 0 0 0 18px;
    bottom: 1px;
}
.gform-theme--foundation .gform_fields {
    column-gap: 15px !important;
    row-gap: 15px !important;
}
.social-links {
    width: 100%;
    text-align: left;
}
.bottom-footer-row {
/*     text-align: center; */
    font-size: 16px;
}
.bottom-footer-row a {
    margin-left: 0;
	display:block;
	width:100%;
}
.pos-unset{
	position:relative !important;
}
.primary-navigation li.menu-item-has-children .submenu-toggle {
    background-position: center;
    position: absolute;
    right: 0;
    top: 11px;
    width: 30px !important;
    height: 30px;
    z-index: 999;
}
.primary-navigation li.menu-item-has-children .submenu-toggle {
    right: -15px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
     left: -218px;
}
.category-products {
	display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}
.product-category-box {
    padding: 30px 20px;
    gap: 20px;
}
.product-categories-wrapper {
    gap: 20px;
}
.product-item {
    margin: 0px 9px;
}
.product-list .bg {
    padding: 56px 10px;
	    gap: 28px;
}
.left-image {
    width: 35%;
}
.product-item h5 {
    line-height: 25px;
}
.product-item.product-desc {
    gap: 0;
}
    section.sub-category-wrap {
        padding: 30px 20px;
        gap: 26px;
        flex-wrap: wrap;
    }
section.sub-category-wrap img {
    height: 123px;
    width: 123px;
}
.sub-category-box {
   text-align:center;
}
.full-row {
    padding: 0 20px;
}
.woocommerce ul.products li.product,
.woocommerce ul.products.columns-3 li.product{
    width: calc(33.3333333333% - -83px) !important;
    padding-bottom: 0 !important;
    margin-bottom: 35px;
}
.ht-product-image-wrap .ht-product-image, .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail {
    height: 194px !important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        margin-bottom: 1rem;
    }
.filter-sidebar {
    width: 32%;
}
.single-product div.product {
    margin: 30px 0;
}
.woocommerce-product-gallery {
    max-width: 100%;
    position: relative;
    margin-bottom: 2rem !important;
}
    .woocommerce .related.products ul.products{
        display: flex;
        flex-direction: row;
    }
.related.products h2, .up-sells h2 {
    font-size: 32px;
}
.woocommerce .related.products ul li.product {
    width: 33% !important;
    margin: 0 !important;
}
.single-product .woocommerce-product-gallery__image {
    height: 276px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{
    width:27px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        padding-left: 10px !important;
	padding-right:20px !important;
    }
    .pro-grid {
        height: 48px !important;
        text-align: left !important;
        vertical-align: middle;
		background:transparent !important;
    }
.primary-navigation a {
    border-left: 0;
}
.pro-grid .pro-tile-menu.elementor-widget {
    height: auto !important;
}
.pro-tile-menu h5 {
    background: transparent;
}
.pro-tile-menu h5 a {
    text-align: left;
    justify-content: start;
}
.pro-grid img {
    display: none !important;
}
}

@media only screen and (max-width: 767px){
.primary-navigation {
    position: absolute;
    bottom: 5px;
    color: #fff !important;
}
nav.breadcrumb, nav.breadcrumb a {
    line-height: 28px;
    margin-top: 8px;
}
.number {
        display: none;
    }
.search-icon {
    right: 50px;
	bottom: 0px;
}
#masthead .inner-header {
    justify-content: space-between;
}
.menu-button-container {
    color: #fff;
	padding-top: 5px;
    padding-bottom: 0;
}
.menu-button-container #primary-mobile-menu {
    color: #fff;
	outline:none;
}
.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
        padding-top: 6px;
}
.search-form {
    flex-wrap: nowrap;
    max-width: 100%;
}
.search-form .search-submit {
    width: 91px;
    padding: 12px;
}
.search-box .box {
    width: 94%;
}
aside.widget-area .inner-header {
    flex-wrap: wrap;
    row-gap: 17px;
}
aside.widget-area {
    padding: 30px 20px 20px !important;
	background-size:cover !important;
}
    #nav_menu-2 ul li {
        padding-left: 7px;
        padding: 0 8px;
        line-height: 8px;
        margin-bottom: 21px;
    }
#nav_menu-2 ul li a {
    font-size: 14px;
}
div#custom_html-2 ul a {
    color: #D9D9D9;
    font-size: 16px;
}
#custom_html-2 {
	    margin-top: 0px;
    margin-bottom: 10px;
}
.email-phone {
    font-size: 15px;
}
#rev_slider_1_1_wrapper .hesperiden.tparrows {
    width: 30px;
    height: 30px;
}
#rev_slider_1_1_wrapper .hesperiden.tparrows:before {
    font-size: 17px;
    line-height: 30px;
}
rs-arrow.tp-leftarrow.tparrows.hesperiden {
    transform: translate(20px, -15px) !important;
}
rs-arrow.tp-rightarrow.tparrows.hesperiden {
    transform: translate(-50px, -15px) !important;
}
.primary-navigation-open .primary-navigation > .primary-menu-container,
.primary-navigation-open .menu-button-container{
    background: #004680;
}
.primary-navigation > div > .menu-wrapper li {
        padding: 15px 0;
        border-bottom: solid 1px #cccccc78;
}
.primary-navigation a {
    border-left: 0 !important;
	padding: 0 !important;
}
.search .page-title {
    font-size: 27px !important;
}
.search header.page-header.alignwide {
    margin: 0;
	max-width:100% !important;
    padding: 20px;
    margin: 0 !important;
}
.search-no-results .page-content {
    margin-top: 12px;
    margin-bottom: 30px !important;
}
.search header.page-header.alignwide {
    margin: 0;
    padding: 13px 20px;
    margin: 0 !important;
    border-bottom: solid 1px #ccc;
}
.search .search-form label{
    display:none;
}
.search .search-form .search-field {
    max-width: 226px;
	        border: solid 1px #ccc;
	padding: 10px 12px !important;
}
.home .site-header {
    padding: 12px 20px 14px !important;
}
.site-header {
    padding: 12px 20px 17px !important;
}
div#custom_html-2 ul {
    display: block;
}
    .list-icons a {
        margin: 0 9px 0 0px;
    }
    .social-links {
        text-align: left;
		 margin-top: 0;
    }
.gform-footer.gform_footer.top_label {
    justify-content: center;
}
.line-h-36 p {
    line-height: 33px !important;
}
.tp-leftarrow.tparrows.hesperiden,
.tp-rightarrow.tparrows.hesperiden{
    width: 30px !important;
    height: 30px !important;
	background-repeat:no-repeat !important;
    background-size: contain !important;
}
.primary-navigation .sub-menu .menu-item > a {
    padding: 12px 0 !important;
    font-size: 16px;
}
    .primary-navigation > div > .menu-wrapper > li > .sub-menu {
        top: 14px;
        width: 100%;
        margin: 0 0 0 0px;
        display: none;
        left: auto;
    }
.primary-navigation li.menu-item-has-children .submenu-toggle {
    background-position: center;
    position: absolute;
    right: 0;
    top: 11px;
    width: 30px !important;
    height: 30px;
    z-index: 999;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    padding: 0 12px;
}
.pos-unset img {
    height: 319px !important;
    width: 100% !important;
}
    .product-categories-wrapper {
        grid-template-columns: 1fr;
		    gap: 20px;
    }

    .product-category-box {
        flex-direction: column;
    }

    .category-content,
    .category-products {
        width: 100%;
    }
.product-category-box {
    padding: 30px 20px;
    gap: 20px;
}
.category-content h3 {
    margin-bottom: 10px;
}
.product-item {
    display: block;
}
.left-image {
   width: 58%;
   margin: 0 auto 19px;
   height: 190px;
}
.product-item h3 {
	font-size: 20px;
    margin-bottom: 10px;
}
.download-btns {
    display: block;
}
.exapnd {
    margin-bottom: 14px;
}
.product-list .bg {
    padding: 30px 10px 15px;
}
.right-text {
    width: 100%;
}
.category-products {
	display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
}
    .lock-scrolling .site {
        z-index: 9;
    }
.primary-navigation .sub-menu li.menu-item-has-children .submenu-toggle {
    top: 6px;
	width: 30px !important;
    height: 30px !important;
    background-position: center;
}
.primary-navigation .sub-menu li ul {
    position: relative;
    right: 0;
    top: 0;
    border-left: solid 1px #ccc !important;
	border-right: solid 1px #ccc !important;
    background: #fff;
    display: none;
    width: 100%;
    z-index: 9999;
    left: 0;
    margin: auto;
}
.indus p {
    margin-bottom: 0;
    line-height: 29px;
}
#nav_menu-2 ul {
    flex-wrap: wrap;
}
.shop-btn {
    display: block;
}
.download-btns .elementor-button {
    margin-bottom: 15px;
}
h2.gform_title {
    font-size: 25px;
    margin-bottom: 17px;
}
.single-pro-banner h2 {
    font-size: 31px;
    line-height: 31px;
}
section.sub-category-wrap {
    justify-content: space-between;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.learn-more-btn {
    width: 100%;
    margin: 16px auto 0;
}
section.sub-category-wrap img {
    width: 100%;
}
.product-item ul {
    padding-left: 30px;
}
	.primary-navigation .sub-menu li ul ul{
		border:0 !important;
	}
.woocommerce .content-area .site-main {
    margin: 0 0vw;
}
    .filter-sidebar,
	.filter-products{
        width: 100%;
    }
.full-row {
    display: block;
        padding: 0 10px;
    }
.pt-50 {
    padding: 11px 0;
}
.wpfFilterWrapper {
    margin-bottom: 17px !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
	margin:0;
	padding:0;
    width: 100%;
    text-align: center;
}
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
       margin: 0 auto 21px;
    display: block;
    width: 100%;
    text-align: center;
    }
.woocommerce ul.products li.product {
    width: 100% !important;
}
    .woocommerce ul.products li.product, .woocommerce ul.products.columns-3 li.product {
        width: 100% !important;
        margin-bottom: 35px;
    }
ul.products li.product .woocommerce-loop-product__title {
    min-height: auto;
}
a.lmp_button {
    margin: 0 0 24px 0 !important;
}
#wpfBlock_2 .wpfFilterVerScroll {
    max-height: 250px !important;
}
    .single-product .woocommerce-product-gallery__image {
        height: 205px !important;
    }
.single-product.singular .entry-title {
    font-size: 24px;
    margin: 0 0 0px 0;
    line-height: 32px;
}
    .woocommerce-product-gallery {
        margin-bottom: 1rem !important;
    }
.single-product .summary p.price {
    margin-bottom: 5px;
}
.single-product .summary {
    margin-bottom: -1rem;
}
    .related.products h2, .up-sells h2 {
        font-size: 27px;
        margin-bottom: 15px;
    }
    .woocommerce .related.products ul li.product {
        width: 100% !important;
        margin: 0 0 25px 0 !important;
    }
.menu-button-container #primary-mobile-menu{
    display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        padding-left: 10px !important;
	padding-right:20px !important;
    }
.pro-grid {
	height: 100px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    background: #fff;
	width:27px;
}
#mega-menu-wrap-primary {
    right: 20px;
	top:10px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{
    width:27px !important;
}
.pro-grid:hover .pro-tile-menu h5 {
    font-size: 16px;
}
    .pro-grid {
        height: 46px !important;
    }
.pro-tile-menu h5 {
    font-size: 17px;
}
.pro-grid .pro-tile-menu.elementor-widget {
        height: 51px !important;
    }
.single-product .flex-viewport {
    height: 100% !important;
	    margin-left: 70px;
}
.single-product ol.flex-control-nav.flex-control-thumbs li {
    height: 57px;
}
.single-product ol.flex-control-nav.flex-control-thumbs {
    width: 56px;
}
#pum-2847 .gform-theme--foundation .gfield textarea.small {
    height: 87px;
}
#pum-2847 .gform-theme--framework input, 
#pum-2847 .chosen-container-multi, 
#pum-2847 .gform-theme--framework textarea{
		font-size:16px !important;
	}
    .gform-theme--foundation .gform_fields {
        row-gap: 11px !important;
    }
.pum-theme-2840 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    right: 8px !important;
    top: 10px !important;
}
}











