芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/sthwholesaler.com/wp-content/themes/porto/style.php
@media (min-width: 768px) { { max-width: px; } } @media (min-width: 992px) { { max-width: px; } } @media (min-width: px) { { max-width: px; } } @media (min-width: 768px) { { max-width: px; } } @media (min-width: 992px) { { max-width: px; } .container { max-width: px; } } @media (min-width: px) { { max-width: px; } .container { max-width: px; } } hexToRGB( $bg_color ) . ',' . $opacity . ');'; } } } if ( $dark ) { $color_dark = $b['color-dark']; } else { $color_dark = '#222529'; } $color_dark_inverse = '#fff'; $color_dark_1 = $color_dark; $color_dark_2 = $porto_color_lib->lighten( $color_dark_1, 2 ); $color_dark_3 = $porto_color_lib->lighten( $color_dark_1, 5 ); $color_dark_4 = $porto_color_lib->lighten( $color_dark_1, 8 ); $color_dark_5 = $porto_color_lib->lighten( $color_dark_1, 3 ); $color_darken_1 = $porto_color_lib->darken( $color_dark_1, 2 ); $dark_bg = $color_dark; $dark_default_text = '#808697'; if ( $dark ) { $color_price = '#eee'; $widget_bg_color = $color_dark_3; $widget_title_bg_color = $color_dark_4; $widget_border_color = 'transparent'; $image_border_color = $color_dark_4; $color_widget_title = '#fff'; $price_slide_bg_color = $color_dark; $panel_default_border = $color_dark_3; } else { $color_price = '#444'; $widget_bg_color = '#fbfbfb'; $widget_title_bg_color = '#f5f5f5'; $widget_border_color = '#ddd'; $image_border_color = '#ddd'; $color_widget_title = '#313131'; $price_slide_bg_color = '#eee'; $panel_default_border = '#ddd'; } $screen_large = '(max-width: ' . ( $b['container-width'] + $b['grid-gutter-width'] - 1 ) . 'px)'; $input_lists = 'input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"]'; if ( isset( $b['container-width'] ) && (int) $b['container-width'] >= 1360 ) { $xxl = (int) $b['container-width']; } else { $xxl = 1360; } $header_bg_empty = ( empty( $b['header-bg']['background-color'] ) || 'transparent' == $b['header-bg']['background-color'] ) && ( empty( $b['header-bg']['background-image'] ) || 'none' == $b['header-bg']['background-image'] ); $breadcrumb_bg_empty = ( empty( $b['breadcrumbs-bg']['background-color'] ) || 'transparent' == $b['breadcrumbs-bg']['background-color'] ) && ( empty( $b['breadcrumbs-bg']['background-image'] ) || 'none' == $b['breadcrumbs-bg']['background-image'] ); $content_bg_empty = ( empty( $b['content-bg']['background-color'] ) || 'transparent' == $b['content-bg']['background-color'] ) && ( empty( $b['content-bg']['background-image'] ) || 'none' == $b['content-bg']['background-image'] ); $footer_bg_empty = ( empty( $b['footer-bg']['background-color'] ) || 'transparent' == $b['footer-bg']['background-color'] ) && ( empty( $b['footer-bg']['background-image'] ) || 'none' == $b['footer-bg']['background-image'] ); /* base */ $fonts_settings = array( 'paragraph' => 'p, .porto-u-sub-heading', 'footer' => '.footer', 'footer-heading' => '.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer .widget-title, .footer .widget-title a, .footer-top .widget-title', ); foreach ( $fonts_settings as $key => $selector ) { $css = array(); if ( isset( $porto_settings[ $key . '-font' ] ) && ! empty( $porto_settings[ $key . '-font' ]['font-family'] ) ) { $css[] = 'font-family:' . sanitize_text_field( $porto_settings[ $key . '-font' ]['font-family'] ) . ', sans-serif'; } if ( ! empty( $b[ $key . '-font' ]['font-weight'] ) ) { $css[] = 'font-weight:' . esc_html( $b[ $key . '-font' ]['font-weight'] ); } if ( ! empty( $b[ $key . '-font' ]['font-size'] ) ) { $css[] = 'font-size:' . esc_html( $b[ $key . '-font' ]['font-size'] ); } if ( ! empty( $b[ $key . '-font' ]['line-height'] ) ) { $css[] = 'line-height:' . esc_html( $b[ $key . '-font' ]['line-height'] ); } if ( ! empty( $b[ $key . '-font' ]['letter-spacing'] ) ) { $css[] = 'letter-spacing:' . esc_html( $b[ $key . '-font' ]['letter-spacing'] ); } if ( ! empty( $b[ $key . '-font' ]['color'] ) ) { $css[] = 'color:' . esc_html( $b[ $key . '-font' ]['color'] ); } if ( ! empty( $b[ $key . '-font' ]['font-style'] ) ) { $css[] = 'font-style:' . esc_html( $b[ $key . '-font' ]['font-style'] ); } if ( ! empty( $css ) ) { echo esc_html( $selector ) . '{' . implode( ';', $css ) . '}'; } } $font_family_settings = array( 'custom1' => '.custom-font1', 'custom2' => '.custom-font2', 'custom3' => '.custom-font3', ); foreach ( $font_family_settings as $key => $selector ) { if ( ! empty( $b[ $key . '-font' ]['font-family'] ) ) { echo esc_html( $selector ) . '{font-family:' . sanitize_text_field( $b[ $key . '-font' ]['font-family'] ) . ', sans-serif}'; } } ?> /*-------------------- plugins -------------------- */ .uni-cpo-calculate-btn { height: 3rem; margin: 0 0.5rem 0.375rem 0; padding: 0 25px; line-height: 3rem; outline: none !important; } .uni-cpo-calculate-btn i { margin-: 10px; } /*------------------ general ---------------------- */ .container-fluid .top-row.vc_column-gap-35 { padding-left: 0; padding-right: 0; } /*------------------ header ---------------------- */ .header-bottom { min-height: px } .header-top > .container, .header-top > .container-fluid { min-height: px } /* menu */ #header .header-top .top-links > li.menu-item:first-child > a { padding-: 0; } #header .porto-view-switcher:first-child > li.menu-item:first-child > a { padding-: 0; } #header .porto-view-switcher > li.menu-item:hover > a, #header .porto-view-switcher > li.menu-item > a.active { color: ; background: } #header .header-top + .header-main { border-top: solid ; } .header-top + .header-main .menu-hover-line > li.menu-item > a:before { height: ; top: -; } #header.sticky-header .header-main.change-logo .header-left, #header.sticky-header .header-main.change-logo .header-center, #header.sticky-header .header-main.change-logo .header-right { padding-top: 0; padding-bottom: 0; } .header-main:first-child .menu-hover-line > li.menu-item > a:before { height: ; top: -; } .mega-menu.menu-hover-underline > li.menu-item > a:before { margin-left: ; margin-right: ; } @media { .mega-menu.menu-hover-underline > li.menu-item > a:before { margin-left: ; margin-right: ; } } /* search form */ #header .reveal-search-layout .searchform-fields { padding: 0 px; } #header .reveal-search-layout input { border-bottom-color: ; } #header .reveal-search-layout .button-wrap { : px; } #header .reveal-search-layout .btn-close-search-form { } #header .overlay-search-layout .selectric-cat, #header .overlay-search-layout .text, #header .overlay-search-layout .button-wrap { border-bottom: 2px solid ; } #header .overlay-search-layout .btn-close-search-form { } #header .large-search-layout .search-toggle:after { border-bottom-color: ; } @media (max-width: 991px) { #header.sticky-header .large-search-layout .searchform, #header.sticky-header .advanced-search-layout .searchform { border-color: !important; } } #header.sticky-header .large-search-layout .search-toggle:after, #header.sticky-header .advanced-search-layout .search-toggle:after { border-bottom-color: !important; } #header.sticky-header .large-search-layout .searchform { border-color: !important; } .searchform .live-search-list .autocomplete-suggestions::-webkit-scrollbar { width: 5px; } .searchform .live-search-list .autocomplete-suggestions::-webkit-scrollbar-thumb { border-radius: 0px; background: ; } .live-search-list .autocomplete-suggestion .search-price { color: isColorDark( $b['searchform-bg-color'] ) ? 'rgba(255, 255, 255, .7)' : $color_dark ); ?>; font-weight: 600; } @media (min-width: 768px) and { #header .searchform input { width: 318px; } #header .searchform.searchform-cats input { width: 190px; } } #header .searchform input { width: 298px; } #header .searchform.searchform-cats input { width: 170px; } @media { #header .searchform input { width: 240px; } #header .searchform.searchform-cats input { width: 112px; } } @media (min-width: 992px) { #header .searchform input, #header .searchform.searchform-cats input { width: 140px; } } /* header type */ #header .mobile-toggle + * { margin-: 0; } @media (min-width: 992px) { #header.header-loaded .header-main { transition: none; } #header .header-main .logo img { transition: none; -webkit-transform: scale(1); transform: scale(1); } #header.sticky-header .menu-right > *:not(:first-child), #header.sticky-header .menu-right .header-contact > *:not(:first-child) { margin-: 0.875rem; } } /* mini cart */ .header-right .header-minicart > *:not(:first-child), .header-main .header-right > div > *:not(:first-child), .header-main .header-contact > *:not(:first-child) { margin-: 0.875rem; } #mini-cart .minicart-icon-default { border: 2px solid; border-radius: 0 0 5px 5px; width: 14px; height: 11px; position: relative; margin: 5px 3px 1px; } #mini-cart .minicart-icon-default:before { content: ""; position: absolute; width: 8px; height: 9px; border: 2px solid; border-bottom: none; border-radius: 4px 4px 0 0; left: 1px; top: -7px; margin: 0 } @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { #mini-cart .cart-head { height: 30px } } #mini-cart .cart_list::-webkit-scrollbar-thumb, .wishlist-offcanvas .wishlist-popup::-webkit-scrollbar-thumb, .minicart-offcanvas .widget_shopping_cart_content::-webkit-scrollbar-thumb { border-radius: 3px; background: ; } /* shop header type */ #header .header-top .header-contact { margin-: 0; border-: none; padding-: 0; } @media (max-width: 360px) { #header .header-contact { display: none; } } @media (max-width: 991px) { #header .header-contact { display: none; } } @media (max-width: 767px) { #header:not(.header-builder) .header-top { display: flex; } #header:not(.header-builder) .switcher-wrap { display: inline-block; } } = 2 ) : ?> .mega-menu .menu-item .popup { box-shadow: 0 6px 25px rgba(0, 0, 0, .2); } .sidebar-menu .menu-item .popup { box-shadow: 0 6px 25px rgba(0, 0, 0, .2); } .page-header-8 { padding: 1.25rem 0; } .woocommerce-cart .main-content, .woocommerce-checkout .main-content { padding-top: 5px; } .page-header-8 .breadcrumb { margin-bottom: 0; justify-content: center; background: none; } .page-header-8 li { line-height: 3.521875rem; } .page-header-8 li a { color: ; font-family: 'Poppins', , sans-serif; text-decoration: none; font-size: 1.25rem; font-weight: 700; letter-spacing: -.03em; transition: opacity .3s; vertical-align: middle; } .page-header-8 li.disable a { pointer-events: none; } .page-header-8 li .delimiter.delimiter-2 { color: ; font-size: 1.875rem; font-weight: 700; margin: 0 1.2rem; float: ; } .page-header-8 li.current~li a, .page-header-8 li.current~li .delimiter { opacity: .5; } .page-header-8 li.current a, .page-header-8 li:not(.disable) a:hover { color: var(--porto-primary-color); opacity: 1; } .mega-menu > li.has-sub:before, .mega-menu > li.has-sub:after { content: ''; position: absolute; bottom: -1px; z-index: 112; opacity: 0; : 50%; border: solid transparent; height: 0; width: 0; pointer-events: none; } .mega-menu > li.has-sub:before { bottom: 0; } .mega-menu > li.sub-ready:hover:before, .mega-menu > li.sub-ready:hover:after { opacity: 1; } .mega-menu > li.has-sub:before { border-bottom-color: ; border-width: 10px; margin-: -10px; } .mega-menu > li.has-sub:after { border-bottom-color: ; border-width: 9px; margin-: -9px; } .mega-menu.show-arrow > li.has-sub:before { margin-: -14px; } .mega-menu.show-arrow > li.has-sub:after { margin-: -13px; } /* menu effect down */ .mega-menu > li.has-sub:before, .mega-menu > li.has-sub:after { bottom: 3px; transition: bottom .2s ease-out; } .mega-menu > li.has-sub:before { bottom: 4px; } .mega-menu > li.has-sub:hover:before { bottom: -1px; } .mega-menu > li.has-sub:hover:after { bottom: -2px; } /* end menu effect down */ .mega-menu .wide .popup, .mega-menu .narrow ul.sub-menu { box-shadow: 0 9px 30px 10px rgba(0, 0, 0, 0.1) } #header .header-minicart { white-space: nowrap; } @media (max-width: 991px) { #header .header-main .header-center { flex: 1; justify-content: flex-end; } } #header .mobile-toggle { padding-left: 11px; padding-right: 11px; } #header .header-top .porto-view-switcher .narrow .inner > ul.sub-menu { border: 1px solid } #header .header-top .porto-view-switcher > li.has-sub:before { border-bottom-color: } .mega-menu > li.menu-item { margin-: 2px; } #header.sticky-header .main-menu { background: none; } .header-top .share-links a { border-radius: 50%; width: 2em; height: 2em; margin: 0; } .header-top .share-links a:not(:hover) { background: none; } #header .mobile-toggle { margin-: .25rem;} .header-top .share-links a:not(:hover) { color: ; } @media (min-width: 992px) { #header .header-main .header-center { text-align: ; } #header .searchform-popup .search-toggle { font-size: 15px; } } #header.sticky-header .header-main > .container { display: flex; align-items: center; } #header.sticky-header .header-main .header-center { flex: 1; } #header.sticky-header .header-main .header-right { width: auto; } #header .header-main .mega-menu { position: relative; padding-: 10px; margin-: .5rem; vertical-align: middle; } @media (min-width: 992px) { #header .header-main .mega-menu { display: inline-flex; } } #header:not(.sticky-header) .header-main .mega-menu:after { content: ''; position: absolute; height: 24px; top: 50%; : 0; transform: translateY( -50% ); border-: 1px solid #dde0e2; } #header.sticky-header .header-main.change-logo .container > div { padding-top: 0; padding-bottom: 0; } #header .header-main .mega-menu > li.has-sub:before { border-bottom-color: #f0f0f0; } #header .searchform-popup .search-toggle { margin: 0 .5rem; } #header .searchform-popup .search-toggle { font-size: 20px; line-height: 40px; } #nav-panel .mega-menu>li.menu-item { float: none; } #nav-panel .menu-custom-block { margin-top: 0; margin-bottom: 0; } #header .header-right .menu-custom-block { display: inline-block; } @media (max-width: 991px) { #header .header-right .menu-custom-block { display: none; } } #header .search-toggle .search-text { display: inline-block; } #header .header-top .searchform-popup { margin-: .5rem; } .mega-menu > li.has-sub:before { border-bottom-color: #f0f0f0; } #header .mobile-toggle { margin-: 0; } #header .mobile-toggle { margin-: .5rem; } @media (max-width: 991px) { #header .searchform-popup { display: none; } #header .mobile-toggle { padding-: 0 } } @media (max-width: 991px) { #header .header-main .header-left, #header .header-main .header-center { display: inline-block; } } #header { border-bottom: 1px solid rgba(138, 137, 132, 0.5) !important; } #header .header-main .header-right { width: 275px; white-space: nowrap; text-align: ; } #header .header-main .header-center { width: 1%; white-space: nowrap; } #header .header-main .header-left, #header .header-main .header-right, #header .header-main .header-center { padding: 0 !important; border-: 1px solid rgba(138, 137, 132, 0.5); } #header .header-main .header-center > div { padding-left: 20px; padding-right: 20px; } #header .header-main .header-right-bottom { padding-left: 15px; padding-right: 15px; } #header .header-main .header-center-top, #header .header-main .header-right-top { border-bottom: 1px solid rgba(138, 137, 132, 0.5); } #header .header-main .header-right > div, #header .header-main .header-center > div { height: 50px; display: flex; align-items: center; } #header .header-main .header-center > div { justify-content: flex-end } #header .header-main .header-right > div { justify-content: center } #header.sticky-header .header-main .header-center-top, #header.sticky-header .header-main .header-right-top { display: none; } #header .header-main #main-menu { display: block; } #header .main-menu { text-align: inherit; white-space: nowrap; flex-wrap: nowrap; } .mega-menu>li.menu-item { display: inline-block; float: none; } #header .porto-view-switcher { margin-: 15px; } #header.header-6 .porto-view-switcher > li.menu-item > a { background: none; } #header .porto-view-switcher > li.menu-item > a { font-size: 14px; padding-top: 1px; } #header .header-right .porto-view-switcher > li.menu-item:hover > a { background: none; } #header .porto-view-switcher .narrow ul.sub-menu, #header .top-links .narrow ul.sub-menu { padding: 0; } #header .top-links > li.menu-item { float: none; } #header .top-links > li.menu-item > a { font-size: 13px; padding: 0 10px; } #header .mobile-toggle { margin: 0; } #header .searchform-popup .search-toggle { display: none; } #header.header-6 .header-right .searchform-popup .searchform { border: none; background: none; display: block; position: static; box-shadow: none; border-radius: 0; } #header .searchform .searchform-fields { border: none; } #header .searchform button i:before { font-weight: 400; } #header .searchform input, #header .searchform button { font-size: 20px; } #header .searchform input { width: 218px !important; color: inherit; font-size: 13px; text-transform: uppercase; } #header .searchform input, #header .searchform select, #header .searchform .selectric { border-: none; } @media (max-width: 575px) { #header .searchform input { max-width: 140px !important; } #header .header-main .header-right { width: 174px; } #header .header-main .header-right .searchform-popup { margin-: -75px; } #header .header-main .header-center { border-right: none; } } @media (max-width: 767px) { #header .header-right { text-align: center; } } @media (max-width: 991px) { #header .header-main .header-left { display: none; } } @media { #header .mobile-toggle { display: inline-block; } #header .main-menu, #header.logo-center .header-main .container .header-left { display: none; } } @media (min-width: 992px) { #side-nav-panel .searchform { display: none; } } @media (max-width: 991px) { #header .header-contact { display: none; } #header .header-main .header-center { text-align: ; } #header .header-main .header-right { width: 1%; } } #header .logo { padding-top: 10px; padding-bottom: 10px; } #header.sticky-header .logo, #header.sticky-header .header-main.change-logo .container>div { padding-top: 0; padding-bottom: 0; } .page-top ul.breadcrumb > li a { text-transform: inherit; } .switcher-wrap .mega-menu .popup, #header .currency-switcher, #header .view-switcher, #header .top-links { font-size: 13px; font-weight: 500; } #header .currency-switcher .popup, #header .view-switcher .popup, #header .top-links .popup { font-size: 11px; } #header .currency-switcher > li.menu-item > a, #header .view-switcher > li.menu-item > a, #header .top-links > li.menu-item > a { font-weight: 500; } #header .top-links { margin-: 15px; margin-: 20px; text-transform: uppercase; } @media (min-width: 576px) { #header .mobile-toggle { padding: 7px 10px; } } #header .header-main .header-contact { font-size: 16px; line-height: 36px; border--color: rgba(255, 255, 255, 0.3); } .mega-menu > li.menu-item > a { padding: 9px 12px; } .mega-menu.show-arrow > li.has-sub > a:after { position: relative; top: -1px; } #header .header-main .header-contact { padding-: 0; } #header .mobile-toggle { padding: 7px 10px; } #mini-cart .cart-head { font-size: 30px; } @media (max-width: 767px) { #header .header-top { display: block; } } #header .mobile-toggle { margin-: 0; } #main-toggle-menu .toggle-menu-wrap { box-shadow: none; } #main-toggle-menu .toggle-menu-wrap > ul { border-bottom: none; } #main-toggle-menu .menu-title { padding-: 30px; } #main-toggle-menu .menu-title .toggle { position: relative; top: -1px; } .sidebar-menu > li.menu-item > a, .sidebar-menu .menu-custom-block a { border-top-color: #e6ebee; margin-: 16px; margin-: 18px; padding: 14px 12px; } .widget_sidebar_menu .widget-title { padding: 14px 28px; } #main-menu .menu-custom-block { text-align: ; } @media (max-width: 991px) { #header .header-minicart >*:first-child { margin-: 0.875rem; } } /* classic header type */ = 10 && (int) $header_type <= 17 ) : ?> @media (min-width: 992px) { #header .header-main .header-right { padding-: px; } /*#header .header-main .header-right .searchform-popup { margin-: 0; }*/ } #header .searchform { box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset; } #header .searchform select, #header .searchform button, #header .searchform .selectric .label { height: 34px; line-height: 34px; } #header .searchform input { border: none; line-height: 1.5; height: 34px; width: 200px; } #header .searchform select { border-: 1px solid var(--porto-searchform-border-color,#ccc); padding-: 8px; margin-: -3px; font-size: 13px; } #header .searchform .selectric { border-: 1px solid var(--porto-searchform-border-color, #ccc); } #header .searchform .selectric .label { padding-: 8px; margin-: -3px; } #header .searchform button { padding: 0 12px; } @media (min-width: 992px) { #header .searchform { box-shadow: none; } } .header-corporate .share-links a, .header-builder .share-links a { width: 28px; height: 28px; border-radius: 28px; margin: 0 1px; overflow: hidden; font-size: .8rem; } .header-corporate .share-links a:not(:hover), .header-builder .share-links a:not(:hover) { background-color: #fff; color: #333; } .header-corporate .share-links a, .header-builder .share-links a { width: 28px; height: 28px; border-radius: 28px; margin: 0 1px; overflow: hidden; font-size: .8rem; } .header-corporate .share-links a:not(:hover), .header-builder .share-links a:not(:hover) { background-color: #fff; color: #333; } #header .header-right-bottom { margin: 8px 0 6px; } #header .header-right-bottom > * { margin-: .8em } #header.sticky-header .header-right-bottom { margin-top: 5px; } #header .search-toggle i:before { content: "\f002"; font-family: var(--fa-style-family-classic, "Font Awesome 6 Free"); font-weight: 900; } @media (max-width: 991px) { #header .header-right-bottom { margin-top: 0; margin-bottom: 0; } #header .header-right-bottom .mobile-toggle { margin-: 0; } } @media (max-width: 575px) { #header .share-links { display: none; } } #header .header-main .header-left, #header .header-main .header-center, #header .header-main .header-right { padding-top: 1rem; padding-bottom: 1rem; } #header .header-contact { margin: ; } #header #mini-cart { margin-: 0.5rem; } #mini-cart .cart-head { font-size: 14px; line-height: 1; } #mini-cart .cart-items { font-size: 0.5em; } @media (min-width: 992px) { #header .header-main.sticky .header-right-top { display: none; } #header.sticky-header .header-main.sticky .header-left, #header.sticky-header .header-main.sticky .header-center, #header.sticky-header .header-main.sticky .header-right { padding-top: 0; padding-bottom: 0; } #header .searchform { margin-: 15px; } } #header .searchform-popup .search-toggle { font-size: 14px; } = 11 && (int) $header_type <= 17 ) : ?> #header .header-main .searchform-popup, #header .header-main #mini-cart { display: none; } @media (min-width: 768px) { #header .switcher-wrap { margin-: 5px; } #header .header-main .block-inline { line-height: 50px; margin-bottom: 5px; } #header .header-left .block-inline { margin-: 8px; } #header .header-left .block-inline > * { margin: ; } #header .header-right .block-inline { margin-: 8px; } #header .header-right .block-inline > * { margin: ; } #header .share-links { line-height: 1; } } #header .header-top .welcome-msg { font-size: 1.15em; } #header .header-top #mini-cart { font-size: 1em; } #header .header-top #mini-cart:first-child { margin-left: 0; margin-right: 0; } @media (max-width: 991px) { #header .header-top .header-left > *, #header .header-top .header-right > * { display: none; } #header .header-top .header-left > .block-inline, #header .header-top .header-right > .block-inline { display: block; } #header .header-top .searchform-popup, #header .header-top #mini-cart { display: none; } #header .header-main .searchform-popup, #header .header-main #mini-cart { display: inline-block; } } @media (min-width: 992px) { #header .header-main .header-left, #header .header-main .header-right, #header .header-main .header-center, .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-right, .fixed-header #header .header-main .header-center, #header.sticky-header .header-main.sticky .header-left, #header.sticky-header .header-main.sticky .header-right, #header.sticky-header .header-main.sticky .header-center { padding-top: 0; padding-bottom: 0; } #header .main-menu > li.menu-item > a { border-radius: 0; margin-bottom: 0; } #header .main-menu .popup { margin-top: 0; } #header .main-menu .wide .popup, .header-wrapper #header .main-menu .wide .popup > .inner, #header .porto-narrow-sub-menu, #header .porto-narrow-sub-menu ul.sub-menu { border-radius: 0; } #header .main-menu > li.menu-item > a .tip { top: px; } #header .share-links { margin-top: px; } #header.sticky-header .main-menu > li.menu-item > a .tip { top: px; } #header.sticky-header .share-links { margin-top: px; } } @media (min-width: px) { #header .main-menu > li.menu-item > a .tip { top: px; } #header .share-links { margin-top: px; } } #header .searchform { margin-: 15px; } @media (max-width: 991px) { #header .share-links { display: none; } } @media (min-width: 992px) { #mini-cart .cart-head { font-size: 14px; line-height: 1; } #mini-cart .cart-items { font-size: 0.5em; } #header .searchform-popup { line-height: 1; } #header .searchform-popup .search-toggle { font-size: .8rem; margin-: 8px; } } @media (min-width: 992px) { #header .header-main.change-logo .main-menu > li.menu-item, #header .header-main.change-logo .main-menu > li.menu-item.active, #header .header-main.change-logo .main-menu > li.menu-item:hover { margin-top: 0; } #header .header-main.change-logo .main-menu > li.menu-item > a, #header .header-main.change-logo .main-menu > li.menu-item.active > a, #header .header-main.change-logo .main-menu > li.menu-item:hover > a { border-width: 0; } #header .show-header-top .main-menu > li.menu-item, #header .show-header-top .main-menu > li.menu-item.active, #header .show-header-top .main-menu > li.menu-item:hover { margin-top: 0; } #header .show-header-top .main-menu > li.menu-item > a, #header .show-header-top .main-menu > li.menu-item.active > a, #header .show-header-top .main-menu > li.menu-item:hover > a { border-width: 0; } } #header .share-links a { box-shadow: none; } #header .share-links a:not(:hover) { background: none; } @media (max-width: 991px) { #header .header-main .share-links { margin-: 0; } } @media (max-width: 575px) { #header .header-main .share-links { display: none; } } #header .main-menu > li.menu-item { margin-: 2px; } #header .header-contact { border-: none; padding-: 30px; } #header #mini-cart .cart-items { font-size: 11px; font-weight: 400; } .header-main .header-right > div > *:not(:first-child) { margin-: 0.875rem; } #mini-cart .cart-items { background-color: #b7597c; } #header .searchform-popup .search-toggle { font-size: 20px; line-height: 39px; } #header .searchform-popup .search-toggle i:before { content: "\e884"; font-family: "porto"; font-weight: 400; } .mega-menu > li.has-sub:before { border-bottom-color: #f0f0f0; } @media (min-width: 992px) { .fixed-header #header .header-main .header-left { padding: 25px 0; } } @media (min-width: 992px) { #header .header-main .header-center { padding-top: 30px; padding-bottom: 30px; } #header.logo-center .header-main .header-left, #header.logo-center .header-main .header-right { justify-content: center; } } #header .header-main #main-menu { display: flex; } #header.header-19 .searchform-popup .search-toggle { color: ; font-size: 20px; } #header.header-19 .searchform-popup .search-toggle:hover { color: ; } #header.header-19 .searchform-popup .searchform { line-height: 36px; font-family: , sans-serif } #header .searchform input, #header .searchform.searchform-cats input { width: 200px; } #header.header-19 .search-rounded .searchform { border-radius: 4px; border: none; } #header .search-rounded .searchform .live-search-list { : 0; width: 100%; : auto; } #header.header-19 .searchform input, #header.header-19 .searchform select, #header.header-19 .searchform .selectric .label, #header.header-19 .searchform button { height: 36px; } #header .header-top { padding: 5px 0; } #header .header-top .share-links { margin: 5px; } #header .searchform input { padding: 0 12px; font-size: 11px; font-weight: 600; text-transform: uppercase; } #header .header-right > *:not(:last-child), #header .top-links>li.menu-item { margin-: 15px; } #header .header-main .header-left { text-align: } #header .searchform:not(.searchform-cats) input { border-: none; } #header .header-main { border-bottom: 1px solid rgba(0, 0, 0, 0.075); } #mini-cart { padding: 5px 0; ?>; line-height: 38px; border-: 1px solid rgba(255, 255, 255, 0.15) } #mini-cart .cart-items, #mini-cart .cart-head:after { display: none !important; } #mini-cart .cart-items-text { display: inline; text-transform: uppercase; font-weight: 300; vertical-align: middle; } #mini-cart .minicart-icon { border-bottom: 18px solid; border-top: none; border-left: 1px solid transparent; border-right: 1px solid transparent; width: 18px; position: relative; margin-right: 6px; border-radius: 0; } #mini-cart .minicart-icon:before { content: ''; position: absolute; bottom: 100%; top: auto; left: 50%; margin-left: -5px; border-width: 2px 2px 0 2px; width: 10px; height: 5px; border-radius: 3px 3px 0 0; border-style: solid; } .header-wrapper #header .side-top { display: block; text-align: ; } .header-wrapper #header .side-top > .container { display: flex; align-items: center; min-height: 0 !important; position: static; } .header-wrapper #header .share-links { margin: 0 0 16px; } #header .share-links a { width: 30px; height: 30px; margin: 1px; box-shadow: none; } @media (min-width: 992px) { .admin-bar .header-wrapper #header { min-height: calc(100vh - 32px); } .page-wrapper { display: flex; flex-wrap: wrap; } .header-wrapper { flex: 0 0 256px; max-width: 256px; } .header-wrapper #header { min-height: 100vh; padding: 15px 15px 160px; position: relative; } .page-wrapper > .content-wrapper { flex: 1; max-width: calc(100% - 256px); } .header-wrapper #header .side-top > .container { padding: 0; width: 100%; } .header-wrapper #header .header-main > .container { position: static; padding: 0; width: 100%; display: block; } .header-wrapper #header .header-main > .container > * { position: static; display: block; padding: 0; } #header .logo { text-align: center; margin: 30px auto; } .header-wrapper #header .searchform { margin-bottom: 20px; } .header-wrapper #header .searchform input { padding: 0 10px; border-width: 0; width: 100%; } .header-wrapper #header .searchform .text { flex: 1 } .header-wrapper #header .searchform button { padding: ; } .header-wrapper #header .searchform select { border-width: 0; padding: 0 5px; width: 93px; } .header-wrapper #header .searchform .selectric-cat { width: 93px; } .header-wrapper #header .searchform .selectric { border-width: 0; } .header-wrapper #header .searchform .selectric .label { padding: 0 5px; } .header-wrapper #header .searchform .autocomplete-suggestions { left: -1px; right: -1px; } .header-wrapper #header .top-links { display: block; font-size: .8em; margin-bottom: 20px; } .header-wrapper #header .top-links li.menu-item { display: block; float: none; margin: 0; } .header-wrapper #header .top-links li.menu-item:after { display: none; } .header-wrapper #header .top-links li.menu-item > a { margin: 0; padding-top: 7px; padding-bottom: 7px; } .header-wrapper #header .top-links li.menu-item:first-child > a { border-top-width: 0; } .header-wrapper #header .header-contact { margin: 5px 0 20px; white-space: normal; } .header-wrapper #header .header-copyright { font-size: .9em; } .header-wrapper #mini-cart .cart-popup { : 0; : auto; } .header-wrapper .side-bottom { text-align: center; position: absolute; bottom: 0; left: 0; right: 0; margin: 20px 10px; } .page-wrapper.side-nav .page-top.fixed-pos { position: fixed; z-index: 1001; width: 100%; box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1); } .page-wrapper.side-nav:not(.side-nav-right) #mini-cart .cart-popup { : -32px; } #header .sidebar-menu li.menu-item > .arrow { top: px } #header .header-main .header-center { overflow: hidden } } @media (min-width: 1440px) { .header-wrapper { flex: 0 0 300px; max-width: 300px; } .header-wrapper #header { padding-left: 30px; padding-right: 30px; } .page-wrapper > .content-wrapper { max-width: calc(100% - 300px); } #header .header-copyright { clear: both; } .header-wrapper .side-bottom { display: flex; align-items: center; margin-left: 30px; justify-content: center; flex-wrap: wrap; margin-right: 30px; } .side-bottom .header-contact { order: 2; margin-: auto; } } .sidebar-menu > li.menu-item .popup { margin-: 30px; } .page-wrapper.side-nav-right .sidebar-menu > li.menu-item .popup { margin-: 30px; } @media (max-width: 1439px) { .sidebar-menu > li.menu-item .popup { margin-: 15px; } .page-wrapper.side-nav-right .sidebar-menu > li.menu-item .popup { margin-: 15px; } } @media (max-width: 1439px) { .header-wrapper #header .header-contact { margin-: 5px; } } .sidebar-menu { margin-bottom: 20px; } .sidebar-menu > li.menu-item > a, .sidebar-menu .menu-custom-block a { border-top: none; } .sidebar-menu > li.menu-item > a { margin-left: 0; margin-right: 0; } .sidebar-menu > li.menu-item > .arrow { : 5px; } .sidebar-menu > li.menu-item:last-child:hover { border-radius: 0; } .sidebar-menu > li.has-sub:before { content: ''; position: absolute; top: 0; bottom: 0; : 100%; width: 30px; } .sidebar-menu > li.has-sub > a:before { content: ''; position: absolute; top: 0; bottom: 0; : 100%; width: 30px; } .sidebar-menu .menu-custom-block a { margin-left: 0; margin-right: 0; padding-left: 5px; padding-right: 5px; } .sidebar-menu .menu-custom-block .fas, .sidebar-menu .menu-custom-block .fab .sidebar-menu .menu-custom-block .far { width: 18px; text-align: center; } .sidebar-menu .menu-custom-block .fas, .sidebar-menu .menu-custom-block .fab, .sidebar-menu .menu-custom-block .far, .sidebar-menu .menu-custom-block .avatar { margin-: 5px; } .sidebar-menu .menu-custom-block > .avatar img { margin-top: -5px; } @media (max-width: 991px) { .header-wrapper #header .side-top { padding: 10px 0 0; } .header-wrapper #header .side-top .porto-view-switcher { float: ; } .header-wrapper #header .side-top .mini-cart { float: ; } .header-wrapper #header .logo { margin-bottom: 5px; } .header-wrapper #header .sidebar-menu { display: none; } .header-wrapper #header .share-links { margin: ; } .header-wrapper #header .share-links a:last-child { margin-: 0; } .header-wrapper #header .header-copyright { display: none; } .header-wrapper #header .side-top { padding-top: 0; } .header-wrapper #header .side-top > .container > * { display: none !important; } .header-wrapper #header .side-top > .container > .mini-cart { display: block !important; position: absolute !important; top: 50%; bottom: 50%; height: 26px; margin-top: -12px; : 15px; z-index: 1001; } .header-wrapper #header .logo { margin: 0; } .header-wrapper #header .share-links { display: none; } .header-wrapper #header .show-minicart .header-contact { margin-: 80px; } } @media (min-width: 992px) { body.boxed.body-side .header-wrapper { : -276px; margin-top: -30px; } body.boxed.body-side .page-wrapper.side-nav { max-width: 100%; } body.boxed.body-side .page-wrapper.side-nav > * { padding- : 0; } body.boxed.body-side .page-wrapper.side-nav .page-top.fixed-pos { width: auto; } } .header-wrapper a { color: inherit } #header .header-minicart > a { display: inline-block; font-size: 20px; text-align: center; margin-: .5rem; } #mini-cart .cart-head { font-size: 20px; text-transform: uppercase; } #mini-cart.minicart-inline .cart-subtotal { font-size: 13px; font-weight: 500; margin-: 1px; } #header .side-top .header-minicart { margin-: auto; } @media (max-width: 991px) { #header .header-right { width: 1%; white-space: nowrap; } #header .header-main .header-center { text-align: } #header .mobile-toggle { margin-: 0.875rem; margin-: 0.875rem !important; } .fixed-header #header .header-main { padding-top: 5px; padding-bottom: 5px; } #mini-cart .cart-head { font-size: 26px; } #mini-cart .cart-head:after { display: none; } } /* header builder side type */ @media (min-width: 992px) { @media (max-width: px) { .header-wrapper #header { max-width: calc(100% - 90px) } } #header .header-main .header-row { height: 100%; align-items: flex-start; } #header .header-main .header-row > div { align-items: flex-start; } #header .header-center { flex: 1; text-align: center; } .header-row .header-col > * { flex: 0 0 100%; margin-bottom: 1em; } .header-bottom { flex-wrap: wrap; padding: 15px 0 30px; } .header-copyright { text-align: center; width: 100%; font-size: .8em; } .header-builder > * { z-index: 1002; } .header-wrapper .header-builder { height: 100%; } hexToRGB( $b['mainmenu-popup-bg-color'], false ); ?> #header .sidebar-menu > li > a #header .sidebar-menu li > a { border-bottom: 1px solid lighten( $b['mainmenu-popup-bg-color'], 5 ) ); ?>; border-bottom: 1px solid darken( $b['mainmenu-popup-bg-color'], 5 ) ); ?>; } #header .sidebar-menu li:last-child > a { border-bottom: none; } .header-wrapper .header-builder { justify-content: center; } #header .sidebar-menu li.menu-item > .arrow { transition: .25s; font-size: .8em; } #header .sidebar-menu li.menu-item li.menu-item > a { font-size: inherit; text-transform: inherit; font-weight: inherit; } .side-header-overlay { width: 100%; height: 0; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.8); position: fixed; z-index: 10; opacity: 0; } #header .header-main .header-row { padding: 0; margin: 0 15px; height: 100%; align-items: center; overflow: hidden; } #header .header-main .header-row > div { align-items: center; height: 100%; } #header .sidebar-menu .narrow li.menu-item:hover > a { background: none; } #header .sidebar-menu li.menu-item:not(:last-child) > a { border-bottom: 1px solid ; } } @media (min-width: 992px) { .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper { width: 100% !important; left: auto !important; } } @media (max-width: 991px) { #header .sidebar-menu, #header .header-copyright { display: none; } } #header .mobile-toggle { display: none; } .header-wrapper #header { : calc( -1 * ( var( --porto-side-header-width ) + 10px ) ) !important; : auto; transition: .4s cubic-bezier(0.55, 0, 0.1, 1); background: } #header.side-header-visible { : 90px !important; } .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper { width: 100% !important; left: auto !important; } .page-wrapper.side-nav > * { padding-: 90px; padding-: 0; } .page-wrapper.side-nav>* { padding-left: 0; padding-right: 0; } .header-wrapper #header { z-index: 1112; } .side-header-narrow-bar { display: flex; flex-direction: column; background-color: ; width: 90px; position: ; top: 0; : 0; height: 100%; z-index: 1111; text-align: center; } .side-header-narrow-bar.side-header-narrow-bar-sticky { position: fixed; } @media (min-width: 601px) { .admin-bar .side-header-narrow-bar.side-header-narrow-bar-sticky { top: 32px; } .admin-bar .side-header-narrow-bar { top: 32px; height: calc(100% - 32px); } } .side-header-narrow-bar:after { content: ""; width: 1px; height: 100%; top: 0; bottom: 0; left: auto; right: 0; background: isColorDark( $side_narrow_bar_bg ) ? 'rgba(255, 255, 255, 0.04)' : 'rgba(0, 0, 0, 0.06)' ); ?>; position: absolute; } .side-header-narrow-bar-logo > a { display: inline-block; margin: 1em; max-width: 120px; } .side-header-narrow-bar-content { display: flex; height: 100%; align-items: center; flex: 1; justify-content: center; } .side-header-narrow-bar-content-vertical { transform: rotate(-90deg); white-space: nowrap; text-transform: uppercase; } .side-header-narrow-bar-side .side-header-narrow-bar-toggle { padding-bottom: 15px; } .side-header-narrow-bar-top { height: auto; width: 100vw; flex-direction: row; align-items: center; padding: 0 px; } .side-header-narrow-bar-top.side-header-narrow-bar-sticky { border-bottom: 1px solid isColorDark( $side_narrow_bar_bg ) ? 'rgba(255, 255, 255, 0.04)' : 'rgba(0, 0, 0, 0.06)' ); ?>; } .side-header-narrow-bar-top + #header.side-header-visible { : 0 !important; } .side-header-narrow-bar-top .side-header-narrow-bar-logo > a { margin: 1.8em 0; } .side-header-visible + .side-header-overlay { height: 100vh; opacity: 1; } /* menu type */ .header-side-nav .sidebar-menu .wide .popup > .inner:before, .header-side-nav .sidebar-menu .narrow ul.sub-menu:before, .header-side-nav .sidebar-menu .wide .popup > .inner:after, .header-side-nav .sidebar-menu .narrow ul.sub-menu:after { content: ''; position: absolute; bottom: calc( 100% - 1px); height: 100vh; width: calc(100% + 2px); left: -1px; background-color: inherit; border-width: 0 1px 0 1px; border-style: solid; border-color: inherit; } .header-side-nav .sidebar-menu .wide .popup > .inner:after, .header-side-nav .sidebar-menu .narrow ul.sub-menu:after { bottom: auto; top: calc( 100% - 1px); } .header-side-nav .sidebar-menu .wide .popup > .inner, .header-side-nav .sidebar-menu .narrow ul.sub-menu { border-color: rgba(0, 0, 0, .03); border-width: 0 1px 0 1px; border-style: solid; position: relative; } /*.header-side-nav, */.main-sidebar-menu .sidebar-menu-wrap { overflow: hidden } .header-side-nav .side-menu-columns, .main-sidebar-menu .side-menu-columns { position: relative } #header.sticky-header .header-contact { display: none; } /*------------------ footer ---------------------- */ = 10 && (int) $header_type <= 17 ) || empty( $header_type ) ) : ?> .footer .wysija-input { border-radius: ; padding-: 1rem; } .footer .wysija-submit { border-radius: } /*------------------ theme ---------------------- */ /*------ Grid Gutter Width ------- */ @media (min-width: 992px) { body.boxed.body-side { padding-: px; padding-: px; } body.boxed.body-side.modal-open { padding-: px !important; padding-: px !important; } body.boxed.body-side .page-wrapper.side-nav .container { padding-: px; padding-: px; } body.boxed.body-side .page-wrapper.side-nav .page-top.fixed-pos { : px; : px; } } /*------ Screen Large Variable ------- */ @media (min-width: px) { .ccols-xl-2 > * { --porto-cw: 50%; } .ccols-xl-3 > * { --porto-cw: 33.3333%; } .ccols-xl-4 > * { --porto-cw: 25%; } .ccols-xl-5 > * { --porto-cw: 20%; } .ccols-xl-6 > * { --porto-cw: 16.6666%; } .ccols-xl-7 > * { --porto-cw: 14.2857%; } .ccols-xl-8 > * { --porto-cw: 12.5%; } .ccols-xl-9 > * { --porto-cw: 11.1111%; } .ccols-xl-10 > * { --porto-cw: 10%; } } @media (min-width: px) { .ccols-sl-10 > * { --porto-cw: 10%; } .ccols-sl-9 > * { --porto-cw: 11.1111%; } .ccols-sl-8 > * { --porto-cw: 12.5%; } .ccols-sl-7 > * { --porto-cw: 14.2857%; } .ccols-sl-6 > * { --porto-cw: 16.6666%; } .ccols-sl-5 > * { --porto-cw: 20%; } .ccols-sl-4 > * { --porto-cw: 25%; } .ccols-sl-3 > * { --porto-cw: 33.3333%; } } @media (max-width: px) { /*#header .header-top .porto-view-switcher > li.menu-item > a, #header .header-top .top-links > li.menu-item > a { padding-top: 3px !important; padding-bottom: 3px !important; }*/ .mega-menu > li.menu-item > a { padding: 9px 9px 8px; } .widget_sidebar_menu .widget-title { font-size: 0.8571em; line-height: 13px; padding: 10px 15px; } .sidebar-menu > li.menu-item > a { font-size: 0.9286em; line-height: 17px; padding: 9px 5px; } .sidebar-menu .menu-custom-block a { font-size: 0.9286em; line-height: 16px; padding: 9px 5px; } .sidebar-menu > li.menu-item .popup:before { top: 11px; } .porto-links-block { font-size: 13px; } /*.porto-links-block .links-title { padding: 8px 12px 6px; } .porto-links-block li.porto-links-item > a, .porto-links-block li.porto-links-item > span { padding: 7px 5px; line-height: 19px; margin: 0 7px -1px; }*/ ul.pcols-md-6 li.product-col, .porto-attr-row.pcols-md-6 .porto-attr-col { width: 16.6666% } ul.pwidth-md-6 .product-image { font-size: 0.8em; } ul.pwidth-md-6 .add-links { font-size: 0.85em; } ul.pcols-md-5 li.product-col, .porto-attr-row.pcols-md-5 .porto-attr-col { width: 20% } ul.pwidth-md-5 .product-image { font-size: 0.9em; } ul.pwidth-md-5 .add-links { font-size: 0.95em; } ul.pcols-md-4 li.product-col, .porto-attr-row.pcols-md-4 .porto-attr-col { width: 25% } ul.pwidth-md-4 .product-image { font-size: 1em; } ul.pwidth-md-4 .add-links { font-size: 1em; } ul.pcols-md-3 li.product-col, .porto-attr-row.pcols-md-3 .porto-attr-col { width: 33.3333% } ul.pwidth-md-3 .product-image { font-size: 1.15em; } ul.pwidth-md-3 .add-links { font-size: 1em; } ul.pcols-md-2 li.product-col, .porto-attr-row.pcols-md-2 .porto-attr-col { width: 50% } ul.pwidth-md-2 .product-image { font-size: 1.4em; } ul.pwidth-md-2 .add-links { font-size: 1em; } ul.pcols-md-1 li.product-col, .porto-attr-row.pcols-md-1 .porto-attr-col { width: 100% } } @media (min-width: 992px) and { .portfolio-row .portfolio-col-6 { width: 20%; } .portfolio-row .portfolio-col-6.w2 { width: 40%; } .column2 ul.pwidth-md-5 .product-image { font-size: 0.75em; } .column2 ul.pwidth-md-5 .add-links { font-size: 0.8em; } .column2 ul.pwidth-md-4 .product-image { font-size: 0.8em; } .column2 ul.pwidth-md-4 .add-links { font-size: 0.9em; } .column2 ul.pwidth-md-3 .product-image { font-size: 0.9em; } .column2 ul.pwidth-md-3 .add-links { font-size: 1em; } .column2 ul.pwidth-md-2 .product-image { font-size: 1.1em; } .column2 ul.pwidth-md-2 .add-links { font-size: 1em; } .column2 .shop-loop-before .woocommerce-pagination ul { margin-: -5px; } ul.product_list_widget li .product-image { width: 70px; flex: 0 0 70px; margin-: 15px } ul.product_list_widget li .product-details { width: calc(100% - 85px); } } @media (min-width: 768px) and { .column2 .portfolio-row .portfolio-col-4 { width: 33.3333%; } .column2 .portfolio-row .portfolio-col-4.w2 { width: 66.6666%; } .column2 .portfolio-row .portfolio-col-5, .column2 .portfolio-row .portfolio-col-6 { width: 25%; } .column2 .portfolio-row .portfolio-col-5.w2, .column2 .portfolio-row .portfolio-col-6.w2 { width: 50%; } } @media (min-width: 768px) and (max-width: 991px) { ul.pcols-sm-4 li.product-col, .porto-attr-row.pcols-sm-4 .porto-attr-col { width: 25% } ul.pcols-sm-3 li.product-col, .porto-attr-row.pcols-sm-3 .porto-attr-col { width: 33.3333% } ul.pcols-sm-2 li.product-col, .porto-attr-row.pcols-sm-2 .porto-attr-col { width: 50% } ul.pcols-sm-1 li.product-col, .porto-attr-row.pcols-sm-1 .porto-attr-col { width: 100% } } @media (max-width: 767px) { ul.pcols-xs-4 li.product-col, .porto-attr-row.pcols-xs-4 .porto-attr-col { width: 25% } ul.pcols-xs-3 li.product-col, .porto-attr-row.pcols-xs-3 .porto-attr-col { width: 33.3333% } ul.pwidth-xs-3 .product-image { font-size: .85em; } ul.pwidth-xs-3 .add-links { font-size: .85em; } ul.pcols-xs-2 li.product-col, .porto-attr-row.pcols-xs-2 .porto-attr-col { width: 50% } ul.pwidth-xs-2 .product-image { font-size: 1em; } ul.pwidth-xs-2 .add-links { font-size: 1em; } ul.pcols-xs-1 li.product-col, .porto-attr-row.pcols-xs-1 .porto-attr-col { width: 100% } ul.pwidth-xs-1 .product-image { font-size: 1.2em; } ul.pwidth-xs-1 .add-links { font-size: 1em; } } @media (max-width: 575px) { ul.pcols-ls-2 li.product-col, .porto-attr-row.pcols-ls-2 .porto-attr-col { width: 50% } ul.pwidth-ls-2 .product-image { font-size: .8em; } ul.pwidth-ls-2 .add-links { font-size: .85em; } ul.pcols-ls-1 li.product-col, .porto-attr-row.pcols-ls-1 .porto-attr-col { width: 100% } ul.pwidth-ls-1 .product-image { font-size: 1.1em; } ul.pwidth-ls-1 .add-links { font-size: 1em; } } @media (min-width: 576px) { ul.list li.product { width: 100% } } /*------ Border Radius ------- */ .wishlist_table .add_to_cart.button, .yith-wcwl-popup-button a.add_to_wishlist, .wishlist_table a.ask-an-estimate-button, .wishlist-title a.show-title-form, .hidden-title-form a.hide-title-form, .woocommerce .yith-wcwl-wishlist-new button, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .yith-wcwl-wishlist-search-form button.wishlist-search-button { border-radius: 0; } /*------ Thumb Padding ------- */ .mega-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper, .sidebar-menu li.menu-item > a > .thumb-info-preview .thumb-info-wrapper, .page-wrapper .fdm-item-image, .thumb-info-side-image .thumb-info-side-image-wrapper, .flickr_badge_image, .wpb_content_element .flickr_badge_image { padding: 4px; } .img-thumbnail .zoom { : 8px; bottom: 8px; } .img-thumbnail .image-galley-viewer { : 8px; bottom: calc(12px + var(--porto-product-action-margin, 0px) + 2 * var(--porto-product-action-border, 0px) + var(--porto-product-action-width, 30px)); } .thumb-info .thumb-info-wrapper { margin: 4px; } .thumb-info .thumb-info-wrapper:after { bottom: -4px; top: -4px; left: -4px; right: -4px; } .flickr_badge_image, .wpb_content_element .flickr_badge_image { border: 1px solid ; } .owl-carousel .img-thumbnail, .owl-carousel .owl-nav, .owl-carousel .thumb-info { max-width: 99.8%; } .thumb-info { background-color: ; border-color: ; } .thumb-info-social-icons { border-top: lighten( $dark_bg, 12 ) ); ?>; } .yith-wcbm-badge { margin: 5px; } .yith-wcbm-badge img { margin: -5px !important; } .product-images .zoom { : 8px; bottom: 8px; } .product-images .image-galley-viewer { : 8px; bottom: calc(12px + var(--porto-product-action-margin, 0px) + 2 * var(--porto-product-action-border, 0px) + var(--porto-product-action-width, 30px)); } .product-images .image-galley-viewer.without-zoom { bottom: 8px; } .product-image-slider.owl-carousel .img-thumbnail { width: 99.8%; padding: 3px; } .product-image { padding: 0.2381em; } .widget_recent_reviews .product_list_widget li img { border: 1px solid ; padding: 3px; } .product-nav .product-popup .product-image, ul.product_list_widget li .product-image { padding: 3px; } .page-wrapper .fdm-item-image, .thumb-info { border-width: 0; background: none; } .thumb-info-caption .thumb-info-caption-text { padding: 15px 0; margin-bottom: 0; } .thumb-info-social-icons { padding: 0; } .thumb-info-social-icons:first-child { padding: 10px 0; } .thumb-info .share-links a { background: } .thumb-info .share-links a:hover { opacity: .9 } .thumb-info .thumb-info-wrapper:after { background: hexToRGB( $color_dark ) . ', 0.9)' ); ?>; } /*------ Dark version ------- */ #buddypress form#whats-new-form textarea { background: ; color: ; } #buddypress .activity-list li.load-more a:hover, #buddypress .activity-list li.load-newest a:hover { color: ; } #buddypress a.bp-primary-action span, #buddypress #reply-title small a span { background: ; } #buddypress a.bp-primary-action:hover span, #buddypress #reply-title small a:hover span { background: ; } #buddypress div.activity-comments ul li { border-top: 1px solid ; } #buddypress div.activity-comments form .ac-textarea { background: ; color: ; border: 1px solid ; } #buddypress div.activity-comments form textarea { color: ; } #buddypress #pass-strength-result { border-color: ; } #buddypress .standard-form textarea, #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form input[type=password], #buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text], #buddypress .groups-members-search input[type=search], #buddypress .groups-members-search input[type=text] { border: 1px solid ; background: ; color: #999; color: ; } #buddypress .standard-form input:focus, #buddypress .standard-form textarea:focus, #buddypress .standard-form select:focus { background: $color-dark-3; color: ; } #buddypress table.forum tr td.label { border--width: 0; color: ; } #buddypress div.item-list-tabs ul li.selected a span, #buddypress div.item-list-tabs ul li.current a span { border-color: ; background-color: ; } #buddypress div.pagination .pagination-links a, #buddypress div.pagination .pagination-links span.current { background: ; } #buddypress div.pagination .pagination-links a.dots, #buddypress div.pagination .pagination-links span.current.dots { background: transparent; } #buddypress .activity-list li.load-more a, #buddypress .activity-list li.load-newest a { color: #777; } #buddypress .activity-list li.new_forum_post .activity-content .activity-inner, #buddypress .activity-list li.new_forum_topic .activity-content .activity-inner { border-: 2px solid ; } #buddypress .activity-list .activity-content img.thumbnail { border: 2px solid ; } #buddypress .activity-list li.load-more, #buddypress .activity-list li.load-newest { background: ; } #buddypress div.ac-reply-avatar img { border: 1px solid ; } #buddypress #pass-strength-result { background-color: ; } #buddypress div#invite-list { background: transparent; } #buddypress table.notifications tr.alt td, #buddypress table.notifications-settings tr.alt td, #buddypress table.profile-settings tr.alt td, #buddypress table.profile-fields tr.alt td, #buddypress table.wp-profile-fields tr.alt td, #buddypress table.messages-notices tr.alt td, #buddypress table.forum tr.alt td { background: transparent; } #buddypress ul.item-list { border-top: 1px solid ; } #buddypress ul.item-list li { border-bottom: 1px solid } #buddypress div.item-list-tabs ul li a span { background: ; border: 1px solid ; } #buddypress div.item-list-tabs ul li.selected a span, #buddypress div.item-list-tabs ul li.current a span, #buddypress div.item-list-tabs ul li a:hover span { background-color: ; border-color: ; } #buddypress div#message-thread div.alt { background: ; } .bp-avatar-nav ul.avatar-nav-items li.current { border-color: ; } .bp-avatar-nav ul { border-color: ; } #drag-drop-area { border-color: ; } #buddypress input[type="submit"].pending:hover, #buddypress input[type="button"].pending:hover, #buddypress input[type="reset"].pending:hover, #buddypress button.pending:hover, #buddypress div.pending a:hover, #buddypress a.disabled:hover { border-color: ; } #buddypress ul#topic-post-list li.alt { background: transparent; } #buddypress table.notifications thead tr, #buddypress table.notifications-settings thead tr, #buddypress table.profile-settings thead tr, #buddypress table.profile-fields thead tr, #buddypress table.wp-profile-fields thead tr, #buddypress table.messages-notices thead tr, #buddypress table.forum thead tr { background: ; } #bbpress-forums div.even, #bbpress-forums ul.even { background-color: ; } #bbpress-forums div.odd, #bbpress-forums ul.odd { background-color: ; } #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header { background-color: ; } #bbpress-forums .status-trash.even, #bbpress-forums .status-spam.even { background-color: ; } #bbpress-forums .status-trash.odd, #bbpress-forums .status-spam.odd { background-color: ; } #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results { border: 1px solid ; } #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer { background: ; border-top: ; } #bbpress-forums li.bbp-header { background: ; } #bbpress-forums .bbp-forums-list { border-: 1px solid ; } #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { border-top: 1px solid ; } div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header { border-top: 1px solid ; } #bbpress-forums div.bbp-topic-content code, #bbpress-forums div.bbp-topic-content pre, #bbpress-forums div.bbp-reply-content code, #bbpress-forums div.bbp-reply-content pre { background-color: ; border: 1px solid ; } .bbp-pagination-links a, .bbp-pagination-links span.current, .bbp-topic-pagination a { background: ; } .bbp-pagination-links a.dots, .bbp-pagination-links span.current.dots, .bbp-topic-pagination a.dots { background: transparent; } #bbpress-forums fieldset.bbp-form { border: 1px solid ; } body.topic-edit .bbp-topic-form div.avatar img, body.reply-edit .bbp-reply-form div.avatar img, body.single-forum .bbp-topic-form div.avatar img, body.single-reply .bbp-reply-form div.avatar img { border: 1px solid ; background-color: ; } #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar { background: ; border-bottom-color: ; } #bbpress-forums #bbp-your-profile fieldset input, #bbpress-forums #bbp-your-profile fieldset textarea { background: ; border: 1px solid ; } #bbpress-forums #bbp-your-profile fieldset input:focus, #bbpress-forums #bbp-your-profile fieldset textarea:focus { border: 1px solid ; } #bbpress-forums #bbp-your-profile fieldset span.description { border: transparent 1px solid; background-color: transparent; } .bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky { background-color: !important; } #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log { border-top: 1px dotted ; } .activity-list li.bbp_topic_create .activity-content .activity-inner, .activity-list li.bbp_reply_create .activity-content .activity-inner { border-: 2px solid ; } .dir-arrow { background: transparent url(/images/arrows-dark.png) no-repeat 0 0; } .dir-arrow.arrow-light { background: transparent url(/images/arrows.png) no-repeat 0 0; } .elementor hr, hr, .divider { background: rgba(255, 255, 255, 0.06); } hr.light { background: rgba(0, 0, 0, 0.06); } .featured-boxes-style-7 .featured-box .icon-featured:after { box-shadow: 3px 3px darken( $color_dark, 3 ) ); ?>; } .porto-concept { background-image: url(/images/concept-dark.png); } .porto-concept .process-image { background-image: url(/images/concept-item-dark.png); } .porto-concept .project-image { background-image: url(/images/concept-item-dark.png); } .porto-concept .sun { background-image: url(/images/concept-icons-dark.png); } .porto-concept .cloud { background-image: url(/images/concept-icons-dark.png); } .porto-map-section { background-image: url(/images/map-dark.png); } .porto-map-section .map-content { background-color: rgba(33, 38, 45, 0.5); } .slider-title .line, .section-title .line { background-image:linear-gradient(to , rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 70%, rgba(255, 255, 255, 0) 100%); } .porto-radio .porto-control-label::after { border-width: 0; } @media (max-width: 767px) { .resp-tab-content:last-child, .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid !important; } } .resp-easy-accordion h2.resp-tab-active { background: !important; } .card > .card-header { background-color: ; } .btn-default { background-color: !important; border-color: !important; } .porto-history .thumb { background: transparent url(/images/history-thumb-dark.png) no-repeat 0 ; } select { background-image: url("/images/select-bg-light.svg"); } .dir-arrow { background: transparent url(/images/arrows.png) no-repeat 0 0; } .dir-arrow.arrow-light { background: transparent url(/images/arrows-dark.png) no-repeat 0 0; } .elementor hr, hr, .divider, .slider-title .line, .section-title .line { background: rgba(0, 0, 0, .08); } hr.light { background: rgba(255, 255, 255, .06); } .porto-history .thumb { background: transparent url(/images/history-thumb.png) no-repeat 0 ; } .select2-drop, .select2-drop-active, .select2-drop input, .select2-drop-active input, .select2-drop .select2-results .select2-highlighted, .select2-drop-active .select2-results .select2-highlighted { background: ; } .cart-v2 .card-default .card-body, .card { background: } .cart-v2 .card-default { border-radius: 0 0 6.99px 6.99px } .blockUI { background: !important } .woocommerce-message, .woocommerce-error { background-color: transparent; } [type="submit"].btn-default { color: ; } .btn-default.btn:hover { color: ; } .divider.divider-small hr { background: ; } , textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large { background-color: ; color: ; border-color: ; border-width: ; font-size: ; height: ; } textarea, .porto-wpforms-inline .wpforms-submit { height: auto } form, form p { font-size: } input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="text"]:focus, textarea:focus, select:focus { border-color: ; } .form-control:focus { background-color: ; border-color: ; } input, textarea, .form-control, select { border-radius: } .sidebar-content, .woocommerce-page.archive .sidebar-content { border: solid } .woocommerce-page.archive .sidebar-content aside.widget { border-bottom: solid } .sidebar-content, .woocommerce-page.archive .sidebar-content aside.widget { padding-top: ; padding-right: ; padding-bottom: ; padding-left: ; } .woocommerce-page.archive .sidebar-content { padding: 0 } .btn-default.btn { border-bottom-color: rgba(0, 0, 0, .2) } .pricing-table .plan-ribbon { background-color: ; } .page-wrapper { background-color: ; } .login-more.heading-tag { color: #999; } .star-rating:before { color: ; } .product-image { border: 1px solid ; /*width: 99.9999%;*/ } .product-images .product-image-slider.owl-carousel .img-thumbnail { padding-right: 1px; padding-left: 1px; } .product-images .img-thumbnail .inner { border: 1px solid ; } .text-dark, .text-dark.wpb_text_column p { color: !important; } .alert.alert-dark { background-color: lighten( $color_dark, 10 ) ); ?>; border-color: darken( $color_dark, 10 ) ); ?>; color: lighten( $color_dark, 70 ) ); ?>; } .alert.alert-dark .alert-link { color: lighten( $color_dark, 85 ) ); ?>; } html.dark .text-muted { color: darken( $dark_default_text, 20 ) ); ?> !important; } /*------------------ header type 17 ---------------------- */ #header .main-menu-wrap .menu-right { position: relative; top: auto; padding-: 0; display: table-cell; vertical-align: middle; } #header .main-menu-wrap #mini-cart { display: inline-block; } #header .main-menu-wrap .menu-right .searchform-popup { display: inline-block; } #header .main-menu-wrap .searchform-popup .search-toggle { display: none; } #header .main-menu-wrap .searchform-popup .searchform { margin-top: 0; position: static; display: block; border-width: 0; box-shadow: none; background: rgba(0, 0, 0, 0.07); } #header .main-menu-wrap .menu-right .searchform-popup .searchform { border-radius: 0; } #header .main-menu-wrap .searchform-popup .searchform fieldset { margin-: 0; } #header .main-menu-wrap .searchform-popup .searchform input, #header .main-menu-wrap .searchform-popup .searchform select, #header .main-menu-wrap .searchform-popup .searchform button { border-radius: 0; color: #fff; height: 60px; } #header .main-menu-wrap .searchform-popup .searchform input::-webkit-input-placeholder, #header .main-menu-wrap .searchform-popup .searchform select::-webkit-input-placeholder, #header .main-menu-wrap .searchform-popup .searchform button::-webkit-input-placeholder { color: #fff; opacity: 0.4; text-transform: uppercase; } #header .main-menu-wrap .searchform-popup .searchform input:-ms-input-placeholder, #header .main-menu-wrap .searchform-popup .searchform select:-ms-input-placeholder, #header .main-menu-wrap .searchform-popup .searchform button:-ms-input-placeholder { color: #fff; opacity: 0.4; text-transform: uppercase; } #header .main-menu-wrap .searchform-popup .searchform .selectric .label { height: 60px; line-height: 62px; } #header .main-menu-wrap .searchform-popup .searchform input { font-weight: 700; width: 200px; padding: ; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; } @media { #header .main-menu-wrap .searchform-popup .searchform input, #header .main-menu-wrap .searchform-popup .searchform select, #header .main-menu-wrap .searchform-popup .searchform button { height: 50px; } #header .main-menu-wrap .searchform-popup .searchform .selectric .label { height: 50px; line-height: 52px; } #header .main-menu-wrap .searchform-popup .searchform input { width: 198px; } } #header .main-menu-wrap .searchform-popup .searchform select { font-weight: 700; width: 120px; padding: ; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; } #header .main-menu-wrap .searchform-popup .searchform .selectric-cat { width: 120px; } #header .main-menu-wrap .searchform-popup .searchform .selectric .label { font-weight: 700; padding: ; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; } #header .main-menu-wrap .searchform-popup .searchform button { margin-: -1px; font-size: 20px; padding: 6px 15px; color: #fff; opacity: 0.4; } #header .main-menu-wrap .searchform-popup .searchform button:hover { color: #000; } #header .main-menu-wrap .searchform-popup .searchform button .fa-search { font-family: "Simple-Line-Icons"; vertical-align: middle; } #header .main-menu-wrap .searchform-popup .searchform button .fa-search:before { content: "\e090"; font-family: inherit; } #header .searchform-popup .searchform .live-search-list { left: 0; right: 0; } @media (min-width: 768px) { #header .header-main .header-left, #header .header-main .header-center, #header .header-main .header-right { padding-top: 0; padding-bottom: 0; } } #header .feature-box .feature-box-icon, #header .feature-box .feature-box-info { float: ; padding-: 0; } #header .feature-box .feature-box-icon { height: auto; top: 0; margin-: 0; } #header .feature-box .feature-box-icon > i { margin: 0; } #header .feature-box .feature-box-info > h4 { line-height: 110px; margin: 0; } #header .header-contact { margin: 0; } #header .header-extra-info li { padding-: 32px; margin-: 22px; border-: 1px solid #e9e9e9; } @media { #header .header-extra-info li { padding-: 30px; margin-: 20px; } } #header .header-extra-info li:first-child { margin-: 0; } #header .header-extra-info li:last-child { padding-: 0; border-: medium none; } @media (max-width: 991px) { #header .header-extra-info li { padding-: 15px; margin-: 0; border-: medium none; } #header .header-extra-info li:last-child { padding-: 15px; } } #header.sticky-header .mobile-toggle { margin: 0; } /*------------------ Skin ---------------------- */ #header .header-main .header-left, #header .header-main .header-center, #header .header-main .header-right, .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-right, .fixed-header #header .header-main .header-center, .header-builder-p .header-main:not(.e-con) { padding-top: px; padding-bottom: px } .header-main.e-con { --padding-block-start: px; --padding-block-end: px; } @media (max-width: 991px) { #header .header-main .header-left, #header .header-main .header-center, #header .header-main .header-right, .fixed-header #header .header-main .header-left, .fixed-header #header .header-main .header-right, .fixed-header #header .header-main .header-center, .header-builder-p .header-main:not(.e-con) { padding-top: px; padding-bottom: px } .header-main.e-con { --padding-block-start: px; --padding-block-end: px; } } @media (min-width: 992px) { .header-wrapper.header-side-nav:not(.fixed-header) #header { background-color: ; background-repeat: ; background-size: ; background-attachment: ; background-position: ; background-image: url(); background-image: -webkit-linear-gradient(top, , ); background-image: linear-gradient(to bottom, , ); background-repeat: repeat-x; } } #main .content-bottom-wrapper { padding-top: px; padding-bottom: px; } .footer-top { padding-top: px; padding-bottom: px; } /* layout */ @media (min-width: px) { body.boxed .vc_row[data-vc-stretch-content], body.boxed #header.sticky-header .header-main.sticky, body.boxed #header.sticky-header .main-menu-wrap, body.boxed #header.sticky-header .header-main.sticky, #header-boxed #header.sticky-header .header-main.sticky, body.boxed #header.sticky-header .main-menu-wrap, #header-boxed #header.sticky-header .main-menu-wrap { max-width: px; } .col-xl-1-5 { width: 20% } .col-xl-2-5 { width: 40% } .col-xl-3-5 { width: 60% } .col-xl-4-5 { width: 80% } .offset-xl-1\/5 { margin-: 20% } .offset-xl-2\/5 { margin-: 40% } .offset-xl-3\/5 { margin-: 60% } .offset-xl-4\/5 { margin-: 80% } } @media (min-width: px) { .col-xxl-1-5 { width: 20% } .col-xxl-2-5 { width: 40% } .col-xxl-3-5 { width: 60% } .col-xxl-4-5 { width: 80% } .offset-xxl-1\/5 { margin-: 20% } .offset-xxl-2\/5 { margin-: 40% } .offset-xxl-3\/5 { margin-: 60% } .offset-xxl-4\/5 { margin-: 80% } } /* header */ #header .header-top { font-size: px; } .header-wrapper .separator { border-left-color: isColorDark( isset( $b['header-link-color']['regular'] ) ? $b['header-link-color']['regular'] : '' ) ? 'rgba(0, 0, 0, .04)' : 'rgba(255, 255, 255, .09)' ); ?> } .header-top .separator { border-left-color: isColorDark( isset( $b['header-top-link-color']['regular'] ) ? $b['header-top-link-color']['regular'] : '' ) ? 'rgba(0, 0, 0, .04)' : 'rgba(255, 255, 255, .09)' ); ?> } isColorDark( $b['header-top-bg-color'] ) ) ) : ?> = 10 && (int) $header_type <= 17 ) || empty( $header_type ) ) : ?> #header .header-top .share-links > a:not(:hover) { background: none; } .fixed-header header .header-main { box-shadow: none; background-color: rgba(hexToRGB( $header_bg_color ) ); ?>, ); } .fixed-header #header .header-top { background-color: rgba(hexToRGB( $b['header-top-bg-color'] ) ); ?>, ); } @media (min-width: 992px) { .header-wrapper.header-side-nav.fixed-header #header { } } #header.sticky-header .header-main, .fixed-header #header.sticky-header .header-main { background-color: rgba(hexToRGB( $b['sticky-header-bg']['background-color'] ) ); ?>, ); background-repeat: ; background-size: ; background-attachment: ; background-position: ; background-image: url(); background-image: -webkit-linear-gradient(top, rgba(hexToRGB( $b['sticky-header-bg-gcolor']['from'] ) ); ?>, ), rgba(hexToRGB( $b['sticky-header-bg-gcolor']['to'] ) ); ?>, )); background-image: linear-gradient(to bottom, rgba(hexToRGB( $b['sticky-header-bg-gcolor']['from'] ) ); ?>, ), rgba(hexToRGB( $b['sticky-header-bg-gcolor']['to'] ) ); ?>, )); background-repeat: repeat-x; } #header.sticky-header .main-menu-wrap, .fixed-header #header.sticky-header .main-menu-wrap { background-color: rgba(hexToRGB( $sticky_menu_bg_color ) ); ?>, ); } #header.header-loaded .header-main { transition: none; } .fixed-header #header .searchform { border-color: rgba(hexToRGB( $b['searchform-border-color'] ) ); ?>, ); } @media (max-width: 991px) { .fixed-header #header .searchform { } } .fixed-header #header .searchform-popup .searchform { } .fixed-header #header .main-menu-wrap { } .fixed-header #header .main-menu { } #header .searchform, .fixed-header #header.sticky-header .searchform { border-color: ; } #header .searchform, .fixed-header #header.sticky-header .searchform { background: ; } #header .overlay-search-layout .searchform, .fixed-header #header.sticky-header .overlay-search-layout .searchform { background: hexToRGB( $b['searchform-bg-color'] ) . ', .95)' ); ?>; } .fixed-header #header.sticky-header .main-menu, #header .main-menu, #main-toggle-menu .toggle-menu-wrap { background-color: ; } .header-bottom { background-color: } .header-bottom > .container { background-color: } #header, #header .header-main .header-contact .nav-top > li > a, #header .top-links > li.menu-item:before { color: } #header .tooltip-icon { border-color: ; } #header .header-top, .header-top .top-links > li.menu-item:after { color: } .header-top .header-contact a, .header-top .custom-html a:not(.btn), #header .header-top .top-links > li.menu-item > a, .header-top .welcome-msg a { color: ; } .header-top .header-contact a:hover, .header-top .custom-html a:not(.btn):hover, #header .header-top .top-links > li.menu-item.active > a, #header .header-top .top-links > li.menu-item:hover > a, #header .header-top .top-links > li.menu-item > a.active, #header .header-top .top-links > li.menu-item.has-sub:hover > a, .header-top .welcome-msg a:hover { color: ; } #header .header-bottom { color: } #header .header-bottom a:not(.btn) { color: } #header .header-bottom a:not(.btn):hover { color: } #header .header-main .top-links > li.menu-item.has-sub:hover > a, #header .header-bottom .top-links > li.menu-item.has-sub:hover > a { background-color: ; } #header .top-links .narrow ul.sub-menu, #header .main-menu .wide .popup > .inner, .sidebar-menu .wide .popup > .inner, .side-menu-slide .wide ul.sub-menu, .sidebar-menu .narrow ul.sub-menu { background-color: ; } .top-links > li.has-sub:before, .top-links > li.has-sub:after { border-bottom-color: ; } .sidebar-menu .menu-custom-block a:hover, .sidebar-menu .menu-custom-block a:hover + a { border-top-color: ; } #header .top-links .narrow li.menu-item > a, #header .porto-wide-sub-menu li.sub li.menu-item > a, .side-nav-wrap .sidebar-menu .wide li.menu-item li.menu-item > a, .sidebar-menu .wide li.sub li.menu-item > a, .sidebar-menu .narrow li.menu-item > a, .porto-popup-menu .sub-menu a { color: ; } #header .top-links .narrow li.menu-item:hover > a, #header .porto-wide-sub-menu li.sub li.menu-item:hover > a, .porto-popup-menu .sub-menu a:hover { color: ; } #header .top-links .narrow li.menu-item:hover > a, #header .sidebar-menu .narrow .menu-item:hover > a, .main-sidebar-menu .sidebar-menu .narrow .menu-item:hover > a { background-color: ; } .sidebar-menu .wide li.menu-item li.menu-item > a:hover, #header .sidebar-menu .wide li.menu-item li.menu-item > a:hover, .sidebar-menu .narrow li.menu-item > a:hover { background-color: ; color: ; } #header .header-top .top-links > li.menu-item > a { padding-top: px; padding-bottom: px; padding-left: px; padding-right: px; } #header .header-top .top-links .narrow li.menu-item:hover > a { text-decoration: none; } #header .top-links > li.menu-item:after { content: none; } #header .header-top .gap { visibility: hidden; } .header-top { border-bottom: solid ; background-color: ; } .main-menu-wrap { background-color: ; padding: ; } #header.sticky-header .main-menu-wrap, #header.sticky-header .header-main.sticky .header-left, #header.sticky-header .header-main.sticky .header-right { padding-top: px; padding-bottom: px; padding-left: px; padding-right: px; } .header-builder-p.sticky-header .header-main.sticky { padding-top: px !important; padding-bottom: px !important; padding-left: px !important; padding-right: px !important; } #header.sticky-header .header-main.sticky .header-center { padding-top: px; padding-bottom: px } .main-menu-wrap .main-menu .wide .popup, .main-menu-wrap .main-menu .wide .popup > .inner, .main-menu-wrap .main-menu .wide.pos-left .popup, .main-menu-wrap .main-menu .wide.pos-right .popup, .main-menu-wrap .main-menu .wide.pos-left .popup > .inner, .main-menu-wrap .main-menu .wide.pos-right .popup > .inner, .main-menu-wrap .porto-narrow-sub-menu, .main-menu-wrap .pos-left .porto-narrow-sub-menu, .main-menu-wrap .pos-right .porto-narrow-sub-menu { border-radius: 0 0 2px 2px; } .main-menu-wrap .main-menu > li.menu-item > a .tip { : px; top: px; } #header .main-menu-wrap .menu-custom-block a, #header .main-menu-wrap .menu-custom-block span { padding: px px px px; } #header .main-menu-wrap .menu-custom-block { padding-top: 0; padding-bottom: 0 } @media { .main-menu-wrap .main-menu > li.menu-item > a .tip { : px; top: px; } #header .main-menu-wrap .menu-custom-block a, #header .main-menu-wrap .menu-custom-block span { padding: px px px px; } } .sticky-header .main-menu-wrap .main-menu > li.menu-item > a .tip, #header.sticky-header .main-menu-wrap .main-menu .menu-custom-block .tip { : px; } .sticky-header .main-menu-wrap .main-menu > li.menu-item > a .tip, #header.sticky-header .main-menu-wrap .main-menu .menu-custom-block .tip { top: px; } @media (min-width: 992px) { #header.sticky-header .main-menu > li.menu-item > a, #header.sticky-header .menu-custom-block span, #header.sticky-header .menu-custom-block a, #header.sticky-header .main-menu-wrap .main-menu .menu-custom-block a, #header.sticky-header .main-menu-wrap .main-menu .menu-custom-block span { padding-top: px; padding-bottom: px; padding-: px; padding-: px; } } .sticky-header .mega-menu.menu-hover-underline > li.menu-item > a:before { margin-left: px; margin-right: px; } #header .main-menu-wrap .menu-custom-block .tip { : px; top: px; } #header .main-menu > li.menu-item > a { font-family: , sans-serif; font-size: ; font-weight: ; line-height: ; letter-spacing: ; color: ; padding: ; } #header .main-menu > li.menu-item.active > a { background-color: ; color: ; } #header .main-menu > li.menu-item.active:hover > a, #header .main-menu > li.menu-item:hover > a { background-color: ; color: ; color: var(--porto-primary-color-inverse); } #header .porto-wide-sub-menu a, #header .porto-narrow-sub-menu a, .side-nav-wrap .sidebar-menu .popup, .main-sidebar-menu .sidebar-menu .popup, .porto-popup-menu .sub-menu { font-family: , sans-serif; font-size: ; font-weight: ; line-height: ; letter-spacing: ; } /* main menu style for shop header and classic headers */ = 1 && (int) $header_type <= 9 ) || 18 == $header_type || 19 == $header_type || ( ( 'side' == $header_type || empty( $header_type ) ) && class_exists( 'Woocommerce' ) ) ) : ?> .sidebar-menu .porto-wide-sub-menu > li > a, #header .porto-wide-sub-menu > li > a { font-weight: 700; --porto-heading-color: ; } .sidebar-menu .porto-wide-sub-menu > li > a, #header .porto-wide-sub-menu > li > a { font-weight: 600; --porto-heading-color: ; } #header .main-menu .wide .popup { border-top: solid ; } #header .main-menu > li.has-sub:before, #header .main-menu > li.has-sub:after { border-bottom-color: ; } #header .main-menu .wide .popup, #header .sidebar-menu .wide .popup { border-width: 0; } #header .main-menu .wide .popup > .inner { border-radius: 2px; } #header .main-menu .wide.pos-left .popup > .inner { border-radius: 0 2px 2px 2px; } #header .main-menu .wide.pos-right .popup > .inner { border-radius: 2px 0 2px 2px; } #header .main-menu .narrow ul.sub-menu { background: ; } #header .main-menu .narrow li.menu-item > a { color: ; background-color: ; } #header .main-menu .narrow li.menu-item:hover > a, #header .main-menu .wide li.menu-item li.menu-item:hover > a { background: lighten( $b['mainmenu-toplevel-hbg-color'], 5 ) ); ?> } #header .main-menu .narrow.has-sub:before, #header .main-menu .narrow.has-sub:after { content: none } #header .main-menu .narrow ul.sub-menu { background-color: ; border-top: solid ; } #header .main-menu .narrow li.menu-item:hover > ul.sub-menu { top: px; } #header .main-menu .narrow li.menu-item > a { color: ; hexToRGB( $b['mainmenu-popup-bg-color'], false ); if ( ( $main_menu_popup_bg_arr[0] * 256 + $main_menu_popup_bg_arr[1] * 16 + $main_menu_popup_bg_arr[2] ) < ( 79 * 256 + 255 * 16 + 255 ) ) : ?> border-bottom-color: lighten( $b['mainmenu-popup-bg-color'], 5 ) ); ?>; border-bottom-color: darken( $b['mainmenu-popup-bg-color'], 5 ) ); ?>; } #header .main-menu .narrow li.menu-item:hover > a, #header .main-menu .wide li.menu-item li.menu-item:hover > a { color: ; background-color: ; } #header .menu-custom-block, #header .menu-custom-block span { color: ; } #header .menu-custom-block span, #header .menu-custom-block a { font-family: , sans-serif; font-size: ; font-weight: ; line-height: ; letter-spacing: ; } #header .menu-custom-block a { color: ; } #header .menu-custom-block a:hover { color: ; } #header .account-dropdown .sub-menu li.menu-item > a { font-family: , sans-serif; font-weight: ; font-size: ; line-height: ; letter-spacing: ; } .account-dropdown .sub-menu li.menu-item:before, .account-dropdown .sub-menu li.menu-item > a { color: ; } ul.account-dropdown .narrow ul.sub-menu { background-color: ; } .account-dropdown > li.has-sub:before, .account-dropdown > li.has-sub:after { border-bottom-color: ; } ul.account-dropdown .sub-menu li.menu-item:hover > a, ul.account-dropdown .sub-menu li.menu-item.active > a, ul.account-dropdown .sub-menu li.menu-item.is-active > a { color: ; background: ; background: darken( $b['account-dropdown-bgc'], 5 ) ); ?>; } #header .porto-view-switcher > li.menu-item:before, #header .porto-view-switcher > li.menu-item > a { color: ; } #header .porto-view-switcher > li.menu-item > a { background-color: ; } #header .porto-view-switcher .narrow ul.sub-menu { background: ; } #header .porto-view-switcher .narrow li.menu-item > a { color: ; } #header .porto-view-switcher .narrow li.menu-item > a.active, #header .porto-view-switcher .narrow li.menu-item:hover > a { color: ; background: darken( $b['switcher-hbg-color'], 5 ) ); ?>; } #header .account-dropdown .narrow ul.sub-menu { min-width: 160px; } #header .account-dropdown > li.menu-item > a { padding: 0; line-height: 1 } #header .account-dropdown > li.menu-item > a > i { margin-right: 0; } #header .account-dropdown > li.has-sub > a::after { font-size: 12px; vertical-align: middle; } #header .porto-view-switcher > li.has-sub:before, #header .porto-view-switcher > li.has-sub:after { border-bottom-color: ; } #header .searchform .selectric .label, #header .searchform .selectric-items li, #header .searchform .selectric-items li:hover, #header .searchform .selectric-items li.selected, #header .searchform .autocomplete-suggestion .yith_wcas_result_content .title { color: } #header .searchform input:-ms-input-placeholder { color: } #header .searchform input::-ms-input-placeholder { color: } #header .searchform input::placeholder { color: } #header .simple-search-layout .searchform-fields, #header .searchform .selectric-hover .selectric, #header .searchform .selectric-open .selectric, #header .searchform .autocomplete-suggestions, #header .searchform .selectric-items { border-color: } #header .searchform button { color: ; } #header .searchform select option, #header .searchform .autocomplete-suggestion, #header .searchform .autocomplete-suggestions, #header .searchform .selectric-items { color: ; background-color: ; } #header .searchform .selectric-items li:hover, #header .searchform .selectric-items li.selected { background-color: darken( $b['searchform-bg-color'], 10 ) ); ?> } #header .searchform .autocomplete-selected, #header .searchform .autocomplete-suggestion:hover { background-color: darken( $b['searchform-bg-color'], 3 ) ); ?> } #header .large-search-layout .search-toggle:after, #header .advanced-search-layout .search-toggle:after { border-bottom-color: ; } #header .large-search-layout .searchform { border-color: ; } @media (max-width: 991px) { #header .large-search-layout .searchform, #header .advanced-search-layout .searchform { border-color: ; } } #header .simple-search-layout .search-toggle:after { border-bottom-color: } #header.sticky-header .searchform-popup .search-toggle { color: } #header.sticky-header .searchform-popup .search-toggle:hover { color: } #header .mobile-toggle { color: ; background-color: ; font-size: 20px; margin-: .5rem } #header .mobile-toggle:first-child { padding-: 1px } @media { #header .main-menu-wrap .menu-custom-block .tip { : px; top: px; } #header .main-menu > li.menu-item > a/*, #header .menu-custom-block span, #header .menu-custom-block a*/ { padding: px px px px; } #header .menu-custom-block span, #header .menu-custom-block a { padding-right: px; padding-left: px; } } /* side header */ @media (min-width: 992px) { .page-wrapper.side-nav:not(.side-nav-right) #mini-cart:not(.minicart-offcanvas) .cart-popup { : 0; : auto; } .page-wrapper.side-nav.side-nav-right > .header-wrapper { order: 2; } .page-wrapper.side-nav.side-nav-right > .header-wrapper.header-side-nav #header { : auto; : 0; } .page-wrapper.side-nav-right > .header-wrapper.header-side-nav #header.initialize { position: fixed; } .page-wrapper.side-nav-right .sidebar-menu > li.has-sub:before { : auto; : 100%; } .page-wrapper.side-nav-right .sidebar-menu li.menu-item > a, .page-wrapper.side-nav-right .accordion-menu a { text-align: ; } .page-wrapper.side-nav-right .sidebar-menu li.menu-item > a > .thumb-info-preview { : auto; } .page-wrapper.side-nav-right .sidebar-menu > li.menu-item .popup:before { border-: 12px solid #fff; border-: none; right: -12px; left: auto; } .side-nav-right .porto-narrow-sub-menu li.menu-item-has-children>a:before { float: ; content: "\f053" } .page-wrapper.side-nav-right .sidebar-menu li.menu-item>.arrow:before { content: "\e819" } .side-nav-right #header .sidebar-menu li.menu-item > .arrow { : auto; : 10px; transition: .25s; } .side-nav-right #header .sidebar-menu li.menu-item:hover > .arrow { : auto; : 5px; } .page-wrapper.side-nav.side-nav-right .sidebar-menu .popup, .page-wrapper.side-nav.side-nav-right .sidebar-menu .narrow ul.sub-menu ul.sub-menu { : auto; : 100%; } .page-wrapper.side-nav.side-nav-right .sidebar-menu.subeffect-fadein- > li.menu-item .popup, .page-wrapper.side-nav.side-nav-right .sidebar-menu.subeffect-fadein- .narrow ul.sub-menu li.menu-item > ul.sub-menu { animation: menuFadeInRight 0.2s ease-out; } .page-wrapper.side-nav.side-nav-right .sidebar-menu.subeffect-fadein- > li.menu-item .popup, .page-wrapper.side-nav.side-nav-right .sidebar-menu.subeffect-fadein- > .narrow ul.sub-menu li.menu-item > ul.sub-menu { animation: menuFadeInLeft 0.2s ease-out; } .side-nav-right .side-menu-columns .narrow .menu-item-has-children>a:after, .side-nav-right .side-menu-columns>.menu-item-has-children>a:after { : auto; : 18px; transition: .25s; content: "\e84f" } .side-nav-right .side-menu-columns .narrow .menu-item-has-children:hover>a:after, .side-nav-right .side-menu-columns>.menu-item-has-children:hover>a:after { : auto; : 12px; } } /* sticky header */ #header.sticky-header .logo { display: none !important; } .sticky-header [data-widget_type="porto_hb_search_form.default"], #header.sticky-header .searchform-popup { display: none !important; } .sticky-header #mini-cart:not(.minicart-opened), .sticky-header [data-widget_type="porto_hb_mini_cart.default"] { display: none !important; } #header.sticky-header .menu-custom-content { display: none !important; } /* header type */ = 11 && (int) $header_type <= 17 ) : ?> @media (min-width: 992px) { #header .searchform button { color: lighten( $b['searchform-text-color'], 43 ) ); ?>; } } #header.sticky-header .main-menu-wrap, .fixed-header #header.sticky-header .main-menu-wrap { background-color: ; } @media (min-width: 992px) { #header .main-menu > li.menu-item { margin-top: -; } #header .main-menu > li.menu-item > a { border-top: solid transparent; } #header .main-menu > li.menu-item.active > a { border-top: solid ; } #header .main-menu > li.menu-item:hover > a { border-top: solid ; } } #header .searchform-popup .search-toggle { color: ; } #header .mobile-toggle { margin-: .5rem } #header .share-links a { background-color: transparent; color: ; } #header .share-links a:not(:hover) { background-color: ; color: ; } .header-wrapper #header .header-copyright { color: ; } @media (min-width: 992px) { .header-wrapper #header .header-main { position: static; background: transparent; } .header-wrapper #header .top-links li.menu-item > a { border-top-color: lighten( $b['mainmenu-toplevel-hbg-color'], 5 ) ); ?>; } .header-wrapper #header .top-links li.menu-item > a, .header-wrapper #header .top-links li.menu-item.active > a { color: ; } .header-wrapper #header .top-links li.menu-item:hover, .header-wrapper #header .top-links li.menu-item.active:hover { background: ; } .header-wrapper #header .top-links li.menu-item:hover > a, .header-wrapper #header .top-links li.menu-item.active:hover > a { color: ; } } /* mini cart */ .cart-popup .quantity, .cart-popup .quantity .amount, .wishlist-popup .quantity, .wishlist-popup .amount { color: #696969 !important } #mini-cart .cart-head { font-size: } #mini-cart .cart-popup { border: 1px solid ; } #mini-cart .cart-icon:after, #mini-cart.minicart-text .cart-head:after { border-color: ; } .sticky-header #mini-cart .cart-popup { border: 1px solid ; } .sticky-header #mini-cart .cart-icon:after, .sticky-header #mini-cart.minicart-text .cart-head:after { border-color: ; } #mini-cart .cart-items, #mini-cart .cart-items-text { color: } #mini-cart .cart-items { background-color: } .sticky-header #mini-cart .cart-subtotal, .sticky-header #mini-cart .minicart-icon, .sticky-header #mini-cart.minicart-arrow-alt .cart-head:after { color: } .sticky-header #mini-cart .cart-items, .sticky-header #mini-cart .cart-items-text { color: } .sticky-header #mini-cart .cart-items { background-color: } /* mobile panel */ { background-color: ; } a,'; echo '#side-nav-panel .menu-custom-block a:hover'; else : echo '#nav-panel .menu-custom-block a:hover'; endif; ?> { background-color: darken( $b['panel-bg-color'], 3.2 ) ) : esc_html( $porto_color_lib->lighten( $b['panel-bg-color'], 5 ) ); ?>; } { color: ; } li'; else : echo '#nav-panel .accordion-menu li'; endif; ?> { border-bottom-color: ; } #nav-panel .accordion-menu li.menu-item.active > a { background-color: } #nav-panel .accordion-menu li.menu-item.active > a, #nav-panel .accordion-menu li.menu-item:hover > a, #nav-panel .accordion-menu .sub-menu li:not(.active):hover > a { background: ; } .page-wrapper { transition: left .3s } #nav-panel .accordion-menu > li.menu-item > a, #nav-panel .accordion-menu > li.menu-item > .arrow { color: ; } #nav-panel .accordion-menu li.menu-item > a, #nav-panel .accordion-menu > li.menu-item > a, #nav-panel .accordion-menu .arrow, #nav-panel .menu-custom-block a, #nav-panel .accordion-menu > li.menu-item > .arrow { color: ; } #nav-panel .mobile-nav-wrap::-webkit-scrollbar-thumb { background: ; } #nav-panel .mobile-nav-wrap:empty { min-height: 200px; } #side-nav-panel .accordion-menu li.menu-item > a, #side-nav-panel .menu-custom-block a, #side-nav-panel .accordion-menu li.menu-item > .arrow { color: ; } #side-nav-panel::-webkit-scrollbar { width: 5px; } #side-nav-panel::-webkit-scrollbar-thumb { border-radius: 0px; background: ; } .page-wrapper, #header.sticky-header .header-main.sticky { transition: left .3s } html.panel-opened .page-wrapper, html.panel-opened #header.sticky-header .header-main.sticky { left: ; } @media (max-width: 991px) { #side-nav-panel .searchform select { display: none; } #side-nav-panel .searchform { padding: 0 10px; } #side-nav-panel .searchform-fields { border-radius: 25px; display: flex; align-items: center; background: lighten( $b['panel-bg-color'], 5 ) ); } ?>; } #side-nav-panel .searchform .text { flex: 1; } #side-nav-panel .searchform input[type="text"] { width: 100%; height: 38px; background: none; border: none; font-size: inherit; padding-: 25px; } #side-nav-panel .searchform .btn { background: none; border: none; box-shadow: none; padding: .625rem .875rem; color: } } @media (max-width: 575px) { #header .searchform-popup { display: none; } } #nav-panel .accordion-menu li.menu-item:hover > a, #nav-panel .accordion-menu li.menu-item:hover > .arrow, #nav-panel .accordion-menu .arrow:hover, #nav-panel .accordion-menu li.menu-item.active > a, #nav-panel .accordion-menu li.menu-item.active > .arrow, #nav-panel .menu-custom-block a:hover { color: ; } #side-nav-panel .accordion-menu li.menu-item.current-menu-item > a, #side-nav-panel .accordion-menu li.menu-item.active > a, #side-nav-panel .accordion-menu li.menu-item:hover > a, #side-nav-panel .menu-custom-block a:hover, #side-nav-panel .accordion-menu li.menu-item.current-menu-item > .arrow, #side-nav-panel .accordion-menu li.menu-item.active > .arrow, #side-nav-panel .accordion-menu li.menu-item:hover > .arrow { color: ; } #side-nav-panel .accordion-menu li.menu-item.current-menu-item > a, #side-nav-panel .accordion-menu li.menu-item.active > a, #side-nav-panel .accordion-menu li.menu-item:hover > a, #side-nav-panel .menu-custom-block a:hover { background-color: ; } .fixed-header #nav-panel .mobile-nav-wrap { padding: 15px !important; } /* footer */ .footer-wrapper.fixed #footer .footer-bottom { box-shadow: none; background-color: rgba(hexToRGB( $b['footer-bottom-bg']['background-color'] ) ); ?>, ); } #footer .footer-main > .container { padding-top: 4rem; padding-bottom: 1.5rem; } .footer .contact-details strong { color: } .footer .footer-bottom, .footer .footer-bottom p, .footer .footer-bottom .widget > div > ul li, .footer .footer-bottom .widget > ul li { color: } /* skin color */ $skin_color, 'secondary' => $b['secondary-color'], 'tertiary' => $b['tertiary-color'], 'quaternary' => $b['quaternary-color'], 'dark' => $b['dark-color'], 'light' => $b['light-color'], ); $theme_colors_inverse = array( 'primary' => $b['skin-color-inverse'], 'secondary' => $b['secondary-color-inverse'], 'tertiary' => $b['tertiary-color-inverse'], 'quaternary' => $b['quaternary-color-inverse'], 'dark' => $b['dark-color-inverse'], 'light' => $b['light-color-inverse'], ); ?> .widget_recent_entries li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_nav_menu li, .widget_archive li, .widget_categories li, .widget_rss li, .wp-block-latest-posts__list.wp-block-latest-posts li, .wp-block-latest-posts__list.wp-block-latest-posts li a { color: darken( $body_color, 6.67 ) ); ?>; } .widget .rss-date, .widget .post-date, .widget .comment-author-link, .wp-block-latest-posts__list time, .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt { color: lighten( $body_color, 6.67 ) ); ?>; } .color-primary, article.post .post-title, ul.list.icons li i, ul.list.icons li a:hover, ul[class^="wsp-"] li:before, .featured-box .wpb_heading, h2.resp-accordion, .widget .widget-title a:hover, .widget .widgettitle a:hover, .widget li.active > a, .widget_wysija_cont .showerrors, .portfolio-info ul li a:hover, article.member .member-role, html #topcontrol:hover, ul.portfolio-details h5, .page-not-found h4, article.post .sticky-post { color: ; } .highlight { background-image: linear-gradient( 90deg, rgba(255,255,255,0) 50%, hexToRGB( $b['skin-color'] ) . ', 0.2)'; ?> 0 ); } .thumb-info .link, .icon-featured, .featured-box .icon-featured, .inverted, .share-links a, .mega-menu:not(:hover) > li.menu-item.active > a, .mega-menu:not(:hover) > li.menu-item:hover > a ,.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ,.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover ,.swiper-pagination-bullet-active { background-color: ; } /* misc */ $theme_color ) : ?> .nav-pills- a, html .divider.divider- i, .featured-box- h4, .featured-box-effect-7.featured-box- .icon-featured:before, .has--color { color: ; } html .heading-, html .lnk-, .text-color- { color: !important; } .nav-pills- a:hover, .nav-pills- a:focus { color: lighten( $theme_color, 5 ) ); ?>; } .nav-pills- > li.active > a, html .label-, html .alert-, html .divider.divider-.divider-small hr, html .divider.divider-style-2.divider- i, .featured-box- .icon-featured, html .inverted-, .has--background-color { background-color: ; } html .background-color-, .featured-box-effect-3.featured-box-:hover .icon-featured { background-color: !important; } html .alert-, html .alert- .alert-link, html .divider.divider-style-2.divider- i { color: ; } html .label-, html .divider.divider-style-3.divider- i, .featured-box- .icon-featured:after, html .heading.heading- .heading-tag { border-color: ; } .border-color- { border-color: !important; } .featured-box- .box-content { border-top-color: ; } html .alert- { border-color: darken( $theme_color, 3 ) ); ?>; } .featured-box-effect-2.featured-box- .icon-featured:after { box-shadow: 0 0 0 3px ; } .featured-box-effect-3.featured-box- .icon-featured:after { box-shadow: 0 0 0 10px ; } $function_name( $color_background, 10 ), $porto_color_lib->$function_name( $color_background, 20 ), $porto_color_lib->$function_name( $color_background, 30 ), $porto_color_lib->$function_name( $color_background, 40 ), $porto_color_lib->$function_name( $color_background, 50 ), $porto_color_lib->$function_name( $color_background, 60 ), $porto_color_lib->$function_name( $color_background, 70 ), $porto_color_lib->$function_name( $color_background, 80 ), $porto_color_lib->$function_name( $color_background, 90 ) ); ?> $value ) : ?> html .section.section-default-scale- { background-color: !important; border-top-color: darken( $value, 3 ) ); ?> !important; } /* side menu */ .side-nav-wrap .sidebar-menu > li.menu-item > a, .main-sidebar-menu .sidebar-menu > li.menu-item > a, .side-nav-wrap .sidebar-menu .menu-custom-block span, .main-sidebar-menu .sidebar-menu .menu-custom-block span, .side-nav-wrap .sidebar-menu .menu-custom-block a, .main-sidebar-menu .sidebar-menu .menu-custom-block a { font-family: , sans-serif; font-size: ; font-weight: ; line-height: ; letter-spacing: ; } .side-nav-wrap .sidebar-menu .popup:before, .main-sidebar-menu .sidebar-menu .popup:before { top: calc( px + ( -1 * var(--porto-sd-menu-popup-top, 0px) ) ) } @media { .side-nav-wrap .sidebar-menu .popup:before, .main-sidebar-menu .sidebar-menu .popup:before { top: calc( px + ( -1 * var(--porto-sd-menu-popup-top, 0px) ) ) } } .header-side-nav .sidebar-menu > li.menu-item > .arrow, .main-sidebar-menu .sidebar-menu > li.menu-item > .arrow { top: px } @media (min-width: px) { .header-side-nav .sidebar-menu > li.menu-item > .arrow, .main-sidebar-menu .sidebar-menu > li.menu-item > .arrow { top: px } } .side-nav-wrap .sidebar-menu > li.menu-item > a, .side-nav-wrap .sidebar-menu > li.menu-item > .arrow:before, .side-nav-wrap .sidebar-menu .menu-custom-block a { color: } .side-nav-wrap .sidebar-menu > li.menu-item:hover, .side-nav-wrap .sidebar-menu > li.menu-item.active, .side-nav-wrap .sidebar-menu .menu-custom-block a:hover { background-color: ; } .side-nav-wrap .sidebar-menu > li.menu-item > a, .side-nav-wrap .sidebar-menu > li.menu-item:hover + li.menu-item > a, .side-nav-wrap .sidebar-menu > li.menu-item.active + li.menu-item > a, .side-nav-wrap .sidebar-menu .menu-custom-block a, .side-nav-wrap .sidebar-menu .menu-custom-block a:hover, .side-nav-wrap .sidebar-menu .menu-custom-block a:hover + a { border-top-color: lighten( $b['mainmenu-toplevel-hbg-color'], 5 ) ); ?>; } .side-nav-wrap .sidebar-menu > li.menu-item.active + li.menu-item > a { border-top: none; } .sidebar-menu > li.menu-item:hover + li.menu-item > a { border-top-color: transparent; } .side-nav-wrap .sidebar-menu > li.menu-item > a { border-top-color: transparent; } .side-nav-wrap .sidebar-menu > li.menu-item:hover > a, .side-nav-wrap .sidebar-menu > li.menu-item.active > a, .side-nav-wrap .sidebar-menu > li.menu-item.active > .arrow:before, .side-nav-wrap .sidebar-menu > li.menu-item:hover > .arrow:before, .side-nav-wrap .sidebar-menu .menu-custom-block a:hover { color: ; } .toggle-menu-wrap .sidebar-menu > li.menu-item > a { border-top-color: rgba(0, 0, 0, .125) } /* breadcrumb */ .page-top > .container { padding-top: px; padding-bottom: px; } .page-top .yoast-breadcrumbs, .page-top .breadcrumbs-wrap { color: ; } .page-top .yoast-breadcrumbs a, .page-top .breadcrumbs-wrap a, .page-top .product-nav .product-link { color: ; } .page-top ul.breadcrumb > li .delimiter { font-size: } .page-top .page-title { font-family: , sans-serif; font-size: ; font-weight: ; line-height: ; letter-spacing: ; color: } .page-top .page-sub-title { font-family: , sans-serif; font-size: ; font-weight: ; line-height: ; letter-spacing: ; color: ; margin: px px px px; } .page-top .breadcrumbs-wrap { margin-top: px; margin-right: px; margin-bottom: px; margin-left: px; } .page-top ul.breadcrumb>li { text-transform: ; } .page-top .breadcrumb { font-family: , sans-serif; font-size: ; font-weight: ; line-height: ; letter-spacing: ; margin: px px px px; } .page-top .sort-source > li > a { color: ; } @media (max-width: 767px) { .page-top .sort-source { background: ; border-top: solid ; margin-bottom: -; bottom: -px; } } #main .share-links a { background-color: !important; color: !important; } #main .share-links a:hover { background-color: lighten( $skin_color, 5 ) ); ?> !important; } /* button */ input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme { background-color: ; border-color: ; } input[type="submit"].dokan-btn-theme:hover, a.dokan-btn-theme:hover, .dokan-btn-theme:hover, input[type="submit"].dokan-btn-theme:focus, a.dokan-btn-theme:focus, .dokan-btn-theme:focus, input[type="submit"].dokan-btn-theme:active, a.dokan-btn-theme:active, .dokan-btn-theme:active, input[type="submit"].dokan-btn-theme.active, a.dokan-btn-theme.active, .dokan-btn-theme.active, .open .dropdown-toggleinput[type="submit"].dokan-btn-theme, .open .dropdown-togglea.dokan-btn-theme, .open .dropdown-toggle.dokan-btn-theme { border-color: darken( $skin_color, 5 ) ); ?>; background-color: darken( $skin_color, 5 ) ); ?>; } .btn, .button, input.submit, [type="submit"].btn-primary, [type="submit"] { background: transparent; border-color: ; color: ; text-shadow: none; border-width: 3px; padding: 4px 10px; } .btn.btn-lg, .button.btn-lg, input.submit.btn-lg, [type="submit"].btn-primary.btn-lg, [type="submit"].btn-lg, .btn-group-lg > .btn, .btn-group-lg > .button, .btn-group-lg > input.submit, .btn-group-lg > [type="submit"].btn-primary, .btn-group-lg > [type="submit"] { padding: 8px 14px; } .btn.btn-sm, .button.btn-sm, input.submit.btn-sm, [type="submit"].btn-primary.btn-sm, [type="submit"].btn-sm, .btn-group-sm > .btn, .btn-group-sm > .button, .btn-group-sm > input.submit, .btn-group-sm > [type="submit"].btn-primary, .btn-group-sm > [type="submit"] { border-width: 2px; padding: 4px 10px; } .btn.btn-xs, .button.btn-xs, input.submit.btn-xs, [type="submit"].btn-primary.btn-xs, [type="submit"].btn-xs, .btn-group-xs > .btn, .btn-group-xs > .button, .btn-group-xs > input.submit, .btn-group-xs > [type="submit"].btn-primary, .btn-group-xs > [type="submit"] { padding: 1px 5px; border-width: 1px; } .btn:hover, .button:hover, input.submit:hover, [type="submit"].btn-primary:hover, [type="submit"]:hover, .btn:focus, .button:focus, input.submit:focus, [type="submit"].btn-primary:focus, [type="submit"]:focus, .btn:active, .button:active, input.submit:active, [type="submit"].btn-primary:active, [type="submit"]:active { background-color: darken( $skin_color, 5 ) ); ?>; border-color: !important; color: ; } .btn-default, [type="submit"].btn-default { border-color: #ccc; color: #333; } .btn-default:hover, [type="submit"].btn-default:hover, .btn-default:focus, [type="submit"].btn-default:focus, .btn-default:active, [type="submit"].btn-default:active { background-color: #e6e6e6; border-color: #adadad !important; color: #333; } body .cart-actions .button, body .checkout-button, body #place_order { padding: 8px 14px; } $theme_color ) : ?> .btn-, [type="submit"].btn- { background: transparent; border-color: ; color: ; text-shadow: none; border-width: 3px; } .btn-:hover, [type="submit"].btn-:hover, .btn-:focus, [type="submit"].btn-:focus, .btn-:active, [type="submit"].btn-:active { background-color: darken( $theme_color, 5 ) ); ?>; border-color: !important; color: ; } .popup .sub-menu, .header-side-nav .narrow .popup { text-transform: ; } .mega-menu .tip, .sidebar-menu .tip, .accordion-menu .tip, .menu-custom-block .tip { background: ; border-color: ; } /* shortcodes */ .porto-vc-testimonial blockquote, .testimonial blockquote, .testimonial blockquote p { font-family: Georgia, serif; letter-spacing: ; } /* footer */ .footer, .footer p, .footer .widget > div > ul li, .footer .widget > ul li { color: ; } .footer .widget > div > ul, .footer .widget > ul, .footer .widget > div > ul li, .footer .widget > ul li, .footer .post-item-small { border-color: rgba(hexToRGB( $b['footer-text-color'] ) ); ?>, 0.3); } .footer a:not(.btn), .footer .tooltip-icon { color: ; } .footer .tooltip-icon { border-color: ; } .footer a:hover { color: ; } .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer .widget-title, .footer .widgettitle, .footer h1 a, .footer h2 a, .footer h3 a, .footer h4 a, .footer h5 a, .footer h6 a, .footer .widget-title a, .footer .widgettitle a { color: ; } #footer .footer-ribbon { background-color: ; } #footer .footer-ribbon:before { border--color: darken( $b['footer-ribbon-bg-color'], 15 ) ); ?>; } #footer .footer-ribbon, #footer .footer-ribbon a, #footer .footer-ribbon a:hover, #footer .footer-ribbon a:focus { color: ; } .footer .footer-bottom a, .footer .footer-bottom .widget_nav_menu ul li:before { color: ; } .footer .footer-bottom a:hover { color: ; } .footer .share-links a:not(:hover), .footer-top .share-links a:not(:hover) { background: none; color: ; } .footer .share-links a:not(:hover), .footer-top .share-links a:not(:hover) { background: ; color: ; } /*------------------ Fonts ---------------------- */ .alternative-font, #footer .footer-ribbon { font-weight: ; } /*------------------ Theme Dokan --------------------- */ /*.dokan-dashboard .dokan-dash-sidebar, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu { background: #f4f4f4; } .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a { border-color: #e1e1e1; } .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a { color: ; } .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a { color: }*/ .dokan-form-group label.error { display: block; margin-top: 0; } .dokan-single-store .profile-info li { line-height: 24px; } .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after { : auto; : 0; } input[type="submit"].dokan-btn, a.dokan-btn, .dokan-btn { font-weight: 600; font-size: .9em; padding: 0.5rem 1rem; } .dokan-store-sidebar .widget>div>ul { border-bottom: none; } .dokan-store-sidebar .widget>div>ul li { padding: 0; border-top: none; } .dokan-store-sidebar .widget>div>ul li > ul { margin-top: 0; margin-bottom: 0; } .dokan-store-sidebar .widget>div>ul li > a { display: block; padding: 5px 0; } .dokan-store-sidebar .widget .caret-icon { float: ; padding: 0 10px; } .dokan-store-widget .product_list_widget li { display: block } .dokan-single-store .profile-info-summery-wrapper { z-index: 4; } .tooltip .tooltip-arrow { border-width: 0; } .tooltip-inner { padding: 0.25rem 0.5rem !important; } /*------------------ Theme Shop ---------------------- */ @media (max-width: px) { .shop_table.wishlist_table .yith-compare, table.wishlist_table .yith-compare { margin-left: 0 !important; margin-right: 0 !important; } } @media (min-width: px) { .divider-line.pcols-lg-6 > .product-col:nth-child(6n), .divider-line.pcols-lg-5 > .product-col:nth-child(5n), .divider-line.pcols-lg-4 > .product-col:nth-child(4n), .divider-line.pcols-lg-3 > .product-col:nth-child(3n), .divider-line.pcols-lg-2 > .product-col:nth-child(2n) { border-right-width: 0; } } @media (min-width: 768px) and (max-width: px) { .divider-line.pcols-md-5 > .product-col:nth-child(5n), .divider-line.pcols-md-4 > .product-col:nth-child(4n), .divider-line.pcols-md-3 > .product-col:nth-child(3n), .divider-line.pcols-md-2 > .product-col:nth-child(2n) { border-right-width: 0; } } .stock, ul.cart_list .product-details a:hover, .product_list_widget .product-details a:hover, ul.cart_list li a:hover, ul.product_list_widget li a:hover, .shipping_calculator h2, .shipping_calculator h2 a, .product-subtotal .woocommerce-Price-amount { color: } .single-product .variations .label label { line-height: 32px; } /* WC Marketplace Compatibility */ .wcmp-wrapper .nav { display: block; } .wcmp-wrapper .top-user-nav>li a.dropdown-toggle:after { display: none; } .wcmp-wrapper select, .wcmp-wrapper select.form-control { background-size: auto; } .wcmp-wrapper .row-actions span.divider { margin: 0; background-image: none; } .wcmp-wrapper .content-padding:not(.dashboard) .dataTables_wrapper.dt-bootstrap .dataTables_paginate li { text-indent: 0; width: auto; } .wcmp-wrapper .input-group-addon { width: auto; line-height: inherit; } .sidebar-content { padding-bottom: 15px; } .product-attr-description { padding: 1rem 0 .125rem; } .product-attr-description > div { display: none; } .product-attr-description > a { font-size: .8571em; font-style: italic; color: inherit; text-decoration: none; display: none; } .product-attr-description.active > a { display: inline-block; } .product-attr-description .attr-desc { padding: .5rem 0 0; display: none; } .product-attr-description .attr-desc.active { display: block; } /*---------------- Skeleton screen ---------------- */ hexToRGB( $color_dark ) : '255, 255, 255'; ?> .skeleton-loading, .skeleton-loading-wrap { height: 0 !important; overflow: hidden !important; visibility: hidden; margin-top: 0 !important; margin-bottom: 0 !important; padding: 0 !important; min-height: 0 !important; } @keyframes skeletonloading { to { background-position: 200% 0; } } .skeleton-body.product .entry-summary, .products.skeleton-body li, .skeleton-body.product .tab-content, .skeleton-body .post { overflow: hidden; position: relative; } .skeleton-body.product .entry-summary:after, .products.skeleton-body li:after, .sidebar-content.skeleton-body aside:after, .skeleton-body.product .tab-content:after, .skeleton-body.tab-content:after, .skeleton-body .post:after { content: ''; position: absolute; top: -50%; left: -50%; right: -50%; bottom: -50%; transform: rotate(45deg); background-image: linear-gradient(90deg, rgba(, 0) 20%, rgba(, 0.8) 50%, rgba(, 0) 80%); background-size: 60% 100%; background-position: -100% 0; background-repeat: no-repeat; animation: skeletonloading 1.5s infinite .2s; } .skeleton-body.product .tab-content:after, .skeleton-body.tab-content:after { background-image: linear-gradient(135deg, rgba(, 0) 20%, rgba(, 0.8) 50%, rgba(, 0) 80%); transform: none; animation-duration: 2s; } .skeleton-body.product { position: relative; z-index: 1; } .skeleton-body.product-layout-transparent .product-summary-wrap:before, .skeleton-body.product-layout-transparent .product-summary-wrap:after { content: none; } .skeleton-body.product .summary-before { order: initial; } /* quickview */ .skeleton-body.product .summary-before { padding-top: 59%; } .skeleton-body.product .entry-summary { min-height: 500px; overflow: hidden; } .skeleton-body.product > .row { align-items: flex-start; } .skeleton-body.product > .row > div:before, .skeleton-body.tab-content:before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: 0 px; background-repeat: no-repeat; } .skeleton-body.product .summary-before:before { background-image: linear-gradient( 100%, transparent 0), linear-gradient( 100%, transparent 0), linear-gradient( 100%, transparent 0), linear-gradient( 100%, transparent 0), linear-gradient( 100%, transparent 0); background-size: 100% calc(80% - 4px), calc(25% - 6px) calc(20% - 4px), calc(25% - 6px) calc(20% - 4px), calc(25% - 6px) calc(20% - 4px), calc(25% - 6px) calc(20% - 4px); background-position: center top, left bottom, 33.3333% bottom, 66.6666% bottom, right bottom; } .skeleton-body.product .entry-summary:before { background-image: linear-gradient( 25px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 18px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 16px, transparent 0), linear-gradient( 16px, transparent 0), linear-gradient( 1px, transparent 0), linear-gradient( 25px, transparent 0), linear-gradient( 35px, transparent 0), linear-gradient( 25px, transparent 0); background-size: 55% 25px, 70% 14px, 40% 18px, 100% 14px, 100% 14px, 100% 14px, 100% 14px, 40% 16px, 40% 16px, 100% 1px, 70% 25px, 60% 35px, 60% 25px; background-position: top, 34px, 75px, 120px, 147px, 174px, 201px, 240px, 270px, 320px, 350px, 395px, 455px; } @media (max-width: 767px) { .skeleton-body.product .summary-before { margin-bottom: 2rem; padding-top: 100%; max-width: 100%; } } @media (max-width: 991px) { .quickview-wrap.skeleton-body .summary-before { margin-bottom: 30px; } } @media (min-width: 768px) { .skeleton-body.product-layout-default .summary-before.col-md-5, .skeleton-body.product-layout-builder .summary-before.col-md-5 { padding-top: 50% } } .skeleton-body.product .tab-content, .tab-content.skeleton-body { min-height: 180px; position: relative; margin-top: 3rem; padding-top: 0 !important; } .skeleton-body.tab-content:before { margin: 0 } .skeleton-body.product .tab-content:before, .skeleton-body.tab-content:before { background-image: linear-gradient( 40px, transparent 0), linear-gradient( 40px, transparent 0), linear-gradient( 40px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0); background-size: 100px 40px, 100px 40px, 100px 40px, 100% 14px, 100% 14px, 100% 14px, 100% 14px; background-position: 0 0, 120px 0, 240px 0, 0 70px, 0 100px, 0 130px, 0 160px; } .products.skeleton-body .product:before { content: ''; display: block; padding-top: calc(% + 110px); background-repeat: no-repeat; background-image: linear-gradient( 100%, transparent 0), linear-gradient( 12px, transparent 0), linear-gradient( 16px, transparent 0), linear-gradient( 12px, transparent 0), linear-gradient( 16px, transparent 0); background-size: 100% %, 50% 12px, 70% 16px, 50% 12px, 40% 16px; background-position: 0, calc(% + 20px), calc(% + 44px), calc(% + 66px), calc(% + 92px); } .grid.skeleton-body .product-default:before, .grid.skeleton-body .product-wq_onimage:before { background-position-x: center, center, center, center, center } @media (min-width: 576px) { .list.skeleton-body .product:before { padding-top: 250px; background-image: linear-gradient( 250px, transparent 0), linear-gradient( 12px, transparent 0), linear-gradient( 16px, transparent 0), linear-gradient( 12px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 16px, transparent 0), linear-gradient( 20px, transparent 0); background-size: 250px 100%, 150px 12px, 250px 16px, 150px 12px, 100% 14px, 100% 14px, 120px 16px, 200px 20px; background-position: 0, 20px, 44px, 70px, 105px, 130px, 170px, 205px; } .list.skeleton-body .product:after { transform: none; background-image: linear-gradient(135deg, rgba(, 0) 40%, rgba(, 0.8) 50%, rgba(, 0) 60%); animation: skeletonloading 2.5s infinite .2s; } } .skeleton-body .post { border-bottom: none; margin-bottom: 30px; padding-bottom: 0; } .skeleton-body .post:before { content: ''; display: block; padding-top: calc(60% + 165px); background-repeat: no-repeat; background-image: linear-gradient( 100%, transparent 0), linear-gradient( 16px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 20px, transparent 0); background-size: 100% calc(100% - 165px), 50% 16px, 100% 14px, 100% 14px, 100% 14px, 70% 20px; background-position: 0 0, calc(100% - 130px), calc(100% - 100px), calc(100% - 75px), calc(100% - 50px), calc(100% - 10px); } @media (min-width: 992px) { .posts-medium.skeleton-body .post:before, .posts-medium-alt.skeleton-body .post:before { padding-top: 25%; min-height: 180px; background-image: linear-gradient( 100%, transparent 0), linear-gradient( 16px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 20px, transparent 0); background-size: 40% 100%, 30% 16px, 58% 14px, 58% 14px, 58% 14px, 58% 14px, 58% 20px; background-position: 0, 10px, 45px, 70px, 95px, 120px, 155px; } .posts-medium.skeleton-body .post:after, .posts-medium-alt.skeleton-body .post:after { transform: none; background-image: linear-gradient(135deg, rgba(, 0) 40%, rgba(, 0.8) 50%, rgba(, 0) 60%); animation: skeletonloading 2s infinite .2s; } } .sidebar-content.skeleton-body aside { overflow: hidden; position: relative; } .sidebar-content.skeleton-body aside:before { content: ''; display: block; height: 320px; background-repeat: no-repeat; background-image: linear-gradient( 20px, transparent 0), linear-gradient( 30px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 30px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 30px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 30px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 30px, transparent 0), linear-gradient( 14px, transparent 0), linear-gradient( 30px, transparent 0), linear-gradient( 14px, transparent 0); background-size: 55% 20px, 30px 30px, 100% 14px, 30px 30px, 60% 14px, 30px 30px, 80% 14px, 30px 30px, 50% 14px, 30px 30px, 100% 14px, 30px 30px, 70% 14px; background-position: 5px, 50px, 58px, 95px, 103px, 140px, 148px, 185px, 193px, 230px, 238px, 275px, 283px; } hexToRGB( $b['panel-bg-color'] ) : ( $dark ? $porto_color_lib->hexToRGB( $color_dark ) : '255, 255, 255' ); if ( empty( $b['mobile-panel-type'] ) ) { $nav_skeleton_color = isset( $b['placeholder-color'] ) ? $b['placeholder-color'] : '#f4f4f4'; $nav_selector = '#nav-panel'; if ( $b['panel-bg-color'] && 'transparent' != $b['panel-bg-color'] && $porto_color_lib->isColorDark( $b['panel-bg-color'] ) ) { $nav_skeleton_color = $porto_color_lib->lighten( $b['panel-bg-color'], 12 ); $nav_loading_color = $porto_color_lib->hexToRGB( $porto_color_lib->lighten( $b['panel-bg-color'], 8 ) ); } } else { $nav_skeleton_color = $porto_color_lib->lighten( $b['panel-bg-color'], 15 ); $nav_selector = '#side-nav-panel'; } $submenu_skeleton_color = $skeleton_color; $submenu_animation_color = $animation_color; if ( $porto_color_lib->isColorDark( $b['mainmenu-popup-bg-color'] ) ) { $submenu_skeleton_color = $porto_color_lib->lighten( $b['mainmenu-popup-bg-color'], 15 ); $submenu_animation_color = $porto_color_lib->hexToRGB( $porto_color_lib->lighten( $b['mainmenu-popup-bg-color'], 5 ) ); } ?> @keyframes side_nav_loading { to { background-position: 200% 0; } } #nav-panel .skeleton-body { position: relative; overflow: hidden; } #nav-panel .skeleton-body:after { content: ''; position: absolute; top: -50%; left: -50%; right: -50%; bottom: -50%; transform: rotate(45deg); background-image: linear-gradient(90deg, rgba(, 0) 20%, rgba(, 0.8) 50%, rgba(, 0) 80%); background-size: 60% 100%; background-position: -100% 0; background-repeat: no-repeat; animation: side_nav_loading 1.5s infinite .2s; } @media (min-width: 480px) { #nav-panel .skeleton-body:after { transform: none; background-image: linear-gradient(135deg, rgba(, 0) 20%, rgba(, 0.8) 50%, rgba(, 0) 80%); animation-duration: 2s; } } .skeleton-body:before { content: ''; display: block; min-height: 200px; background-repeat: no-repeat; background-image: linear-gradient( 20px, transparent 0), linear-gradient( 20px, transparent 0), linear-gradient( 20px, transparent 0), linear-gradient( 20px, transparent 0), linear-gradient( 20px, transparent 0); background-size: 100% 20px, 100% 20px, 100% 20px, 100% 20px, 100% 20px; background-position: 0 0, 0 40px, 0 80px, 0 120px, 0 160px; } .menu-item.narrow .sub-menu.skeleton-body, .menu-item.wide .sub-menu.skeleton-body li { overflow: hidden; position: relative; } .menu-item.narrow .sub-menu.skeleton-body { min-width: 165px; } .menu-item.wide .sub-menu.skeleton-body li { flex: 1; } .menu-item.narrow .sub-menu.skeleton-body:after, .menu-item.wide .sub-menu.skeleton-body li:after { content: ''; position: absolute; top: -50%; left: -50%; right: -50%; bottom: -50%; background-repeat: no-repeat; transform: rotate(45deg); background-image: linear-gradient(90deg, rgba(, 0) 20%, rgba(, 0.8) 50%, rgba(, 0) 80%); background-size: 60% 100%; background-position: -100% 0; background-repeat: no-repeat; } .menu-item.narrow .sub-menu.skeleton-body:before, .menu-item.wide .sub-menu.skeleton-body li:before { content: ''; display: block; background-repeat: no-repeat; min-height: 180px; margin: 15px 10px 0; background-image: linear-gradient( 18px, transparent 0), linear-gradient( 18px, transparent 0), linear-gradient( 18px, transparent 0), linear-gradient( 18px, transparent 0), linear-gradient( 18px, transparent 0); background-size: 100% 18px, 100% 18px, 100% 18px, 100% 18px, 100% 18px; background-position: 0 0, 0 36px, 0 72px, 0 108px, 0 144px; } .menu-item.wide .sub-menu.skeleton-body { display: flex; max-width: 100%; flex-wrap: wrap; } .mega-menu > li.menu-item:hover .skeleton-body:after, .mega-menu > li.menu-item:hover .skeleton-body li:after { animation: side_nav_loading 1.5s infinite .2s; } /*---------------- Elementor Styles ---------------- */ = 1360 ) : ?> @media (min-width: px) and (max-width: px) { .elementor-section { --porto-flick-carousel-width: 1140px; } .e-con { --container-max-width: 1140px; } .elementor-section.elementor-section-boxed > .elementor-container { max-width: 1140px; --porto-flick-carousel-width: 1140px; } .elementor-section.elementor-section-boxed > .elementor-column-gap-no { max-width: px; --porto-flick-carousel-width: px; } .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow { max-width: px; --porto-flick-carousel-width: px; } .elementor-section.elementor-section-boxed > .elementor-column-gap-extended { max-width: px; --porto-flick-carousel-width: px; } .elementor-section.elementor-section-boxed > .elementor-column-gap-wide { max-width: px; --porto-flick-carousel-width: px; } .elementor-section.elementor-section-boxed > .elementor-column-gap-wider { max-width: px; --porto-flick-carousel-width: px } } @media (min-width: 992px) and (max-width: px) @media (min-width: 992px) and (max-width: px) { .elementor-section { --porto-flick-carousel-width: 960px; } .e-con { --container-max-width: 960px; } .elementor-section.elementor-section-boxed > .elementor-container { max-width: 960px; --porto-flick-carousel-width: 960px; } .elementor-section.elementor-section-boxed > .elementor-column-gap-no { max-width: px; --porto-flick-carousel-width: px } .elementor-section.elementor-section-boxed > .elementor-column-gap-narrow { max-width: px; --porto-flick-carousel-width: px; } .elementor-section.elementor-section-boxed > .elementor-column-gap-extended { max-width: px; --porto-flick-carousel-width: px } .elementor-section.elementor-section-boxed > .elementor-column-gap-wide { max-width: px; --porto-flick-carousel-width: px; } .elementor-section.elementor-section-boxed > .elementor-column-gap-wider { max-width: px; --porto-flick-carousel-width: px; } } .elementor-products-grid .products li.product-col { max-width: none; padding: 0; margin-bottom: 0 } .elementor-products-grid .products li.product-col .woocommerce-loop-product__title, .elementor-products-grid .products .category-list { white-space: normal } .elementor-products-grid nav.woocommerce-pagination { margin-top: 0 !important; } .elementor-widget-wc-archive-products #infscr-loading { top: calc(100% + 20px); } @media (min-width: 576px) { .elementor-widget-wc-archive-products .woocommerce ul.products.list { grid-template-columns: repeat(1, 1fr) !important; } } /*---------------- Visual Composer Styles ---------------- */ .vce-row--col-gap- > .vce-row-content > .vce-col { margin-: px } .vce-row--col-gap- > .vce-row-content > .vce-column-resizer .vce-column-resizer-handler { width: px } /*---------------- Gutenberg Styles ---------------- */ .wp-block-columns, .page-content > .wp-block-columns.alignwide { margin-left: calc( -1 * var(--porto-column-spacing) ); margin-right: calc( -1 * var(--porto-column-spacing) ); flex-wrap: wrap } @media (min-width: 768px) { .wp-block-columns.alignwide { max-width: none; width: auto } } .wp-block-column { padding-left: var(--porto-column-spacing); padding-right: var(--porto-column-spacing) } /*.wp-block-column:not([class*=" col-"]) { flex-basis: 50%; }*/ .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child), .wp-block-columns .wp-block-column { margin-left: 0; margin-right: 0 } @media (max-width: 781px) and (min-width: 600px) { .wp-block-column:not(:only-child), .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) { flex-basis: 50%!important; flex-grow: 0; } .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) { margin-left: 0; margin-right: 0; } } @media (min-width: 782px) { .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) { margin-left: 0; margin-right: 0; } } .btn.btn-block { display: block; padding-left: 0; padding-right: 0 } /* header builder */ .gutenberg-hb > .porto-block, .gutenberg-hb .porto-section, .gutenberg-hb .porto-section > .container { display: flex; align-items: center; flex-wrap: wrap; } .gutenberg-hb .porto-section { flex: 0 0 auto; width: 100%; } .gutenberg-hb > .porto-block > *:not(.porto-section), .gutenberg-hb .porto-section > *:not(.container), .gutenberg-hb .porto-section > .container > * { margin-: .875rem } .gutenberg-hb > .porto-block > *:last-child, .gutenberg-hb .porto-section > *:not(.container):last-child, .gutenberg-hb .porto-section > .container > *:last-child { margin-: 0 } =' ) ) : ?> /* Styles above WordPress Version 6.0 */ .page-wrapper [class*=wp-container-] { gap: 0 !important; flex-wrap: wrap!important; } /*---------------- Sticky Icon Bar ---------------- */ .porto-sticky-navbar:not(.fixed) { display: none } .porto-sticky-navbar > div { text-align: center; padding: 10px 0 5px;} .porto-sticky-navbar .sticky-icon + .sticky-icon { border-: 1px solid ; } .porto-sticky-navbar a, .porto-sticky-navbar .label { color: ; } .porto-sticky-navbar i { font-size: 27px; display: block; line-height: 27px; margin-bottom: 4px } .porto-sticky-navbar .porto-icon-bars { font-size: 22px; } .porto-sticky-navbar .label { display: block;text-transform: uppercase; font-size: 9px; letter-spacing: -.5px; font-weight: 600; } .porto-sticky-navbar .cart-icon { display: inline-block; position: relative; } .porto-sticky-navbar .cart-items { display: inline-block; position: absolute; width: 15px; height: 15px; top: -2px; right: -6px; background-color: #ed5348; color: #fff; line-height: 15px; font-size: 9px; font-weight: 600; text-align: center; border-radius: 8px; box-shadow: -1px 1px 2px 0 rgba(0,0,0,0.3); overflow: hidden; } @media (max-width: 575px) { .porto-sticky-navbar.fixed { display: flex; position: fixed; bottom: 0; : 0; width: 100%; background-color: ; border-top: 1px solid ; z-index: 1000; animation: .3s linear menuFadeInUp; transition: .3s; } .sidebar-opened .porto-sticky-navbar.fixed, .panel-opened .porto-sticky-navbar.fixed { : 260px; } .sidebar-right-opened .porto-sticky-navbar.fixed { : -260px; } #footer { margin-bottom: 3.75rem } } /*---------------- Sidebar Width ---------------------*/ @media( min-width: 992px ) { .sidebar { width: } .main-content.col-lg-9 { width: calc( 100% - ); } .main-content.col-lg-6 { width: calc( 100% - 2 * ); } } @media( min-width: 992px ) { .woocommerce.archive .sidebar, .single-product .sidebar { width: } .woocommerce.archive .main-content.col-lg-9, .single-product .main-content.col-lg-9 { width: calc( 100% - ); } .woocommerce.archive .main-content.col-lg-6, .single-product .main-content.col-lg-6 { width: calc( 100% - 2 * ); } }