body { overflow-x: hidden; }

@media(min-width: 768px) { .container { width: 100%; padding: 0 15px; } }
@media(min-width: 1024px) { .container { width: 100%; padding: 0 20px; } }
@media(min-width: 1280px) { .container { width: 100%; padding: 0 35px; } }
@media(min-width: 1440px) { .container { width: 100%; padding: 0 50px; } }
@media(min-width: 1500px) { .container { width: 100%; padding: 0 65px; } }
@media(min-width: 1600px) { .container { width: 100%; padding: 0 80px; } }

/*Responsiveness*/
body { overflow-x: hidden; }

@media(max-width: 1800px) {
	/*Header*/
	.fixed-header .nav>li { padding: 20px 75px; }
}

@media(max-width: 1700px) {
	/*Header*/
	.fixed-header .nav>li { padding: 20px 65px; }
}

@media(max-width: 1600px) {
	/*Header*/
	.fixed-header .nav>li { padding: 20px 55px; }
}

@media(max-width: 1500px) {
	/*Header*/
	.fixed-header .nav>li { padding: 20px 50px; }
}

@media(max-width: 1440px) {
	/*Header*/
	.mega-menu { padding: 20px 50px; }
	#wishlist-total { padding: 0 20px; }

	/*Home*/
	.fcategory-28 .product-thumb h4 { font-size: 22px; }
	.homepagesflex .child { padding: 150px 20px 100px; }

	/*News*/
	.news-ncategory .articleblock { width: calc(50% - 25px); }
	.news-ncategory .col-sm-3 { padding-right: 85px; }

	/*Categories*/
	.catcontainer .child h4 { font-size: 22px; }

	/*Products*/
	.sortflex { width: 40%; }
}

@media(max-width: 1360px) {
	/*Header*/
	.mega-menu li.mega-menu-column { padding: 15px; }
	.fixed-header .nav>li { padding: 20px 45px; }

	/*Home*/
	.homepen .text { min-width: 370px; }
	.homepagesflex .child { padding: 130px 20px 100px; }

	/*Product inner*/
	.product-product #content { padding: 0 75px; }
}

@media(max-width: 1280px) {
	/*Header*/
	.fixed-header .nav>li { padding: 20px 40px; }
	#wishlist-total { padding: 0 15px; }
	.search-custom .search-box { width: 350px; }
	.mega-menu { padding: 20px 30px; }
	.mega-menu li li a { font-size: 16px; }
	.mega-menu .nav-header { font-size: 22px; margin-bottom: 30px; }
	.fixed-header .nav>li:not(:first-child) .mega-menu .mega-menu-column:first-child li a { font-size: 17px; margin-bottom: 20px; }
	.fixed-header .nav>li:not(:first-child) .mega-menu .mega-menu-column:first-child .nav-header { margin-bottom: 25px; }

	/*Slideshow*/
	.slider-slideshow-description .container { padding: 0 75px; }

	/*Home*/
	.fcategory-28 .product-thumb h4 { font-size: 20px; }
	.homebannerbg .text { padding: 50px; }
	.homebannerbg { padding: 100px 0; }
	.homebannerbg .text { max-width: 750px; }
	.homeabout { padding: 150px 15px; }

	/*News*/
	.news-ncategory .col-sm-3 { padding-right: 70px; }

	/*Product inner*/
	.product-product #content { padding: 0 50px; }
}

@media(max-width: 1200px) {
	/*Header*/
	.header-container .header-top { width: 450px; }
	.fixed-header .imgspan { margin-left: 5px; }
	#account img, #wishlist-total img, #cart_dropdown_icon>img { max-width: 32px; }
	.fixed-header .imgspan, .fixed-header .imgspan a { font-size: 14px; }

	/*Slideshow*/
	.slider-slideshow-description .container { padding: 0 50px; }

	/*Home*/
	.homebannerbg .text { max-width: 700px; }

	/*News*/
	.news-ncategory .col-sm-3 { padding-right: 50px; }
}

