/**** Option color ****/
.livedemo{
    /*display: none;*/
    width: 300px;
    position: fixed;
    left: -300px;
    top: 150px;
    z-index: 99999999;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    background: #fff;
    padding:25px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.livedemo.liveeff{
    left: 0;
}
.tzButton-Config{
    width: 50px;
    height: 50px;
    background: none repeat scroll 0 0 #fff;
    border-radius: 0px 5px 5px 0px;
    top:22px;
    right:0;
    margin-right: -50px;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    box-shadow: 3px 0 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 0 2px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.tzButton-Config:hover{
    cursor: pointer;
}
.tzButton-Config i{
    color: #e5ae49;
    font-size: 30px;
    padding: 10px 12px;
}

.tzSection-Buynow{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b9b7b7;
}
.tzSection-Buynow .tzButton-buy{
    background: none repeat scroll 0 0 #e5ae49 ;
    color: #fff;
    display:block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
    -o-transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
}
.tzSection-Buynow .tzButton-buy:hover{
    text-decoration: none;
}

.live-content{
    margin-bottom: 25px;
}
.live-content .tzSection-title{
    font-family: "Montserrat",sans-serif;
    color:#444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 0px 25px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.live-content .tzColor-Choose:after{
    display: block;
    clear: both;
    content: '';
}
.live-content .tzColor-Choose .tzBg_home{
    width:36px;
    height:36px;
    display:block;
    float: left;
    margin:0px 5px 5px 0px;
    position: relative;
}
.live-content .tzColor-Choose .tzBg_home.home1{
    background:#e5ae49 ;
}
.live-content .tzColor-Choose .tzBg_home.home2{
    background:#03a9f4;
}
.live-content .tzColor-Choose .tzBg_home.home3{
    background:#53c6a9;
}
.live-content .tzColor-Choose .tzBg_home.home4{
    background:#e45914;
}
.live-content .tzColor-Choose .tzBg_home.home5{
    background:#e80f60;
}
.live-content .tzColor-Choose .tzBg_home.home6{
    background:#77be32;
}
.live-content .tzColor-Choose .tzBg_home.home7{
    background:#d786fe;
}
.live-content .tzColor-Choose .tzBg_home.home8{
    background:#9b59b6;
}
.live-content .tzColor-Choose .tzBg_home.home9{
    background:#c0392b;
}
.live-content .tzColor-Choose .tzBg_home.home10{
    background:#4cddf3;
}
.live-content .tzColor-Choose .tzBg_home.home11{
    background:#f2333a;
}
.live-content .tzColor-Choose .tzBg_home.home12{
    background:#3333f2;
}
.live-content .tzColor-Choose .tzBg_home:hover{
    cursor: pointer;
}
.iactive:after{
    color: #fff;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 40%;
    position: absolute;
    top: 35%;
}
.iactive2:after{
    color: #d65679;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 35%;
    position: absolute;
    top: 15%;
}
.tzSection-info{
    margin-bottom:25px;
    border-bottom: 1px solid #b9b7b7;
}
.tzSection-info .tzDemo-title{
    font-family: "Montserrat",sans-serif;
    color:#444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 0px 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.tzSection-info .tzDemo-description{
    color: #444444;
    font-family: "Ubuntu",sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    margin: 0px 0px 25px;
    padding: 0;
    display: block;
    text-align: center;
}

/* BLUE */
.themecolor-blue .tz-header.tz-header-type-1 .tz-headerTop,
.themecolor-blue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover,
.themecolor-blue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
.themecolor-blue .tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width,
.themecolor-blue .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width,
.themecolor-blue .tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width,
.themecolor-blue .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-blue .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blue .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon,
.themecolor-blue .tzElement_Video .tzElement_autoplay,
.themecolor-blue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft,
.themecolor-blue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight,
.themecolor-blue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-blue .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page.active span,
.themecolor-blue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blue .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-blue .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text,
.themecolor-blue .tzPricing_table.tzPricing_table_type1 .pricing-button,
.themecolor-blue .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form::after,
.themecolor-blue .tzFooter .tzFooterBottom .tzFooterSocial ul li a::after,
.themecolor-blue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blue .tzElement_Quote.tzQuote_type2 .tzQuote_Item .tzQuote_Info::after,
.themecolor-blue .tzPricing_table.tzPricing_table_type2:hover .pricing-button a,
.themecolor-blue .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay,
.themecolor-blue .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses,
.themecolor-blue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-blue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText,
.themecolor-blue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText,
.themecolor-blue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay,
.themecolor-blue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses,
.themecolor-blue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore,
.themecolor-blue .tz-sidebar .widget.widget_search form input.searchsubmit,
.themecolor-blue .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-blue .tzBlogDefault .wp-pagenavi span.current,
.themecolor-blue .tzBlogDefault .wp-pagenavi a:hover,
.themecolor-blue .tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today,
.themecolor-blue .tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-blue .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText,
.themecolor-blue .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-blue .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-blue .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-blue .tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"],
.themecolor-blue .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range,
.themecolor-blue .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover,
.themecolor-blue .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
.themecolor-blue .woocommerce form table.shop_table tbody tr td.actions input:hover,
.themecolor-blue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-blue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-blue .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover,
.themecolor-blue .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover,
.themecolor-blue form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.themecolor-blue .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-blue .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-blue .tzPortfolio_Container #tz_append a,
.themecolor-blue .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-blue .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_Slider ul.flex-direction-nav li a,
.themecolor-blue .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_autoplay,
.themecolor-blue .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_pauses,
.themecolor-blue.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
.themecolor-blue.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-blue.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-blue.woocommerce-account .woocommerce form p input.button:hover,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.themecolor-blue .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span,
.themecolor-blue .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span,
.themecolor-blue .plazart-dropcap-type2,
.themecolor-blue .tzElement-title.tz-title-type-2 .tzTitle::after,
.themecolor-blue .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3::after,
.themecolor-blue .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon,
.themecolor-blue .tz-plazart-list.tzList-icon_highlight li i,
.themecolor-blue .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a::after,
.themecolor-blue .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_Title::after,
.themecolor-blue .tzElement_Feature.tzFeature_type5 h5.tzFeature_title::after,
.themecolor-blue .tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name::after,
.themecolor-blue .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title::after,
.themecolor-blue .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a::after,
.themecolor-blue .tzOurProcess_Container .tzOurProcess_title::after,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail a,
.themecolor-blue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-blue .tz_backtotop a,
.themecolor-blue .tzElement_Feature.tzFeature_type6 h5.tzFeature_title:after,
.themecolor-blue .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-blue .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-blue .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-blue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzprevslider:hover,
.themecolor-blue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tznextslider:hover,
.themecolor-blue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:after,
.themecolor-blue .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected:before,
.themecolor-blue .tzElement_Quote_Container.tzQuote_type7 .tzElement_Quote .tzQuote_Item .tzQuote_Info:before,
.themecolor-blue .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzViewslide_readmore::after,
.themecolor-blue .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.themecolor-blue .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.themecolor-blue .tzElement-title.tz-title-type-9.tz-text-align-left .tzTitle:after,
.themecolor-blue .tzElement_Portfolio .container .tz_readmore a:after,
.themecolor-blue .tzElement-title.tz-title-type-8 .tzTitle:after,
.themecolor-blue .interiart-our-process h3.interiart-name-process:after,
.themecolor-blue .tzElement-title.tz-title-type-7 .tzTitle:after,
.themecolor-blue .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .tzElement_Quote .tzQuote_Item::after,
.themecolor-blue .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .owl-page.active span,
.themecolor-blue .box_banner .tz_type2 .tz__border p span,
.themecolor-blue .tzElement_Image_slide.slide-type-2 .image-slider .owl-dots .owl-dot.active,
.themecolor-blue .tzElement-recent-post.tzRecent-post-type-2 .tz-recent-inner .tz-recent-readmore:hover:before,
.themecolor-blue .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tz_column_title .tz_title:after,
.themecolor-blue .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .owl-theme .owl-controls .owl-page span:hover,
.themecolor-blue .woocommerce span.onsale,
.themecolor-blue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary form.cart .button,
.themecolor-blue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .xoo-qv-plink a
{
    background-color: #03a9f4;
}
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .line-left::before,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .line-left::after,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .line-right::before,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .line-right::after,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(3,169,244,0.2);
}

.themecolor-blue .tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a::before{
    background-color:rgba(3,169,244,0.75);
}
.themecolor-blue .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    background-color: rgba(3,169,244,0);
}
.themecolor-blue .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li::after{
    background-color: rgba(3,169,244,0.1);
}
.themecolor-blue .tzPortfolio_Single .tzPortfolio_related .tzPortfolio_relateBox .tzPortfolio_relateSlider .related-item .tzRelated_hover3,
.themecolor-blue .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper .tz_map_overlay{
    background-color:rgba(3,169,244,0.9);
}
.themecolor-blue .vc_custom_1451100297921 .overlay_parallax{
    background-color:rgba(3,169,244,0.95) !important;
}

.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded.vc_btn3-style-outline{
    background-color: transparent !important;
}
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-blue .tzButton_left,
.themecolor-blue .vc_custom_1451108127287,
.themecolor-blue .tz_revslider_home13:hover
{
    background-color: #03a9f4 !important;
}
.themecolor-blue .tzPricing_table.tzPricing_table_type1:hover .pricing-button{
    background-color: #222222;
}
.themecolor-blue .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blue .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox{
    background-color: #ffffff;
}
.themecolor-blue .tz-header .tz-headerBottom .tz-header-search span:hover,
.themecolor-blue .tz-header .tz-headerBottom .tz-header-cart span:hover,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blue .tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span,
.themecolor-blue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount,
.themecolor-blue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount,
.themecolor-blue .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-blue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-blue .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-blue .tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item::after,
.themecolor-blue .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-blue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-blue .tzPricing_table.tzPricing_table_type2:hover .pricing-header span,
.themecolor-blue .tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title,
.themecolor-blue .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore,
.themecolor-blue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char,
.themecolor-blue .tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span,
.themecolor-blue .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-blue .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-blue .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-blue .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-blue .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-blue .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-blue .tz-sidebar .widget ul.product_list_widget li .star-rating span::before,
.themecolor-blue .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-blue .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span::before,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount,
.themecolor-blue .bypostauthor,
.themecolor-blue .sticky,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover::after,
.themecolor-blue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-blue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-blue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-blue .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span,
.themecolor-blue .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-blue .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-blue .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-blue.woocommerce-checkout .woocommerce .woocommerce-info::before,
.themecolor-blue.woocommerce-checkout .woocommerce .woocommerce-info a,
.themecolor-blue.woocommerce-account .woocommerce p.myaccount_user strong,
.themecolor-blue .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-blue .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-blue .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-blue .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i,
.themecolor-blue .tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i,
.themecolor-blue .plazart-dropcap-type1,
.themecolor-blue .tz-plazart-list.tzList-icon_no_underlined li i,
.themecolor-blue .tz-plazart-list.tzList-icon_underlined li i,
.themecolor-blue #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-blue #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-blue #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-blue .tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-blue .tzElement_Feature.tzFeature_type4 a.tzFeature_readmore,
.themecolor-blue .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-blue .tzElement_Counter.tz_Counter_type2 .tzElement_count em,
.themecolor-blue .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span::before,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount,
.themecolor-blue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price,
.themecolor-blue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-blue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-blue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-blue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-blue .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_subTitle,
.themecolor-blue .tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-blue .tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore,
.themecolor-blue .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover1 .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-blue .tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title,
.themecolor-blue .tzCopyright span,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blue .tzElement-title .tzTitle em,
.themecolor-blue .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle,
.themecolor-blue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioGrid_hover5 .tzPortfolioGrid_table .tzPortfolioGrid_table_cell h3 a,
.themecolor-blue .tzElement_Counter.tz_Counter_type3 .tzElement_count em,
.themecolor-blue .tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit,
.themecolor-blue .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3,
.themecolor-blue #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-blue #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-blue #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-blue .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3 a,
.themecolor-blue .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-blue .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-blue .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-blue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-blue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-blue .themecolor-blue .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5,
.themecolor-blue .tzButton-Config i,
.themecolor-blue .tzElement_Feature.tzFeature_type6 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-blue .tzElement-recent-post .tz-recent-inner .tz-recent-readmore:hover,
.themecolor-blue .tzElement_Video_Popup a.tz-open-popup-video i,
.themecolor-blue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_info h3 a,
.themecolor-blue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:hover,
.themecolor-blue .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-blue .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzView_slide_Content_title em,
.themecolor-blue .woo-products-element .wpe__item .wpe__images .wpe__hover .xoo-qv-button:hover,
.themecolor-blue .woo-products-element .wpe__item .wpe__images .wpe__hover a:hover i,
.themecolor-blue .wpe__price .amount,
.themecolor-blue .wpe__price ins span,
.themecolor-blue .style-list ul li::after,
.themecolor-blue .tzElement-recent-post .tz-recent-inner .tz-recent-title a:hover,
.themecolor-blue .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a,
.themecolor-blue .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-blue .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.themecolor-blue .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tzPortfolio_column_item .tzPortfolio_column_hover .tzPortfolio_column_table .tzPortfolio_column_table_cell h3 a,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-blue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-blue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .price span,
.themecolor-blue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .product_meta > span a,
.themecolor-blue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
.themecolor-blue .wpe__rating .star-rating span
{
    color: #03a9f4;
}
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline,
.themecolor-blue .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
.themecolor-blue .tzButton_right,
.themecolor-blue .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2,
.themecolor-blue .tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget.WP_Editor_Widget p a,
.themecolor-blue span.tzresponsive,
.themecolor-blue .tz_revslider_home3,
.themecolor-blue .tzElement_Counter .tzElement_count em
{
    color: #03a9f4 !important;
}
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus{
    color: #fff !important;
}
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount{
    color: #b5b5b5;
}
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-blue .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle,
.themecolor-blue .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox::after,
.themecolor-blue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft::after,
.themecolor-blue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight::after,
.themecolor-blue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-blue .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page span::after,
.themecolor-blue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-blue .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-blue .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-blue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-blue .tzPricing_table.tzPricing_table_type2:hover,
.themecolor-blue .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-blue .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-blue .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-blue .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-blue .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle,
.themecolor-blue .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active::after,
.themecolor-blue .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-blue .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-blue.woocommerce-checkout .woocommerce .woocommerce-info,
.themecolor-blue .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image,
.themecolor-blue .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .owl-controls .owl-pagination .owl-page span::after,
.themecolor-blue .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote,
.themecolor-blue .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-blue .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-blue .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-blue .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-blue .tzElement_Video_Popup a.tz-open-popup-video:hover,
.themecolor-blue .woocommerce div.product .xoo-qv-images div.images img
{
    border-color: #03a9f4;
}
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs{
    border-color: rgba(3,169,244,0.2);
}
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    border-left-color:rgba(3,169,244,0.2);
    border-right-color:rgba(3,169,244,0.2);
}
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover,
.themecolor-blue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide{
    border-color: rgba(3,169,244,0.5);
}
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-blue .tzButton_left,
.themecolor-blue .tzButton_right,
.themecolor-blue .tz_revslider_home13:hover
{
    border-color: #03a9f4 !important;
}
.themecolor-blue .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span::after,
.themecolor-blue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after
{
    border-top: 5px solid #03a9f4;
}
.themecolor-blue .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span::after {
    border-top: 5px solid #03a9f4;
}
/*---*/
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-blue .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-blue .wpcf7-form input.wpcf7-submit{
    background: #03a9f4;
}
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(3,169,244,0.2);
}
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info{
    background-color:rgba(3,169,244,0.1);
}
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-blue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after{
    border-top-color: #03a9f4;
}
.themecolor-blue .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-blue .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-blue .tzPortfolio_Single h3.tzPortfolio_Single_title,
.themecolor-blue .tzPortfolio_Single .tzPortfolio_Single_tks{
    color: #03a9f4;
}
.themecolor-blue .tzPortfolio_Single_Close i:hover{
    color: #03a9f4 !important;
}

/*---*/
.themecolor-blue .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-one-page a,
.themecolor-blue .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position,
.themecolor-blue .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name,
.themecolor-blue .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5{
    color: #03a9f4;
}
.themecolor-blue .tzElement_Member:hover .tzMember_Wrap .tzMember_Info,
.themecolor-blue .tzElement_Member:hover .tzMember_Wrap .tzMember_image{
    border-color: #03a9f4;
}
.themecolor-blue .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info::after{
    background: #03a9f4;
}
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square{
    background-color: #03a9f4 !important;
    border-color: #03a9f4 !important;
}
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square:hover{
    background: transparent none repeat scroll 0 0 !important;
    color: #03a9f4 !important;
}
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{
    background: transparent none repeat scroll 0 0 !important;
}
.themecolor-blue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{
    background: #03a9f4 !important;
    color: #FFFFFF !important;
}

/*---*/
.themecolor-blue .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover{
    color: #03a9f4;
}

/* GREEN */

.themecolor-green .tz-header.tz-header-type-1 .tz-headerTop,
.themecolor-green .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover,
.themecolor-green .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
.themecolor-green .tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width,
.themecolor-green .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width,
.themecolor-green .tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width,
.themecolor-green .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-green .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-green .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon,
.themecolor-green .tzElement_Video .tzElement_autoplay,
.themecolor-green .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft,
.themecolor-green .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight,
.themecolor-green .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-green .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page.active span,
.themecolor-green .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-green .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-green .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text,
.themecolor-green .tzPricing_table.tzPricing_table_type1 .pricing-button,
.themecolor-green .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form::after,
.themecolor-green .tzFooter .tzFooterBottom .tzFooterSocial ul li a::after,
.themecolor-green .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-green .tzElement_Quote.tzQuote_type2 .tzQuote_Item .tzQuote_Info::after,
.themecolor-green .tzPricing_table.tzPricing_table_type2:hover .pricing-button a,
.themecolor-green .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay,
.themecolor-green .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses,
.themecolor-green .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-green .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText,
.themecolor-green .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText,
.themecolor-green .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay,
.themecolor-green .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses,
.themecolor-green .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore,
.themecolor-green .tz-sidebar .widget.widget_search form input.searchsubmit,
.themecolor-green .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-green .tzBlogDefault .wp-pagenavi span.current,
.themecolor-green .tzBlogDefault .wp-pagenavi a:hover,
.themecolor-green .tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today,
.themecolor-green .tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-green .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText,
.themecolor-green .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-green .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-green .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-green .tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"],
.themecolor-green .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range,
.themecolor-green .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover,
.themecolor-green .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
.themecolor-green .woocommerce form table.shop_table tbody tr td.actions input:hover,
.themecolor-green .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-green .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-green .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover,
.themecolor-green .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover,
.themecolor-green form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.themecolor-green .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-green .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-green .tzPortfolio_Container #tz_append a,
.themecolor-green .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-green .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_Slider ul.flex-direction-nav li a,
.themecolor-green .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_autoplay,
.themecolor-green .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_pauses,
.themecolor-green.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
.themecolor-green.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-green.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-green.woocommerce-account .woocommerce form p input.button:hover,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.themecolor-green .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span,
.themecolor-green .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span,
.themecolor-green .plazart-dropcap-type2,
.themecolor-green .tzElement-title.tz-title-type-2 .tzTitle::after,
.themecolor-green .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3::after,
.themecolor-green .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon,
.themecolor-green .tz-plazart-list.tzList-icon_highlight li i,
.themecolor-green .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a::after,
.themecolor-green .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_Title::after,
.themecolor-green .tzElement_Feature.tzFeature_type5 h5.tzFeature_title::after,
.themecolor-green .tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name::after,
.themecolor-green .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title::after,
.themecolor-green .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a::after,
.themecolor-green .tzOurProcess_Container .tzOurProcess_title::after,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail a,
.themecolor-green .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-green .tz_backtotop a,
.themecolor-green .tzElement_Feature.tzFeature_type6 h5.tzFeature_title:after,
.themecolor-green .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-green .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-green .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-green .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzprevslider:hover,
.themecolor-green .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tznextslider:hover,
.themecolor-green .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:after,
.themecolor-green .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected:before,
.themecolor-green .tzElement_Quote_Container.tzQuote_type7 .tzElement_Quote .tzQuote_Item .tzQuote_Info:before,
.themecolor-green .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzViewslide_readmore::after,
.themecolor-green .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.themecolor-green .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.themecolor-green .tzElement-title.tz-title-type-9.tz-text-align-left .tzTitle:after,
.themecolor-green .tzElement_Portfolio .container .tz_readmore a:after,
.themecolor-green .tzElement-title.tz-title-type-8 .tzTitle:after,
.themecolor-green .interiart-our-process h3.interiart-name-process:after,
.themecolor-green .tzElement-title.tz-title-type-7 .tzTitle:after,
.themecolor-green .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .tzElement_Quote .tzQuote_Item::after,
.themecolor-green .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .owl-page.active span,
.themecolor-green .box_banner .tz_type2 .tz__border p span,
.themecolor-green .tzElement_Image_slide.slide-type-2 .image-slider .owl-dots .owl-dot.active,
.themecolor-green .tzElement-recent-post.tzRecent-post-type-2 .tz-recent-inner .tz-recent-readmore:hover:before,
.themecolor-green .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tz_column_title .tz_title:after,
.themecolor-green .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .owl-theme .owl-controls .owl-page span:hover,
.themecolor-green .woocommerce span.onsale,
.themecolor-green .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary form.cart .button,
.themecolor-green .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .xoo-qv-plink a
{
    background-color:#53c6a9;
}
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .line-left::before,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .line-left::after,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .line-right::before,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .line-right::after,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(83,198,169,0.2);
}

