/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/*mega menu transparent setting*/

 header.bg_transparent:hover {
    background: white;
} 
.l-header.bg_transparent:hover:not(.sticky) .l-subheader.at_middle,
.l-header.bg_transparent:hover .at_bottom a,
.l-header.bg_transparent:hover .w-search-form-btn,
.l-header.bg_transparent:hover input[type="text"]::placeholder,
.l-header.bg_transparent:hover a.w-btn.us-btn-style_3:hover,
.l-header.bg_transparent:hover .w-cart-link:hover,
.l-header.bg_transparent:hover input[type="text"],
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .type_desktop .menu-item.level_1:hover>a,
.l-header.bg_transparent:hover:not(.sticky) .ush_menu_1.type_desktop .w-nav-item.level_1.current-menu-item>a:not(.w-btn),
.l-header.bg_transparent:hover .ush_btn_1,
.l-header.bg_transparent:hover .hd-btn .fas.fa-fas.fa-phone-alt,
.l-header.bg_transparent:hover .hd-btn .w-btn-label

{
       color: #030338 !important;
}
.no-touch .l-subheader.at_bottom a:hover
{
    color: #ea000b!important;
}
.w-nav.type_desktop .menu-item[class*="columns"] .menu-item-has-children .w-nav-anchor.level_2{
      color: #878787 !important;
    font-size: 15px !important;
    font-weight: 200;
}

.l-header.bg_transparent:hover .logo-light img,
.l-header.bg_transparent:hover .logo-white img{
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
}
.w-nav.type_desktop .w-nav-list:not(.level_1) {
       box-shadow: 0 13px 15px rgba(0, 0, 0, .15);
}
.l-header.bg_transparent:hover .l-subheader.at_middle {
    background: none !important;
			    border-bottom: 1px solid #d8d8d8;
}
header.bg_transparent{
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header_hor .w-nav.type_desktop .mega-menu .w-nav-list.level_2 {
	display: flex;
    gap: 25px;
    flex-wrap: wrap;
      padding: var(--dropdown-padding, 0) max(2.5rem, 65vw - var(--site-content-width) / 2.5); /*change the height and width padding*/
	    border-top: 1px solid #d8d8d8;
}
.w-nav.type_desktop .menu-item.columns_4>ul>li {
	    width: initial !important;
    flex-grow: 0.1;
	    max-width: 300px;
}
.w-nav.type_desktop .menu-item.columns_4>ul>li:last-child {
    flex-basis: 230px;
	 margin-left: auto;
}
span.w-nav-arrow {
    font-size: 10px;
}

/*mega menu transparent setting end*/




/*Add your own styles here:*/
.bold a span {
    font-weight: 700;
}
/*custom header:*/
/*

.l-subheader-h {
    position: initial!important;
}

.l-subheader-cell.at_center {
    justify-content: left;
}
.l-subheader-cell.at_left {
    position: absolute!important;
    left: 20px;
}
.l-subheader-h {
    max-width: 1170px;
	    margin: 0 auto;
}
.l-subheader-cell.at_right {
    position: absolute!important;
    right: 20px;
}
*/
header.l-header.pos_fixed.sticky {
    box-shadow: 3px 7px 27px -23px rgba(0,0,0,0.70)!important;
	-webkit-box-shadow:3px 7px 27px -23px rgba(0,0,0,0.70)!important;
-moz-box-shadow: 3px 7px 27px -23px rgba(0,0,0,0.70)!important;
}

	.ush_menu_1.type_mobile .w-nav-anchor.level_1, 
.ush_menu_1.type_mobile .w-nav-anchor.level_1 + .w-nav-arrow,
.ush_menu_1.type_mobile .w-nav-anchor:not(.level_1), 
.ush_menu_1.type_mobile .w-nav-anchor:not(.level_1) + .w-nav-arrow{
    font-size: 14px !important;
}

/*custom header end:*/
.p-card h3 {
    color: #6cbd91;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0;
}



 /*fade images animation*/


.fade-image {
	position:relative;
border-radius: 8px !important;
    overflow: hidden;
}
.fade-image:after{
	background: #0C2340;
	bottom:-1px;
	content:'';
	left:-1px;
	position:absolute;
	right:-1px;
	top:-1px;
	z-index: 58;
	-webkit-transition:all 1.25s ease-in-out;
	-o-transition:all 1.25s ease-in-out;
	transition:all 1.25s ease-in-out;
	-webkit-transform-origin:right;
	-ms-transform-origin:right;
	transform-origin:right;
}
.fade-image.animate:after {
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	transform:scaleX(0);
}

 /*fade images animation end*/



.display-none{
	    display: none!important; 
}
@media (max-width:1024px){

	.display-none{
	    display: block !important; 
}
	.ush_menu_1 {
    margin: 0 !important;
}
	.ush_search_1.layout_simple {
    padding-left: 20px !important;
}
}


.full-img img {
    width: 100% !important;
}

.bt-text {
    position: fixed;
    bottom: 40px;
    max-width: 1360px;
    right: 0;
    left: 0;
    margin: 0 auto !important;
}
.bt-text.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding: 0px 10px;
}
.bt-text.g-cols.via_flex.valign_bottom>div>.vc_column-inner {
    justify-content: start;
}
.bt-text .vc_column-inner> div {
    border-bottom: 2px solid #ffffffa3;
    padding-bottom: 20px;
}
span.woo-sctr-shortcode-countdown-text-before {
    font-size: 20px!important;
    color: #fff!important;
    margin-bottom: 10px!important;
}
.woo-sctr-shortcode-countdown-unit-wrap {
    margin: 0!important;
}
.shop-st {
    margin-bottom: 0px !important;
}
.no-touch a.w-gallery-item:focus .w-gallery-item-img:after,
.no-touch a.w-gallery-item:hover .w-gallery-item-img:after {
    opacity: 0;
}

