/*
Theme Name: Avada Child
Theme URI: http://avada.theme-fusion.com/
Template: Avada
Author: ThemeFusion
Author URI: http://themeforest.net/user/ThemeFusion
Description: The #1 selling theme of all time that allows you to build virtually any design style.
Version: 5.5
Updated: 2018-05-02
*/

/*PayPal later test */
#ppcp-messages {
	display: none;
}
/*PayPal later test end*/

.hide {
    display:none;
}
.fusion-megamenu-title a {
    color: #000!important;
}
.product-category h3 {
    font-size: 16px!important;
}

.fusion-button:focus .fusion-button-text{
    color:#fff!important;
}
.fusion-button.button-pill:hover .fusion-button-text{
    color:#ec5737!important;
}
.fusion-logo img {
    width: 188px !important;
    /*width: 395px !important;*/
}
.fusion-header-v4 .fusion-header {
    padding-top: 0px !important; padding-bottom: 0px !important;
}

.single_add_to_cart_button.disabled {
    opacity: .5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/*Funnelkit cart start*/
.fkcart-custom-menu-link {
	display: flex;
    background: #ea543d;
    padding: 0 34px 0 10px !important;
}

.fkcart-custom-menu-link path {
	fill: #fff;
}
.fkcart-shortcode-container .fkcart-shortcode-count {
	top: auto;
    right: -24px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
}
/*Funnedlkit cart end*/

/* Sticky add to cart */
.add-to-cart-bottom {
	display: none !important;
	z-index: 100;
	width: 100%;
}

.add-to-cart-bottom.fixed {
	position: fixed !important;
	display: block !important;
	bottom: 0;
	left: 0;
}

.add-to-cart-bottom .product-title {
	color: var(--link_color) !important;
	font-weight: 700 !important;
}

.add-to-cart-bottom__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
    background-color: #fff;
    padding: 8px 140px;
}

.add-to-cart-bottom__left {
	display: flex;
	flex-direction: column;
}

.add-to-cart-bottom__price-rating .woocommerce-product-rating,
.add-to-cart-bottom__left .price,
.add-to-cart-bottom form.cart {
	margin: 0 !important;
}

.single-product .entry-summary .add-to-cart-bottom__left .price > .amount {
    font-size: 20px !important;
}

.add-to-cart-bottom__price-rating {
	display: flex;
	align-items: center;
	gap: 10px;
}

.test {
	display: none !important;
}

/* Sticky add to cart end */

/*FBT plugin*/
.woobt-wrap {
    flex-direction: column;
    position: relative;
	padding: 20px;
    border-top: 40px solid #f4f4f4;
}

.woobt-wrap .woobt-qty-num {
	pointer-events: none !important;
}

.woobt-products-layout-separate,
.woobt-text,
.woobt-actions {
	margin-left: auto !important;
	width: 45%;
}

.woobt-products-layout-separate {
	margin-top: -16.5% !important;
	margin-right: 10px !important;
	border-top: 0;
}
.woobt-products .woobt-product {
	border-bottom: 0 !important;
	padding: 5px 0;
}
.woobt-products .woobt-product .variations_form .variations .variation {
	padding-bottom: 0;
}

.woobt-products .woobt-product .variations_form .variations {
	display: flex !important;
	flex-wrap: wrap !important;
}

.woobt-before-text {
	margin: 0 !important;
	width: 100%;
	font-weight: 700;
    font-size: 22px;
    padding-bottom: 20px;
	color: #1D1D1F;
	line-height: 1.2;
}
.woobt-products .woobt-product {
	align-items: flex-start;
}

.single_add_to_cart_button {
	display: flex;
}

.button::before {
	display: inline-block;
	margin-right: 5px;
	transform-origin: 50% 50%;
}

.button.loading::before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='loader-1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15px' height='15px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cpath fill='%23EC5737' d='M25.251,6.461c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615V6.461z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E");
	  -webkit-animation: spin 0.75s linear infinite;
          animation: spin 0.75s linear infinite;
}

.button.added::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8476 0.588087C11.1607 0.901255 11.1607 1.409 10.8476 1.72217L5.50144 7.06829C5.18827 7.38146 4.68052 7.38146 4.36735 7.06829L1.15968 3.86062C0.846513 3.54745 0.846513 3.0397 1.15968 2.72654C1.47285 2.41337 1.9806 2.41337 2.29376 2.72654L4.9344 5.36717L9.71348 0.588087C10.0266 0.274918 10.5344 0.274918 10.8476 0.588087Z' fill='%23EC5737'/%3E%3C/svg%3E");
}

.woobt-quantity-input {
	border: 1px solid #e5e5e5;
}
.woobt-quantity-input-plus, .woobt-quantity-input-minus {
	height: 30px;
	line-height: 30px;
	border: 0 !important;
}

.woobt-quantity-input .qty, .woobt-quantity-input .woobt-qty {
	height:30px !important;
}

.woobt-qty, .woobt-wrap .quantity.buttons_added {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.woobt-checkbox {
	width: 22px;
	height: 22px;
	color: #5DAEAF;
	vertical-align: middle;
	-webkit-appearance: none;
	background: none;
	border: 0;
	outline: 0;
	flex-grow: 0;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
}
.woobt-checkbox::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
.woobt-checkbox:checked {
  background-color: currentcolor;
}

.woobt-checkbox:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.woobt-checkbox:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}

.woobt-additional {
	display: none !important;
}

.woobt-title-inner span:nth-child(1) {
	font-weight: 700;
}

.woobt-total {
	font-size: 18px;
}

.woobt-images {
	width: 55%;
	padding-right: 30px;
	align-items: stretch !important;
}

.woobt-images .woobt-image {
	border: 1px solid #e5e5e5;
	width: 100%;
    flex: 1;
}

.woobt-images .woobt-image:not(.woobt-image-this):before {
	transform: translate3d(-50%, -50%, 0) scale(2);
}

.woobt-price-ori,
.woobt-additional .woocommerce-Price-amount,
.woobt-total .woocommerce-Price-amount {
	color: #000;
	font-weight: 700;
}