.themecolor-green .tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a::before{
    background-color:rgba(83,198,169,0.75);
}
.themecolor-green .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    background-color: rgba(83,198,169,0);
}
.themecolor-green .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li::after{
    background-color: rgba(83,198,169,0.1);
}
.themecolor-green .tzPortfolio_Single .tzPortfolio_related .tzPortfolio_relateBox .tzPortfolio_relateSlider .related-item .tzRelated_hover3,
.themecolor-green .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper .tz_map_overlay{
    background-color:rgba(83,198,169,0.9);
}
.themecolor-green .vc_custom_1451100297921 .overlay_parallax{
    background-color:rgba(83,198,169,0.95) !important;
}

.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded.vc_btn3-style-outline{
    background-color: transparent !important;
}
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-green .tzButton_left,
.themecolor-green .vc_custom_1451108127287,
.themecolor-green .tz_revslider_home13:hover
{
    background-color: #53c6a9 !important;
}
.themecolor-green .tzPricing_table.tzPricing_table_type1:hover .pricing-button{
    background-color: #222222;
}
.themecolor-green .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox,
.themecolor-green .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox{
    background-color: #ffffff;
}
.themecolor-green .tz-header .tz-headerBottom .tz-header-search span:hover,
.themecolor-green .tz-header .tz-headerBottom .tz-header-cart span:hover,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-green .tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span,
.themecolor-green .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount,
.themecolor-green .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount,
.themecolor-green .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-green .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-green .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-green .tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item::after,
.themecolor-green .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-green .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-green .tzPricing_table.tzPricing_table_type2:hover .pricing-header span,
.themecolor-green .tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title,
.themecolor-green .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore,
.themecolor-green .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char,
.themecolor-green .tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span,
.themecolor-green .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-green .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-green .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-green .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-green .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-green .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-green .tz-sidebar .widget ul.product_list_widget li .star-rating span::before,
.themecolor-green .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-green .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span::before,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount,
.themecolor-green .bypostauthor,
.themecolor-green .sticky,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover::after,
.themecolor-green .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-green .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-green .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-green .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span,
.themecolor-green .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-green .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-green .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-green.woocommerce-checkout .woocommerce .woocommerce-info::before,
.themecolor-green.woocommerce-checkout .woocommerce .woocommerce-info a,
.themecolor-green.woocommerce-account .woocommerce p.myaccount_user strong,
.themecolor-green .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-green .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-green .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-green .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i,
.themecolor-green .tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i,
.themecolor-green .plazart-dropcap-type1,
.themecolor-green .tz-plazart-list.tzList-icon_no_underlined li i,
.themecolor-green .tz-plazart-list.tzList-icon_underlined li i,
.themecolor-green #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-green #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-green #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-green .tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-green .tzElement_Feature.tzFeature_type4 a.tzFeature_readmore,
.themecolor-green .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-green .tzElement_Counter.tz_Counter_type2 .tzElement_count em,
.themecolor-green .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span::before,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount,
.themecolor-green .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price,
.themecolor-green .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-green .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-green .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-green .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-green .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_subTitle,
.themecolor-green .tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-green .tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore,
.themecolor-green .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover1 .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-green .tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title,
.themecolor-green .tzCopyright span,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-green .tzElement-title .tzTitle em,
.themecolor-green .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle,
.themecolor-green .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioGrid_hover5 .tzPortfolioGrid_table .tzPortfolioGrid_table_cell h3 a,
.themecolor-green .tzElement_Counter.tz_Counter_type3 .tzElement_count em,
.themecolor-green .tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit,
.themecolor-green .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3,
.themecolor-green #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-green #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-green #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-green .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3 a,
.themecolor-green .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-green .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-green .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-green .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-green .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-green .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5,
.themecolor-green .tzButton-Config i,
.themecolor-green .tzElement_Feature.tzFeature_type6 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-green .tzElement-recent-post .tz-recent-inner .tz-recent-readmore:hover,
.themecolor-green .tzElement_Video_Popup a.tz-open-popup-video i,
.themecolor-green .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_info h3 a,
.themecolor-green .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:hover,
.themecolor-green .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-green .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzView_slide_Content_title em,
.themecolor-green .woo-products-element .wpe__item .wpe__images .wpe__hover .xoo-qv-button:hover,
.themecolor-green .woo-products-element .wpe__item .wpe__images .wpe__hover a:hover i,
.themecolor-green .wpe__price .amount,
.themecolor-green .wpe__price ins span,
.themecolor-green .style-list ul li::after,
.themecolor-green .tzElement-recent-post .tz-recent-inner .tz-recent-title a:hover,
.themecolor-green .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a,
.themecolor-green .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-green .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.themecolor-green .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tzPortfolio_column_item .tzPortfolio_column_hover .tzPortfolio_column_table .tzPortfolio_column_table_cell h3 a,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 li.mega-menu-item a.mega-menu-link:hover,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-green .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-green .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .price span,
.themecolor-green .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .product_meta > span a,
.themecolor-green .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
.themecolor-green .wpe__rating .star-rating span
{
    color: #53c6a9;
}
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline,
.themecolor-green .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
.themecolor-green .tzButton_right,
.themecolor-green .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2,
.themecolor-green .tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget.WP_Editor_Widget p a,
.themecolor-green span.tzresponsive,
.themecolor-green .tz_revslider_home3,
.themecolor-green .tzElement_Counter .tzElement_count em
{
    color: #53c6a9 !important;
}
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus{
    color: #fff !important;
}
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount{
    color: #b5b5b5;
}
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-green .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle,
.themecolor-green .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox::after,
.themecolor-green .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft::after,
.themecolor-green .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight::after,
.themecolor-green .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-green .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page span::after,
.themecolor-green .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-green .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-green .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-green .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-green .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-green .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-green .tzPricing_table.tzPricing_table_type2:hover,
.themecolor-green .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-green .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-green .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-green .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-green .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle,
.themecolor-green .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active::after,
.themecolor-green .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-green .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-green.woocommerce-checkout .woocommerce .woocommerce-info,
.themecolor-green .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image,
.themecolor-green .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .owl-controls .owl-pagination .owl-page span::after,
.themecolor-green .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote,
.themecolor-green .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after,
.themecolor-green .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-green .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-green .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-green .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-green .tzElement_Video_Popup a.tz-open-popup-video:hover,
.themecolor-green .woocommerce div.product .xoo-qv-images div.images img
{
    border-color: #53c6a9;
}

.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs{
    border-color: rgba(83,198,169,0.2);
}
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    border-left-color:rgba(83,198,169,0.2);
    border-right-color:rgba(83,198,169,0.2);
}
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover,
.themecolor-green .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide{
    border-color: rgba(83,198,169,0.5);
}

.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-green .tzButton_left,
.themecolor-green .tzButton_right,
.themecolor-green .tz_revslider_home13:hover
{
    border-color: #53c6a9 !important;
}
.themecolor-green .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span::after {
    border-top: 5px solid #53c6a9;
}
.themecolor-green .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span::after {
    border-top: 5px solid #53c6a9;
}

/*---*/
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-green .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-green .wpcf7-form input.wpcf7-submit{
    background: #53c6a9;
}
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(83,198,169,0.2);
}
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info{
    background-color:rgba(83,198,169,0.1);
}
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-green .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after{
    border-top-color: #53c6a9;
}
.themecolor-green .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-green .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-green .tzPortfolio_Single h3.tzPortfolio_Single_title,
.themecolor-green .tzPortfolio_Single .tzPortfolio_Single_tks{
    color: #53c6a9;
}
.themecolor-green .tzPortfolio_Single_Close i:hover{
    color: #53c6a9 !important;
}

/*---*/
.themecolor-green .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-one-page a,
.themecolor-green .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position,
.themecolor-green .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name,
.themecolor-green .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5{
    color: #53c6a9;
}
.themecolor-green .tzElement_Member:hover .tzMember_Wrap .tzMember_Info,
.themecolor-green .tzElement_Member:hover .tzMember_Wrap .tzMember_image{
    border-color: #53c6a9;
}
.themecolor-green .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info::after{
    background: #53c6a9;
}
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square{
    background-color: #53c6a9 !important;
    border-color: #53c6a9 !important;
}
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square:hover{
    background: transparent none repeat scroll 0 0 !important;
    color: #53c6a9 !important;
}
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{
    background: transparent none repeat scroll 0 0 !important;
}
.themecolor-green .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{
    background: #53c6a9 !important;
    color: #FFFFFF !important;
}

/*---*/
.themecolor-green .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover{
    color: #53c6a9;
}

/* ORANGE */

.themecolor-orange .tz-header.tz-header-type-1 .tz-headerTop,
.themecolor-orange .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover,
.themecolor-orange .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
.themecolor-orange .tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width,
.themecolor-orange .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width,
.themecolor-orange .tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width,
.themecolor-orange .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-orange .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-orange .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon,
.themecolor-orange .tzElement_Video .tzElement_autoplay,
.themecolor-orange .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft,
.themecolor-orange .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight,
.themecolor-orange .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-orange .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page.active span,
.themecolor-orange .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-orange .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-orange .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text,
.themecolor-orange .tzPricing_table.tzPricing_table_type1 .pricing-button,
.themecolor-orange .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form::after,
.themecolor-orange .tzFooter .tzFooterBottom .tzFooterSocial ul li a::after,
.themecolor-orange .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-orange .tzElement_Quote.tzQuote_type2 .tzQuote_Item .tzQuote_Info::after,
.themecolor-orange .tzPricing_table.tzPricing_table_type2:hover .pricing-button a,
.themecolor-orange .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay,
.themecolor-orange .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses,
.themecolor-orange .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-orange .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText,
.themecolor-orange .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText,
.themecolor-orange .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay,
.themecolor-orange .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses,
.themecolor-orange .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore,
.themecolor-orange .tz-sidebar .widget.widget_search form input.searchsubmit,
.themecolor-orange .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-orange .tzBlogDefault .wp-pagenavi span.current,
.themecolor-orange .tzBlogDefault .wp-pagenavi a:hover,
.themecolor-orange .tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today,
.themecolor-orange .tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-orange .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText,
.themecolor-orange .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-orange .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-orange .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-orange .tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"],
.themecolor-orange .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range,
.themecolor-orange .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover,
.themecolor-orange .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
.themecolor-orange .woocommerce form table.shop_table tbody tr td.actions input:hover,
.themecolor-orange .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-orange .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-orange .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover,
.themecolor-orange .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover,
.themecolor-orange form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.themecolor-orange .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-orange .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-orange .tzPortfolio_Container #tz_append a,
.themecolor-orange .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-orange .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_Slider ul.flex-direction-nav li a,
.themecolor-orange .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_autoplay,
.themecolor-orange .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_pauses,
.themecolor-orange.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
.themecolor-orange.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-orange.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-orange.woocommerce-account .woocommerce form p input.button:hover,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.themecolor-orange .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span,
.themecolor-orange .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span,
.themecolor-orange .plazart-dropcap-type2,
.themecolor-orange .tzElement-title.tz-title-type-2 .tzTitle::after,
.themecolor-orange .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3::after,
.themecolor-orange .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon,
.themecolor-orange .tz-plazart-list.tzList-icon_highlight li i,
.themecolor-orange .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a::after,
.themecolor-orange .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_Title::after,
.themecolor-orange .tzElement_Feature.tzFeature_type5 h5.tzFeature_title::after,
.themecolor-orange .tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name::after,
.themecolor-orange .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title::after,
.themecolor-orange .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a::after,
.themecolor-orange .tzOurProcess_Container .tzOurProcess_title::after,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail a,
.themecolor-orange .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-orange .tz_backtotop a,
.themecolor-orange .tzElement_Feature.tzFeature_type6 h5.tzFeature_title:after,
.themecolor-orange .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-orange .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-orange .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-orange .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzprevslider:hover,
.themecolor-orange .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tznextslider:hover,
.themecolor-orange .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:after,
.themecolor-orange .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected:before,
.themecolor-orange .tzElement_Quote_Container.tzQuote_type7 .tzElement_Quote .tzQuote_Item .tzQuote_Info:before,
.themecolor-orange .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzViewslide_readmore::after,
.themecolor-orange .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.themecolor-orange .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.themecolor-orange .tzElement-title.tz-title-type-9.tz-text-align-left .tzTitle:after,
.themecolor-orange .tzElement_Portfolio .container .tz_readmore a:after,
.themecolor-orange .tzElement-title.tz-title-type-8 .tzTitle:after,
.themecolor-orange .interiart-our-process h3.interiart-name-process:after,
.themecolor-orange .tzElement-title.tz-title-type-7 .tzTitle:after,
.themecolor-orange .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .tzElement_Quote .tzQuote_Item::after,
.themecolor-orange .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .owl-page.active span,
.themecolor-orange .box_banner .tz_type2 .tz__border p span,
.themecolor-orange .tzElement_Image_slide.slide-type-2 .image-slider .owl-dots .owl-dot.active,
.themecolor-orange .tzElement-recent-post.tzRecent-post-type-2 .tz-recent-inner .tz-recent-readmore:hover:before,
.themecolor-orange .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tz_column_title .tz_title:after,
.themecolor-orange .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .owl-theme .owl-controls .owl-page span:hover,
.themecolor-orange .woocommerce span.onsale,
.themecolor-orange .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary form.cart .button,
.themecolor-orange .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .xoo-qv-plink a
{
    background-color:#e45914;
}
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .line-left::before,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .line-left::after,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .line-right::before,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .line-right::after,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(228,89,20,0.2);
}

.themecolor-orange .tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a::before{
    background-color:rgba(228,89,20,0.75);
}
.themecolor-orange .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    background-color: rgba(228,89,20,0);
}
.themecolor-orange .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li::after{
    background-color: rgba(228,89,20,0.1);
}
.themecolor-orange .tzPortfolio_Single .tzPortfolio_related .tzPortfolio_relateBox .tzPortfolio_relateSlider .related-item .tzRelated_hover3,
.themecolor-orange .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper .tz_map_overlay{
    background-color:rgba(228,89,20,0.9);
}
.themecolor-orange .vc_custom_1451100297921 .overlay_parallax{
    background-color:rgba(228,89,20,0.95) !important;
}

.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded.vc_btn3-style-outline{
    background-color: transparent !important;
}
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-orange .tzButton_left,
.themecolor-orange .vc_custom_1451108127287,
.themecolor-orange .tz_revslider_home13:hover
{
    background-color: #e45914 !important;
}
.themecolor-orange .tzPricing_table.tzPricing_table_type1:hover .pricing-button{
    background-color: #222222;
}
.themecolor-orange .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox,
.themecolor-orange .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox{
    background-color: #ffffff;
}
.themecolor-orange .tz-header .tz-headerBottom .tz-header-search span:hover,
.themecolor-orange .tz-header .tz-headerBottom .tz-header-cart span:hover,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-orange .tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span,
.themecolor-orange .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount,
.themecolor-orange .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount,
.themecolor-orange .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-orange .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-orange .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-orange .tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item::after,
.themecolor-orange .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-orange .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-orange .tzPricing_table.tzPricing_table_type2:hover .pricing-header span,
.themecolor-orange .tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title,
.themecolor-orange .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore,
.themecolor-orange .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char,
.themecolor-orange .tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span,
.themecolor-orange .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-orange .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-orange .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-orange .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-orange .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-orange .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-orange .tz-sidebar .widget ul.product_list_widget li .star-rating span::before,
.themecolor-orange .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-orange .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span::before,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount,
.themecolor-orange .bypostauthor,
.themecolor-orange .sticky,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover::after,
.themecolor-orange .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-orange .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-orange .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-orange .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span,
.themecolor-orange .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-orange .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-orange .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-orange.woocommerce-checkout .woocommerce .woocommerce-info::before,
.themecolor-orange.woocommerce-checkout .woocommerce .woocommerce-info a,
.themecolor-orange.woocommerce-account .woocommerce p.myaccount_user strong,
.themecolor-orange .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-orange .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-orange .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-orange .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i,
.themecolor-orange .tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i,
.themecolor-orange .plazart-dropcap-type1,
.themecolor-orange .tz-plazart-list.tzList-icon_no_underlined li i,
.themecolor-orange .tz-plazart-list.tzList-icon_underlined li i,
.themecolor-orange #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-orange #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-orange #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-orange .tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-orange .tzElement_Feature.tzFeature_type4 a.tzFeature_readmore,
.themecolor-orange .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-orange .tzElement_Counter.tz_Counter_type2 .tzElement_count em,
.themecolor-orange .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span::before,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount,
.themecolor-orange .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price,
.themecolor-orange .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-orange .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-orange .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-orange .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-orange .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_subTitle,
.themecolor-orange .tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-orange .tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore,
.themecolor-orange .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover1 .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-orange .tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title,
.themecolor-orange .tzCopyright span,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-orange .tzElement-title .tzTitle em,
.themecolor-orange .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle,
.themecolor-orange .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioGrid_hover5 .tzPortfolioGrid_table .tzPortfolioGrid_table_cell h3 a,
.themecolor-orange .tzElement_Counter.tz_Counter_type3 .tzElement_count em,
.themecolor-orange .tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit,
.themecolor-orange .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3,
.themecolor-orange #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-orange #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-orange #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-orange .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3 a,
.themecolor-orange .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-orange .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-orange .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-orange .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-orange .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-orange .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5,
.themecolor-orange .tzButton-Config i,
.themecolor-orange .tzElement_Feature.tzFeature_type6 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-orange .tzElement-recent-post .tz-recent-inner .tz-recent-readmore:hover,
.themecolor-orange .tzElement_Video_Popup a.tz-open-popup-video i,
.themecolor-orange .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_info h3 a,
.themecolor-orange .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:hover,
.themecolor-orange .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-orange .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzView_slide_Content_title em,
.themecolor-orange .woo-products-element .wpe__item .wpe__images .wpe__hover .xoo-qv-button:hover,
.themecolor-orange .woo-products-element .wpe__item .wpe__images .wpe__hover a:hover i,
.themecolor-orange .wpe__price .amount,
.themecolor-orange .wpe__price ins span,
.themecolor-orange .style-list ul li::after,
.themecolor-orange .tzElement-recent-post .tz-recent-inner .tz-recent-title a:hover,
.themecolor-orange .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a,
.themecolor-orange .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-orange .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.themecolor-orange .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tzPortfolio_column_item .tzPortfolio_column_hover .tzPortfolio_column_table .tzPortfolio_column_table_cell h3 a,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 li.mega-menu-item a.mega-menu-link:hover,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-orange .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-orange .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .price span,
.themecolor-orange .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .product_meta > span a,
.themecolor-orange .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
.themecolor-orange .wpe__rating .star-rating span
{
    color: #e45914;
}
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline,
.themecolor-orange .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
.themecolor-orange .tzButton_right,
.themecolor-orange .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2,
.themecolor-orange .tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget.WP_Editor_Widget p a,
.themecolor-orange span.tzresponsive,
.themecolor-orange .tz_revslider_home3,
.themecolor-orange .tzElement_Counter .tzElement_count em
{
    color: #e45914 !important;
}
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus{
    color: #fff !important;
}
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount{
    color: #b5b5b5;
}
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-orange .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle,
.themecolor-orange .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox::after,
.themecolor-orange .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft::after,
.themecolor-orange .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight::after,
.themecolor-orange .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-orange .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page span::after,
.themecolor-orange .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-orange .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-orange .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-orange .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-orange .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-orange .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-orange .tzPricing_table.tzPricing_table_type2:hover,
.themecolor-orange .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-orange .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-orange .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-orange .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-orange .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle,
.themecolor-orange .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active::after,
.themecolor-orange .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-orange .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-orange.woocommerce-checkout .woocommerce .woocommerce-info,
.themecolor-orange .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image,
.themecolor-orange .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .owl-controls .owl-pagination .owl-page span::after,
.themecolor-orange .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote,
.themecolor-orange .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-orange .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-orange .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-orange .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-orange .tzElement_Video_Popup a.tz-open-popup-video:hover,
.themecolor-orange .woocommerce div.product .xoo-qv-images div.images img
{
    border-color: #e45914;
}
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs{
    border-color: rgba(228,89,20,0.2);
}
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    border-left-color:rgba(228,89,20,0.2);
    border-right-color:rgba(228,89,20,0.2);
}
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover,
.themecolor-orange .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide{
    border-color: rgba(228,89,20,0.5);
}
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-orange .tzButton_left,
.themecolor-orange .tzButton_right,
.themecolor-orange .tz_revslider_home13:hover
{
    border-color: #e45914 !important;
}
.themecolor-orange .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span::after,
.themecolor-orange .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after
{
    border-top: 5px solid #e45914;
}
.themecolor-orange .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span::after {
    border-top: 5px solid #e45914;
}

/*---*/
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-orange .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-orange .wpcf7-form input.wpcf7-submit{
    background: #e45914;
}
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(228,89,20,0.2);
}
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info{
    background-color:rgba(228,89,20,0.1);
}
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-orange .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after{
    border-top-color: #e45914;
}
.themecolor-orange .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-orange .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-orange .tzPortfolio_Single h3.tzPortfolio_Single_title,
.themecolor-orange .tzPortfolio_Single .tzPortfolio_Single_tks{
    color: #e45914;
}
.themecolor-orange .tzPortfolio_Single_Close i:hover{
    color: #e45914 !important;
}

