/*

Theme Name: Bordado Inovador

Author: Codezeel

Template: upwear

Version: 1.0

Description: Our default theme lets you create a responsive magazine website with a sleek, modern design.

License: GNU General Public License v2

Tags:  one-column, two-columns, right-sidebar,  custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready

Text Domain: upwear

*/



:root{

	--primary_color: #f2931f;

	--dark_color: #1c1c1a;

}





.header-top{

	background-color: var(--dark_color);

}



.topbar-outer{

	border-bottom: 1px solid var(--dark_color);

}



.footer-bottom{

	border-top: 1px solid var(--dark_color);

}



#to_top,

.cz-cms .owl-theme .owl-buttons div,

.owl-theme .owl-buttons div:hover,

.custom-testimonial .owl-controls .owl-pagination .owl-page.active span,

.cms-banner-item .cms-banner-inner .static-wrapper .static-inner .shop-now a.link-text,

.woocommerce-pagination span.current, 

.woocommerce-pagination a:hover{

	background-color: var(--primary_color);

}



.cz-cms .owl-theme .owl-buttons div:hover{

	background-color: var(--dark_color);

}



#to_top:hover:before,

.woocommerce span.onsale, .woocommerce-page span.onsale,

.woocommerce ul.products li.product:hover .product-name, 

.woocommerce-page ul.products li.product:hover .product-name,

.testmonial-text a,

.blog-posts-content .style-2 .show-date,

.counter .jumbo{

	color: var(--dark_color);

}



.site-footer:before,

.header-top:after{

	background: url(/wp-content/uploads/2021/02/pattern.png) no-repeat scroll center bottom transparent;

}



.service-list:hover .service-title,

.cz-cms .cms-banner-item .cms-banner-inner .static-wrapper .static-inner .shop-now a,

.links a.icon .fa, .gallery-zoom .icon .fa, 

.gallery-redirect .icon .fa, 

.blog-posts-content .block_hover .icon .fa,

.blog-posts-content .item.container.style-2:hover .post-title a,

.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse a:hover, 

.woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse a:hover, 

.woocommerce .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover, 

.woocommerce .entry-summary a.compare.button:hover, 

.woocommerce .entry-summary .compare.button:hover, 

.woocommerce .entry-summary a.compare.button.added:hover,

.woocommerce .entry-summary a.compare.button:hover:before,

.woocommerce .summary .product_meta .posted_in a:hover, 

.woocommerce .summary .product_meta .tagged_as a:hover, 

.brand span a:hover, .social a:hover{

    color: var(--primary_color);

}



.cz-cms .cms-banner-item .cms-banner-inner .static-wrapper .static-inner .text2.static-text:after{

	border-bottom: 3px solid var(--primary_color);

}



.yith-wcwl-wishlistaddedbrowse, 

.yith-wcwl-wishlistexistsbrowse, 

.yith-wcwl-wishlistaddedbrowse a, 

.yith-wcwl-wishlistexistsbrowse a, 

.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist, 

.woocommerce ul.products a.compare.button,

.woocommerce ul.products .image-block .button.yith-wcqv-button,

.woocommerce ul.products li.product .product_type_simple.button, 

.woocommerce-page ul.products li.product .product_type_simple.button, 

.woocommerce ul.products li.product .product_type_grouped.button, 

.woocommerce-page ul.products li.product .product_type_grouped.button, 

.woocommerce ul.products li.product .product_type_external.button, 

.woocommerce-page ul.products li.product .product_type_external.button, 

.woocommerce ul.products li.product .product_type_variable.button, 

.woocommerce-page ul.products li.product .product_type_variable.button,

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger,

.woocommerce-tabs ul.tabs li a:hover, 

.woocommerce-tabs ul.tabs li.active a{

	background-color: var(--primary_color);

}





.woocommerce-pagination span.current, 

.woocommerce-pagination a:hover{

    border: 1px solid var(--primary_color);

}



.style-1 .testmonial-image img{

	border: 4px solid var(--primary_color);

}



.links .icon, 

.gallery-zoom .icon, 

.gallery-redirect .icon, 

.blog-posts-content .block_hover .icon{

	border: 2px solid var(--primary_color);

}



.widget_search #searchform #searchsubmit, 

#primary-sidebar .widget_product_search input[type="submit"]{

	background: var(--primary_color) url(/wp-content/themes/Upwear/images/codezeel/search.png) no-repeat scroll center center;

}





.header-search:not(.active) .yith-ajaxsearchform-container {

	visibility: hidden;

	opacity: 0;

}



#yith-searchsubmit{

	display: none;

}



.header-search .yith-ajaxsearchform-container .title{

	display: block !important;

}



.woocommerce-product-gallery .owl-theme .owl-buttons div:hover{

	color: #fff;

}



.yith-ajaxsearchform-container{

	position: absolute;

    right: 0;

    z-index: 999;

	transition: 250ms ease-in-out;

}





.woocommerce #content div.product .woocommerce-product-gallery.images img:hover, 

.woocommerce #content div.product .woocommerce-product-gallery.images .flex-active{

	border: 1px solid var(--dark_color);

}





.contact_form_page .vc_col-sm-6,

.contact_form_page .vc_col-sm-12{

	padding: 0px 10px !important;

	margin-bottom: 10px;

}



.contact_form_page textarea{

	resize: vertical;

}



.topbar-outer {

    display: none;

}

/*shop sibebar on top for mobile*/
@media( max-width: 767px ) {
	#main-content > div{
		display: flex !important;
		flex-direction: column-reverse !important;

	}
}

#top-warning{
	background-color: var(--primary_color);
	text-align: center;
	color:#fff;
	font-weight: bold;
}