.owl-carousel .owl-nav [class*=owl-] {
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 1) !important;
    color: #333 !important;
    font-size: 20px !important;
    position: absolute !important;
    width: 32px;
    height: 32px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.owl-carousel .owl-nav [class*=owl-]{
    top: 42% !important;
}
.owl-carousel .owl-nav .owl-prev{
    left: -15px;
    border-left: 0;
}
.owl-carousel .owl-nav .owl-next{
    right: -15px;
    border-right: 0;
}
.success{
    color: #7ea643 !important;
}
.errors{
    color: #cc181e !important;
}
/*===== About pages =====*/
.about-pages .vtc-page-left .vtc-box{
    padding: 25px 35px 50px 35px;
}
.about-pages .ckeditor h3{
    margin: 10px 0 20px 0;
}
.sidebar-menus{
    margin-bottom: 30px;
}
.title-2{
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px;
    border-bottom: 1px solid #dfdfdf;
}
.sidebar-menus ul li a{
    padding: 15px 20px;
    border-bottom: 1px solid #dfdfdf;
    font-weight: bold;
}
.sidebar-menus ul li:last-child a{
    border: 0;
}
.sidebar-menus ul li a i{
    margin-right: 8px;
}
.sidebar-menus ul li.active a, .sidebar-menus ul li a:hover{
    background: #fcaf17;
    color: #fff;
}
.sidebar-menus ul li a:hover{
    padding-left: 25px;
}
.sidebar-support-online ul{
    margin: 0;
    padding: 0 10px;
}
.sidebar-support-online ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
}
.sidebar-support-online ul li img{
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    width: 55px;
    height: 55px;
}
.sidebar-support-online ul li .info{
    margin: 0;
}
.sidebar-support-online ul li .info a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sidebar-support-online ul li .info p{
    margin: 0;
    font-size: 13px;
}
.sidebar-support-online ul li .info p:first-child{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
}
.sidebar-support-online ul li .info p i{
    color: var(--green-banana-color);
    margin-right: 5px;
}