/*---*/
.themecolor-orange .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-one-page a,
.themecolor-orange .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position,
.themecolor-orange .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name,
.themecolor-orange .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5{
    color: #e45914;
}
.themecolor-orange .tzElement_Member:hover .tzMember_Wrap .tzMember_Info,
.themecolor-orange .tzElement_Member:hover .tzMember_Wrap .tzMember_image{
    border-color: #e45914;
}
.themecolor-orange .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info::after{
    background: #e45914;
}
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square{
    background-color: #e45914 !important;
    border-color: #e45914 !important;
}
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square:hover{
    background: transparent none repeat scroll 0 0 !important;
    color: #e45914 !important;
}
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{
    background: transparent none repeat scroll 0 0 !important;
}
.themecolor-orange .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{
    background: #e45914 !important;
    color: #FFFFFF !important;
}
/*---*/
.themecolor-orange .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover{
    color: #e45914;
}

/* PINK */

.themecolor-pink .tz-header.tz-header-type-1 .tz-headerTop,
.themecolor-pink .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover,
.themecolor-pink .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
.themecolor-pink .tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width,
.themecolor-pink .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width,
.themecolor-pink .tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width,
.themecolor-pink .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-pink .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-pink .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon,
.themecolor-pink .tzElement_Video .tzElement_autoplay,
.themecolor-pink .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft,
.themecolor-pink .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight,
.themecolor-pink .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-pink .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page.active span,
.themecolor-pink .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-pink .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-pink .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text,
.themecolor-pink .tzPricing_table.tzPricing_table_type1 .pricing-button,
.themecolor-pink .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form::after,
.themecolor-pink .tzFooter .tzFooterBottom .tzFooterSocial ul li a::after,
.themecolor-pink .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-pink .tzElement_Quote.tzQuote_type2 .tzQuote_Item .tzQuote_Info::after,
.themecolor-pink .tzPricing_table.tzPricing_table_type2:hover .pricing-button a,
.themecolor-pink .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay,
.themecolor-pink .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses,
.themecolor-pink .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-pink .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText,
.themecolor-pink .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText,
.themecolor-pink .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay,
.themecolor-pink .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses,
.themecolor-pink .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore,
.themecolor-pink .tz-sidebar .widget.widget_search form input.searchsubmit,
.themecolor-pink .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-pink .tzBlogDefault .wp-pagenavi span.current,
.themecolor-pink .tzBlogDefault .wp-pagenavi a:hover,
.themecolor-pink .tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today,
.themecolor-pink .tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-pink .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText,
.themecolor-pink .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-pink .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-pink .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-pink .tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"],
.themecolor-pink .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range,
.themecolor-pink .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover,
.themecolor-pink .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
.themecolor-pink .woocommerce form table.shop_table tbody tr td.actions input:hover,
.themecolor-pink .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-pink .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-pink .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover,
.themecolor-pink .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover,
.themecolor-pink form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.themecolor-pink .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-pink .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-pink .tzPortfolio_Container #tz_append a,
.themecolor-pink .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-pink .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_Slider ul.flex-direction-nav li a,
.themecolor-pink .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_autoplay,
.themecolor-pink .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_pauses,
.themecolor-pink.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
.themecolor-pink.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-pink.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-pink.woocommerce-account .woocommerce form p input.button:hover,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.themecolor-pink .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span,
.themecolor-pink .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span,
.themecolor-pink .plazart-dropcap-type2,
.themecolor-pink .tzElement-title.tz-title-type-2 .tzTitle::after,
.themecolor-pink .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3::after,
.themecolor-pink .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon,
.themecolor-pink .tz-plazart-list.tzList-icon_highlight li i,
.themecolor-pink .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a::after,
.themecolor-pink .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_Title::after,
.themecolor-pink .tzElement_Feature.tzFeature_type5 h5.tzFeature_title::after,
.themecolor-pink .tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name::after,
.themecolor-pink .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title::after,
.themecolor-pink .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a::after,
.themecolor-pink .tzOurProcess_Container .tzOurProcess_title::after,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail a,
.themecolor-pink .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-pink .tz_backtotop a,
.themecolor-pink .tzElement_Feature.tzFeature_type6 h5.tzFeature_title:after,
.themecolor-pink .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-pink .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-pink .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-pink .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzprevslider:hover,
.themecolor-pink .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tznextslider:hover,
.themecolor-pink .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:after,
.themecolor-pink .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected:before,
.themecolor-pink .tzElement_Quote_Container.tzQuote_type7 .tzElement_Quote .tzQuote_Item .tzQuote_Info:before,
.themecolor-pink .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzViewslide_readmore::after,
.themecolor-pink .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.themecolor-pink .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.themecolor-pink .tzElement-title.tz-title-type-9.tz-text-align-left .tzTitle:after,
.themecolor-pink .tzElement_Portfolio .container .tz_readmore a:after,
.themecolor-pink .tzElement-title.tz-title-type-8 .tzTitle:after,
.themecolor-pink .interiart-our-process h3.interiart-name-process:after,
.themecolor-pink .tzElement-title.tz-title-type-7 .tzTitle:after,
.themecolor-pink .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .tzElement_Quote .tzQuote_Item::after,
.themecolor-pink .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .owl-page.active span,
.themecolor-pink .box_banner .tz_type2 .tz__border p span,
.themecolor-pink .tzElement_Image_slide.slide-type-2 .image-slider .owl-dots .owl-dot.active,
.themecolor-pink .tzElement-recent-post.tzRecent-post-type-2 .tz-recent-inner .tz-recent-readmore:hover:before,
.themecolor-pink .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tz_column_title .tz_title:after,
.themecolor-pink .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .owl-theme .owl-controls .owl-page span:hover,
.themecolor-pink .woocommerce span.onsale,
.themecolor-pink .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary form.cart .button,
.themecolor-pink .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .xoo-qv-plink a
{
    background-color:#e80f60;
}
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .line-left::before,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .line-left::after,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .line-right::before,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .line-right::after,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(232,15,96,0.2);
}

.themecolor-pink .tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a::before{
    background-color:rgba(232,15,96,0.75);
}
.themecolor-pink .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    background-color: rgba(232,15,96,0);
}
.themecolor-pink .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li::after{
    background-color: rgba(232,15,96,0.1);
}
.themecolor-pink .tzPortfolio_Single .tzPortfolio_related .tzPortfolio_relateBox .tzPortfolio_relateSlider .related-item .tzRelated_hover3,
.themecolor-pink .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper .tz_map_overlay{
    background-color:rgba(232,15,96,0.9);
}
.themecolor-pink .vc_custom_1451100297921 .overlay_parallax{
    background-color:rgba(232,15,96,0.95) !important;
}

.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded.vc_btn3-style-outline{
    background-color: transparent !important;
}
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-pink .tzButton_left,
.themecolor-pink .vc_custom_1451108127287,
.themecolor-pink .tz_revslider_home13:hover
{
    background-color: #e80f60 !important;
}
.themecolor-pink .tzPricing_table.tzPricing_table_type1:hover .pricing-button{
    background-color: #222222;
}
.themecolor-pink .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox,
.themecolor-pink .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox{
    background-color: #ffffff;
}
.themecolor-pink .tz-header .tz-headerBottom .tz-header-search span:hover,
.themecolor-pink .tz-header .tz-headerBottom .tz-header-cart span:hover,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-pink .tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span,
.themecolor-pink .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount,
.themecolor-pink .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount,
.themecolor-pink .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-pink .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-pink .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-pink .tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item::after,
.themecolor-pink .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-pink .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-pink .tzPricing_table.tzPricing_table_type2:hover .pricing-header span,
.themecolor-pink .tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title,
.themecolor-pink .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore,
.themecolor-pink .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char,
.themecolor-pink .tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span,
.themecolor-pink .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-pink .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-pink .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-pink .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-pink .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-pink .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-pink .tz-sidebar .widget ul.product_list_widget li .star-rating span::before,
.themecolor-pink .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-pink .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span::before,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount,
.themecolor-pink .bypostauthor,
.themecolor-pink .sticky,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover::after,
.themecolor-pink .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-pink .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-pink .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-pink .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span,
.themecolor-pink .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-pink .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-pink .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-pink.woocommerce-checkout .woocommerce .woocommerce-info::before,
.themecolor-pink.woocommerce-checkout .woocommerce .woocommerce-info a,
.themecolor-pink.woocommerce-account .woocommerce p.myaccount_user strong,
.themecolor-pink .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-pink .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-pink .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-pink .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i,
.themecolor-pink .tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i,
.themecolor-pink .plazart-dropcap-type1,
.themecolor-pink .tz-plazart-list.tzList-icon_no_underlined li i,
.themecolor-pink .tz-plazart-list.tzList-icon_underlined li i,
.themecolor-pink #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-pink #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-pink #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-pink .tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-pink .tzElement_Feature.tzFeature_type4 a.tzFeature_readmore,
.themecolor-pink .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-pink .tzElement_Counter.tz_Counter_type2 .tzElement_count em,
.themecolor-pink .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span::before,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount,
.themecolor-pink .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price,
.themecolor-pink .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-pink .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-pink .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-pink .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-pink .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_subTitle,
.themecolor-pink .tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-pink .tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore,
.themecolor-pink .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover1 .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-pink .tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title,
.themecolor-pink .tzCopyright span,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-pink .tzElement-title .tzTitle em,
.themecolor-pink .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle,
.themecolor-pink .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioGrid_hover5 .tzPortfolioGrid_table .tzPortfolioGrid_table_cell h3 a,
.themecolor-pink .tzElement_Counter.tz_Counter_type3 .tzElement_count em,
.themecolor-pink .tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit,
.themecolor-pink .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3,
.themecolor-pink #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-pink #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-pink #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-pink .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3 a,
.themecolor-pink .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-pink .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-pink .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-pink .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-pink .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-pink .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5,
.themecolor-pink .tzButton-Config i,
.themecolor-pink .tzElement_Feature.tzFeature_type6 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-pink .tzElement-recent-post .tz-recent-inner .tz-recent-readmore:hover,
.themecolor-pink .tzElement_Video_Popup a.tz-open-popup-video i,
.themecolor-pink .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_info h3 a,
.themecolor-pink .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:hover,
.themecolor-pink .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-pink .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzView_slide_Content_title em,
.themecolor-pink .woo-products-element .wpe__item .wpe__images .wpe__hover .xoo-qv-button:hover,
.themecolor-pink .woo-products-element .wpe__item .wpe__images .wpe__hover a:hover i,
.themecolor-pink .wpe__price .amount,
.themecolor-pink .wpe__price ins span,
.themecolor-pink .style-list ul li::after,
.themecolor-pink .tzElement-recent-post .tz-recent-inner .tz-recent-title a:hover,
.themecolor-pink .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a,
.themecolor-pink .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-pink .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.themecolor-pink .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tzPortfolio_column_item .tzPortfolio_column_hover .tzPortfolio_column_table .tzPortfolio_column_table_cell h3 a,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 li.mega-menu-item a.mega-menu-link:hover,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-pink .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-pink .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .price span,
.themecolor-pink .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .product_meta > span a,
.themecolor-pink .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
.themecolor-pink .wpe__rating .star-rating span
{
    color: #e80f60;
}
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline,
.themecolor-pink .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
.themecolor-pink .tzButton_right,
.themecolor-pink .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2,
.themecolor-pink .tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget.WP_Editor_Widget p a,
.themecolor-pink span.tzresponsive,
.themecolor-pink .tz_revslider_home3,
.themecolor-pink .tzElement_Counter .tzElement_count em
{
    color: #e80f60 !important;
}
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus{
    color: #fff !important;
}
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount{
    color: #b5b5b5;
}
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-pink .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle,
.themecolor-pink .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox::after,
.themecolor-pink .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft::after,
.themecolor-pink .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight::after,
.themecolor-pink .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-pink .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page span::after,
.themecolor-pink .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-pink .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-pink .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-pink .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-pink .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-pink .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-pink .tzPricing_table.tzPricing_table_type2:hover,
.themecolor-pink .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-pink .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-pink .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-pink .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-pink .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle,
.themecolor-pink .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active::after,
.themecolor-pink .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-pink .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-pink.woocommerce-checkout .woocommerce .woocommerce-info,
.themecolor-pink .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image,
.themecolor-pink .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .owl-controls .owl-pagination .owl-page span::after,
.themecolor-pink .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote,
.themecolor-pink .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after,
.themecolor-pink .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-pink .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-pink .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-pink .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-pink .tzElement_Video_Popup a.tz-open-popup-video:hover,
.themecolor-pink .woocommerce div.product .xoo-qv-images div.images img
{
    border-color: #e80f60;
}
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs{
    border-color: rgba(232,15,96,0.2);
}
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    border-left-color:rgba(232,15,96,0.2);
    border-right-color:rgba(232,15,96,0.2);
}
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover,
.themecolor-pink .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide{
    border-color: rgba(232,15,96,0.5);
}
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-pink .tzButton_left,
.themecolor-pink .tzButton_right,
.themecolor-pink .tz_revslider_home13:hover
{
    border-color: #e80f60 !important;
}
.themecolor-pink .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span::after {
    border-top: 5px solid #e80f60;
}
.themecolor-pink .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span::after {
    border-top: 5px solid #e80f60;
}
/*---*/
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-pink .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-pink .wpcf7-form input.wpcf7-submit{
    background: #e80f60;
}
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(232,15,96,0.2);
}
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info{
    background-color:rgba(232,15,96,0.1);
}
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-pink .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after {
    border-top-color: #e80f60;
}
.themecolor-pink .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-pink .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-pink .tzPortfolio_Single h3.tzPortfolio_Single_title,
.themecolor-pink .tzPortfolio_Single .tzPortfolio_Single_tks{
    color: #e80f60;
}
.themecolor-pink .tzPortfolio_Single_Close i:hover{
    color: #e80f60 !important;
}
/*---*/
.themecolor-pink .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-one-page a,
.themecolor-pink .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position,
.themecolor-pink .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name,
.themecolor-pink .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5{
    color: #e80f60;
}
.themecolor-pink .tzElement_Member:hover .tzMember_Wrap .tzMember_Info,
.themecolor-pink .tzElement_Member:hover .tzMember_Wrap .tzMember_image{
    border-color: #e80f60;
}
.themecolor-pink .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info::after{
    background: #e80f60;
}
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square{
    background-color: #e80f60 !important;
    border-color: #e80f60 !important;
}
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square:hover{
    background: transparent none repeat scroll 0 0 !important;
    color: #e80f60 !important;
}
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{
    background: transparent none repeat scroll 0 0 !important;
}
.themecolor-pink .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{
    background: #e80f60 !important;
    color: #FFFFFF !important;
}
/*---*/
.themecolor-pink .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover{
    color: #e80f60;
}

/* limegreen */

.themecolor-limegreen .tz-header.tz-header-type-1 .tz-headerTop,
.themecolor-limegreen .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover,
.themecolor-limegreen .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
.themecolor-limegreen .tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width,
.themecolor-limegreen .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width,
.themecolor-limegreen .tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width,
.themecolor-limegreen .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-limegreen .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-limegreen .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon,
.themecolor-limegreen .tzElement_Video .tzElement_autoplay,
.themecolor-limegreen .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft,
.themecolor-limegreen .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight,
.themecolor-limegreen .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-limegreen .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page.active span,
.themecolor-limegreen .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-limegreen .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-limegreen .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text,
.themecolor-limegreen .tzPricing_table.tzPricing_table_type1 .pricing-button,
.themecolor-limegreen .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form::after,
.themecolor-limegreen .tzFooter .tzFooterBottom .tzFooterSocial ul li a::after,
.themecolor-limegreen .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-limegreen .tzElement_Quote.tzQuote_type2 .tzQuote_Item .tzQuote_Info::after,
.themecolor-limegreen .tzPricing_table.tzPricing_table_type2:hover .pricing-button a,
.themecolor-limegreen .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay,
.themecolor-limegreen .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses,
.themecolor-limegreen .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-limegreen .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText,
.themecolor-limegreen .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText,
.themecolor-limegreen .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay,
.themecolor-limegreen .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses,
.themecolor-limegreen .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore,
.themecolor-limegreen .tz-sidebar .widget.widget_search form input.searchsubmit,
.themecolor-limegreen .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-limegreen .tzBlogDefault .wp-pagenavi span.current,
.themecolor-limegreen .tzBlogDefault .wp-pagenavi a:hover,
.themecolor-limegreen .tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today,
.themecolor-limegreen .tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-limegreen .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText,
.themecolor-limegreen .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-limegreen .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-limegreen .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-limegreen .tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"],
.themecolor-limegreen .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range,
.themecolor-limegreen .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover,
.themecolor-limegreen .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
.themecolor-limegreen .woocommerce form table.shop_table tbody tr td.actions input:hover,
.themecolor-limegreen .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-limegreen .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-limegreen .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover,
.themecolor-limegreen .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover,
.themecolor-limegreen form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.themecolor-limegreen .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-limegreen .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-limegreen .tzPortfolio_Container #tz_append a,
.themecolor-limegreen .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-limegreen .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_Slider ul.flex-direction-nav li a,
.themecolor-limegreen .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_autoplay,
.themecolor-limegreen .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_pauses,
.themecolor-limegreen.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
.themecolor-limegreen.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-limegreen.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-limegreen.woocommerce-account .woocommerce form p input.button:hover,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.themecolor-limegreen .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span,
.themecolor-limegreen .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span,
.themecolor-limegreen .plazart-dropcap-type2,
.themecolor-limegreen .tzElement-title.tz-title-type-2 .tzTitle::after,
.themecolor-limegreen .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3::after,
.themecolor-limegreen .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon,
.themecolor-limegreen .tz-plazart-list.tzList-icon_highlight li i,
.themecolor-limegreen .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a::after,
.themecolor-limegreen .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_Title::after,
.themecolor-limegreen .tzElement_Feature.tzFeature_type5 h5.tzFeature_title::after,
.themecolor-limegreen .tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name::after,
.themecolor-limegreen .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title::after,
.themecolor-limegreen .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a::after,
.themecolor-limegreen .tzOurProcess_Container .tzOurProcess_title::after,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail ,
.themecolor-limegreen .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-limegreen .tz_backtotop a,
.themecolor-limegreen .tzElement_Feature.tzFeature_type6 h5.tzFeature_title:after,
.themecolor-limegreen .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-limegreen .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-limegreen .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-limegreen .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzprevslider:hover,
.themecolor-limegreen .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tznextslider:hover,
.themecolor-limegreen .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:after,
.themecolor-limegreen .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected:before,
.themecolor-limegreen .tzElement_Quote_Container.tzQuote_type7 .tzElement_Quote .tzQuote_Item .tzQuote_Info:before,
.themecolor-limegreen .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzViewslide_readmore::after,
.themecolor-limegreen .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.themecolor-limegreen .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.themecolor-limegreen .tzElement-title.tz-title-type-9.tz-text-align-left .tzTitle:after,
.themecolor-limegreen .tzElement_Portfolio .container .tz_readmore a:after,
.themecolor-limegreen .tzElement-title.tz-title-type-8 .tzTitle:after,
.themecolor-limegreen .interiart-our-process h3.interiart-name-process:after,
.themecolor-limegreen .tzElement-title.tz-title-type-7 .tzTitle:after,
.themecolor-limegreen .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .tzElement_Quote .tzQuote_Item::after,
.themecolor-limegreen .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .owl-page.active span,
.themecolor-limegreen .box_banner .tz_type2 .tz__border p span,
.themecolor-limegreen .tzElement_Image_slide.slide-type-2 .image-slider .owl-dots .owl-dot.active,
.themecolor-limegreen .tzElement-recent-post.tzRecent-post-type-2 .tz-recent-inner .tz-recent-readmore:hover:before,
.themecolor-limegreen .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tz_column_title .tz_title:after,
.themecolor-limegreen .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .owl-theme .owl-controls .owl-page span:hover,
.themecolor-limegreen .woocommerce span.onsale,
.themecolor-limegreen .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary form.cart .button,
.themecolor-limegreen .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .xoo-qv-plink a
{
    background-color:#77be32;
}
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .line-left::before,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .line-left::after,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .line-right::before,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .line-right::after,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(119,190,50,0.2);
}

.themecolor-limegreen .tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a::before{
    background-color:rgba(119,190,50,0.75);
}
.themecolor-limegreen .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    background-color: rgba(119,190,50,0);
}
.themecolor-limegreen .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li::after{
    background-color: rgba(119,190,50,0.1);
}
.themecolor-limegreen .tzPortfolio_Single .tzPortfolio_related .tzPortfolio_relateBox .tzPortfolio_relateSlider .related-item .tzRelated_hover3,
.themecolor-limegreen .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper .tz_map_overlay{
    background-color:rgba(119,190,50,0.9);
}
.themecolor-limegreen .vc_custom_1451100297921 .overlay_parallax{
    background-color:rgba(119,190,50,0.95) !important;
}