.woobt-title {
	position: relative;
}

.woobt-price {
	position: absolute;
	right: 0;
	top: 3px;
}

.woobt-form .added_to_cart {
	display: block;
	margin-top: 10px;
    border-bottom: 2px solid;
    max-width: 78px;
    text-align: center;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*FBT plugin end*/

.fusion-main-menu .fusion-widget-cart-counter>a .menu-text {
	line-height: inherit !important;
}

.post-content.woocommerce-product-details__short-description p {
    margin-bottom: 5px;
}

/************SignUp form customizations*****************/
.home-signup {
    display: block!important;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ec5737;
    color:#fff;
    font-size: 15px;
    font-weight: 600;
    min-height: 39px!important;
    font: 100% 'Lato';
}

.yikes-easy-mc-form input[type=text],
.yikes-easy-mc-form input[type=email] {
    padding: 17px !important;
}
.yikes-easy-mc-form input[type=text], 
.yikes-easy-mc-form input[type=email] {
    font: 100% 'Lato';
    vertical-align: middle;
    color: #000;
    border: 2px solid #fbfaf9 !important;
    background-color: #fff!important;

}
.yikes-easy-mc-form input[type=text]:focus,
.yikes-easy-mc-form input[type=email]:focus{
    border: 2px solid #C0392B!important; outline:#C0392B!important;
}

/**************For making the Placeholders white in all browsers********************/
.yikes-easy-mc-form input[type=text]::-webkit-input-placeholder,
.yikes-easy-mc-form input[type=email]::-webkit-input-placeholder { 
    color: #000; font-weight:300;
}
.yikes-easy-mc-form input[type=text]::-moz-placeholder,
.yikes-easy-mc-form input[type=email]::-moz-placeholder{ 
    color: #000; font-weight:300;
}
.yikes-easy-mc-form input[type=text]:-moz-placeholder,
.yikes-easy-mc-form input[type=email]:-moz-placeholder { 
    color: #000; font-weight:300;
}
.yikes-easy-mc-form input[type=text]:-ms-input-placeholder,
.yikes-easy-mc-form input[type=email]:-ms-input-placeholder { 
    color: #000; font-weight:300;
}
hr.footerMenu {
    border: none; height: 1px; color: #fff;
    background-color: #fff; /* Modern Browsers */
}
.fusion-footer-widget-area .widget li a:before{
    display:none;
}
.fusion-footer-widget-area ul {
    font: 100% 'Lato';
}
.tag-line .fa-phone,
.tag-line .fa-envelope {
    margin-right:10px;
}
.fusion-footer-widget-area .widget-title, 
.fusion-footer-widget-area h3,
.fusion-footer-widget-column .product-title{
    color: #ffffff !important;
}
.fusion-footer-widget-area h3, 
.fusion-footer-widget-area .widget-title{
    text-transform: none;
}
.fusion-widget-area h4::before {
    content: "";
    margin-top: 37px;
    margin-bottom: 0px;
    background-color: #ffffff;
    width: 24px;
    height: 2px;
    float: left;
    position: absolute;
}
.fusion-footer-widget-area .widget_recent_entries li,
.fusion-footer-widget-area ul li {
    border:none !important;
}
.fusion-secondary-menu {
    text-transform: uppercase; font-weight: bold;
}

/******* footer social icon *******/
a.fusion-social-network-icon.fusion-tooltip.fusion-facebook,
a.fusion-social-network-icon.fusion-tooltip.fusion-youtube,
a.fusion-social-network-icon.fusion-tooltip.fusion-instagram{
    position: relative;
}

.fusion-social-network-icon:before {
    position: absolute;
}
.fusion-facebook::after {
    content: "Facebook"; margin-left: 105px;
}
a.fusion-youtube {
    margin-left: 90px !important;
}
a.fusion-youtube::after{
    content: "Youtube"; margin-left: 100px;
}

a.fusion-instagram {
    margin-left: 90px !important;
}
a.fusion-instagram::after{
    content: "Instagram"; margin-left: 110px;
}

.fusion-footer-copyright-area .fusion-facebook::after, 
.fusion-footer-copyright-area .fusion-youtube::after ,
.fusion-footer-copyright-area .fusion-instagram::after {
    color:#ffffff;
}
.fusion-footer-copyright-area .fusion-social-networks-wrapper{
    margin-right: 75px !important;
}
.fusion-secondary-main-menu {
    text-transform: uppercase;
	/** After avada update to  5.4.1**/
     min-height: 0px !important;
}

#wrapper .search-table .search-field input{
    border-radius: 30px; height: 40px;
}
.searchform .search-table .search-button input[type="submit"],
.searchform .search-table .search-button input[type="submit"]:hover{
    background: #ffffff !important;
    color: #000000;
}
.searchsubmit {
    width: 23px !important;
    height: 30px !important;
    line-height: 40px !important;
    margin-left: -37px !important;
    margin-top: 2px !important;
}
.searchform .search-button {
    width:2px;
}

/* footer-li */
.fusion-footer-widget-column li::before {
    content: "\f0c8"; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 6px;
}
.fusion-footer-widget-column a {
    padding: 5px 0 0 5px; margin-top: -20px; margin-left: 10px;
}
.fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget) ul:first-child > li:first-child > a,
.fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget) > ul > li:first-child > a {
    padding: 5px 0 0 5px !important;
}

/* footer-li-end */
.fusion-secondary-menu > ul > li:last-child > a .menu-text:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free'; font-weight: 900; -webkit-font-smoothing: antialiased;
    margin-right:5px;
    color: #1fa4d1;
}
.fusion-header-separator {
    padding: 0 64px;
}
.fusion-header-tagline {
    font-size: 17px!important;
    color: #223366!important;
    line-height: 37px!important;
}
.icon-top .fa {
    font-size: 30px;
    margin-right: 10px;
    color: #236;
}
.icon-top span {
    position: absolute;
    top: 2px;
    font-size:15px;
    border: none!important;
    color:#000!important;
}