/*===== Contact pages =====*/
.title-4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.contact-page .vtc-box{
    padding: 35px 30px;
}
.contact-page .vtc-box .map{
    border: 1px solid #dcdcdc;
    overflow: hidden;
    margin-bottom: 20px;
}
.contact-page .contact-info{
    font-size: 1.1em;
}
.contact-page .contact-info p{
    margin-bottom: 20px;
    line-height: 30px;
}
.contact-page .contact-info i{
    color: #7ea643;
    background: #f2f2f2;
    height: 30px;
    width: 30px;
    float: left;
    margin: 0 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.contact-page .contact-form label{
    font-weight: normal;
    font-size: 13px;
}
.contact-page .contact-form .btn-website{
    background-color: #7ea643;
    color: white;
    padding: 10px 30px;
    border: 1px solid #7ea643;
}
.contact-page .contact-form .btn-website:hover{
    background-color: white;
    color: #7ea643;
}

/*===== News pages =====*/
.news-page .title-1{
    display: block;
    width: 100%;
}
.news-page .vtc-page-left .vtc-box{
    padding: 30px 30px 20px 30px;
}
.news-page .box-thumbnail img{
    width: 100%;
}
.news-page .vtc-box-new .item{
    margin-bottom: 30px;
}
.sidebar-news .news-adv{
    margin-bottom: 30px;
}
.sidebar-news .news-adv img{
    width: 100%;
}
.sidebar-news .introduce a:before{
    width: 150%;
}
.sidebar-news .news-adv .box-thumbnail{
    padding-top: 155.555%;
}
.sidebar-news .news-featured{
    margin-bottom: 30px;
}
.sidebar-news .news-featured ul{
    overflow: hidden;
    padding: 15px 0;
}
.sidebar-news .news-featured ul li{
    overflow: hidden;
    float: left;
    padding: 10px 15px;
    width: 100%;
}
.sidebar-news .news-featured .new-thumbnail{
    width: 30%;
    float: left;
}
.sidebar-news .news-featured .new-thumbnail .box-thumbnail{
    padding-top: 65.945%;
}
.sidebar-news .news-featured .desc{
    width: 70%;
    float: left;
    padding-left: 10px;
}
.sidebar-news .news-featured .desc a.title{
    line-height: 1em;
    margin-bottom: 5px;

}
.sidebar-news .news-featured .desc p{
    font-size: 11px;
    margin: 0;
}
.sidebar-news .news-featured .desc p i{
    margin-right: 10px;
}
.sidebar-news .news-featured ul li:hover{
    background-color: #2b2b2b;
}
.sidebar-news .news-featured ul li:hover a,
.sidebar-news .news-featured ul li:hover p{
    color: white;
}

/*===== News pages =====*/
.new-detail-page .vtc-news-related{
    margin-top: 40px;
}
.new-detail-page .title-1{
    display: block;
    float: none;
}
.new-detail-page .vtc-page-left .vtc-box{
    padding: 20px 40px 40px 40px;
}
.new-detail-page .new-detail-title{
    margin: 0px 0 15px 0;
    text-align: justify;
    line-height: 1.3em;
}
.new-detail-page .actions{
    margin-bottom: 15px;
}
.new-detail-page .actions > span{
    margin-right: 30px;
    font-size: 12px;
}
.new-detail-page .actions span i{
    margin-right: 10px;;
}


/*===== Product pages =====*/
.products-page .vtc-box-product .item{
    margin-top: 30px;
}
.products-page .product-head span{
    float: left;
    margin-top: 10px;
    font-size: 13px;
}
.products-page .title-1{
    display: inline-block;
}
.products-page .product-head [class*=col-]:last-child{
    text-align: right;
}
.products-page .product-head .form-group:first-child{
    margin-right: 20px;
    float: left;
}
.products-page .product-head{
    background-color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
}
.products-page .product-head .title-1{
    margin: 0;
    float: left;
}
.products-page .product-head label{
    font-weight: normal;
    margin-right: 7px;
}
.products-page .product-head .form-control{
    display: inline-block;
    width: auto;
    box-shadow: none;
    border-radius: 0;
    background-color: #fbfbfb;
}
.products-page .product-head .form-group{
    margin-bottom: 0;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}
.control input:checked ~ .control__indicator {
    background: #7ea643;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.ui-slider-horizontal .ui-slider-range{
    background-color: #7ea643;
}
.ui-widget.ui-widget-content{
    height: 6px;
    margin: 27px 0 25px 0;
    background-color: #333333;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #333333 !important;
}
.ui-slider .ui-slider-handle{
    border-radius: 50%;
    background-color: white;
    width: 20px !important;
    height: 20px !important;
    top: -8px !important;
    outline: none;
    cursor: pointer;
    background-color: #7ea643 !important;
    border: 2px solid #fff !important;
    box-shadow: 0 0 4px 0px #ccc;
}
.ui-slider .ui-slider-handle:focus{
    border: 1px solid #c5c5c5;
}
.btn-price{
    border: 1px solid #ccc;
    padding: 6px 10px;
    float: left;
    border-radius: 0;
    background-color: #7ea643;
    color: white !important;
    border-left: 0;
}
.sidebar-products .product-prices{
    margin-top: 30px;
}
.sidebar-products .product-prices .title-2 a{
    float: right;
    color: red;
}
.sidebar-products .vtc-box ul{
    padding: 15px 0;
    overflow: hidden;
}
.sidebar-products .vtc-box ul h6{
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin: 0 0 15px 15px;
}
.sidebar-products .product-prices ul .input-group{
    float: left;
}
.sidebar-products .product-prices ul .sep{
    float: left;
    margin: 5px 10px 0 10px;
}
.sidebar-products .product-prices ul .input-group input{
    width: 85px;
    font-size: 12px;
    padding: 5px;
}
.products-page .sidebar-menus ul:first-child{
    padding: 0;
}
.products-page .sidebar-menus ul li a{
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #333;
}
.products-page .sidebar-menus ul li a:hover{
    color: var(--green-color);
    padding-left: 5px;
}
.products-page .sidebar-menus ul li{
    padding: 10px 15px;
}
.products-page .product-prices ul{
    padding: 20px 15px;
}

/*===== Product detail pages =====*/
.product-page-detail .product-detail{
    padding: 30px;
    margin-bottom: 30px;
}
.product-page-detail .vtc-product-related{
    margin-top: 30px;
}
.product-page-detail .nav-tabs{
    margin: 30px 30px 0 30px;
    border: 0;
    border-top: 3px solid #ccc;
}
.product-page-detail .nav-tabs>li>a{
    display: inline-block;
    border: 0 !important;
    border-top: 3px solid #ccc !important;
    font-size: 20px;
    margin-right: 25px;
    margin-top: -3px;
    border-radius: 0;
    padding: 10px 0 0 0;
    color: #666;
}
.product-page-detail .nav-tabs>li.active>a, .product-page-detail .nav-tabs>li>a:hover{
    border-top: 3px solid #fcaf17 !important;
    color: #fcaf17;
    background-color: transparent !important;
}
.product-page-detail .tab-content{
    border: 0;
    padding: 15px 45px 30px 30px;;
}
.product-page-detail .ckeditor{
    color: #474c5f;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
}
.product-page-detail .ckeditor p{
    color: #474c5f;
}
.product-page-detail .right .vtc-box{
    padding: 20px 10px;
}
.product-page-detail .right .vtc-box .title-1{
    font-size: 18px;
}
.product-page-detail .right .item{
    float: left;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
}
.product-page-detail .right .item:last-child{
    margin-bottom: 0;
    border: 0;
}
.content-products{
    background-color: white;
    float: left;
    width: 100%;
    box-shadow: 0px 3px 2px -1px #ccc;
    margin-top: 30px;
}
.product-page-detail .title-1{
    display: block;
    float: none;
}
.product-page-detail .comments .vtc-box{
    margin-top: 30px;
}
.product-page-detail .comments .form-commnets-head{
    padding: 30px 30px 15px 30px;
}
.product-page-detail .comments .form-commnets-foot{
    background-color: #e9e9e9;
    background-color: #e9e9e9;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 30px;
}
.product-page-detail .comments .product-rate{
    float: left;
    margin: 0;
}
.product-page-detail .comments .product-rate h4{
    float: left;
    margin: 0;
    font-size: 18px;
    margin-right: 20px;
    margin-top: 5px;
}
.product-page-detail .comments .product-rate .rating{
    margin-right: 20px;
}
.product-page-detail .comments .form-commnets-foot .form-group{
    float: left;
    margin: 0 30px 0 0;
}
.product-page-detail .comments .form-commnets-foot label{
    margin: 0;
}
.product-page-detail .comments .form-commnets-foot .btn-website{
    margin: 0;
    padding: 8px 30px;
}
.product-page-detail .comments .product-rate label{
    font-size: 18px;
}
.product-page-detail .comments .rating > label:before{
    margin: 0 5px;
}
.product-page-detail .list-comments .rating > label{
    font-size: 12px;
    margin: 0;
}
.product-page-detail .list-comments .rating > label:before{
    margin: 0 2px;
}
.product-page-detail .list-comments .title{
    font-size: 14px;
    color: var(--green-color);
}
.product-page-detail .list-comments .user{
    color: gray;
    font-size: 12px;
    margin-left: 15px;
}
.product-page-detail .list-comments .head{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.product-page-detail .list-comments .status{
    margin-bottom: 10px;
}
.product-page-detail .list-comments .certificate{
    color: #4caf50;
    font-size: 12px;
    margin-left: 15px;
}
.product-page-detail .list-comments .certificate img{
    width: 15px;
    margin-right: 5px;
}
.product-page-detail .list-comments .desc{
    color: #212121;
    font-size: 14px;
    white-space: pre-wrap;
    word-break: break-word;
    margin: 0;
}
.product-page-detail .list-comments ul{
    margin: 0;
}
.product-page-detail .list-comments ul li{
    border-bottom: 1px solid #eff0f5;
    padding: 15px 20px;
}
.product-page-detail .list-comments .list-comment-title{
    height: 52px;
    line-height: 52px;
    background: #fafafa;
    font-size: 20px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-page-detail .star-number, .product-page-detail .percent{
    color: #757575;
    font-size: 12px;
}
.progress-wrap{
    margin-left: 15px;
    margin-right: 15px;
}
.pdp-review-progress{
    display: inline-block;
    position: relative;
    width: 138px;
    height: 12px;
}
.pdp-review-progress .bg{
    background: #eff0f5;
}
.pdp-review-progress .bar{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pdp-review-progress .fg{
    background: #faca51;
}
.summary{
    padding: 20px;
    border-bottom: 1px solid #eff0f5;
}
.summary .score{
    font-size: 14px;
    color: #212121;
}
.summary .score span{
    font-size: 32px;
}
.summary .summary-rate{
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 10px 0;
}
.summary .rating > label{
    font-size: 20px !important;
}
.summary > span{
    color: #757575;
}

/*===== Sales pages =====*/
.sales-page .item{
    margin-bottom: 30px;
}
.sales-page .box-thumbnail{
    padding-top: 30.612%;
}
.sales-page .title-1{
    float: left;
    width: 100%;
}
.sales-page .item .title{
    text-align: center;
    margin-top: 7px;
    min-height: 40px;
    font-size: 14px;
    color: #7ea643;
    font-weight: bold
}
.sales-page .vtc-page-left .vtc-box{
    padding: 30px 30px 15px 30px;
}

/*===== Shops pages =====*/
.shops-page .vtc-box{
    padding: 30px 20px;
}
.shops-page iframe{
    width: 100%;
    height: auto !important;
    min-height: 440px;
    border: 1px solid #ccc !important;
    overflow: hidden;
}
.shops-page .title-1{
    width: 100%;
}
.shops-page .filter-header,.shops-page .nav-tabs{
    width: 25%;
    float: left;
    margin-right: 75%;
}
.shops-page .nav-tabs li{
    width: 100%;
}
.shops-page .filter-header{
    background-color: var(--green-color);
    color: white;
    padding: 20px;
}
.shops-page .filter-header h3{
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
}
.shops-page .filter-header .form-control{
    border-radius: 0;
    box-shadow: none;
}
.shops-page .vtc-box-sales{
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 450px;
}
.shops-page .tab-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 73%;
}
.shops-page .nav-tabs>li>a{
    border-radius: 0;
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7 !important;
    width: 100%;
    margin: 0;
}
.shops-page .nav-tabs>li.active>a,.shops-page .nav-tabs>li.active>a:focus,.shops-page .nav-tabs>li.active>a:hover,.shops-page .nav-tabs>li>a:hover{
    background-color: #fff;
}
.shops-page .nav-tabs>li>a h4{
    font-size: 16px;
    font-weight: bold;
}
.shops-page .nav-tabs>li>a h4 i{
    float: right;
    font-weight: bold;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s all;
}
.shops-page .nav-tabs>li.active>a h4 i{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shops-page .nav-tabs>li>a ul{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}
.shops-page .nav-tabs>li>a ul{
    max-height: 0;
    opacity: 0;
    transition: 0.5s all ease;
    padding: 0 2px;
}
.shops-page .nav-tabs>li.active> a ul{
    max-height: 1000px;
    opacity: 1;
}
.shops-page .nav-tabs>li>a ul li{
    font-size: 13px;
    line-height: 1.5em;
    margin: 5px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}
.shops-page .nav-tabs>li>a ul li i{
    color: var(--green-banana-color);
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}
.shops-page .nav-tabs>li>a ul li span{
    width: calc(100% - 30px);
}
.shops-page .nav-tabs>li.active>a h4,.shops-page .nav-tabs>li>a:hover h4{
    color: var(--green-banana-color);
}

/*===== Recruitments pages =====*/
.recruitments-page .vtc-box{
    padding: 30px 30px 15px 30px;
}
.recruitments-page .table{
    border-bottom: 1px solid #ddd;
}
.recruitments-page .table thead{
    background-color: var(--green-color);
    color: var(--white-color);
}
.recruitments-page .table td{
    padding: 12px 8px;
}
.recruitments-page .table thead th{
    padding: 15px 8px;
    border: 0;
}
.recruitments-page .box-thumbnail{
    padding-top: 35.326%;
    margin-bottom: 30px;
}
.recruitments-page .box-thumbnail img{
    width: 100%;
}
.recruitments-page .pagination{
    justify-content: flex-end;
    margin: 0;
}
.recruitments-page a{
    color: var(--green-banana-color) !important;
}

/*===== Favourite pages =====*/
.favourite-page .vtc-box-product{
    padding: 30px 30px 15px 30px;
    background-color: white;
    box-shadow: 0px 3px 2px -1px #ccc;
}
.favourite-page .title-1{
    width: 100%;
}
.favourite-page .item{
    margin-top: 0 !important;
    margin-bottom: 30px;
    position: relative;
}
.js-remove-favourite{
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 99;
    width: 30px;
    height: 30px;
    background-color: var(--green-banana-color);
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    color: white !important;
    font-size: 10px;
    border: 2px solid white;
}
.gallery-page .vtc-box{
    padding: 30px;
}
.gallery-page .box-thumbnail{
    padding-top: 65.945%;
}
.gallery-page .vtc_gallery_item{
    margin-bottom: 50px;
}
.gallery-page .vtc_gallery_item:last-child{
    margin-bottom: 0;
}
.gallery-page .vtc_gallery_item .title{
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    font-size: 15px;
    color: #333 !important;
}
.gallery-page .owl-carousel .owl-nav [class*=owl-]{
    top: 32% !important;
}
@media screen and (max-width: 1199px){
    .products-page .product-head [class*=col-]:last-child{
        text-align: left;
        margin-top: 15px;
    }
}

@media screen and (max-width: 991px){
    .shops-page .filter-header, .shops-page .nav-tabs{
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .shops-page .tab-content{
        width: 100%;
        position: relative;
        margin-top: 30px;
        float: left;
    }
    .shops-page .nav-tabs>li{
        width: 100%;
    }
    .shops-page iframe{
        min-height: 300px;
    }
    .news-page .vtc-box-new [class*=col-]{
        width: 100%;
    }
}

@media screen and (max-width: 767px){
    .contact-page iframe{
        height: 300px;
    }
    .sidebar-menus, .sidebar-news{
        margin-top: 30px;
    }
    .news-page .vtc-page-left .vtc-box{
        padding: 20px 15px 20px 15px;
    }
    .favourite-page .no-result{
        padding: 15px !important;
    }
    .favourite-page .no-result h3, .favourite-page .no-result h5 {
        line-height: 1.3em;
    }
    .favourite-page .vtc-box-product{
        padding: 15px;
    }
    .products-page .vtc-page-left{
        margin-top: 30px;
    }
    .products-page .product-head .form-group:first-child{
        margin: 0 0 15px 0;
    }
    .products-page .product-head label{
        min-width: 30%;
        margin: 0;
    }
    .products-page .product-head .form-control{
        min-width: 68%;
    }
    .sidebar-products .product-prices ul .input-group{
        width: 40%;
    }
    .sidebar-products .product-prices ul .input-group input{
        width: 100%;
    }
    .product-detail-left .xzoom-container img{
        width: 100% !important;
    }
    .product-page-detail .product-info{
        margin-bottom: 30px;
    }
    .details-pro .quantity .btn-website-1{
        padding: 0 20px;
    }
    .product-page-detail .comments .form-commnets-foot{
        flex-direction: column;
    }
    .product-page-detail .form-commnets-foot .product-rate, .product-page-detail .form-commnets-foot .form-group{
        margin: 0 0 15px 0 !important;
    }
    .product-page-detail .product-detail, .product-page-detail .comments .form-commnets-head{
        padding: 20px 15px;
    }
    .product-page-detail .nav-tabs{
        margin: 20px 15px 0 15px;
    }
    .product-page-detail .tab-content{
        padding: 15px 15px 20px 15px;
    }
    .product-page-detail .nav-tabs>li>a{
        font-size: 16px;
        margin-right: 20px;
    }
    .product-page-detail .product-info .vtc-box{
        padding: 0 !important;
    }
    .details-pro .social-sharing{
        margin-left: 0 !important;
    }
    .product-page-detail .list-comments .list-comment-title{
        padding: 0 15px;
    }
    .summary{
        padding: 20px 15px;
    }
}