.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded.vc_btn3-style-outline{
    background-color: transparent !important;
}
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-limegreen .tzButton_left,
.themecolor-limegreen .vc_custom_1451108127287,
.themecolor-limegreen .tz_revslider_home13:hover
{
    background-color: #77be32 !important;
}
.themecolor-limegreen .tzPricing_table.tzPricing_table_type1:hover .pricing-button{
    background-color: #222222;
}
.themecolor-limegreen .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox,
.themecolor-limegreen .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox{
    background-color: #ffffff;
}
.themecolor-limegreen .tz-header .tz-headerBottom .tz-header-search span:hover,
.themecolor-limegreen .tz-header .tz-headerBottom .tz-header-cart span:hover,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-limegreen .tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span,
.themecolor-limegreen .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount,
.themecolor-limegreen .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount,
.themecolor-limegreen .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-limegreen .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-limegreen .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-limegreen .tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item::after,
.themecolor-limegreen .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-limegreen .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-limegreen .tzPricing_table.tzPricing_table_type2:hover .pricing-header span,
.themecolor-limegreen .tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title,
.themecolor-limegreen .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore,
.themecolor-limegreen .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char,
.themecolor-limegreen .tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span,
.themecolor-limegreen .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-limegreen .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-limegreen .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-limegreen .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-limegreen .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-limegreen .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-limegreen .tz-sidebar .widget ul.product_list_widget li .star-rating span::before,
.themecolor-limegreen .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-limegreen .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span::before,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount,
.themecolor-limegreen .bypostauthor,
.themecolor-limegreen .sticky,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover::after,
.themecolor-limegreen .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-limegreen .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-limegreen .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-limegreen .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span,
.themecolor-limegreen .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-limegreen .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-limegreen .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-limegreen.woocommerce-checkout .woocommerce .woocommerce-info::before,
.themecolor-limegreen.woocommerce-checkout .woocommerce .woocommerce-info a,
.themecolor-limegreen.woocommerce-account .woocommerce p.myaccount_user strong,
.themecolor-limegreen .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-limegreen .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-limegreen .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-limegreen .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i,
.themecolor-limegreen .tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i,
.themecolor-limegreen .plazart-dropcap-type1,
.themecolor-limegreen .tz-plazart-list.tzList-icon_no_underlined li i,
.themecolor-limegreen .tz-plazart-list.tzList-icon_underlined li i,
.themecolor-limegreen #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-limegreen #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-limegreen #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-limegreen .tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-limegreen .tzElement_Feature.tzFeature_type4 a.tzFeature_readmore,
.themecolor-limegreen .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-limegreen .tzElement_Counter.tz_Counter_type2 .tzElement_count em,
.themecolor-limegreen .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span::before,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount,
.themecolor-limegreen .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price,
.themecolor-limegreen .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-limegreen .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-limegreen .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-limegreen .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-limegreen .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_subTitle,
.themecolor-limegreen .tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-limegreen .tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore,
.themecolor-limegreen .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover1 .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-limegreen .tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title,
.themecolor-limegreen .tzCopyright span,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-limegreen .tzElement-title .tzTitle em,
.themecolor-limegreen .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle,
.themecolor-limegreen .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioGrid_hover5 .tzPortfolioGrid_table .tzPortfolioGrid_table_cell h3 a,
.themecolor-limegreen .tzElement_Counter.tz_Counter_type3 .tzElement_count em,
.themecolor-limegreen .tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit,
.themecolor-limegreen .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3,
.themecolor-limegreen #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-limegreen #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-limegreen #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-limegreen .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3 a,
.themecolor-limegreen .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-limegreen .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-limegreen .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-limegreen .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-limegreen .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-limegreen .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5,
.themecolor-limegreen .tzButton-Config i,
.themecolor-limegreen .tzElement_Feature.tzFeature_type6 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-limegreen .tzElement-recent-post .tz-recent-inner .tz-recent-readmore:hover,
.themecolor-limegreen .tzElement_Video_Popup a.tz-open-popup-video i,
.themecolor-limegreen .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_info h3 a,
.themecolor-limegreen .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:hover,
.themecolor-limegreen .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-limegreen .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzView_slide_Content_title em,
.themecolor-limegreen .woo-products-element .wpe__item .wpe__images .wpe__hover .xoo-qv-button:hover,
.themecolor-limegreen .woo-products-element .wpe__item .wpe__images .wpe__hover a:hover i,
.themecolor-limegreen .wpe__price .amount,
.themecolor-limegreen .wpe__price ins span,
.themecolor-limegreen .style-list ul li::after,
.themecolor-limegreen .tzElement-recent-post .tz-recent-inner .tz-recent-title a:hover,
.themecolor-limegreen .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a,
.themecolor-limegreen .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-limegreen .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.themecolor-limegreen .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tzPortfolio_column_item .tzPortfolio_column_hover .tzPortfolio_column_table .tzPortfolio_column_table_cell h3 a,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 li.mega-menu-item a.mega-menu-link:hover,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-limegreen .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-limegreen .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .price span,
.themecolor-limegreen .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .product_meta > span a,
.themecolor-limegreen .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
.themecolor-limegreen .wpe__rating .star-rating span
{
    color: #77be32;
}
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline,
.themecolor-limegreen .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
.themecolor-limegreen .tzButton_right,
.themecolor-limegreen .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2,
.themecolor-limegreen .tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget.WP_Editor_Widget p a,
.themecolor-limegreen span.tzresponsive,
.themecolor-limegreen .tz_revslider_home3,
.themecolor-limegreen .tzElement_Counter .tzElement_count em
{
    color: #77be32 !important;
}
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus{
    color: #fff !important;
}
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount{
    color: #b5b5b5;
}
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-limegreen .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle,
.themecolor-limegreen .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox::after,
.themecolor-limegreen .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft::after,
.themecolor-limegreen .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight::after,
.themecolor-limegreen .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-limegreen .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page span::after,
.themecolor-limegreen .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-limegreen .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-limegreen .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-limegreen .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-limegreen .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-limegreen .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-limegreen .tzPricing_table.tzPricing_table_type2:hover,
.themecolor-limegreen .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-limegreen .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-limegreen .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-limegreen .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-limegreen .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle,
.themecolor-limegreen .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active::after,
.themecolor-limegreen .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-limegreen .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-limegreen.woocommerce-checkout .woocommerce .woocommerce-info,
.themecolor-limegreen .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image,
.themecolor-limegreen .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .owl-controls .owl-pagination .owl-page span::after,
.themecolor-limegreen .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote,
.themecolor-limegreen .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-limegreen .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-limegreen .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-limegreen .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-limegreen .tzElement_Video_Popup a.tz-open-popup-video:hover,
.themecolor-limegreen .woocommerce div.product .xoo-qv-images div.images img
{
    border-color: #77be32;
}
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs{
    border-color: rgba(119,190,50,0.2);
}
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    border-left-color:rgba(119,190,50,0.2);
    border-right-color:rgba(119,190,50,0.2);
}
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover,
.themecolor-limegreen .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide{
    border-color: rgba(119,190,50,0.5);
}
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-limegreen .tzButton_left,
.themecolor-limegreen .tz_revslider_home13:hover
{
    border-color: #77be32 !important;
}
.themecolor-limegreen .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span::after,
.themecolor-limegreen .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after
{
    border-top: 5px solid #77be32;
}
.themecolor-limegreen .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span::after {
    border-top: 5px solid #77be32;
}
/*---*/
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-limegreen .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-limegreen .wpcf7-form input.wpcf7-submit{
    background: #77be32;
}
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(119,190,50,0.2);
}
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info{
    background-color:rgba(119,190,50,0.1);
}
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-limegreen .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after{
    border-top-color: #77be32;
}
.themecolor-limegreen .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-limegreen .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-limegreen .tzPortfolio_Single h3.tzPortfolio_Single_title,
.themecolor-limegreen .tzPortfolio_Single .tzPortfolio_Single_tks{
    color: #77be32;
}
.themecolor-limegreen .tzPortfolio_Single_Close i:hover{
    color: #77be32 !important;
}
/*---*/
.themecolor-limegreen .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-one-page a,
.themecolor-limegreen .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position,
.themecolor-limegreen .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name,
.themecolor-limegreen .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5{
    color: #77be32;
}
.themecolor-limegreen .tzElement_Member:hover .tzMember_Wrap .tzMember_Info,
.themecolor-limegreen .tzElement_Member:hover .tzMember_Wrap .tzMember_image{
    border-color: #77be32;
}
.themecolor-limegreen .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info::after{
    background: #77be32;
}
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square{
    background-color: #77be32 !important;
    border-color: #77be32 !important;
}
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square:hover{
    background: transparent none repeat scroll 0 0 !important;
    color: #77be32 !important;
}
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{
    background: transparent none repeat scroll 0 0 !important;
}
.themecolor-limegreen .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{
    background: #77be32 !important;
    color: #FFFFFF !important;
}
/*---*/
.themecolor-limegreen .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover{
    color: #77be32;
}

/* violet */

.themecolor-violet .tz-header.tz-header-type-1 .tz-headerTop,
.themecolor-violet .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover,
.themecolor-violet .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
.themecolor-violet .tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width,
.themecolor-violet .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width,
.themecolor-violet .tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width,
.themecolor-violet .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-violet .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-violet .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon,
.themecolor-violet .tzElement_Video .tzElement_autoplay,
.themecolor-violet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft,
.themecolor-violet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight,
.themecolor-violet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-violet .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page.active span,
.themecolor-violet .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-violet .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-violet .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text,
.themecolor-violet .tzPricing_table.tzPricing_table_type1 .pricing-button,
.themecolor-violet .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form::after,
.themecolor-violet .tzFooter .tzFooterBottom .tzFooterSocial ul li a::after,
.themecolor-violet .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-violet .tzElement_Quote.tzQuote_type2 .tzQuote_Item .tzQuote_Info::after,
.themecolor-violet .tzPricing_table.tzPricing_table_type2:hover .pricing-button a,
.themecolor-violet .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay,
.themecolor-violet .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses,
.themecolor-violet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-violet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText,
.themecolor-violet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText,
.themecolor-violet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay,
.themecolor-violet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses,
.themecolor-violet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore,
.themecolor-violet .tz-sidebar .widget.widget_search form input.searchsubmit,
.themecolor-violet .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-violet .tzBlogDefault .wp-pagenavi span.current,
.themecolor-violet .tzBlogDefault .wp-pagenavi a:hover,
.themecolor-violet .tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today,
.themecolor-violet .tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-violet .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText,
.themecolor-violet .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-violet .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-violet .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-violet .tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"],
.themecolor-violet .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range,
.themecolor-violet .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover,
.themecolor-violet .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
.themecolor-violet .woocommerce form table.shop_table tbody tr td.actions input:hover,
.themecolor-violet .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-violet .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-violet .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover,
.themecolor-violet .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover,
.themecolor-violet form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.themecolor-violet .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-violet .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-violet .tzPortfolio_Container #tz_append a,
.themecolor-violet .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-violet .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_Slider ul.flex-direction-nav li a,
.themecolor-violet .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_autoplay,
.themecolor-violet .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_pauses,
.themecolor-violet.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
.themecolor-violet.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-violet.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-violet.woocommerce-account .woocommerce form p input.button:hover,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.themecolor-violet .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span,
.themecolor-violet .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span,
.themecolor-violet .plazart-dropcap-type2,
.themecolor-violet .tzElement-title.tz-title-type-2 .tzTitle::after,
.themecolor-violet .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3::after,
.themecolor-violet .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon,
.themecolor-violet .tz-plazart-list.tzList-icon_highlight li i,
.themecolor-violet .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a::after,
.themecolor-violet .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_Title::after,
.themecolor-violet .tzElement_Feature.tzFeature_type5 h5.tzFeature_title::after,
.themecolor-violet .tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name::after,
.themecolor-violet .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title::after,
.themecolor-violet .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a::after,
.themecolor-violet .tzOurProcess_Container .tzOurProcess_title::after,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail a,
.themecolor-violet .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-violet .tz_backtotop a,
.themecolor-violet .tzElement_Feature.tzFeature_type6 h5.tzFeature_title:after,
.themecolor-violet .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-violet .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-violet .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-violet .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzprevslider:hover,
.themecolor-violet .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tznextslider:hover,
.themecolor-violet .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:after,
.themecolor-violet .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected:before,
.themecolor-violet .tzElement_Quote_Container.tzQuote_type7 .tzElement_Quote .tzQuote_Item .tzQuote_Info:before,
.themecolor-violet .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzViewslide_readmore::after,
.themecolor-violet .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.themecolor-violet .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.themecolor-violet .tzElement-title.tz-title-type-9.tz-text-align-left .tzTitle:after,
.themecolor-violet .tzElement_Portfolio .container .tz_readmore a:after,
.themecolor-violet .tzElement-title.tz-title-type-8 .tzTitle:after,
.themecolor-violet .interiart-our-process h3.interiart-name-process:after,
.themecolor-violet .tzElement-title.tz-title-type-7 .tzTitle:after,
.themecolor-violet .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .tzElement_Quote .tzQuote_Item::after,
.themecolor-violet .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .owl-page.active span,
.themecolor-violet .box_banner .tz_type2 .tz__border p span,
.themecolor-violet .tzElement_Image_slide.slide-type-2 .image-slider .owl-dots .owl-dot.active,
.themecolor-violet .tzElement-recent-post.tzRecent-post-type-2 .tz-recent-inner .tz-recent-readmore:hover:before,
.themecolor-violet .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tz_column_title .tz_title:after,
.themecolor-violet .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .owl-theme .owl-controls .owl-page span:hover,
.themecolor-violet .woocommerce span.onsale,
.themecolor-violet .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary form.cart .button,
.themecolor-violet .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .xoo-qv-plink a
{
    background-color:#d786fe;
}
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .line-left::before,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .line-left::after,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .line-right::before,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .line-right::after,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(215,134,254,0.2);
}

.themecolor-violet .tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a::before{
    background-color:rgba(215,134,254,0.75);
}
.themecolor-violet .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    background-color: rgba(215,134,254,0);
}
.themecolor-violet .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li::after{
    background-color: rgba(215,134,254,0.1);
}
.themecolor-violet .tzPortfolio_Single .tzPortfolio_related .tzPortfolio_relateBox .tzPortfolio_relateSlider .related-item .tzRelated_hover3,
.themecolor-violet .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper .tz_map_overlay{
    background-color:rgba(215,134,254,0.9);
}
.themecolor-violet .vc_custom_1451100297921 .overlay_parallax{
    background-color:rgba(215,134,254,0.95) !important;
}

.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded.vc_btn3-style-outline{
    background-color: transparent !important;
}
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-violet .tzButton_left,
.themecolor-violet .vc_custom_1451108127287,
.themecolor-violet .tz_revslider_home13:hover
{
    background-color: #d786fe !important;
}
.themecolor-violet .tzPricing_table.tzPricing_table_type1:hover .pricing-button{
    background-color: #222222;
}
.themecolor-violet .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox,
.themecolor-violet .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox{
    background-color: #ffffff;
}
.themecolor-violet .tz-header .tz-headerBottom .tz-header-search span:hover,
.themecolor-violet .tz-header .tz-headerBottom .tz-header-cart span:hover,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-violet .tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span,
.themecolor-violet .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount,
.themecolor-violet .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount,
.themecolor-violet .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-violet .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-violet .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-violet .tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item::after,
.themecolor-violet .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-violet .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-violet .tzPricing_table.tzPricing_table_type2:hover .pricing-header span,
.themecolor-violet .tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title,
.themecolor-violet .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore,
.themecolor-violet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char,
.themecolor-violet .tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span,
.themecolor-violet .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-violet .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-violet .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-violet .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-violet .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-violet .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-violet .tz-sidebar .widget ul.product_list_widget li .star-rating span::before,
.themecolor-violet .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-violet .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span::before,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount,
.themecolor-violet .bypostauthor,
.themecolor-violet .sticky,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover::after,
.themecolor-violet .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-violet .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-violet .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-violet .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span,
.themecolor-violet .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-violet .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-violet .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-violet.woocommerce-checkout .woocommerce .woocommerce-info::before,
.themecolor-violet.woocommerce-checkout .woocommerce .woocommerce-info a,
.themecolor-violet.woocommerce-account .woocommerce p.myaccount_user strong,
.themecolor-violet .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-violet .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-violet .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-violet .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i,
.themecolor-violet .tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i,
.themecolor-violet .plazart-dropcap-type1,
.themecolor-violet .tz-plazart-list.tzList-icon_no_underlined li i,
.themecolor-violet .tz-plazart-list.tzList-icon_underlined li i,
.themecolor-violet #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-violet #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-violet #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-violet .tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-violet .tzElement_Feature.tzFeature_type4 a.tzFeature_readmore,
.themecolor-violet .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-violet .tzElement_Counter.tz_Counter_type2 .tzElement_count em,
.themecolor-violet .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span::before,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount,
.themecolor-violet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price,
.themecolor-violet .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-violet .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-violet .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-violet .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-violet .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_subTitle,
.themecolor-violet .tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-violet .tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore,
.themecolor-violet .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover1 .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-violet .tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title,
.themecolor-violet .tzCopyright span,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-violet .tzElement-title .tzTitle em,
.themecolor-violet .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle,
.themecolor-violet .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioGrid_hover5 .tzPortfolioGrid_table .tzPortfolioGrid_table_cell h3 a,
.themecolor-violet .tzElement_Counter.tz_Counter_type3 .tzElement_count em,
.themecolor-violet .tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit,
.themecolor-violet .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3,
.themecolor-violet #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-violet #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-violet #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-violet .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3 a,
.themecolor-violet .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-violet .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-violet .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-violet .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-violet .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-violet .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5,
.themecolor-violet .tzButton-Config i,
.themecolor-violet .tzElement_Feature.tzFeature_type6 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-violet .tzElement-recent-post .tz-recent-inner .tz-recent-readmore:hover,
.themecolor-violet .tzElement_Video_Popup a.tz-open-popup-video i,
.themecolor-violet .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_info h3 a,
.themecolor-violet .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:hover,
.themecolor-violet .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-violet .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzView_slide_Content_title em,
.themecolor-violet .woo-products-element .wpe__item .wpe__images .wpe__hover .xoo-qv-button:hover,
.themecolor-violet .woo-products-element .wpe__item .wpe__images .wpe__hover a:hover i,
.themecolor-violet .wpe__price .amount,
.themecolor-violet .wpe__price ins span,
.themecolor-violet .style-list ul li::after,
.themecolor-violet .tzElement-recent-post .tz-recent-inner .tz-recent-title a:hover,
.themecolor-violet .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a,
.themecolor-violet .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-violet .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.themecolor-violet .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tzPortfolio_column_item .tzPortfolio_column_hover .tzPortfolio_column_table .tzPortfolio_column_table_cell h3 a,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 li.mega-menu-item a.mega-menu-link:hover,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-violet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-violet .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .price span,
.themecolor-violet .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .product_meta > span a,
.themecolor-violet .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
.themecolor-violet .wpe__rating .star-rating span

{
    color: #d786fe;
}
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline,
.themecolor-violet .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
.themecolor-violet .tzButton_right,
.themecolor-violet .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2,
.themecolor-violet .tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget.WP_Editor_Widget p a,
.themecolor-violet span.tzresponsive,
.themecolor-violet .tz_revslider_home3,
.themecolor-violet .tzElement_Counter .tzElement_count em
{
    color: #d786fe !important;
}
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus{
    color: #fff !important;
}
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount{
    color: #b5b5b5;
}
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-violet .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle,
.themecolor-violet .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox::after,
.themecolor-violet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft::after,
.themecolor-violet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight::after,
.themecolor-violet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-violet .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page span::after,
.themecolor-violet .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-violet .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-violet .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-violet .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-violet .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-violet .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-violet .tzPricing_table.tzPricing_table_type2:hover,
.themecolor-violet .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-violet .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-violet .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-violet .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-violet .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle,
.themecolor-violet .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active::after,
.themecolor-violet .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-violet .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-violet.woocommerce-checkout .woocommerce .woocommerce-info,
.themecolor-violet .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image,
.themecolor-violet .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .owl-controls .owl-pagination .owl-page span::after,
.themecolor-violet .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote,
.themecolor-violet .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-violet .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-violet .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-violet .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-violet .tzElement_Video_Popup a.tz-open-popup-video:hover,
.themecolor-violet .woocommerce div.product .xoo-qv-images div.images img
{
    border-color: #d786fe;
}
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs{
    border-color: rgba(215,134,254,0.2);
}
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    border-left-color:rgba(215,134,254,0.2);
    border-right-color:rgba(215,134,254,0.2);
}
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover,
.themecolor-violet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide{
    border-color: rgba(215,134,254,0.5);
}
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-violet .tzButton_left,
.themecolor-violet .tzButton_right,
.themecolor-violet .tz_revslider_home13:hover
{
    border-color: #d786fe !important;
}
.themecolor-violet .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span::after,
.themecolor-violet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after
{
    border-top: 5px solid #d786fe;
}
.themecolor-violet .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span::after {
    border-top: 5px solid #d786fe;
}
/*---*/
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-violet .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-violet .wpcf7-form input.wpcf7-submit{
    background: #d786fe;
}
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(215,134,254,0.2);
}
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info{
    background-color:rgba(215,134,254,0.1);
}
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-violet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after{
    border-top-color: #d786fe;
}
.themecolor-violet .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-violet .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-violet .tzPortfolio_Single h3.tzPortfolio_Single_title,
.themecolor-violet .tzPortfolio_Single .tzPortfolio_Single_tks{
    color: #d786fe;
}
.themecolor-violet .tzPortfolio_Single_Close i:hover{
    color: #d786fe !important;
}

