.badge__item { z-index: 1; } .product-slider-horizontal .list-item-product .item .product { overflow:hidden; position: relative; } .widget_item_style_3 { overflow: hidden; text-align: center; } .widget_item_style_3 .row-flex{ position: relative; display: grid; grid-template-columns: var(--item-per-row); grid-auto-rows: 1fr; gap:10px; align-items: center; } .widget_item_style_3 .item { position: relative; overflow: hidden; text-align: center; background-position: center; display: flex; width: 100%; height: 100%; background-color: #fff; border: 1px solid #e7e7e7; padding: 20px 10px; border-radius: 4px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .widget_item_style_3 .item:hover { box-shadow: 0 26px 49px 0 rgba(76,99,108,.14); } .widget_item_style_3 .item .img { height:var(--item-height); width:var(--item-height); flex: 0 0 var(--item-height); text-align: center; margin-right: 15px; } .widget_item_style_3 .item .img img { width: 100%; height: 100%; object-fit: contain; display: flex; margin: auto; } .widget_item_style_3 .item .title { text-align: left; flex: 1; } .widget_item_style_3 .item .title .heading { font-family: var(--font-header); text-transform: uppercase; color: var(--item-title); font-size: 15px; line-height: 1.3; font-weight: bold; margin: 0 0 5px 0; } .widget_item_style_3 .item .title p.description { color: var(--item-des); font-size: 15px; font-weight: 400; margin: 0; } .widget_item_style_3 .item .title .heading a { color: var(--item-title); } .widget_item_style_3 .item .title p.description a{ color: var(--item-des); } @media (max-width: 768px) { .widget_item_style_3 .row-flex{ grid-template-columns: var(--item-per-row-tablet); } .widget_item_style_3 .item .img { height: 50px; } } @media (max-width: 600px) { .widget_item_style_3 .row-flex{ grid-template-columns: var(--item-per-row-mobile); } .widget_item_style_3 .item .img { width: 100%; } .widget_item_style_3 .item .title { width: 100%; } .widget_item_style_3 .item .title .heading { font-size: 13px; } .widget_item_style_3 .item .title p.description { font-size: 12px; } }.widget_product_style_100 .row-grid { display: grid; grid-template-columns: 60% 40%; grid-auto-rows: 1fr; gap: 15px; } .widget_product_style_100 .row-flex { display: flex; flex-direction: column; justify-content: space-between; gap: 15px; height: 100%; width: 100%; } .widget_product_style_100 .product-main .item-product { position: relative; display: flex; align-items: center; height: 500px; } .widget_product_style_100 .product-main .item-product .img { width: 60%; height: 100%; margin-left: auto; display: flex; align-items: flex-end; justify-content: flex-end; } .widget_product_style_100 .product-main .item-product .img img { width: 100%; height: 100%; object-fit: contain; } .widget_product_style_100 .product-main .item-product .info { padding: 25px 20px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 70%; } .widget_product_style_100 .product-list .row-flex-item{ flex: 0 0 calc(50% - 7.5px); max-height: calc(50% - 7.5px); width: 100%; } .widget_product_style_100 .product-list .item-product { width: 100%; height: 100%; padding: 20px; display: flex; border-radius: 4px; align-items: center; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; } .widget_product_style_100 .product-list .item-product .img { max-width: 35%; flex: 0 0 35%; margin-right: 25px; text-align: center; } .widget_product_style_100 .product-list .item-product .img img { width: 100%; height: 100%; object-fit: contain; display: flex; margin: auto; } .widget_product_style_100 .product-list .item-product .info { flex: 1; } .widget_product_style_100 .title-top{ font-size: 16px; font-weight: 700; color: #7c7c7c; margin-top: 0; margin-bottom: 0; line-height: 1.4; } .widget_product_style_100 .product-main .title-top { font-size: 16px; color: #064acb; margin-bottom: 8px; } .widget_product_style_100 .product-list .item-product .title { font-size: 26px; line-height: 1.4; margin-bottom: 15px; font-weight: 700; } .widget_product_style_100 .product-main .title{ font-weight: 700; margin-bottom: 15px; font-size: 42px; line-height: 50px; } .widget_product_style_100 .price { margin-bottom: 20px; display: flex; } .widget_product_style_100 .price .price-new { display: block; margin-bottom: 10px; font-size: 24px; font-weight: 700; color: var(--theme-color); } .widget_product_style_100 .price .price-old { font-size: 16px; color: #a3a3a3; font-weight: 400; margin-left: 4px; } @media screen and (max-width: 900px) { .widget_product_style_100 .row-grid { grid-template-columns: 1fr; grid-auto-rows: auto; } }.widget_item_style_2 { overflow: hidden; text-align: center; } .widget_item_style_2 .container-fluid { padding: 0; } .widget_item_style_2 .row-flex { position: relative; display: grid; grid-template-columns: var(--item-per-row); align-items: center; } .widget_item_style_2 .item { position: relative; text-align: center; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; display: flex; align-items: center; width: 100%; padding: 0 60px; height: 100%; } .widget_item_style_2 .item .img { flex: 0 0 45%; width: 100%; height: calc(100% - 25px); text-align: center; } .widget_item_style_2 .item .img img { width: 100%; height: 100%; object-fit: contain; display: flex; margin: auto; } .widget_item_style_2 .item .title { flex: 1; text-align: left; padding: 100px 0 80px; } .widget_item_style_2 .item .title p.heading { font-size: 2.5rem; font-weight: 700; line-height: 1; margin-bottom: 2px; color: var(--item-title); } .widget_item_style_2 .item .title p.heading a { color: var(--item-title); } .widget_item_style_2 .item .title p.description { font-size: 2rem; line-height: 1.4; font-style: normal; font-weight: bold; color: var(--item-des); } .widget_item_style_2 .item .title p.description a { color: var(--item-des); } @media screen and (max-width: 1200px ) { .widget_item_style_2 .item { padding: 0 40px; } } @media (max-width: 992px) { .widget_item_style_2 .row-flex { grid-template-columns: var(--item-per-row-tablet); } .widget_item_style_2 .item .img { margin-top: auto; display: flex; align-items: flex-end; } } @media (max-width: 768px) { .widget_item_style_2 .row-flex { grid-template-columns: var(--item-per-row-mobile); } .widget_item_style_2 .item .title p.heading { font-size: 28px; } .widget_item_style_2 .item .title p.description { font-size: 24px; } } @media (max-width: 568px) { .widget_item_style_2 .row-flex { grid-template-columns: var(--item-per-row-mobile); } .widget_item_style_2 .item .title p.heading { font-size: 28px; } .widget_item_style_2 .item .title p.description { font-size: 24px; } } @media screen and (max-width: 480px) { .widget_item_style_2 .item .img { display: none; } } .widget_product_style_1 { overflow: hidden; } .widget_product_style_1 .box-content { overflow: hidden; position: relative; } .product-slider-horizontal .item { background-color: #FFF; margin-bottom: var(--bs-gutter-x); } @media screen and (max-width: 768px) { .product-banner { text-align: center; } }.widget_post_style_1 .box-content { position: relative; } .widget_post_style_1 .item .img { height: 300px; width: 100%; } .widget_post_style_1 .item .img img { height: 100%; width: 100%; object-fit: cover; } .widget_post_style_1 .item .title { padding: 25px; } .widget_post_style_1 .item .title .header { font-size: 20px; font-weight: 400; line-height: 1.3; height: 75px; margin:2.2px 0; color: #000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; /* number of lines to show */ line-clamp: 3; -webkit-box-orient: vertical; } .widget_post_style_1 .item .title .header a { color: #000; outline: none; } .widget_post_style_1 .item .title .date-box span { font-size: 12px; color: #333; opacity: 0.8; } @media (max-width: 1200px) { .widget_post_style_1 .item .img { height: 250px; } } @media (max-width: 600px) { .widget_post_style_1 .item .img { height: 200px; } }:root { --email2-color:#fff; } .widget_email_style_2 { position: relative; } .widget_email_style_2 .wrapper-title-flex { display: flex; align-items: center; } .widget_email_style_2 .wrapper-title-flex .header-title { margin: 0; } .widget_email_style_2 .wrapper-title-flex .fly-icon { flex: 0 0 62px; width: 62px; height: 62px; float: left; border: 1px solid #fff; border-radius: 50%; text-align: center; line-height: 62px; color: #fff; font-size: 29px; margin-right: 10px; } .widget_email_style_2 .wrapper-title-flex .fly-icon i { font-weight: bold; } .widget_email_style_2 .box-content { overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; justify-content: space-between;} .widget_email_style_2 .box-content .box-left { flex: 0 0 calc(33.33333% - 10px); max-width:33.33333%; width: 100%; overflow: hidden; } .widget_email_style_2 .box-content .box-right { flex: 0 0 calc(66.66667% - 10px); max-width:66.66667%; width: 100%; } .widget_email_style_2 .box-left .header-title .header { color:var(--email2-color)!important; text-align: left; } .widget_email_style_2 .box-left .description { margin: 0; opacity: 0.8; color:var(--email2-color); } .widget_email_style_2 .form-group { overflow: hidden; display: flex; align-items: center; justify-content: space-between;} .widget_email_style_2 .form-group .input { flex: 0 0 calc(50% - 7.5px); width: calc(50% - 7.5px); } .widget_email_style_2 .form-group .input .form-control { border:0; height: 50px; padding: 6px 12px; line-height: 1.2; border-radius: 4px; margin-bottom: 0; float: left; width: 100%; outline: none; color: #7c7c7c; font-size: 15px; background-color: #fff; } .widget_email_style_2 .form-group .button { flex: 0 0 calc(50% - 7.5px); width: calc(50% - 7.5px); } .widget_email_style_2 .form-group .button button { width:100%; height: 50px; background-color: var(--theme-color); } .widget_email_style_2 .form-group .button button:hover { background-color: #d1770e !important; } @media(max-width: 768px) { .widget_email_style_2 .box-content .box-left { flex: 0 0 100%; max-width: 100%; } .widget_email_style_2 .box-content .box-right { flex: 0 0 100%; max-width: 100%; } .widget_email_style_2 .form-group .input .form-control { flex: 0 0 100%; max-width: 100%; } .widget_email_style_2 .form-group .input { width: 100%; padding: 0; } .widget_email_style_2 .form-group .button { width: 100%; text-align: center; } .widget_email_style_2 .form-group .button button { display: inline-block; } .widget_email_style_2 .form-group { margin-top: 0px; } } .badge-style-3 { position: absolute; width: 200px; height: 24px; text-align: center; background-color: var(--badge-style3-bgColor, #00adef); } .badge-style-3 span { vertical-align: middle; font-weight: bold; text-transform: uppercase; font-size: 13px; color: var(--badge-style3-textColor, #ffffff); } .badge-style-3.top-left { top: 20px; left: -70px; transform: rotate(-45deg); } .badge-style-3.top-right { top: 20px; right: -70px; transform: rotate(45deg); } .badge-style-3.bottom-left { bottom: 20px; left: -70px; transform: rotate(45deg); } .badge-style-3.bottom-right { bottom: 20px; right: -70px; transform: rotate(-45deg); }
Warning: Trying to access array offset on value of type bool in /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/system/libraries/Cache/drivers/Cache_file.php on line 63

Warning: Trying to access array offset on value of type bool in /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/system/libraries/Cache/drivers/Cache_file.php on line 63

Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/application/helpers/common_helper.php:896 Stack trace: #0 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/views/theme-store/theme-child/theme-header/navigation-style/navigation-style-2/navigation.php(50): Option::get() #1 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/system/libraries/Hook.php(307): ThemeNavigationStyle2::css() #2 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/system/libraries/Hook.php(331): WP_Hook->apply_filters() #3 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/system/plugin.php(453): WP_Hook->do_action() #4 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/views/theme-store/theme-setting/theme-setting.php(21): do_action() #5 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/views/theme-store/theme-setting/theme-setting.php(38): Theme_Style::renderCss() #6 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/system/libraries/Hook.php(307): Theme_Style::renderCssMinify() #7 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/system/libraries/Hook.php(331): WP_Hook->apply_filters() #8 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/system/plugin.php(453): WP_Hook->do_action() #9 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/views/theme-store/include/head.php(9): do_action() #10 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/application/libraries/template.php(737): include('...') #11 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/views/theme-store/template-sidebar-right.php(7): Template::partial() #12 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/system/core/Loader.php(840): include('...') #13 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/system/core/Loader.php(421): CI_Loader->_ci_load() #14 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/application/libraries/template.php(375): CI_Loader->view() #15 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/application/controllers/frontend/post.php(47): Template->render() #16 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/system/core/CodeIgniter.php(360): Post->index() #17 /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/index.php(224): require_once('...') #18 {main} thrown in /home/themeskd2/domains/themes.sikidodemo.com/public_html/demo-website/web51/application/helpers/common_helper.php on line 896