
body.page-home .section{
    margin-bottom: 0;
    display: flex;
}
body.page-home .section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.owl-prev::before, .owl-next::before {
    content: "‹";
    display: block;
    width: 40px;
    height: 100%;
    font-size: 40px;
    color: rgb(0, 0, 0);
}
.owl-next::before {
    content: "›";
}
.owl-prev, .owl-next{
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-80%);
}
.owl-next{
    left: auto;
    right: -30px;
}

.owl-dots, .owl-prev span, .owl-next span{
    display: none;
}
.home-pro .tab-pro {
    border: 1px solid #e3e3e3;
}
.tabbed-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.home-pro .tab-pro ul {
    padding: 0 5px 0 0;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-between;
}
.tabbed-content .nav, .tabbed-content .tab-panels {
    width: 100%;
}
.home-pro .tab-pro a {
    color: #000;
    font-weight: 700;
}
.nav-size-xlarge>li>a {
    font-size: 17.6px;
}

.tab-pro.tab2 .nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    position: relative;
    /* margin: 0 3%; */
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.tab-pro.tab2 .nav>li:first-child,.tab-pro.tab2 .nav>li:nth-of-type(1n){
    margin-left: 0;
}
.tab-pro.tab2 .nav>li ~ li{
/*     margin-left: 20px ; */
}
.home-pro.tab3 li.active, .home-pro.tab4 li.active, .home-pro.tab5 li.active, .tab-pro.tab3 li.active, .tab-pro.tab2 li.active, .tab-pro.tab-th li.active {
    background: #FCDC01 !important;
    /* padding: 0; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.home-pro .nav>li>a {
    padding: 10px 0;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-pro .nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    /* color: rgba(102,102,102,.85); */
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.nav-uppercase>li>a {
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bolder;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #446084;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    height: 3px;
}
.nav-line-bottom>li>a:before {
    top: auto;
    bottom: 0;
}
.home-pro .tab-pro a:before {
    height: 5px !important;
    background-color: #fcdc01;
}
.tab-panels {
    padding-top: 1em;
}
.tabbed-content .nav, .tabbed-content .tab-panels {
    width: 100%;
}
.home-pro .tab-pro .tab-panels {
    padding: 15px 3px !important;
}
.tab-panels .panel:not(.active) {
    zoom: 1;
    visibility: hidden;
    height: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.tab-panels .panel.active {
    display: block !important;
    text-align: center;
}
.home-pro .tab-pro a {
    /* color: #000; */
    color: rgba(17,17,17,.85);
}
.btn-xtc, .button.is-underline, .button.is-link {
    background: #000!important;
    width: auto;
    padding: 11.5px 35px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 4px;
    margin: 5px auto !important;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    height: auto;
}
.button.btn-xtc span {
    display: inline-block;
    line-height: 1.6;
    /* font-size: 14px; */
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #fcdc01;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    height: 3px;
}
.nav-line-bottom>li>a:before {
    top: auto;
    bottom: 0;
}
.home-pro .tab-pro a:before {
    height: 5px !important;
}
.nav-line-bottom>li:hover>a:before{
    opacity: 1;
}

.section-title-normal span {
    /* margin-right: 15px; */
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0,0,0,.1);
    margin-bottom: -2px;
}
.section-title-normal span {
    border-bottom: 2px solid rgb(232, 22, 0);
}
.section-title span {
    text-transform: uppercase;
}
a.plain {
    color: currentColor;
    -webkit-transition: color .3s,opacity .3s,-webkit-transform .3s;
    transition: color .3s,opacity .3s,-webkit-transform .3s;
    -o-transition: color .3s,opacity .3s,transform .3s;
    transition: color .3s,opacity .3s,transform .3s;
    transition: color .3s,opacity .3s,transform .3s,-webkit-transform .3s;
}

.box {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.box, .box-image, .box-text {
    /* -webkit-transition: opacity .3s,background-color .3s,-webkit-transform .3s; */
    /* transition: opacity .3s,background-color .3s,-webkit-transform .3s; */
    -o-transition: opacity .3s,transform .3s,background-color .3s;
    /* transition: opacity .3s,transform .3s,background-color .3s; */
    /* transition: opacity .3s,transform .3s,background-color .3s,-webkit-transform .3s; */
}
.box-text {
    /* padding-top: 0.7em; */
    /* padding-bottom: 1.4em; */
    position: relative;
    width: 100%;
    /* font-size: .9em; */
}
.box-text{
    padding-left: 20px;
    height: auto;
}
h5.post-title.is-large{
    font-size: 15px;
    font-weight: bold;
    position: relative;
}
.post-meta.is-small.op-8{
    font-size: 10px;
}
.p-left .box-vertical h5 {
    font-size: 18px;
    font-weight: bold;
    color: #555;
}
.p-left .box-text h5 {
    text-transform: uppercase;
}
.p-left .box-text .from_the_blog_excerpt {
    color: #000;
    margin-bottom: 0;
}
.p-left .box-vertical {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-image {
    /* position: relative; */
    /* height: auto; */
    /* margin: 0 auto; */
    /* overflow: hidden; */
    width: 37%;
    /* height: 100%; */
}
.has-format, .video-fit, .image-cover {
    /* position: relative; */
    /* height: auto; */
    /* overflow: hidden; */
    /* padding-top: 100%; */
    /* background-position: 50% 50%; */
    /* background-size: cover; */
    width: 100%;
    /* height: 100%; */
}
.box-image img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.video-fit video, .video-fit iframe, img.back-image, .image-cover img, .has-format img, .has-equal-box-heights .box-image img {
    /* right: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* bottom: 0; */
    /* left: 0; */
    /* top: 0; */
    /* position: absolute; */
    -o-object-position: 50% 50%;
    /* object-position: 50% 50%; */
    -o-object-fit: cover;
    /* object-fit: cover; */
    /* font-family: "object-fit: cover;"; */
}
.has-hover .bg, .has-hover [class*=image-] img {
    -webkit-transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    -o-transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
}
.p-left .box-image img {
    /* object-fit: contain; */
    width: 100%;
    height: auto;
}
.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    width: 100%;
    font-size: 20px;
    font-weight: 700;
}
.section-title-normal {
    border-bottom: 2px solid #ececec;
}
.product-item .item-details .product-title{
    text-align: left;
}
.product-item .item-details .product-title a{
    font-weight: 500;
}
#product_details_price_container{
    text-align: left;
}
.list-node .product-item .item-details .row-custom.price{
    text-align: left;
}
.row-custom2{
    float: none;
}
.tab-panels .product-list-content .list-node.col-product {
    width: 20%;
    margin: 0;
}
.tab-panels .product-item .img-product {
    display: block;
    height: 232px;
}
.tab-panels .img-product-container {
    height: 100% !important;
}
.row-product .list-node.col-product .product-item{
    width: 100%;
}

@media (max-width: 1024px){
    .tab-panels .product-list-content .list-node.col-product {
        width: 25%;
        margin: 0;
    }
    .owl-prev, .owl-next{
        display: none;
    }
}
@media (max-width: 768px){
    .tab-panels .product-list-content .list-node.col-product {
        width: 33.3333%;
        margin: 0;
    }
     .tab-panels .product-item .img-product {
        height: 180px;
    }
}
@media (max-width: 767px){
      .tab-pro h4 {
        float: unset;
        width: 100%;
        padding: 10px;
        font-size: 18px;
        font-weight: 700;
        color: #555;
        text-transform: uppercase;
    }
    button.icon-custom{
        background-color: transparent;
        text-transform: uppercase;
        font-size: .97em;
        letter-spacing: .03em;
        cursor: pointer;
        font-weight: bolder;
        text-align: center;
        color: currentColor;
        text-decoration: none;
        border: 1px solid transparent;
        vertical-align: middle;
        border-radius: 0;
        margin-top: 0;
        margin-right: 1em;
        text-shadow: none;
        line-height: 2.4em;
        min-height: 2.5em;
        padding: 0 1.2em;
        max-width: 100%;
        -webkit-transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
        transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
        -o-transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
        transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
        transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
        text-rendering: optimizeLegibility;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tab-pro button.icon-custom {
        font-size: 20px!important;
        display: block;
        padding: 0 10px;
        margin-right: 0;
        position: absolute;
        top: -3px;
        right: 0;
    }
    .tab-pro ul {
        float: unset;
        width: 65%!important;
        position: absolute;
        z-index: 99999999999999999999 !important;
        right: 0;
        top: 41px;
        box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
        background: #ffff;
    }
    .home-pro .tab-pro ul {
        border: 0 !important;
    }
    .home-pro .tab-pro a{
        font-size: 14px;
    }
    .tab-pro.tab2 .nav>li{
        width: 100%;
        margin: 0;
        padding: 0 20px !important;
    }
    .tab-pro.tab2 .nav>li ~ li{
        border-top: 1px solid #e3e3e3;
    }
    .tab-pro.tab2 .nav{
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 0;
        display: none;
    }
    .tab-pro.tab2 .nav.reshow{
        display: flex;
    }
}
@media (max-width: 580px){
    .tab-panels .product-list-content .list-node.col-product {
        width: 50%;
        margin: 0;
    }
   
}
@media (min-width: 768px){
    .icon-custom, .tab-pro h4 {
        display: none;
    }
}
@media screen and (min-width: 550px){
    .box-list-view .box, .box-vertical {
        display: table;
        width: 100%;
    }
    .box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
        /* direction: ltr; */
        /* display: table-cell; */
        /* vertical-align: middle; */
    }
}
@media (max-width: 549px){
  
}