@media(max-width: 1199px) {
}

@media(max-width: 1120px) {
	/*Header*/
	.fixed-header .nav>li { padding: 20px 30px; }
	.search-custom .search-box { width: 300px; }
	.mega-menu { padding: 20px; }
	.mega-menu li li a { font-size: 14px; }
	.mega-menu .nav-header { font-size: 20px; margin-bottom: 20px; }
	.fixed-header .nav>li:not(:first-child) .mega-menu .mega-menu-column:first-child li a { font-size: 16px; margin-bottom: 15px; }
	.fixed-header .nav>li:not(:first-child) .mega-menu .mega-menu-column:first-child .nav-header { margin-bottom: 20px; }

	/*Slideshow*/
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 { font-size: 54px; }

	/*Home*/
	.homepen .text { min-width: 350px; }
	.homebannerbg { padding: 80px 0; }
	.homebannerbg .text h2:not(.swal2-title):not([style]) { font-size: 32px; margin-bottom: 30px !important; }
	.homebannerbg .text div { margin-bottom: 35px; }
	.homepagesflex .child { padding: 100px 20px 30px; }
	.homeaboutflex a .text { padding: 70px 15px; }

	/*Categories*/
	.catcontainer .child h4 { font-size: 20px; }
	.catcontainer .child div { font-size: 15px; }
}

@media(max-width: 1024px) {
	/*Header*/
	.fixed-header .nav>li { padding: 20px 25px; }
	#wishlist-total { padding: 0 10px; }
	.mega-menu li.mega-menu-column { padding: 10px; }
	.mega-menu .nav-header { font-size: 18px; }
	.fixed-header .nav>li:not(:first-child) .mega-menu .mega-menu-column:first-child li a { font-size: 15px; }
	.header_text { font-size: 14px; }
	.header-container .header-top { width: 480px; }
	.header-container .header-top.search { width: 350px; }
	.header-container .header-logo { margin-right: -130px; }

	/*Slideshow*/
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 { font-size: 50px; }

	/*Home*/
	.fcategory-28 .product-thumb h4 { font-size: 18px; }
	.homepen .text { min-width: 320px; padding: 25px; }
	.homepen .text h4 { font-size: 32px; }
	.homebannerbg .text div { font-size: 15px; margin-bottom: 25px; }
	.homeabout { padding: 120px 15px; }
	.homeaboutflex a .text { padding: 50px 15px; }

	/*Footer*/
	.footer-upper-contet>*:last-child { max-width: 400px; width: 400px; }

	/*Mews*/
	.news-ncategory .articleblock { width: calc(50% - 15px); }

	/*Brands*/
	.brandindextitle { font-size: 20px; margin-right: 10px; }
	.brandsindexlink a { font-size: 22px; }
	.manuchild h3 { font-size: 38px; }
	.manuchild a { font-size: 16px; }

	/*Categories*/
	.catcontainer .child { width: calc(33.33% - 30px) }

	/*Products*/
	.sortflex { width: 50%; }

	/*Product Inner*/
	#waiting_list_submit { min-width: 120px !important; }
}