/*---*/
.themecolor-violet .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-one-page a,
.themecolor-violet .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position,
.themecolor-violet .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name,
.themecolor-violet .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5{
    color: #d786fe;
}
.themecolor-violet .tzElement_Member:hover .tzMember_Wrap .tzMember_Info,
.themecolor-violet .tzElement_Member:hover .tzMember_Wrap .tzMember_image{
    border-color: #d786fe;
}
.themecolor-violet .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info::after{
    background: #d786fe;
}
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square{
    background-color: #d786fe !important;
    border-color: #d786fe !important;
}
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square:hover{
    background: transparent none repeat scroll 0 0 !important;
    color: #d786fe !important;
}
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{
    background: transparent none repeat scroll 0 0 !important;
}
.themecolor-violet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{
    background: #d786fe !important;
    color: #FFFFFF !important;
}
/*---*/
.themecolor-violet .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover{
    color: #d786fe;
}

/* blueviolet */

.themecolor-blueviolet .tz-header.tz-header-type-1 .tz-headerTop,
.themecolor-blueviolet .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover,
.themecolor-blueviolet .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
.themecolor-blueviolet .tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width,
.themecolor-blueviolet .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width,
.themecolor-blueviolet .tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width,
.themecolor-blueviolet .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blueviolet .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon,
.themecolor-blueviolet .tzElement_Video .tzElement_autoplay,
.themecolor-blueviolet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft,
.themecolor-blueviolet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight,
.themecolor-blueviolet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-blueviolet .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page.active span,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blueviolet .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-blueviolet .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text,
.themecolor-blueviolet .tzPricing_table.tzPricing_table_type1 .pricing-button,
.themecolor-blueviolet .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form::after,
.themecolor-blueviolet .tzFooter .tzFooterBottom .tzFooterSocial ul li a::after,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blueviolet .tzElement_Quote.tzQuote_type2 .tzQuote_Item .tzQuote_Info::after,
.themecolor-blueviolet .tzPricing_table.tzPricing_table_type2:hover .pricing-button a,
.themecolor-blueviolet .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay,
.themecolor-blueviolet .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses,
.themecolor-blueviolet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-blueviolet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText,
.themecolor-blueviolet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText,
.themecolor-blueviolet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay,
.themecolor-blueviolet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses,
.themecolor-blueviolet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore,
.themecolor-blueviolet .tz-sidebar .widget.widget_search form input.searchsubmit,
.themecolor-blueviolet .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-blueviolet .tzBlogDefault .wp-pagenavi span.current,
.themecolor-blueviolet .tzBlogDefault .wp-pagenavi a:hover,
.themecolor-blueviolet .tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today,
.themecolor-blueviolet .tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-blueviolet .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText,
.themecolor-blueviolet .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-blueviolet .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-blueviolet .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-blueviolet .tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"],
.themecolor-blueviolet .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range,
.themecolor-blueviolet .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover,
.themecolor-blueviolet .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
.themecolor-blueviolet .woocommerce form table.shop_table tbody tr td.actions input:hover,
.themecolor-blueviolet .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-blueviolet .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-blueviolet .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover,
.themecolor-blueviolet .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover,
.themecolor-blueviolet form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.themecolor-blueviolet .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-blueviolet .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-blueviolet .tzPortfolio_Container #tz_append a,
.themecolor-blueviolet .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-blueviolet .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_Slider ul.flex-direction-nav li a,
.themecolor-blueviolet .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_autoplay,
.themecolor-blueviolet .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_pauses,
.themecolor-blueviolet.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
.themecolor-blueviolet.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-blueviolet.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-blueviolet.woocommerce-account .woocommerce form p input.button:hover,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.themecolor-blueviolet .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span,
.themecolor-blueviolet .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span,
.themecolor-blueviolet .plazart-dropcap-type2,
.themecolor-blueviolet .tzElement-title.tz-title-type-2 .tzTitle::after,
.themecolor-blueviolet .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3::after,
.themecolor-blueviolet .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon,
.themecolor-blueviolet .tz-plazart-list.tzList-icon_highlight li i,
.themecolor-blueviolet .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a::after,
.themecolor-blueviolet .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_Title::after,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type5 h5.tzFeature_title::after,
.themecolor-blueviolet .tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name::after,
.themecolor-blueviolet .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title::after,
.themecolor-blueviolet .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a::after,
.themecolor-blueviolet .tzOurProcess_Container .tzOurProcess_title::after,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail a,
.themecolor-blueviolet .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-blueviolet .tz_backtotop a,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type6 h5.tzFeature_title:after,
.themecolor-blueviolet .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-blueviolet .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-blueviolet .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-blueviolet .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzprevslider:hover,
.themecolor-blueviolet .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tznextslider:hover,
.themecolor-blueviolet .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:after,
.themecolor-blueviolet .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected:before,
.themecolor-blueviolet .tzElement_Quote_Container.tzQuote_type7 .tzElement_Quote .tzQuote_Item .tzQuote_Info:before,
.themecolor-blueviolet .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzViewslide_readmore::after,
.themecolor-blueviolet .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.themecolor-blueviolet .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.themecolor-blueviolet .tzElement-title.tz-title-type-9.tz-text-align-left .tzTitle:after,
.themecolor-blueviolet .tzElement_Portfolio .container .tz_readmore a:after,
.themecolor-blueviolet .tzElement-title.tz-title-type-8 .tzTitle:after,
.themecolor-blueviolet .interiart-our-process h3.interiart-name-process:after,
.themecolor-blueviolet .tzElement-title.tz-title-type-7 .tzTitle:after,
.themecolor-blueviolet .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .tzElement_Quote .tzQuote_Item::after,
.themecolor-blueviolet .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .owl-page.active span,
.themecolor-blueviolet .box_banner .tz_type2 .tz__border p span,
.themecolor-blueviolet .tzElement_Image_slide.slide-type-2 .image-slider .owl-dots .owl-dot.active,
.themecolor-blueviolet .tzElement-recent-post.tzRecent-post-type-2 .tz-recent-inner .tz-recent-readmore:hover:before,
.themecolor-blueviolet .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tz_column_title .tz_title:after,
.themecolor-blueviolet .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .owl-theme .owl-controls .owl-page span:hover,
.themecolor-blueviolet .woocommerce span.onsale,
.themecolor-blueviolet .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary form.cart .button,
.themecolor-blueviolet .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .xoo-qv-plink a
{
    background-color:#9b59b6;
}
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .line-left::before,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .line-left::after,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .line-right::before,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .line-right::after,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(155,15,96,0.2);
}

.themecolor-blueviolet .tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a::before{
    background-color:rgba(155,15,96,0.75);
}
.themecolor-blueviolet .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    background-color: rgba(232,89,182,0);
}
.themecolor-blueviolet .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li::after{
    background-color: rgba(232,89,182,0.1);
}
.themecolor-blueviolet .tzPortfolio_Single .tzPortfolio_related .tzPortfolio_relateBox .tzPortfolio_relateSlider .related-item .tzRelated_hover3,
.themecolor-blueviolet .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper .tz_map_overlay{
    background-color:rgba(232,89,182,0.9);
}
.themecolor-blueviolet .vc_custom_1451100297921 .overlay_parallax{
    background-color:rgba(232,89,182,0.95) !important;
}

.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded.vc_btn3-style-outline{
    background-color: transparent !important;
}
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-blueviolet .tzButton_left,
.themecolor-blueviolet .vc_custom_1451108127287,
.themecolor-blueviolet .tz_revslider_home13:hover
{
    background-color: #9b59b6 !important;
}
.themecolor-blueviolet .tzPricing_table.tzPricing_table_type1:hover .pricing-button{
    background-color: #222222;
}
.themecolor-blueviolet .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox{
    background-color: #ffffff;
}
.themecolor-blueviolet .tz-header .tz-headerBottom .tz-header-search span:hover,
.themecolor-blueviolet .tz-header .tz-headerBottom .tz-header-cart span:hover,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blueviolet .tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span,
.themecolor-blueviolet .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount,
.themecolor-blueviolet .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount,
.themecolor-blueviolet .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-blueviolet .tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item::after,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-blueviolet .tzPricing_table.tzPricing_table_type2:hover .pricing-header span,
.themecolor-blueviolet .tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title,
.themecolor-blueviolet .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore,
.themecolor-blueviolet .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char,
.themecolor-blueviolet .tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span,
.themecolor-blueviolet .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-blueviolet .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-blueviolet .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-blueviolet .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-blueviolet .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-blueviolet .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-blueviolet .tz-sidebar .widget ul.product_list_widget li .star-rating span::before,
.themecolor-blueviolet .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-blueviolet .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span::before,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount,
.themecolor-blueviolet .bypostauthor,
.themecolor-blueviolet .sticky,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover::after,
.themecolor-blueviolet .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-blueviolet .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-blueviolet .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-blueviolet .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span,
.themecolor-blueviolet .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-blueviolet .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-blueviolet .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-blueviolet.woocommerce-checkout .woocommerce .woocommerce-info::before,
.themecolor-blueviolet.woocommerce-checkout .woocommerce .woocommerce-info a,
.themecolor-blueviolet.woocommerce-account .woocommerce p.myaccount_user strong,
.themecolor-blueviolet .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-blueviolet .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-blueviolet .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-blueviolet .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i,
.themecolor-blueviolet .tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i,
.themecolor-blueviolet .plazart-dropcap-type1,
.themecolor-blueviolet .tz-plazart-list.tzList-icon_no_underlined li i,
.themecolor-blueviolet .tz-plazart-list.tzList-icon_underlined li i,
.themecolor-blueviolet #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-blueviolet #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-blueviolet #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type4 a.tzFeature_readmore,
.themecolor-blueviolet .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-blueviolet .tzElement_Counter.tz_Counter_type2 .tzElement_count em,
.themecolor-blueviolet .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span::before,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount,
.themecolor-blueviolet .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price,
.themecolor-blueviolet .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-blueviolet .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-blueviolet .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-blueviolet .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-blueviolet .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_subTitle,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-blueviolet .tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore,
.themecolor-blueviolet .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover1 .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-blueviolet .tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title,
.themecolor-blueviolet .tzCopyright span,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-blueviolet .tzElement-title .tzTitle em,
.themecolor-blueviolet .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle,
.themecolor-blueviolet .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioGrid_hover5 .tzPortfolioGrid_table .tzPortfolioGrid_table_cell h3 a,
.themecolor-blueviolet .tzElement_Counter.tz_Counter_type3 .tzElement_count em,
.themecolor-blueviolet .tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit,
.themecolor-blueviolet .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3,
.themecolor-blueviolet #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-blueviolet #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-blueviolet #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-blueviolet .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3 a,
.themecolor-blueviolet .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-blueviolet .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-blueviolet .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-blueviolet .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-blueviolet .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-blueviolet .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5,
.themecolor-blueviolet .tzButton-Config i,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type6 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-blueviolet .tzElement-recent-post .tz-recent-inner .tz-recent-readmore:hover,
.themecolor-blueviolet .tzElement_Video_Popup a.tz-open-popup-video i,
.themecolor-blueviolet .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_info h3 a,
.themecolor-blueviolet .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:hover,
.themecolor-blueviolet .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-blueviolet .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzView_slide_Content_title em,
.themecolor-blueviolet .woo-products-element .wpe__item .wpe__images .wpe__hover .xoo-qv-button:hover,
.themecolor-blueviolet .woo-products-element .wpe__item .wpe__images .wpe__hover a:hover i,
.themecolor-blueviolet .wpe__price .amount,
.themecolor-blueviolet .wpe__price ins span,
.themecolor-blueviolet .style-list ul li::after,
.themecolor-blueviolet .tzElement-recent-post .tz-recent-inner .tz-recent-title a:hover,
.themecolor-blueviolet .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a,
.themecolor-blueviolet .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-blueviolet .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.themecolor-blueviolet .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tzPortfolio_column_item .tzPortfolio_column_hover .tzPortfolio_column_table .tzPortfolio_column_table_cell h3 a,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 li.mega-menu-item a.mega-menu-link:hover,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-blueviolet .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-blueviolet .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .price span,
.themecolor-blueviolet .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .product_meta > span a,
.themecolor-blueviolet .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
.themecolor-blueviolet .wpe__rating .star-rating span
{
    color: #9b59b6;
}
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline,
.themecolor-blueviolet .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
.themecolor-blueviolet .tzButton_right,
.themecolor-blueviolet .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2,
.themecolor-blueviolet .tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget.WP_Editor_Widget p a,
.themecolor-blueviolet span.tzresponsive,
.themecolor-blueviolet .tz_revslider_home3,
.themecolor-blueviolet .tzElement_Counter .tzElement_count em
{
    color: #9b59b6 !important;
}
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus{
    color: #fff !important;
}
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount{
    color: #b5b5b5;
}
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-blueviolet .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox::after,
.themecolor-blueviolet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft::after,
.themecolor-blueviolet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight::after,
.themecolor-blueviolet .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-blueviolet .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page span::after,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-blueviolet .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-blueviolet .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-blueviolet .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-blueviolet .tzPricing_table.tzPricing_table_type2:hover,
.themecolor-blueviolet .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-blueviolet .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-blueviolet .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-blueviolet .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-blueviolet .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle,
.themecolor-blueviolet .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active::after,
.themecolor-blueviolet .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-blueviolet .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-blueviolet.woocommerce-checkout .woocommerce .woocommerce-info,
.themecolor-blueviolet .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image,
.themecolor-blueviolet .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .owl-controls .owl-pagination .owl-page span::after,
.themecolor-blueviolet .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote,
.themecolor-blueviolet .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after,
.themecolor-blueviolet .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-blueviolet .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-blueviolet .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-blueviolet .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-blueviolet .tzElement_Video_Popup a.tz-open-popup-video:hover,
.themecolor-blueviolet .woocommerce div.product .xoo-qv-images div.images img
{
    border-color: #9b59b6;
}
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs{
    border-color: rgba(232,89,182,0.2);
}
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    border-left-color:rgba(232,89,182,0.2);
    border-right-color:rgba(232,89,182,0.2);
}
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover,
.themecolor-blueviolet .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide{
    border-color: rgba(232,89,182,0.5);
}
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-blueviolet .tzButton_left,
.themecolor-blueviolet .tzButton_right,
.themecolor-blueviolet .tz_revslider_home13:hover
{
    border-color: #9b59b6 !important;
}
.themecolor-blueviolet .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span::after {
    border-top: 5px solid #9b59b6;
}
.themecolor-blueviolet .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span::after {
    border-top: 5px solid #9b59b6;
}
/*---*/
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-blueviolet .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-blueviolet .wpcf7-form input.wpcf7-submit{
    background: #9b59b6;
}
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(232,89,182,0.2);
}
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info{
    background-color:rgba(232,89,182,0.1);
}
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-blueviolet .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after{
    border-top-color: #9b59b6;
}
.themecolor-blueviolet .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-blueviolet .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-blueviolet .tzPortfolio_Single h3.tzPortfolio_Single_title,
.themecolor-blueviolet .tzPortfolio_Single .tzPortfolio_Single_tks{
    color: #9b59b6;
}
.themecolor-blueviolet .tzPortfolio_Single_Close i:hover{
    color: #9b59b6 !important;
}
/*---*/
.themecolor-blueviolet .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-one-page a,
.themecolor-blueviolet .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position,
.themecolor-blueviolet .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name,
.themecolor-blueviolet .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5{
    color: #9b59b6;
}
.themecolor-blueviolet .tzElement_Member:hover .tzMember_Wrap .tzMember_Info,
.themecolor-blueviolet .tzElement_Member:hover .tzMember_Wrap .tzMember_image{
    border-color: #9b59b6;
}
.themecolor-blueviolet .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info::after{
    background: #9b59b6;
}
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square{
    background-color: #9b59b6 !important;
    border-color: #9b59b6 !important;
}
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square:hover{
    background: transparent none repeat scroll 0 0 !important;
    color: #9b59b6 !important;
}
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{
    background: transparent none repeat scroll 0 0 !important;
}
.themecolor-blueviolet .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{
    background: #9b59b6 !important;
    color: #FFFFFF !important;
}
/*---*/
.themecolor-blueviolet .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover{
    color: #9b59b6;
}

/* firebrick */

.themecolor-firebrick .tz-header.tz-header-type-1 .tz-headerTop,
.themecolor-firebrick .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover,
.themecolor-firebrick .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
.themecolor-firebrick .tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width,
.themecolor-firebrick .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width,
.themecolor-firebrick .tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width,
.themecolor-firebrick .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-firebrick .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-firebrick .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon,
.themecolor-firebrick .tzElement_Video .tzElement_autoplay,
.themecolor-firebrick .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft,
.themecolor-firebrick .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight,
.themecolor-firebrick .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-firebrick .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page.active span,
.themecolor-firebrick .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-firebrick .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-firebrick .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text,
.themecolor-firebrick .tzPricing_table.tzPricing_table_type1 .pricing-button,
.themecolor-firebrick .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form::after,
.themecolor-firebrick .tzFooter .tzFooterBottom .tzFooterSocial ul li a::after,
.themecolor-firebrick .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-firebrick .tzElement_Quote.tzQuote_type2 .tzQuote_Item .tzQuote_Info::after,
.themecolor-firebrick .tzPricing_table.tzPricing_table_type2:hover .pricing-button a,
.themecolor-firebrick .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay,
.themecolor-firebrick .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses,
.themecolor-firebrick .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-firebrick .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText,
.themecolor-firebrick .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText,
.themecolor-firebrick .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay,
.themecolor-firebrick .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses,
.themecolor-firebrick .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore,
.themecolor-firebrick .tz-sidebar .widget.widget_search form input.searchsubmit,
.themecolor-firebrick .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-firebrick .tzBlogDefault .wp-pagenavi span.current,
.themecolor-firebrick .tzBlogDefault .wp-pagenavi a:hover,
.themecolor-firebrick .tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today,
.themecolor-firebrick .tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-firebrick .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText,
.themecolor-firebrick .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-firebrick .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-firebrick .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-firebrick .tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"],
.themecolor-firebrick .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range,
.themecolor-firebrick .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover,
.themecolor-firebrick .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
.themecolor-firebrick .woocommerce form table.shop_table tbody tr td.actions input:hover,
.themecolor-firebrick .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-firebrick .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-firebrick .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover,
.themecolor-firebrick .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover,
.themecolor-firebrick form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.themecolor-firebrick .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-firebrick .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-firebrick .tzPortfolio_Container #tz_append a,
.themecolor-firebrick .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-firebrick .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_Slider ul.flex-direction-nav li a,
.themecolor-firebrick .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_autoplay,
.themecolor-firebrick .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_pauses,
.themecolor-firebrick.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
.themecolor-firebrick.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-firebrick.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-firebrick.woocommerce-account .woocommerce form p input.button:hover,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.themecolor-firebrick .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span,
.themecolor-firebrick .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span,
.themecolor-firebrick .plazart-dropcap-type2,
.themecolor-firebrick .tzElement-title.tz-title-type-2 .tzTitle::after,
.themecolor-firebrick .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3::after,
.themecolor-firebrick .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon,
.themecolor-firebrick .tz-plazart-list.tzList-icon_highlight li i,
.themecolor-firebrick .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a::after,
.themecolor-firebrick .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_Title::after,
.themecolor-firebrick .tzElement_Feature.tzFeature_type5 h5.tzFeature_title::after,
.themecolor-firebrick .tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name::after,
.themecolor-firebrick .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title::after,
.themecolor-firebrick .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a::after,
.themecolor-firebrick .tzOurProcess_Container .tzOurProcess_title::after,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail a,
.themecolor-firebrick .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-firebrick .tz_backtotop a,
.themecolor-firebrick .tzElement_Feature.tzFeature_type6 h5.tzFeature_title:after,
.themecolor-firebrick .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-firebrick .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-firebrick .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-firebrick .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzprevslider:hover,
.themecolor-firebrick .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tznextslider:hover,
.themecolor-firebrick .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:after,
.themecolor-firebrick .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected:before,
.themecolor-firebrick .tzElement_Quote_Container.tzQuote_type7 .tzElement_Quote .tzQuote_Item .tzQuote_Info:before,
.themecolor-firebrick .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzViewslide_readmore::after,
.themecolor-firebrick .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.themecolor-firebrick .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.themecolor-firebrick .tzElement-title.tz-title-type-9.tz-text-align-left .tzTitle:after,
.themecolor-firebrick .tzElement_Portfolio .container .tz_readmore a:after,
.themecolor-firebrick .tzElement-title.tz-title-type-8 .tzTitle:after,
.themecolor-firebrick .interiart-our-process h3.interiart-name-process:after,
.themecolor-firebrick .tzElement-title.tz-title-type-7 .tzTitle:after,
.themecolor-firebrick .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .tzElement_Quote .tzQuote_Item::after,
.themecolor-firebrick .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .owl-page.active span,
.themecolor-firebrick .box_banner .tz_type2 .tz__border p span,
.themecolor-firebrick .tzElement_Image_slide.slide-type-2 .image-slider .owl-dots .owl-dot.active,
.themecolor-firebrick .tzElement-recent-post.tzRecent-post-type-2 .tz-recent-inner .tz-recent-readmore:hover:before,
.themecolor-firebrick .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tz_column_title .tz_title:after,
.themecolor-firebrick .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .owl-theme .owl-controls .owl-page span:hover,
.themecolor-firebrick .woocommerce span.onsale,
.themecolor-firebrick .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary form.cart .button,
.themecolor-firebrick .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .xoo-qv-plink a
{
    background-color:#c0392b;
}
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .line-left::before,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .line-left::after,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .line-right::before,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .line-right::after,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(192,57,43,0.2);
}

