@media (min-width: 576px){
	.item-product-list .js-product-miniature {
		display: flex;
		align-items: inherit;
	}
}
@media (min-width: 525px){
	#box-product-list .right-product {
		flex: 1;
	}
}
@media (min-width: 768px){
	#moda_popupnewsletter.modal.fade .modal-dialog, 
	#blockcart-modal.modal.fade .modal-dialog, 
	.quickview.modal.fade .modal-dialog,
	.popup-content,
	#Popup_myaccount_form.fade .modal-dialog{
		position: absolute;
		left: 50%;
		top: 50%;
		margin: 0;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transition: all 0s ease-in-out 0s;
	}
}
/********************responsive********************/
@media (min-width: 1200px){
	#Popup_sizechart .modal-dialog {
        width: 900px;
    	margin: 0;
	}
	#Popup_sizechart.in {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
}
@media (min-width: 992px){
	#Popup_myaccount_form .modal-dialog {
		min-width: 800px;
	}
	#Popup_sizechart .modal-dialog {
        width: 800px;
    	margin: 0;
	}
	#Popup_sizechart.in {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width:1199px){
	#module-blockwishlist-view .card-block{padding: 30px 0 0;}
	.wlp_bought_list > div .item-inner{
		max-width: 270px;
		margin: 0 auto;
	}
	.block_newsletter{
		padding: 0 30px;
		text-align: center;
		width: 100%;
	}
	.cms-row-left{width: 45%;}
	.cms-row-right{
		width: 55%;
		padding-left: 30px;
	}
	.smart-blog-home .news_module_image_holder h3 a{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		max-height: 18px;
		line-height: 18px;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.smart-blog-home .container{padding: 0;}
}
@media (max-width:1199px)and (min-width:992px){
	.rev_slider_wrapper.fullwidthbanner-container{
		width: 100% !important;
	}
	.fieldmegamenu .root-item .title{
		padding: 0 18px;
	}   
	#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .img-menu-3 {
		margin-top: -83px;
	}
	.footer-center .block-social li:not(:first-child){
		margin: 0 2px 0 0;
	}
	#footer #linklist-ft.links ul i{display: none;}
	.footer-center .block-social li:first-child{
		line-height: 24px;
		margin-bottom: 15px;
	}
	#footer .footer-center .block-contact.links ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	.left-nav{padding-right: 0;}
	.contact-link-ft{margin-right: 10px;}
	.contact-link-ft:first-child:after{    margin-left: 7px;}
}
@media (max-width:991px){
	#module-blockwishlist-view .horizontal_mode .item-inner{max-width: 270px;}
	#blockcart-modal .cart-content {
		padding-left: 0;
	}
	.checkout_nav{margin-right: 0 !important;}
	.checkout_nav:after{display: none;}
	.block_newsletter{
		padding: 0 90px;
	}
	#_mobile_fieldmegamenu .img-menu-3{margin-top: -96px;}
	.ffullwidth.cms-row .our-team > div{
		text-align: center;
		margin-bottom: 30px;
	}
	.ffullwidth.cms-row.block{
		padding-bottom: 70px;
		background-attachment: fixed;
		background-blend-mode: screen;
		background-clip: border-box;
		background-color: rgba(0, 0, 0, 0);
		background-size: cover;
		background-origin: padding-box;
		background-repeat: no-repeat;
	}
	#footer .footer-center{
		background-attachment: fixed;
		background-blend-mode: screen;
		background-clip: border-box;
		background-color: rgba(0, 0, 0, 0);
		background-size: cover;
		background-origin: padding-box;
		background-repeat: no-repeat;
	}
	.sdsarticleHeader .title_block{margin-top: 15px;}
	.sdsarticleCat{margin-bottom: 50px;}
	#product-modal .modal-content .modal-body .thumbnails, #product-modal .modal-content .modal-body figure {
		width: 100%;
	}
	#product-modal .modal-content .modal-body .product-images img {
		margin: 0 5px 0;
	}
	#product-modal .modal-content .modal-body .product-images {
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.contact-rich .top_text {
		text-align: justify;
	}
	#product .images-container{
		max-width: 450px;
		margin: 0 auto;
	}
	.product_right {
		padding-left: 15px;
	}
	.product_left {
		padding-right: 15px;
	}
	#product .product-prices{    margin-bottom: 20px;}
	.tabs {
		margin-bottom: 50px;
		margin-top: 50px;
	}
	#Popup_sizechart .modal-body .row {
		display: block;
	}
	#wrapper .breadcrumb-no-images {
		margin-top: 40px;
	}
	.blog-categories {
		margin-top: 0;
	}
	#_mobile_cart .right-text{
		display:inline-block;
		margin-left:5px;
	}
	#product-modal .modal-content .modal-body .product-images {
		margin-left: 0;
	}
	#product-modal .product-images>li.thumb-container {
		display: inline-block;
	}
	.right-content-size{
		margin-top:10px;
		overflow: auto;
	}
	#product h1[itemprop="name"]{
		margin-top: 30px;
	}
	#_mobile_fieldmegamenu .menu-bottom p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-height: 16px;
		max-height: 32px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#_mobile_logo{
		padding: 25px 0;
	}
	#header-moblie > div i{
		color:#fff;
		font-size: 14px;
	}
	#header .header-nav .blockcart {
		background: transparent;
		height: auto;
		padding: 0;
		margin-left: 0;
		text-align: center;
		white-space: nowrap;
		color: #fff;
	}
	#header-moblie{
		display: block;
		margin-bottom: 0;
		height: 50px;
		line-height: 50px;
		clear: both;
	}
	#header-moblie > div {
		width: 20%;
		float: left;
		border-right: 1px solid rgba(235, 235, 235, 0.4);
	}
	#header-moblie .language-selector {
		position: unset;
	}
	#header-moblie .language-selector .expand-more i {
		display: none;
	}	
	#header-moblie > div:last-child{border-right: none;}
	#left-column .banner_left{text-align: center;}
	#left-column .banner_left .hover_banner{display: inline-block;}
	.bn-top{margin-bottom: 40px;}
	#linklist-ft{margin-bottom: 28px;}
	.banner_content_ft{
		width: 50%;
		margin: 0 auto 30px;
	}
	.staticbanner1{    padding-bottom: 60px;}
	#field-search-no-popup.dropdown-menu{
		right: auto;
		left: auto;
		margin-top: 0;
	}
	#field-search-no-popup.dropdown-menu{min-width: 300px;}
	#header-moblie > div {
		cursor: pointer;
		position: relative;
	}
	#header-moblie > div:hover i, #header-moblie > div#_mobile_cart .blockcart:hover .click-cart .cart-products-count,
	#_mobile_dropdown_header .header-dropdown-button.dropdown-toggle:hover:after {
		color: #000000;
	}
	#_mobile_dropdown_header .header-dropdown-button.dropdown-toggle:after {
		color: #fff;
	}
	#_mobile_dropdown_header .header-dropdown-content {
		left: auto;
		right: 0;
		box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 30%);
		border: 0;
		padding: 10px 20px;
	}
	#_mobile_dropdown_header .header-dropdown-content ul {
		display: flex;
		margin-top: 10px;
	}
	#_mobile_dropdown_header .header-dropdown-content ul li {
		width: 35px;
		height: 28px;
		line-height: 22px;
		float: left;
		display: inline-block;
		border: 1px solid #333;
		text-align: center;
		margin-right: 5px;
	}
	#_mobile_dropdown_header .header-dropdown-content .currency-selector-wrapper ul li {
		width: 60px;
		line-height: 26px;
	}
	#header-moblie > div#_mobile_dropdown_header:hover i {
		color: #ffffff;
	}
	#header-moblie > div#_mobile_dropdown_header .header-dropdown-button:hover i {
		color: #000000;
	}
	#Popup_login_form .popup-header .close {
		right: -2px;
		top: -24px;
	}
}
@media (max-width:991px) and (min-width:768px){
	#box-product-grid.horizontal_mode .item-inner .button-action{width: 100%;}
	#box-product-grid.horizontal_mode .button-action .tab_button{padding: 0 10px;}
	#box-product-grid .product-price-item{max-width: 32%;}
	#box-product-grid .product_name_item{max-width: 68%;}
}
@media (max-width:991px) and (min-width:800px){
	.ffullwidth_content > .row{
		margin-right: 0;
		margin-left: 0;
	}
}
@media (max-width:800px) and (min-width:768px){
	.item-product-list .left-product{max-width: 250px;}	
	.products-selection .total-products p{letter-spacing: 0;}
	.tabs .nav-tabs .nav-item{padding-right: 28px;}
}
@media (max-width:800px){
	#manufacturer li.brand{    width: 33.33%;}
	.cms-box2{margin-top: 0;}
	.des_testimonial.content {
		padding: 18px 15px 62px;
	}
	.cms-row-left {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.cms-row-right {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.page-subheading{text-align: center;}
	#box-product-grid{
		padding: 0 5px;
	}
	#box-product-grid .item{padding: 0 10px;}
}
@media (max-width:767px){
	ul.category-top-menu,.facets_content{display: none;}
	.block-categories.clearfix .collapse-icons{
		right: 15px;
	}
	.block-categories.clearfix .collapse-icons i,
	#search_filters .collapse-icons i{
		font-size: 16px;
	}
	.block-categories .collapse-icons .remove, .block-categories[aria-expanded=true] .collapse-icons .add,
	#search_filters .collapse-icons .remove, #search_filters .clearfix[aria-expanded=true] .collapse-icons .add{
		display: none;
	}
	.block-categories[aria-expanded=true] .collapse-icons .remove,
	#search_filters .clearfix[aria-expanded=true] .collapse-icons .remove{
		display: block;
	}
	#search_filters .collapse-icons{
		right: 15px;
		border: medium none;
		cursor: pointer;
		font-size: 12px;
		padding: 0;
		position: absolute;
		top: 0;
		width: 20px;
		line-height: 20px;
		text-align: right;
		color: #999;
	}
	
	.container{width: 100%;}
	#product .js-qv-mask.mask{padding: 0;}
	body#checkout section#content {
		margin-bottom: 0;
	}
	body#checkout #js-checkout-summary.card{margin-top: 50px;}
	.cms-box1,.cms-box2{    text-align: center;}
	.cms-box1{margin: 30px 0;}
	#cms-about-us .cms-row > .row {
		display: block;
	}
	#tags_blog_block_left.block{margin-bottom: 40px;}
	#right-column #tags_blog_block_left.block{margin-bottom: 90px;}
	#smartblogcat .sdsarticle-des,.sdsarticleCat .sdsarticleHeader,.sdsarticleHeader .title_block,.sdsarticleCat .sdsreadMore{
		text-align: center;
	}
	div.tags_block .block_content{
		text-align:center;
	}
	div.tags_block .block_content a{float: none;margin-right: 6px;}
	.sdsreadMore a.r_more{
		float: none;
		display: inline-block;
	}
	#quick-view-images{
		max-width: 420px;
		margin: 0 auto;
	}
	.quickview h1[itemprop="name"]{
		margin-top: 20px !important;
	}
	#blockcart-modal .cart-content-btn {
		margin-top: 0;
	}	
	#blockcart-modal .divide-right {
		border-left: none;
	}
	#blockcart-modal .divide-left {
		border-right: none;
	}
	#blockcart-modal .divide-right {
		border-left: none;
	}
	#footer .links .navbar-toggler {
		display: inline-block;
		padding: 0;
		width: auto;
		height: auto;
		position: absolute;
		top: -2px;
		right: 0;
	}
	.contact-rich .top_text p {
		max-width: 100%;
	}
	#new_comment_form .modal-dialog {
		max-width: 600px; 
	}
	.popup-content{
		max-width: 57rem;
		width: calc(100% - 30px);
		margin: 30px auto;
	}
	#left-column .banner_left{    margin-bottom: 40px;}
	#category #left-column #search_filters_wrapper {
		margin-left: 0px;
		margin-right: 0px;
	}
	#category #left-column #search_filters {
		border-top: none;
		margin-bottom: 20px;
	}
	#category #left-column #search_filters .facet {
		margin: 0;
		line-height: 1;
		padding: 0;
		float: left;
		width: 100%;
		position: relative;
		border: none;
	}
	#category #left-column #search_filters .facet span.float-xs-right{
		width: 24px;
		height: 24px;
		position: absolute;
		right: 0;
		top: 10px;
		display: none;
	}
	#category #left-column #search_filters .facet .navbar-toggler {
		display: inline-block;
		padding: 0;
		width: auto;
		height: auto;
		right: 0;
	}
	#category #left-column #search_filters .facet .navbar-toggler i{
		font-size: 20px;
	}
	#category #left-column #search_filters .facet .facet-title {
		padding: 15px 0;
		border: none;
		line-height: 1;
		margin: 0;
		border-bottom: 1px solid #ebebeb;
		color: #111;
		display: block;
	}
	#category #left-column #search_filters .facet:last-child .facet-title{
		border-bottom: none;
	}
	#category #left-column #search_filters .facet ul li {
		border: none;
		padding: 0;
	}
	.tabs .nav-tabs .nav-item{padding-right: 20px;}
	.tabs .nav-tabs .nav-link{font-size: 22px;}
	.staticbanner2 {text-align: center;}
	.staticbanner2 .hover_banner{display: inline-block;}
	.staticbanner2 > div:first-child .hover_banner{margin-bottom: 27px;}
	.copyright_left p{
		line-height: 1;
		text-align: center;
		margin-top: 18px;
		padding: 0;
	}
	.copyright_right {
		text-align: center;
		line-height: 60px;
	}
	#header .header-nav .right-nav {
		-ms-flex-direction: inherit;
		flex-direction: inherit;
		text-align: center;
		display: inline-block;
	}
	#header .header-nav .blockcart.inactive .cart-products-count {
		display: inline-block;
	}
	#header .header-nav #_desktop_contact_link{
		text-align: center;
		width: 100%;
	}
	.contact-link-ft{
		height: auto;
		line-height: 44px;
		display: inline-block;
		float: none;
	}
	#wishlist-nav, .checkout_nav{
		line-height: 1;
		display: inline-block;
		margin-bottom: 14px;
	}
	#_desktop_language_selector, #_desktop_currency_selector{
		line-height: 1;
		display: inline-block;
		margin-bottom: 14px;
		height: auto;
	}
	#_desktop_language_selector ul.dropdown-menu,#_desktop_currency_selector ul.dropdown-menu{
		top: 29px;
	}
	.footer-before-text{
		float: none;
		text-align: center;
		line-height: 24px;
		margin-bottom: 18px;
	}
	.footer-before .footer-before-button{
		float: none;
		margin: 0 auto;
	}
	#field_testimonials .slick-dots{margin-top: 20px;}
	#module-ph_simpleblog-list .simpleblog__listing__post__wrapper.news_module_image_holder{
		max-width: 80%;
		margin: 0 auto 12px;
	}
}
@media (max-width: 667px) {
	.custom.tp-bullets{
		transform: matrix(1, 0, 0, 1, -60, -25) !important;
	}
	#field_testimonials .slick-dots{margin-top: 40px;}
	.smart-blog-home .content_blogpost{padding: 30px 10px;}
	#_mobile_fieldmegamenu .menu_2 .menu-items > li.customcontent:first-child{
		margin-bottom: 20px;
	}
	#_mobile_fieldmegamenu .img-menu-3 {
		margin-top: 0;
	}
	#_mobile_fieldmegamenu .menu-items > li.menu-item {
		width: 100% !important;
	}
	#_mobile_fieldmegamenu .menu-items > li.menu-item.category {
		margin-bottom: 20px;
	}
	#_mobile_fieldmegamenu .menu-items > li.menu-item.menu-item-70.category{
		margin-bottom: 0;
	}
	#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu, #_mobile_fieldmegamenu .menu-items>li .image-text-menu {
		margin-bottom:12px;
	}
	#_mobile_fieldmegamenu .menu-items > li.customcontent {
		text-align:center;
	}
	#_mobile_fieldmegamenu .menu_1 .menu-items{padding-bottom: 0;}
	#_mobile_fieldmegamenu .menu_3 .menu-item.divider,
	#_mobile_fieldmegamenu .menu_1 .menu-item.divider{padding: 0;}
	#_mobile_fieldmegamenu .menu_3 .menu-items>li.customcontent{margin-top: 0;}
}
@media (max-width: 600px) {
	#mywishlist{
		overflow:auto;
	}
	#mywishlist .wishlist_footer .button-small{margin-bottom: 10px;}
	#fieldtestimonials-nav{max-width: 320px;}
	.title-tab-category .tab_cates li:first-child{margin-bottom: 8px;}
	.breadcrumb-abs:after{
		background: #111;
	}
	#wrapper .breadcrumb li a,#wrapper .breadcrumb li:after{
		color: #fff;
		font-size: 18px;
		line-height: 1.2;
	}
	#module-ph_simpleblog-list .simpleblog__listing__post__wrapper.news_module_image_holder{
		max-width: 100%;
	}
}
@media (max-width: 575px) {
	#view_wishlist .priority_product{
		display: block;
		text-align: center;
	}
	.product_name_item {
		float: none;
		max-width: 100%;
		text-align: center;
		margin-bottom: 5px;
		display: block;
	}
	.product-price-item {
		float: none;
		max-width: 100%;
		display: block;
	}
	.product-price-and-shipping{text-align: center !important;}
	.product-miniature .regular-price{
		display: inline-block !important;
		padding-right: 10px;
	}
	.product_name_item .comments_note div.star{
		float: none;
		width: 11px;
	}
	.horizontal_mode .item-inner .right-product .price {
		padding-top: 0;
	}
	#footer .footer-center{padding: 70px 0 40px;text-align: center;}
	.footer-center .block-social li:first-child{margin-bottom: 25px;}
	#instagram_block .item-instagram{margin: 25px auto;}
	.footer-center .block-social {
		text-align: center;
		margin-bottom: 40px;
		display: inline-block;
	}
	.footer-center .block-social li:not(:first-child){
		margin: 0 2px 0 0;
		float: none;
	}
	.title-top-ft h4:after{margin: 2px auto;}
	#footer #linklist-ft .row > div:last-child {
		padding-left: 15px;
	}
	.block-contact{
		display: inline-block;
	}
	#footer .footer-center .block-contact.links ul li p{
		display: inline-block;
	}
	#footer .footer-center .block-contact.links ul li i{
		display: inline-block;
		float: none;
		padding-top: 0;
	}
	#footer .footer-center .block-contact.links ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	.products-selection {
		position: relative;
		display: block;
		justify-content: start;
		height: auto;
	}
	.click-product-list-grid {
		display: table;
		margin: 0 auto;
		float: none;
		padding: 0;
	}
	.products-selection .total-products {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.box-sort-by {
		text-align: center;
		width: 100%;
		display: block;
		float: none;
	}
	.products-sort-order {
		float: none;
		display: inline-block;
	}
	.pagination>div {
		text-align: center;
	}
	.pagination>.row>div {
		line-height: 38px;
	}
	.pagination>.row>div:first-child {
		line-height:1;
	}
	.pagination{height: auto;}
	#order-items .order-line {
		display: block;
	}
	#category #content-wrapper,#category #left-column,#product #left-column,
	#module-smartblog-category #content-wrapper,#module-smartblog-category #left-column,#module-smartblog-details #content-wrapper,#module-smartblog-details #left-column,
	#manufacturer #content-wrapper,#manufacturer #left-column{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#box-product-list .item-product-list .product-miniature .right-product {   
		padding: 22px 0 0;
		text-align: center;
	}
	#box-product-list .right-product .comments_note div.star{
		float: none;
		width: 13px;
	}
	#box-product-list .right-product .comments_note{text-align: center;}
	#products .item-product-list .right-product .product-price-and-shipping{
		text-align: center !important;
		margin-bottom: 20px;
	}
	.item-product-list .regular-price{
		float: none;
		display: inline-block !important;
	}
	.item-product-list .left-product,.item-product-list .button-action{
		margin: 0 auto;
	}
	.item-product-list .left-product a.product-thumbnail{
		overflow: hidden;
		position: relative;
	}
	.breadcrumb.hidden-xs-down{
		display:block!important;
	}
	#wrapper .breadcrumb-no-images .breadcrumb li a,
	#wrapper .breadcrumb-no-images .breadcrumb li:after{
		color: #fff;
	}
	.cart-item .product-line-grid {
		display: block;
	}
	.product-line-grid-left {
		padding-right: 15px!important;
		text-align: center;
		margin-bottom: 20px;
	}
	.product-line-grid-body {
		text-align: center;
	}
	#new_comment_form .product .product_desc {
		margin-top: 30px;
	}
	#popup_menu_mobile {
		width: 85%;
	}
	#_mobile_fieldmegamenu .menu-items > li .collapsed-menu{
		position: absolute;
		top: -4px;
		right: 0;
	}
	#tab-content .product-reference {
		display: block;
	}
	#tab-content .product-quantities {
		display: block;
		text-align: left;
		float: none;
		margin-top: 10px;
	}
	.smart-blog-home .content_blogpost, .smart-blog-home .des_content_post {
		text-align: center;
	}	
	#manufacturer li.brand{width: 50%;}
	.tabs .nav-tabs .nav-link {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.tabs .nav-tabs .nav-item {
		margin-bottom: 15px;
	}
	.owl-dots{margin-top: 0;}
	.owl-dots button span,#field_testimonials .slick-dots li button{width: 20px;}
	.horizontal_mode .owl-carousel .owl-item .item, #box-product-grid .item{padding: 0 8px;}
	#wrapper.active_grid #box-product-grid,#field_featured_products_block, #field_tab_category_1,#field_product_cates_block{
		padding: 0 7px;
	}
}
@media (max-width: 480px){
	.banner_content_ft {
		width: 100%;
		float: none;
	}
	.slider_text2:after{width: 96%;}
}
@media (max-width: 414px){
	#field-search-no-popup.dropdown-menu{left: 10px;}
	#form_wishlist input.inputTxt{    width: 200px;}
	#field-search, #popup-cart{
		width:300px;
	}
	.sub_title,.top-title .title_block .title_text, .top-title .title_block a{
		font-size: 28px;
	}
	.contact-link-ft:first-child:after{display: none;}
	.contact-link-ft{margin-right: 10px;}
	.contact-link-ft i{padding-right: 0px;}
	#_desktop_language_selector ul.dropdown-menu{
		right: -28px;
	}
	#wishlist-nav:after, .language-selector:after, .currency-selector:after{    margin-left: 6px !important;}
	#wishlist-nav,#_desktop_language_selector, #_desktop_currency_selector{margin-right: 6px !important;}
	.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-link{
		padding: 0 4px;
		font-size: 15px;
	}
}
@media (max-width: 320px){
	#field-search,#popup-cart{
		width: 257px;
	}
	#popup-cart .productName{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		max-height: 40px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#item-search .items-list-search .item .left-search-ajax {
		margin-right: 10px;
	}
	#item-search .items-list-search .item .regular-price {
		margin-top: 5px;
		margin-left: 0;
		display: block;
	}
	#mywishlist .wishlist_footer .button-small{
		padding:7px 4px;
	}
	#form_wishlist input.inputTxt {
		width: 188px;
	}
	#form_wishlist #submitWishlist{
		margin-left: 0;
		padding: 0 10px;
	}
	#_desktop_language_selector ul.dropdown-menu{
		right: -52px;
	}
	#header .header-nav a, .text_nav,.contact-link-ft span,
	#_desktop_currency_selector .dropdown .expand-more, #_desktop_language_selector .dropdown .expand-more{    font-size: 13px;}
	.copyright_left p{font-size: 13px;}
	.staticbanner2 .static_text h4{font-size: 20px;}
	.title-tab-category .tab_cates li{margin-bottom: 8px;}
	.staticbanner2 .static_text{max-width: 80%;}
	#footer #linklist-ft.links ul i{padding-right: 4px;}
}
@media only screen and (min-width: 992px){
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 768px){
	.container {
		width: 750px;
		max-width: 100%;		
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 970px;
		width: 100%
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
		width: 100%
	}
}
@media only screen and (max-width: 600px)
{
	#header_mobile_menu .fieldmegamenu .menu-items{
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		box-shadow: none;
		border: 0;
		background-color: transparent;
	}

	#header_mobile_menu .fieldmegamenu .menu-items > .menu-item.product, #header_mobile_menu .fieldmegamenu .root.customcontent .menu-items > .menu-item {
		text-align: center;
	}
	#header_mobile_menu .fieldmegamenu .menu-item.divider {
		padding: 0 1%;
		margin: 0;
	}

	/* force to menucol-1-4 */
	.menucol-1-5 {
		width: 25%!important;
	}

	.menucol-1-6 {
		width: 25%!important;
	}

	.menucol-1-10 {
		width: 25%!important;
	}

}
@media only screen and (max-width: 639px)
{
	/* force to menucol-1-3 */
	.menucol-1-4 {
		width: 33.33%!important;
	}

	/* force to menucol-2-3 */
	.menucol-3-4 {
		width: 66.67%!important;
	}

	/* force to menucol-1-3 */
	.menucol-1-5 {
		width: 33.33%!important;
	}

	.menucol-1-6 {
		width: 33.33%!important;
	}

	.menucol-1-10 {
		width: 33.33%!important;
	}
}
@media only screen and (max-width: 575px)
{
	/* force to menucol-1-2 */
	.menucol-1-3 {
		width: 100%!important;
	}

	.menucol-1-2 {
		width: 100%!important;
	}

	.menucol-2-3 {
		width: 100%!important;
	}

	.menucol-1-4 {
		width: 100%!important;
	}

	.menucol-3-4 {
		width: 100%!important;
	}

	.menucol-1-5 {
		width: 100%!important;
	}

	.menucol-1-6 {
		width: 100%!important;
	}

	.menucol-1-10 {
		width: 100%!important;
	}

}
@media only screen and (min-width: 992px) {
	#category #left-column #search_filters #faceted-wrapper.collapse {
		display: block;
	}
	.filter_properties.collapse, .faceted-slider.collapse {
		display: block;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#category #wrapper #left-column, #category #wrapper #content-wrapper {
		width: 100%;
	}
	.block-categories .collapse-icons {
		padding: 0.5rem 0.75rem;
		width: auto;
		line-height: initial;
		color: #666;
		top: -8px;
	}
	.block-categories .collapse-icons .remove, .block-categories[aria-expanded=true] .collapse-icons .add {
		display: none;
	}
	.block-categories[aria-expanded=true] .collapse-icons .remove {
		display: block;
	}
	ul.category-top-menu {
		display: none;
	}
}
@media (max-width: 991px) {
	#search_filters > .title > .navbar-toggler {
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		color: #111111;
	}
	.block-categories .collapse-icons i {
		font-size: 15px;
		color: #111;
	}
	#search_filters > .title, .block-categories {
		position: relative;
	}
	#search_filters .title i.add, #search_filters .title.collapsed i.remove {
		display: none;
	}
	#search_filters .title.collapsed i.add, #search_filters .title i.remove {
		display: block;
	}
	#search_filters #faceted-wrapper .facet .collapse {
		display: block;
		height: 100%;
	}
	#category #left-column #search_filters #faceted-wrapper .title i.add,
	#category #left-column #search_filters #faceted-wrapper .title.collapsed i.remove {
		display: block;
		cursor: pointer;
	}
	#category #left-column #search_filters #faceted-wrapper .title.collapsed i.add, #category #left-column #search_filters #faceted-wrapper .title i.remove {
		display: none;
	}
	#search_filters #faceted-wrapper .facet .collapse.in {
		display: none;
	}
}
@media (max-width: 767px) {
	.block-categories.clearfix .collapse-icons {
		right: 0px;
	}
	#category #left-column #search_filters .facet .collapse{ 
		display: block;
	}
	#category #left-column #search_filters .facet .collapse.in {
		display: none;
	}
	#category #left-column #search_filters #faceted-wrapper .facet .navbar-toggler {
		display: block;
		top: 15px;
	}
}
@media (max-width: 1366px) and (min-width: 1200px) {
	.field-banner-slider-wrapper .field-banner-slider.position-arrow-outside button.owl-prev {
		left: -100px;
	}
	.field-banner-slider-wrapper .field-banner-slider.position-arrow-outside button.owl-next {
		right: -100px;
	}
	.box2-header-h2.elementor-section > .elementor-container {
		max-width: 1170px !important;
	}
	.slider-h4 .group-slider-h4 {
		margin-left: -280px !important;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.box-banner2-h3.elementor-section > .elementor-container,
	.box-testi-h2.elementor-section > .elementor-container,
	.box1-ft-h1.elementor-section > .elementor-container,
	.box2-ft-h1.elementor-section > .elementor-container,
	.box-chiu-h4.elementor-section > .elementor-container,
	.box2-header-h2.elementor-section > .elementor-container {
		max-width: 970px !important;
	}
	.box-banner-slider-h3.elementor-section > .elementor-container {
		max-width: 800px !important;
	}
	.box-pro1-h1.elementor-section {
		padding-bottom: 120px !important;
	}
	.box-banner5-h1.elementor-section {
		margin-top: -120px !important;
	}
	.box-banner6-h1.elementor-section {
		margin-top: -175px !important;
	}
	.banner5-h1 .banner-box-content {
		width: 970px !important;
		top: 50% !important;
	}
	.box-emailsub-h1.elementor-section {
		background-position: 65% 0% !important;
	}
	.icon-box-h1 .elementor-icon-box-content .elementor-icon-box-description {
		max-width: calc(100% - 30px);
	}
	.copyright-ft-h1 .elementor-widget-container {
		margin-left: 50px;
	}
	.payment-ft-h1 .elementor-widget-container {
		margin-right: 50px;
	}
	.linklist-ft-h1.elementor-widget-icon-list .elementor-icon-list-item {
		margin-bottom: 11px;
	}
	.linklist-ft-h1.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-text {
		font-size: 13px !important;
	}
	.box-count-h2 .elementor-column:first-child {
		width: 31.702%;
	}
	.box-count-h2 {
		padding-bottom: 60px !important;
		background-position: 38% 0 !important;
	}
	.box-banner-h2.elementor-section > .elementor-container {
		max-width: 987px !important;
	}
	.banner1-h2 .banner-box-content {
		left: 50% !important;
	}
	.mini-box1-ft-h2 .elementor-column:last-child {
		width: 24.240%;
	}
	.field-banner-slider-wrapper .field-banner-slider .owl-item .item_banner .item_content {
		max-height: 405px;
	}
	.field-banner-slider-wrapper .field-banner-slider.position-arrow-outside button {
		top: 35%;
	}
	.field-banner-slider-wrapper .field-banner-slider.position-arrow-outside button.owl-prev {
		left: -60px;
	}
	.field-banner-slider-wrapper .field-banner-slider.position-arrow-outside button.owl-next {
		right: -60px;
	}
	.box-banner1-h4 .elementor-column .elementor-column-wrap {
		padding-left: 30px !important;
	}
	.banner1-h4 .banner-box-content {
		max-width: 970px;
	}
	.col-left-benefit-h4 .img-box2-h4 figure {
		margin-left: 10px !important;
	}
	.col-right-benefit-h4 .img-box2-h4 figure {
		margin-right: 10px !important;
	}
	.col-left-benefit-h4 .elementor-column-wrap {
		margin-right: 10px !important;
	}
	.col-right-benefit-h4 .elementor-column-wrap {
		margin-left: 10px !important;
	}
	.header_style_default #_desktop_search #field-search-no-popup {
		min-width: 210px;
	}
	.header_style_default .fieldmegamenu .root-item .title {
		padding: 0 16px;
	}
	.header_style_default #_desktop_dropdown_header .header-dropdown-content {
		left: -180px !important;
	}
	#footer .links ul#footer_sub_menu_contact li i {
		margin-right: 10px;
	}
}
@media (min-width: 992px) {
	.header_style_default #field-search-no-popup .search_query {
		height: 25px;
		border: 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.header_style_default #field-search-no-popup .button-search {
		color: #333;
		background: transparent;
		width: 25px;
		line-height: 25px;
	}
	.header_style_default #field-search-no-popup .button-search:hover {
		background-color: transparent !important;
	}
}
@media (max-width: 991px) {
	#_mobile_cart .blockcart .click-cart,
	#_mobile_language_selector .dropdown .expand-more, #_mobile_currency_selector .dropdown .expand-more {
		color: #fff;
		font-size: 14px;
	}
	#_mobile_cart .blockcart .click-cart:hover,
	#_mobile_language_selector .dropdown:hover .expand-more,
	#_mobile_currency_selector .dropdown:hover .expand-more {
		color: #000000;
	}
	#_mobile_language_selector .dropdown, #_mobile_currency_selector .dropdown {
		max-height: 50px;
	}
	#header-moblie .language-selector .expand-more i {
		display: inline-block;
	}
	#_mobile_language_selector ul.dropdown-menu {
		right: 16.66%;
	}
	.box-banner2-h3.elementor-section > .elementor-container,
	.box-testi-h2.elementor-section > .elementor-container,
	.box1-ft-h1.elementor-section > .elementor-container,
	.box2-ft-h1.elementor-section > .elementor-container,
	.box-chiu-h4.elementor-section > .elementor-container {
		max-width: calc(100% - 50px) !important;
	}
	.banner5-h1 .banner-box-content {
		width: calc(100% - 50px) !important;
	}
	.banner5-h1 .banner-box-content .desc_banner {
		max-width: 400px;
		margin-bottom: 18px;
	}
	.banner5-h1 .banner-box-content .title_banner {
		max-width: 222px;
	}
	.banner5-h1 .banner-box-content .title_banner:after {
		bottom: 9px;
	}
	.banner6-h1 .banner-box-content .desc_banner {
		max-width: 340px;
		margin-bottom: 16px;
	}
	#footer .links ul#footer_sub_menu_contact li {
		justify-content: center;
	}
	.horizontal_mode .button-action .compare {
		display: none;
	}
	.quickview .modal-header .close {
		right: 0;
    	top: -24px;
	}
	.field-banner-slider-wrapper .field-banner-slider .item_banner .item_content .desc_banner {
		padding: 0 15px;
	}
	.box-banner-h2.elementor-section > .elementor-container {
		max-width: calc(100% - 38px) !important;
	}
	.banner3-h2 .banner-box-content .desc_banner {
		margin-bottom: 20px;
	}
	.box-banner-h3 .elementor-column:last-child {
		margin: 0 auto;
	}
	.banner3-h2 .banner-box-content .subtitle_banner span {
		font-size: 32px;
		line-height: 32px;
	}
	.banner3-h2 .banner-box-content .desc_banner {
		margin-bottom: 10px;
	}
	.banner3-h2 .banner-box-content button {
		padding: 7px 30px !important;
	}
	.field-banner-slider-wrapper .field-banner-slider .item_banner .item_button {
		padding: 9px 30px 7px !important;
		left: 69px;
	}
	.box-banner1-h4 {
		background-position: 44% 0 !important;
	}
	.banner1-h4 .banner-box-content {
		max-width: calc(100% - 50px);
	}
	.field-testimonials-wrapper .field-testimonials .testimonials_item .testi_desc {
		max-width: calc(100% - 40px);
	}
	.banner3-h2 .banner-box-content .subtitle_banner {
		max-width: 300px;
	}
	.pro1-h2.pro1-h4 .horizontal_mode .item-inner .right-product .category_name {
		display: none;
	}
	.pro1-h2.pro1-h4 .horizontal_mode .item-inner .right-product .product_name {
		position: unset;
		text-align: left;
		max-width: calc(100% - 65px);
	}
	.pro1-h2.pro1-h4 .horizontal_mode .item-inner .right-product .comments_note div.star {
		width: 12px;
	}
	#_mobile_fieldmegamenu .menu-item.depth-1>.title a {
		color: #0d0d0d;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 400;
		margin-bottom: 15px;
	}
	#_mobile_fieldmegamenu .submenu .title a {
		font-size: 12px;
		color: #464646;
		padding-left: 10px;
		position: relative;
	}
	#_mobile_fieldmegamenu .horizontal_mode .item-inner .right-product .product-price-and-shipping {
		text-align: left !important;
	}
	#_mobile_fieldmegamenu>ul .popup2-header > ul > .menu-item,
	#_mobile_fieldmegamenu>ul .popup3-header > ul > .menu-item {
		margin-bottom: 20px;
	}
	#_mobile_cart .click-cart .cart-products-count {
		top: 5px;
	}
	#_mobile_fieldmegamenu .horizontal_mode .item-inner .left-product:before {
		display: none;
	}
	#Popup_sizechart .modal-dialog {
        width: calc(100% - 40px);
    	margin: 0;
	}
	#Popup_sizechart.in {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	.field-testimonials-wrapper .field-testimonials .testimonials_item .testi_desc:after {
		right: 65px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.banner1-h1 .banner-box-content .desc_banner,
	.banner2-h1 .banner-box-content .desc_banner,
	.banner4-h1 .banner-box-content .desc_banner {
		margin-bottom: 10px;
	}
	.banner3-h1 .banner-box-content .title_banner span {
		font-size: 20px;
	}
	.banner3-h1 .banner-box-content {
		width: 150px !important;
	}
	.field-simple-blog .field-blog-posts-list .simpleblog__listing__post__wrapper {
		max-width: 50%;
		margin: 0 auto 12px;
		justify-content: center;
	}
	.field-simple-blog .field-blog-posts-list .simpleblog__listing__post .content_blogpost {
		width: calc(100% - 125px);
	}
	.box-count-h2 {
		background-position: 50% 0 !important;
	}
	.box-banner-slider-h3.elementor-section > .elementor-container {
		max-width: 600px !important;
	}
	.field-banner-slider-wrapper .field-banner-slider .owl-item .item_banner .item_content {
		max-height: 303px;
		max-width: 280px;
	}
	.field-banner-slider-wrapper .field-banner-slider.position-arrow-outside button.owl-prev {
		left: -38px;
	}
	.field-banner-slider-wrapper .field-banner-slider.position-arrow-outside button.owl-next {
		right: -38px;
	}
	.mini-box-list-h4 .elementor-column:last-child {
		position: absolute;
		left: 50%;
		top: 0px;
	}
	.mini-box-list-h4 .elementor-column:nth-child(2) {
		margin: 0 auto;
	}
	#_mobile_fieldmegamenu>ul .menu-item .submenu {
		display: block;
	}
}
@media (min-width: 768px) {
	#product .row .product_left {
		width: 33.33%;
	}
	#product .row .product_right {
		width: 66.66%;
	}
}
@media (max-width: 767px) {
	.field-tab-products-carousel-wrapper .tab-content .owl-theme .owl-dots {
		margin-top: 25px;
	}
	.quickview h1[itemprop="name"],
	.quickview .product-prices,
	#product h1[itemprop="name"],
	#product .product-prices,
	.tabs .nav-tabs {
		text-align: center;
	}
	.quickview .comments_note .star_content,
	.product-variants>.product-variants-item,
	.quickview .product-quantity .qty,
	#product .comments_note .star_content,
	#product .product-quantity .qty {
		display: flex;
		justify-content: center;
	}
	.product-actions .add-to-cart, .product-actions .wishlist, .product-actions .compare {
		margin: 0 5px;
	}
	.quickview .product-quantity, #product .product-quantity {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#product .js-qv-mask.mask {
		max-width: 200px;
		margin: 0 auto;
	}
	.social-sharing {
		justify-content: center;
	}
	.tabs .nav-tabs .nav-item {
		float: none;
		padding: 0 10px !important;
	}
	.box-img-about-us .elementor-column {
		width: 50%;
	}
	.field-banner-slider-wrapper .field-banner-slider.position-arrow-outside .field-nav span {
		line-height: 34px;
		font-size: 16px;
	}
	.field-banner-slider-wrapper .field-banner-slider.position-arrow-outside .field-nav {
		width: 36px;
		height: 36px;
		line-height: 36px;
		top: -52px;
	}
	.field-banner-slider-wrapper .field-banner-slider .item_banner .item_content .desc_banner {
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.field-banner-slider-wrapper .field-banner-slider.position-arrow-outside .field-nav-prev {
		left: -10px;
	}
	.field-banner-slider-wrapper .field-banner-slider.position-arrow-outside .field-nav-next {
		right: -10px;
	}
	.box-slider-banner-h2 {
		top: -50px;
	}
	.banner1-h2 .banner-box-content .title_banner span, .banner2-h2 .banner-box-content .title_banner span {
		font-size: 34px;
		line-height: 34px;
	}
	.banner1-h2 .banner-box-content button, .banner2-h2 .banner-box-content button {
		padding: 5px 20px !important;
	}
	.box-count-h2 {
		background-position: 100% 0 !important;
	}
	.simpleblog__listing__post__wrapper__footer {
		margin-top: 15px;
	}
	.cardblog .card-block p {
		margin-bottom: 15px;
	}
	.banner1-h3 .banner-box-content button, .banner2-h3 .banner-box-content button, .banner3-h3 .banner-box-content button {
		padding: 9px 30px 7px !important;
	}
	.box-title-h3 .elementor-column {
		width: 50% !important;
	}
	.title-h3:before {
		right: -10px;
	}
	.box-banner-slider-h3.elementor-section > .elementor-container {
		max-width: calc(100% - 40px) !important;
	}
	.field-banner-slider-wrapper .field-banner-slider .owl-item .item_banner .item_content {
		max-height: 75%;
		max-width: 280px;
	}
	.field-testimonials-wrapper .field-testimonials .testimonials_item {
		max-width: calc(100% - 40px);
	}
	.product_right form .product-additional-info {
		text-align: center;
	}
	.lang-es .pro1-h2.pro1-h4 .horizontal_mode .button-action .btn-add-to-cart span,
	.lang-es .pro1-h2.pro1-h4 .horizontal_mode .button-action .button_view_product span,
	.lang-fr .pro1-h2.pro1-h4 .horizontal_mode .button-action .btn-add-to-cart span,
	.lang-fr .pro1-h2.pro1-h4 .horizontal_mode .button-action .button_view_product span,
	.lang-it .pro1-h2.pro1-h4 .horizontal_mode .button-action .btn-add-to-cart span,
	.lang-it .pro1-h2.pro1-h4 .horizontal_mode .button-action .button_view_product span {
		padding: 0 20px;
	}
}
@media (max-width: 767px) and (min-width: 576px) {
	.banner1-h1 .banner-box-content, .banner2-h1 .banner-box-content {
		left: 50% !important;
	}
	.banner1-h1 figure, .banner2-h1 figure, .banner3-h1 figure, .banner4-h1 figure {
		width: max-content;
		margin: 0 auto;
	}
	.box-commerce-h1 .elementor-column {
		width: 50%;
	}
	.icon-box-h1 .elementor-icon-box-wrapper {
		display: flex;
		text-align: left !important;
	}
	.icon-box-h1 .elementor-icon-box-wrapper .elementor-icon-box-icon {
		margin: 0 10px 0 0 !important;
		min-width: 40px;
	}
	.field-simple-blog .field-blog-posts-list .simpleblog__listing__post__wrapper {
		max-width: 60%;
		margin: 0 auto 12px;
		justify-content: center;
	}
	.field-simple-blog .field-blog-posts-list .simpleblog__listing__post .content_blogpost {
		width: calc(100% - 125px);
	}
	.col-linklist-ft-h1 {
		width: 33.33% !important;
	}
	.box-banner6-h1.elementor-section {
		margin-top: -90px !important;
	}
	.banner6-h1 .banner-box-content {
		text-align: left !important;
		transform: translate(0, -50%) !important;
		left: 45% !important;
	}
	.banner6-h1 .banner-box-content .title_banner {
		max-width: unset;
	}
	li.product-flag {
		left: calc(50% - 225px) !important;
	}
	.banner3-h2 .banner-box-content .subtitle_banner {
		margin: 0 auto;
		max-width: unset;
	}
	.banner3-h2 figure img {
		height: 250px;
	}
	.banner3-h2 figure {
		text-align: center;
	}
	.box-icon-box1-h4 .elementor-column {
		width: 50%;
		margin: 0 auto;
	}
	.box-icon-box1-h4 .elementor-column:first-child .elementor-column-wrap {
		margin-right: 20px !important;
	}
	.box-icon-box1-h4 .elementor-column:last-child .elementor-column-wrap {
		margin-left: 20px !important;
	}
	.title2-h4 .elementor-heading-title, .text1-h4 {
		margin: 0 auto;
	}
	.button1-h4 a {
		position: relative;
		right: 105px;
	}
	.button2-h4 {
		left: 50%;
		bottom: 30px;
	}
	.button2-h4.button1-h4 a {
		right: unset;
	}
	.col-left-benefit-h4, .col-right-benefit-h4 {
		width: 50%;
	}
	.col-right-benefit-h4 {
		position: absolute;
		left: 50%;
	}
	.banner3-h2 .banner-box-content {
		text-align: left !important;
	}
	#_mobile_fieldmegamenu>ul .menu-item .submenu {
		display: block;
	}
	#_mobile_fieldmegamenu .popup2-header .menu-items>li:first-child {
		width: 25% !important;
	}
	#_mobile_fieldmegamenu .popup2-header .menu-items>li:nth-child(2) {
		width: 75% !important;
	}
	#_mobile_fieldmegamenu .popup3-header .menu-items>li {
		width: 33.33% !important;
	}
	#_mobile_fieldmegamenu .menu-items .submenu li {
		margin-bottom: 15px;
	}
	.banner1-h4 figure img {
		width: 100%;
		max-width: unset !important;
	}
	.banner2-h4 .banner-box-content {
		text-align: center !important;
	}
	.banner2-h4 .banner-box-content .desc_banner {
		margin: 0 auto 10px;
	}
}
@media (max-width: 575px) {
	#_mobile_cart .blockcart .click-cart .text_item,
	#_mobile_language_selector .dropdown .expand-more .text_selector {
		display: none;
	}
	.banner1-h1 .banner-box-content .desc_banner, .banner2-h1 .banner-box-content .desc_banner, .banner4-h1 .banner-box-content .desc_banner {
		margin-bottom: 8px;
	}
	.box-pro1-h1.elementor-section {
		background-position: 0% !important;
	}
	.banner5-h1 .banner-box-content .title_banner {
		max-width: 185px;
	}
	.banner5-h1 figure img {
		width: 500px;
		max-width: unset !important;
	}
	.banner5-h1 .banner-box-content .title_banner:after, .banner6-h1 .banner-box-content .title_banner:after {
		width: 24px;
		height: 24px;
		right: -36px;
		bottom: 8px;
	}
	.banner5-h1 .banner-box-content .desc_banner {
		max-width: 280px;
	}
	.banner6-h1 figure img {
		width: 600px;
		max-width: unset !important;
		position: relative;
		left: -200px;
	}
	.banner6-h1 .banner-box-content {
		width: max-content;
	}
	.banner6-h1 .banner-box-content .title_banner {
		max-width: unset;
	}
	.field-testimonials-wrapper .field-testimonials .testimonials_item .testi_desc {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 30px;
		max-width: unset;
		padding: 15px 10px 10px 10px;
	}
	.field-testimonials-wrapper .field-testimonials .testimonials_item .testi_desc:before {
		display: none;
	}
	.box-commerce-h1.elementor-section {
		background-position: 100% !important;
	}
	.field-simple-blog .field-blog-posts-list .simpleblog__listing__post .content_blogpost {
		width: calc(100% - 115px);
	}
	.field-simple-blog .field-blog-posts-list .simpleblog__listing__post__wrapper {
		justify-content: center;
	}
	.container_img_bread.img-breadcrumb-on-fieldthemecustomizer img {
		height: 150px;
		max-width: unset !important;
		position: relative;
		left: -300px;
	}
	.team-about-us figure {
		padding: 0 10px;
	}
	.pro1-h2 .field-widget-carousel-wrapper .owl-stage-outer {
		margin-left: -5px;
		margin-right: -5px;
		padding: 0 5px;
	}
	.banner1-h2 figure img, .banner2-h2 figure img {
		max-width: unset !important;
		height: 150px;
	}
	.banner1-h2 figure, .banner2-h2 figure {
		overflow: hidden;
	}
	.simpleblog__listing__post__wrapper {
		text-align: center;
	}
	.banner3-h2 .banner-box-content .subtitle_banner {
		margin: 0 auto;
	}
	.banner3-h2 figure {
		min-height: 300px;
	}
	.field-banner-slider-wrapper .field-banner-slider .owl-item .item_banner .item_content {
		max-width: 200px;
	}
	.field-banner-slider-wrapper .field-banner-slider .item_banner .item_content .title_banner {
		margin-top: 20px;
	}
	.field-banner-slider-wrapper .field-banner-slider .item_banner .item_content .subtitle_banner {
		bottom: 20px;
	}
	.field-banner-slider-wrapper .field-banner-slider .item_banner .item_button {
		top: 70px;
		left: 30px;
	}
	.icon-box-h4 .elementor-widget-container {
		width: unset;
	}
	.icon-box-h4.icon-1 .elementor-widget-container {
		margin-left: unset;
	}
	.title2-h4 .elementor-heading-title {
		margin: 0 auto;
	}
	.button2-h4 {
		position: relative;
		left: unset;
	}
	.field-testimonials-wrapper .field-testimonials .testimonials_item .testi_desc:after {
		right: 50%;
		transform: translateX(50%);
		-o-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-webkit-transform: translateX(50%);
	}
	.field-testimonials-wrapper .field-testimonials .testimonials_item {
		align-items: center;
	}
	.field-testimonials-wrapper .field-testimonials .testimonials_item .avatar_image {
		width: unset;
	}
	.pro1-h2.pro1-h4 .horizontal_mode .button-action .btn-add-to-cart span, .pro1-h2.pro1-h4 .horizontal_mode .button-action .button_view_product span {
		padding: 0 25px;
	}
	.simpleblog__listing__post__wrapper .simpleblog_box_content {
		padding-left: 0;
	}
	.simpleblog__listing__post__wrapper__content__footer {
		left: 50%;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.slider-h4 .erinyen.tparrows.tp-leftarrow {
		transform: matrix(1, 0, 0, 1, 5, -15) !important;
	}
	.slider-h4 .erinyen.tparrows.tp-rightarrow {
		transform: matrix(1, 0, 0, 1, -123, -15) !important;
	}
	.pro1-h2.pro1-h4 .horizontal_mode .item-inner .right-product .comments_note {
		position: unset;
	}
	.pro1-h2.pro1-h4 .horizontal_mode .item-inner .right-product .product_name {
		text-align: center;
		max-width: unset;
	}
	.pro1-h2.pro1-h4 .horizontal_mode .item-inner .right-product .product-price-and-shipping {
		text-align: center !important;
		margin-top: 0;
	}
	#_mobile_fieldmegamenu .popup2-header .menu-items>li:nth-child(2) {
		padding-left: 15px;
	}
	#_mobile_fieldmegamenu .popup2-header .menu-items>li:first-child {
		border: 0;
	}
	#_mobile_fieldmegamenu .popup2-header .menu-item.depth-1>.title a {
		margin-bottom: 5px;
	}
	.contact-info-h1 .elementor-widget-container {
		text-align: center;
	}
	#footer .links ul#footer_sub_menu_contact li i {
		margin-right: 10px;
	}
	#field-search-no-popup.dropdown-menu {
		left: -30px;
		right: auto;
	}
	.banner1-h4 .banner-box-content {
		position: relative !important;
		transform: translate(-50%, 30px) !important;
	}
	.img-box2-h4 .elementor-image-box-content .elementor-image-box-description {
		margin: 0 auto;
	}
	#_mobile_fieldmegamenu .menu-items .submenu li.pro3-header {
		margin-bottom: 17px;
	}
	.button-popup-sizechart {
		display: none;
	}
	.item-product-list .button-action .tab_button {
		justify-content: center;
	}
	.item-product-list .button-action .btn-add-to-cart, .item-product-list .button-action .button_view_product, .item-product-list .button-action .wishlist, .item-product-list .button-action .compare, .item-product-list .button-action .quick-view {
		margin: 0 5px;
	}
	.pagination>div:first-child {
		padding: 0;
		text-align: center;
	}
}