.l-header.sticky .simple-sr input[type="text"]::placeholder {
    color:#000;
}
.l-header.bg_solid .simple-sr input[type="text"]::placeholder {
    color: #000 !important;
}
/* prevent horizontal scrolling on iPad */
html:not(.no-touch) .l-canvas { overflow: hidden; }
/* prevent horizontal scrolling for full-width Rows */
.l-section.width_full { overflow: hidden; }





.classic-banner .w-ibanner-content {
    padding: 50px;
}
@media (max-width:1023px){
body:not(.rtl) .w-search.layout_simple input, body:not(.rtl) .w-search.layout_modern input {
     padding-right:0px !important;*/
    font-size: 12px;
}
	.classic-banner h2 {
    font-size: 25px !important;
}
	.cart-final,
	.cart-details{
    width: 100%;
		    margin: 0 !important;
}
	.cart-final .wpb_wrapper {
    max-width: 100% !important;
}
	.ft .wpb_column {
    width: 100% !important;
		    margin-bottom: 0px !important;
				    margin-top: 0px !important;
}

}

body :after {
    font-size: inherit;
}
	.sale-badge {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 10px;
    padding: 0px 9px;
    border-radius: 6px;
    font-weight: 800;
    line-height: 22px;
    background: #e41818 !important;
    font-size: 15px;
}
.double-headings p strong, 
.double-headings p b {
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #6cbd91;
    FONT-SIZE: 16PX;
    text-transform: uppercase;
    font-weight: 700;
}
.double-headings p  {
    margin-bottom: 0;
}

.product_list_widget del, 
.woocommerce .price>del, 
.type-product .price>del, 
.type-product .price .from {
    font-weight: 600;
    opacity: 1;
    color: #f80f0f;
}
.shiping-charges td {
    font-size: 14px!important;
}

.grid-price {
    width: 100%;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}