.themecolor-firebrick .tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a::before{
    background-color:rgba(192,57,43,0.75);
}
.themecolor-firebrick .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    background-color: rgba(192,57,43,0);
}
.themecolor-firebrick .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li::after{
    background-color: rgba(192,57,43,0.1);
}
.themecolor-firebrick .tzPortfolio_Single .tzPortfolio_related .tzPortfolio_relateBox .tzPortfolio_relateSlider .related-item .tzRelated_hover3,
.themecolor-firebrick .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper .tz_map_overlay{
    background-color:rgba(192,57,43,0.9);
}
.themecolor-firebrick .vc_custom_1451100297921 .overlay_parallax{
    background-color:rgba(192,57,43,0.95) !important;
}

.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded.vc_btn3-style-outline{
    background-color: transparent !important;
}
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-firebrick .tzButton_left,
.themecolor-firebrick .vc_custom_1451108127287,
.themecolor-firebrick .tz_revslider_home13:hover
{
    background-color: #c0392b !important;
}
.themecolor-firebrick .tzPricing_table.tzPricing_table_type1:hover .pricing-button{
    background-color: #222222;
}
.themecolor-firebrick .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox,
.themecolor-firebrick .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox{
    background-color: #ffffff;
}
.themecolor-firebrick .tz-header .tz-headerBottom .tz-header-search span:hover,
.themecolor-firebrick .tz-header .tz-headerBottom .tz-header-cart span:hover,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-firebrick .tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span,
.themecolor-firebrick .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount,
.themecolor-firebrick .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount,
.themecolor-firebrick .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-firebrick .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-firebrick .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-firebrick .tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item::after,
.themecolor-firebrick .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-firebrick .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-firebrick .tzPricing_table.tzPricing_table_type2:hover .pricing-header span,
.themecolor-firebrick .tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title,
.themecolor-firebrick .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore,
.themecolor-firebrick .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char,
.themecolor-firebrick .tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span,
.themecolor-firebrick .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-firebrick .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-firebrick .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-firebrick .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-firebrick .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-firebrick .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-firebrick .tz-sidebar .widget ul.product_list_widget li .star-rating span::before,
.themecolor-firebrick .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-firebrick .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span::before,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount,
.themecolor-firebrick .bypostauthor,
.themecolor-firebrick .sticky,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover::after,
.themecolor-firebrick .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-firebrick .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-firebrick .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-firebrick .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span,
.themecolor-firebrick .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-firebrick .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-firebrick .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-firebrick.woocommerce-checkout .woocommerce .woocommerce-info::before,
.themecolor-firebrick.woocommerce-checkout .woocommerce .woocommerce-info a,
.themecolor-firebrick.woocommerce-account .woocommerce p.myaccount_user strong,
.themecolor-firebrick .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-firebrick .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-firebrick .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-firebrick .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i,
.themecolor-firebrick .tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i,
.themecolor-firebrick .plazart-dropcap-type1,
.themecolor-firebrick .tz-plazart-list.tzList-icon_no_underlined li i,
.themecolor-firebrick .tz-plazart-list.tzList-icon_underlined li i,
.themecolor-firebrick #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-firebrick #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-firebrick #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-firebrick .tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-firebrick .tzElement_Feature.tzFeature_type4 a.tzFeature_readmore,
.themecolor-firebrick .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-firebrick .tzElement_Counter.tz_Counter_type2 .tzElement_count em,
.themecolor-firebrick .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span::before,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount,
.themecolor-firebrick .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price,
.themecolor-firebrick .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-firebrick .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-firebrick .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-firebrick .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-firebrick .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_subTitle,
.themecolor-firebrick .tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-firebrick .tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore,
.themecolor-firebrick .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover1 .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-firebrick .tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title,
.themecolor-firebrick .tzCopyright span,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-firebrick .tzElement-title .tzTitle em,
.themecolor-firebrick .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle,
.themecolor-firebrick .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioGrid_hover5 .tzPortfolioGrid_table .tzPortfolioGrid_table_cell h3 a,
.themecolor-firebrick .tzElement_Counter.tz_Counter_type3 .tzElement_count em,
.themecolor-firebrick .tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit,
.themecolor-firebrick .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3,
.themecolor-firebrick #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-firebrick #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-firebrick #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-firebrick .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3 a,
.themecolor-firebrick .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-firebrick .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-firebrick .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-firebrick .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-firebrick .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-firebrick .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5,
.themecolor-firebrick .tzButton-Config i,
.themecolor-firebrick .tzElement_Feature.tzFeature_type6 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-firebrick .tzElement-recent-post .tz-recent-inner .tz-recent-readmore:hover,
.themecolor-firebrick .tzElement_Video_Popup a.tz-open-popup-video i,
.themecolor-firebrick .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_info h3 a,
.themecolor-firebrick .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:hover,
.themecolor-firebrick .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-firebrick .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzView_slide_Content_title em,
.themecolor-firebrick .woo-products-element .wpe__item .wpe__images .wpe__hover .xoo-qv-button:hover,
.themecolor-firebrick .woo-products-element .wpe__item .wpe__images .wpe__hover a:hover i,
.themecolor-firebrick .wpe__price .amount,
.themecolor-firebrick .wpe__price ins span,
.themecolor-firebrick .style-list ul li::after,
.themecolor-firebrick .tzElement-recent-post .tz-recent-inner .tz-recent-title a:hover,
.themecolor-firebrick .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a,
.themecolor-firebrick .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-firebrick .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.themecolor-firebrick .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tzPortfolio_column_item .tzPortfolio_column_hover .tzPortfolio_column_table .tzPortfolio_column_table_cell h3 a,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 li.mega-menu-item a.mega-menu-link:hover,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-firebrick .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-firebrick .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .price span,
.themecolor-firebrick .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .product_meta > span a,
.themecolor-firebrick .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
.themecolor-firebrick .wpe__rating .star-rating span
{
    color: #c0392b;
}
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline,
.themecolor-firebrick .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
.themecolor-firebrick .tzButton_right,
.themecolor-firebrick .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2,
.themecolor-firebrick .tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget.WP_Editor_Widget p a,
.themecolor-firebrick span.tzresponsive,
.themecolor-firebrick .tz_revslider_home3,
.themecolor-firebrick .tzElement_Counter .tzElement_count em
{
    color: #c0392b !important;
}
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus{
    color: #fff !important;
}
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount{
    color: #b5b5b5;
}
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-firebrick .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle,
.themecolor-firebrick .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox::after,
.themecolor-firebrick .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft::after,
.themecolor-firebrick .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight::after,
.themecolor-firebrick .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-firebrick .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page span::after,
.themecolor-firebrick .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-firebrick .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-firebrick .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-firebrick .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-firebrick .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-firebrick .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-firebrick .tzPricing_table.tzPricing_table_type2:hover,
.themecolor-firebrick .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-firebrick .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-firebrick .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-firebrick .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-firebrick .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle,
.themecolor-firebrick .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active::after,
.themecolor-firebrick .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-firebrick .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-firebrick.woocommerce-checkout .woocommerce .woocommerce-info,
.themecolor-firebrick .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image,
.themecolor-firebrick .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .owl-controls .owl-pagination .owl-page span::after,
.themecolor-firebrick .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote,
.themecolor-firebrick .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after,
.themecolor-firebrick .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-firebrick .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-firebrick .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-firebrick .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-firebrick .tzElement_Video_Popup a.tz-open-popup-video:hover,
.themecolor-firebrick .woocommerce div.product .xoo-qv-images div.images img
{
    border-color: #c0392b;
}
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs{
    border-color: rgba(192,57,43,0.2);
}
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    border-left-color:rgba(192,57,43,0.2);
    border-right-color:rgba(192,57,43,0.2);
}
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover,
.themecolor-firebrick .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide{
    border-color: rgba(192,57,43,0.5);
}
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-firebrick .tzButton_left,
.themecolor-firebrick .tzButton_right,
.themecolor-firebrick .tz_revslider_home13:hover
{
    border-color: #c0392b !important;
}
.themecolor-firebrick .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span::after {
    border-top: 5px solid #c0392b;
}
.themecolor-firebrick .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span::after {
    border-top: 5px solid #c0392b;
}
/*---*/
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-firebrick .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-firebrick .wpcf7-form input.wpcf7-submit{
    background: #c0392b;
}
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(192,57,43,0.2);
}
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info{
    background-color:rgba(192,57,43,0.1);
}
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-firebrick .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after{
    border-top-color: #c0392b;
}
.themecolor-firebrick .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-firebrick .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-firebrick .tzPortfolio_Single h3.tzPortfolio_Single_title,
.themecolor-firebrick .tzPortfolio_Single .tzPortfolio_Single_tks{
    color: #c0392b;
}
.themecolor-firebrick .tzPortfolio_Single_Close i:hover{
    color: #c0392b !important;
}

/*---*/
.themecolor-firebrick .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-one-page a,
.themecolor-firebrick .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position,
.themecolor-firebrick .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name,
.themecolor-firebrick .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5{
    color: #c0392b;
}
.themecolor-firebrick .tzElement_Member:hover .tzMember_Wrap .tzMember_Info,
.themecolor-firebrick .tzElement_Member:hover .tzMember_Wrap .tzMember_image{
    border-color: #c0392b;
}
.themecolor-firebrick .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info::after{
    background: #c0392b;
}
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square{
    background-color: #c0392b !important;
    border-color: #c0392b !important;
}
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square:hover{
    background: transparent none repeat scroll 0 0 !important;
    color: #c0392b !important;
}
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{
    background: transparent none repeat scroll 0 0 !important;
}
.themecolor-firebrick .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{
    background: #c0392b !important;
    color: #FFFFFF !important;
}

/*---*/
.themecolor-firebrick .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover{
    color: #c0392b;
}

/* sky blue */

.themecolor-skyblue .tz-header.tz-header-type-1 .tz-headerTop,
.themecolor-skyblue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover,
.themecolor-skyblue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
.themecolor-skyblue .tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width,
.themecolor-skyblue .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width,
.themecolor-skyblue .tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width,
.themecolor-skyblue .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-skyblue .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-skyblue .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon,
.themecolor-skyblue .tzElement_Video .tzElement_autoplay,
.themecolor-skyblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft,
.themecolor-skyblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight,
.themecolor-skyblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-skyblue .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page.active span,
.themecolor-skyblue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-skyblue .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-skyblue .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text,
.themecolor-skyblue .tzPricing_table.tzPricing_table_type1 .pricing-button,
.themecolor-skyblue .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form::after,
.themecolor-skyblue .tzFooter .tzFooterBottom .tzFooterSocial ul li a::after,
.themecolor-skyblue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-skyblue .tzElement_Quote.tzQuote_type2 .tzQuote_Item .tzQuote_Info::after,
.themecolor-skyblue .tzPricing_table.tzPricing_table_type2:hover .pricing-button a,
.themecolor-skyblue .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay,
.themecolor-skyblue .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses,
.themecolor-skyblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-skyblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText,
.themecolor-skyblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText,
.themecolor-skyblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay,
.themecolor-skyblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses,
.themecolor-skyblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore,
.themecolor-skyblue .tz-sidebar .widget.widget_search form input.searchsubmit,
.themecolor-skyblue .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-skyblue .tzBlogDefault .wp-pagenavi span.current,
.themecolor-skyblue .tzBlogDefault .wp-pagenavi a:hover,
.themecolor-skyblue .tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today,
.themecolor-skyblue .tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-skyblue .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText,
.themecolor-skyblue .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-skyblue .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-skyblue .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-skyblue .tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"],
.themecolor-skyblue .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range,
.themecolor-skyblue .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover,
.themecolor-skyblue .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
.themecolor-skyblue .woocommerce form table.shop_table tbody tr td.actions input:hover,
.themecolor-skyblue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-skyblue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-skyblue .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover,
.themecolor-skyblue .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover,
.themecolor-skyblue form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.themecolor-skyblue .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-skyblue .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-skyblue .tzPortfolio_Container #tz_append a,
.themecolor-skyblue .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-skyblue .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_Slider ul.flex-direction-nav li a,
.themecolor-skyblue .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_autoplay,
.themecolor-skyblue .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_pauses,
.themecolor-skyblue.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
.themecolor-skyblue.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-skyblue.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-skyblue.woocommerce-account .woocommerce form p input.button:hover,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.themecolor-skyblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span,
.themecolor-skyblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span,
.themecolor-skyblue .plazart-dropcap-type2,
.themecolor-skyblue .tzElement-title.tz-title-type-2 .tzTitle::after,
.themecolor-skyblue .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3::after,
.themecolor-skyblue .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon,
.themecolor-skyblue .tz-plazart-list.tzList-icon_highlight li i,
.themecolor-skyblue .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a::after,
.themecolor-skyblue .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_Title::after,
.themecolor-skyblue .tzElement_Feature.tzFeature_type5 h5.tzFeature_title::after,
.themecolor-skyblue .tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name::after,
.themecolor-skyblue .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title::after,
.themecolor-skyblue .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a::after,
.themecolor-skyblue .tzOurProcess_Container .tzOurProcess_title::after,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail a,
.themecolor-skyblue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-skyblue .tz_backtotop a,
.themecolor-skyblue .tzElement_Feature.tzFeature_type6 h5.tzFeature_title:after,
.themecolor-skyblue .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-skyblue .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-skyblue .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-skyblue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzprevslider:hover,
.themecolor-skyblue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tznextslider:hover,
.themecolor-skyblue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:after,
.themecolor-skyblue .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected:before,
.themecolor-skyblue .tzElement_Quote_Container.tzQuote_type7 .tzElement_Quote .tzQuote_Item .tzQuote_Info:before,
.themecolor-skyblue .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzViewslide_readmore::after,
.themecolor-skyblue .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.themecolor-skyblue .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.themecolor-skyblue .tzElement-title.tz-title-type-9.tz-text-align-left .tzTitle:after,
.themecolor-skyblue .tzElement_Portfolio .container .tz_readmore a:after,
.themecolor-skyblue .tzElement-title.tz-title-type-8 .tzTitle:after,
.themecolor-skyblue .interiart-our-process h3.interiart-name-process:after,
.themecolor-skyblue .tzElement-title.tz-title-type-7 .tzTitle:after,
.themecolor-skyblue .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .tzElement_Quote .tzQuote_Item::after,
.themecolor-skyblue .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .owl-page.active span,
.themecolor-skyblue .box_banner .tz_type2 .tz__border p span,
.themecolor-skyblue .tzElement_Image_slide.slide-type-2 .image-slider .owl-dots .owl-dot.active,
.themecolor-skyblue .tzElement-recent-post.tzRecent-post-type-2 .tz-recent-inner .tz-recent-readmore:hover:before,
.themecolor-skyblue .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tz_column_title .tz_title:after,
.themecolor-skyblue .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .owl-theme .owl-controls .owl-page span:hover,
.themecolor-skyblue .woocommerce span.onsale,
.themecolor-skyblue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary form.cart .button,
.themecolor-skyblue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .xoo-qv-plink a
{
    background-color:#4cddf3;
}
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .line-left::before,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .line-left::after,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .line-right::before,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .line-right::after,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(76,221,243,0.2);
}

.themecolor-skyblue .tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a::before{
    background-color:rgba(76,221,243,0.75);
}
.themecolor-skyblue .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    background-color: rgba(76,221,243,0);
}
.themecolor-skyblue .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li::after{
    background-color: rgba(76,221,243,0.1);
}
.themecolor-skyblue .tzPortfolio_Single .tzPortfolio_related .tzPortfolio_relateBox .tzPortfolio_relateSlider .related-item .tzRelated_hover3,
.themecolor-skyblue .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper .tz_map_overlay{
    background-color:rgba(76,221,243,0.9);
}
.themecolor-skyblue .vc_custom_1451100297921 .overlay_parallax{
    background-color:rgba(76,221,243,0.95) !important;
}

.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded.vc_btn3-style-outline{
    background-color: transparent !important;
}
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-skyblue .tzButton_left,
.themecolor-skyblue .vc_custom_1451108127287,
.themecolor-skyblue .tz_revslider_home13:hover
{
    background-color: #4cddf3 !important;
}
.themecolor-skyblue .tzPricing_table.tzPricing_table_type1:hover .pricing-button{
    background-color: #222222;
}
.themecolor-skyblue .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox,
.themecolor-skyblue .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox{
    background-color: #ffffff;
}
.themecolor-skyblue .tz-header .tz-headerBottom .tz-header-search span:hover,
.themecolor-skyblue .tz-header .tz-headerBottom .tz-header-cart span:hover,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-skyblue .tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span,
.themecolor-skyblue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount,
.themecolor-skyblue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount,
.themecolor-skyblue .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-skyblue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-skyblue .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-skyblue .tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item::after,
.themecolor-skyblue .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-skyblue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-skyblue .tzPricing_table.tzPricing_table_type2:hover .pricing-header span,
.themecolor-skyblue .tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title,
.themecolor-skyblue .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore,
.themecolor-skyblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char,
.themecolor-skyblue .tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span,
.themecolor-skyblue .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-skyblue .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-skyblue .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-skyblue .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-skyblue .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-skyblue .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-skyblue .tz-sidebar .widget ul.product_list_widget li .star-rating span::before,
.themecolor-skyblue .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-skyblue .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span::before,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount,
.themecolor-skyblue .bypostauthor,
.themecolor-skyblue .sticky,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover::after,
.themecolor-skyblue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-skyblue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-skyblue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-skyblue .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span,
.themecolor-skyblue .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-skyblue .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-skyblue .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-skyblue.woocommerce-checkout .woocommerce .woocommerce-info::before,
.themecolor-skyblue.woocommerce-checkout .woocommerce .woocommerce-info a,
.themecolor-skyblue.woocommerce-account .woocommerce p.myaccount_user strong,
.themecolor-skyblue .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-skyblue .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-skyblue .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-skyblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i,
.themecolor-skyblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i,
.themecolor-skyblue .plazart-dropcap-type1,
.themecolor-skyblue .tz-plazart-list.tzList-icon_no_underlined li i,
.themecolor-skyblue .tz-plazart-list.tzList-icon_underlined li i,
.themecolor-skyblue #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-skyblue #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-skyblue #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-skyblue .tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-skyblue .tzElement_Feature.tzFeature_type4 a.tzFeature_readmore,
.themecolor-skyblue .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-skyblue .tzElement_Counter.tz_Counter_type2 .tzElement_count em,
.themecolor-skyblue .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span::before,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount,
.themecolor-skyblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price,
.themecolor-skyblue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-skyblue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-skyblue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-skyblue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-skyblue .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_subTitle,
.themecolor-skyblue .tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-skyblue .tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore,
.themecolor-skyblue .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover1 .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-skyblue .tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title,
.themecolor-skyblue .tzCopyright span,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-skyblue .tzElement-title .tzTitle em,
.themecolor-skyblue .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle,
.themecolor-skyblue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioGrid_hover5 .tzPortfolioGrid_table .tzPortfolioGrid_table_cell h3 a,
.themecolor-skyblue .tzElement_Counter.tz_Counter_type3 .tzElement_count em,
.themecolor-skyblue .tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit,
.themecolor-skyblue .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3,
.themecolor-skyblue #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-skyblue #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-skyblue #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-skyblue .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3 a,
.themecolor-skyblue .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-skyblue .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-skyblue .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-skyblue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-skyblue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-skyblue .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5,
.themecolor-skyblue .tzButton-Config i,
.themecolor-skyblue .tzElement_Feature.tzFeature_type6 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-skyblue .tzElement-recent-post .tz-recent-inner .tz-recent-readmore:hover,
.themecolor-skyblue .tzElement_Video_Popup a.tz-open-popup-video i,
.themecolor-skyblue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_info h3 a,
.themecolor-skyblue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:hover,
.themecolor-skyblue .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-skyblue .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzView_slide_Content_title em,
.themecolor-skyblue .woo-products-element .wpe__item .wpe__images .wpe__hover .xoo-qv-button:hover,
.themecolor-skyblue .woo-products-element .wpe__item .wpe__images .wpe__hover a:hover i,
.themecolor-skyblue .wpe__price .amount,
.themecolor-skyblue .wpe__price ins span,
.themecolor-skyblue .style-list ul li::after,
.themecolor-skyblue .tzElement-recent-post .tz-recent-inner .tz-recent-title a:hover,
.themecolor-skyblue .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a,
.themecolor-skyblue .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-skyblue .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.themecolor-skyblue .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tzPortfolio_column_item .tzPortfolio_column_hover .tzPortfolio_column_table .tzPortfolio_column_table_cell h3 a,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 li.mega-menu-item a.mega-menu-link:hover,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-skyblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-skyblue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .price span,
.themecolor-skyblue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .product_meta > span a,
.themecolor-skyblue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
.themecolor-skyblue .wpe__rating .star-rating span
{
    color: #4cddf3;
}
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline,
.themecolor-skyblue .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
.themecolor-skyblue .tzButton_right,
.themecolor-skyblue .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2,
.themecolor-skyblue .tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget.WP_Editor_Widget p a,
.themecolor-skyblue span.tzresponsive,
.themecolor-skyblue .tz_revslider_home3,
.themecolor-skyblue .tzElement_Counter .tzElement_count em
{
    color: #4cddf3 !important;
}
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus{
    color: #fff !important;
}
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount{
    color: #b5b5b5;
}
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-skyblue .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle,
.themecolor-skyblue .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox::after,
.themecolor-skyblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft::after,
.themecolor-skyblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight::after,
.themecolor-skyblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-skyblue .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page span::after,
.themecolor-skyblue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-skyblue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-skyblue .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-skyblue .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-skyblue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-skyblue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-skyblue .tzPricing_table.tzPricing_table_type2:hover,
.themecolor-skyblue .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-skyblue .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-skyblue .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-skyblue .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-skyblue .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle,
.themecolor-skyblue .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active::after,
.themecolor-skyblue .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-skyblue .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-skyblue.woocommerce-checkout .woocommerce .woocommerce-info,
.themecolor-skyblue .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image,
.themecolor-skyblue .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .owl-controls .owl-pagination .owl-page span::after,
.themecolor-skyblue .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote,
.themecolor-skyblue .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-skyblue .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-skyblue .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-skyblue .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-skyblue .tzElement_Video_Popup a.tz-open-popup-video:hover,
.themecolor-skyblue .woocommerce div.product .xoo-qv-images div.images img
{
    border-color: #4cddf3;
}
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs{
    border-color: rgba(76,221,243,0.2);
}
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    border-left-color:rgba(76,221,243,0.2);
    border-right-color:rgba(76,221,243,0.2);
}
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover,
.themecolor-skyblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide{
    border-color: rgba(76,221,243,0.5);
}
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-skyblue .tzButton_left,
.themecolor-skyblue .tzButton_right,
.themecolor-skyblue .tz_revslider_home13:hover
{
    border-color: #4cddf3 !important;
}
.themecolor-skyblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span::after,
.themecolor-skyblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after
{
    border-top: 5px solid #4cddf3;
}
.themecolor-skyblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span::after {
    border-top: 5px solid #4cddf3;
}
/*---*/
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-skyblue .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-skyblue .wpcf7-form input.wpcf7-submit{
    background: #4cddf3;
}
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(76,221,243,0.2);
}
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info{
    background-color:rgba(76,221,243,0.1);
}
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-skyblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after{
    border-top-color: #4cddf3;
}
.themecolor-skyblue .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-skyblue .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-skyblue .tzPortfolio_Single h3.tzPortfolio_Single_title,
.themecolor-skyblue .tzPortfolio_Single .tzPortfolio_Single_tks{
    color: #4cddf3;
}
.themecolor-skyblue .tzPortfolio_Single_Close i:hover{
    color: #4cddf3 !important;
}