/*************[customers Slider]*************/
.customers .fusion-carousel .fusion-carousel-nav .fusion-nav-next, 
.fusion-carousel .fusion-carousel-nav .fusion-nav-prev, 
.fusion-carousel .fusion-carousel-nav .fusion-nav-next{
    border-radius:50px;
}

/*************[Features Circles]*************/
.features {
    border: 3px solid #fff;
    height: 113px;
    width: 112px!important;
    border-radius: 100px;
    text-align: center;
    padding-top: 30px;
    color:#fff;
    font-size:17px;
    margin: 0px 6px;
    display: inline-block;
}
.features:hover {
    background-color:#fff;
    cursor: pointer;
    transition: background-color 0.5s ease;
    border-color: #ec5737;
    color: #000;
}
.features .fa {
    font-size: 22px; margin-bottom: 10px;
}
.product-category h3 {
    padding: 5px 1px 5px 1px!important;
    background: #223366;
    color:#fff!important;
    text-align:center;
    margin: 10px 10px;
}
.product-category .count {
    display:none;
}
.home-about .fusion-column-wrapper {
    border-radius:10px; min-height: 618px;
}
.home-about .wpcf7-form .wpcf7-text, .home-about input.s, .home-about input[type="text"] {
    width: 100%!important;
    display: block;
    margin: 0 auto;
    height: 45px;
}
.home-about .wpcf7-form textarea, textarea {
    width: 100%!important;
    display: block;
    margin: 0 auto;
    height: 180px;
}
.home-about .wpcf7-form input[type="submit"] {
    display: block;
    margin: 0 auto;
    background:#c6c6c6;
    color:#000;
    width: 100%!important;
    font-size:17px!important;
}
.home-about .wpcf7-form-control-wrap {
    position: static;
}
.home-about .wpcf7-captchar, 
.wpcf7-form .wpcf7-date, 
.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-text,
.wpcf7-form textarea {
    background-color: #0e121a!important;
    border-color: #575f6f!important;
    border: 2px solid #575f6f!important;
    color:#aaa9a9!important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #575f6f !important; opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #575f6f !important; opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #575f6f !important; opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #575f6f !important; opacity: 1;
}
/** Accordian **/
.fusion-accordian .fusion-panel {
    background: #f6f6f6;
    border-radius: 30px!important;
    margin: 5px;
}
.fusion-accordian .fusion-panel .fa-fusion-box {
    color: #000!important;
    border: 1px solid;
    border-radius: 50px;
    background-color: #f6f6f6!important;
} 
.fusion-accordian .panel-body {
    padding: 10px !important;
}
.fusion-accordian .panel-title .fusion-toggle-icon-wrapper {
    margin-left: 10px;
}
.fusion-accordian .panel-title .active{
    background-color: #223366;
    border-radius: 25px;
    color: #fff;
}
.fusion-accordian .panel-title .active:hover {
    background-color: #223366;
    border-radius: 25px;
    color: #fff;
}
.fusion-accordian .panel-title a .fa-fusion-box {
    color: #000;
}
.fusion-accordian .panel-title .active .fa-fusion-box {
    color: #fff!important;
    border: 1px solid;
    border-radius: 50px;
    background-color: #223366!important;
}
.fusion-accordian .panel-title:hover {
    background-color: #223366;
    border-radius: 25px;
    color: #fff!important;
}
.fusion-accordian .panel-title:hover .fa-fusion-box {
    color: #000!important;
    border: 1px solid;
    border-radius: 50px;
    background-color: #223366!important;
}

/** Accordian **/
.footer-copy {
    margin-top:16px; display: inline-block;
}
.garantee {
    display: flex;
}
.garantee img {
    display: block;
    margin: 0 auto;
    margin-top: -60px;
    margin-bottom: -51px;
}


.fusion-main-menu > ul > li > a {
    color: #ffffff;
    padding:5px;
    line-height: 43px !important; 
    height: 43px !important; 
}
.fusion-main-menu > ul > li > a:hover {
    color: #ffffff; background:#3894d1;    
}
.fusion-main-menu > ul > li > a {
    border-top: 0px solid transparent!important;
}
.fusion-main-menu .current-menu-item > a,
.fusion-main-menu .current_page_item > a {
    background:#3894d1;
}
.fusion-megamenu-title {
    color: #000!important; text-decoration: underline; font-weight:bold;
}

a.ls-nav-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

a.ls-nav-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fusion-footer-widget-area a:hover,
.fusion-footer-widget-area ul li a:hover {
    color:#1fa4d1!important;
}
.footer-contact {
    /*text-align:center;*/
}
.footer-contact .fa {
    font-size: 26px; margin: 26px 3px;
}
.icon-head {
    font-size: 15px; font-weight: 900; line-height: 1.5;
}
.fusion-menu-cart .fusion-custom-menu-item-contents {
    background-color: #fff;
    border-color: #dcdadb;
}
.fusion-menu-cart-checkout {
    font-size: 12px;
}
.fusion-menu-cart-item a:hover {
    color:#fff;
}
.fusion-main-menu .fusion-menu-cart-checkout-link a:hover, 
.fusion-main-menu .fusion-menu-cart-checkout-link a:hover:before, 
.fusion-main-menu .fusion-menu-cart-link a:hover,
.fusion-main-menu .fusion-menu-cart-link a:hover:before {
    color: #3894d1!important;
}

.fusion-custom-menu-item.fusion-menu-cart .menu-text{
	    width: 25px; height: 100%;
}
.fusion-main-menu .fusion-widget-cart-counter>a .fusion-widget-cart-number { 
	width:100% !important; margin-top: -10px; line-height: 12px !important; 
	color: #000 !important; padding: 8px 2px !important;
}
.fusion-main-menu > ul > li:last-child > a {
    background:#ec5737;
}
.fusion-main-menu-icon .menu-text .fa-shopping-cart {
    font-size:19px;
}
#toTop {
    background-color: #fff;
}
#toTop:before {
    color: #000!important;
}


@media only screen and (max-width: 1024px) {
    .fusion-copyright-content .fusion-social-links-footer .fusion-social-networks.boxed-icons a {
        width: 11% !important;
    }
    .fusion-header-v4 .fusion-header {
        padding-top: 5px !important; padding-bottom: 20px !important;
    }
}