@media(max-width: 991px) {
	/*Header*/
	.cd-accordion-menu a, .cd-accordion-menu label { text-transform: uppercase; }
	.cd-accordion-menu ul a, .cd-accordion-menu ul label { background: rgba(106, 0, 0, 0.4); }
	.header-container .header-mobile-links {
		grid-column: 1;
	    grid-row: 1 / 1;
	    -ms-grid-column: 1;
	    -ms-grid-row: 1;
	    -ms-grid-column-span: 1;
	    -ms-grid-row-span: 1;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    padding: 0px;
	    position: relative;
	}
	.header-container .header-top { width: auto; }
	.fixed-header { padding-top: 0; }
	.fixed-header .imgspan, .fixed-header .imgspan a { display: none; }
	.header_text { margin-bottom: 0; }
	.header-container .header-logo { margin-right: 0; }
	.header-container .header-top.search { width: auto; }

	/*Slideshow*/
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 { font-size: 48px; }
	.slider-slideshow-description .slider-slideshow-description-link { padding-top: 40px; }

	body:not(.cke_editable) h2:not(.swal2-title):not([style]) { font-size: 36px; }
	/*Contact*/
	.contactinfo-container { margin-bottom: 40px; }
	.contact-info-lbl, .contact-sendus-lbl { font-size: 24px; }

	/*About*/
	.information-information .row img { width: 100%; }
	.information-information .row div { padding: 0 20px 10px; }

	/*Blog*/
	.news-ncategory #content { width: auto; }
	.news-ncategory #column-left { width: 100%; padding-right: 15px; }
	.news-ncategory .col-sm-9 { width: 100%; }
	.news-hr { background: #000; }
	.news-ncategory .col-sm-3 { padding-right: 0; }
	.news-ncategory #articles-filter-trigger-open {
	    display: flex;
	    position: fixed;
	    transform: none;
	    top: 134px;
	    width: 100%;
	    left: 0;
	    box-shadow: none;
	    max-width: 100%;
	    z-index: 1;
	    text-align: center;
	    align-items: center;
	    justify-content: center;
	}
	.latestlabel, .news-side-category a, .archivelabel { font-size: 24px; }
	.articleinner-name { font-size: 26px; }

	/*Home*/
	.homepen .text { min-width: 280px; }
	.homebannerbg .text { max-width: 600px; }
	.homeabout { padding: 100px 15px; }
}

@media(max-width: 860px) {
	/*Slideshow*/
	/*.slider-slideshow-description .container { padding: 0 30px; }*/
	.slider-slideshow-description .container { padding: 30px; }
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 { font-size: 42px; margin-bottom: 15px; }
	.slider-slideshow-description .slider-slideshow-description-link { padding-top: 25px; }

	/*Home*/
	.homepen .text { min-width: 250px; }
	.homepen .text h4 { font-size: 30px; }
	.homepen .text div { font-size: 14px; }
	.homebannerbg .btn { font-size: 15px; min-width: 180px !important; padding: 15px 20px 17px; }
	.homepagesflex .child { padding: 70px 10px 10px; }

	/*Footer*/
	.footer-upper-contet>*:last-child { max-width: 350px; width: 350px; }
	footer h5, .mailchimp-integration h3, .mailchimp-integration h4 { font-size: 24px; }
	.footer-bottom p { font-size: 14px; }

	/*News*/
	.news-ncategory #articles-filter-trigger-open { top: 135px; }

	/*Products*/
	.sortflex { width: 60%; }
	#filter-groups { padding: 0 5px; }

	/*Product inner*/
	.product-image-column { padding-right: 20px; }
}