.pro-img img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%)!important;
}
.blend img{
 mix-blend-mode: darken;
}
.pro-img a:nth-child(1) {
    mix-blend-mode: darken;
}
.woocommerce-product-gallery li img {
    background-color: #fff;
}
.box-grids .w-grid-item-h {
background: rgb(231,229,228); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(231,229,228,1) 0%, rgba(248,248,247,1) 47%, rgba(248,248,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(231,229,228,1) 0%,rgba(248,248,247,1) 47%,rgba(248,248,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(231,229,228,1) 0%,rgba(248,248,247,1) 47%,rgba(248,248,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e5e4', endColorstr='#f8f8f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.g-breadcrumbs-separator {
    margin: 0 0.5em;
}
.grey-gredient {
background: rgb(231,229,228); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(231,229,228,1) 0%, rgba(248,248,247,1) 47%, rgba(248,248,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(231,229,228,1) 0%,rgba(248,248,247,1) 47%,rgba(248,248,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(231,229,228,1) 0%,rgba(248,248,247,1) 47%,rgba(248,248,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e5e4', endColorstr='#f8f8f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.star-rating span:before {
    color: #f1c207;
}
.pro-gallery .woocommerce-product-gallery__image:not(:last-child) {
    margin: 0px;
}
.pro-gallery .woocommerce-product-gallery__image,
.img-grdient,
.pro-gallery .woocommerce-product-gallery li{
    background: rgb(231,229,228);
    background: -moz-linear-gradient(-45deg, rgba(231,229,228,1) 0%, rgba(248,248,247,1) 47%, rgba(248,248,247,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(231,229,228,1) 0%,rgba(248,248,247,1) 47%,rgba(248,248,247,1) 100%);
    background: linear-gradient(135deg, rgba(231,229,228,1) 0%,rgba(248,248,247,1) 47%,rgba(248,248,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e5e4', endColorstr='#f8f8f7',GradientType=1 );
}
.product-info-col {
    max-width: 580px;
    margin: 0 auto;
}
.yith-wcwl-wishlistaddedbrowse {
    font-size: 14px !important;
}
.service-setps p strong {
    letter-spacing: 3px !important;
    font-weight: 300;
}
.service-setps p {
    margin-bottom: 0;
}
.service-setps .wpb_text_column {
    padding: 0px 29px;
}
.w-html.total-counter {
    font-weight: 600;
}
.w-html.total-counter span {
    font-weight: 400;
}
.top-overlay::before
{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.31) 37%, rgba(0,0,0,0) 71%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.31) 37%,rgba(0,0,0,0) 71%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.31) 37%,rgba(0,0,0,0) 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.owl-carousel {
    z-index: 4 !important; 
}
.highlight-st h1 {
    font-size: 130px;
    letter-spacing: -6px;
    line-height: 100px;
}
.highlight-st h4 {
    font-size: 50px;
    line-height: 20px;
}
.big-heading h2 {
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 70px;
    margin-bottom: 10px;
}
.w-tabs.style_radio3.layout_hor>.w-tabs-list .w-tabs-item {
    padding: 0.6em 25px;
}
.sticky .l-subheader.at_bottom {
    border-bottom: 1px solid #d8d8d8 !important;
    border-top: 1px solid #d8d8d8 !important;
	box-shadow: 0 3px 5px -1px rgb(0 0 0 / 10%), 0 2px 1px -1px rgb(0 0 0 / 5%);
}
.bg_solid .l-subheader.at_bottom {
    border-bottom: 1px solid #d8d8d8 !important;
    border-top: 1px solid #d8d8d8 !important;
}
.bg_solid span.w-cart-quantity {
    background-color: #000 !important;
    color: #fff !important;
}
.sticky span.w-cart-quantity {
    background-color: #000 !important;
    color: #fff !important;
}
.bg_transparent a.w-btn.us-btn-style_3:hover {
    color: #ffffff9e !important;
}
.sticky a.w-btn.us-btn-style_3:hover {
    color: #000!important;
}
span.w-cart-quantity {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 800 !important;
}
.us-btn-style_4 {
    border-bottom: 1px solid;
}
.us-btn-style_5 {
    border-bottom: 1px solid #fff;
}
.grid-st .vc_column-inner {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.project-grids.stretched {
    width: 100%;
}
.img-hover {
    overflow: hidden;
}
.img-hover .vc_column-inner {
    transform: translateY(0);
    transition-duration: 0.4s;
    transition-property: transform,opacity;
}
.img-hover .vc_column-inner:hover {
    transform: translateY(-8%);
}
.l-main .w-popup-trigger.type_icon i {
    color: #fff;
}
.w-ibanner.animation_phorcys:hover .w-ibanner-image {
    opacity: 1;
}
.w-ibanner.animation_phorcys .w-ibanner-content:hover {
    padding-top: 100% !important;
}
.w-ibanner.animation_phorcys:hover .w-ibanner-content::before {
    opacity: 1;
}
.w-ibanner.animation_phorcys:hover .w-ibanner-title {
    color: #fff !important;
}
.w-ibanner.animation_phorcys:hover .w-ibanner-desc {
    opacity: 1!important;
    color: #fff!important;
}
.w-ibanner-desc {
    opacity: 1 !important;
    color: #fff !important;
    line-height: 20px !important;

}
.w-ibanner-content {
    padding: 7%;
}
.btn-right {
    position: absolute;
       right: 80px;
    bottom: 60px;
}
.us-woo-cart_compact .woocommerce .shop_table.cart {
    width: 100%;
}
.button .w-btn-label {

    padding: 10px;
}
table.wishlist_table thead th {
    padding: 15px 0px 15px 0px !important;
}
th.product-stock-status {
    text-align: center;
}
.wishlist-title-container {
    text-align: center;
}
select.orderby {
    border: none !important;
}





.ft input[type="email"] {
    border: none;
}

.ft .vc_col-sm-1 {
    width: 15.3333%;
}
.ft .vc_col-sm-2 {
    width: 13.6666%
}
.ft-col-four {
    width: 18.6666% !important;
}
.mc4wp-form-fields {
    position: relative;
	    border-bottom: #000 solid 1px;
    margin-top: 15px;
}
.ft input[type=submit] {
      position: absolute;
    right: 15px;
    top: 7px;
    line-height: 1px !important;
    padding: 14px;
    font-size: 14px !important;
}























.main-banner span {
    font-size: 110px;
}
.main-banner h6 {
    font-size: 25px;
    color: #fff !important;
    margin-bottom: 30px;
    letter-spacing: 12px;
}
.main-banner p {
    font-size: 18px;
    color: #677381;
}


p.w-person-name {
    margin-bottom: 2px;
    font-size: 25px;
    color: #000;
}
.w-person-description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
}

.contact-banner a {
    color: #fff;
    font-weight: 700;
    border-bottom: 10px solid;
}
.contact-banner a:hover {
    color: #fff !important;
    text-decoration: none;
    border: none;
    list-style: none;
}

.ft p {
    line-height: 24px;
}

.wt {
       display: inline-block!important;
    position: fixed;
    right: 22px;
    bottom: 22px;
    background-color: #49e670;
    border-radius: 50%;
    padding: 5px;
    height: 60px;
    width: 60px;
    z-index: 999999;
    text-align: center;
}
.row-center {
    margin: 0 auto !important;
}
.banners h1 {
    font-size: 80px;
    line-height: 80px;
}

.next i {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 15px;
}
.sr-menu li {
    border-bottom: 2px #ddd solid;
    padding: 10px 0px;
}
.sr-menu .current-menu-item::after {
    content: '\f061';
font-family: "fontawesome";
font-weight: 900;
    color: #353232;
	position: absolute;
right: 20px;
}
.sr-menu.us_menu_1 .menu>li {
    margin: 0 !important;
}
.sr-menu .current-menu-item {
    font-weight: 800;
    color: #7d581b;
}
.custom-text h2,
.custom-text h3,
.custom-text h4
{
    font-family: var(--font-body) !important;
}
.custom-text h2 {
    font-size: 34px;
    line-height: 40px;
}


@media (max-width:899px){
	.single-product .vc_col-sm-6 { width: 100%;}
}
@media (max-width:767px){
#ft .extra li {
    margin-bottom: 0px !important;
    display: inline-block;
    padding-right: 15px;
    font-size: 13px;
    padding-top: 20px !important;
}
	.card-slider .owl-stage-outer {
    overflow: visible;
}
	.l-subheader.at_middle.width_full {
    display: none;
}
	.single-product .flex-control-thumbs::-webkit-scrollbar {
  height: 15px !important;
	}

	.cart-st .woocommerce .shop_table.cart td.product-name {
    padding-right: 0px!important;
}
	td.product-name a {
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    display: block;
    margin-bottom: 5px;
}
	td.product-thumbnail img {
    border: 1px solid !important;
}

	.ush_menu_1 .w-nav-icon {
    min-width: 20px;
		    width: 20px;
}
	nav.w-nav.ush_menu_1.dark-nav.height_full.dropdown_height.m_align_none.m_layout_fullscreen.m_effect_aft.type_mobile {
    width: 30px;
}
	.product-tabs .w-tabs-section-header {
    font-size: 15px !important;
    padding: 7px 1.5em;
}

.fav-btn {
    padding: 10px !important;
    font-size: 14px;
}
.woocommerce .StripeElement {
    padding-left: 0px !important;
}
	div#customer_login .u-column2.col-2 {
    border-left: none!important;
}
	button.w-filter-opener,
.sorting-row .w-order-select>select{
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        text-align: left;
        vertical-align: middle;
        display: block;
        padding: 5px 5px;
        width: 100%;
}
	i.far.fa-filter {
    position: absolute;
    right: -10px;
}
	.bt-text p { font-size: 14px; line-height: 17px; }
#page-footer .w-tabs-section-header {
      line-height: 0;
    font-size: 15px;
}
	.custom-heading h2 {
    font-size: 40px!important;
}
		.custom-heading h1 {
    font-size: 30px!important;
}
	
	.shiping-charges {
    font-size: 13px;
}

	.ft .iconpos_left {
    display: block !important;
    text-align: center;
    margin: 0 auto;
}
    .logoft img.attachment-full.size-full {
        margin: 0 auto !important;
        width: 171px;
        max-width: 180px;
        text-align: center !important;
        display: block;
    }

	.highlight-st h1 {
    font-size: 60px;
    letter-spacing: -4px;
    line-height: 58px;
}
	.highlight-st h4 {
    font-size: 30px;
    line-height: 20px;
}
	.big-heading h2 {
    font-size: 80px;
    letter-spacing: 0px;
    line-height: 120px;
    margin-bottom: 1px;
}
	.us_custom_dc66e399 {
    margin: 0 auto;
}
.grid-st .g-cols.stacking_default.via_flex>div:not([class*=" vc_col-"]) {
    margin-bottom: 5px;
}
.btn-right {
    display: none;
}	
.main-banner span {
    font-size: 60px;
}
.main-banner h6 {
    font-size: 18px;

}
.main-banner p {
          font-size: 14px;
        line-height: initial;
}
	.ft-br p {
    margin: 0px !important;
}
	.social-icons .width_full {
    display: inline-block;
    text-align: center !important;
    margin: 0 auto;
}

	.social-icons a {
    margin-left: 5px;
    margin-right: 5px;
}
	a.w-btn.us-btn-style_6.usg_btn_1.icon_atright {
    display: block;
}
	.wt{
	height: 50px!important;
width: 50px!important;
	}
	.wt .w-iconbox-icon {
    font-size: 28px !important;
}
	.banners h1 {
    font-size: 40px;
    line-height: 51px;
}
}




/*MY CSS*/

h1, h2, h3 {padding: 0;}
.display-none-mb{display:none;}
.border-right { border-right: 2px solid #e8e8e8;}
.border-top{ border-top: 2px solid #e8e8e8;}
.inline-block {display: inline-flex;}

.sorting-row .w-order-select>select {
    border: none;
}
.w-order-select > select :nth-child(1) {
    display: none;
}
.sorting-row .w-filter-item-title {
    font-size: 16px;
    font-weight: 400 !important;
}


/*brands*/

.brands p {
    font-size: 25px;
}
.brands p strong {
    margin-right: 50px;
}
.brands {
    border-bottom: 2px #ececec solid;
    padding-bottom: 20px;
    padding-top: 20px;
}
@media (max-width: 600px){
	.money-icon {
    right: 10px !important;
    top: -30px!important;
    width: 50px!important;
}
	ol.flex-control-nav.flex-control-thumbs {
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}
	.woocommerce-product-gallery__image.flex-active-slide {
    border: none !important;
    border-radius: none !important;
}
		.woocommerce .shop_table.cart .product-remove a {
    font-size: 10px !important;
    width: initial !important;
    height: initial !important;
    line-height: 22px;
}
	.cart-st .shop_table.cart td.product-thumbnail {
    width: 75px !important;
    order: 2;
    position: absolute;
    right: 0;
}
	.cart-st tbody {
    display: block;
}
	.cart-st .shop_table.cart td.product-name {
       order: 1;
    padding-left: 0px;
    align-items: baseline;
    align-self: flex-start;
}
.cart-st .shop_table.cart td.product-quantity {
    order: 3;
    padding-top: 0;
    width: 140px;
    text-align: left !important;
}
	.cart-st .shop_table.cart td.product-subtotal {
    width: auto;
    order: 4;
		    padding: 0;
}
	.cart-st.w-cart-table .product-quantity .quantity {
    display: inline-block;

}
	.cart-st .quantity input.qty {
    width: 2.5em!important;
}
	.cart-st td.product-thumbnail {
    align-self: flex-start;
}
	.woocommerce td.product-remove a.remove {
    opacity: 9!important;
}
	.woocommerce .shop_table.cart .product-remove {
        background: white;
    border-radius: 50px;
    border: 1px solid !important;
    width: 23px;
    height: 23px;
    top: 5px;
}
		.grid-price {
    display: block;
}
	.ft .w-iconbox-icon {
    margin-right: 0px !important;
}
	.brands p {
    font-size: 25px;
}
	.brands p strong {
    margin-right: 10px;
}
}
/*brands*/
	


/*team popup*/


.team img {
    border-radius: 8px !important;
    margin-bottom: 15px;
	 box-shadow: -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
-webkit-box-shadow:  -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
-moz-box-shadow: -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
}
h3.w-person-name {
    margin-bottom: 10px;
}
.w-person-role {
    font-weight: 400;
	    margin-top: 10px;
    line-height: 22px;
}
.team .fa-arrow-right {
    margin-left: 10px;
}
.team a {
    font-size: 14px;
    color:#fbc01f;
}
.w-popup-box-h {
    box-shadow: -82px 45px 287px -18px rgba(0,0,0,0.5)!important;
    -webkit-box-shadow: -82px 45px 287px -18px rgba(0,0,0,0.5)!important;
    -moz-box-shadow: -82px 45px 287px -18px rgba(0,0,0,0.5)!important;
}

/*team popup end*/



/*contact buttom*/


.contacto {
    display: none !important;
}

@media (max-width:767px){
.contacto {
    display: block !important;
}
.contacto .w-btn {
    display: block !important;
}
}
/*contact buttom end*/





/*flex row:*/
.row {
    display: flex;
    flex-wrap: wrap;
}
.width-50 {
    flex: 50%;
	    padding: 5px;
}
.width-100 {
    flex: 100%;
    padding: 5px;
}
@media (max-width:767px){
	
.row { flex-direction: column;}
}
/*flex row end:*/





/*row extend*/

.main-banner-round {
    border-radius: 0px 0px 60px 60px !important;
}
.border-top-left-right {
    border-radius: 60px 60px 0px 0px !important;
}
.max-1440{
	    max-width: 1350px;

}
.min-row-extend .l-section-h.i-cf {
    max-width: 1270px !important;
    margin: 0 auto;
}

.row-extend .l-section-h.i-cf {
    max-width: 1400px !important;
    margin: 0 auto;
}
.row-extend .content-row {
    max-width: 1170px;
    margin: 0 auto!important;
}
.container-row {
    max-width: 1170px;
    margin: 0 auto !important;
}
.row-grids-none .vc_column-inner {
    padding: 0px !important;
}
/*row extend end*/



/*shadow*/

.shadow-grid .w-grid-item-h {
 box-shadow: -13px 21px 36px -41px rgba(0, 0, 0, 0.5) !important;
-webkit-box-shadow: -13px 21px 36px -41px rgba(0, 0, 0, 0.5) !important;
-moz-box-shadow: -13px 21px 36px -41px rgba(0, 0, 0, 0.5) !important;
}
.color-hover-box:hover {
    background-color: #fff;
    border-radius: 8px;
    z-index: 99;
    box-shadow: 1px 22px 46px -12px rgb(26 26 26 / 15%);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    transition: all 500ms;
    padding: 20px 0px;
    color: #000 !important;
}
.zoom-box .w-grid-item:hover {
    z-index: 99;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
transition: all 500ms;
}
.zoom-box .owl-item:hover {
    z-index: 99;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform:   scale(0.2);
transition: all 500ms;
}
.box-hover:hover {
    background-color: white;
    border-radius: 8px;
    z-index: 99;
    box-shadow: 1px 22px 46px -12px rgb(26 26 26 / 15%);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
transition: all 500ms;
}
.shadow {
box-shadow: -6px -1px 30px 0px rgb(0 0 0 / 11%) !important;
-webkit-box-shadow: -6px -1px 30px 0px rgb(0 0 0 / 11%) !important;
-moz-box-shadow: -6px -1px 30px 0px rgb(0 0 0 / 11%) !important;
}
.shadow-img img {
box-shadow: 3px 6px 30px -18px rgba(0,0,0,0.70)!important;
-webkit-box-shadow:  3px 6px 30px -18px rgba(0,0,0,0.70)!important;
-moz-box-shadow: - 3px 6px 30px -18px rgba(0,0,0,0.70)!important;
}
.shadow-box > div
{
 box-shadow: -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
-webkit-box-shadow:  -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
-moz-box-shadow: -12px 25px 57px -38px rgba(0,0,0,0.5)!important;
}
/*shadow end*/



/*curve box*/

.curze img{
clip-path: polygon(26% 0, 100% 0, 100% 20%, 100% 70%, 75% 100%, 20% 100%, 0 100%, 0 26%);
}

.curze-reverse{
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0 79%, 0 0);
}
/*curve end*/



/*check li*/
.check-li ul {
  margin: 0;
}
.check-li li {
  margin-bottom: 10px !important;
  list-style: none !important;
  padding-left: 35px !important;
  position: relative !important;
	    line-height: 24px;
}
.check-li li::before {
  content: "\f058" !important;
  position: absolute !important;
  left: 7px !important;
  font-family: "fontawesome";
  color: var(--color-content-primary);
  line-height: 25px !important;
}
/*check li end*/


/*newsletter*/
.mc4wp-form-fields {
    position: relative;
}
.ft-st input {
    border: 1px #fff solid !important;
    border-radius: 50px;
}
.mail-chimp input[type="submit"] {
    position: absolute;
    right: 13px;
    line-height: 0;
    padding: 6px 18px;
    margin-top: 9px;
	    background-color: black;
}
.ft-st input[type="submit"] {
    color: #fff !important;
    border-radius: 50px;
}
input::placeholder {
    color: black;
}
/*newsletter end*/



/*phone and download setting*/
.phne {
    display: inline-block;
    margin-left: 20px !important;
    vertical-align: middle;
    margin-top: 5px !important;
}
.bg_solid .hd-btn .w-btn-label {
 color: var(--color-header-middle-text);
}
.sticky .hd-btn .w-btn-label {
    color: #000;
}
.hd-btn .fas.fa-fas.fa-phone-alt {
    color: #7f5817;
}
.hd-btn .w-btn-label {
    color: #fff;
	font-size: 16px;
}
.phne .w-iconbox-icon {
    display: inline-block !important;
    margin-top: 8px;
    padding-top: 0;
    vertical-align: top;
}
.phne .w-iconbox-title {
    padding-top: 0px;
}
.phne .w-iconbox-meta {
    display: inline-block;
    line-height: 9px;
    margin-left: 17px;
}

.download-btn .w-iconbox-title:hover {
    color: #fff !important;
}
.download-btn .w-iconbox-icon {
    margin-top: 5px;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.download-btn .w-iconbox-title {
    margin: 0 !important;
    line-height: 0;
}
.download-btn {
    padding: 12px 20px;
}

.download-btn .w-iconbox-title {
    margin: 0 !important;
    line-height: 0;
    margin-top: 9px !important;
}




/*phone dropdown*/
.phone-drop .w-nav-title span {
    display: block;
}
.phone-drop ul.w-nav-list {
    border-radius: 10px;
    right: 130px!important;
    padding: 0px 10px !important;
    min-width: 210px;
    left:-7.7rem!important;
}
.phone-drop ul li {
    border-bottom: 1px solid #c89437 !important;
}

li#menu-item-266 {
    border: none !important;
}

.phone-drop .w-nav-icon > div {
    display: none;
}
.phone-drop .w-nav-icon::After {
 content: "\f879" !important;
    font-family: "fontawesome";
    color: #c89437;
    font-size: 17px;
    background-color: #fffffe;
    padding: 10px;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    border-radius: 50%;
	    border: 1px solid;
}
@media (max-width:767px){

	.phone-drop .w-nav-icon::after {
    font-size: 13px;
    padding: 6px;
    height: 30px;
    width: 30px;
}
}
/*phone dropdown*/

@media (max-width:1336px){
.hd-btn .w-btn-label {
    display: none;
}
}
/*phone and download setting end*/



/*engage icon*/

.engage {
width: 100px;
    height: 100px;
    background-color: #cb9432;
    position: fixed;
    right: 20px;
    border-radius: 90%;
    bottom: 20px;
      -webkit-box-shadow: -22px 27px 35px -8px rgb(0 0 0 / 6%) !important;
    -moz-box-shadow: -22px 27px 35px -8px rgb(0 0 0 / 6%)!important;
    box-shadow: -22px 27px 35px -8px rgb(0 0 0 / 6%)!important;
        display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
        -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
        justify-content: center;
    align-items: center;
        cursor: pointer;
	    z-index: 999;
}
.engage-text {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

@media (max-width:767px){
	.ft #engage {
    width: 80px;
    height: 80px;
}
	
.engage-text {
    font-size: 12px;
}
}
/*engage icon end*/



/*responsive settings*/
@media (max-width:767px){
	.header_hor .l-subheader-cell.at_left>* {
    margin-right: 0;
}
.mb-overlay::before {
    background-color: #00000080;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.mb-overlay .l-section-h.i-cf {z-index: 2;}
.phne .w-iconbox-icon {font-size: 20px !important;}
.phne { margin-left: 8px !important;}

}
	


/*fotter setting*/
.ft-title {
    font-size: 21px;
    margin-bottom: 15px;
	color:#000 !important;
}
.ft li {
    margin-bottom: 13px !important;
    font-size: 15px;
}
.ft-last p {
    font-size: 14px;
}
	.ft .w-iconbox-title {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 4px !important;
}
	.ft .w-iconbox-icon {
    margin-right: 18px !important;
}
.social-media-list {
    list-style: none;
    padding: 0;
    margin: 0!important;
}
        .social-media-item {
            display: flex;
            align-items: center;
        }
     .social-media-item i {
    margin-right: 10px;
    border-radius: 50px;
    border: 1px solid;
    padding: 5px;
    color: #2a479e;
}
        .social-media-item a {
            text-decoration: none;
			    font-weight: 600;
        }
     .social-media-list li {
    margin-bottom: 8px !important;
}
.ft .w-tabs-item {
    font-size: 17px !important;
    font-weight: 600;
    color: #131e4a !important;
		    font-family: var(--h1-font-family) !important;
}
@media (max-width:1024px){
.ft .vc_col-sm-2 {
    width: 100% !important;
        margin: 0px !important;
}
.ft .w-tabs.accordion>div>.w-tabs-section:last-of-type {
    border-top: 0;
}
.ft .vc_col-sm-3 {
    margin: 0 !important;
	    width: 100%;
}


.ft-last .vc_col-sm-4 {
    margin-bottom: 0px !important;
}
.ft p {
    line-height: 20px;
    font-size: 13px!important;
}
	.ft-title p {
    font-size: 18px!important;
}
	.sorting-row .vc_col-sm-3,
.sorting-row .vc_col-sm-6{
    margin: 0px !important;
}
}
/*fotter setting end*/

@media screen and (max-width: 480px) {
	.pr-cat .wpb_column {
    margin: 0px !important;
}
	.flex-bt .vc_column-inner {
    margin-top: 17px;
}
.woocommerce-product-gallery {
  display: block;
  }
.woocommerce-product-gallery ol {
  display: flex;
  }
.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 5px;
  }
	.wishlist_table.mobile li table.additional-info {
    display: none;
}
	.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin-bottom: 10px;
}
	.wishlist_table .product-add-to-cart a.button {
    padding: 1px 25px!important;
}
}
/*laptop setting*/
@media only screen and (min-width: 1024px) and (max-width: 1380px) {
.classic-banner h2 {
    font-size: 32px;
}
	}

.select_option_label.select_option {
    border-radius: 2px !important;
    margin-right: 5px;
    padding: 2px 9px;
    border-width: 2px;
}
.select_option_label.select_option span {
    display: initial !important;
}
.select_option span, .select_option img,
.select_option {
    border-radius: 50px !important;
}

.single-product .woocommerce-variation-price, .single-product .woocommerce-variation-availability {
    line-height: 0.8rem!important;
    margin-right: 0px!important;
}
.single-product .woocommerce-variation-add-to-cart {
    margin-top: 15px;
}
.single-product .w-sharing-list a {
    margin-left: 7px;
}
.fav-btn .add_to_wishlist.single_add_to_wishlist::after {
    content: "ADD TO FAVORITES";
}
.fav-btn {
    background: #ebebeb;
    padding: 14px;
    border-radius: 5px;
    text-align: center;
    color: #000;
}
.fav-btn .yith-wcwl-wishlistexistsbrowse{
	  font-size: 16px !important;
}
.fav-btn .yith-wcwl-add-to-wishlist {
    border-left: none;
}
.w-sharing-list::before {
    content: "SHARE";
    FONT-SIZE: 13PX;
    font-weight: 400;
    margin-right: 8px;
}
.w-filter-item-value label {
    font-size: 14px;
}
.w-filter.layout_ver .w-filter-item, .w-filter.state_mobile.layout_hor .w-filter-item {
    margin-bottom: 5px;
}
.w-filter.layout_ver .w-filter-item-title, .w-filter.state_mobile.layout_hor .w-filter-item-title {
    font-weight: initial;
    font-size: 15px;
}
.g-loadmore.loading.done {
    text-align: center;
}
.yith-wcwl-wishlistexistsbrowse {
    font-size: 12px;
    line-height: 20px;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    font-size: 12px;
}
.select_option:hover, .select_option.selected {
    border-color: #000000;
}
.w-filter.state_desktop[class*="style_drop_"] .w-filter-item-values {
    border-radius: 5px;
}

.single.single-product .value, .single.single-product .label {
    display: block;
}
.woocommerce .quantity input.qty {
        border-radius: 5px;
}

.single-product .woocommerce-message {
    text-align: center;
}
.single-product a.button.wc-forward.wp-element-button {
    width: 100%;
    margin-bottom: 10px;
    padding: 11px;
}
.single-product ul.woocommerce-error {
    text-align: center;
}
.single-product .woocommerce-error li {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}
.pro-size p {
    margin-bottom: 13px!important;
}
.no-touch .woocommerce-product-gallery__trigger {
     opacity: 9;
    border-radius: 5px;
    background-color: white;
    line-height: 45px;
    width: 3rem;
    color: #000000!important;
    border: 1px solid #bbb;
    text-shadow: none;
    bottom: 10px;
	top: inherit !important;
    right: 18px;
}
.no-touch .woocommerce-product-gallery__trigger:hover {
    background: rgb(227 227 227 / 50%)!important;
}
.woocommerce-product-gallery__trigger:before {
    font-size: 17px;
  }
.woocommerce-product-gallery li img.flex-active {
    border: 1px solid var(--color-content-primary);
}
.woocommerce-product-gallery img {
    width: 100%;
	  mix-blend-mode: darken;
}
/*gallery thumbnail slider*/

.woocommerce-product-gallery ol>li {
    padding: 2px;
    display: inline-block;
    z-index: 0;
       scroll-snap-align: none;
	    margin-right: 10px;
}
ol.flex-control-nav.flex-control-thumbs {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    display: block;
        -webkit-overflow-scrolling: touch;
	    text-align: center;
}
.single-product .flex-control-thumbs {
    --thumbBG: #c5c5c5;
    scrollbar-width: initial;
    cursor: all-scroll;
	    margin-top: 10px !important;
	    margin: 0 auto;
}
.single-product .flex-control-thumbs::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.single-product .flex-control-thumbs::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.single-product .flex-control-thumbs::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border: 1px solid var(--scrollbarBG);
}
/*gallery thumbnail slider end*/

.woocommerce-message a.wc-forward.wp-element-button {
    display: block;
    font-size: 17px;
}
.cart-final .wpb_wrapper {
    max-width: 400px;
}
form.woocommerce-form.woocommerce-form-login.login, .woocommerce .login, .woocommerce .track_order, .woocommerce .checkout_coupon, .woocommerce .lost_reset_password, .woocommerce .register {
	 	  background-color: #eefff6 !important;
    margin: 0 auto;
    border-radius: 20px;
}

.woocommerce-form-row label, .woocommerce .form-row label {
    font-size: 16px;
    letter-spacing: 0px;
}
input#reg_email {
    margin-top: 10px;
}
.social-login {
    background-color: #fff !important;
    margin: 0 auto;
    border-radius: 40px;
    max-width: 450px;
    padding: 30px 50px 10px 50px;
    margin-bottom: 30px;
}

form.woocommerce-form.woocommerce-form-register.register::before {
    content: "Register";
    display: block;
    font-size: 36px;
    margin-bottom: 30px;
	font-family: 'Libre Franklin';
}
form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
}
.my-account .woocommerce-MyAccount-content {
    padding: 20px!important;
    border-left: none!important;
    min-height: 300px;
    border-top: 1px solid!important;
}
.my-account nav {
    padding: 20px 20px !important;
    margin-bottom: 0px !important;
}
form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
}