.mobile-nav { display: none }

@media only screen and (max-width: 800px) {
	.fusion-sticky-header-wrapper { --header_sticky_bg_color: #ffffff; }
	.animate { transition: all 0.3s; /*animation:slide-down 0.3s;*/ }
	.fusion-page-title-bar { display: none }
	.catalog-ordering { display: none !important }
	.fusion-header-v4 .fusion-header {
            background: url(header_graphic.png) no-repeat;
            background-position: 50% 97%;
            background-size: contain;
            border-bottom: none !important;
        }
	.fusion-header-v4 .fusion-secondary-main-menu { /*border-bottom: 1px solid #eee !important*/ }
        .tag-line, .fusion-secondary-header {display: none }
	.fusion-mobile-menu-search { display: block !important }
	
	.fusion-header .fusion-row { display: flex; justify-content: space-between }
	.fusion-header .fusion-row:before,
	.fusion-header .fusion-row:after { display: none }
	
	.mobile-nav { display: flex; align-items: center; order: 3;}
	.mobile-nav .awb-icon-shopping-cart { font-size: 1.8em }
	.mobile-nav .mail-to { margin-right: 20px; font-size: 1.6em}
	
	.fusion-mobile-menu-icons { position: relative !important; order: 1; display: flex !important; align-items: center;}
	.fusion-mobile-menu-icons a { 
		float: none !important; margin-left: 0 !important; color: var(--link_color) !important; font-size: 1.6em !important; 
	}
	.fusion-mobile-menu-icons a:before { color: var(--link_color) !important }
	.fusion-mobile-menu-icons .awb-icon-bars { width: 27px; margin-right: 20px; font-size: 1.8em !important; }
	.fusion-mobile-menu-icons .awb-icon-bars[aria-expanded="true"]:before { 
		content: "\00d7";  font-size:1.75em; font-weight: 600;
	}
	.fusion-mobile-menu-icons .awb-icon-search ,
	.fusion-mobile-menu-icons .awb-icon-shopping-cart { display: none }
	
	.fusion-header-v4 .fusion-logo { display: flex !important; order: 2; }
	.fusion-logo .fusion-logo-link { display: inline-block; padding: 5px; max-width: 100% !important }    
	
	.fusion-secondary-main-menu .fusion-mobile-menu-search { margin: 5px -10px !important; }
	.fusion-secondary-menu, .fusion-header-tagline { display: none }
	.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a { padding: 0 15px }
    .garantee { position: relative; bottom: 180px; }
	
	.products-category-sec .products  li.product-grid-view { width: 50% !important }	
	
}

@media only screen and (max-width: 414px) {	
	.products-category-sec .fusion-title-text h2 { font-size: 22px !important; }
	#wrapper .products-category-sec h2.woocommerce-loop-category__title { font-size: 12px }
	.fusion-logo img {	width: 140px !important }
    .fusion-copyright-content .fusion-social-links-footer .fusion-social-networks.boxed-icons a {
        width: 14% !important;
    }
}

.product-category img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
}
.fusion-footer {
    background-image: url('../../uploads/2016/08/bg-footer-top.png');
    padding-top: 282px;
    background-position: center top;
    /*height:200px;*/
}
.single-product .fusion-footer {
    background-color:#f4f4f4;
}
.contact-no-home {
    text-align: center;
    border: 2px solid #4b5161;
    width: 55%;
    display: block;
    margin: 0 auto!important;
    font-size: 20px;
    margin-top: 18px !important;
    color: #4b5161;
}
/*.fusion-carousel .fusion-carousel-item {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/
.cat-box {
    --box-shadow-color: #dedede;
    box-shadow: 2px 6px 15px 2px var(--box-shadow-color);
}
span.breadcrumb-leaf {
    font-weight: 600;
}

/** woocommerce MyAccount Navigation ----------**/
.woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0 0 30px}
.woocommerce-MyAccount-navigation ul li { list-style: none; display: inline-block; padding:0; margin-right: 15px}
.woocommerce-MyAccount-navigation ul li a { border-bottom: 2px solid transparent} 
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a { border-bottom-color: inherit}

/** woocommerce product border removing **/
.woocommerce-container .product-details-container {
    border-bottom: none; padding-bottom: 0px;
}
.woocommerce-container .product .product-buttons {
    border-top: none;
}

.product-details-container .post-content p {
    margin-top: 5px; margin-bottom: 5px;
}
.zoomImg { min-width: 100%; min-height: 100%; }

/** Product-Page**/
.single-product #main, body {
    background-color: #f4f4f4!important;
}
.products li.product {
    background-color: rgb(255, 255, 255)!important;
}
.products li.product:hover {
    -webkit-box-shadow: 0px 0px 47px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px 0px 47px 0px rgba(209,209,209,1);
    box-shadow: 0px 0px 47px 0px rgba(209,209,209,1);
    transition: box-shadow 1s;
}
.product-buttons-container .add_to_cart_button {
    max-width: 100%;
    color:#fff;
    background-color: #ec5737;
    padding: 5px 5px 5px 20px;
    border-radius: 4px;
}
.product-buttons-container .show_details_button {
    padding-top:5px;
}
.product-buttons .show_details_button:before {
    content: "\f06e"!important;
    font-family: 'Font Awesome 5 Free';    
    font-weight: 900;
    top: 7px;
    right: 45px;
}
.woocommerce-tabs > .tabs a {
    background-color: #223366; color:#fff;
}
.woocommerce-Tabs-panel {
    background:#fff;
}
.related.products {
    margin-top: 0px!important; background-color: #f4f4f4; padding-top: 60px;
}
.product {
    background-color:#fff;   
}