/*---*/
.themecolor-skyblue .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-one-page a,
.themecolor-skyblue .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position,
.themecolor-skyblue .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name,
.themecolor-skyblue .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5{
    color: #4cddf3;
}
.themecolor-skyblue .tzElement_Member:hover .tzMember_Wrap .tzMember_Info,
.themecolor-skyblue .tzElement_Member:hover .tzMember_Wrap .tzMember_image{
    border-color: #4cddf3;
}
.themecolor-skyblue .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info::after{
    background: #4cddf3;
}
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square{
    background-color: #4cddf3 !important;
    border-color: #4cddf3 !important;
}
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square:hover{
    background: transparent none repeat scroll 0 0 !important;
    color: #4cddf3 !important;
}
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{
    background: transparent none repeat scroll 0 0 !important;
}
.themecolor-skyblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{
    background: #4cddf3 !important;
    color: #FFFFFF !important;
}
/*---*/
.themecolor-skyblue .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover{
    color: #4cddf3;
}

/* red */

.themecolor-red .tz-header.tz-header-type-1 .tz-headerTop,
.themecolor-red .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover,
.themecolor-red .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
.themecolor-red .tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width,
.themecolor-red .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width,
.themecolor-red .tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width,
.themecolor-red .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-red .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-red .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon,
.themecolor-red .tzElement_Video .tzElement_autoplay,
.themecolor-red .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft,
.themecolor-red .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight,
.themecolor-red .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-red .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page.active span,
.themecolor-red .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-red .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-red .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text,
.themecolor-red .tzPricing_table.tzPricing_table_type1 .pricing-button,
.themecolor-red .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form::after,
.themecolor-red .tzFooter .tzFooterBottom .tzFooterSocial ul li a::after,
.themecolor-red .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-red .tzElement_Quote.tzQuote_type2 .tzQuote_Item .tzQuote_Info::after,
.themecolor-red .tzPricing_table.tzPricing_table_type2:hover .pricing-button a,
.themecolor-red .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay,
.themecolor-red .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses,
.themecolor-red .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-red .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText,
.themecolor-red .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText,
.themecolor-red .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay,
.themecolor-red .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses,
.themecolor-red .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore,
.themecolor-red .tz-sidebar .widget.widget_search form input.searchsubmit,
.themecolor-red .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-red .tzBlogDefault .wp-pagenavi span.current,
.themecolor-red .tzBlogDefault .wp-pagenavi a:hover,
.themecolor-red .tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today,
.themecolor-red .tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-red .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText,
.themecolor-red .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-red .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-red .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-red .tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"],
.themecolor-red .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range,
.themecolor-red .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover,
.themecolor-red .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
.themecolor-red .woocommerce form table.shop_table tbody tr td.actions input:hover,
.themecolor-red .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-red .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-red .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover,
.themecolor-red .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover,
.themecolor-red form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.themecolor-red .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-red .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-red .tzPortfolio_Container #tz_append a,
.themecolor-red .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-red .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_Slider ul.flex-direction-nav li a,
.themecolor-red .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_autoplay,
.themecolor-red .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_pauses,
.themecolor-red.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
.themecolor-red.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-red.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-red.woocommerce-account .woocommerce form p input.button:hover,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.themecolor-red .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span,
.themecolor-red .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span,
.themecolor-red .plazart-dropcap-type2,
.themecolor-red .tzElement-title.tz-title-type-2 .tzTitle::after,
.themecolor-red .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3::after,
.themecolor-red .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon,
.themecolor-red .tz-plazart-list.tzList-icon_highlight li i,
.themecolor-red .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a::after,
.themecolor-red .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_Title::after,
.themecolor-red .tzElement_Feature.tzFeature_type5 h5.tzFeature_title::after,
.themecolor-red .tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name::after,
.themecolor-red .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title::after,
.themecolor-red .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a::after,
.themecolor-red .tzOurProcess_Container .tzOurProcess_title::after,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail a,
.themecolor-red .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-red .tz_backtotop a,
.themecolor-red .tzElement_Feature.tzFeature_type6 h5.tzFeature_title:after,
.themecolor-red .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-red .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-red .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-red .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzprevslider:hover,
.themecolor-red .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tznextslider:hover,
.themecolor-red .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:after,
.themecolor-red .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected:before,
.themecolor-red .tzElement_Quote_Container.tzQuote_type7 .tzElement_Quote .tzQuote_Item .tzQuote_Info:before,
.themecolor-red .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzViewslide_readmore::after,
.themecolor-red .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.themecolor-red .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.themecolor-red .tzElement-title.tz-title-type-9.tz-text-align-left .tzTitle:after,
.themecolor-red .tzElement_Portfolio .container .tz_readmore a:after,
.themecolor-red .tzElement-title.tz-title-type-8 .tzTitle:after,
.themecolor-red .interiart-our-process h3.interiart-name-process:after,
.themecolor-red .tzElement-title.tz-title-type-7 .tzTitle:after,
.themecolor-red .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .tzElement_Quote .tzQuote_Item::after,
.themecolor-red .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .owl-page.active span,
.themecolor-red .box_banner .tz_type2 .tz__border p span,
.themecolor-red .tzElement_Image_slide.slide-type-2 .image-slider .owl-dots .owl-dot.active,
.themecolor-red .tzElement-recent-post.tzRecent-post-type-2 .tz-recent-inner .tz-recent-readmore:hover:before,
.themecolor-red .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tz_column_title .tz_title:after,
.themecolor-red .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .owl-theme .owl-controls .owl-page span:hover,
.themecolor-red .woocommerce span.onsale,
.themecolor-red .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary form.cart .button,
.themecolor-red .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .xoo-qv-plink a
{
    background-color:#f2333a;
}
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .line-left::before,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .line-left::after,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .line-right::before,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .line-right::after,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(242,51,58,0.2);
}

.themecolor-red .tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a::before{
    background-color:rgba(242,51,58,0.75);
}
.themecolor-red .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    background-color: rgba(242,51,58,0);
}
.themecolor-red .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li::after{
    background-color: rgba(242,51,58,0.1);
}
.themecolor-red .tzPortfolio_Single .tzPortfolio_related .tzPortfolio_relateBox .tzPortfolio_relateSlider .related-item .tzRelated_hover3,
.themecolor-red .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper .tz_map_overlay{
    background-color:rgba(242,51,58,0.9);
}
.themecolor-red .vc_custom_1451100297921 .overlay_parallax{
    background-color:rgba(242,51,58,0.95) !important;
}

.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded.vc_btn3-style-outline{
    background-color: transparent !important;
}
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-red .tzButton_left,
.themecolor-red .vc_custom_1451108127287,
.themecolor-red .tz_revslider_home13:hover
{
    background-color: #f2333a !important;
}
.themecolor-red .tzPricing_table.tzPricing_table_type1:hover .pricing-button{
    background-color: #222222;
}
.themecolor-red .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox,
.themecolor-red .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox{
    background-color: #ffffff;
}
.themecolor-red .tz-header .tz-headerBottom .tz-header-search span:hover,
.themecolor-red .tz-header .tz-headerBottom .tz-header-cart span:hover,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-red .tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span,
.themecolor-red .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount,
.themecolor-red .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount,
.themecolor-red .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-red .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-red .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-red .tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item::after,
.themecolor-red .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-red .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-red .tzPricing_table.tzPricing_table_type2:hover .pricing-header span,
.themecolor-red .tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title,
.themecolor-red .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore,
.themecolor-red .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char,
.themecolor-red .tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span,
.themecolor-red .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-red .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-red .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-red .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-red .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-red .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-red .tz-sidebar .widget ul.product_list_widget li .star-rating span::before,
.themecolor-red .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-red .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span::before,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount,
.themecolor-red .bypostauthor,
.themecolor-red .sticky,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover::after,
.themecolor-red .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-red .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-red .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-red .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span,
.themecolor-red .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-red .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-red .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-red.woocommerce-checkout .woocommerce .woocommerce-info::before,
.themecolor-red.woocommerce-checkout .woocommerce .woocommerce-info a,
.themecolor-red.woocommerce-account .woocommerce p.myaccount_user strong,
.themecolor-red .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-red .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-red .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-red .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i,
.themecolor-red .tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i,
.themecolor-red .plazart-dropcap-type1,
.themecolor-red .tz-plazart-list.tzList-icon_no_underlined li i,
.themecolor-red .tz-plazart-list.tzList-icon_underlined li i,
.themecolor-red #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-red #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-red #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-red .tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-red .tzElement_Feature.tzFeature_type4 a.tzFeature_readmore,
.themecolor-red .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-red .tzElement_Counter.tz_Counter_type2 .tzElement_count em,
.themecolor-red .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span::before,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount,
.themecolor-red .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price,
.themecolor-red .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-red .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-red .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-red .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-red .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_subTitle,
.themecolor-red .tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-red .tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore,
.themecolor-red .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover1 .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-red .tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title,
.themecolor-red .tzCopyright span,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-red .tzElement-title .tzTitle em,
.themecolor-red .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle,
.themecolor-red .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioGrid_hover5 .tzPortfolioGrid_table .tzPortfolioGrid_table_cell h3 a,
.themecolor-red .tzElement_Counter.tz_Counter_type3 .tzElement_count em,
.themecolor-red .tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit,
.themecolor-red .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3,
.themecolor-red #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-red #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-red #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-red .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3 a,
.themecolor-red .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-red .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-red .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-red .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-red .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-red .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5,
.themecolor-red .tzButton-Config i,
.themecolor-red .tzElement_Feature.tzFeature_type6 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-red .tzElement-recent-post .tz-recent-inner .tz-recent-readmore:hover,
.themecolor-red .tzElement_Video_Popup a.tz-open-popup-video i,
.themecolor-red .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_info h3 a,
.themecolor-red .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:hover,
.themecolor-red .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-red .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzView_slide_Content_title em,
.themecolor-red .woo-products-element .wpe__item .wpe__images .wpe__hover .xoo-qv-button:hover,
.themecolor-red .woo-products-element .wpe__item .wpe__images .wpe__hover a:hover i,
.themecolor-red .wpe__price .amount,
.themecolor-red .wpe__price ins span,
.themecolor-red .style-list ul li::after,
.themecolor-red .tzElement-recent-post .tz-recent-inner .tz-recent-title a:hover,
.themecolor-red .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a,
.themecolor-red .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-red .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.themecolor-red .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tzPortfolio_column_item .tzPortfolio_column_hover .tzPortfolio_column_table .tzPortfolio_column_table_cell h3 a,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 li.mega-menu-item a.mega-menu-link:hover,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-red .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-red .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .price span,
.themecolor-red .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .product_meta > span a,
.themecolor-red .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
.themecolor-red .wpe__rating .star-rating span
{
    color: #f2333a;
}
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline,
.themecolor-red .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
.themecolor-red .tzButton_right,
.themecolor-red .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2,
.themecolor-red .tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget.WP_Editor_Widget p a,
.themecolor-red span.tzresponsive,
.themecolor-red .tz_revslider_home3,
.themecolor-red .tzElement_Counter .tzElement_count em
{
    color: #f2333a !important;
}
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus{
    color: #fff !important;
}
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount{
    color: #b5b5b5;
}
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-red .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle,
.themecolor-red .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox::after,
.themecolor-red .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft::after,
.themecolor-red .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight::after,
.themecolor-red .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-red .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page span::after,
.themecolor-red .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-red .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-red .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-red .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-red .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-red .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-red .tzPricing_table.tzPricing_table_type2:hover,
.themecolor-red .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-red .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-red .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-red .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-red .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle,
.themecolor-red .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active::after,
.themecolor-red .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-red .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-red.woocommerce-checkout .woocommerce .woocommerce-info,
.themecolor-red .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image,
.themecolor-red .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .owl-controls .owl-pagination .owl-page span::after,
.themecolor-red .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote,
.themecolor-red .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after,
.themecolor-red .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-red .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-red .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-red .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-red .tzElement_Video_Popup a.tz-open-popup-video:hover,
.themecolor-red .woocommerce div.product .xoo-qv-images div.images img
{
    border-color: #f2333a;
}
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs{
    border-color: rgba(242,51,58,0.2);
}
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    border-left-color:rgba(242,51,58,0.2);
    border-right-color:rgba(242,51,58,0.2);
}
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover,
.themecolor-red .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide{
    border-color: rgba(242,51,58,0.5);
}
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-red .tzButton_left,
.themecolor-red .tzButton_right,
.themecolor-red .tz_revslider_home13:hover
{
    border-color: #f2333a !important;
}
.themecolor-red .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span::after {
    border-top: 5px solid #f2333a;
}
.themecolor-red .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span::after {
    border-top: 5px solid #f2333a;
}
/*---*/
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-red .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-red .wpcf7-form input.wpcf7-submit{
    background: #f2333a;
}
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(242,51,58,0.2);
}
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info{
    background-color:rgba(242,51,58,0.1);
}

.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-red .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after{
    border-top-color: #f2333a;
}
.themecolor-red .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-red .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-red .tzPortfolio_Single h3.tzPortfolio_Single_title,
.themecolor-red .tzPortfolio_Single .tzPortfolio_Single_tks{
    color: #f2333a;
}
.themecolor-red .tzPortfolio_Single_Close i:hover{
    color: #f2333a !important;
}
/*---*/
.themecolor-red .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-one-page a,
.themecolor-red .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position,
.themecolor-red .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name,
.themecolor-red .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5{
    color: #f2333a;
}
.themecolor-red .tzElement_Member:hover .tzMember_Wrap .tzMember_Info,
.themecolor-red .tzElement_Member:hover .tzMember_Wrap .tzMember_image{
    border-color: #f2333a;
}
.themecolor-red .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info::after{
    background: #f2333a;
}
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square{
    background-color: #f2333a !important;
    border-color: #f2333a !important;
}
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square:hover{
    background: transparent none repeat scroll 0 0 !important;
    color: #f2333a !important;
}
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{
    background: transparent none repeat scroll 0 0 !important;
}
.themecolor-red .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{
    background: #f2333a !important;
    color: #FFFFFF !important;
}
/*---*/
.themecolor-red .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover{
    color: #f2333a;
}

/* darkblue */

.themecolor-darkblue .tz-header.tz-header-type-1 .tz-headerTop,
.themecolor-darkblue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover,
.themecolor-darkblue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.buttons a:hover,
.themecolor-darkblue .tzSkill.tzskill-item-type1 .tzskill-item .tzskill-item-width,
.themecolor-darkblue .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width,
.themecolor-darkblue .tzSkill.tzskill-item-type3 .tzskill-item .tzskill-item-width,
.themecolor-darkblue .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-darkblue .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-darkblue .vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-controls-icon,
.themecolor-darkblue .tzElement_Video .tzElement_autoplay,
.themecolor-darkblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft,
.themecolor-darkblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight,
.themecolor-darkblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-darkblue .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page.active span,
.themecolor-darkblue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-darkblue .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-darkblue .tzElement_viewPost .tzViewPost_Grid .tzPost_Item .tzPost_Box .tzPost_Content .tzPostImage .tzViewPost_Date .tzViewPost_Text,
.themecolor-darkblue .tzPricing_table.tzPricing_table_type1 .pricing-button,
.themecolor-darkblue .tzFooter .tzFooterTop .footerattr .widget.widget_newsletterwidget .newsletter form::after,
.themecolor-darkblue .tzFooter .tzFooterBottom .tzFooterSocial ul li a::after,
.themecolor-darkblue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-darkblue .tzElement_Quote.tzQuote_type2 .tzQuote_Item .tzQuote_Info::after,
.themecolor-darkblue .tzPricing_table.tzPricing_table_type2:hover .pricing-button a,
.themecolor-darkblue .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_autoplay,
.themecolor-darkblue .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_videoHtml5 .tzPost_pauses,
.themecolor-darkblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-darkblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogSlider .tzBlogDate .tzDateText,
.themecolor-darkblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogImage .tzBlogDate .tzDateText,
.themecolor-darkblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_autoplay,
.themecolor-darkblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlog_videoHtml5 .tzblog_pauses,
.themecolor-darkblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogContent a.tzreadmore,
.themecolor-darkblue .tz-sidebar .widget.widget_search form input.searchsubmit,
.themecolor-darkblue .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-darkblue .tzBlogDefault .wp-pagenavi span.current,
.themecolor-darkblue .tzBlogDefault .wp-pagenavi a:hover,
.themecolor-darkblue .tz-sidebar .widget.widget_calendar #calendar_wrap table tbody tr td#today,
.themecolor-darkblue .tzBlogSingle .tzBlogSingleContainer .tzBlogSingle_videoHtml5 .tzBlogDate .tzDateText,
.themecolor-darkblue .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleSlider .tzBlogDate .tzDateText,
.themecolor-darkblue .tzBlogSingle .tzBlogSingleContainer .tzBlogSingleImage .tzBlogDate .tzDateText,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-darkblue .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-darkblue .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-darkblue .tz-sidebar .widget.widget_product_search form.woocommerce-product-search input[type="submit"],
.themecolor-darkblue .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-range,
.themecolor-darkblue .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart button:hover,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .product_share .product_share_social .tz_social span,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.cart a:hover,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p.form-submit input:hover,
.themecolor-darkblue .woocommerce form table.shop_table tbody tr td.actions .coupon input.button:hover,
.themecolor-darkblue .woocommerce form table.shop_table tbody tr td.actions input:hover,
.themecolor-darkblue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist,
.themecolor-darkblue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button,
.themecolor-darkblue .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn form.woocommerce-shipping-calculator .shipping-calculator-form p button.button:hover,
.themecolor-darkblue .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals .wc-proceed-to-checkout a:hover,
.themecolor-darkblue form#yith-wcwl-form table.wishlist_table tbody tr td.product-add-to-cart a:hover,
.themecolor-darkblue .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-darkblue .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-darkblue .tzPortfolio_Container #tz_append a,
.themecolor-darkblue .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-darkblue .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_Slider ul.flex-direction-nav li a,
.themecolor-darkblue .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_autoplay,
.themecolor-darkblue .tzPortfolio_Single .tzPortfolio_Single_Container .tzPortfolio_Single_videoHtml5 .tzPortfolio_pauses,
.themecolor-darkblue.woocommerce-checkout .woocommerce form.checkout #order_review .woocommerce-checkout-payment .place-order input#place_order:hover,
.themecolor-darkblue.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-darkblue.woocommerce-account .woocommerce .addresses .address header.title a:hover,
.themecolor-darkblue.woocommerce-account .woocommerce form p input.button:hover,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.themecolor-darkblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span,
.themecolor-darkblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span,
.themecolor-darkblue .plazart-dropcap-type2,
.themecolor-darkblue .tzElement-title.tz-title-type-2 .tzTitle::after,
.themecolor-darkblue .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3::after,
.themecolor-darkblue .tzOurProcess_Container .tzOurProcess .tzOurProcessItem:hover .tzOurProcessItem_top .tzOurProcessItem_icon,
.themecolor-darkblue .tz-plazart-list.tzList-icon_highlight li i,
.themecolor-darkblue .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-parent > a::after,
.themecolor-darkblue .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_Title::after,
.themecolor-darkblue .tzElement_Feature.tzFeature_type5 h5.tzFeature_title::after,
.themecolor-darkblue .tzElement_Ourteam.tzOurteam_type3 .tzOurteam_Info .tzOurteam_Name::after,
.themecolor-darkblue .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_Title::after,
.themecolor-darkblue .tz-header.tz-header-type-2 .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a::after,
.themecolor-darkblue .tzOurProcess_Container .tzOurProcess_title::after,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-item_button a span,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_image .tzProduct-View-detail a,
.themecolor-darkblue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-darkblue .tz_backtotop a,
.themecolor-darkblue .tzElement_Feature.tzFeature_type6 h5.tzFeature_title:after,
.themecolor-darkblue .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-darkblue .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-darkblue .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-darkblue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzprevslider:hover,
.themecolor-darkblue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tznextslider:hover,
.themecolor-darkblue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:after,
.themecolor-darkblue .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected:before,
.themecolor-darkblue .tzElement_Quote_Container.tzQuote_type7 .tzElement_Quote .tzQuote_Item .tzQuote_Info:before,
.themecolor-darkblue .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzViewslide_readmore::after,
.themecolor-darkblue .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.themecolor-darkblue .tzElement_slide_view .owl-theme .owl-controls .owl-buttons .owl-next:hover,
.themecolor-darkblue .tzElement-title.tz-title-type-9.tz-text-align-left .tzTitle:after,
.themecolor-darkblue .tzElement_Portfolio .container .tz_readmore a:after,
.themecolor-darkblue .tzElement-title.tz-title-type-8 .tzTitle:after,
.themecolor-darkblue .interiart-our-process h3.interiart-name-process:after,
.themecolor-darkblue .tzElement-title.tz-title-type-7 .tzTitle:after,
.themecolor-darkblue .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .tzElement_Quote .tzQuote_Item::after,
.themecolor-darkblue .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .owl-page.active span,
.themecolor-darkblue .box_banner .tz_type2 .tz__border p span,
.themecolor-darkblue .tzElement_Image_slide.slide-type-2 .image-slider .owl-dots .owl-dot.active,
.themecolor-darkblue .tzElement-recent-post.tzRecent-post-type-2 .tz-recent-inner .tz-recent-readmore:hover:before,
.themecolor-darkblue .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tz_column_title .tz_title:after,
.themecolor-darkblue .tzElement_Quote_Container.tzQuote_slide.tzQuote_type8 .container .owl-theme .owl-controls .owl-page span:hover,
.themecolor-darkblue .woocommerce span.onsale,
.themecolor-darkblue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary form.cart .button,
.themecolor-darkblue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .xoo-qv-plink a
{
    background-color:#3333f2;
}
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .line-left::before,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .line-left::after,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .line-right::before,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .line-right::after,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(51,51,242,0.2);
}