@media(max-width: 768px) {
	/*Slideshow*/
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 { font-size: 40px; }

	/*Home*/
	.homepen .text { padding: 20px; }
	.homebannerbg .text { padding: 30px; }
	.homebannerbg { padding: 50px 0; }
	.homebannerbg .text div { font-size: 14px; }
	.homebannerbg .text h2:not(.swal2-title):not([style]) { font-size: 28px; }
	.homepagesflex { flex-wrap: wrap; }
	.homepagesflex .child { width: 100%; max-width: 500px; margin: 0 auto 30px; padding: 150px 10px 120px; }
	.homeabout { padding: 80px 15px; }
	.homeabout .text .text { font-size: 15px; }
	.homeabout .text .btn { font-size: 15px; min-width: 180px !important; padding: 16px 20px 19px; }
	.homeaboutflex a { width: 100%; }
	.homeaboutflex { flex-wrap: wrap; }

	/*Footer*/
	.footer-upper-contet>*:last-child { max-width: 100%; margin-top: 30px; width: 100%; }
	.footer-bottom p { letter-spacing: 1px; }

	/*Product inner*/
	.product-product #content { padding: 0 30px; }
	.featured-module .slick-nav.left, .featured-module .slick-nav.prev { left: -50px; }
	.featured-module .slick-nav.right, .featured-module .slick-nav.next { right: -50px; }
	.waiting_list_container .flex-group input { padding: 17px 15px; }
	
	/*Product Filter*/
	#filter_group_tigger_open {
        background-color: #a2813b;
        border-color: #a2813b;
        color: #fff;
        width: 100%;
        text-transform: none;
        min-width: 0 !important;
        padding: 12px 15px 15px;
    }
    .filters-wrap [class^="col"] { padding: 0; display: block !important; width: 33.33% !important; }
    .sortflex { width: 100%; }
    .filters-wrap .form-group { margin-bottom: 0; }
    .filters-wrap .form-control {
        text-align: center;
        text-align: -webkit-center;
        -webkit-appearance: none;
        flex-direction: column;
    }
    #side-categories .item-header, #side-manufacturer .item-header, #side-price .item-header { font-size: 28px; margin-bottom: 25px; }
    #filter-groups { max-width: 100%; padding: 50px 30px; }
    #filter-groups #filter_group_tigger_close { z-index: 2; display: block !important; }
    .product-category .col-sm-3, .product-category .col-sm-9 { width: 100%; }
    #filter-groups {
        position: fixed;
        top: 0px;
        left: 0px;
        opacity: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        padding: 40px 30px 15px;
        overflow: auto;
        background: white;
        transition: all 0.3s;
        transform: translateX(-100%);
    }
    #filter-groups.open { opacity: 1; transform: translateX(0%); }
    #button-coupon, #button-reward { min-width: 0 !important; padding: 17px 5px; font-size: 14px; width: 120px; white-space: normal; }
    #input-limit, #input-sort { text-align-last: center; }
    .filters-wrap .form-control { flex-direction: initial; }
}

@media(min-width: 768px) and (max-width: 768px) {
    .filters-wrap {
        padding: 0;
        position: fixed;
        left: 0;
        top: 195px !important;
        right: 0;
        z-index: 8;
    }
}

@media(max-width: 767px) {
	/*About*/
	.about-desc { padding: 0 60px; }
	.information-information.iid-4 #content { padding-bottom: 100px; }

	/*Blog*/
	.news-ncategory .articleblock { width: calc(50% - 10px); margin-bottom: 20px; }

	/*Home*/
	.home_pens { padding: 70px 0 75px }
	.homepen { margin-bottom: 15px; }
	.homepen .text { min-width: 350px; padding: 30px; }

	/*Footer*/
	.footer-upper-contet>*:not(:last-child) { max-width: 33.33%; width: 33.33%; }
	.footer-upper-contet>*:nth-child(even) { padding: 0 }
	.footer-bottom { text-align: center; }
	.footbotbot { padding: 15px 0; }

	/*Categories*/
	.catcontainer .child div { font-size: 14px; }
	.catcontainer .child h4 { font-size: 18px; }

	/*Products*/
	.sortflex { width: 100%; }
	#filter_group_tigger_open {
		background-color: #a2813b;
	    border-color: #a2813b;
	    color: #fff;
	    width: 100%;
	    text-transform: none;
	    min-width: 0 !important;
	    padding: 12px 15px 15px;
	}
	#filter-groups { max-width: 100%; padding: 50px 30px; }

	#side-categories .item-header, #side-manufacturer .item-header, #side-price .item-header { font-size: 28px; margin-bottom: 25px; }

	/*Product inner*/
	.product-image-column { padding-right: 0; }
	.product-product #content { padding: 0 15px; overflow: hidden; }
	.featured_related_products_ { padding: 0 45px; }
	.featured_related_products_ .featured { padding: 0; }
	.innerprod-flex { max-width: 100%; }
	
	.acctregfoot .btn { margin-top: 20px; }
}

@media(max-width: 620px) {
	/*Slideshow*/
	.slider-slideshow-description { width: 65%; }

	/*Home*/
	.homepen .text { min-width: 300px; padding: 30px; }
	.homebannerbg .text { max-width: 100%; }

	/*News*/
	.news-ncategory #articles-filter-trigger-open { top: 129px; }

	/*Categories*/
	.catcontainer .child { width: calc(50% - 30px) }
	
	#button-coupon, #button-reward { width: 160px; }
}