.woocommerce-tabs {
    background: #f4f4f4;
}
.summary-container {
    padding:15px;
}
.single-product .product .product_title {
    margin-top: 40px!important;
}
.single-product .products .title-sep-container {
    display:none!important;
}
/* Related product heading change h3 > h2 after Avada 5.5 Update*/
.single-product .related.products .fusion-title h2.title-heading-left,
.single-product .fusion-title h3.title-heading-left {
    text-align: center;
    font-size:24px !important;
    width: 100%;
    color: #236 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.single-product .product .product_title {
    font-size: 26px!important;
}
.single-product .entry-summary .price > .amount {
    font-size: 26px!important; font-weight: 700;
} 
/** Product-Page**/

/** test-search **/
/*.fusion-body .shop_table tbody tr {
    height: 78px !important;
}
.fusion-body .shop_table td {
    padding-left: 6px !important;
}
.shop_table .product-name {
    width: 42%!important;
}
.shop_table .product-price {
    text-align: left!important; 
    width: 11%!important;
}
.shop_table .product-quantity {
    text-align: left!important;
}*/

.orbisius_woocommerce_ext_quick_order_form button.single_add_to_cart_button.button.alt {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    border-color: #ec5737;
    background: #ec5737;
    color: #ffffff;
    font-family: 'Roboto Slab';
    font-weight: 400;
    letter-spacing: 0px;
    -webkit-border-radius: 2px;
    border-width: 0px;
    border-style: solid;
    min-height: 32px;
    text-transform: uppercase;
}
/** test-search **/

/**category-page**/
/*.orderby-order-container {
    display:none!important;
}
.sort-count, .order-dropdown {
    display:none!important;
}*/

.cat-box .button-medium {
    width:100%!important; padding: 11px 6px;
}
.product .backordered {
    position: absolute; width: 90%; background: #ff3333; color: #ffffff; text-transform: uppercase; line-height: 2.5em; z-index: 51;text-align:center;
}
.bulk-products .backordered { width: 90%; text-align: center}
.product-info .backordered { color: #ff3333 }
p.backordered { margin: 0 0 30px; color: #333 }
p.backordered span { color: #ff3333; font-size: 14px;}

/**end-category-page**/

.woocommerce .avada-select-parent select, select {
    border-color:#ec5737!important;
}
.select-arrow, .select2-arrow {
    color: #fff!important;
}
.avada-select-parent .select-arrow, .select-arrow {
    border-color: #ec5737!important;
}
#wrapper .select-arrow, .avada-select-parent .select-arrow {
    background-color: #ec5737!important;
}


/** bulk-order-contura-ii-cover **/

.orbisius_woocommerce_ext_quick_order_form input {
    width: 30%;
}
/** end of bulk-order-contura-ii-cover **/
/** pricing-table**/
.fusion-pricing-table .list-group-item {
    min-height: 55px;
}

@media screen and (min-width:1262px){
    .switch-panels-price .price-head.col-lg-3 {
        width:50%!important;
    }
    .price-col-detail.col-lg-3 {
        width:16.6%!important;
    }
}
.pricing-table-1.full-boxed-pricing .panel-heading {
    background-color: #223366!important; min-height: 81px;
}
.full-boxed-pricing.fusion-pricing-table .panel-heading h3 {
    color: #fff!important;
}
.pricing-table-1 .price-head .list-group .list-group-item {
    background-color: #607d8b!important;
    border-color: #ededed!important;
    color: #fff!important;
}
.pricing-table-1 i.fa.fa-check {
    color: #48a54b; font-size:20px;
}

/* table height controll css css */ 

li.list-group-item.normal-row {
    padding:10px !important; min-height:40px !important; max-height:40px !important;
}

/* Custom Panel Styles  */
.custom-panel-calculations {
    display: none;
}

.gravity-form-sub-fields {
    color: #171616;
}

.gform_wrapper .gravity-select-parent .gravity-form-sub-fields {
    background-color: #171616 !important;
}

/* for tooltip content */

#field_5_13 [data-hint]:after {
    content: url('/wp-content/uploads/1.-Panel-Size.png') '\00000a' attr(data-hint) !important;
}

#field_5_16 [data-hint]:after {
    content: url('/wp-content/uploads/rocker-switch-image.png') '\00000a' attr(data-hint) !important;   
}

#field_5_19 [data-hint]:after {
    content: url('/wp-content/uploads/toggle-switches.png') '\00000a' attr(data-hint) !important;   
}

#field_5_20 [data-hint]:after {
    content: url('/wp-content/uploads/circuit-breakers.png') '\00000a' attr(data-hint) !important;   
}
#field_5_21 [data-hint]:after {
    content: url('/wp-content/uploads/12v-plug.png') '\00000a' attr(data-hint) !important;   
}

#field_5_29 [data-hint]:after {
    content: url('/wp-content/uploads/USB-charger.png') '\00000a' attr(data-hint) !important;   
}

#field_5_30 [data-hint]:after {
    content: url('/wp-content/uploads/holes-in-panel.png') '\00000a' attr(data-hint) !important;   
}

#field_5_31 [data-hint]:after {
    content: url('/wp-content/uploads/text-engeravings.png') '\00000a' attr(data-hint) !important;   
}

#field_5_26 [data-hint]:after {
    content: url('/wp-content/uploads/graphic-engraving.png') '\00000a' attr(data-hint) !important;   
}

#field_5_17 [data-hint]:after {
    content: url('/wp-content/uploads/custom-etched-rocker-switches.png') '\00000a' attr(data-hint) !important;   
}
#field_5_18 [data-hint]:after {
    content: url('') '\00000a' attr(data-hint) !important;   
}
#field_5_22 [data-hint]:after {
    content: url('/wp-content/uploads/toggle-boot.png') '\00000a' attr(data-hint) !important;   
}

#field_5_28 [data-hint]:after {
    content: url('/wp-content/uploads/heat-shrink.png') '\00000a' attr(data-hint) !important;   
}
#field_5_24 [data-hint]:after {
    content: url('/wp-content/uploads/heat-shrink.png') '\00000a' attr(data-hint) !important;   
}

#field_5_25 [data-hint]:after {
    content: url('/wp-content/uploads/graphic-backlighting.png') '\00000a' attr(data-hint) !important;   
}

#field_5_53 [data-hint]:after {
    content: url('/wp-content/uploads/graphic-backlighting.png') '\00000a' attr(data-hint) !important;   
}

