/*add style*/
.breadcrumb > ul,
.breadcrumb > ul > li {
    display: inline-block;
}
.liked {
    color: #ff0000;
}
[data-icon]:before {
    content: attr(data-icon);
}
[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.icon-like:before {
    content: "\f004";
}
.icon-unlike:before {
    content: "\f08a";
}
.icon-gear:before {
    content: "\f013";
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
a.sv-post-like {
    font-weight: normal;
    display: inline-block;
    width: auto;
    -moz-transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
    -o-transition: all 0.3s ease-out 0.2s;
}
a.sv-post-like.liked {
    color: #da1b1b;
}
a.sv-post-like:hover,
a.sv-post-like:active,
a.sv-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
    color: #000;
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.header .vc_row[data-vc-full-width] {
    overflow: inherit !important;
}
.remove-hidden{
    overflow: inherit !important;
}
.vc_row.vc_row-no-padding .wpb_column {
    padding-left: 0;
    padding-right: 0;
}
/*Menu fixed style*/
.fixed-header {
    position: fixed !important;
    top: -100px;
    left: 15px !important;
    z-index: 9998;
    -webkit-transition: top 0.5s ease-out 0s !important;
    transition: top 0.5s ease-out 0s !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
    top: 32px;
}
.fixed-header.active {
    top: 0;
}
.menu-fixed-content.fixed-header {
    background: #fbfbfb;
    width: 100%;
    left: 0 !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    max-width: 100%;
    display: block;
}
.fixed-header.main-nav2{
    background: #1b2b3a;
}
.fixed-header.main-nav2 .main-nav2,
.fixed-header.main-nav2 .logo{
    margin-top: 12px;
}
.fixed-header .search-nav2{
    display: none;
}
.fixed-header.main-nav2 .mini-cart-box.mini-cart-box1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*Add*/
.logo h1{
    margin: 0;
    padding: 0;
}
.line-space {
    margin-bottom: 100px !important;
}
.vc_section .wrap-vc-row{
    margin-left: 15px;
    margin-right: 15px;
}
.vc_section .wrap-vc-row.vc_inner{
    margin-left: 0;
    margin-right: 0;
}
.accordion-style1 p{
    opacity: 0.7;
    color: #1b2b3a;
    line-height: 24px;
}
.vc_tta.vc_general.accordion-style1 .vc_tta-panel-title{
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}
.vc_tta-color-white.vc_tta-style-classic.accordion-style1 .vc_tta-panel .vc_tta-panel-title>a i::before{
    border-color: #1b2b3a !important;
}
.vc_tta-color-white.vc_tta-style-classic.accordion-style1 .vc_tta-panel .vc_tta-panel-title>a{
    color: #1b2b3a !important;
}

.vc_tta-color-white.vc_tta-style-classic.accordion-style1 .vc_tta-panel.vc_active .vc_tta-panel-title>a i::before{
    border-color: #82b541 !important;
}
.vc_tta-color-white.vc_tta-style-classic.accordion-style1 .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.vc_tta.vc_general.accordion-style1 .vc_active .vc_tta-panel-title{
    color: #82b541 !important;
}
.service-news{
    background-color: #fff;
    padding-top: 75px !important;
}
.our-product {
    margin-bottom: 0;
}
.brand-slider {
    padding-top: 85px;
}
.ion-icon.icon{
    width: auto;
    height: auto;
    margin-left: 0;
}
.newsletter-form input[type="email"] {
    width: 100%;
    display: block;
    border: none;
    padding: 0 15px;
    height: 40px;
}
.newsletter-email1 .newsletter-form input[type="email"] {
    border-right: 1px solid #e5e5e5;
}
.product-price{
    margin-top: 5px;
}
.product-price ins,
.product-price > span{
    font-size: 18px;
    color: #999;
}
.product-price del{
    color: #82b541;
}
.ajax-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9999;
}
.ajax-loading i{
    font-size: 40px;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}
.loadding{
    position: relative;
}
.nav-hover:hover .nav-icon i {
    opacity: 0;
    visibility: hidden;
}
.header1 .logo{
    float: left;
}
.bg-navi .navi{
    color: #fff;
}
.bg-navi .box-newsletter .navi{
    color: #1b2b3a;
}
/*Begin Search Ajax*/
.list-product-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    /*border-radius: 6px;*/
    left: 0;
    margin-top: 32px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 300px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-product-search.active {
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
.item-search-pro {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.item-search-pro > div {
    display: table-cell;
    vertical-align: middle;
}
.item-search-pro:last-child {
    border: none;
}
.item-search-pro .title14 {
    text-transform: capitalize;
    font-weight: 400;
}
.item-search-pro > div.search-ajax-thumb {
    width: 50px;
}
.item-search-pro > div.search-ajax-price {
    text-align: right;
}
.item-search-pro > div.search-ajax-title {
    padding: 0 10px;
}
.live-search-on.active .list-product-search{
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
/*End Search Ajax*/
.search-form2 .list-product-search{
    right: 19px;
    left: inherit;
    top: 29px;
}
#header .vc_section[data-vc-full-width],
#header .vc_row[data-vc-full-width]{
    overflow: inherit !important;
}
.remove-overflow{
    overflow: inherit !important;
}
.header1{
    left: 15px;
}
.list-service2{
    padding: 0 15px;
}
.banner-adv2 {
    margin-bottom: -155px;
}
.our-product2{
    margin-top: 0;
}
.item-product2 .product-price{
    background: #1b2b3a;
    border-radius: 6px;
    color: #fff;
}
.item-product2 .product-price ins,
.item-product2 .product-price > span{    
    font-size: 18px;
    color: #fff;
}
.item-product2 .product-price del {
    color: #fff;
}
/*Fix carousel item load*/
.smart-slider:not(.owl-carousel):after{
    content: " ";
    display: table;
    clear: both;
}
.smart-slider:not(.owl-carousel) > div{
    float: left;
    width: 100%;
    /*display: block !important;*/
}
.smart-slider:not(.owl-carousel)[data-item="6"] > div{
    width: 16.6666%;
}
.smart-slider:not(.owl-carousel)[data-item="5"] > div{
    width: 20%;
}
.smart-slider:not(.owl-carousel)[data-item="4"] > div{
    width: 25%;
}
.smart-slider:not(.owl-carousel)[data-item="3"] > div{
    width: 33.3333%;
}
.smart-slider:not(.owl-carousel)[data-item="2"] > div{
    width: 50%;
}
/*End*/
.border-fix .vc_tta-panel .vc_tta-panel-body,
.border-fix .vc_tta-panel .vc_tta-panel-heading{
    border-color: #e5e5e5 !important;
}
.product-price > span.sale-off {
    font-size: 12px;
    color: #eee95a;
}
.cat-ajax-item-small .product-extra-link a > span{
    display: none;
}
.product-extra-link1 i {
    font-size: 24px;
    margin: 0 7px 0 0;
}
.item-product-type .product-price ins,
.item-product-type .product-price > span {
    font-size: 18px;
}
.review-rating .number-rate{
    margin: 0 4px;
}
.list-product-type .item-product-type {
    padding: 20px 0 20px;
}
.list-product-type .product-price {
    margin-bottom: 0;
}
.contact-footer3 .desc i{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    color: #fff;
}
.contact-footer3 .desc:nth-child(1) i{
    top: 5px;
}
.page-content-box .container {
    max-width: 1230px;
}
.top-service6 {
    padding: 25px 5px;
}
.bg-white .white{
    color: #1b2b3a;
}
.header-shop6 .logo{
    margin-top: 20px;
}
.page-content-box .fix-row-bg{
    margin-left: 15px;
    margin-right: 15px;
}
.page-content-box .vc_row {
    padding-left: 15px;
    padding-right: 15px;
}
.page-content-box .fix-row-bg .vc_row {
    padding-left: 0;
    padding-right: 0;
}
.header2.header-shop6{
    padding-left: 15px;
    padding-right: 15px;
}
.intro-box3{
    margin-bottom: auto;
    padding-bottom: 43px;
}
.item-product3 .product-extra-link3 .wishlist-link span,
.item-product3 .product-extra-link3 .compare-link span{
    display: none;
}
.item-product3 .product-extra-link3 .shop-button i.ion-ios-cart{
    display: none;
}
.item-product-list .product-extra-link3 .wishlist-link span,
.item-product-list .product-extra-link3 .compare-link span{
    display: none;
}
.item-product-list .product-extra-link3 .shop-button i.ion-ios-cart{
    display: none;
}
.bg-white .bg-blue .white,
.bg-blue .white {
    color: #fff;
}
.shop-bet-sale3 .product-box3 {
    margin-bottom: 20px;
}
.latest-news-shop3 .latest-news2{
    margin-bottom: 45px;
}
.banner-shop-slider4{
    margin-bottom: 0;
}
.item-product1 .wishlist-compare a > i{
    font-size: 24px;
}
.blog-list-view {
    border-right: 0;
    padding-right: 0;
}
.content-sidebar-right .blog-list-view {
    border-right: 1px solid #e5e5e5;
    padding-right: 30px;
}
.content-sidebar-left .blog-list-view {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
}
.blog-item .border-bottom:last-child,
.news-blog-info .border-bottom:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget-title {
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #1b2b3a;
    text-transform: uppercase;
    margin-top: 0;
}
.widget ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.widget ul li {
    position: relative;
    margin-bottom: 10px;
}
.single-content > p:not(.desc),
.entry-content > p:not(.desc){
    line-height: 24px;
    color: rgba(27,43,58,0.7);
}
abbr[data-original-title], abbr[title] {
    border-bottom: 0; 
}
pre{
    white-space: pre-wrap;
}
.pagi-bar .current{
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #82b541;
    border-radius: 50%;
}
.post-control a i {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}
.comment-respond .logged-in-as{
    margin-bottom: 12px;
}
.comment-reply-title{
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    margin: 0 0 40px;
    text-transform: uppercase;
    color: #1b2b3a;
}
/*shop item*/
.list-col-item{
    float: left;
    padding: 0 15px;
}
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-2-item:nth-child(2n+1){
    clear: both;
}
.list-3-item{
    width: 33.3333%;
}
.list-3-item:nth-child(3n+1){
    clear: both;
}
.list-4-item{
    width: 25%;
}
.list-4-item:nth-child(4n+1){
    clear: both;
}
.list-5-item{
    width: 20%;
}
.list-5-item:nth-child(5n+1){
    clear: both;
}
.list-6-item{
    width: 16.66666667%;
}
.list-7-item{
    width: 14.2857%;
}
.list-8-item{
    width: 12.5%;
}
.list-9-item{
    width: 11.111%;
}
.list-10-item{
    width: 10%;
}
.woocommerce .item-product1 .product-extra-link{
    position: absolute;
}
.list-col-item.list-full-item{
    padding: 0;
    float: none;
}
/*end*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    margin: 30px 8px 15px;
    border: medium none;
    border-radius: 0px;
    height: 5px;
    background: #e5e5e5;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background: #999 none repeat scroll 0 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    cursor: pointer;
    height: 15px;
    margin-left: -7px;
    top: -5px;
    width: 15px;
    border: none;
    border-radius: 50%;
    background: #1b2b3a;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce .widget_price_filter .price_slider_amount .button{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    background: #82b541;
    border-color: #82b541;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: #fff;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background: #eee95a;
    border-color: #eee95a;
}
.price_slider_amount .price_label{
    text-transform: uppercase;
    padding-top: 4px;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount{    
    font-size: 14px;
}
.price_slider_amount .price_label span{
    color: #1b2b3a;
    font-weight: 700;
}
.product-popup-content .gallery-control .carousel ul li a,
.content-sidebar-left .gallery-control .carousel ul li a,
.content-sidebar-right .gallery-control .carousel ul li a {
    width: 80px!important;
}
.detail-qty-cart .single_add_to_cart_button,
.detail-qty-cart .detail-qty,
.detail-qty-cart .detail-qty-cart .qty-label{
    display: inline-block;
}
.detail-qty .qty-val{
    height: 38px;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #82b541;
    border-color: #82b541;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #eee95a;
    border-color: #eee95a;
    color: #fff;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button{
    float: none;
    padding: 0 35px;
    text-transform: uppercase;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 0;
}
.detail-wishlist-compare i{
    font-size: 24px;
    vertical-align: middle;
}
.detail-wishlist-compare a{
    opacity: 0.7;
    color: #1b2b3a;
}
.yith-wcwl-add-button.show{
    display: none !important;
}
.product_meta > span{
    display: block;
    margin: 0 0 8px;
    color: #1b2b3a;
}
.product_meta > span > span{
    opacity: 0.7;
}
.detail-extra{
    margin-bottom: 40px;
}
.detail-descript > h2:first-child{
    display: none;
}
.detail-descript{
    opacity: 0.7;
    color: #1b2b3a;
}
.detail-wishlist-compare a:hover{
    color: #82b541;
}
.product-popup-content {
    padding: 15px 15px;
}
.pagi-bar .dots{
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #1b2b3a;
    background: #f5f5f5;
    border-radius: 50%;
}
.list-post-widget .list-none li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list-post-widget .list-none li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.post-cat-comment a:hover,
.post-tabs a:hover{
    color: #82b541;
}
.tagcloud a{
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    font-size: 14px !important;
    margin-bottom: 10px;
    margin-right: 6px;
}
.widget_categories ul li{
    text-align: right;
    clear: both;
    min-height: 19px;
}
.widget_categories ul li > a{
    float: left;
}
body .comment-button .shop-button{
    height: 30px;
    line-height: 30px;
}
.comment-button{
    position: absolute;
    right: 0;
    top: 0;
}
.comment-info{
    position: relative;
}
.commnent-thumb .avatar.photo{
    border-radius: 50%;
}
li.comment .comment-respond{
    margin-top: 30px;
}
form.contact-form textarea{
    max-width: 100%;
}
.mini-cart-box.mini-cart-box5 .mini-cart-number,
.bg-white .shop-button.white {
    color: #fff;
}
.menu-fixed-content.fixed-header.main-nav5,
.header-shop6 .fixed-header.main-nav2 {
    background: #fff;
}
.fixed-header .header6.header-shop3 {
    padding: 18px 0 12px;
}
.detail-with-sidebar::before{
    display: none;
}
.detail-with-sidebar{
    padding: 0;
}
.detail-protect.item-full::after{
    display: none;
}
.detail-protect.item-full .detail-freeship {
    margin: 30px 0 0 15px;
}
.content-box-single{
    margin-top: 60px;
}
.item-product-type.table .product-info {
    padding-left: 18px;
}
.tab-desc-info{
    padding: 0;
    margin-top: 30px;
}
.woocommerce-Reviews-title{
    display: none;
}
#sv-reviews .detail-descript{
    opacity: 1;
}
.review-author .avatar.photo {
    float: none;
    margin-right: 0;
}
.woocommerce .list-tags-review .star-rating{
    float: none;
}
.woocommerce .woocommerce-Reviews .table>tbody>tr>td,
.woocommerce .woocommerce-Reviews .table>tbody>tr>th,
.woocommerce .woocommerce-Reviews .table>tfoot>tr>td,
.woocommerce .woocommerce-Reviews .table>tfoot>tr>th,
.woocommerce .woocommerce-Reviews .table>thead>tr>td,
.woocommerce .woocommerce-Reviews .table>thead>tr>th{
    padding: 8px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border: 0 !important;
    border-top: 1px solid #ddd !important;
}
.woocommerce .woocommerce-Reviews .table{
    border: 0 !important;
    margin-bottom: 20px;
}
.woocommerce .woocommerce-Reviews .table.list-tags-review .t-buyer {
    width: 140px;
    padding-left: 25px !important;
}
.woocommerce .woocommerce-Reviews .table.list-tags-review tr {
    padding: 0 20px;
}
.woocommerce .woocommerce-Reviews .table.list-tags-review td {
    padding: 25px 0 !important;
}
.woocommerce #reviews h3.comment-reply-title{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.woocommerce-Reviews .comment-form > p:not(.comment-notes) {
    margin-bottom: 10px;
    min-height: 40px;
    padding-left: 105px;
    position: relative;
}
.woocommerce-Reviews .comment-form input:not(.shop-button){
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    height: 40px;
    max-width: 400px;
    padding: 0 15px;
    width: 100%;
}
.woocommerce-Reviews .comment-form textarea {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    max-height: 120px;
    padding: 10px 15px;
    width: 100%;
}
.woocommerce-Reviews .comment-form > p > label {
    font-weight: 400;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
}
.woocommerce #review_form #respond p.stars{
    padding-top: 13px;
}
.woocommerce #review_form #respond .form-submit input.shop-button{
    padding: 0 30px;
    font-weight: 400;
}
.woocommerce .star-rating::before,
.woocommerce p.stars a,
.woocommerce .star-rating span{
    color: #fdcf17;
}
.woocommerce .star-rating span::before{
    font-family: "WooCommerce";
    content: '\e020\e020\e020\e020\e020';
}
.woocommerce .star-rating::before {
    content: '\e021\e021\e021\e021\e021';
    font-family: "WooCommerce";
}
.detail-protect{
    margin-top: 0;
}
.fancybox-overlay,
.zoomContainer{
    z-index: 9999;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #82b541;
    border-color: #82b541;
}
.reset_variations[style="visibility: hidden;"],
.reset_variations[style="visibility: hidden; display: inline;"]{
    display: none !important;
}
.special .default-attribute{
    display: none;
}
.select-box.ttr-detail-box select {
    height: 40px;
    padding: 0 40px 0 15px;
}
.select-box.ttr-detail-box::after{
    top: 15px;
}
.list-color-detail li a {
    width: auto; 
    height: 30px;
    padding: 1px 12px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 4px;
}
.list-color-detail li a span{
    width: auto;
    height: auto;
}
.list-color-detail li.active a{
    border-color: #82b541;
    color: #82b541;
}
/*.list-color-detail li.active a::after {
    position: absolute;
    content: "\f122";
    font-family: ionicons;
    left: 9px;
    top: 0;
    color: #000;
}*/
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    width: auto;
}
.summary p.price{
    display: none;
}
.detail-product .social-footer{
    margin-bottom: 30px;
}
.title-tab-ver{
    min-height: 240px;
}
.item-news-blog.style3.item-default .news-blog-info{
    margin: 0;
    padding: 0 0 10px;
}
.item-news-blog.style3.item-default .banner-advs{
    margin-bottom: 20px;
}
.content-blog-detail .adv-thumb-link,
.item-default .adv-thumb-link{
    display: inline-block;
}
.content-blog-detail .adv-thumb-link img,
.item-default .adv-thumb-link img{
    width: auto;
}
.widget select{
    border-color: #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
}
.widget ul.children {
    margin-top: 6px;
}
.rss-date{
    color: #82b541;
}
a.rsswidget{
    text-decoration: underline;
}
.widget_rss.widget > ul > li{
    text-transform: inherit;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.header-default .header2 .logo{
    margin-bottom: 10px;
    margin-top: 0;
}
.header-default .header2 .logo h1 a{
    color: #fff;
    text-transform: capitalize;
}
.header-default .header2 {
    padding: 20px 0;
}
.header-default{
    margin-bottom: 10px;
}
.default-footer.footer3 .copyright-design {
    border-top: 0;
}
.st-default .content-wrap{
    margin-bottom: 25px;
    margin-top: 30px;
}
/*.single-content > p,
.st-default .entry-content > p{
    color: #1b2b3a;
    opacity: 0.7;
}*/
.detail-blog-info > h2{
    margin-bottom: 15px;
}
.detail-blog-info .desc{
    margin-top: 0;
}
.news-blog-info .title18{
    margin-bottom: 18px;
}
.item-news-blog .news-blog-info .desc{
    margin-top: 0;
}
.content-blog-detail .page-links{
    margin: 30px 0;
}
ol.comment-list > li.parent > .comment-body,
ol.comment-list ul.children > li > .comment-body{
    margin: 0 0 30px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 25px;
}
ol.comment-list ul.children{
    list-style: none;
}
ol.comment-list > li.parent{
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
.no-comments{
    margin-top: 30px;
}
div.table > div.text-right{
    width: 100px;
}
.page-title{
    margin-top: 0;
    margin-bottom: 20px;
}
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 98;
}
.shop-loading i{
    font-size: 40px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #fff;
}
.loadding{
    position: relative;
}
a.active {
    color: #82b541;
}
.sidebar-filter .btn-sidebar-filter {
    color: #333;
}
.box-bread-crumb.style3 .inner-bread-crumb,
.box-bread-crumb.style3 .inner-bread-crumb a,
.box-bread-crumb.style3 .sidebar-filter .btn-sidebar-filter {
    color: #fff;
}
.box-bread-crumb.style3 .inner-bread-crumb a:hover {
    color: #82b541;
}
.sidebar-filter .btn-sidebar-filter > i {
    margin-right: 10px;
}
.mini-cart-edit {
    display: table-cell;
}
.mini-cart-thumb {
    display: table-cell;
    vertical-align: top;
}
.mini-cart-info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.mini-cart-edit a {
    color: #999;
    display: block;
    margin-right: 5px;
}
.info-price span {
    color: #82b541;
    font-size: 18px;
}
.mini-cart-info h3 {
    font-size: 14px;
    margin: 0 0 10px;
}
.mini-cart-info .info-price{
    margin-bottom: 8px;
}
.mini-cart-info h3 a {
    color: #666;
}
.list-mini-cart-item li {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
}
.list-mini-cart-item li:first-child{
    padding-top: 0;
}
.list-mini-cart-item{
    max-height: 215px;
    overflow: hidden;
}
.list-mini-cart-item {
    margin: 20px 0;
}
.list-mini-cart-item .mCSB_inside>.mCSB_container{
    margin-right: 0;
}
.admin-bar .banner-video video{
    top: 32px;
}
.choose-us2 .choose-accordion {
    padding: 0 15px;
}
div.table .product-info .product-title{
    line-height: 18px;
}
.group_table .group-qty .qty-label{
    display: none;
}
.woocommerce div.product form.cart .group_table td{
    padding: 0 !important;
    border: 0 !important;
}
.woocommerce div.product form.cart .group_table td.group-info{
    padding: 0 15px 45px !important;
}
.woocommerce div.product form.cart table.group_table{
    border: 0 !important
}
.woocommerce div.product form.cart .group_table td.group-thumb{
    width: 120px;
}
.product-list-view > .row{
    margin: 0;
}
.header2 .logo {
    margin-top: 20px;
}
.list-footer-box-fashion .contact-footer3 .desc span i{
    font-size: 18px;
    top: 4px;
}
.newsletter-form2 input[type="email"] {
    height: 40px;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 15px;
}
.brand-slider-fashion {
    padding-top: 0; 
}
.fashion-banner{
    margin-top: -120px;
}
.item-deal-fashion .product-thumb .product-price{
    background: #82b541;
}
.item-deal-fashion .product-thumb .product-price del,
.item-deal-fashion .product-thumb .product-price span{
    color: #fff;
}
.dropdown-box > p{
    margin-bottom: 0;
}
.dropdown-box ul li a{
    line-height: 21px;
}
.dropdown-box ul li a img{
    margin-top: -2px;
}
.main-header-furniture .logo{
    text-align: left;
    max-width: 170px;
    margin: auto;
}
.mini-cart-furniture .mini-cart-icon{
    line-height: 44px;
}
.adv-furni-info{
    background-repeat: no-repeat;
    background-position: right 25px bottom 5px;
}
.adv-furni-info .white:hover{
    color: #fff;
}
.adv-furni-info p:last-child{
    margin-bottom: 0;
}
.deal-flower-box,
.top-shop-flower,
.top-shop-flower .list-inline-block,
.adv-furni-info.bg-color2{
    background-image: none;
}
.furni-title {
    margin-bottom: 25px !important;
}
.fur-service{
    margin: 0 0 35px;
    padding: 0 10px;
}
.item-fur-service .service-icon i:first-child {
  opacity: 0.1;
  font-size: 60px;
  height: 60px;
  line-height: 60px;
}
.item-fur-service .service-icon i:last-child {
  position: absolute;
  top: 10px;
  right: 0;
}
.item-newpro .product-price ins,
.item-newpro .product-price > span{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.list-fur-ads{
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
}
.top-shop-flower-inner{
    background: #fff no-repeat top center;
    padding-top: 100px;
    margin-top: -50px;
    padding-bottom: 70px;
}
.top-shop-flower .list-inline-block{
    margin: 0;
    padding: 0;
}
.static-banner {
    margin-bottom: 0;
    padding-bottom: 60px;
}
.flower-deal-special .deal-flower-slider .group-navi .owl-buttons {
    top: -38px;
}
.item-hot-cat-flower.bg-white .white {
    color: #fff;
}
.flower-email,
.item-client-flower .client-thumb{
    background-image: none;
}
.happy-hour-box > div{
    background: #fff repeat-x top left;
    padding-top: 60px;
    margin-bottom: 40px;
}
.happy-hour-box .title30 {
    padding-bottom: 23px;
}
.signup-form input[type="email"] {
    height: 50px;
    width: 250px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
}
.signup-form input[type="submit"]{
    background: #82b541;
}
.working-timeer.table .work-thumb img{
    width: auto;
    text-align: center;
    margin: auto;
}
.signup-form .submit-form {
    width: 100px;
    height: 50px;
    border: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: static;
    display: inline-block;
    vertical-align: top;
}
.signup-form .submit-form input[type="submit"]{
    position: static;
    opacity: 1;
}
.signup-form .submit-form::after{
    display: none;
}
.item-product-food .product-price ins,
.item-product-food .product-price > span{    
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    font-weight: bold;
}
.food-bestsale-title .title30 {
    padding-bottom: 43px;
}
.item-product-food{
    margin-bottom: 30px;
}
.food-bestsale .link-btn {
    margin-top: 12px;
}
.menu-food .item-food-menu {
    margin: 0 15px;
}
.contact-food::before{
    display: block !important;
}
div.table.flower-order > div{
    vertical-align: middle;
}
.deal-flower-slider .item-deal-flower {
    margin-bottom: 25px;
}
.restaurant-info{
    padding: 0 15px;
}
.footer-box h2.title16 {
    margin-bottom: 20px;
}
.product-extra-link-flower a:hover,
.item-product2 .cart-quickview > a.addcart-link{
    color: #fff;
}
.top-service6 .item-service5.table a:hover {
    color: #82b541;
}
.item-product2 .product-title{
    padding-bottom: 2px;
}
.item-product-fashion .bg-color:hover{
    color: #fff;
}
.product-extra-link-flower a:hover {
    background: #1b2b3a !important;
}
.header2.bg-white .fixed-header{
    background: #fff;
}
.newsletter-email1.email-box3{
    background-image: none;
}
.wrap-item .banner-video video{
    position: static;
}
.wrap-item .banner-video::before{
    display: none;
}
.hoz-custom-scroll{
  overflow-x: auto;
}
.hoz-innova-scroll .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools{
    width: 100%;
}
.hoz-innova-scroll .mCSB_container {
    margin-bottom: 40px !important;
}
.item-innova{
    margin: 0 20px 0 0;
}
.item-innova:last-child{
    margin: 0;
}
.footer4{
    padding: 20px 0;
}
.footer3.footer4 {
    position: fixed !important;
    left: 15px !important;
}
.admin-bar .logo.logo4{
    top: 62px;
}
.admin-bar .mini-cart-box4{
    top: 82px;
}
.admin-bar .nav-hover.nav-hover4 {
    top: 76px;
}
.nav-hover.nav-hover4 {
    top: 44px;
}
.scroll-box-special {
    margin: 0 2px;
}
.service-header.shop-service3{
    padding: 0;
}
.intro-banner5 {
    margin-bottom: 0;
    padding-bottom: 100px;
}
.inner-exper5 {
    max-width: none;
    margin: auto;
}
.inner-exper5 > div{
    max-width: 790px;
    margin: auto;
}
.btn-getnow i{
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px 0 0;
}
.width100{
    width: 100%;
}
.wrap-footer1.bg-navi .menu-footer-box .navi{
    color: #fff;
    opacity: 0.7;
}
.bg-navi .copyright-design {
    border-color: rgba(255, 255, 255, 0.2);
}
.choose-intro6 {
    margin-bottom: 0;
    padding-bottom: 65px;
}
.item-service1.style2 a,
.item-service1.style2 .desc{
    color: #fff;
}
.fixed-header.main-nav5{
    padding: 15px 0;
}
.fixed-header .header-nav5{
    margin-bottom: 0;
}
.fixed-header .header6 {
    padding: 0;
}
.item-product-list:last-child {
    margin-bottom: 0;
}
.woocommerce-cart-form .qty-label{
    display: none;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 80px;
}
.woocommerce .cart_totals table{
    border-collapse: collapse !important;
    padding: 0 !important;
}
.coupon .input-text{
    min-width: 200px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    margin: 0;
    font-weight: normal;
}
.form-row .input-text{
    height: 38px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
}
.select2-container--default .select2-selection--single{
    border-color: #e5e5e5;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 3px;
}
.box-bread-crumb.style3 .product-sorting {
    top: -9px;
}
.list-3-item:nth-child(3n+1),
.list-4-item:nth-child(4n+1),
.list-5-item:nth-child(5n+1),
.list-6-item:nth-child(6n+1),
.list-7-item:nth-child(7n+1),
.list-8-item:nth-child(8n+1),
.list-9-item:nth-child(9n+1),
.list-10-item:nth-child(10n+1){
    clear: both;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}
/*My account*/
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 8px 15px;
    margin-bottom: 5px;
    background: #eee95a;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover{
    color: #fff;
    background: #82b541;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a{
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li a{
    color: #fff;
}
.woocommerce-MyAccount-content{
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-content a{
    color: #333;
}
.woocommerce-MyAccount-content a:hover{
    color: #82b541;
}
.woocommerce-account .addresses .title .edit{
    font-size: 14px;
    background: #eee95a;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
}
.woocommerce-account .addresses .title .edit:hover{
    background: #82b541;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    border: 1px solid #e5e5e5;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #e5e5e5;
}
/*End*/
.pop-project6 .pagi-bar{
    margin-top: -50px;
}
.mega-menu {
    background: #fff;
    left: 0;
    list-style: none none;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    margin: 30px 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    max-width: 740px;
    padding: 40px;
}
.main-nav li.has-mega-menu:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.bg-navi .mega-menu .navi {
    color: #1b2b3a; 
}
.item-mega-menu .navi{
    color: #1b2b3a !important;
}
.detail-portfolio p.desc.opaci {
    padding-bottom: 30px;
}
.port-date-author li i {
    margin: 0 5px;
}
.wpb-js-composer .vc_tta.vc_general.accordion-port-detail .vc_tta-panel-title>a {
    padding: 12.5px 20px;
}
.about-why-choise{
    margin-top: 50px;
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-body,
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-container .accordion-about .vc_tta-panel.vc_active .vc_tta-panel-heading{
    background-color: transparent !important;
    border: 0 !important;
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-heading{
    margin-bottom: 10px !important;
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-title>a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 15px 12px 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    min-height: 40px;
    color: #1b2b3a;
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-title>a span{
    margin-left: 0 !important;
}
.vc_tta.vc_tta-accordion.accordion-about .vc_tta-controls-icon-position-right .vc_tta-controls-icon{
    right: 0;
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-title {
    min-height: 40px;
    padding-left: 50px;
}
.vc_tta-container .accordion-about .vc_tta-icon {
    position: absolute;
    left: -50px;
    top: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px !important;
    font-size: 18px !important;
    background: #82b541;
}
.vc_tta-container .accordion-about .vc_tta-panel .vc_tta-panel-body{
    padding: 20px 0 !important;
    color: #1b2b3a;
    line-height: 24px;
    opacity: 0.7;
}
.accordion-about{
    margin-right: 50px;
}
.row-padding{
    padding: 0 15px;
}
.vc_tta-container .accordion-contact .vc_tta-panel .vc_tta-panel-title>a{
    font-size: 14px;
}
.vc_tta-container .accordion-contact .vc_tta-controls-icon::after,
.vc_tta-container .accordion-contact .vc_tta-controls-icon::before{
    border-color: #82b541 !important;
}
.vc_tta-container .accordion-contact .vc_tta-panel.vc_active .vc_tta-panel-title>a{
    color: #82b541 !important;
}
.vc_tta-container .accordion-contact .vc_tta-panel.vc_active .vc_tta-panel-heading{
    border: 0;
    border-radius: 0;
    border-top: 1px solid #e5e5e5;
}
.vc_tta-container .accordion-contact .vc_tta-panel .vc_tta-panel-body{
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.about-service{
    padding-bottom: 40px;
}
.content-about h2.title30 {
    margin-bottom: 25px;
}
.content-about {
    padding-top: 30px;
}
.vc_tta-container .accordion-contact .vc_tta-panel .vc_tta-panel-title>a{
    font-size: 14px;
}
.vc_tta-container .accordion-contact .vc_tta-controls-icon::after,
.vc_tta-container .accordion-contact .vc_tta-controls-icon::before{
    border-color: #82b541 !important;
}
.vc_tta-container .accordion-contact .vc_tta-panel.vc_active .vc_tta-panel-title>a{
    color: #82b541 !important;
}
.vc_tta-container .accordion-contact .vc_tta-panel.vc_active .vc_tta-panel-heading{
    border: 0;
    border-radius: 0;
    border-top: 1px solid #e5e5e5;
}
.vc_tta-container .accordion-contact .vc_tta-panel .vc_tta-panel-body{
    border: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    border-color: #e5e5e5 !important;
}
.contact-form input[type="email"],
.contact-form input[type="text"] {
    height: 50px;
    display: block;
    width: 100%;
    padding: 0 20px 0 45px;
}
.contact-form p.contact-name::before {
    content: "\f3a0";
}
.contact-form p.contact-email::before {
    content: "\f132";
}
.contact-form p.contact-message::before {
    content: "\f12c";
}
.contact-form p::before {
    position: absolute;
    top: 19px;
    left: 20px;
    color: #999;
    font-family: ionicons;
    z-index: 1;
}
.contact-form textarea {
    display: block;
    width: 100%;
    padding: 15px 20px 15px 45px;
}
.contact-form p {
    position: relative;
}
.contact-form input[type="submit"] {
  padding: 0 30px;
}
.contact-page-info.blockquote {
    border-radius: 10px;
    margin: 50px 0;
    padding: 47px 60px;
    position: relative;
}
.contact-page-info.blockquote {
    border: 1px solid #82b541;
}
.contact-page-info.blockquote::after{
    background: #82b541;
    bottom: 30px;
    content: "";
    left: 0;
    position: absolute;
    top: 30px;
    width: 10px;
}
.item-about-service > a:hover{
    color: #fff;
}
.intro-banner5 .product-price .title60{
    font-size: 60px;
    color: #82b541;
}
.fixed-header.main-nav5 .header6.header-shop3 {
    padding: 0;
}
.shop-blog4 .shop-blog1 {
    margin-bottom: 20px;
}
.more-category .title30 {
    padding-bottom: 45px;
}
.shop-client4 .client-box2 > h2{
    text-align: center;
    color: #fff;
}
.shop-client4  .client-info .navi{
    color: #fff;
}
.list-shop-adv4 {
    margin: 0;
    padding: 0 10px 20px;
}
.item-deal-product3 .product-extra-link1 a > span,
.item-product-shop1 .product-extra-link a > span{
    display: none;
}
.page-title {
    margin-bottom: 30px;
}
.content-about{
    padding-top: 0;
}
.contact-box > p{
    margin-bottom: 0;
}
.col-md-2 .item-project6,
.col-md-3 .item-project6{
    padding: 20px;
}
.col-md-4 .item-project6 {
    padding: 30px;
}
.widget li > span.smoke,
.widget li > span.count{
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
    width: 76px;
    float: left;
    margin-right: 15px;
    margin-left: 0;
}
.woocommerce div.product.product-extra-link1{
    position: absolute;
}
.list-col-item .item-product-fashion{
    margin-bottom: 30px;
}
.st-default .sidebar{
    margin-top: 30px;
}
.list-col-item.list-10-item,
.list-col-item.list-9-item,
.list-col-item.list-8-item,
.list-col-item.list-7-item,
.list-col-item.list-6-item,
.list-col-item.list-5-item {
    padding: 0 5px;
}
.product-grid-view[data-column="5"] .row,
.product-grid-view[data-column="6"] .row,
.product-grid-view[data-column="7"] .row,
.product-grid-view[data-column="8"] .row,
.product-grid-view[data-column="9"] .row,
.product-grid-view[data-column="10"] .row{
    margin: 0 -5px;
}
.content-sidebar-right .entry-content{
    border-right: 1px solid #e5e5e5;
    border-left: none;
    padding-right: 30px;
    padding-left: 0;
}
.content-sidebar-left .entry-content{
    border-left: 1px solid #e5e5e5;
    border-right: none;
    padding-left: 30px;
    padding-right: 0;
}
.item-wg-comment.table .post-comment-link {
    display: block !important;
    padding-top: 5px !important;
}
.widget_recent_comments ul.recentcomments li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.widget_recent_comments ul.recentcomments li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.view-type a:hover,
.view-type a.active{
  background-color: #82b541;
  border-color: #82b541;
}
.view-type a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: inline-block;
  height: 40px;
  position: relative;
  width: 30px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.view-type a::after {
  bottom: 0;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: auto;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.view-type a.grid-view::after {
  background-image: url("./images/icon/icon-grid.png");
}
.view-type a.list-view::after {
  background-image: url("./images/icon/icon-list.png");
}
.view-type a.active::after,
.view-type a:hover::after {
  background-position: left bottom;
}
.view-type{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.select-box select.orderby{
    height: 40px;
}
.select-box::after{
    top: 15px;
}
.widget .screen-reader-text{
    display: none;
}
ol.comment-list > li.item-pingback {
    margin: 0 0 20px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
}
.entry-content > p{
    margin-bottom: 15px;
}
.content-blog-detail .social-footer{
    margin-bottom: 0;
}
.content-blog-detail .post-control{
    margin-top: 35px;
}
.bg-navi .bg-color2 .navi {
    color: #1b2b3a;
}
.deal-fashion {
    padding: 37px 15px 65px;
}
.header-nav5 {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.our-shop-product4 .product-slider .item-product {
    border: 1px solid #eee;
}
.restaurant-info .desc {
    color: #555;
}
.number-ads {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.number-ads span {
    font-size: 18px;
}
.banner-slider .item-fashion-slider .banner-info{
    padding-top: 70px;
}
.gallery-control .carousel ul li a{
    min-height: 54px;
}
.product-popup-content{
    background: #fff;
}
.logo-content img{
    float: left;
    margin-right: 20px;
}
.logo.logo4 {
    margin-left: -50px;
}
.shop-onsale-slider4 .product-price ins,
.shop-onsale-slider4 .product-price > span {
    font-size: 16px;
}
.banner-slider2.banner-shop1 {
    margin-bottom: 50px;
}
.choose-us.home-shop1 {
    margin-bottom: 45px;
}
.main-nav > ul > li {
    margin: 0 16px;
}
section.error-404{
    margin-bottom: 35px;
}
.error-404 .search-widget .form-group{
    min-width: 50%;
}
.error-404 .search-widget .btn-search{
    background: #82b541;
}
.error-404 .search-widget input[name="s"]{
    border-color: #e5e5e5;
}
.error-404 .search-widget{
    margin-top: 20px;
}
.widget_product_search input[type="search"]{
    height: 34px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
}
.widget_product_search input[type="submit"]{
    height: 34px;
    background: #82b541;
    border: 0;
    color: #fff;
    padding: 0 20px;
}
.detail-blog-info .post-date-cat li > a,
.detail-blog-info .post-date-cat li > span,
.blog-list-view .item-news-blog.style3 .post-date-cat li > a,
.blog-list-view .item-news-blog.style3 .post-date-cat li > span {
    padding: 0 16px;
}
.detail-blog-info .post-date-cat li:not(:first-child),
.blog-list-view .item-news-blog.style3 .post-date-cat li:not(:first-child){
    margin-left: 10px;
}
.item-news-blog.style2 .post-date-cat li:first-child{
    padding-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-bottom: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #e5e5e5;
}
.woocommerce .widget_calendar th,
.woocommerce .widget_calendar td{
    padding: 5px !important;
}
.woocommerce .widget_calendar table tfoot td {
    border: 0 !important;
    padding: 0 !important;
}
.main-nav > ul{
    margin: 0 -16px;
}
.woocommerce ul.product_list_widget li a{
    margin-bottom: 7px !important;
}
.widget ul li:last-child,
.woocommerce ul.product_list_widget li:last-child .product-price,
.woocommerce ul.product_list_widget li:last-child .reviewer,
.woocommerce ul.product_list_widget li:last-child a{
    margin-bottom: 0;
}
.widget_rss.widget > ul > li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.woocommerce ul.product_list_widget li .reviewer{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 7px;
}
.widget .search-widget .btn-search{
    right: 0;
    width: 85px;
}
.blog-list-view .item-news-blog.item-default {
    margin-bottom: 35px;
}
.item-news-blog.item-default .news-blog-info .desc.no-desc{
    line-height: 0;
    margin-bottom: 6px;
}
.detail-gallery .mid .product-label {
    right: 10px;
}
.detail-gallery {
    margin-right: 20px;
}
.detail-tab-ver {
    border-bottom: 1px solid #e5e5e5;
}
.single .sidebar-filter{
    display: none;
}
.st-default .entry-content{
    margin-bottom: 30px;
}
.search .tp-blog-page{
    padding-top: 30px;
}
.post-date-cat li{
    font-size: 12px;
    margin: 0 -2px;
    padding: 0 10px;
}
.item-news-blog .news-blog-info {
    padding: 27px 25px 10px;
}
.list-service1{
    margin-bottom: 50px;
}
.download-footer li a::before{
    color: #fff !important;
}
.item-deal-fashion .product-thumb .product-price::before{
    top: 5px;
    left: 7px;
    bottom: 5px;
    right: 5px;
}
.flowers-tab{
    position: relative;
    z-index: 2;
}
.flowers-banner{
    position: relative;
    z-index: 1;
}
.item-adv-fashion .banner-info{
    opacity: 0.95;
}
.item-fur-ads{    
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
}
.main-nav > ul > li.has-mega-menu > a::after,
.main-nav > ul > li.menu-item-has-children > a::after {
    content: "\f3d0";
    font-family: ionicons;
    position: absolute;
    right: -15px;
    top: 0;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
}
.payment_methods.methods li.woocommerce-notice{
    padding: 15px 20px 15px 45px;
}
.woocommerce form .form-row .input-checkbox{
    position: static;
}