@media(max-width: 540px) {
	/*Header*/
	#account img, #wishlist-total img, #cart_dropdown_icon>img { max-width: 30px; }
	#wishlist-total { padding: 0 5px; }
	.header-logo-image img { min-width: 180px; }
	.header-container { padding: 5px 0; }
	.header-container #enquiry>a .badge, .header-container #cart>a .badge { margin-left: 0; }
	.header_text { margin-bottom: 0; }

	/*Slideshow*/
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 { font-size: 36px; }
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1, .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 { font-size: 15px; }

	body:not(.cke_editable) h2:not(.swal2-title):not([style]) { font-size: 32px; }
	.contact-info-lbl, .contact-sendus-lbl { font-size: 22px; }
	.textque { font-size: 14px; }

	/*Blog*/
	.news-side-category a, .archivelabel { font-size: 22px; }
	.news-ncategory .articleblock, .bnews-list .artblock a.bigimagein .article-image { width: 100%; }
	.article-content .date { font-size: 18px; }
	.articleinner-calendar { width: 25px; }

	/*HOme*/
	.homepen .text { min-width: 270px; padding: 30px; }
	.common-home .special-sticker, .common-home .sticker { padding: 5px 20px 7px; }
	body:not(.cke_editable) .featured-29 h2:not(.swal2-title):not([style]) { margin-bottom: 70px !important; }
	.home.slick-nav { top: -55px; }
	.home.slick-nav.left,
	.home.slick-nav.right {
		left: 50% !important;
		transform: translateX(-50%);
		right: auto !important;
		margin-left: -25px;
	}
	.home.slick-nav.right { margin-left: 25px; }
	.homepagesflex { margin: 0; }
	.homepagesflex .child { width: 100%; max-width: 100%; margin: 0 auto 30px; padding: 150px 10px 120px; }


	/*Footer*/
	.footer-upper-contet>*:first-child { display: none; }
	.footer-upper-contet>*:not(:last-child) { max-width: 50%; width: 50%; }

	/*Brands*/
	.manuchild h3 { font-size: 32px; }

	/*BCrumb*/
	.breadcrumb { margin: 10px 0; }

	/*Products*/
	.product-view>.product-gutter { width: 50%; }
	#side-categories .item-header, #side-manufacturer .item-header, #side-price .item-header { font-size: 24px; margin-bottom: 20px; }
	
	.newbc a { max-width: 350px; }
}

@media(max-width: 475px) {
    /*Header*/
    .header-logo-image img { min-width: 160px; }
    
	/*About*/
	.about-desc { padding: 0 30px; }

	/*Slideshow*/
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1, .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 { font-size: 14px; }
	.slider-slideshow-description .btn { font-size: 14px; padding: 12px 10px 15px; min-width: 150px !important; }

	/*Home*/
	.homepen .text h4 { font-size: 28px; }
	.homepen .text { min-width: 250px; padding: 20px; }
	.btn-primary, .btn-primary[disabled] { padding: 13px 10px 15px; min-width: 150px !important; }
	.special-sticker, .sticker { font-size: 13px; min-width: 80px; width: 80px; }

	/*Brands*/
	.brandindextitle { margin-right: 20px; }
	
	.newbc a { max-width: 300px; }
}