.gform_wrapper input, select, textarea {
    color: black !important;
}
#backbutton:hover {
    border-width: 2px !important; border-color: #ec5737 !important;
}
#backbutton{
    border-color: #ffffff;
}
#field_5_74 , #field_5_75 {
    color: #ec5737 !important;
}
/**mega-menu-hover-delay**/
.fusion-megamenu-wrapper {
    transition: all 0s ease; 
}
.menu-item:hover .fusion-megamenu-wrapper {
    transition-delay: .4s; 
}
/**mega-menu-hover-delay-end**/

/**mega-menu-image-hover-background-color**/
a.mega-menu-image:hover {
    background-color: #ffffff !important;
}
/**mega-menu-image-hover-background-color**/
/**menu-cart**/
li.fusion-menu-cart {
    float:right;
}


/* Contact us Map syle code  */ 
.overlay {
    width:100%; min-height:500px; position:absolute; top:0;
}
.map {
    width:100%; height:500px; 
}
.map-wrap {
    position:relative; 
}
.overlay {
    width:100%; min-height:500px; position:absolute; top:0;
}

/* Contact us page submit button */
#gform_10 .gform_wrapper .button, 
.gform_wrapper .gform_button {
    color: #ffffff !important;
}

#gform_10 .gform_wrapper .button,
.gform_wrapper .gform_button:hover {
    color: #000000 !important;
}

/* Sub Menu width and padding change */
.fusion-main-menu .sub-menu {
    width:250px !important;
}
.fusion-main-menu .sub-menu li a {
    padding:5px !important;
}

/* pricing table list row height reduce*/
@media (max-width :1262px){
    .title-row {
        font-size:11px !important;
    }
    li.list-group-item.normal-row {
        font-size:11px !important
    }
    li.list-group-item.normal-row {
        min-height:60px !important;
    }
    .fusion-pricing-table .list-group-item {
        padding:0px !important;
    }
    #pricetable-space li.list-group-item.normal-row {padding-top:12px !important;}

    .pricing-table-2 i.fa.fa-check {
        padding: 18px !important;
    }
}

#pricetable-space li.list-group-item.normal-row { padding-top:12px !important; }

.pricing-table-2 i.fa.fa-check {
    padding: 18px !important;
}


/* Hidden container Price Table */
@media (max-width:800px){
    .garantee img{ margin-bottom: 0}
    #hidden-item {
        display:none !important;   
    }
}

/*Header local installer link*/
a.localinstaller {
    font-weight: bold; text-transform: uppercase;
}

/*Testimonials*/
.fusion-testimonials.clean blockquote q {
    letter-spacing: 0px !important;
}

/*avada 5.1.6 issues*/
#wrapper h2.woocommerce-loop-category__title {
    font-size: 16px;
    padding: 5px 1px 5px 1px!important;
    background: #223366;
    color: #fff!important;
    text-align: center;
    margin: 10px 10px;
}
.fusion-header-separator {
    display: initial!important;
}
body.home .fusion-button.button-1:hover .fusion-button-text, 
body.home .fusion-button.button-1:active .fusion-button-text {
    color: #ec5737 !important;
}
.woocommerce-store-notice.demo_store a:hover {
    color: #ffffff;
}
.woocommerce-store-notice.demo_store a.woocommerce-store-notice__dismiss-link {
    display: none;
}

/*Remove woocomerce my account register link*/
#menu-top .fusion-custom-menu-item-contents a.fusion-menu-login-box-register { display: none }


.fusion-secondary-main-menu,
.fusion-secondary-main-menu li a.fusion-main-menu-icon,
.fusion-main-menu > ul > li > a:hover {
    min-height: auto !important;
}

.fusion-body .fusion-main-menu > ul.fusion-menu > li.fusion-main-menu-cart > a,
.fusion-body .fusion-main-menu > ul.fusion-menu > li.fusion-main-menu-search > a, 
.fusion-body .fusion-main-menu > ul.fusion-menu > li.fusion-main-menu-sliding-bar > a, 
.fusion-body .fusion-main-menu > ul.fusion-menu > li.fusion-menu-item-button > a {
    background-color: #ec5737 !important;
}

.fusion-footer {
    background-color: #ffffff;
}
#toTop {
    right: 30px;
}
#menu-footer-menu li.current-menu-item a {
    color: #ec5737 !important;
}
.checkout .shop_table tfoot th {
    width: 100%;
}

@media only screen and (max-width: 375px) {
    .post-content h1 { 
        font-size: 23.163px; 
    }
    .post-content h2{
        /*font-size: 22.5px !important;*/
    }
}


/* Updated CSS 2018-5-18 */

.fusion-search-form-classic .searchform .fusion-search-form-content .fusion-search-field input {
    max-width: 90% !important;
    margin-right: 84px !important;
    border-right: solid 1px #d2d2d2 !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}
.searchform .fusion-search-form-content .fusion-search-field input {
    height: 40px;
    border-radius: 30px;
}
.fusion-search-form-classic .searchform .fusion-search-form-content .fusion-search-button input[type="submit"]:hover {
    background-color: #ec573700 !important;
    color: #000000 !important;
}

.searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
    background: #0000 !important;
}

.searchsubmit {
    margin-left: -67px !important;
    margin-top: -12px !important;
}

@media only screen and (device-width: 768px) {

    .fusion-search-form-classic .searchform .fusion-search-form-content .fusion-search-field input {
        max-width: 96% !important;    	
    }

    .searchsubmit {
        margin-left: -64px !important;
        margin-top: -5px !important;
    }

}

.products .product-buttons .fusion-content-sep {
    display: none;
}

a.fusion-update-cart:hover {
    color: #ec5737 !important;
}

.fusion-social-links-footer .fusion-social-networks.boxed-icons a {
    width: 8% !important;
}

.fusion-custom-menu-item-contents.fusion-menu-cart-items{
    display: flex;
    flex-direction: column;
    max-height: 580px;
    overflow-y: auto;
}

