#awd_search_widget-2{width:840px;}
input#wp-block-search__input-1{border-right:none;border-radius:10px 0 0 10px;padding:9px 16px;}
.awd-search-button{display:inline-flex;align-items:center;justify-content:center;min-width:44px;}
.awd-search-button svg{width:20px;height:20px;}
.awd-dropdown{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;background:white !important;box-shadow:0 10px 40px rgba(0,0,0,0.15) !important;overflow:hidden;animation:awd-slideDown 0.3s ease;max-height:745px !important;z-index:10000000000 !important;}
.awd-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.5);z-index:9998;animation:fadeIn 0.3s ease;cursor:pointer;}
@keyframes fadeIn {
from{opacity:0;}
to{opacity:1;}
}
@keyframes awd-slideDown {
from{opacity:0;transform:translateY(-10px);}
to{opacity:1;transform:translateY(0);}
}
.awd-dropdown-inner{margin:0 auto;height:100%;display:flex;flex-direction:column;max-height:100vh;overflow:hidden;}
.awd-header-bar{background:white;padding:16px 20px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10;}
.awd-header-content{display:flex;align-items:center;gap:12px;}
.awd-search-container{position:relative;flex:1;}
.awd-search-bar{width:100%;padding:12px 40px 12px 16px;font-size:16px;border:2px solid #e5e7eb;border-radius:8px;outline:none;transition:all 0.3s ease;background:#f9fafb;}
.awd-search-bar:focus{background:white;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99, 102, 241, 0.1);}
.awd-search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:auto;cursor:pointer;transition:color 0.2s ease;}
.awd-search-icon:hover{color:#3b82f6;}
.awd-close-search{background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;transition:background 0.2s;}
.awd-close-search:hover{background:#f3f4f6;}
.awd-close-search svg{width:20px;height:20px;color:#6b7280;}
.awd-quick-suggestions{padding:16px 20px;border-bottom:1px solid #e5e7eb;background:white;}
.awd-suggestions-list{display:flex;gap:8px;flex-wrap:wrap;}
.awd-suggestion-tag{padding:5px 12px 6px;background:#eff6ff;color:#2563eb;border-radius:16px;font-size:13px;cursor:pointer;transition:all 0.2s;border:1px solid #dbeafe;white-space:nowrap;}
.awd-suggestion-tag:hover{background:#dbeafe;transform:translateY(-1px);box-shadow:0 2px 4px rgba(37, 99, 235, 0.2);}
.awd-dropdown-content{display:grid;grid-template-columns:260px 1fr;flex:1;overflow:hidden;}
.awd-sidebar{background:#f9fafb;padding:20px;border-right:1px solid #e5e7eb;overflow-y:auto;overflow-x:hidden;}
.awd-main-content{padding:20px;overflow-y:auto;}
.awd-sidebar-section{margin-bottom:24px;max-width:100%;}
.awd-section-title{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:12px;display:flex;align-items:center;gap:6px;padding:0 9px;}
.awd-section-icon{width:14px;height:14px;opacity:0.6;flex-shrink:0;}
.awd-category-list{list-style:none;padding:0;margin:0;}
.awd-category-item{padding:8px 30px 8px 10px;margin-bottom:2px;border-radius:6px;cursor:pointer;transition:all 0.2s;font-size:13px;color:#374151;word-wrap:break-word;line-height:1.3;position:relative;display:block;}
.awd-category-count{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:11px;background:#f9fafb;padding:2px 6px;border-radius:10px;min-width:20px;text-align:center;}
.awd-category-item:hover{background:#e5e7eb;transform:translateX(2px);}
.awd-brands-list{display:flex;flex-wrap:wrap;gap:4px;padding:0 8px;}
.awd-brand-item{display:inline-block;padding:6px 10px;background:white;border:1px solid #e5e7eb;border-radius:4px;font-size:12px;cursor:pointer;transition:all 0.2s;}
.awd-brand-item:hover{background:#2563eb;color:white;border-color:#2563eb;}
.awd-recently-viewed{margin-bottom:24px;}
.awd-recent-items{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;max-width:100%;}
.awd-recent-item{text-align:center;cursor:pointer;max-width:100%;}
.awd-recent-item img{width:60px;height:60px;object-fit:contain;border-radius:6px;border:2px solid #e5e7eb;transition:all 0.2s;background:white;padding:4px;display:block;margin:0 auto;}
.awd-recent-item:hover img{border-color:#2563eb;transform:scale(1.05);}
.awd-recent-item-name{font-size:10px;color:#6b7280;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.awd-products-section{margin-bottom:32px;position:relative;}
.awd-products-slider{position:relative;overflow:hidden;padding:0 45px;margin:0 -20px;}
.awd-products-track{display:flex;transition:transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);width:max-content;will-change:transform;transform:translateZ(0);}
.awd-slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:white;border:1px solid #e5e7eb;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,0.1);z-index:10;transition:all 0.2s;}
.awd-slider-btn:hover{background:#f9fafb;box-shadow:0 4px 12px rgba(0,0,0,0.15);}
.awd-slider-btn.prev{left:5px;}
.awd-slider-btn.next{right:5px;}
.awd-slider-btn:disabled{opacity:0.5;cursor:not-allowed;}
.awd-products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;}
.awd-products-title{font-size:16px;font-weight:600;color:#111827;margin-top:10px;}
.awd-view-all-btn{font-size:13px;color:white;text-decoration:none;padding:8px 16px;border-radius:6px;transition:all 0.2s;background:#2563eb;border:1px solid #2563eb;font-weight:500;display:inline-flex;align-items:center;gap:4px;}
.awd-view-all-btn:hover{background:#1d4ed8;border-color:#1d4ed8;color:white;text-decoration:none;transform:translateY(-1px);}
.awd-products-grid{display:flex;gap:16px;flex-wrap:nowrap;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;}
.awd-products-grid.has-slider{flex-wrap:nowrap;}
.awd-products-grid.no-slider{display:grid;grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));flex-wrap:wrap;}
.awd-product-card{background:white;border:1px solid #e5e7eb;border-radius:10px;padding:12px;cursor:pointer;transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);position:relative;overflow:hidden;flex:0 0 160px;min-width:160px;-webkit-transform:translateZ(0);transform:translateZ(0);}
.awd-view-all-card{background:linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);border:2px solid #3b82f6;border-radius:10px;padding:12px;cursor:pointer;transition:all 0.3s;position:relative;overflow:hidden;flex:0 0 160px;min-width:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#1e40af;}
.awd-view-all-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(59, 130, 246, 0.3);background:linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);}
.awd-view-all-icon{width:48px;height:48px;margin-bottom:8px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3b82f6;font-size:24px;font-weight:bold;}
.awd-view-all-text{font-size:13px;font-weight:600;text-align:center;line-height:1.3;}
.awd-view-all-count{font-size:11px;color:#64748b;margin-top:4px;}
.awd-product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg, #3b82f6, #8b5cf6);transform:translateY(-100%);transition:transform 0.3s;}
.awd-product-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,0.1);border-color:#dbeafe;}
.awd-product-card:hover::before{transform:translateY(0);}
.awd-product-image{width:100%;height:100px;object-fit:contain;margin-bottom:8px;border-radius:6px;}
.awd-product-name{font-size:13px;color:#374151;margin-bottom:6px;line-height:1.3;min-height:32px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.awd-product-price{font-size:15px;font-weight:600;color:#111827;}
.awd-product-price-ex{font-size:12px;color:#6b7280;margin-top:2px;}
.awd-product-oos-badge{position:absolute;top:8px;right:8px;background:#dc2626;color:#ffffff;font-size:10px;font-weight:700;letter-spacing:0.4px;text-transform:uppercase;padding:3px 7px;border-radius:4px;z-index:2;line-height:1.2;white-space:nowrap;box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);}
.awd-product-card.is-out-of-stock .awd-product-image{opacity:0.55;filter:grayscale(35%);}
.awd-product-card.is-out-of-stock .awd-product-price, .awd-product-card.is-out-of-stock .awd-product-price-ex{color:#9ca3af;}
.awd-help-articles{margin-top:24px;position:relative;}
.awd-help-articles .awd-products-slider{padding:0 45px;margin:0 -20px;}
@media screen and (max-width:768px){
.awd-help-articles .awd-products-slider{padding:0 0px;margin:0 -20px;touch-action:pan-x pinch-zoom;-webkit-overflow-scrolling:touch;}
.awd-help-articles .awd-products-track{touch-action:pan-x pinch-zoom;}
.woocommerce-products-header__title.page-title{text-align:center;font-size:22px;}
.search .breadcrumbs{display:none;}
.search #primary{padding:84px 0 0 0;}
.search .sidebar{display:none !important;}
.search .filters-top .filters-paging, .search .filters-top .awd-pagination-container{display:none !important;}
.search .filters-bottom .filters-paging, .search .filters-bottom .awd-pagination-container, .search .filters-bottom .woocommerce-pagination{display:block !important;visibility:visible !important;width:100% !important;}
.search .awd-pagination-container{text-align:center;margin:20px 0;}
.awd-dropdown.has-search-results .awd-quick-suggestions{display:none !important;}
.search .awd-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;padding:20px;margin:0;list-style:none;}
.search .awd-pagination-item{min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;background:#fff;color:#333;text-decoration:none;border-radius:6px;font-size:16px;font-weight:500;padding:8px;margin:4px;}
.search .awd-pagination-item:hover{background:#f5f5f5;}
.search .awd-pagination-item.current{background:#007cba;color:#fff;border-color:#007cba;}
}
.awd-help-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;}
.awd-help-icon{width:24px;height:24px;background:#f59e0b;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:bold;font-size:14px;}
.awd-help-title{font-size:16px;font-weight:600;color:#111827;margin-top:0;padding-bottom:0;}
.awd-articles-grid{display:flex;gap:16px;flex-wrap:nowrap;padding-bottom:4px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;}
.awd-articles-grid::-webkit-scrollbar{height:6px;}
.awd-articles-grid::-webkit-scrollbar-track{background:rgba(0,0,0,0.1);border-radius:3px;}
.awd-articles-grid::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.3);border-radius:3px;}
.awd-article-card{background:white;padding:12px;border-radius:10px;cursor:pointer;transition:all 0.3s;border:1px solid #e5e7eb;flex:0 0 160px;min-width:160px;text-align:center;position:relative;overflow:hidden;}
.awd-article-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;transform:translateY(-100%);transition:transform 0.3s;}
.awd-article-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(245, 158, 11, 0.2);border-color:#111827;}
.awd-article-card:hover::before{transform:translateY(0);}
.awd-article-image{width:100%;height:80px;object-fit:contain;margin-bottom:8px;border-radius:6px;padding:8px;}
.awd-article-title{font-size:13px;font-weight:500;color:#111827;line-height:1.3;min-height:32px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
@media(max-width:768px){
#awd_search_widget-2{transition:transform 0.3s ease-in-out;}
#awd_search_widget-2{width:100%;padding:0 20px;}
#awd_search_widget-2.hide-search{transform:translateY(-100%);}
.awd-dropdown-content{grid-template-columns:1fr;height:calc(100% - 140px);}
.awd-sidebar{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1001;padding:20px;overflow-y:auto;}
.awd-sidebar.mobile-open{display:block;animation:awd-slideIn 0.3s ease;}
@keyframes awd-slideIn {
from{transform:translateX(-100%);}
to{transform:translateX(0);}
}
.awd-main-content{padding:16px 0;overflow-y:auto;}
.awd-products-header{padding:0 0 0 20px;}
.awd-products-slider{padding:0;margin:0;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);}
.awd-slider-btn{display:none !important;}
.awd-products-grid.has-slider, .awd-articles-grid.has-slider{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-padding-left:16px;touch-action:pan-x pinch-zoom;gap:16px;padding:0 16px;}
.awd-products-grid.has-slider::-webkit-scrollbar, .awd-articles-grid.has-slider::-webkit-scrollbar{display:none;}
.awd-product-card{padding:10px;flex:0 0 140px;min-width:140px;}
.awd-product-image{height:80px;}
.awd-product-name{font-size:12px;min-height:28px;}
.awd-product-price{font-size:14px;}
.awd-help-articles{padding:16px 0;margin-top:20px;}
.awd-help-title{padding:0 16px;}
.awd-article-card{padding:12px;flex:0 0 140px;min-width:140px;}
.awd-view-all-card{flex:0 0 140px;min-width:140px;scroll-snap-align:start;}
.awd-mobile-categories-btn{position:fixed;bottom:20px;right:20px;background:#6366f1;color:white;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(99, 102, 241, 0.3);cursor:pointer;z-index:1000;transition:all 0.3s;}
.awd-mobile-categories-btn:hover{transform:scale(1.1);}
.awd-mobile-categories-btn svg{width:20px;height:20px;}
.awd-sidebar-close{display:block;position:absolute;top:16px;right:16px;background:white;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;padding:8px;}
.awd-sidebar-close svg{width:18px;height:18px;color:#6b7280;}
} @media(min-width:769px){
.awd-mobile-categories-btn{display:none;}
.awd-sidebar-close{display:none;}
} @media(min-width:1400px){
.awd-dropdown-content{grid-template-columns:280px 1fr;}
.awd-products-grid.no-slider{grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));}
.awd-articles-grid{grid-template-columns:repeat(3, 1fr);}
} .awd-dropdown::-webkit-scrollbar,
.awd-main-content::-webkit-scrollbar, .awd-sidebar::-webkit-scrollbar{width:6px;}
.awd-dropdown::-webkit-scrollbar-track, .awd-main-content::-webkit-scrollbar-track, .awd-sidebar::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px;}
.awd-dropdown::-webkit-scrollbar-thumb, .awd-main-content::-webkit-scrollbar-thumb, .awd-sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px;}
.awd-dropdown::-webkit-scrollbar-thumb:hover, .awd-main-content::-webkit-scrollbar-thumb:hover, .awd-sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af;}
.awd-view-all-desktop{display:inline-flex;}
.awd-view-all-mobile{display:none;}
.awd-view-all-container{display:none;padding:16px;text-align:center;border-top:1px solid #e5e7eb;margin-top:16px;}
@media(max-width:768px){
.awd-view-all-desktop{display:none;}
.awd-view-all-mobile{display:inline-flex;}
.awd-view-all-container{display:block;padding:8px 16px 20px;margin-top:12px;border-bottom:1px solid #e5e7eb;border-top:none;}
.awd-products-section{margin-bottom:10px;}
} div#awd_search_widget-3{width:800px;padding:0 0 0 40px;}
@media screen and (max-width:768px){
div#awd_search_widget-3{width:100%;padding:10px 15px;background:#fff;}
} .awd-loading{display:flex;justify-content:center;align-items:center;padding:40px;}
.awd-loading-spinner{width:32px;height:32px;border:3px solid #f3f4f6;border-top:3px solid #2563eb;border-radius:50%;animation:awd-spin 1s linear infinite;}
@keyframes awd-spin {
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
} .awd-results-container ul.products{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0 -8px;width:calc(100% + 16px);}
.awd-results-container ul.products li{padding:0 8px 16px;box-sizing:border-box;}
.awd-results-container ul.products.columns-4 li{width:25%;}
@media(max-width:1199px){
.awd-results-container ul.products.columns-4 li{width:33.333%;}
}
@media(max-width:991px){
.awd-results-container ul.products.columns-4 li{width:50%;}
}
@media(max-width:575px){
.awd-results-container ul.products.columns-4 li{width:50%;}
} .awd-results-main{overflow:visible;width:100%;}
.awd-results-container{overflow:visible;width:100%;}
.awd-results-container .product-line-inner{width:100%;box-sizing:border-box;}
.filters-sorting{display:flex;align-items:center;gap:12px;}
.awd-filter-btn{display:none;align-items:center;gap:8px;background:#007cba;border:1px solid #007cba;padding:12px 16px;border-radius:4px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all 0.3s ease;white-space:nowrap;}
.awd-filter-btn:hover{border-color:#999;background:#f9f9f9;}
.awd-filter-btn svg{width:16px;height:16px;}
@media(max-width:768px){
.awd-filter-btn{display:flex;width:50%;}
.woocommerce-ordering{width:50%;}
.awd-results-main{border-top:1px solid #a4a4a4;clear:both;padding:15px 0 0 0;}
} .awd-filter-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000000000 !important;display:none;opacity:0;transition:opacity 0.3s ease;overflow:hidden;}
.awd-filter-modal.active{display:block;opacity:1;}
.awd-filter-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.5);}
.awd-filter-modal-content{position:absolute;bottom:0;left:0;right:0;background:#fff;border-radius:12px 12px 0 0;max-height:80vh;display:flex;flex-direction:column;transform:translateY(100%);transition:transform 0.3s ease;}
.awd-filter-modal.active .awd-filter-modal-content{transform:translateY(0);}
.awd-filter-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 10px;border-bottom:1px solid #e5e5e5;}
.awd-filter-modal-header h2{margin:0;font-size:20px;font-weight:700;color:#333;}
.awd-filter-modal-close{background:none;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:background-color 0.2s ease;}
.awd-filter-modal-close:hover{background:#f5f5f5;}
.awd-filter-modal-close svg{width:24px;height:24px;}
.awd-filter-modal-body{flex:1;overflow-y:auto;padding:20px;max-height:calc(80vh - 140px);}
.awd-filter-group{margin-bottom:32px;border-bottom:1px solid #f0f0f0;padding-bottom:24px;}
.awd-filter-group:last-child{border-bottom:none;margin-bottom:0;}
.awd-filter-group h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#333;}
.awd-filter-search{margin-bottom:16px;}
.awd-filter-search-input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#f9f9f9;transition:border-color 0.2s ease;}
.awd-filter-search-input:focus{outline:none;border-color:#007cba;background:#fff;}
.awd-price-range-wrapper-modal{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.awd-price-range-wrapper-modal input[type="number"]{width:78px;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;}
.awd-price-range-wrapper-modal span{font-size:14px;color:#666;}
.awd-apply-price-filter{padding:8px 16px !important;font-size:14px;border-radius:4px;}
.awd-filter-options{display:flex;flex-direction:column;gap:12px;overflow:visible !important;max-height:none !important;height:auto !important;}
.awd-filter-option label{font-weight:normal;}
.awd-filter-checkbox{display:flex;align-items:center;cursor:pointer;font-size:14px;line-height:1.4;color:#333;padding:4px 0;position:relative;}
.awd-filter-checkbox input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}
.awd-filter-checkbox .awd-checkmark{width:20px;height:20px;background:#fff;border:2px solid #ddd;border-radius:3px;margin-right:12px;position:relative;transition:all 0.2s ease;flex-shrink:0;}
.awd-filter-checkbox:hover .awd-checkmark{border-color:#007cba;}
.awd-filter-checkbox input[type="checkbox"]:checked ~ .awd-checkmark{background:#007cba;border-color:#007cba;}
.awd-filter-checkbox .awd-checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);}
.awd-filter-checkbox input[type="checkbox"]:checked ~ .awd-checkmark:after{display:block;}
.awd-filter-checkbox .awd-count{color:#666;font-size:13px;margin-left:4px;}
.awd-filter-modal-footer{padding:20px;border-top:1px solid #e5e5e5;display:flex;gap:12px;}
.awd-filter-btn-secondary, .awd-filter-btn-primary{flex:1;padding:14px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s ease;border:none;}
.awd-filter-btn-secondary{background:#f5f5f5;color:#333;}
.awd-filter-btn-secondary:hover{background:#e8e8e8;}
.awd-filter-btn-primary{background:#007cba;color:#fff;}
.awd-filter-btn-primary:hover{background:#005a8a;}
body.awd-modal-open{overflow:hidden;}
.awd-filter-modal:not(:first-of-type){display:none !important;}
@media(max-width:768px){
.awd-filter-modal{z-index:1000000000 !important;display:none !important;}
.awd-filter-modal.active{display:block !important;opacity:1 !important;visibility:visible !important;}
.awd-filter-modal-content{position:fixed !important;bottom:0 !important;left:0 !important;right:0 !important;width:100% !important;transform:translateY(100%) !important;transition:transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;}
.awd-filter-modal.active .awd-filter-modal-content{transform:translateY(0) !important;}
body.awd-modal-open{overflow:hidden !important;position:fixed !important;width:100% !important;}
} @media(min-width:769px){
.awd-filter-modal-content{position:relative;bottom:auto;left:50%;top:50%;right:auto;transform:translate(-50%, -50%) scale(0.9);max-width:600px;max-height:80vh;border-radius:12px;box-shadow:0 20px 40px rgba(0, 0, 0, 0.1);}
.awd-filter-modal.active .awd-filter-modal-content{transform:translate(-50%, -50%) scale(1);}
} .awd-filter-accordion{border-bottom:1px solid #e5e7eb;margin-bottom:8px;}
.awd-filter-accordion:last-child{border-bottom:none;margin-bottom:0;}
.awd-filter-accordion-header{display:flex;align-items:center;justify-content:space-between;padding:16px 0;cursor:pointer;user-select:none;transition:all 0.2s ease;pointer-events:auto !important;position:relative;z-index:10;}
.awd-filter-accordion-header:hover{background-color:#f9fafb;border-radius:8px;margin:0 -8px;padding:16px 8px;}
.awd-filter-accordion-header h3{margin:0;font-size:16px;font-weight:600;color:#374151;}
.awd-accordion-arrow{transition:transform 0.2s ease;color:#6b7280;}
.awd-filter-accordion-open .awd-accordion-arrow{transform:rotate(180deg);}
.awd-filter-accordion-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease;padding:0;}
.awd-filter-accordion-open .awd-filter-accordion-content{max-height:600px;padding-bottom:16px;}
.awd-filter-options-container{width:100%;overflow:visible;}
.awd-show-more-btn{background:none;border:none;color:#2563eb;font-size:14px;font-weight:500;padding:8px 0;cursor:pointer;transition:color 0.2s ease;width:100%;text-align:left;}
.awd-show-more-btn:hover{color:#1d4ed8;text-decoration:underline;}
.awd-filter-checkbox.awd-hidden-by-js{display:none !important;}
.awd-filter-checkbox.awd-shown-by-js{display:flex !important;}
@media(max-width:768px){
.awd-filter-modal-content{height:95vh !important;max-height:95vh !important;}
.awd-filter-modal-body{max-height:calc(95vh - 140px) !important;overflow-y:auto !important;}
} .awd-desktop-accordion{margin-bottom:16px;}
.awd-desktop-accordion:last-child{border-bottom:none;margin-bottom:0;}
.awd-desktop-accordion-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer;user-select:none;transition:all 0.2s ease;}
.awd-desktop-accordion-header:hover{background-color:#f9fafb;border-radius:6px;margin:0 -8px;padding:12px 8px;}
.awd-desktop-accordion-header h3{margin:0;font-size:16px;font-weight:600;color:#374151;}
.awd-desktop-accordion-arrow{transition:transform 0.2s ease;color:#6b7280;}
.awd-desktop-accordion-open .awd-desktop-accordion-arrow{transform:rotate(180deg);}
.awd-desktop-accordion-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease;padding:0;}
.awd-desktop-accordion-open .awd-desktop-accordion-content{max-height:500px;padding-bottom:12px;}
.awd-desktop-show-more-btn{background:none;border:none;color:#2563eb;font-size:14px;font-weight:500;padding:8px 0;cursor:pointer;transition:color 0.2s ease;width:100%;text-align:left;}
.awd-desktop-show-more-btn:hover{color:#1d4ed8;text-decoration:underline;}
.price-on-application{color:#666;font-style:italic;font-weight:500;font-size:14px;}
.btn-view{background-color:#00951f !important;border-color:#00951f !important;color:white !important;}
.btn-view:hover{background-color:#005712 !important;border-color:#005712 !important;color:white !important;}
.btn-out-of-stock{background-color:#999 !important;border-color:#999 !important;color:white !important;cursor:not-allowed !important;pointer-events:none !important;opacity:0.7 !important;}
.btn-out-of-stock:hover{background-color:#999 !important;border-color:#999 !important;color:white !important;}
.btn-request-price{background-color:#00951f !important;border-color:#00951f !important;color:white !important;}
.btn-request-price:hover{background-color:#005712 !important;border-color:#005712 !important;color:white !important;}
.awd-search-section{background-color:#f5f5f5;border-radius:8px;padding:24px;margin:0 0 26px 0;}
.awd-search-input-container{position:relative;margin-bottom:12px;max-width:600px;}
.awd-search-input-refine{width:100%;padding:12px 56px 12px 16px;border:2px solid #ddd;border-radius:6px;font-size:15px;line-height:1.4;transition:border-color 0.2s ease;background-color:white;}
.awd-search-input-refine:focus{outline:none;border-color:#0073aa;}
.awd-search-button-refine{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:10px 14px;background-color:#e21902;border:none;border-radius:4px;color:white;cursor:pointer;transition:background-color 0.2s ease;}
.awd-search-button-refine:hover{background-color:#c41702;}
.awd-search-button-refine svg{width:20px;height:20px;}
@media(max-width:768px){
.awd-search-section{display:none;}
} .awd-recent-searches-pills{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;}
.awd-search-section .awd-recent-searches-pills{margin:0;}
.awd-recent-searches-label{font-size:14px;font-weight:600;color:#333;margin-right:4px;white-space:nowrap;}
.awd-recent-search-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 7px 6px 14px;background-color:#0073aa;color:white;border-radius:20px;font-size:13px;line-height:1.4;cursor:pointer;transition:all 0.2s ease;user-select:none;border:none;white-space:nowrap;}
.awd-recent-search-pill:hover{background-color:#005a87;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0, 115, 170, 0.3);}
.awd-pill-remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:4px;padding:0;background:rgba(255, 255, 255, 0.2);border:none;border-radius:50%;color:white;font-size:16px;line-height:1;cursor:pointer;transition:all 0.2s ease;}
.awd-pill-remove:hover{background:rgba(255, 255, 255, 0.4);transform:scale(1.1);}
@media(max-width:768px){
.awd-recent-searches-pills{gap:6px;}
.awd-recent-searches-label{width:100%;}
.awd-recent-search-pill{padding:6px 7px 7px 14px;font-size:12px;}
.awd-pill-remove{width:16px;height:16px;font-size:14px;}
.awd-recent-searches-section{padding:12px 16px;}
} @keyframes pillFadeIn {
from{opacity:0;transform:translateY(-5px);}
to{opacity:1;transform:translateY(0);}
}
.awd-recent-search-pill {
animation: pillFadeIn 0.3s ease;
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//www.weldingandwelder.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}
.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - var(--wp-admin--admin-bar--height,0px));top:var(--wp-admin--admin-bar--height,0)}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//www.weldingandwelder.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//www.weldingandwelder.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//www.weldingandwelder.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}#heateor_sssp_error{color:red;margin:7px 0}#heateor_sssp_sharing_more_providers .filter svg{position:absolute;left:16px;top:18px}div.heateor_sssp_sharing_ul a:link,div.heateor_sssp_sharing_ul a:focus{text-decoration:none;background:transparent!important}.heateor_sssp_login_container{margin:2px 0}.heateor_sssp_login_container img,.heateor_sssp_sharing_container img{cursor:pointer;margin:2px;border:none}.heateor_sssp_login_container img{display:none;float:left}#heateor_sssp_loading_image{display:block!important;float:none}.heateor_sssp_error{background-color:#ffffe0;border:1px solid #e6db55;padding:5px;margin:10px}#heateor_sssp_popup_sharing_bg{background:url(//www.weldingandwelder.com/wp-content/plugins/sassy-social-share-pro/images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#heateor_sssp_sharing_more_providers{position:fixed;top:50%;left:47%;background:#fafafa;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#heateor_sssp_popup_sharing_providers{position:fixed;top:50%;left:47%;background:#fafafa;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;position:fixed;top:67%;left:47%;background:#fafafa;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;padding:0 0 9px 13px}#heateor_sssp_popup_bg,#heateor_sssp_mastodon_popup_bg{background:url(//www.weldingandwelder.com/wp-content/plugins/sassy-social-share-pro/images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#heateor_sssp_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58b8f8!important;border-bottom:1px solid #d7d7d7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#heateor_sssp_sharing_more_providers *,#heateor_sssp_popup_sharing_providers *{font-family:Arial,Helvetica,sans-serif}#heateor_sssp_sharing_more_providers .filter,#heateor_sssp_popup_sharing_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#heateor_sssp_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#heateor_sssp_popup_sharing_providers .all-services{clear:both;overflow:auto}#heateor_sssp_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#heateor_sssp_sharing_more_content .all-services ul li{padding:0;margin:0 0 0 5px;background:0 0!important;float:left;width:24.1%;text-align:left!important}#heateor_sssp_sharing_more_providers #heateor_sssp_sharing_more_content{background:#fafafa;border-radius:4px;color:#555;height:auto;width:100%}#heateor_sssp_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#heateor_sssp_sharing_more_providers .close-button img,#heateor_sssp_popup_sharing_providers .close-button img{margin:0}#heateor_sssp_sharing_more_providers .close-button.separated,#heateor_sssp_popup_sharing_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#heateor_sssp_sharing_more_providers .close-button,#heateor_sssp_popup_sharing_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-16px;top:-16px}#heateor_sssp_sharing_more_providers .filter input.search,#heateor_sssp_popup_sharing_providers .filter input.search{width:96%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 11px;padding:5px 8px 5px 27px!important;border:1px solid #ccc!important;color:#000;background:#fff!important;font-size:16px!important;text-align:left!important;max-width:-webkit-fill-available;line-height:1}#heateor_sssp_sharing_more_providers .footer-panel,#heateor_sssp_popup_sharing_providers .footer-panel{background:#fff;border-top:1px solid #d7d7d7;padding:6px 0;width:100%;color:#fff}#heateor_sssp_sharing_more_providers .footer-panel p,#heateor_sssp_popup_sharing_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#heateor_sssp_sharing_more_providers .footer-panel a,#heateor_sssp_popup_sharing_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#heateor_sssp_sharing_more_providers .all-services ul li a span{width:51%}#heateor_sssp_sharing_more_providers .all-services ul li a,#heateor_sssp_popup_sharing_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:12px;height:auto;line-height:20px;overflow:hidden;padding:8px 8px 8px 1px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.heateor_sssp_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58b8f8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.heateor_sssp_share_count,.heateor_sssp_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.heateor_sssp_follow_ul{list-style:none!important;padding-left:0!important}.heateorSsspXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.heateorSsspFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.heateorSsspLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.heateorSsspInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.heateorSsspLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.heateorSsspTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.heateorSsspVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.heateor_sssp_follow_ul,div.heateor_sssp_sharing_ul{margin:1px 0!important}#heateor_sssp_mastodon_popup_close img,#heateor_sssp_sharing_popup_close img{opacity:1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.heateor_sssp_follow_ul li.heateorSsspSharingRound{background:0 0!important}.heateor_sssp_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style:normal;font-size:.55em;visibility:hidden}div.heateor_sssp_follow_ul a,div.heateor_sssp_sharing_ul a{float:left;padding:0!important;list-style:none!important;border:none!important;margin:2px}ul.heateor_sssp_follow_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important;clear:none!important}div.heateor_sssp_standard_follow_icons_container .heateorSsspSharing,div.heateor_sssp_standard_follow_icons_container .heateorSsspSharingButton{display:block;cursor:pointer;margin:2px}ul.heateor_sssp_follow_ul li:before{content:none!important}ul.heateor_sssp_follow_ul li{width:auto}.heateor_sssp_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}div.heateor_sssp_horizontal_counter a.heateor_sssp_facebook_share,div.heateor_sssp_horizontal_sharing a.heateor_sssp_facebook_share{width:96px}a.heateor_sssp_facebook_like .fb-like span,a.heateor_sssp_facebook_recommend .fb-like span,a.heateor_sssp_facebook_share .fb-share-button span{vertical-align:top!important}a.heateor_sssp_facebook_like .fb-like span iframe,a.heateor_sssp_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}.heateor_sssp_counter_container li{height:21px}.heateorSsspTCBackground,.heateorSsspTCBackground:hover{border-width:0!important;background-color:transparent}.heateorSsspSharingSvg{width:100%;height:100%}.heateorSsspTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden}.heateorSsspSharing,.heateorSsspSharingButton{display:block;cursor:pointer;margin:2px}.heateorSsspSharing{float:left;border:none}.heateorSsspSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.heateorSsspPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSsspPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSsspCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0 !important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}div.heateorSsspTotalShareCount{word-wrap:normal!important;font-weight:bolder;font-family:sans-serif;padding:0;margin:0;text-align:center}div.heateorSsspTotalShareText{word-wrap:normal!important;margin:0;padding:0;text-align:center}div.heateor_sssp_horizontal_sharing li{width:auto}div.heateor_sssp_horizontal_sharing a.heateor_sssp_facebook_like{width:91px}div.heateor_sssp_horizontal_sharing a.heateor_sssp_facebook_recommend{width:145px}div.heateor_sssp_horizontal_sharing a.heateor_sssp_twitter_tweet{width:95px}div.heateor_sssp_horizontal_sharing a.heateor_sssp_linkedin_share span{vertical-align:text-top!important}div.heateor_sssp_horizontal_sharing a.heateor_sssp_linkedin_share{width:96px}div.heateor_sssp_horizontal_sharing a.heateor_sssp_buffer_share{width:108px}div.heateor_sssp_horizontal_sharing a.heateor_sssp_reddit_badge{width:130px}div.heateor_sssp_horizontal_sharing a.heateor_sssp_yummly_share{width:106px}div.heateor_sssp_horizontal_sharing a.heateor_sssp_pinterest_pin{width:76px}div.heateor_sssp_horizontal_sharing a.heateor_sssp_xing{width:98px}.heateor_sssp_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}.heateorSsspClear{clear:both}div.course_instructor_widget .heateor_sssp_vertical_sharing{display:none!important}@media screen and (max-width:783px){#heateor_sssp_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#heateor_sssp_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92.8%}}@media screen and (max-width:752px){#heateor_sssp_sharing_more_content .all-services ul li{width:32.1%}}@media screen and (max-width:590px){#heateor_sssp_sharing_more_content .all-services ul li{width:48.1%}#heateor_sssp_sharing_more_providers .filter input.search{width:93%}}@media screen and (max-width:413px){#heateor_sssp_sharing_more_content .all-services ul li{width:100%}}.heateor-sssp-click-to-tweet{display:block;background-color:#fff;position:relative;border:1px solid #ddd;-moz-border-radius:4px;border-radius:4px;padding:15px 15px 15px 30px;margin-bottom:1em;margin-top:1.75em}.heateor-sssp-click-to-tweet:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.heateor-sssp-click-to-tweet .mce-content-body{position:relative;color:#000!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;font-size:1.5em;line-height:140%;font-weight:100;text-decoration:none!important;text-transform:none!important;word-wrap:break-word;border-bottom:none!important;box-shadow:none!important}.heateor-sssp-ctt-text a{padding:15px 0;margin:15px 0;position:relative;color:#000!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;font-size:1.5em;line-height:140%;font-weight:100;text-decoration:none!important;text-transform:none!important;word-wrap:break-word;border-bottom:none!important;box-shadow:none!important}.heateor-sssp-ctt-text a:hover{text-decoration:none;color:#999!important}a.heateor-sssp-ctt-btn{border-bottom:none!important;margin:0;padding:11px 24px 0 0;position:relative;display:block;text-transform:uppercase;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;font-size:.7em;font-weight:700;color:#999!important;float:right;text-decoration:none!important;box-shadow:none!important}.heateor-sssp-ctt-btn:hover{text-decoration:none;color:#666!important}div.heateor_sssp_sharing_container a:before,div.heateor_sssp_follow_icons_container a:before{content:none}.heateorSsspSharing a{text-decoration:none!important}.heateor_sssp_mastodon_popup_button{background:linear-gradient(#ec1b23,#d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:4px auto;font-weight:bolder;width:35%;cursor:pointer;border-bottom-style:groove;border-bottom-width:5px;border-bottom-color: rgb(0,0,0,.2)}