.widget_product_category_style_1 .item .img {
height: 60px;
}
.widget_product_category_style_1 .item .img img {
width: 100%;
height: 100%;
object-fit: contain;
}
.widget_product_category_style_1 .item .title .heading {
font-weight: 500;
margin: 10px 0 0 0;
text-align: center;
}
.widget_product_category_style_1 .item .title .heading a {
color:#000;
font-size: 16px;
text-transform: uppercase;
}: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(70% - 7.5px);
width: calc(70% - 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(30% - 7.5px);
width: calc(30% - 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; }
}
.widget_product_style_6 .product_style_6_header {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #989898;
margin-bottom: 15px;
text-align: left;
}
.widget_product_style_6 .product_style_6_header:after{
content: '';
position: absolute;
width: 20%;
height: 4px;
background-color: #fea62a;
z-index: 1;
bottom: -3px;
left: 0;
}
.widget_product_style_6 .product_style_6_header .heading { margin-bottom: 10px; }
.widget_product_style_6 .product_style_6_header .heading .header {
font-size: 25px;
margin-bottom: 0; margin-top: 0;
color: var(--theme-color);
text-transform: uppercase;
display:inline-block;
position:relative;
padding:0;
}
.widget_product_style_6 .product_style_6_category_list {
margin: 0 0 10px 0; padding: 0; list-style-type: none; display: flex;
grid-gap: 30px; flex-wrap: wrap;
}
.widget_product_style_6 .product_style_6_category_list li.item{
position: relative;
}
.widget_product_style_6 .product_style_6_category_list li.item:after {
content: '/';
color: #dddddd;
position: absolute;
top: 50%;
right: -15px;
transform: translateY(-50%);
}
.widget_product_style_6 .product_style_6_category_list li a {
display: block;
background-color: transparent;
color: #000;
}
.widget_product_style_6 .product_style_6_category_list li a:hover,
.widget_product_style_6 .product_style_6_category_list li a.active {
color: #f58220;
}
.widget_product_style_6 .product_style_6_content {
overflow:hidden;
}
.widget_product_style_6 .js_show_tab {
position: absolute; top:50%; right: 0; display: none; transform: translateY(-50%);
}
.widget_product_style_6 .js_show_tab .js_btn_show_tab {
display: block;
width:40px; height: 30px; color:#000;
background-color: #fff; border-radius: 3px;
border: 1px solid #ccc;
margin-bottom: 5px;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 600px) {
.widget_product_style_6 .js_show_tab { display: block; }
.widget_product_style_6 .product_style_6_category_list {
margin: 0;
display: none;
position: absolute;
width: 100%;
top: 100%;
z-index: 999;
border:1px solid #ccc;
background-color: #fff;
padding: 10px;
}
.widget_product_style_6 .product_style_6_category_list li.item {
display: block; width: 100%;
}
.widget_product_style_6 .product_style_6_category_list li.item:after{
display: none;
}
}.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_style_2 .row-widget{
display: grid;
grid-template-columns: repeat(2,1fr);
grid-gap: 20px;
}
.widget_post_style_2 .post-list .slick-list{
margin-top: calc(var(--bs-gutter-x) / -2);
margin-bottom: calc(var(--bs-gutter-x) / -2);
}
.widget_post_style_2 .post-list .slick-slide{
margin-top: calc(var(--bs-gutter-x) / 2);
margin-bottom: calc(var(--bs-gutter-x) / 2);
}
.widget_post_style_2 .post-list .item{
display: grid!important;
grid-template-columns: 1fr 2fr;
grid-gap: 15px;
}
.widget_post_style_2 .item .img {
position: relative;
display: block;
width: 100%;
padding-top: 65%;
height: inherit;
overflow: hidden;
}
.widget_post_style_2 .item .img a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.widget_post_style_2 .item .img a img {
height: 100%;
width: 100%;
position: relative;
display: block;
transition: all .5s ease-in-out;
object-fit: cover;
}
.widget_post_style_2 .post-main .item .title{
margin-top: 15px;
}
.widget_post_style_2 .item .title .header {
font-size: 16px; line-height: 25px;
margin: 0;
}
.widget_post_style_2 .item .title .header a {
color:var(--theme-color);
text-align: initial;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1; /* number of lines to show */
-webkit-box-orient: vertical;
}
.widget_post_style_2 .item .title .description {
text-align: initial;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
-webkit-box-orient: vertical;
}
@media(max-width: 500px) {
.widget_post_style_2 .row-widget{
grid-template-columns: 1fr;
}
}.widget_post_style_18 .box-content { position: relative;}
.widget_post_style_18 .container {
overflow: hidden;
}
/* .widget_post_style_18 .swiper-container{
padding-top: 20px;
padding-bottom: 20px;
} */
.widget_post_style_18 .swiper-slide {
width: 700px;
perspective-origin: 100% 100%; border-radius: 5px; border: 2px solid var(--theme-color); overflow: hidden;
}
.widget_post_style_18 .swiper-slide .swiper-slide-shadow-left,
.widget_post_style_18 .swiper-slide .swiper-slide-shadow-right{
background-image: unset;
}
.widget_post_style_18 .img {
position: relative;
display: block;
width: 100%;
padding-top: 40%;
height: inherit;
border-radius: 0px;
overflow: hidden;
}
.widget_post_style_18 .img a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.widget_post_style_18 .img a img {
min-height: 100%;
min-width: 100%;
position: relative;
display: inherit;
transition: all .5s ease-in-out;
object-fit: cover;
}
.widget_post_style_18 .read-more{ text-align: center; margin-top: 15px; }
@media(max-width: 1000px){
.widget_post_style_18 .swiper-slide{ height: 250px; }
}
@media(max-width: 1000px){
.widget_post_style_18 .swiper-slide {
width: 100%;
}
.widget_post_style_18 .swiper-slide{ height: auto; }
}
.widget_item_style_27 {
overflow: hidden; text-align: center;
}
.widget_item_style_27 .row-flex {
position: relative;
display: grid;
grid-template-columns: repeat(var(--item-per-row),1fr);
grid-column-gap: 30px;
}
.widget_item_style_27 .item:nth-of-type(2n+1){
margin-top: 30px;
}
.widget_item_style_27 .item:nth-of-type(2n){
margin-bottom: 30px;
}
.widget_item_style_27 .item a{
background-color: var(--bgColor);
color: var(--txtColor);
display: block;
height: 100%;
padding: 20px;
border-radius: 5px;
}
.widget_item_style_27 .item .img {
height: var(--item-height);
}
.widget_item_style_27 .item .img img {
width: 100%; height: 100%; display: block; object-fit: contain;
}
.widget_item_style_27 .item .title {
margin-top: 20px;
}
.widget_item_style_27 .item .title p.heading {
font-size: 15px; font-weight: bold; margin: 0;
}
.widget_item_style_27 .item .title p.description {
font-size: 14px; line-height: 20px; margin: 5px 0 0 0;
}
.widget_item_style_27 .item:hover .img img {
-webkit-animation: toTopFromBottom .5s forwards;
animation: toTopFromBottom .5s forwards;
}
@media (max-width: 991px) {
.widget_item_style_27 .row-flex {
grid-template-columns: repeat(var(--item-per-row-tablet),1fr);
}
}
@media (max-width: 600px) {
.widget_item_style_27 .row-flex {
grid-template-columns: repeat(var(--item-per-row-mobile),1fr);
}
}.badge-style-7 {
position: absolute;
left: 0;
right: 0;
height: 34px;
overflow: hidden;
white-space: nowrap;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
background-color: var(--badge-style7-bgColor, #00adef);
}
.badge-style-7 span {
display: inline-block;
text-align: center;
width: 100%;
color: var(--badge-style7-textColor, #ffffff);
font-size: 14px;
font-weight: bold;
height: 34px;
line-height: 34px;
text-transform: uppercase;
}
.badge-style-7 span:nth-child(1) {
position: absolute;
left: -100%;
}
.badge-style-7.top {
top: 0;
}
.badge-style-7.bottom {
bottom: 0;
}
.badge-style-7.marquee span {
--effect: marquee;
-moz-animation: var(--effect) 4s linear infinite;
-webkit-animation: var(--effect) 4s linear infinite;
animation: var(--effect) 4s linear infinite;
}
.badge-style-7.marquee span:nth-child(1) {
-moz-animation: var(--effect) 4s 2s linear infinite;
-webkit-animation: var(--effect) 4s 2s linear infinite;
animation: var(--effect) 4s 2s linear infinite;
}
.badge-style-7.marqueeTop span {
--effect: marquee-top;
-moz-animation: var(--effect) 2s linear infinite;
-webkit-animation: var(--effect) 2s linear infinite;
animation: var(--effect) 2s linear infinite;
}
.badge-style-7.marqueeTop span:nth-child(1) {
-moz-animation: var(--effect) 2s 1s linear infinite;
-webkit-animation: var(--effect) 2s 1s linear infinite;
animation: var(--effect) 2s 1s linear infinite;
}
@keyframes marquee {
0% {
left: 0;
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
100% {
left: 0;
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes marquee-top {
0% {
left: 0;
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
left: 0;
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.badge-style-1 {
position: absolute;
font-size: 12px;
line-height: 16px;
color: var(--badge-style1-textColor, #ffffff);
padding: 2px 12px;
background: var(--badge-style1-bgColor, #00adef);
font-weight: 700;
border-radius: var(--badge-style1-borderRadius, 4px);
border: 1px solid var(--badge-style1-borderColor, var(--badge-style1-bgColor, #00adef));
}
.badge-style-1.top-left {
top: 10px;
left: 10px;
}
.badge-style-1.top-right {
top: 10px;
right: 10px;
}
.badge-style-1.bottom-left {
bottom: 10px;
left: 10px;
}
.badge-style-1.bottom-right {
bottom: 10px;
right: 10px;
}
Fatal error: Uncaught TypeError: unserialize(): Argument #1 ($data) must be of type string, array given in /home/kptaste3nv/public_html/application/helpers/common_helper.php:862
Stack trace:
#0 /home/kptaste3nv/public_html/application/helpers/common_helper.php(862): unserialize()
#1 /home/kptaste3nv/public_html/views/theme-store/theme-child/theme-header/header-style/header-style-1.8/header-css.php(1): Option::get()
#2 /home/kptaste3nv/public_html/application/libraries/template.php(737): include('/home/kptaste3n...')
#3 /home/kptaste3nv/public_html/views/theme-store/theme-child/theme-header/header-style/header-style-1.8/header.php(101): Template::partial()
#4 /home/kptaste3nv/public_html/system/libraries/Hook.php(307): ThemeHeaderStyle1_8::css()
#5 /home/kptaste3nv/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#6 /home/kptaste3nv/public_html/system/plugin.php(905): WP_Hook->do_action()
#7 /home/kptaste3nv/public_html/views/theme-store/theme-setting/theme-setting.php(21): do_action()
#8 /home/kptaste3nv/public_html/views/theme-store/theme-setting/theme-setting.php(38): Theme_Style::renderCss()
#9 /home/kptaste3nv/public_html/system/libraries/Hook.php(307): Theme_Style::renderCssMinify()
#10 /home/kptaste3nv/public_html/system/libraries/Hook.php(331): WP_Hook->apply_filters()
#11 /home/kptaste3nv/public_html/system/plugin.php(905): WP_Hook->do_action()
#12 /home/kptaste3nv/public_html/views/theme-store/include/head.php(9): do_action()
#13 /home/kptaste3nv/public_html/application/libraries/template.php(737): include('/home/kptaste3n...')
#14 /home/kptaste3nv/public_html/views/theme-store/template-full-width.php(7): Template::partial()
#15 /home/kptaste3nv/public_html/system/core/Loader.php(840): include('/home/kptaste3n...')
#16 /home/kptaste3nv/public_html/system/core/Loader.php(421): CI_Loader->_ci_load()
#17 /home/kptaste3nv/public_html/application/libraries/template.php(375): CI_Loader->view()
#18 /home/kptaste3nv/public_html/application/controllers/frontend/post.php(60): Template->render()
#19 /home/kptaste3nv/public_html/system/core/CodeIgniter.php(360): Post->detail()
#20 /home/kptaste3nv/public_html/index.php(447): require_once('/home/kptaste3n...')
#21 {main}
thrown in /home/kptaste3nv/public_html/application/helpers/common_helper.php on line 862