.checkout-button:hover, .woocommerce .cart-collaterals .checkout-button:hover, .button-default:hover{
    color: #ec5737 !important;
}

.fusion-post-content-container p:last-child { text-align: right }

.quotes_review{
	font-size:70px;
}

.product-details-container .fusion-price-rating .price{
    width: 100%
}


/* Fibo Search */
.fusion-secondary-menu-search { width: 650px !important; margin-left: 35px }
.dgwt-wcas-sf-wrapp {
    background: #fff; padding: 10px; border-radius: 10px;
}
.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp {
    padding-top: 0; padding-bottom: 0;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 13px 24px 13px 48px;
    line-height: 20px;
    font-size: 17px;
    border: none;
    border-radius: 30px;
    height: auto;
    font-family: Roboto, sans-serif;
    background-color: #eee;
    border: 2px solid transparent;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    box-shadow: none;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover {
    background-color: #dfdfdf;
}
.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type="search"].dgwt-wcas-search-input:hover {
    background-color: #fff;
}
.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border-color: #333;
}
.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border-radius: 30px;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    min-height: 33px;
    min-width: 33px;
    height: 33px;
    width: 33px;
    left: 23px;
    top: 19px;
    pointer-events: none;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
    width: 18px; height: 18px;
}
.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: auto; right: 28px; pointer-events: auto;
}
.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding-left: 24px; transition: 0.15s padding-left ease;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
    opacity: 1;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
    background: #e4e4e4; box-shadow: 0 0 0 2px #e4e4e4; border-radius: 100%;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before {
    display: none;
}
.dgwt-wcas-preloader {
    margin-right: 35px;
}
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    width: 18px;
}
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path {
    fill: #111;
}
.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #111;    
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
    opacity: 1; font-style: normal; font-weight: 300; color: #555;
}
.dgwt-wcas-details-wrapp,
.dgwt-wcas-suggestions-wrapp {
    border-color: #fff; padding-top: 10px; padding-bottom: 10px;
}
.dgwt-wcas-details-inner,
.dgwt-wcas-suggestions-wrapp > .dgwt-wcas-suggestion {
    padding-left: 20px; padding-right: 20px;
}
.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp > .dgwt-wcas-suggestion {
    border-right: 1px solid #ddd;
}
.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp {
    margin-top: 0; border-top: none;
}
.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp {
    margin-top: 0; border-top: none;
}
body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp {
    border-right: none;
}
body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp {
    border-left: 1px solid #ddd;
}
body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{
    border-left: none;
}
body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
    border-right: 1px solid #ddd;
}    
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp {
    min-height: 70px !important;
}
.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border-radius: 0; background: transparent; padding: 0 10px; margin-top: 10px; height: auto !important;
}
.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border-color: transparent;
}
.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding-left: 10px;
}
.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover {
    background-color: transparent;
}
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
    border-top: 1px solid #e0e2e5;
}
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return {
    background: #fff;
}
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg {
    left: 17px; top: 16px; width: 17px; height: 17px;
}
.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path {
    fill: #111;
}
.dgwt-wcas-products-in-cat { padding: 0 20px }
.dgwt-wcas-pd-rating { display: none }
.dgwt-wcas-details-space { padding: 0 }
.dgwt-wcas-pd-addtc-form .woocommerce.add_to_cart_inline .button { padding: 10px 20px}
.dgwt-wcas-pd-addtc .qty { max-width: 40px }
.dgwt-wcas-pd-addtc .minus, .dgwt-wcas-pd-addtc .plus { width: 25px }
.dgwt-wcas-has-headings .dgwt-wcas-suggestion-selected { background: #236 !important; text-decoration: none }
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover { background: #236 !important; text-decoration: none }

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-selected,
.dgwt-wcas-suggestion-selected .dgwt-wcas-st, 
.dgwt-wcas-suggestion-selected .dgwt-wcas-sp { color: white }

.fusion-sticky-header-wrapper .woocommerce-store-notice { position: relative; display: none; }

/*New categories pages style start*/
:root {--woocommerce_archive_grid_column_spacing: 10px !important}

.fusion-breadcrumbs .awb-breadcrumb-list {
    /*font-family: "Roboto", sans-serif !important;*/
    font-size: 16px;
    color: #000;
    margin-bottom: 4px;
}

.fusion-breadcrumbs .awb-breadcrumb-sep:after {
    margin: 0 7px;
}

.woocommerce-ordering select {
    /*font-family: 'Roboto', sans-serif;*/
    padding: 5px 8px;
    height: 40px;
    border-color: #E6E6E6!important;
    cursor: pointer;
}

.category-description {
    max-width: 50%;
}

.sorting-container {
    text-align: right !important;
}

.product-buttons .product_type_grouped:before, .product-buttons .product_type_variable:before{
    display: none !important;
}
.product-buttons .product_type_grouped:after, .product-buttons .product_type_variable:after{
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: "\f0ad" !important;
    width: 15px;
    height: 15px;
    color: #fff;
}

.products .featured-image {
    background-color: #fff;
}

.products li.product {
    background: none !important;
}

.products li.product:hover {
    box-shadow: none !important;
}

.products li.product .fusion-product-wrapper:hover {
    box-shadow: 0px 0px 47px 0px rgba(209,209,209,1);
    transition: box-shadow 1s;
}

.product-grid-view .fusion-product-content {
    background-color: #fff;
}

.fusion-product-wrapper,
.fusion-product-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-details {
    flex: 1;
}

.product-buttons-container {
    display: flex;
    flex-direction: column;
}

.product-buttons a:nth-of-type(2) {
    max-width: 100%;
    float: none !important;
}

.product-buttons a {
    /*font-family: "Roboto", sans-serif !important;*/
    font-size: 0.95rem !important;
    display: flex !important;
    justify-content: center;
    gap: 5px;
    border-radius: 0 !important;
    padding: 5px 15px !important;
	transition: background-color 0.3s ease-in-out;
}

.product-buttons a:hover, .product-buttons a:focus {
    background-color: #e1452d;
}

.product-buttons a::before {
    position: relative !important;
    margin: 0;
}

.product-images {
    border-bottom: 1px solid #e6e6e6;
}

.products .product-title {
    /*font-family: "Roboto", sans-serif !important;*/
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    line-height: 1.2 !important;
    margin-top: -5px !important;
}

.catalog-ordering {
    display: none !important;
}

.products .price>.amount {
    color: #223366 !important;
    /*font-family: "Roboto", sans-serif !important;*/
    font-size: 16px;
}

.product-details-container .fusion-price-rating {
    align-items: flex-start !important;
    flex-direction: column;
}

.woocommerce-pagination {
    /*font-family: "Roboto", sans-serif;*/
    justify-content: flex-start !important;
}

.fusion-page-title-wrapper {
    justify-content: flex-start !important;
}

.products .woocommerce-product-details__short-description {
    order: 3;
}

.product-details-container .fusion-price-rating .star-rating {
    margin: 4px 0 5px 0;
}

/*New categories pages style end*/

@media only screen and (max-width: 1000px) {
    .fusion-secondary-menu-search { width: 330px !important; }
}


@media only screen and (max-width: 992px) {
	/*FBT plugin start*/
	.woobt-products-layout-separate {
		margin-top: 0 !important;
	}
	
	.woobt-products-layout-separate, .woobt-text, .woobt-actions {width: 100%;}
	
	.woobt-quantity-input .quantity {width: auto !important;}
	
	.woobt-images {
		width: 100%;
		padding-right: 0;
	}
	/*FBT plugin end*/
}

@media only screen and (max-width: 800px) {
	.fusion-wrapper { margin-top: 0 !important }
	.woocommerce-store-notice.original { display: none; }
	.fusion-sticky-header-wrapper .woocommerce-store-notice { display: block; top: 0 !important; }
	
	.home #main { padding-top: 5px }
	.dgwt-wcas-sf-wrapp { padding: 5px 0;}
	.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input { padding: 8px 11px 8px 42px }
	.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit { top:9px; left: 6px }
	
	/*Funnelkit cart start*/
	.fkcart-mini-toggler path {
		fill: var(--link_color);
	}
	.fkcart-shortcode-container .fkcart-shortcode-count {
		background-color: var(--primary_color);
		color: #fff;
	}
	/*Funnedlkit cart end*/
}

@media only screen and (max-width: 767px) {
/* Sticky add to cart test */
	.add-to-cart-bottom__left {
		display: none;
	}
	
	.add-to-cart-bottom form.cart,
	.add-to-cart-bottom .button {
		width: 100%;
	}
	
	.add-to-cart-bottom__container {
		padding: 8px;
	}
/* Sticky add to cart test end */
		/*FBT plugin start*/
	.woobt-wrap-responsive .woobt-products .woobt-product {
		flex-direction: row !important;
		gap: 10px;
		flex-wrap: wrap;
		text-align: left;
		padding: 4px 0 !important;
	}
	
	.woobt-quantity-input-plus, .woobt-quantity-input-minus {
		width: 22px;
		flex: 0 0 22px;
	}
	
	.woobt-quantity .quantity {
		width: 22px !important;
	}
	
	.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations {
		flex-direction: row !important;
		justify-content: flex-start !important;
		gap: 5px;
	}
	
	.woobt-title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.woobt-title .woobt-price {
		margin: 0 !important;
	}
	
	.woobt-price {
		position: relative;
		right: unset;
		top: unset;
	}
	/*FBT plugin end*/
}

/* Floating Button */
.floatingbtn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1111;
    margin: 0 10px;
    display: none;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);    
}
.floatingbtn .btn-container {
    max-width: 200px;
    height: 50px;
    font-size: 18px;
    background: var(--primary_color);
    color: #FFF;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #FFFFFF;
    border-bottom: none;
    font-family: 'Roboto Slab';    
}
.floatingbtn-popup .modal-footer{
    display: none;
}
.slide-in {
    animation: slide-in var(--slidein_duration) forwards;
    -webkit-animation: slide-in var(--slidein_duration) forwards;
}
@keyframes slide-in {
    100% { transform: translateY(0%); }
}
@-webkit-keyframes slide-in {
    100% { transform: translateY(0%); }
}

