@font-face {
    font-family: 'latoRegul';
    src: url('fonts/lato/LatoRegular.ttf');
}
@font-face {
    font-family: 'latoMedi';
    src: url('fonts/lato/LatoMedium.ttf');
}
@font-face {
    font-family: 'latoBolds';
    src: url('fonts/lato/LatoBold.ttf');
}
@font-face {
    font-family: 'latoItalics';
    src: url('fonts/lato/LatoItalic.ttf');
}
/*@font-face {
    font-family: 'PopBlackItalic';
    src: url('fonts/Poppins-BlackItalic.ttf');
}
@font-face {
    font-family: 'PopBold';
    src: url('fonts/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'PopBoldItalic';
    src: url('fonts/Poppins-BoldItalic.ttf');
}
@font-face {
    font-family: 'PopExBold';
    src: url('fonts/Poppins-ExtraBold.ttf');
}
@font-face {
    font-family: 'PopExBoldItalic';
    src: url('fonts/Poppins-ExtraBoldItalic.ttf');
}
@font-face {
    font-family: 'PopItalic';
    src: url('fonts/Poppins-Italic.ttf');
}
@font-face {
    font-family: 'PopMedium';
    src: url('fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'PopMediumItalic';
    src: url('fonts/Poppins-MediumItalic.ttf');
}
@font-face {
    font-family: 'PopSemiBold';
    src: url('fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'PopSemiBoldItalic';
    src: url('fonts/Poppins-SemiBoldItalic.ttf');
}
@font-face {
    font-family: 'PopThin';
    src: url('fonts/Poppins-Thin.ttf');
}
@font-face {
    font-family: 'PopRegular';
    src: url('fonts/Poppins-Regular.ttf');
}*/
body{
    overflow: hidden;
    font-family: 'latoRegul' !important;
}
p{
    margin-bottom: 5px;
    font-family: 'latoRegul' !important;
}
p strong{
    font-family: 'latoBolds' !important;
}
/*.nav > li > a{
    font-family: 'PopMedium' !important;
    font-weight: 500 !important;
}*/
.nopadding_bottom{
    padding-bottom: 0px !important;
}
/*strong, b, h1, h2, h3, h4, h5, h6, button{
    font-family: 'PopBold' !important;
    font-weight: 500;
}*/
button{
    font-family: Oswald, sans-serif !important;
}
.imgautowidth img{
    width: auto;
    display: table;
    margin: 0 auto;
}
.imgLeftauto img{
    width: auto;
}
.imgLeftauto .box-image{
    margin-left: 0;
}
.header-wrapper.stuck .header-main .nav.header-nav-main.nav-left > li > a{
    padding: 8px 0px;
}
.header-wrapper.stuck #logo img {
    max-height: 55px !important;
    position: relative;
    top: -2px;
}
#header li .nav-dropdown.nav-dropdown-default{
    padding: 0;
    border: none;
    border-top: 2px solid #000;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: #000;
}
.header-nav-main li .sub-menu li {
    width: 100%;
}
.header-nav-main li .sub-menu li a {
    transition: all .3s;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 12px 10px 10px 10px;
    margin: 0;
}
.header-nav-main .nav-dropdown li a{
    font-size: 15px;
}
.header-nav-main li .sub-menu li a:hover {
    padding-left: 15px;
    transition: all .3s;
}
.header-nav-main.nav-spacing-xlarge.nav-left > li{
    margin: 0px 16px;
}
.header-main .searchform-wrapper .search-field{
    height: 40px;
    min-width: 245px;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding-left: 35px;
}
.header-main .searchform-wrapper .ux-search-submit{
    position: absolute;
    left: 6px;
    top: 5px;
    background-color: transparent;
    border: none;
    color: #353535;
}
.header-main .searchform-wrapper .ux-search-submit:hover{
    background-color: transparent;
    box-shadow: none;
}
.header-main .menu-item-design-container-width .sub-menu{
    border-top: none;
}
.header-nav-main li .sub-menu .TabsMenuMega ul.nav-pills li a{
    padding: 8px 10px;
    font-size: 18px;
    font-weight: bold;
}
.header-nav-main.nav.nav-right > li{
    margin: 0 5px;
}
#top-bar ul li a{
    color: #1e1e1e;
    font-size: 14px;
    text-transform: unset;
}
.html2Header{
    font-size: 14px;
    /*font-family: 'PopMedium' !important;*/
}
/*.gtranslate_wrapper .gt-current-lang{
    display: none;
}*/
.gtranslate_wrapper #gt_float_wrapper {
    position: relative;
}
.gtranslate_wrapper #gt_float_wrapper .gt_float_switcher {
    background-color: transparent;
    box-shadow: none;
    padding-top: 10px;
}
.gt_float_switcher .gt_options {
    position: absolute !important;
    top: 100%;
    background-color: #fff;
    min-width: 186px;
    right: 0;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px !important;
    margin-left: 0px !important;
    font-size: 16px;
    font-weight: bold;
    background-color: #f6f6f8;
    margin: 0 !important;
}
.gt_float_switcher .gt-selected{
    background-color: #f6f6f8 !important;
}
.header-main,
.header-bottom{
    border-bottom: 1px solid rgb(0 0 0 / 14%);
}
.header-main{
    padding: 3px 0px;
}
.header-main #logo img{
    max-height: 80px;
}
.header-bottom .header-bottom-nav > .menu-item > a{
    position: relative;
    padding: 12px 0px;
}
.header-bottom .header-bottom-nav > .menu-item > a:after{
    content: '';
    background: #0f0f0f;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 50%;
    right: 50%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.header-bottom .header-bottom-nav > .menu-item > a:hover:after{
    left: 0;
    right: 0;
    opacity: 1;
}
.header-bottom .header-bottom-nav > .menu-item > a > .icon-angle-down{
    width: 13px;
    height: 13px;
    opacity: 1;
}
.header-bottom .header-bottom-nav > .menu-item > a > .icon-angle-down:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0f0f0f;
    -webkit-mask-image: url('../img/iconPlusMenu.svg');
    mask-image: url('../img/iconPlusMenu.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
}
.rowSlideHome .box .box-text{
    width: auto;
    right: initial;
    padding: 0;
    max-width: 35%;
    text-shadow: none;
}
.BannerSlideHome .text-box.banner-layer{
    left: 15px;
}
#footer .absolute-footer{
    display: none;
}
.wpcf7-spinner{
    position: absolute;
}
.formCf7Sign{
    position: relative;
}
.submitSubCri{
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0px 30px 30px 0px;
    height: 40px;
    text-transform: unset;
}
#footer .wpcf7-form{
    margin-bottom: 5px;
}
.social-icons.follow-icons a{
    margin: 0px 3px;
}
.social-icons.follow-icons a:first-child{
    margin-left: 0px;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
    box-shadow: none;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select{
    border-radius: 30px;
    height: 40px;
    font-size: 14px;
}
.archive .shop-page-title .woocommerce-breadcrumb,
.archive .shop-page-title .category-filtering {
    display: none;
}
.MainCatPagePro .products.row{
    max-width: calc(100% + 10px);
    margin-left: -5px;
    width: calc(100% + 10px);
}
.MainCatPagePro .product-small.col{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
.product-small .box-text{
    padding: 10px;
}
.product-small.box{
    background-color: #f2f2f2;
}
.product-small .product-title {
    margin-bottom: 8px;
}
.MainCatPagePro .product-small .box-image,
.related-products-wrapper .product-small .box-image{
    height: 450px;
}
.term-description{
    max-width: 1470px;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
}
.btnFilProCatPage .filter-button{
    margin: 0;
    padding: 14px 15px 13px 15px;
    border: 1px solid #161616;
    font-family: Oswald, sans-serif;
    font-size: 15px;
}
.btnFilProCatPage .filter-button:hover{
    background-color: #1f1f24;
}
.btnFilProCatPage .filter-button:hover,
.btnFilProCatPage .filter-button:hover i{
    color: #fff;
}
.btnFilProCatPage .filter-button .icon-equalizer{
    color: #666;
}
.Filter_OrderPro{
    margin-top: 35px;
}
.woocommerce-ordering,
.woocommerce-ordering .orderby{
    margin: 0px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    color: #1f1f24;
    font-size: 14px;
    text-transform: uppercase;
}
.Filter_OrderPro .rowTitPageCatPro,
.archive .shop-page-title > .page-title-inner{
    max-width: 95%;
}
.woocommerce-result-count{
    font-size: 14px;
}
.woocommerce-ordering .orderby{
    padding-left: 20px;
    padding-right: 30px;
    font-size: 15px;
}
.archive h1.shop-page-title{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-product .rowMainSinglePros,
.product-footer .TabSingleProduct,
.product-footer > .container{
    max-width: 100% !important;
}
.proInfoMain{
    padding-left: 20px;
}
#top-bar > .flex-row.container,
.header-main > .header-inner,
.header-bottom > .flex-row.container{
    max-width: 95% !important;
}
.product-stacked-info{
    position: relative;
}
.highlightSingPro{
    background-color: #ff0d00;
    padding: 10px 0px 8px 0px;
}
.textHliSingPro{
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.single-product .MainSingleProStyle{
    padding-top: 0px;
}
.is-sticky-column__inner{
    padding-top: 20px;
}
.FixedWidget__fixed_widget__pinned .is-sticky-column__inner{
    padding-top: 0px;
}
img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: revert;
}
.textBoxBmttin p{
    margin-bottom: 0;
}
.colSubcriber .formCf7Sign input[type="email"]{
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    padding-left: 0;
}
.slideProHomes{
    max-width: 94% !important;
}
.single-product .header-wrapper.stuck{
    opacity: 0;
    visibility: hidden;
}
/*.single-product .FixedWidget__fixed_widget__pinned{
    top: 0px !important;
}*/
.is-divider{
    display: none;
}
.rowFeaSingPost,
#PageNotHome.page .page-wrapper > .rowMainPage{
    max-width: 1000px;
    margin-top: -100px;
}
.menu-item .sub-menu .ux-menu .ux-menu-link__link{
    padding: 4px 0px;
    line-height: inherit;
    min-height: initial;
    font-size: 14px;
    color: #1f1f24;
}
.menu-item .sub-menu .section-content > .row{
    margin-left: auto;
    margin-right: auto;
}
.header-nav .product-small .box-image{
    height: 75px;
}
.header-wrapper .section{
    padding-left: 0;
    padding-right: 0;
}
.header-wrapper .product-small .vi_wpvs_loop_variation_form {
    display: none;
}
.header-wrapper .product-small .product-title a{
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.header-wrapper .product-small .wishlist-icon,
.header-wrapper .sub-menu .top.z-1{
    display: none;
}
.header-wrapper .slider .flickity-button .flickity-button-icon{
    width: 13px;
    height: 22px;
    padding: 2px;
}
.header-wrapper .slider .flickity-prev-next-button{
    bottom: 0;
    top: 70%;
}
.secProMenu,
.MegaMenuPro{
    padding-bottom: 0px !important;
}
.header-wrapper .product-small .box-text{
    padding: 0px;
}
.header-main .menu-item > .icon-angle-down{
    top: 2px;
}
.gt_float_switcher .gt_options a:hover{
    background-color: #f2f2f2;
}
.header-main .nav.nav-right > li{
    margin: 0 10px;
}
.header-main .nav.nav-right .header-search a i.icon-search,
.header-main .nav.nav-right .account-item a i.icon-user{
    width: 24px;
    height: 24px;
    background-color: #1f1f24;
    opacity: .9;
    -webkit-mask-image: url('../img/searchicon.svg');
    mask-image: url('../img/searchicon.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
}
.header-main .nav.nav-right .account-item a i.icon-user{
    -webkit-mask-image: url('../img/accounticon.svg');
    mask-image: url('../img/accounticon.svg');
    top: 2px;
}
.header-main .nav.nav-right .header-search a i.icon-search:before,
.header-main .nav.nav-right .account-item a i.icon-user:before{
    content: "";
}
.header-main .nav.nav-right .header-wishlist-icon a i.wishlist-icon{
    width: 24px;
    height: 24px;
}
.header-main .nav.nav-right .header-wishlist-icon a i.icon-heart-o:before{
    font-size: 24px;
}
#search-lightbox .search-field{
    font-size: 15px;
    background-color: #fff !important;
    height: 50px;
    color: #000 !important;
    padding-right: 70px;
    padding-left: 20px;
}
#search-lightbox .ux-search-submit{
    font-size: 16px;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    border-radius: 0px 25px 25px 0px;
}
#search-lightbox .searchform .flex-row > .flex-col:nth-child(2){
    position: absolute;
    top: 0;
    right: 4px;
    height: 100%;
    padding: 0;
}
#search-lightbox .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7a7a7a;
}
#search-lightbox .search-field::-moz-placeholder { /* Firefox 19+ */
    color: #7a7a7a;
}
#search-lightbox .search-field:-ms-input-placeholder { /* IE 10+ */
    color: #7a7a7a;
}
#search-lightbox .search-field:-moz-placeholder { /* Firefox 18- */
    color: #7a7a7a;
}
.searchform .button.icon i{
    color: #de0909;
}
#search-lightbox{
    position: relative;
}
#search-lightbox .mfp-close{
    top: -25px !important;
    background-color: #fff;
    width: 22px;
    height: 22px;
    line-height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#search-lightbox .mfp-close svg{
    width: 16px;
    top: 0;
}
.pswp__bg, .mfp-bg.mfp-ready{
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    opacity: 1;
}
.PopupRight .mfp-container{
    padding: 0px;
}
.PopupRight .mfp-content .lightbox-content{
    margin-right: 0px;
    border-radius: 0;
}
.PopupRight .mfp-close-btn-in .mfp-close{
    position: relative;
    width: 24px;
    height: 24px;
}
.product-info .woocommerce-breadcrumb{
    margin: 0;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: -6px;
    max-width: 90%;
    font-size: 14px;
    text-transform: capitalize;
}
.product-info .woocommerce-breadcrumb a{
    line-height: 20px;
}
.header-wrapper .cart-item a img{
    width: 24px !important;
    max-width: 24px;
    opacity: .9;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
    font-family: Oswald, sans-serif;
}
.html2Header{
    font-size: 14px;
    letter-spacing: 1px;
}
.html2Header a{
    text-transform: uppercase;
}
.header-main .header-nav-main .menu-item > a > i.icon-angle-down{
    top: 2px;
}
.gt_float_switcher .gt_options a:hover{
    background: #f2f2f2 !important;
}
.hideAttr .product-small .vi_wpvs_loop_variation_form{
    display: none;
}
.single-product .WrapProductInfo .woocommerce-breadcrumb,
.single-product .product-type-variable .product-stacked-info .product-page-price{
    display: none;
}

@media only screen and (max-width: 950px){
    .header-main #logo img {
        max-height: 53px;
        margin-left: 0;
    }
}
@media (min-width: 900px){
    .off-canvas .mfp-content.off-canvas-cart {
        --drawer-width: 450px !important;
    }
    .header-nav .header-search-form .live-search-results{
        min-width: 366px;
        background-color: #fff;
        left: inherit;
        right: 0;
    }
}

@media (min-width: 850px){
    header#header .nav-dropdown {
        display: table;
        border: none;
    }
    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }
    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        padding: 10px 15px;
        border: 0;
        font-weight: 400;
    }
    header#header .nav-dropdown li:hover > ul.sub-menu{
        display: block !important;
    }
    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }
    header#header .nav-dropdown li.menu-item-has-children > a {
        font-weight: 400;
        text-transform: none;
        color: rgba(102,102,102,.85);
    }
    header#header .nav-dropdown li.active>a {
        color: #e82c2a;
    }
    .header-bottom .header-nav.nav-spacing-xlarge>li {
        margin: 0 30px;
    }
}