.widget_slider_style_7 .row-flex-center {
display: flex; flex-wrap: wrap; gap:5px; align-items: flex-start;
}
.widget_slider_style_7 .slider_menu { width: calc(25% - 5px); flex:0 0 auto;}
.widget_slider_style_7 .slider_content {
overflow: hidden; width: calc(75% - 5px); flex:0 0 auto;
}
.widget_slider_style_7 .slider_content_top {
display: grid;
/* grid-template-columns: calc((100% - 10px) / 3 * 2 + 5px) calc((100% - 10px) / 3 * 1 + 0px); */
grid-gap: 5px;
}
.widget_slider_style_7 .slider_content_top .slider_banner_right {
position: relative;
}
.widget_slider_style_7 .slider_content_top .slider_banner_right .banner-box {
height: 100%; width: 100%; position: absolute;
display: flex; flex-direction: column; gap:5px;
}
.widget_slider_style_7 .slider_content_top .slider_banner_right .banner-box .banner {
flex: 1;
}
.widget_slider_style_7 .slider_content_top .slider_banner_right .banner-box img {
height: 100%;
width: 100%;
}
.widget_slider_style_7 .slider_banner_bottom {
margin-top: 5px;
display: grid;
grid-template-columns: repeat(3,1fr);
gap:5px;
}
.widget_slider_style_7 .slider_list_item .item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.widget_slider_style_7 .menu-vertical { position: relative; display: block;border-radius: 5px; }
.widget_slider_style_7 .menu-vertical .menu-vertical__content {
position: absolute;
left: 0;
background: #fff;
width: 100%;
z-index:52;
border: 1px solid var(--navd-head-bg);
border-radius: 5px;
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav {
color: var(--slider7-menu-txt);
background-color: var(--slider7-menu-bg);
list-style: none; margin:0;
border: 1px solid #ccc;
border-radius: 5px;
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item {
float: none;
position: relative;
border-bottom: 1px solid var(--slider7-menu-border);
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item:first-child a {
border-radius: 5px 5px 0 0;
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item:last-child a {
border-radius: 0 0 5px 5px;
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item:last-of-type{
border-bottom: 0px solid #ccc;
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item .icon {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
line-height: 40px;
display: flex;
justify-content: center;
align-items: center;
/*display: none;*/
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item .icon img {
width: 20px;
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item.nav-hidden { display: none; }
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item>a.nav-link {
position: relative;
display: block;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
padding: 10px 30px 10px 40px;
border: none;
color: var(--slider7-menu-txt);
background-color: var(--slider7-menu-bg);
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item>a.nav-link:hover {
color: var(--slider7-menu-txt-active);
background-color: var(--slider7-menu-bg-active);
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item i {
position: absolute;
top: 0;
right: 0;
width: 43px;
line-height: 43px;
text-align: center;
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item>.dropdown-menu {
position: absolute;
top: 0;
padding: 0px;
min-width: 230px;
border-radius: 0;
box-shadow: 0 0 15px -5px rgba(0,0,0,0.4);
color: var(--slider7-menu-txt);
background-color: var(--slider7-menu-bg);
left: calc(100%) !important;
border: 0;margin-top: 0;
width: 700px;
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .dropdown>.dropdown-menu >.col-menu{
float: left;width: 33%;margin-bottom: 10px; padding:0 10px;
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item>.dropdown-menu h5 {
margin-bottom: 0;border-bottom: 1px solid #ccc;
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item>.dropdown-menu a.nav-link {
padding: 10px;margin: 0;
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item:hover,
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item:hover>a.nav-link,
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item a.nav-link:hover {
color: var(--slider7-menu-txt-active);
background-color: var(--slider7-menu-bg-active);
}
.widget_slider_style_7 .menu-vertical .menu-vertical__content .menu-vertical__category__nav .nav-item:hover>.dropdown-menu {
display: block;
min-width: 200px;
width: auto;
}
@media (max-width:1000px) {
.widget_slider_style_7 .slider_menu {display: none;}
.widget_slider_style_7 .slider_content {width: 100%; flex: 0 0 100%;}
}
@media (max-width:600px) {
.widget_slider_style_7 .container { padding: 0; }
.widget_slider_style_7 .slider_content_top {
display: block;
}
.widget_slider_style_7 .slider_content_top .slider_banner_right {
margin-top: 5px;
display: grid;
grid-template-columns: repeat(2,1fr);
}
.widget_slider_style_7 .slider_content .slider_banner_bottom {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); }
.item.product-item .title .heading {
height: 40px !important;
}
.item.product-item .title .heading a{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 768px) {
.item.product-item .title .heading {
height: 20px !important;
}
.item.product-item .title .heading a{
text-overflow: ellipsis;
display: -webkit-box !important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
}.widget_videos_style_5 {
position: relative;
}
.widget_videos_style_5 .container {
overflow: hidden;
}
.widget_videos_style_5:after{
position: absolute; content: '';
bottom: -1px;
left: 0;
background-image: url('views/theme-store/widget/videos/assets/bg-luon-song.png');
background-position: center bottom;
background-repeat: repeat-x;
width: 100%; height: 50px; background-size: contain;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
z-index: 0;
}
.widget_videos_style_5 .container{
position: relative; z-index: 1;
}
.widget_videos_style_5 .header-title .header{
color: #cba730;
}
.widget_videos_style_5 .swiper-container{
padding-top: 20px;
padding-bottom: 20px;
}
.widget_videos_style_5 .swiper-slide {
width: 400px;
perspective-origin: 100% 100%; border-radius: 5px; border: 2px solid #fff; overflow: hidden;
}
.widget_videos_style_5 .swiper-slide .swiper-slide-shadow-left,
.widget_videos_style_5 .swiper-slide .swiper-slide-shadow-right{
background-image: unset;
}
.widget_videos_style_5 .video-section {
position: relative;
display: block;
width: 100%;
padding-top: 60%;
height: inherit;
border-radius: 0px;
overflow: hidden;
}
.widget_videos_style_5 .video-section a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.widget_videos_style_5 .video-section a img {
min-height: 100%;
min-width: 100%;
position: relative;
display: inherit;
transition: all .5s ease-in-out;
object-fit: cover;
}
.widget_videos_style_5 .play-now {
position: absolute;left: 50%;top: 50%;z-index: 10;
display: block;
border-radius: 50%;
width: 60px;
height: 60px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
transform-origin: center center;
}
.widget_videos_style_5 .play-now .icon {
position: absolute;left: 50%;top: 50%;z-index: 1;
height: 65px;
width: 65px;
text-align: center;
line-height: 65px;
color: #fff;
font-size: 20px;
padding-left: 5px;
display: block;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform-origin: center;
transform-origin: center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
background-color: var(--theme-color);
}
.widget_videos_style_5 .play-now .ripple,
.widget_videos_style_5 .play-now .ripple:before,
.widget_videos_style_5 .play-now .ripple:after {
position: absolute;top: 50%;left: 50%;
height: 65px;
width: 65px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform-origin: center;
transform-origin: center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-webkit-animation: ripple 3s infinite;
-moz-animation: ripple 3s infinite;
-ms-animation: ripple 3s infinite;
-o-animation: ripple 3s infinite;
animation: ripple 3s infinite;
}
.widget_videos_style_5 .play-now .ripple:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
}
.widget_videos_style_5 .play-now .ripple:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
background-color: var(--theme-color);
}.widget_post_tab_style_1 .header-title{
margin-bottom: 0;
}
.widget_post_tab_style_1 .box-category-list{
display: flex;
position: relative;
z-index: 0;
justify-content: center;
}
.widget_post_tab_style_1 .post_tab_style_1_category_list {
display: flex;
align-items: center;
background: transparent;
list-style: none;
margin: 30px auto;
overflow: auto;
}
.widget_post_tab_style_1 .post_tab_style_1_category_list li {
position: relative;
flex: 0 0 auto;
overflow: hidden;
display: inline-block;
border-radius: 5px;
border: 1px solid rgba(42, 53, 80,0.2);
margin: 0 10px 10px 0;
transition: all 0.5s;
}
.widget_post_tab_style_1 .post_tab_style_1_category_list li a {
display: block;
text-transform: capitalize;
text-decoration: none;
position: relative;
padding: 8px 25px;
font-weight: 600; font-size: 14px;
color: #000;
text-align: center;
transition: 400ms;
z-index: 100000;
overflow: hidden;
background-color: #fff;
border-radius: 5px;
}
.widget_post_tab_style_1 .post_tab_style_1_category_list li:hover,
.widget_post_tab_style_1 .post_tab_style_1_category_list li.active {
border-color: var(--theme-color);
border-radius: 5px;
box-shadow: inset 0 -10px 0 -6px rgba(0,0,0,.2);
}
.widget_post_tab_style_1 .post_tab_style_1_category_list li:hover a,
.widget_post_tab_style_1 .post_tab_style_1_category_list li.active a,
.widget_post_tab_style_1 .post_tab_style_1_category_list li:hover a,
.widget_post_tab_style_1 .post_tab_style_1_category_list li a.active {
border-radius: 5px;
color: #fff; background-color: var(--theme-color);
box-shadow: inset 0 -10px 0 -6px rgba(0,0,0,.2);
}
.widget_post_tab_style_1 .post_tab_style_1_category_list li .su_button_circle {
background-color: var(--theme-color);
border-radius: 1000px;
position: absolute;
left:0;
top:0;
width: 0px;
height: 0px;
margin-left: 0px;
margin-top: 0px;
pointer-events: none;
}
.widget_post_tab_style_1 .post_tab_style_1_category_list li .button_text_container{
position:relative;
z-index: 10000;
}
.widget_post_tab_style_1 .post_tab_style_1_category_list li .explode-circle {
animation: explode 0.5s forwards;
}
.widget_post_tab_style_1 .post_tab_style_1_category_list li .desplode-circle{
animation: desplode 0.5s forwards;
}
@keyframes explode {
0% {
width: 0px;
height: 0px;
margin-left: 0px;
margin-top: 0px;
background-color: var(--theme-color);
}
100% {
width: 400px;
height: 400px;
margin-left: -200px;
margin-top: -200px;
background-color: var(--theme-color);
}
}
@keyframes desplode {
0% {
width: 400px;
height: 400px;
margin-left: -200px;
margin-top: -200px;
background-color: rgba(42, 53, 80,0.2);
}
100% {
width: 0px;
height: 0px;
margin-left: 0px;
margin-top: 0px;
background-color: rgba(42, 53, 80,0.2);
}
}
.widget_post_tab_style_1 .item { overflow: hidden; }
.widget_post_tab_style_1 .item .img {
position: relative;
display: block;
width: 100%;
padding-top: 65%;
height: inherit;
overflow: hidden;
border-radius: 3px;
}
.widget_post_tab_style_1 .item .img a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
transition: all .5s ease-in-out;
}
.widget_post_tab_style_1 .item .img a:hover{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.widget_post_tab_style_1 .item .img a img {
min-height: 100%;
min-width: 100%;
position: relative;
display: inherit;
transition: all .5s ease-in-out;
object-fit: cover;
}
.widget_post_tab_style_1 .item .title .header {
font-weight: 500;
font-size: 16px;
color: #000;
margin: 10px 0;
}
.widget_post_tab_style_1 .item .title .header a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
font-weight: 500;
font-size: 16px;
color: #000;
}
.widget_post_tab_style_1 .item:hover .title .header a { color: var(--theme-color); }
.widget_post_tab_style_1 .item .title .excerpt{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.widget_post_tab_style_1 .post_style_tab_content a.more-link {
margin-top: 30px;
}
@media (max-width: 600px) {
.widget_post_tab_style_1 .post_tab_style_1_category_list {margin: 20px auto; }
.widget_post_tab_style_1 .post_style_tab_content a.more-link {
margin-top: 20px;
}
}.widget_videos_style_3 .video-section-outer {
margin: 0 0px 10px 0px; outline: none; overflow: hidden;
}
.widget_videos_style_3 .video-section-outer .video-img img {
width: 100%; height: 100%; object-fit: cover;outline: none;
border-radius: 5px;
}
.widget_videos_style_3 .main-videos .video-img {
border-radius: 5px;
position: relative; height: 400px;overflow: hidden;outline: none; width: 100%;
}
.widget_videos_style_3 .main-videos .video-title .heading {
margin: 10px 0; font-family:var(--font-header); font-weight: bold; font-size: 18px;
}
.widget_videos_style_3 .main-videos .video-title .heading a {
color:#000; font-size: 18px; outline: none;
}
.widget_videos_style_3 .list-videos .slick-list {
margin-right: -10px;
margin-left: -10px;
}
.widget_videos_style_3 .list-videos .video-section-outer {
margin: 10px;
}
.widget_videos_style_3 .list-videos .video-section-outer .video-img {
height: 150px;
position: relative;
overflow: hidden;
outline: none;
border-radius: 5px;
}
.widget_videos_style_3 .list-videos .video-title .heading {
margin-top: 5px; font-family:var(--font-header);
}
.widget_videos_style_3 .list-videos .video-title .heading a {
color:#000; font-size: 15px; outline: none;
}
.widget_videos_style_3 .list-videos .video-title .description {
color:#999; font-size: 14px; outline: none; height: 80px; overflow: hidden;
}
.widget_videos_style_3 .play-now {
position: absolute;left: 50%;top: 50%;z-index: 10;
display: block;
border-radius: 50%;
width: 60px;
height: 60px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
transform-origin: center center;
}
.widget_videos_style_3 .play-now .icon {
position: absolute;left: 50%;top: 50%;z-index: 1;
height: 65px;
width: 65px;
text-align: center;
line-height: 65px;
color: #fff;
font-size: 20px;
padding-left: 5px;
display: block;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform-origin: center;
transform-origin: center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
-o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .1);
background-color: red;
}
.widget_videos_style_3 .play-now .ripple,
.widget_videos_style_3 .play-now .ripple:before,
.widget_videos_style_3 .play-now .ripple:after {
position: absolute;top: 50%;left: 50%;
height: 65px;
width: 65px;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform-origin: center;
transform-origin: center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
-webkit-animation: ripple 3s infinite;
-moz-animation: ripple 3s infinite;
-ms-animation: ripple 3s infinite;
-o-animation: ripple 3s infinite;
animation: ripple 3s infinite;
}
.widget_videos_style_3 .play-now .ripple:before {
-webkit-animation-delay: .9s;
-moz-animation-delay: .9s;
-ms-animation-delay: .9s;
-o-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
}
.widget_videos_style_3 .play-now .ripple:after {
-webkit-animation-delay: .6s;
-moz-animation-delay: .6s;
-ms-animation-delay: .6s;
-o-animation-delay: .6s;
animation-delay: .6s;
content: "";
position: absolute;
background-color: var(--theme-color);
}
.widget_videos_style_3 .post-list .item { padding:0; overflow: hidden; margin-bottom: 10px; }
.widget_videos_style_3 .post-list .item .img { float: left; width: 220px; height: 220px; border-radius: 5px; overflow: hidden; }
.widget_videos_style_3 .post-list .item .title { float: left; width:calc(100% - 220px); padding-left: 10px; }
.widget_videos_style_3 .post-list .item .title .heading { font-family:var(--font-header); margin: 0 0 10px 0; font-size: 15px; font-weight: bold; color:#000; line-height: 30px;}
.widget_videos_style_3 .post-list .item .title .description {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
color: var(--den, #252525);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px;
}
.widget_videos_style_3 .post-list .item .img .date-box { display: none; }.widget_item_style_1 {
overflow: hidden; text-align: center;
}
.widget_item_style_1 .row-flex {
position: relative;
display: grid;
grid-template-columns: var(--item1-per-row);
gap:10px;
}
.widget_item_style_1 .item {
position: relative; overflow: hidden; text-align: center; background-position: center;
}
.widget_item_style_1 .item:before, .widget_item_style_1 .item:after {
content: "";
position: absolute;
background-repeat: no-repeat;
opacity: 0;
transition: all .5s;
-webkit-transform: scale(.1);
transform: scale(.1);
z-index: 0;
}
.widget_item_style_1 .item:before {
background-image: url('views/theme-store/widget/item/image/item-before.png');
height: 100%;
top: -30px;
left: -30px;
width: 100%;
}
.widget_item_style_1 .item:after {
background-image: url('views/theme-store/widget/item/image/item-after.png');
height: 290px;
bottom: -40px;
right: -30px;
width: 250px;
}
.widget_item_style_1 .item.active:after, .widget_item_style_1 .item.active:before,
.widget_item_style_1 .item:hover:after, .widget_item_style_1 .item:hover:before {
opacity: 1;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.widget_item_style_1 .item .img {
height: var(--item1-height); text-align: center;
}
.widget_item_style_1 .item .img img {
width: auto; display: inline-block;
border-radius: 5px;padding:5px; margin-top: 5px;
}
.widget_item_style_1 .item .title {
text-align: center; padding: 10px;
}
.widget_item_style_1 .item .title p.heading {
color: var(--item1-title); font-size: 15px; font-weight: bold; margin: 0 0 10px 0;
}
.widget_item_style_1 .item .title p {
color: var(--item1-des); font-size: 14px; line-height: 20px;
}
.widget_item_style_1 .item:hover .img img {
-webkit-animation: toTopFromBottom .5s forwards;
animation: toTopFromBottom .5s forwards;
}
.widget_item_style_1 .item:hover .img img {
box-shadow: 0 0 10px 4px rgba(31,66,135,.1);
}
@media (max-width: 768px) {
.widget_item_style_1 .row-flex {
grid-template-columns: var(--item1-per-row-tablet);
}
.widget_item_style_1 .item .img { height: 50px; }
}
@media (max-width: 600px) {
.widget_item_style_1 .row-flex {
grid-template-columns: var(--item1-per-row-mobile);
}
.widget_item_style_1 .item .img { height: 50px; }
}
@media (max-width: 500px) {
.widget_item_style_1 .item .img { height: auto; }
}
Warning: Trying to access array offset on value of type bool in /home/cauvongpai/domains/cauvongpaint.com/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Warning: Trying to access array offset on value of type bool in /home/cauvongpai/domains/cauvongpaint.com/public_html/system/libraries/Cache/drivers/Cache_file.php on line 63
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/cauvongpai/domains/cauvongpaint.com/public_html/application/helpers/common_helper.php:896
Stack trace:
#0 /home/cauvongpai/domains/cauvongpaint.com/public_html/views/theme-store/theme-child/theme-header/header-style/header-style-2.1/header-css.php(2): Option::get()
#1 /home/cauvongpai/domains/cauvongpaint.com/public_html/application/libraries/template.php(736): include('...')
#2 /home/cauvongpai/domains/cauvongpaint.com/public_html/views/theme-store/theme-child/theme-header/header-style/header-style-2.1/header.php(85): Template::partial()
#3 /home/cauvongpai/domains/cauvongpaint.com/public_html/system/libraries/Hook.php(307): ThemeHeaderStyle2_1::css()
#4 /home/cauvongpai/domains/cauvongpaint.com/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#5 /home/cauvongpai/domains/cauvongpaint.com/public_html/system/plugin.php(453): WP_Hook->do_action()
#6 /home/cauvongpai/domains/cauvongpaint.com/public_html/views/theme-store/theme-setting/theme-setting.php(21): do_action()
#7 /home/cauvongpai/domains/cauvongpaint.com/public_html/views/theme-store/theme-setting/theme-setting.php(38): Theme_Style::renderCss()
#8 /home/cauvongpai/domains/cauvongpaint.com/public_html/system/libraries/Hook.php(307): Theme_Style::renderCssMinify()
#9 /home/cauvongpai/domains/cauvongpaint.com/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#10 /home/cauvongpai/domains/cauvongpaint.com/public_html/system/plugin.php(453): WP_Hook->do_action()
#11 /home/cauvongpai/domains/cauvongpaint.com/public_html/views/theme-store/include/head.php(9): do_action()
#12 /home/cauvongpai/domains/cauvongpaint.com/public_html/application/libraries/template.php(736): include('...')
#13 /home/cauvongpai/domains/cauvongpaint.com/public_html/views/theme-store/template-full-width.php(7): Template::partial()
#14 /home/cauvongpai/domains/cauvongpaint.com/public_html/system/core/Loader.php(839): include('...')
#15 /home/cauvongpai/domains/cauvongpaint.com/public_html/system/core/Loader.php(420): CI_Loader->_ci_load()
#16 /home/cauvongpai/domains/cauvongpaint.com/public_html/application/libraries/template.php(374): CI_Loader->view()
#17 /home/cauvongpai/domains/cauvongpaint.com/public_html/application/libraries/template.php(404): Template->render()
#18 /home/cauvongpai/domains/cauvongpaint.com/public_html/application/controllers/frontend/home.php(75): Template->error()
#19 /home/cauvongpai/domains/cauvongpaint.com/public_html/system/core/CodeIgniter.php(360): Home->page_404()
#20 /home/cauvongpai/domains/cauvongpaint.com/public_html/index.php(224): require_once('...')
#21 {main}
thrown in /home/cauvongpai/domains/cauvongpaint.com/public_html/application/helpers/common_helper.php on line 896