.woocommerce-form-login, 
.woocommerce-form-register, 
.woocommerce .lost_reset_password {
      box-shadow: none;
}
form.woocommerce-form.woocommerce-form-login.login, 
.woocommerce .login, .woocommerce .track_order, .woocommerce .checkout_coupon, .woocommerce .lost_reset_password, .woocommerce .register {
    background-color: #fff!important;
    margin: 0 auto;
	    border-radius:40px;
}
form.woocommerce-form.woocommerce-form-register.register p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 16px;
}
.woocommerce .stars a:before {
    font-size: 16px;
}
.woocommerce .stars span {
    width: 7rem;
}

.ywpo_availability_date.pre_order_single {
    margin-bottom: 20px;
}
.w-sharing-item{
    line-height: 1!important;
    min-width: 2em!important;
	padding: 0!important;
  }
.w-sharing.type_simple .w-sharing-item {
    margin: 0!important;
}
.reviews .toggle-links.align_default {
    font-size: 16px;
}
.reviews.with_collapsible_content.show_content>div[style]:first-of-type {
    -webkit-mask-image: none !important;
}
.reviews.with_collapsible_content>div[style]:first-of-type {
    -webkit-mask-image: linear-gradient(black 89%,transparent);
}
.select_box_label span.yith_wccl_value {
    border: none;
    font-size: 14px;
}
.select_option_label.select_option {
    border: 1px solid;
}
.select_option_label.select_option.selected {
    background: #e0e0e0;
    font-weight: 600;
    color: black;
}

.woocommerce img.pswp__img, 
.woocommerce-page img.pswp__img {
    background: white;
}
.single-product .pswp__caption {
    display: none;
}