@media(max-width: 426px) {
	/*Header*/
	.header-logo-image img { min-width: 150px; }

	/*Slideshow*/
	.slider-slideshow-description .container { padding: 20px; }
	/*.slider-slideshow-description .container { padding: 0 20px; }*/
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 { font-size: 32px; margin-bottom: 10px; }
	.slider-slideshow-description .slider-slideshow-description-link { padding-top: 15px; }
	.slider-slideshow-description { width: 300px; }
	
	.slide-show-33 .slider-slideshow-description {
       
    }
    .slideshow-33 .background-type-dark_image, .slideshow-33 .background-type-light_image {
        width: 100%!important;
        padding: 20px!important;
    }
    .slideshow-33 .container {
        min-height:auto;
    }


	/*Home*/
	.homepen .text h4 { font-size: 26px; }
	.homepen .text { min-width: 200px; padding: 20px; }
	.instagram .item { padding: 0 20px; }
	.homepagesflex .child { padding: 120px 10px 100px; }

	/*Footer*/
	footer h5, .mailchimp-integration h3, .mailchimp-integration h4 { font-size: 20px; margin-bottom: 20px; }

	/*Categories*/
	.catcontainer .child { margin: 0 10px 30px; width: calc(50% - 20px); }

	/*Product inner*/
	.prod-inner-title { font-size: 26px; }
	.new-prices, .main-prices { font-size: 20px; }
	.old-prices { font-size: 16px; }
	
	.newbc a { max-width: 250px; }
}

@media(max-width: 425px) {
	/*News*/
	.news-ncategory #articles-filter-trigger-open { top: 120px; }

	/*Brands*/
	.col-xs-6 { width: 100%; }
}

@media(max-width: 414px) {
	/*Header*/
	.header-logo-image img { min-width: 150px; }

	/*Slideshow*/
	.slider-slideshow-description { width: 280px; }
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 { font-size: 28px; }
	.slider-slideshow-description .btn { font-size: 14px; padding: 8px 10px 11px; min-width: 130px !important; }

	/*Home*/
	.homepen .text h4 { font-size: 24px; }

	/*News*/
	.news-ncategory #articles-filter-trigger-open { top: 103px; }

	/*Products*/
	.product-block .btn { font-size: 14px; min-width: 130px !important; padding: 10px 10px 12px; }
	.product-block .product-name a { font-size: 18px; }
	.price-new, .price-old { font-size: 18px !important }
	.product-block .product-details { margin-bottom: 15px; }
}

@media(max-width: 375px) {
	/*Header*/
	#account img, #wishlist-total img, #cart_dropdown_icon>img { max-width: 25px; }
	.special-sticker, .sticker { padding: 4px 5px 7px; width: 70px; min-width: 70px; }

	/*Home*/
	.homepen .text { padding: 15px; }
	.instagram .item { padding: 0 10px; }
	.instagram.slick-slider { margin: 0 0 50px; }
	.homepagesflex .child { padding: 100px 10px 80px; }
	.homeabout { padding: 50px 15px; }

	/*Footer*/
	footer h5, .mailchimp-integration h3, .mailchimp-integration h4 { font-size: 18px; }
	.btn-mi { min-width: 120px !important; }
	
	.newbc a { max-width: 220px; }
}

@media(max-width: 360px) {
	/*Slideshow*/
	.slider-slideshow-description { width: 250px; }
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 { font-size: 24px; }
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1, .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 { font-size: 12px; }
	.slider-slideshow-description .btn { font-size: 13px; padding: 8px 10px 9px; }

	/*News*/
	.news-ncategory .news-side-category { display: block; }
	.news-side-category a { margin-bottom: 10px; }

	/*Footer*/
	.mi-toptext, .footer-upper-contet a { font-size: 14px; }
	.footer-bottom p { letter-spacing: 0; }

	/*Categories*/
	.catcontainer .child { margin: 0 5px 30px; width: calc(50% - 10px); }

	/*Products*/
	.sticker { margin-top: 5px; }
	.special-sticker { margin-top: 5px; }
	.sticker + .special-sticker { margin-top: 0px; }
}

@media(max-width: 320px) {
	/*About*/
	.about-desc { padding: 0; }

	/*Home*/
	.instagram.slick-slider { margin: 0 0 30px; }
	.homepagesflex .child { padding: 80px 10px 50px; }

	/*Footer*/
	.footer-bottom p { font-size: 13px; }

	/*Products*/
	.product-view>.product-gutter { padding: 0 5px; }
	
	.newbc a { max-width: 170px; }
}