.content-area {
    padding:  30px 0 0;
}
.home .content-area {
    padding-top: 0;
}
#mvcwid #mvccount{
    display: none;
}
/** Single Post **/
.entry-meta {
    font-size: 14px;
}
.entry-meta .posted-author {
    padding-right: 10px;
}
.entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}
.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}
.entry-meta .posted-view {
    padding-left: 10px;
}
.entry-meta .posted-author img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.col .product-small.box {
    border-radius: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}
.product-small .box .box-image{
	width: 100%;
    height: 234px;
    border-radius: 10px 10px 0 0;
}
.product-small .box .box-image .image-zoom{
	overflow: hidden;
}
.product-small .box .box-image img{
	width: 100%;
    object-fit: contain;
    border-radius: 10px 10px 0 0;
    height: 234px;
}
.product-small .box .box-image .image-tools.top.right{
	opacity: 1;
}
.product .box .image-tools{
    justify-content: center;
    gap: 10px;
    bottom: 15px;
}
.product .box .image-tools .cart-icon{
    position: unset;
}
.product .box .image-tools a{
    border-radius: 5px;
}
.product .box .grid-tools .add-to-cart-grid{
    width: 40px;
    height: 40px;
    background-color: #fff !important;
}
.product .box .image-tools .quick-view{
    background: #fff;
    border-radius: 5px;
    opacity: 1;
    display: inline-block;
    padding: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
}
.product .box .image-tools .quick-view::before{
    content: "\f002";
    font-family: "fontawesome";
    font-size: 16px;
    line-height: 40px;
    color: #000;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    font-weight: 400;
}
.rating-loop{
    margin-bottom: 0.25px;
}
.rating-loop svg{
    color: var(--primary-color);
    height: 12px;
    width: 12px;
}
.section_slider .banner,
.section_slider .banner-inner .banner-bg img{
    border-radius: 10px;
}
.section_slider .text-box-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 10px;
}
.section_slider .text-box-content h3{
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .5rem;
}
.section_slider .text-box-content p{
    margin-bottom: .5rem;
    margin-top: 0;
    color: #fff;
}
.section_slider .text-box-content a.button_01{
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.shop-page-title .category-filtering{
    display: none;
}
.full-row{
    margin-top: 50px;
}
.full-row h1{
    margin-bottom: 20px;
}
.term-tax{
    margin: 0 -5px;
}
.term-tax .slick-prev{
    left: -15px;
}
.term-tax .slick-next{
    right: -15px;
}
.term-tax .slick-arrow{
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #F18642;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
.term-tax .list-term-tax{
    padding: 0 5px;
}
.term-tax .list-term-tax .img{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.term-tax .list-term-tax .img img{
    height: 150px;
    object-fit: fill;
    border-radius: 5px;
}
.term-tax .list-term-tax .cnt h3{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}
.term-tax .list-term-tax:hover h3{
    color: #F18642;
}
.woocommerce-pagination ul.page-numbers{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_01{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.sec_01 .col.product-category{
    padding-bottom: 0px !important;
}
.sec_01 .box .box-image{
    text-align: center;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec_01 .box .box-image img{
    max-width: 85px;
    max-height: 85px;
    border-radius: 10px;
}
.sec_01 .box .box-text{
    padding: 12px 0 0;
}
.sec_01 .box .box-text-inner h5{
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    text-transform: unset;
    letter-spacing: 0;
    font-weight: 500;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec_01 .box .box-text-inner .button {
    display: none;
}
.tits{
    display: flex;
    justify-content: space-between;
    background: #F18642;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 2px 5px 0px #0000001A;
    padding: 14px 10px 19px 12px;
}
.tits h2{
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1.4;
    color: #231f20;
    position: relative;
	text-align: center;
    display: flex;
    align-items: center;
}
.tits h3{
	margin-bottom: 0px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    font-size: 22px;
	line-height: 26px;
}
.style-button{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 23px;
    min-height: 23px;
    padding: 0;
    text-decoration: underline;
    min-width: 86px;
    text-align: right;
}
a.style-button:hover{
    color: #fff;
}
.title-flash{
	position: relative;
	padding: 10px 15px;
    background: #000;
    border-radius: 10px 10px 0 0;
}
.title-flash h3{
	font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 700;
	margin-bottom: 0;
}
.title-flash h3 a{
	color: #fff;
}
.title-flash h3 img{
	height: 35px;
    width: auto;
    animation: 0.8s linear 0s infinite normal none running pulseSmall;
    margin-right: 10px;
}
.title-flash .count-down{
	display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	padding-right: 15px;
}
.title-flash .count-down .timer-view{
	display: inline;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
	color: #fff;
}
.deal_noibat > .col-inner{
    background: #E6E3DE;
    border-radius: 10px;
}
.sec_02 .row_01{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
}
.sec_02 .row_01 > .col:nth-child(1){
    padding-bottom: 17px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sec_02 .row_01 .col{
    padding-bottom: 25px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.sec_02 .img img{
    border-radius: 10px;
}
.sec_10  .row_01{
    overflow: hidden;
}
.sec_02.sec_10 .row_01 > .col:nth-child(1){
    padding-bottom: 0 !important;
}
.sec_10 .row.large-columns-1{
    margin: 0 !important;
}
.sec_10 .post-item .box-image{
    border-radius: 10px;
}
.sec_10 .column_02{
    overflow: hidden;
}
/* .sec_10 .column_02 > .col-inner{
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
} */
.sec_10 .post-item .box-image img{
    border-radius: 10px;
}
.sec_10 .column_02 .post-item .box-text{
    padding: 0 15px 0px 10px;
}
.sec_10 .column_02 .box .box-text-inner h5{
    margin-bottom: 5px;
}
.sec_10 .column_02 .box .box-text-inner h5 a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    line-height: 23px;
    height: 23px;
    margin: 0;
}
.sec_10 .box-normal .box-text{
    padding: 10px 0 0;
}
.sec_10 .box-normal .box-text h5{
    margin-bottom: 10px;
}
.sec_10 .box-normal .box-text h5 a{
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
}
.sec_10 .column_01 .box .box-text-inner .post-meta{
    color: #fff;
    margin-bottom: 0;
}
.sec_10 .box .box-text-inner .post-meta{
    opacity: 1;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 5px;
    color: #333;
}
.sec_10 .box .box-text-inner p{
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.sec_10 .box .box-text-inner a.button{
    text-transform: unset;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
.sec_10 .row_01 .column_02.col{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.sec_10 .row_01 .column_02 .post-item{
    padding-bottom: 0 !important;
}
.sec_10 .row_01 .column_02 .post-item:nth-child(3) .col-inner{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sec_10 .column_02 .post-item > .col-inner{
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.sec_11 .col{
    display: flex;
    align-items: center;
}
.sec_11 a.button.button_02{
    background-color: #5E6E6E;
    border-color: #5E6E6E;
    color: #fff;
    font-weight: 500;
    height: 40px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 40px;
}
.sec_11 .img img{
    border-radius: 10px;
}
.head-year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    box-shadow: 0px 2px 10px 0px #00000040;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F18642;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.head-year h4{
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}
.sec_03 .col{
    display: flex;
    align-items: center;
}
.sec_03 .col .img{
    margin-bottom: 0 !important;
}
.sec_03 .tits{
    display: block;
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.sec_03 .tits h2{
    text-align: center;
    color: #F18642;
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-bottom: 0px;
}
.sec_03 .tits h2 span{
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 28px;
}
.sec_03 .tits h2 span::before{
    content: "";
    position: absolute;
    border: 1.5px solid #F18642;
    border-radius: 2px;
    width: 13px;
    height: 13px;
    left: 0;
    top: 0;
}
.sec_03 .tits h2 span::after{
    content: "";
    position: absolute;
    border-radius: 2px;
    background: #F18642;
    left: 6px;
    top: 6px;
    width: 13px;
    height: 13px;

}
.sec_03 .tits h3{
    color: #333;
    font-size: 29px;
    line-height: 44px;
    margin-bottom: 10px;
}
.sec_04 .tits{
    display: block;
    text-align: center;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.sec_04 .tits h3{
    font-size: 29px;
    line-height: 32px;
    color: #333;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.sec_04 .gallery-col{
    padding-bottom: 0 !important;
}
.sec_04 .gallery-col .box .box-image{
    box-shadow: 0px 2px 5px 0px #0000001A;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
}