/*
	Theme Name: wewoonew
*/

body {
    margin: 0;
}
main {
    max-width: 1200px;
    margin: 0 auto;
}
.elementor-navigation ul {
    padding: 0;
}

/* for search bar */
.elementor-row .elementor-search .label, .elementor-row .elementor-search .dismiss {
    padding: 0;
}
.elementor-search .form input.input {
    border: 0;
}
.elementor-search .form input.btn {
    display: none;
}

/* for search pagination */
.search_pagination {
    margin-top: 30px;
    margin-bottom: 30px;
}
.search_pagination .page-numbers {
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: 5px;
    text-decoration: none;
}
.elementor-navigation ul ul {
    padding-left: 0;
}

/* menu style 1*/
#menu-style-1 .elementor-navigation ul {
    padding: 0;
}
#menu-style-1 .elementor-navigation ul li.menu-item {
    display: block;
}
#menu-style-1 .elementor-navigation ul li.menu-item:hover ul {
    top: 0;
    left: 100%;
}
#menu-style-1 .elementor-navigation ul ul li a {
    min-width: 230px;
}
#menu-style-1 .elementor-navigation .menu-item-has-children > a:after {
    content: "\f105";
}

/* menu style 2*/
#menu-style-2 .elementor-navigation ul {
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
}
#menu-style-2 .elementor-navigation ul ul {
    display: none;
}
#menu-style-2 .elementor-navigation ul li.menu-item {
    display: block;
}
#menu-style-2 .elementor-navigation ul li.menu-item:hover ul {
    display: block;
}
#menu-style-2 .elementor-navigation ul ul li a {
    display: block;
    width: 100%;
}
#menu-style-2 .elementor-navigation .menu-item-has-children > a:after {
    content: "\f107";
}
.theme-big-label{
    color: rgb(255,255,255);
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    text-shadow: 2px 2px rgb(197,144,99);
}
.hidden{
	display: none;
}
.margin-tb-20{
	margin-top:20px;
	margin-bottom:20px;
}
.go-to-contact-button{
    color: rgb(197,144,99);
    border: 4px solid rgb(197,144,99);
    background-color: rgb(255,255,255);
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    text-transform: uppercase;
}
.theme-color{
	color: rgb(197,144,99);
}
a{
	text-decoration:none;
}
.product-support-title{
    font-size: 30px;
    margin: 5px 0;
    text-transform: uppercase;
    color: rgb(0,0,0);
}
.product-instruction-url{
	margin-top:10px;
}
body.page-id-640 main{
	max-width: inherit;
	margin:0;
}
body.page-id-640 main section[data-id='4ac9406b']{
    max-width: inherit !important;
    margin: 0 !important;
}
body.page-id-640 main div[data-id='205e5536']{
    max-width: 1000px !important;
    margin: 0 auto !important;
}
.middle-container{
    margin: 0 auto;
    max-width: 1100px;
}
#product-support-area{
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 5% 0;
    position: relative;
}
#products-select-area{
    text-align: right;
    margin-bottom: 40px;
}
#all-products-titles{
    border: 5px solid rgb(197,144,99);
    padding: 5px;
    font-size: 20px;
}
#product-detail-area > div{
	border: 4px solid rgb(197,144,99);
    background-color: rgb(255,255,255);
	padding: 10px;
}
#product-support-more-info-area{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#product-support-more-info-area p{
    color: rgb(255,255,255);
    font-size: 25px;
    text-shadow: 1px 1px rgb(197,144,99);
}




@media screen and (max-width: 1130px){
#container{
    width: 96% !important;
    margin: 0 2% !important;
}
}

@media screen and (max-width: 768px){
.elementor-menu-toggle {
    display: none;
}
.elementor-widget-container .elementor-menu {
    display: block;
}
.header_row .elementor-menu-toggle {
    display: inline-block;
}
.header_row .elementor-menu {
    display: none;
}

.woocommerce ul.products li.product .onsale{
	margin:0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product{
	width:100%;
}
#menu-footer-menu, #menu-account-menu{
	-webkit-padding-start: 0px;
}
#woocommerce-menu ul li{
	display:block !important;
	padding: 0 !important;
}
.menu-account-menu-container {
    position: absolute;
    top: -250px;
	right: 0;
}
#top-menu{
	position: absolute;
    top: -130px;
}
#top-menu ul{
	background-color: rgb(255,255,255);
}
#top-menu .elementor-menu-toggle.elementor-clickable{
    margin: 0;
    display: inline-table;
}
#our-philosophy > div{
    background-image: none;
    margin: 0;
}
#all-products-titles{
    width: 100%;
    font-size: 16px;
    padding: 1px;
    border: 1px solid rgb(197,144,99);
}
#product-support-more-info-area p{
    font-size: 16px;
}
.theme-big-label{
	font-size:30px
}
.product-support-title{
	font-size: 20px;
}
#product-detail-area > div{
    border: 1px solid rgb(197,144,99);
    padding: 5px;
    font-size: 16px;
}
#product-support-more-info-area{
	position: relative;
}
#product-support-area, #products-select-area{
    min-height: auto;
	text-align: center;
	padding: 5% 2%;
    margin-bottom: 0;
}
.go-to-contact-button{
    border: 1px solid rgb(197,144,99);
    padding: 5px 10px;
}

}