.themecolor-darkblue .tzFooter .tzFooterTop .footerattr .widget.widget_flickr .tz-flickr a::before{
    background-color:rgba(51,51,242,0.75);
}
.themecolor-darkblue .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image .tzOurteam_Overlay,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    background-color: rgba(51,51,242,0);
}
.themecolor-darkblue .tzElement_Ourteam.tzOurteam_type2 .tzOurteam_Image:hover .tzOurteam_Overlay,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_image .tzProduct-item_overlay,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner:hover .tzProduct-item_info,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide ul li::after{
    background-color: rgba(51,51,242,0.1);
}
.themecolor-darkblue .tzPortfolio_Single .tzPortfolio_related .tzPortfolio_relateBox .tzPortfolio_relateSlider .related-item .tzRelated_hover3,
.themecolor-darkblue .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper .tz_map_overlay{
    background-color:rgba(51,51,242,0.9);
}
.themecolor-darkblue .vc_custom_1451100297921 .overlay_parallax{
    background-color:rgba(51,51,242,0.95) !important;
}

.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded.vc_btn3-style-outline{
    background-color: transparent !important;
}
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-darkblue .tzButton_left,
.themecolor-darkblue .vc_custom_1451108127287,
.themecolor-darkblue .tz_revslider_home13:hover
{
    background-color: #3333f2 !important;
}
.themecolor-darkblue .tzPricing_table.tzPricing_table_type1:hover .pricing-button{
    background-color: #222222;
}
.themecolor-darkblue .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox,
.themecolor-darkblue .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox{
    background-color: #ffffff;
}
.themecolor-darkblue .tz-header .tz-headerBottom .tz-header-search span:hover,
.themecolor-darkblue .tz-header .tz-headerBottom .tz-header-cart span:hover,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-darkblue .tz-header .tz-headerBottom .tz-header-search .tz-header-search-form .searchform span,
.themecolor-darkblue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li .tzMiniCart_info span.quantity span.amount,
.themecolor-darkblue .tz-header .tz-headerBottom .tz-header-cart .widget_shopping_cart .widget_shopping_cart_content p.total span.amount,
.themecolor-darkblue .tzElement_Quote.tzQuote_type1 .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-darkblue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-darkblue .tzElement_Feature.tzFeature_type2:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-darkblue .tzFooter .tzFooterTop .footerattr .widget.dw_twitter .dw-twitter-inner .tweet-item::after,
.themecolor-darkblue .tzElement_Feature.tzFeature_type3:hover .tzFeature_Icon .tzFeature_iconBox i,
.themecolor-darkblue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-darkblue .tzPricing_table.tzPricing_table_type2:hover .pricing-header span,
.themecolor-darkblue .tzPricing_table.tzPricing_table_type2:hover .pricing-header h3.pricinge-title,
.themecolor-darkblue .tzElement_viewPost .tzViewPost_slider .tzViewPost_item .tzPost_info .tzPost_readMore,
.themecolor-darkblue .tzBlogDefault .tzBlogContainer .tzBlogItem .tzBlogQuote .tzBlogQuote_char,
.themecolor-darkblue .tz-sidebar .widget.tz-recent-w ul li .tz-recent-content span,
.themecolor-darkblue .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-darkblue .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-darkblue .tzBlogSingle .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-darkblue .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-darkblue .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-darkblue .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-darkblue .tz-sidebar .widget ul.product_list_widget li .star-rating span::before,
.themecolor-darkblue .tz-sidebar .widget ul.product_list_widget li span.amount,
.themecolor-darkblue .tz-sidebar .widget ul.product_list_widget li ins span.amount,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info .woocommerce-product-rating .star-rating span::before,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price span.amount,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.variations_form .single_variation_wrap .single_variation span.price span.amount,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price span.amount,
.themecolor-darkblue .bypostauthor,
.themecolor-darkblue .sticky,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-respond form#commentform p p.stars span a:hover::after,
.themecolor-darkblue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-darkblue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-darkblue .woocommerce .cart-collaterals .cross-sells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-darkblue .woocommerce .cart-collaterals .tzCart_totals .tzCollateralsColumn .cart_totals table tbody tr.order-total td span,
.themecolor-darkblue .tzPortfolio_Single .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p a,
.themecolor-darkblue .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-edit-link,
.themecolor-darkblue .tzPortfolio_Single .tzComments .comments-area .tzCommentContent ol.comment-list li article .comment-content .tz-commentInfo .comment-reply-link,
.themecolor-darkblue.woocommerce-checkout .woocommerce .woocommerce-info::before,
.themecolor-darkblue.woocommerce-checkout .woocommerce .woocommerce-info a,
.themecolor-darkblue.woocommerce-account .woocommerce p.myaccount_user strong,
.themecolor-darkblue .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price,
.themecolor-darkblue .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .price ins span.amount,
.themecolor-darkblue .upsells ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_info .star-rating span::before,
.themecolor-darkblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid:hover i,
.themecolor-darkblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToList:hover i,
.themecolor-darkblue .plazart-dropcap-type1,
.themecolor-darkblue .tz-plazart-list.tzList-icon_no_underlined li i,
.themecolor-darkblue .tz-plazart-list.tzList-icon_underlined li i,
.themecolor-darkblue #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-darkblue #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-darkblue #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-darkblue .tzElement_Feature.tzFeature_type4 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-darkblue .tzElement_Feature.tzFeature_type4 a.tzFeature_readmore,
.themecolor-darkblue .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-darkblue .tzElement_Counter.tz_Counter_type2 .tzElement_count em,
.themecolor-darkblue .vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a span,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .star-rating span::before,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price ins span.amount,
.themecolor-darkblue .woocommerce ul.products li.product .tzProduct-item_inner .tzProduct-item_info .price,
.themecolor-darkblue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_0 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-darkblue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_1 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-darkblue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_2 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-darkblue .tzElement_viewPost .tzViewPost_slider_advance .tzViewPost_item .tzViewPost_item_3 .tzViewPost_item_box .tzViewPost_info h3.tzViewPost_title a,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-darkblue .tzElement_Support .tzSupport_Item .tzSupport_Info .tzSupport_subTitle,
.themecolor-darkblue .tzElement_Feature.tzFeature_type5 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-darkblue .tzElement_viewService .tzView_Service_Slide .tzView_Service_Slide_Item .tzView_Service_Content a.tzViewService-readmore,
.themecolor-darkblue .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover1 .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-darkblue .tzElement-newsletter.tzNewsletter-modern h3.tzNewsletter-Title,
.themecolor-darkblue .tzCopyright span,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .product_list_widget li .star-rating span::before,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a,
.themecolor-darkblue .tzElement-title .tzTitle em,
.themecolor-darkblue .tzElement_Category_Grid .tzCategory_Grid_Item .tzCategory_Grid_Item_Content .tzCategory_Grid_Info .tzCategory_Grid_subTitle,
.themecolor-darkblue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioGrid_hover5 .tzPortfolioGrid_table .tzPortfolioGrid_table_cell h3 a,
.themecolor-darkblue .tzElement_Counter.tz_Counter_type3 .tzElement_count em,
.themecolor-darkblue .tzElement-newsletter .newsletter form table tbody tr td input.newsletter-submit,
.themecolor-darkblue .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3,
.themecolor-darkblue #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
.themecolor-darkblue #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-darkblue #mega-menu-wrap-primary-custom-2 #mega-menu-primary-custom-2 > li.mega-menu-item > a.mega-menu-link:focus,
.themecolor-darkblue .tzPortfolio_slide .tzPortfolio_slide_item .tzPortfolioSlide_hover4 .tzPortfolioSlide_table .tzPortfolioSlide_table_cell h3 a,
.themecolor-darkblue .tzElement_Quote_Container.tzQuote_type4 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Name,
.themecolor-darkblue .tzPortfolio_slick .tzPortfolio_slick_item .tzPortfolioslick_hover .tzPortfolioslick_table .tzPortfolioslick_table_cell h3 a,
.themecolor-darkblue .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-darkblue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-darkblue .tzPortfolio_Grid .tzPortfolioGrid_Content .tzPortfolioGrid-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-darkblue .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5,
.themecolor-darkblue .tzButton-Config i,
.themecolor-darkblue .tzElement_Feature.tzFeature_type6 .tzFeature_Icon .tzFeature_iconBox span,
.themecolor-darkblue .tzElement-recent-post .tz-recent-inner .tz-recent-readmore:hover,
.themecolor-darkblue .tzElement_Video_Popup a.tz-open-popup-video i,
.themecolor-darkblue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_info h3 a,
.themecolor-darkblue .tzPortfolio_slide_special .tzPortfolio_slide_item .tzPortfolio_hover .container .tzPortfolio_box_left .tzPortfolio_hover_more:hover,
.themecolor-darkblue .tzElement_Portfolio_grid-special.tzElement_Portfolio .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-darkblue .tzElement_slide_view .tzView_Slide_Item .container .tzView_slide_Content .tzView_slide_Content_title em,
.themecolor-darkblue .woo-products-element .wpe__item .wpe__images .wpe__hover .xoo-qv-button:hover,
.themecolor-darkblue .woo-products-element .wpe__item .wpe__images .wpe__hover a:hover i,
.themecolor-darkblue .wpe__price .amount,
.themecolor-darkblue .wpe__price ins span,
.themecolor-darkblue .style-list ul li::after,
.themecolor-darkblue .tzElement-recent-post .tz-recent-inner .tz-recent-title a:hover,
.themecolor-darkblue .tz-header .tz-headerBottom nav ul.tz-nav li.current-menu-item a,
.themecolor-darkblue .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > a.mega-menu-link:hover,
.themecolor-darkblue .tz-header.tz-header-type-9 .tz-headerBottom .container #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.themecolor-darkblue .tzElement_Portfolio .container .tzPortfolio_column .col-md-6 .tzPortfolio_column_item .tzPortfolio_column_hover .tzPortfolio_column_table .tzPortfolio_column_table_cell h3 a,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-1 #mega-menu-primary-custom-1 > li.mega-menu-item.mega-current-menu-ancestor > a,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 li.mega-menu-item a.mega-menu-link:hover,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-8 #mega-menu-primary-custom-8 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-darkblue .tz-header .tz-headerBottom nav #mega-menu-wrap-primary-custom-9 #mega-menu-primary-custom-9 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item ul li a:hover,
.themecolor-darkblue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .price span,
.themecolor-darkblue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .product_meta > span a,
.themecolor-darkblue .xoo-qv-panel .xoo-qv-modal .xoo-qv-inner-modal .xoo-qv-container .xoo-qv-main .product .xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
.themecolor-darkblue .wpe__rating .star-rating span
{
    color: #3333f2;
}
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded:hover,
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline,
.themecolor-darkblue .woocommerce form table.shop_table tbody tr.cart_item td.product-subtotal span.amount,
.themecolor-darkblue .tzButton_right,
.themecolor-darkblue .vc_general.vc_cta3 .vc_cta3_content-container .vc_cta3-content .vc_cta3-content-header h2,
.themecolor-darkblue .tzFooter.tzFooter-Type-3 .tzFooterTop .footerattr .widget.WP_Editor_Widget p a,
.themecolor-darkblue span.tzresponsive,
.themecolor-darkblue .tz_revslider_home3,
.themecolor-darkblue .tzElement_Counter .tzElement_count em
{
    color: #3333f2 !important;
}
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus{
    color: #fff !important;
}
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info p.price del span.amount,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_info form.cart table.group_table tbody tr td.price del span.amount{
    color: #b5b5b5;
}
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover,
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,
.themecolor-darkblue .tzSkill.tzskill-item-type2 .tzskill-item .tzskill-item-width .tzSkill_Circle,
.themecolor-darkblue .tzElement_Feature.tzFeature_type1 .tzFeature_Icon .tzFeature_iconBox::after,
.themecolor-darkblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeLeft::after,
.themecolor-darkblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_imageContainer .tzOurteam_ImageBox .tzOurteam_shapeRight::after,
.themecolor-darkblue .tzElement_Ourteam.tzOurteam_type1 .tzOurteam_Social a.tzSocial_Item:hover,
.themecolor-darkblue .tzElement_Quote.tzQuote_type1 .owl-controls .owl-pagination .owl-page span::after,
.themecolor-darkblue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-darkblue .tzElement_Feature.tzFeature_type2 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-darkblue .tzPortfolio_Grid .tzfilter .tzFillter_box a.selected,
.themecolor-darkblue .tzPortfolio_Grid .tzfilter .tzFillter_box a:hover,
.themecolor-darkblue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox,
.themecolor-darkblue .tzElement_Feature.tzFeature_type3 .tzFeature_Icon .tzFeature_iconBox small.tzFeature_Number,
.themecolor-darkblue .tzPricing_table.tzPricing_table_type2:hover,
.themecolor-darkblue .tz-sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.themecolor-darkblue .tzBlogSingle .tzComments .comments-area .tzCommentForm .comment-respond form.comment-form p.form-submit input.submit,
.themecolor-darkblue .tzshop-wrap .woocommerce-pagination ul.page-numbers li span.current,
.themecolor-darkblue .tzshop-wrap .woocommerce-pagination ul.page-numbers li a:hover,
.themecolor-darkblue .tz-sidebar .widget.widget_price_filter form .price_slider_wrapper .ui-widget-content .ui-slider-handle,
.themecolor-darkblue .tz-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li.bd_active::after,
.themecolor-darkblue .tzPortfolio_Container .tzFilter .tzFillter_box a.selected,
.themecolor-darkblue .tzPortfolio_Container .tzFilter .tzFillter_box a:hover,
.themecolor-darkblue.woocommerce-checkout .woocommerce .woocommerce-info,
.themecolor-darkblue .tzElement_Quote_Container.tzQuote_type3 .tzElement_Quote .tzQuote_Item .tzQuote_Info .tzQuote_Image,
.themecolor-darkblue .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote .owl-controls .owl-pagination .owl-page span::after,
.themecolor-darkblue .tzElement_Quote_Container.tzQuote_type5 .tzElement_Quote_Box .tzElement_Quote_Wrap .tzElement_Quote,
.themecolor-darkblue .tzFooter.tzFooter-Type-2 .tzFooterTop .footerattr .widget .wpcf7-form .TzContactForm p input.wpcf7-submit,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a,
.themecolor-darkblue .tzElement_portfolio_style_modern .tzPortfolio_Grid .tz-custom-link a:hover,
.themecolor-darkblue .tzElement_Image_slide .owl-nav .owl-next:hover,
.themecolor-darkblue .tzElement_Image_slide .owl-nav .owl-prev:hover,
.themecolor-darkblue .tzElement_Video_Popup a.tz-open-popup-video:hover,
.themecolor-darkblue .woocommerce div.product .xoo-qv-images div.images img
{
    border-color: #3333f2;
}
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs .panel,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs{
     border-color: rgba(51,51,242,0.2);
 }
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li.active a,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .woocommerce-tabs ul.tabs li a:hover{
    border-left-color:rgba(51,51,242,0.2);
    border-right-color:rgba(51,51,242,0.2);
}
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetailSlide-carousel ul li:hover,
.themecolor-darkblue .tzShopDetail-wrap .tzShopContentDetail .tzShopDetail_Product .tzShopDetail_images #tzShopDetail_slide{
    border-color: rgba(51,51,242,0.5);
}
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-rounded,
.themecolor-darkblue .tzButton_left,
.themecolor-darkblue .tz_revslider_home13:hover
{
    border-color: #3333f2 !important;
}
.themecolor-darkblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToGrid span::after,
.themecolor-darkblue .tzshop-wrap .product-grid ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span:after
{
    border-top: 5px solid #3333f2;
}
.themecolor-darkblue .tzshop-wrap .grid_pagination_block .tzview-style .switchToList span::after {
    border-top: 5px solid #3333f2;
}
/*---*/
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_detail a,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span,
.themecolor-darkblue .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more::after,
.themecolor-darkblue .wpcf7-form input.wpcf7-submit{
    background: #3333f2;
}
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .line-left::before,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .line-left::after,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .line-right::before,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .line-right::after{
    background-color:rgba(51,51,242,0.2);
}

.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_image .tzShop-item_overlay,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner:hover .tzShop-item_info{
    background-color:rgba(51,51,242,0.1);
}

.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .tzShop-item_button a span::after,
.themecolor-darkblue .related ul.products li.tzShop-item .tzShop-item_inner .tzShop-item_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a span::after{
    border-top-color: #3333f2;
}
.themecolor-darkblue .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_info h3 a,
.themecolor-darkblue .tzPortfolio_Container .tzPortfolio .portfolio-item .tz-inner .tzPortfolioBox .tzPortfolio_hover .tzPortfolio_hover_more:hover,
.themecolor-darkblue .tzPortfolio_Single h3.tzPortfolio_Single_title,
.themecolor-darkblue .tzPortfolio_Single .tzPortfolio_Single_tks{
    color: #3333f2;
}
.themecolor-darkblue .tzPortfolio_Single_Close i:hover{
    color: #3333f2 !important;
}

/*---*/
.themecolor-darkblue .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li.current-one-page a,
.themecolor-darkblue .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_position,
.themecolor-darkblue .tzElement_Member:hover .tzMember_Wrap .tzMember_Info .tzMember_Info_Box .tzMember_name,
.themecolor-darkblue .tzElement_Category_Slide_Container.tzCategory_Slide_full_width .tzElement_Category_Slide .tzCategory_Slide_Item a:hover .tzCategory_Slide_Item_Content_box h5{
    color: #3333f2;
}
.themecolor-darkblue .tzElement_Member:hover .tzMember_Wrap .tzMember_Info,
.themecolor-darkblue .tzElement_Member:hover .tzMember_Wrap .tzMember_image{
    border-color: #3333f2;
}
.themecolor-darkblue .tzElement_Quote_Container.tzQuote_type2 .tzElement_Quote .tzQuote_Item .tzQuote_Info::after{
    background: #3333f2;
}
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square{
    background-color: #3333f2 !important;
    border-color: #3333f2 !important;
}
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-shape-square:hover{
    background: transparent none repeat scroll 0 0 !important;
    color: #3333f2 !important;
}
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{
    background: transparent none repeat scroll 0 0 !important;
}
.themecolor-darkblue .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{
    background: #3333f2 !important;
    color: #FFFFFF !important;
}
/*---*/
.themecolor-darkblue .tz-header.tz-header-type-3 .tz-headerBottom nav ul.tz-nav li a:hover{
    color: #3333f2;
}