.gform_legacy_markup_wrapper textarea{resize:block!important;}

/*Product bundle styles*/

.cart_group.bundle_form{
        /*padding-top: 15px;*/
}
.cart_group.bundle_form .bundled_product_title .item_title,.cart_group.bundle_form .bundled_product_title .item_qty{
        font-size: 20px;
}

.cart_group.bundle_form .bundled_product_summary .bundled_product_title a.bundled_product_permalink:before{
        font-size: 0.6em;
}
.cart_group.bundle_form .bundled_product_summary{
        padding-bottom: 0 !important;
        margin-bottom: 10px !important;
}

.cart_group.bundle_form .bundled_item_cart_content{
    display:flex;
}

.cart_group.bundle_form .stock.in-stock{
        margin: 0.8em 0 0;
}

.product .bundle_button{
flex-wrap:nowrap;
}

.bundle_wrap{
    width:100%;
}

.bundle_wrap .quantity.buttons_added{
        width: 15% !important;
}
@media only screen and (max-width: 500px) {
	.bundled_item_wrap .quantity.buttons_added{
        width: 30% !important;
	}}

/*Product Bundle inline for Stock */
.bundled_item_cart_details{
display: inline-flex;
    margin-right: 10px;
}

.bundled_item_cart_details .stock.in-stock{
    align-items: center;
    padding-left: 10px
}

.bundled_item_cart_content{
padding-bottom:10px;
}

.bundled_item_after_cart_details{
display: contents;
}

/* Bundle Products - View More styles */
.view-more-bundle, .view-less-bundle {
	position: absolute;
	width: 100%;
	bottom: -25px;
	z-index: 1;
	text-align: center;
}
.view-more-btn, .view-less-btn {
	border: 0 none;
    background: #223366;
    color: #FFF;
    padding: 8px 10px;
    cursor: pointer;
	font-size: 14px;
	font-weight:bold;
}
.product .bundle_data .bundle_wrap{
	margin-top: 25px;
}


