@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@font-face {
    font-family: 'Jelytta';
    src: url('../../fonts/jelytta/jelytta-webfont.eot');
    src: url('../../fonts/jelytta/jelytta-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/jelytta/jelytta-webfont.woff2') format('woff2'),
         url('../../fonts/jelytta/jelytta-webfont.woff') format('woff'),
         url('../../fonts/jelytta/jelytta-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@keyframes bounce2 {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-15px)
    }
}

@-webkit-keyframes bounce2 {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-15px)
    }
}

@-moz-keyframes marquee {
    0% {
        -moz-transform: translateX(-100%)
    }
    100% {
        -moz-transform: translateX(200%)
    }
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        -moz-transform: translateX(200%);
        -webkit-transform: translateX(200%);
        transform: translateX(200%)
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-100%)
    }
}

@-moz-keyframes slide-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(0)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(-100%)
    }
}

body,
html {
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 400;
    color: #666;
}

_:-ms-fullscreen,
:root html,
_:-ms-fullscreen,
:root body {
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 10px;
    color: #4b1a13;
    font-weight: 500
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}
.flex-center {
	justify-content: center;
	align-items: center;
}
.jfont {
    font-family: "Jelytta" !important;
}
.visible {
    visibility: visible !important
}

.nopaddingLR {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.nopaddingL {
    padding-left: 0 !important
}

.nopaddingR {
    padding-right: 0 !important
}

.equal-heights {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.modal-open {
    overflow: inherit;
    padding-right: 0 !important
}

.breadcrumb-container {
    margin-top: 3rem;
    width: 100%
}

@media (min-width:375px) {
    .breadcrumb-container {
        margin-top: 0 !important
    }
}

@media (min-width:480px) {
    .breadcrumb-container {
        margin-top: 3rem !important
    }
}

@media (min-width:992px) {
    .breadcrumb-container {
        margin-top: 2rem !important;
        width: 970px !important
    }
}

@media (min-width:1200px) {
    .breadcrumb-container {
        width: 1170px !important;
        margin-top: 4rem !important
    }
}

@media (min-width:1600px) {
    .breadcrumb-container {
        width: 1270px !important;
        margin-top: 2rem !important
    }
}

@media (min-width:1900px) {
    .breadcrumb-container {
        width: 1370px !important
    }
}

#cart .free-shipping-indicator .free-shipping-progress .free-shipping-progress-bar,
#enquiry .free-shipping-indicator .free-shipping-progress .free-shipping-progress-bar {
    background: #418c1f !important
}

#cart .free-shipping-indicator .free-shipping-label,
#enquiry .free-shipping-indicator .free-shipping-label {
    padding: 3px 6px !important;
    background: #418c1f !important
}

#cart .free-shipping-indicator .free-shipping-icon i::before,
#enquiry .free-shipping-indicator .free-shipping-icon i::before {
    color: #418c1f !important
}

.breadcrumb {
    background: #fff !important;
    border: 0 !important;
    white-space: inherit !important;
    margin: 10px 0 0 !important
}

@media (min-width:375px) {
    .breadcrumb {
        margin: 20px 0 0 !important
    }
}

@media (min-width:412px) {
    .breadcrumb {
        margin: 50px 0 0 !important
    }
}

@media (min-width:480px) {
    .breadcrumb {
        margin: 20px 0 0 !important
    }
}

@media (min-width:768px) {
    .breadcrumb {
        margin: 20px 0 0 !important
    }
}

@media (min-width:992px) {
    .breadcrumb {
        margin: 45px 0 0 !important
    }
}

@media (min-width:1024px) {
    .breadcrumb {
        margin: 60px 0 0 !important
    }
}

@media (min-width:1200px) {
    .breadcrumb {
        margin: 40px 0 0 !important
    }
}

@media (min-width:1300px) {
    .breadcrumb {
        margin: 45px 0 0 !important
    }
}

@media (min-width:1600px) {
    .breadcrumb {
        margin: 60px 0 0 !important
    }
}

.breadcrumb li {
    padding: 0 5px
}

.breadcrumb li:after {
    content: "/" !important;
    font-weight: 700
}

.breadcrumb li:first-of-type {
    padding-left: 0 !important
}

.breadcrumb li:last-of-type a {
    text-decoration: underline;
    font-weight: 700
}

.breadcrumb li a {
    color: #4b1a13;
    font-size: 12px
}

@media (min-width:1400px) {
    .breadcrumb li a {
        font-size: 13px !important
    }
}

.breadcrumb li a:hover {
    color: #418c1f !important
}

#ToTop {
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .4) !important;
    right: 0;
    font-size: 14px;
    height: 35px;
    bottom: 3rem;
    width: 35px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 1px !important
}

#ToTop #ToTopHover {
    right: 0;
    height: 40px;
    width: 40px;
    background: 0 0 !important
}

#ToTop i {
    top: 0;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px
}

#ToTop i:before {
    top: 10px;
    position: absolute;
    left: 10px
}

.modal {
    z-index: 9999999999 !important
}

.modal-backdrop {
    z-index: 999999999 !important
}

body.error-not_found #error-page #content {
    text-align: center
}

body.error-not_found .pull-right {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    margin-top: 2rem !important
}

.pagination {
    margin-top: 3rem !important
}

.pagination li i {
    font-size: 18px
}

.pagination li a {
    color: #333;
    background: 0 0 !important;
    border: 0 !important;
    margin: 0 6px;
    border-radius: 0 !important;
    font-weight: 700
}

.pagination li a,
.pagination li span {
    padding: 7px 10px;
    font-size: 14px !important
}

.pagination li .first,
.pagination li .last,
.pagination li .next,
.pagination li .prev {
    padding: 7px 14px !important;
    margin: 0 3px !important
}

.pagination li .prev {
    margin-right: 8px !important
}

.pagination li .next {
    margin-left: 8px !important
}

.pagination li.active a,
.pagination li.active span,
.pagination li:focus a,
.pagination li:focus span,
.pagination li:hover a,
.pagination li:hover span {
    color: #fff !important;
    background: #f2b950 !important;
    border-radius: 25px !important;
    padding: 7px 14px;
    border: 0 !important;
    text-decoration: none;
    font-weight: 700;
    margin: 0 6px
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    margin-bottom: 3rem !important;
    margin-top: 6rem;
    letter-spacing: 1px;
    color: #f2b950 !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]) strong {
    display: block;
    font-family: "Jelytta" !important;
    color:#000;
    padding-top: 15px;
    font-size: 34px !important;
    text-transform: capitalize !important;
}


body:not(.cke_editable) h2:not(.swal2-title):not([style]):after {
    display: none
}

body:not(.cke_editable).news-article h2:not(.swal2-title):not([style]) strong, 
body:not(.cke_editable).news-ncategory h2:not(.swal2-title):not([style]) strong, 
body:not(.cke_editable).information-faq h2:not(.swal2-title):not([style]) strong, 
body:not(.cke_editable).information-contact h2:not(.swal2-title):not([style]) strong, 
body:not(.cke_editable).information-information h2:not(.swal2-title):not([style]) strong {
    line-height: 0.5;
    text-align: center;
    display: flex;
    position: relative;  
    justify-content: center;
}
body:not(.cke_editable).news-article h2:not(.swal2-title):not([style]) strong:before, 
body:not(.cke_editable).news-article h2:not(.swal2-title):not([style]) strong:after, 
body:not(.cke_editable).news-ncategory h2:not(.swal2-title):not([style]) strong:before,
body:not(.cke_editable).news-ncategory h2:not(.swal2-title):not([style]) strong:after,
body:not(.cke_editable).information-faq h2:not(.swal2-title):not([style]) strong:before,
body:not(.cke_editable).information-faq h2:not(.swal2-title):not([style]) strong:after,
body:not(.cke_editable).information-contact h2:not(.swal2-title):not([style]) strong:before,
body:not(.cke_editable).information-contact h2:not(.swal2-title):not([style]) strong:after,
body:not(.cke_editable).information-information h2:not(.swal2-title):not([style]) strong:before,
body:not(.cke_editable).information-information h2:not(.swal2-title):not([style]) strong:after {
    border-top: 0px solid #e1e1e1 !important;
}
.iid-11 h2 strong:before{
    border-top:0px !important;
}
body:not(.cke_editable).news-article h2:not(.swal2-title):not([style]) strong:before, 
body:not(.cke_editable).news-ncategory h2:not(.swal2-title):not([style]) strong:before,
body:not(.cke_editable).information-contact h2:not(.swal2-title):not([style]) strong:before,
body:not(.cke_editable).information-faq h2:not(.swal2-title):not([style]) strong:before {
    left: 20%;
}
body:not(.cke_editable).news-article h2:not(.swal2-title):not([style]) strong:after, 
body:not(.cke_editable).news-ncategory h2:not(.swal2-title):not([style]) strong:after,
body:not(.cke_editable).information-contact h2:not(.swal2-title):not([style]) strong:after,
body:not(.cke_editable).information-faq h2:not(.swal2-title):not([style]) strong:after {
    right: 20%;
}
body:not(.cke_editable).information-information h2:not(.swal2-title):not([style]) strong:before{
    left: 30%;
}
body:not(.cke_editable).information-information h2:not(.swal2-title):not([style]) strong:after{
    right: 30%;
}

#content .col-lg-2:nth-child(6n+1),
#content .col-lg-3:nth-child(4n+1),
#content .col-lg-4:nth-child(3n+1),
#content .col-lg-6:nth-child(2n+1) {
    clear: none
}

.slick-initialized.slick-slider .slick-dots {
    padding-left: 0 !important;
    list-style: none;
    display: flex !important;
    justify-content: center
}

.slick-initialized.slick-slider .slick-dots li {
    margin: 0 5px;
    width: 23px;
    height: 6px;
    border: 2px solid #fff
}

.slick-initialized.slick-slider .slick-dots li.slick-active,
.slick-initialized.slick-slider .slick-dots li:hover {
    background: #fff !important
}

.slick-initialized.slick-slider .slick-dots li button {
    display: none
}

.slick-initialized.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    width: 30px;
    height: 15px
}

.slick-initialized.slick-slider .slick-arrow:hover:before {
    background-position: 0 -14px !important;
    transform: scale(1.2) !important
}

.slider-slideshow-description .slider-slideshow-description-texts {
	padding-right: 50%;
}

.slideshow-text-1 {
    font-family: 'Jelytta';
    font-size: 30px !important;
    color:#f2b950;
}
@media (max-width:768px) {
	.slideshow-text-0 {
    	font-size: 18px !important;
	}

	.slideshow-text-1 {
    	font-size: 24px !important;
	}
	.slider-slideshow-description .slider-slideshow-description-texts {
	    padding-right: 30%;
	}
}
.slider-dots {
	left:22vw;
    bottom: 20%;
}
@media (max-width: 1636px){ 
	.slider-dots {
		left:17.5vw;
	}
}
@media (max-width: 1366px){ 
	.slider-dots {
		left:11vw;
	}
}
@media (max-width: 1280px){ 
	.slider-dots {
	    left: 8.5vw;
	}
}
@media (max-width: 1024px){
	.slider-dots {
	    left: 7.5vw;
    	bottom: 13%;
	}
}
@media (max-width: 767px) {
	.slider-dots {
		left:7.5vw;
	}
}
@media (max-width: 414px) {

	.slider-slideshow-description {
		top: 60%;
	}
	.slider-dots {
		left:12vw;
	    bottom: 5%;
	}
}
@media (max-width: 375px) {
	.slider-dots {
		left:13vw;
	}
}

.slideshow .slider-custom-dots li button {
	border: 1px solid #fff;
	background-color: transparent;
}
.slideshow .slider-custom-dots li.slick-active button {
	width: 10px !important;
	background-color: #fff;
}

@media (min-width:480px) {
    .slick-initialized.slick-slider .slick-arrow:hover:before {
        background-position: 0 -24px !important
    }
}

@media (min-width:1900px) {
    .slick-initialized.slick-slider .slick-arrow:hover:before {
        background-position: 0 -31px !important
    }
}

@media (min-width:480px) {
    .slick-initialized.slick-slider .slick-arrow {
        height: 25px !important;
        width: 50px !important
    }
}

@media (min-width:1600px) {
    .slick-initialized.slick-slider .slick-arrow {
        height: 30px !important;
        width: 65px !important
    }
}

.slick-initialized.slick-slider .slick-arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover !important;
    background-position: 0 0 !important
}

.slick-initialized.slick-slider .slick-arrow.slick-prev {
    left: 5px !important
}

.slick-initialized.slick-slider .slick-arrow.slick-prev:before {
    background: url(../../../image/left.png) no-repeat
}

.slick-initialized.slick-slider .slick-arrow.slick-next {
    right: 5px !important
}
.fcategory-wrapper .slick-initialized.slick-slider .slick-arrow:before {
	background-position: center !important;
	background-size: initial !important;
}
.fcategory-wrapper .slick-initialized.slick-slider .slick-arrow.slick-prev {
	left: 2% !important;
}
.fcategory-wrapper .slick-initialized.slick-slider .slick-arrow.slick-next {
	right: 2%  !important;
}


.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow:before {
	background-position: center !important;
	background-size: initial !important;
}
.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow.slick-prev {
	left: 25% !important;
}
.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow.slick-next {
	right: 25%  !important;
}
.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow:hover:before {
	background-position: center !important;
}
.slick-initialized.slick-slider .slick-arrow.slick-next:before {
    background: url(../../../image/right.png) no-repeat
}

.slick-initialized.slick-slider .slick-arrow i {
    font-size: 3.5rem;
    color: #ccc;
    display: none
}

.animsition-loading {
    border: 0 !important;
    animation-iteration-count: unset !important;
    -webkit-animation-iteration-count: unset !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important
}

.animsition-loading,
.animsition-loading:after {
    top: 40% !important;
    left: 30% !important;
    width: 130px !important;
    height: auto !important
}

@media (min-width:360px) {
    .animsition-loading,
    .animsition-loading:after {
        top: 35% !important;
        left: 33% !important
    }
}

@media (min-width:480px) {
    .animsition-loading,
    .animsition-loading:after {
        top: 35% !important;
        left: 37% !important
    }
}

@media (min-width:640px) {
    .animsition-loading,
    .animsition-loading:after {
        left: 40% !important
    }
}

@media (min-width:768px) {
    .animsition-loading,
    .animsition-loading:after {
        top: 45% !important;
        left: 43% !important
    }
}

@media (min-width:1200px) {
    .animsition-loading,
    .animsition-loading:after {
        left: 48% !important;
        width: 110px !important
    }
}

@media (min-width:1600px) {
    .animsition-loading,
    .animsition-loading:after {
        left: 46% !important;
        width: 150px !important
    }
}

@media (min-width:1900px) {
    .animsition-loading,
    .animsition-loading:after {
        left: 48% !important
    }
}

.animsition-loading img,
.animsition-loading:after img {
    width: 100%
}

.height-100 {
    height: 100% !important
}

input::-ms-clear {
    display: none
}

.row:after,
.row:before {
    display: none !important
}

.swal2-container {
    z-index: 999999999999999 !important
}

.opacity-visible {
    display: block !important;
    z-index: 99999 !important
}

.btn-primary {
    background: #418c1f;
    border: 1px solid #418c1f;
    border-radius: 25px !important;
    color: #fff;
    outline: 0;
    text-shadow: none
}

.btn-primary:focus,
.btn-primary:hover {
    background: #fff !important;
    border: 1px solid #418c1f !important;
    color: #418c1f !important
}

.btn-primary.disabled {
    background: #999 !important;
    color: #ccc !important;
    border: 1px solid #999 !important
}

#button-review,
.btn-default:not(.btn-number) {
    background: #418c1f;
    border: 1px solid #418c1f;
    box-shadow: none !important;
    outline: 0 !important;
    text-shadow: none;
    color: #fff !important;
    border-radius:25px;
}

#button-review:focus,
#button-review:hover,
.btn-default:focus,
.btn-default:hover {
    background: #fff !important;
    border: 1px solid #418c1f !important;
    color: #418c1f !important
}

#button-search {
    background: #418c1f;
    text-shadow: none !important;
    outline: 0;
    color: #fff
}

#button-search:focus,
#button-search:hover {
    background: #fff !important;
    color: #418c1f !important;
    border: 1px solid #418c1f !important
}

#button-search:focus i,
#button-search:hover i {
    color: #418c1f !important
}

.btn-number.no-custom {
    background: #418c1f;
    box-shadow: none !important;
    padding: 6px 18px !important;
    text-shadow: none !important;
    outline: 0 !important;
    color: #fff !important
}

.btn-number.no-custom.disabled {
    background: #e0e0e0 !important
}

.btn-number.no-custom:hover {
    background: #fff !important;
    color: #418c1f !important
}

.view-password {
    top: 33px !important
}

input[type=color].form-control,
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=datetime].form-control,
input[type=email].form-control,
input[type=month].form-control,
input[type=number].form-control,
input[type=password].form-control,
input[type=search].form-control,
input[type=tel].form-control,
input[type=text].form-control,
input[type=time].form-control,
input[type=url].form-control,
input[type=week].form-control,
select.form-control,
textarea.form-control {
    font-size: 14px;
    border-radius: 3px
}

input[type=color].form-control,
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=datetime].form-control,
input[type=email].form-control,
input[type=month].form-control,
input[type=number].form-control,
input[type=password].form-control,
input[type=search].form-control,
input[type=tel].form-control,
input[type=text].form-control,
input[type=time].form-control,
input[type=url].form-control,
input[type=week].form-control,
select.form-control {
    height: 40px
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: 0
}

.input-group .input-number {
    border: 1px solid #c9c9c9 !important;
    border-radius: 0 !important
}

#content {
    min-height: 650px
}

.input-group-btn .btn:not(#button-login):not(#button-coupon):not(#button-voucher):not(#button-search) {
    box-shadow: none;
    font-size: 18px
}

.input-group-btn .btn:not(#button-login):not(#button-coupon):not(#button-voucher):not(#button-search):focus,
.input-group-btn .btn:not(#button-login):not(#button-coupon):not(#button-voucher):not(#button-search):hover {
    background: #d3d3d3 !important;
    color: #fff !important
}

.input-group-btn .btn:not(#button-login):not(#button-coupon):not(#button-voucher):not(#button-search).btn-minus,
.input-group-btn .btn:not(#button-login):not(#button-coupon):not(#button-voucher):not(#button-search).btn-plus {
    background: transparent !important;
    border: 1px solid #c9c9c9 !important;
    color: #666 !important;
    font-weight: 700 !important
}

.input-group-btn .btn:not(#button-login):not(#button-coupon):not(#button-voucher):not(#button-search).btn-minus:focus,
.input-group-btn .btn:not(#button-login):not(#button-coupon):not(#button-voucher):not(#button-search).btn-minus:hover,
.input-group-btn .btn:not(#button-login):not(#button-coupon):not(#button-voucher):not(#button-search).btn-plus:focus,
.input-group-btn .btn:not(#button-login):not(#button-coupon):not(#button-voucher):not(#button-search).btn-plus:hover {
    background: #d3d3d3 !important;
    border: 1px solid #d3d3d3 !important;
    color: #666 !important
}

.input-group-btn .btn:not(#button-login):not(#button-coupon):not(#button-voucher):not(#button-search).btn-plus {
    padding: 6px 12px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

label {
    font-size: 14px
}

form fieldset {
    padding-bottom: 0 !important
}

form fieldset legend {
    padding-bottom: 20px;
    font-weight: 700
}

.input-group.date .input-group-addon {
    border: 1px solid #ccc;
    height: 40px;
    background: #418c1f;
    color: #fff
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: 0 0 !important;
    color: #418c1f !important
}

.input-group .form-control,
.input-group-btn,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group,
input[type=password]+i.fa-eye {
    z-index: inherit
}

.btn:not(#filter_group_tigger_open):not(.btn-number):not(.btn-mi):not(.btn-add-cart):not(.btn-out-stock):not(.btn-viewmore):not(#button-review):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
    min-width: 170px;
    text-shadow: none;
    outline: 0;
    height: 40px !important;
    min-height: 40px !important;
    padding: 10px 14px !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    text-transform: uppercase !important
}

.btn:not(#filter_group_tigger_open):not(.btn-number):not(.btn-mi):not(.btn-add-cart):not(.btn-out-stock):not(.btn-viewmore):not(#button-review):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove):focus,
.btn:not(#filter_group_tigger_open):not(.btn-number):not(.btn-mi):not(.btn-add-cart):not(.btn-out-stock):not(.btn-viewmore):not(#button-review):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove):hover {
    color: #418c1f !important;
    border: 1px solid #418c1f !important
}

@media (min-width:992px) {
    #filter_group_tigger_close {
        display: none
    }
}

#login #button-login {
    min-width: 170px
}


.animateds {
    animation: bounce2 1s infinite alternate;
    -webkit-animation: bounce2 1s infinite alternate
}

.main-container {
    margin-bottom: 5rem
}

@media (min-width:768px) {
    .main-container {
        margin-bottom: 7rem !important
    }
}

@media (min-width:1200px) {
    .main-container {
        margin-bottom: 4rem !important
    }
}

@media (min-width:1600px) {
    .main-container {
        width: 1270px !important;
        margin-bottom: 5rem !important
    }
}

@media (min-width:1900px) {
    .main-container {
        width: 1370px !important;
        margin-bottom: 7rem !important
    }
}

.blockOverlay {
    z-index: 3875820019684212735 !important
}

#cart.slide-out-cart.open-custom .dropdown-menu,
#enquiry.slide-out-cart.open-custom .dropdown-menu {
    color: #333
}

#header-sticky-wrapper {
    z-index: 99999999 !important;
    width: 100%;
    position: relative;
    top: 0;
    border-bottom: 1px solid #ccc;
    height: auto !important;
    background: #fff;
    border-bottom: 1px solid #418c1f !important
}

#header-sticky-wrapper.sticky-wrapper.is-sticky {
    position: fixed !important
}

#header-sticky-wrapper.sticky-wrapper.is-sticky #header {
    z-index: 9 !important;
    background: #fff !important;
    position: relative !important
}

#header-sticky-wrapper #header {
    z-index: 99 !important;
    position: absolute;
    width: 100%;
    height: auto !important;
    box-shadow: none !important;
    border-bottom: 1px solid #418c1f !important;
    background:#fff;
}

#header-sticky-wrapper #header .main-header {
    position: relative;
    width: 100%;
    float: left;
    padding: 7px !important
}

@media (min-width:375px) {
    #header-sticky-wrapper #header .main-header {
        padding: 10px !important
    }
}

@media (min-width:992px) {
    #header-sticky-wrapper #header .main-header {
        padding: 20px 10px !important
    }
}

@media (min-width:1200px) {
    #header-sticky-wrapper #header .main-header {
        padding: 25px 5rem !important
    }
}

@media (min-width:1400px) {
    #header-sticky-wrapper #header .main-header {
        padding: 26px 5rem !important
    }
}

@media (min-width:1900px) {
    #header-sticky-wrapper #header .main-header {
        padding: 30px 8rem !important
    }
}

#header-sticky-wrapper #header .main-header .header-container {
    padding: 0 !important
}

#header-sticky-wrapper #header .main-header .header-container .header-top {
    display: none !important
}

#header-sticky-wrapper #header .main-header .header-container .header-logo .header-logo-image {
    width: 115px;
    position: absolute;
    top: 4px;
    left: 3.5rem
}
#header-sticky-wrapper #header .main-header .header-container .header-menu {
	justify-content: space-between;

}
#header-sticky-wrapper #header .main-header .header-container .header-menu #main-menu {
	margin-left: 10vw;
}

@media (max-width: 1366px) {

	#header-sticky-wrapper #header .main-header .header-container .header-menu #main-menu {
		margin-left: 15vw;
	}

}

@media (min-width:375px) {
    #header-sticky-wrapper #header .main-header .header-container .header-logo .header-logo-image {
        width: 130px !important
    }
}

@media (min-width:992px) {
    #header-sticky-wrapper #header .main-header .header-container .header-logo .header-logo-image {
        width: 140px !important;
        top: 5px !important;
        left: 3rem !important
    }
}

@media (min-width:1200px) {
    #header-sticky-wrapper #header .main-header .header-container .header-logo .header-logo-image {
        left: 6rem !important;
        width: auto !important
    }
}

@media (min-width:1400px) {
    #header-sticky-wrapper #header .main-header .header-container .header-logo .header-logo-image {
        top: 6px !important
    }
}

@media (min-width:1900px) {
    #header-sticky-wrapper #header .main-header .header-container .header-logo .header-logo-image {
        left: 9rem !important
    }
}

#header-sticky-wrapper #header .main-header .header-container .header-menu #main-menu li {
    margin: 0 1.5rem !important
}

@media (min-width:1200px) {
    #header-sticky-wrapper #header .main-header .header-container .header-menu #main-menu li {
        margin: 0 2rem !important
    }
    #header-sticky-wrapper #header .main-header .header-container .header-menu #main-menu li:after {
        left: -20px !important
    }
}

#header-sticky-wrapper #header .main-header .header-container .header-menu #main-menu li.products-menu.has-children ul {
    display: none !important
}

#header-sticky-wrapper #header .main-header .header-container .header-menu #main-menu li:first-child a:after {
    display: none !important
}

#header-sticky-wrapper #header .main-header .header-container .header-menu #main-menu li.active a,
#header-sticky-wrapper #header .main-header .header-container .header-menu #main-menu li:focus a,
#header-sticky-wrapper #header .main-header .header-container .header-menu #main-menu li:hover a {
    color: #418c1f !important;
}

#header-sticky-wrapper #header .main-header .header-container .header-menu #main-menu a {
    font-weight: 700;
    color: #333;
    padding: 0 !important;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 400;
    padding: 7px 0 !important;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important
}

@media (min-width:992px) {
    #header-sticky-wrapper #header .main-header .header-container .search-wrapper {
        margin-right: 2rem !important
    }
}

#header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom {
    margin-left: 10.5rem
}

@media (min-width:360px) {
    #header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom {
        margin-left: 14.5rem !important
    }
}

@media (min-width:375px) {
    #header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom {
        margin-left: 15.5rem !important
    }
}

@media (min-width:412px) {
    #header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom {
        margin-left: 20rem !important
    }
}

@media (min-width:480px) {
    #header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom {
        margin-left: 24rem !important
    }
}

@media (min-width:640px) {
    #header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom {
        margin-left: 37.5rem !important
    }
}

@media (min-width:736px) {
    #header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom {
        margin-left: 47rem !important
    }
}

@media (min-width:768px) {
    #header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom {
        margin-left: 50.5rem !important
    }
}

@media (min-width:992px) {
    #header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom {
        margin-left: 0 !important
    }
}

@media (max-width:991px) {
    #header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom {
        display: none !important
    }
}

#header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom .btn-close-search {
    display: none
}

#header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom .search-box {
    border: 0 !important;
    border-radius: 0 !important;
    position: relative
}

#header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom .search-box input[type=text] {
    padding: 0 !important;
    height: 25px !important;
    color: #666 !important;
    font-weight: 700
}

#header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom .search-box input[type=text]::placeholder {
    color: #666 !important;
    font-weight: 700
}

#header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom .search-box button {
    display: block !important;
    padding: 7px 14px;
}

#header-sticky-wrapper #header .main-header .header-container .search-wrapper .search-custom .search-box button .fa:before {
    content: "";
    background: url(../../../image/search.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 5px
}

#header-sticky-wrapper #header #cart>a .badge,
#header-sticky-wrapper #header #enquiry>a .badge {
    height: 20px !important;
    width: 20px !important;
    top: 50% !important;
    left: 100% !important;
    background: #fff !important;
    padding: 4px !important
}

#header-sticky-wrapper #header #cart>a .badge span,
#header-sticky-wrapper #header #enquiry>a .badge span {
    font-size: 12px !important;
    color: #333 !important
}

#header-sticky-wrapper #header #cart {
    float: right;
    margin-left: 11.5rem
}

@media (min-width:360px) {
    #header-sticky-wrapper #header #cart {
        margin-left: 15.5rem !important
    }
}

@media (min-width:375px) {
    #header-sticky-wrapper #header #cart {
        margin-left: 16.5rem !important
    }
}

@media (min-width:412px) {
    #header-sticky-wrapper #header #cart {
        margin-left: 20.5rem !important
    }
}

@media (min-width:480px) {
    #header-sticky-wrapper #header #cart {
        margin-left: 27.5rem !important
    }
}

@media (min-width:640px) {
    #header-sticky-wrapper #header #cart {
        margin-left: 43.5rem !important
    }
}

@media (min-width:768px) {
    #header-sticky-wrapper #header #cart {
        margin-left: 55.5rem !important
    }
}

@media (min-width:992px) {
    #header-sticky-wrapper #header #cart {
        margin-left: 0 !important
    }
}

@media (max-width:991px) {
    #header-sticky-wrapper #header #cart a .badge, #header-sticky-wrapper #header #enquiry a .badge {
        background: #418c1f !important
    }
    #header-sticky-wrapper #header #cart a .badge span, #header-sticky-wrapper #header #enquiry a .badge span {
        color: #fff !important
    }
    #header-sticky-wrapper #header #cart img.white, #header-sticky-wrapper #header #enquiry img.white {
        display: none
    }
    .search-wrapper{
        display:flex;
    }
}

#header-sticky-wrapper #header .top-header {
    background: #418c1f;
    color: #fff;
    text-align: center;
    line-height: 15px;
    padding: 9px;
    position: relative;
    font-size: 10px;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:375px) {
    #header-sticky-wrapper #header .top-header {
        font-size: 12px !important
    }
}

@media (min-width:992px) {
    #header-sticky-wrapper #header .top-header {
        padding: 9px 4rem 9px 3rem !important
    }
}

@media (min-width:1200px) {
    #header-sticky-wrapper #header .top-header {
        padding: 9px 8rem 9px 7rem !important
    }
}

@media (min-width:1900px) {
    #header-sticky-wrapper #header .top-header {
        padding: 10px 11rem 11px 10rem !important;
        font-size: 14px !important
    }
}

#header-sticky-wrapper #header .top-header a {
    color: #fff
}

#header-sticky-wrapper #header .top-header a:hover {
    color: #f3c800 !important
}

#header-sticky-wrapper #header .top-header .left {
    padding-left: 0 !important;
    text-align: left;
    overflow: hidden;
    position: relative;
    text-align: center
}

@media (min-width:640px) {
    #header-sticky-wrapper #header .top-header .left {
        width: 70%;
        margin-left: 10rem
    }
}

@media (min-width:992px) {
    #header-sticky-wrapper #header .top-header .left {
        width: 65% !important;
        margin-left: 0 !important
    }
}

#header-sticky-wrapper #header .top-header .left .slide-container {
    white-space: nowrap;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: marquee 15s linear infinite;
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite
}

@media (min-width:768px) {
    #header-sticky-wrapper #header .top-header .left .slide-container {
        width: 70% !important
    }
}

@media (min-width:1200px) {
    #header-sticky-wrapper #header .top-header .left .slide-container {
        width: 60% !important
    }
}

@media (min-width:1600px) {
    #header-sticky-wrapper #header .top-header .left .slide-container {
        width: 40% !important
    }
}

#header-sticky-wrapper #header .top-header .left .slide-container p {
    margin-bottom: 0;
    margin-top: 3px
}

#header-sticky-wrapper #header .top-header .right {
    padding-right: 0 !important;
    text-align: center;
    padding-top: 7px
}

@media (min-width:992px) {
    #header-sticky-wrapper #header .top-header .right {
        width: 35% !important;
        padding-top: 0 !important;
        display: flex;
        float: right;
        justify-content: flex-end
    }
    #header-sticky-wrapper #header .top-header .right .cart-header.top {
        margin-left: 5rem
    }
}

#header-sticky-wrapper #header .top-header .right #account li {
    background: 0 0 !important
}

#header-sticky-wrapper #header .top-header .right #account li a {
    color: #333 !important;
    text-transform: capitalize !important;
    font-weight: 700 !important;
    background: 0 0 !important
}

#header-sticky-wrapper #header .top-header .right #account li a:hover {
    color: #418c1f !important
}

@media (min-width:992px) {
    #header-sticky-wrapper #header .top-header .right #account .dropdown-toggle {
        display: flex
    }
    #header-sticky-wrapper #header .top-header .right #account .dropdown-toggle span {
        display: inline-block
    }
    #header-sticky-wrapper #header .top-header .right #account .dropdown-toggle span img {
        margin-right: 10px
    }
    #header-sticky-wrapper #header .top-header .right #account .dropdown-toggle span:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    #enquiry{
        padding-left:15px;
    }
}

#header-sticky-wrapper #header .top-header img:not(.img-thumbnail) {
    float: none;
    width: 15px;
    margin-right: 5px
}

@media (min-width:1200px) {
    #header-sticky-wrapper #header .top-header img:not(.img-thumbnail) {
        width: 20px !important
    }
    
}

@media (min-width:1900px) {
    #header-sticky-wrapper #header .top-header img:not(.img-thumbnail) {
        width: 20px !important
    }
}

#cart .dropdown-menu,
#enquiry .dropdown-menu {
    z-index: 999999999 !important
}

.header-container .header-menu #main-menu a .sub-arrow {
    overflow: inherit !important;
    border: 0 !important;
    margin-left: 0 !important;
    display: none
}

#main-menu .children.sm-nowrap {
    display: none !important
}

.cd-accordion-menu .has-children.products .parent-products,
.cd-accordion-menu .has-children.products ul li label {
    display: none
}

.sidr {
    z-index: 999999999 !important
}

.sidr .cd-accordion-menu {
    text-transform: uppercase
}

.page-banner {
    background-position: center center !important;
    background-size: cover !important
}

.page-banner .page-banner-title {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8.5rem 10px
}

.page-banner .page-banner-title h3 {
    letter-spacing: 2px;
    color: #fff !important;
    font-size: 28px !important;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0
}

#mobileNav {
    text-align: left !important;
    padding: 0 !important
}

#mobileNav .fa-bars:before,
#mobileNav .fa-navicon:before,
#mobileNav .fa-reorder:before {
    color: #4b1a13;
    font-size: 25px !important;
    content: "" !important;
    font-family: LineAwesome !important
}

#enquiry {
    /*display: none !important*/
}

@supports (-ms-ime-align:auto) {
    @media (min-width: 1200px) {
        #cart .cart-dorpdown-footer>*, #enquiry .cart-dorpdown-footer>* {
            width:calc(-5px + 49.9%) !important
        }
        .slide-out-cart#cart .dropdown-menu .cart-dorpdown-indicator,
        .slide-out-cart#cart .dropdown-menu .cart-dropdown-order-totals,
        .slide-out-cart#enquiry .dropdown-menu .cart-dorpdown-indicator,
        .slide-out-cart#enquiry .dropdown-menu .cart-dropdown-order-totals {
            margin-top: 2.5rem !important
        }
    }
}

@media (max-width:991px) {
    .parent-shop {
        display: none !important
    }
}

body #footer-area {
    position: relative;
    margin-top: 0 !important;
    background: #4b1a13 !important
}

body #footer-area .footer-wrapper {
    padding: 0 0 1rem !important
}

@media (min-width:768px) {
    body #footer-area .footer-wrapper {
        padding: 0 0 0 5rem !important
    }
}

@media (min-width:992px) {
    body #footer-area .footer-wrapper {
        padding: 0 0 0 1rem !important
    }
}

@media (min-width:1200px) {
    body #footer-area .footer-wrapper {
        padding: 0 0 0 3rem !important
    }
}

@media (min-width:1400px) {
    body #footer-area .footer-wrapper {
        padding: 1rem 3rem 0 5rem !important
    }
}

@media (min-width:1900px) {
    body #footer-area .footer-wrapper {
        padding: 1rem 0 0 7rem !important
    }
}

body #footer-area .footer-wrapper .footer-upper-content {
    width: 100%;
    float: left;
    margin-top: 30px
}

body #footer-area footer {
    padding: 10px 0 0;
    border-top: 0 !important;
    color: #000;
    background-color: #ebebeb !important;
    font-weight: 700
}

body #footer-area footer p {
    margin-bottom: 0;
    padding-bottom: 0
}

body #footer-area footer .title {
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 700;
    color: #000 !important;
    text-transform: uppercase !important;
    font-size: 20px !important
}

@media (min-width:1900px) {
    body #footer-area footer .title {
        font-size: 24px !important
    }
}

body #footer-area footer .footer-contact-links {
    font-size: 12px;
    margin-bottom: 3rem;
    padding: 0 3rem
}

@media (min-width:1900px) {
    body #footer-area footer .footer-contact-links {
        font-size: 14px !important
    }
}

body #footer-area footer .footer-contact-links.social_icons a {
    margin-right: 1rem;
    margin-bottom: 5px;
    display: inline-block
}

body #footer-area footer .footer-contact-links.social_icons a:hover {
    opacity: .8
}

body #footer-area footer .footer-contact-links a {
    text-transform: uppercase !important;
    font-size: 12px !important
}

@media (min-width:1900px) {
    body #footer-area footer .footer-contact-links a {
        font-size: 14px !important
    }
}

body #footer-area footer .footer-contact-links ul li {
    margin-bottom: 10px
}

body #footer-area footer .footer-contact-links ul li:last-child {
    margin-bottom: 0 !important
}

@media (min-width:375px) {
    body #footer-area footer .footer-contact-links {
        margin-bottom: 4rem !important
    }
}

@media (max-width:767px) {
    body #footer-area footer .footer-contact-links:nth-child(2) {
        display: none !important
    }
    body #footer-area footer .footer-contact-links:not(:nth-child(1)) {
        text-align: center
    }
}

@media (min-width:768px) {
    body #footer-area footer .footer-contact-links:nth-child(1) {
        width: 67% !important
    }
    body #footer-area footer .footer-contact-links:nth-child(2) {
        width: 33% !important
    }
    body #footer-area footer .footer-contact-links:nth-child(3),
    body #footer-area footer .footer-contact-links:nth-child(4),
    body #footer-area footer .footer-contact-links:nth-child(5) {
        width: 33.33% !important
    }
}

@media (min-width:992px) {
    body #footer-area footer .footer-contact-links {
        padding: 0 2rem !important
    }
    body #footer-area footer .footer-contact-links:nth-child(1) {
        width: 30% !important
    }
    body #footer-area footer .footer-contact-links:nth-child(2),
    body #footer-area footer .footer-contact-links:nth-child(3),
    body #footer-area footer .footer-contact-links:nth-child(4),
    body #footer-area footer .footer-contact-links:nth-child(5) {
        width: 17.5% !important
    }
}

@media (min-width:1300px) {
    body #footer-area footer .footer-contact-links:nth-child(1) {
        width: 35% !important;
        padding-right: 6rem !important
    }
    body #footer-area footer .footer-contact-links:nth-child(2),
    body #footer-area footer .footer-contact-links:nth-child(3),
    body #footer-area footer .footer-contact-links:nth-child(4),
    body #footer-area footer .footer-contact-links:nth-child(5) {
        width: 16.25% !important
    }
}

@media (min-width:1600px) {
    body #footer-area footer .footer-contact-links:nth-child(1) {
        padding-right: 10rem !important
    }
}

body #footer-area footer .footer-contact-links:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

body #footer-area footer .footer-contact-links:first-child .image {
    width: 40% !important;
    float: left;
    padding-right: 20px !important
}

body #footer-area footer .footer-contact-links:first-child .text {
    width: 60% !important;
    float: left;
    display: flex;
    line-height: 1.5em;
    flex-direction: column;
    justify-content: center
}

@media (min-width:640px) {
    body #footer-area footer .footer-contact-links:first-child .image {
        width: 25% !important
    }
    body #footer-area footer .footer-contact-links:first-child .text {
        width: 75% !important
    }
}

@media (min-width:992px) {
    body #footer-area footer .footer-contact-links:first-child .image {
        width: 35% !important
    }
    body #footer-area footer .footer-contact-links:first-child .text {
        width: 65% !important
    }
}

body #footer-area footer .fcs a {
    color: #fff !important;
    text-decoration: underline
}

body #footer-area footer .fcs a:hover {
    color: #333 !important
}

body #footer-area footer a {
    color: #000;
    font-weight: 700
}

body #footer-area footer a:hover {
    color: #f3c800 !important
}

body #footer-area footer .footer-botom {
    text-align: center;
    color: #fff;
    background: #418c1f !important;
    padding-bottom: 6px;
    font-weight: 700;
    font-size: 12px
}

@media (min-width:768px) {
    body #footer-area footer .footer-botom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        padding: 15px 2rem !important
    }
    body #footer-area footer .footer-botom p {
        margin-bottom: 0 !important
    }
}

@media (min-width:992px) {
    body #footer-area footer .footer-botom {
        padding: 15px 4rem !important
    }
}

@media (min-width:1200px) {
    body #footer-area footer .footer-botom {
        padding: 15px 6rem !important
    }
}

@media (min-width:1400px) {
    body #footer-area footer .footer-botom {
        padding: 15px 10rem !important
    }
}

@media (min-width:1600px) {
    body #footer-area footer .footer-botom {
        padding: 15px 12rem !important
    }
}

@media (min-width:1900px) {
    body #footer-area footer .footer-botom {
        font-size: 14px !important
    }
}

body #footer-area footer .footer-botom .copyright {
    padding-top: 15px
}

@media (min-width:768px) {
    body #footer-area footer .footer-botom .copyright {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0 !important
    }
}

@media (min-width:992px) {
    body #footer-area footer .footer-botom .copyright {
        text-align: left !important
    }
}

@media (min-width:768px) {
    body #footer-area footer .footer-botom .created-by {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

@media (min-width:992px) {
    body #footer-area footer .footer-botom .created-by {
        text-align: right !important
    }
}

body #footer-area footer .footer-botom .middle {
    margin-bottom: 3px
}

@media (min-width:992px) {
    body #footer-area footer .footer-botom .middle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0 !important
    }
}

body #footer-area footer .footer-botom .middle ul {
    padding: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    list-style: none
}

body #footer-area footer .footer-botom .middle ul li {
    padding: 0 10px
}

body #footer-area footer .footer-botom p {
    padding-bottom: 0;
    margin-bottom: 5px
}

body #footer-area footer .footer-botom a {
    color: #fff !important;
    text-decoration: none
}

body #footer-area footer .footer-botom a:hover {
    color: #f3c800 !important
}

#cartSummary {
    width: 100% !important
}

@media (min-width:768px) and (max-width:991px) {
    .open-column {
        position: fixed !important;
        z-index: 99999 !important;
        top: 24% !important;
        width: 50% !important;
        background: #fff !important;
        left: 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 0;
        -webkit-animation: slide-left .3s ease-out;
        -moz-animation: slide-left .3s ease-out
    }
    .open-column #filter_group_tigger_open {
        display: none !important
    }
    .open-column .position-right-top {
        top: 0 !important;
        right: 0 !important;
        z-index: 9 !important;
        position: absolute !important;
        transition: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    body.product-category #content {
        width: 100% !important
    }
}

@media (min-width:1200px) {
    body.product-category #content {
        width: 74.666667% !important
    }
}

@media (min-width:1300px) {
    body.product-category #content {
        width: 72.66667% !important
    }
}

@media (min-width:992px) {
    body.product-category #column-left {
        margin-top: -1rem
    }
}

@media (min-width:1200px) {
    body.product-category #column-left {
        width: 25.333333% !important
    }
}

@media (min-width:1300px) {
    body.product-category #column-left {
        width: 27.33333% !important;
        padding-right: 3rem !important
    }
}

@media (min-width:1400px) {
    body.product-category #column-left {
        width: 27.33333% !important
    }
}

@media (min-width:1600px) {
    body.product-category #column-left {
        margin-top: -1.3rem !important
    }
}

@media (min-width:768px) {
    body.product-category .pagination {
        margin-top: 0 !important;
        padding-top: 0 !important
    }
}

body.product-category #product-filter-replace {
    width: 100%;
    float: left;
    overflow: hidden
}

body.product-category #product-filter-replace .no-products {
    text-align: center;
    padding: 10rem 0
}

body.product-category #product-filter-replace .compare-products {
    display: none
}

body.product-category #product-filter-replace .sort-by {
    float: left
}

@media (min-width:375px) {
    body.product-category #product-filter-replace .sort-by {
        width: 50% !important;
        padding-right: 15px !important
    }
    body.product-category #product-filter-replace .sort-by:last-child {
        padding-left: 15px !important;
        padding-right: 0 !important;
        float: right !important
    }
    body.product-category #product-filter-replace .sort-by:last-child .sorts {
        justify-content: flex-end
    }
}

body.product-category #product-filter-replace .sort-by .sorts {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    flex: inherit
}

@media (min-width:640px) {
    body.product-category #product-filter-replace .sort-by .sorts {
        display: flex
    }
}

body.product-category #product-filter-replace .sort-by .sorts .top {
    position: relative
}

body.product-category #product-filter-replace .sort-by .sorts .text-label {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    color: #4b1a13 !important
}

@media (min-width:640px) {
    body.product-category #product-filter-replace .sort-by .sorts .text-label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0;
        margin-right: 10px
    }
}

body.product-category #product-filter-replace .sort-by .sorts select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    outline: 0;
    border: 1px solid #ccc;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    z-index: auto !important;
    height: 34px !important;
    color: #000 !important;
    border-radius: 5px !important;
    padding: 5px 35px 5px 5px !important;
    font-family: 'Poppins', sans-serif  !important;
}

body.product-category #product-filter-replace .sort-by .sorts select::-ms-expand {
    display: none
}

body.product-category #product-filter-replace .sort-by .sorts select:focus,
body.product-category #product-filter-replace .sort-by .sorts select:hover {
    color: #c9c9c9;
    background: #fff
}

body.product-category #product-filter-replace .sort-by .sorts select:disabled {
    opacity: .5;
    pointer-events: none
}

body.product-category #product-filter-replace .sort-by .sorts select:focus~.select_arrow,
body.product-category #product-filter-replace .sort-by .sorts select:hover~.select_arrow {
    border-top-color: #333
}

body.product-category #product-filter-replace .sort-by .sorts select:disabled~.select_arrow {
    border-top-color: #ccc
}

body.product-category #product-filter-replace .sort-by .sorts .select_arrow {
    position: absolute;
    top: 46px;
    right: 10px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #000 transparent transparent transparent;
    top: 14px !important
}

@media (min-width:768px) {
    body.product-category #product-filter-replace .sort-by {
        clear: none !important
    }
}

body.product-category #product-filter-replace .limit-by {
    float: right;
    text-align: right;
    clear: inherit
}

body.product-category #product-filter-replace .limit-by .input-group {
    display: block !important;
    margin-bottom: 0
}

@media (min-width:375px) {
    .product-category .product-view,
    .product-search .product-view,
    .product-special .product-view {
        padding: 0 !important;
        margin-top: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .product-category .product-view .product-block,
    .product-search .product-view .product-block,
    .product-special .product-view .product-block {
        width: 50% !important;
        padding: 0 15px !important
    }
}

@media (min-width:480px) {
    .product-category .product-view .product-block,
    .product-search .product-view .product-block,
    .product-special .product-view .product-block {
        margin-left: 0 !important
    }
}

@media (min-width:768px) {
    .product-category .product-view .product-block,
    .product-search .product-view .product-block,
    .product-special .product-view .product-block {
        width: 33.33% !important
    }
}

@media (min-width:992px) {
    .product-category .product-view .product-block,
    .product-search .product-view .product-block,
    .product-special .product-view .product-block {
        padding: 0 20px !important
    }
}

@media (min-width:992px) {
    .product-search .product-view .product-block {
        width: 25% !important
    }
}

.product-block {
    padding: 0;
    margin-bottom: 5rem !important;
    text-align: left;
    background: 0 0 !important;
    border: 0 !important;
    cursor: pointer
}

.product-block:hover .block {
	border: 1px solid #f2b950;
}

.product-block:hover .product-image-block .product-button {
    opacity: 1 !important
}

@media (min-width:1200px) {
    .product-block .block {
        height: 100%
    }
}

.product-block .product-name {
    text-align: center;
    margin-top: 1rem;
    padding: 14px 7px 3px !important
}

@media (min-width:1900px) {
    .product-block .product-name {
        margin-top: 1.5rem !important
    }
}

.product-block .product-name .filters {
    padding: 0;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.product-block .product-name .filters li {
    padding: 0 7px
}

.product-block .product-name .filters li a {
    font-size: 14px !important;
    color: #333 !important;
    text-transform: uppercase !important
}

.product-block .product-name .filters li a:hover {
    color: #418c1f !important
}

@media (min-width:375px) {
    .product-block .product-name .filters li a {
        font-size: 12px !important
    }
}

@media (min-width:480px) {
    .product-block .product-name .filters li a {
        font-size: 14px !important
    }
}

.product-block .product-name p.product-category {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 3px;
    padding-bottom: 0;
    color: #c9c9c9 !important;
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
}

@media (min-width:375px) {
    .product-block .product-name p.product-category {
        font-size: 12px !important
    }
}

@media (min-width:640px) {
    .product-block .product-name p.product-category {
        font-size: 13px !important
    }
}

@media (min-width:992px) {
    .product-block .product-name p.product-category {
        font-size: 12px !important
    }
}

@media (min-width:1200px) {
    .product-block .product-name p.product-category {
        font-size: 14px !important
    }
}

.product-block .product-name .product-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 20px
}

.product-block .product-name a {
    color: #4b1a13;
    font-size: 18px;
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
}

@media (min-width:375px) {
    .product-block .product-name a {
        font-size: 14px !important
    }
}

@media (min-width:640px) {
    .product-block .product-name a {
        font-size: 18px !important
    }
}

@media (min-width:992px) {
    .product-block .product-name a {
        font-size: 14px !important
    }
}

@media (min-width:1200px) {
    .product-block .product-name a {
        font-size: 18px !important
    }
}

@media (min-width:1900px) {
    .product-block .product-name a {
        font-size: 20px !important
    }
}

.product-block .product-name a:hover {
    color: #418c1f !important
}

.product-block .bottom-rock {
    width: 100%;
    float: left;
    text-align: center
}

.product-block .product-image-block {
    position: relative;
}

.product-block .product-image-block .product-button {
    top: -8% !important;
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: flex;
    flex-wrap: nowrap;
    transition: opacity .3s;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .69);
    z-index: 99;
    padding: 0 4rem
}

.product-block .product-image-block .product-button .btn-compare,
.product-block .product-image-block .product-button .btn-wishlist {
    display: none
}

.product-block .product-image-block .product-button .btn-add-cart,
.product-block .product-image-block .product-button .btn-add-enquiry,
.product-block .product-image-block .product-button .btn-viewmore {
    background: 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0;
    top: 42% !important;
}
.product-block .btns {
    margin-bottom:5px;
}
.product-block .product-image-block .product-button .btn-add-cart img,
.product-block .product-image-block .product-button .btn-add-enquiry img,
.product-block .product-image-block .product-button .btn-viewmore img {
    width: 30px !important
}

.product-block .product-image-block .product-button .btn-viewmore i {
    font-size: 2.5em !important;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    color: #333 !important
}

.image-zoom-hover:hover img.img-responsive:not(.sticker-image),
.image-zoom:hover img.img-responsive:not(.sticker-image) {
    transform: scale(1.2) !important
}

.image-zoom-hover:hover img.sticker-image:not(.img-responsive),
.image-zoom:hover img.sticker-image:not(.img-responsive) {
    transform: scale(1) !important
}

body.product-category #filter-groups #side_filter .checkbox-style label:hover {
    color: #418c1f !important
}

body.product-category #filter-groups #side_filter .checkbox-style [type=checkbox]:checked+label {
    color: #418c1f !important
}

#side-price .list-group-item:not(.item-header) {
    padding-top: 0 !important
}


#filter-groups.open {
    z-index: 9999999999 !important
}

@media (min-width:768px) and (max-width:991px) {
    #filter-groups.open {
        padding: 30px !important;
        opacity: 1 !important;
        display: block !important;
        -webkit-animation: slide-right .3s ease-out;
        -moz-animation: slide-right .3s ease-out
    }
}

#filter-groups #side_filter .checkbox-style [type=checkbox]:checked+label:after {
    color: #418c1f !important
}

#filter-groups #side_filter .checkbox-style label {
    color: #4b1a13 !important;
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    text-transform: uppercase
}

#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:checked,
#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:not(:checked),
#filter-groups #side_filter .checkbox-style [type=checkbox]:checked,
#filter-groups #side_filter .checkbox-style [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:checked+label,
#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:not(:checked)+label,
#filter-groups #side_filter .checkbox-style [type=checkbox]:checked+label,
#filter-groups #side_filter .checkbox-style [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 13px;
    display: inline-block;
    width: 100%;
    color: #333
}

#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:checked+label:before,
#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:not(:checked)+label:before,
#filter-groups #side_filter .checkbox-style [type=checkbox]:checked+label:before,
#filter-groups #side_filter .checkbox-style [type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #e1e1e1;
    background: #fff;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}

#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:checked+label:after,
#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:not(:checked)+label:after,
#filter-groups #side_filter .checkbox-style [type=checkbox]:checked+label:after,
#filter-groups #side_filter .checkbox-style [type=checkbox]:not(:checked)+label:after {
    content: "✔";
    position: absolute;
    top: 2px;
    left: 5px;
    line-height: 1.2;
    color: #333;
    transition: all .2s
}

#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:not(:checked)+label:after,
#filter-groups #side_filter .checkbox-style [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:checked+label:after,
#filter-groups #side_filter .checkbox-style [type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:disabled:checked+label:before,
#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:disabled:not(:checked)+label:before,
#filter-groups #side_filter .checkbox-style [type=checkbox]:disabled:checked+label:before,
#filter-groups #side_filter .checkbox-style [type=checkbox]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #999;
    background-color: #ddd
}

#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:disabled:checked+label:after,
#filter-groups #side_filter .checkbox-style [type=checkbox]:disabled:checked+label:after {
    color: #999
}

#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:disabled+label,
#filter-groups #side_filter .checkbox-style [type=checkbox]:disabled+label {
    color: #aaa
}

#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:checked:focus+label:before,
#filter-groups #side-manufacturer .checkbox-style [type=checkbox]:not(:checked):focus+label:before,
#filter-groups #side_filter .checkbox-style [type=checkbox]:checked:focus+label:before,
#filter-groups #side_filter .checkbox-style [type=checkbox]:not(:checked):focus+label:before {
    border: 2px solid #999
}

#filter-groups #side-manufacturer .checkbox-style label:focus,
#filter-groups #side-manufacturer .checkbox-style label:hover,
#filter-groups #side_filter .checkbox-style label:focus,
#filter-groups #side_filter .checkbox-style label:hover {
    color: #999 !important
}

#filter-groups #side-manufacturer .checkbox-style label:focus:before,
#filter-groups #side-manufacturer .checkbox-style label:hover:before,
#filter-groups #side_filter .checkbox-style label:focus:before,
#filter-groups #side_filter .checkbox-style label:hover:before {
    border: 2px solid #999 !important;
    background: #fff
}

#filter-groups #side-categories .group .item.active+.sub.level-4 {
    display: block
}

#filter-groups #side-categories .group .item .toggle {
    width: 15px
}

#filter-groups #side_filter {
    box-shadow: none;
    margin-bottom: 0 !important;
    background: 0 0;
    margin-top: 3rem
}

#filter-groups #side_filter .list-group {
    border: 0 !important;
    box-shadow: none
}

#filter-groups #side-price {
    margin-top: 1.5rem
}

#filter-groups #side-price .price-container {
    margin-bottom: 10px
}

@media (min-width:992px) {
    #filter-groups #side-price .list-group-item:not(.item-header) {
        padding-bottom: 60px !important
    }
}

#filter-groups #side-price .ui-slider-range {
    background: #f2b950;
    border: 1px solid #f2b950 !important;
    top: -1px
}

#filter-groups #side-price #slider-price {
    background: 0 0;
    height: 0 !important;
    border: 1px solid #333;
    width: 90% !important;
    margin-left: 1rem !important
}

#filter-groups #side-price .price-labels {
    display: flex;
    justify-content: space-between;
}

#filter-groups #side-price #divider {
    width: 31px !important
}

#filter-groups #side-price #divider,
#filter-groups #side-price #price_max,
#filter-groups #side-price #price_min {
    text-align: left;
    border: 0;
    box-shadow: none;
    font-size: 20px;
    padding-left: 0;
    font-weight: 700;
    background: 0 0 !important;
    border: 0 !important;
    color: #4b1a13;
    width: 95px;
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
}

#filter-groups #side-price .price-container>* {
    width: 30% !important
}

#filter-groups #side-price .price-container>* .input-group-addon {
    padding-right: 0;
    font-size: 15px;
    font-weight: 700
}

#filter-groups #side-price .ui-slider-handle {
    background: #f2b950;
    width: 15px;
    height: 15px;
    border: 2px solid #c9c9c9;
    top: 0;
    border-radius: 40px !important
}

#filter-groups #side-price .ui-slider-handle:first-of-type {
    background: #f2b950 !important
}

#filter-groups #side-price .ui-slider-handle:first-of-type:before {
    color: #a88076 !important
}

#filter-groups #side-price .ui-slider-handle:before {
    color: #f2b950;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*content: "";*/
    font-size: 10px;
    position: absolute;
    top: -1px;
    left: 0
}

#filter-groups .list-group {
    box-shadow: none !important
}

#filter-groups .item-header {
    font-size: 24px;
    padding: 1rem 0;
    color: #4b1a13;
    font-family: 'Poppins', sans-serif  !important;
    letter-spacing: 1px;
    line-height: 35px !important
}

@media (min-width:1900px) {
    #filter-groups .item-header {
	    color: #418c1f;
	    text-transform: uppercase;
    }
}

#filter-groups .list-group-item {
    border: 0;
    background: 0 0
}

#filter-groups .list-group-item .toggle {
    border: 0 !important;
    background: 0 0 !important
}

#filter-groups .list-group-item .toggle .caret {
    border-top: 9px dashed !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important
}

#filter-groups .list-group-item .side-categories-level-1 {
    border: 0 !important
}

#filter-groups .list-group-item .side-categories-level-1 .group {
    border: 0 !important
}

#filter-groups .list-group-item .side-categories-level-1 .group .item {
    margin: 1rem 0;
    border-radius: 50px
}

#filter-groups .list-group-item .side-categories-level-1 .group .item a {
    padding: 0 !important;
    color: #666;
    letter-spacing: 2px;
    font-size: 14px !important;
}

#filter-groups .list-group-item .side-categories-level-1 .group .item.active a,
#filter-groups .list-group-item .side-categories-level-1 .group .item:hover a {
    color: #418c1f !important;
    background: 0 0 !important
}

#filter-groups .list-group-item .side-categories-level-1 .group .item.active .toggle,
#filter-groups .list-group-item .side-categories-level-1 .group .item:hover .toggle {
    color: #4b1a13 !important
}

#filter-groups .list-group-item .side-categories-level-1 .group .item.level-1 {
    border-radius: 15px !important;
    padding: 3px 0px !important;
    background: 0 0 !important;
    color: #4b1a13 !important;
    font-family: 'Poppins', sans-serif  !important;
}

#filter-groups .list-group-item .side-categories-level-1 .group .item.level-1.active,
#filter-groups .list-group-item .side-categories-level-1 .group .item.level-1:hover {
    background: 0 0 !important
}

#filter-groups .list-group-item .side-categories-level-1 .group .item.level-1.active a,
#filter-groups .list-group-item .side-categories-level-1 .group .item.level-1:hover a {
    border: 0 !important;
    color: #418c1f !important
}

#filter-groups .list-group-item .side-categories-level-1 .group .item.level-1 a {
    color: #4b1a13;
    font-size: 14px !important
}

@media (min-width:1200px) {
    #filter-groups .list-group-item .side-categories-level-1 .group .item.level-1 a {
        font-size: 12px !important
    }
}

@media (min-width:1400px) {
    #filter-groups .list-group-item .side-categories-level-1 .group .item.level-1 a {
        font-size: 14px !important
    }
}

#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-2 {
    padding: 0 15px 0 35px !important;
    border: 0 !important
}

#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-2 a {
    text-transform: none !important
}

#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-3 {
    padding-left: 25px;
    border: 0 !important
}

#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-3 a {
    font-weight: 700
}

#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-3 a.active {
    color: #418c1f !important
}

#filter-groups .list-group-item .side-categories-level-1 .group .sub.level-4 {
    padding-left: 30px
}

.sticker-container {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    text-align: center
}

@media (min-width:375px) {
    .sticker-container {
        bottom: -15px !important
    }
}

@media (min-width:640px) {
    .sticker-container {
        bottom: -20px !important
    }
}

@media (min-width:992px) {
    .sticker-container {
        bottom: -15px !important
    }
}

@media (min-width:1200px) {
    .sticker-container {
        bottom: -20px !important
    }
}

.sticker {
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    z-index: 999 !important;
    text-transform: uppercase;
    color: #fff;
    line-height: 10px;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    padding: 15px 3rem;
    position: relative;
    display: inline-block;
    right: 0 !important
}

@media (min-width:375px) {
    .sticker {
        padding: 10px 1rem !important;
        font-size: 10px !important
    }
}

@media (min-width:480px) {
    .sticker {
        padding: 10px 3rem !important
    }
}

@media (min-width:640px) {
    .sticker {
        padding: 15px 3rem !important;
        font-size: 13px !important
    }
}

@media (min-width:992px) {
    .sticker {
        padding: 10px 1rem !important;
        font-size: 10px !important
    }
}

@media (min-width:1200px) {
    .sticker {
        padding: 15px 3rem !important;
        font-size: 13px !important
    }
}

.sticker .sticker-name.margin-top {
    margin-top: 5px
}

.sticker .sticker-image {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: -1
}

.sticker.with-out-stock {
    display: none
}

.sticker.out-stock {
    background: #c9c9c9 !important
}

.product-details {
    padding: 0 !important;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
}

.product-details p {
    margin-bottom: 0
}

.product-details .fr {
    margin-right: 5px;
    font-size: 13px !important
}

@media (min-width:375px) {
    .product-details .fr {
        font-size: 10px !important
    }
}

@media (min-width:640px) {
    .product-details .fr {
        font-size: 13px !important
    }
}

@media (min-width:992px) {
    .product-details .fr {
        font-size: 10px !important
    }
}

@media (min-width:1200px) {
    .product-details .fr {
        font-size: 13px !important
    }
}

@media (min-width:1900px) {
    .product-details .fr {
        font-size: 14px !important
    }
}
.product-block .product-details {
    min-height: 40px;
}
.product-details .price-new {
    color: #000 !important;
    text-transform: uppercase
}

.product-details .price {
	font-size: 14px !important;
    color: #000 !important;
    text-transform: uppercase
}

.product-details .price-old {
    text-decoration: line-through;
    color: #000 !important;
    text-transform: uppercase
}
.product-description {
    padding-bottom: 20px;
}
.filter-products {
    border: 0 !important;
    width: 100%;
    float: left
}

.filter-products .select-filters {
    position: relative;
    float: left
}

.filter-products .select-filters select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    color: #c9c9c9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 45px;
    font-size: 14px;
    z-index: auto !important
}

.filter-products .select-filters select::-ms-expand {
    display: none
}

.filter-products .select-filters select:focus,
.filter-products .select-filters select:hover {
    color: #c9c9c9;
    background: #fff
}

.filter-products .select-filters select:disabled {
    opacity: .5;
    pointer-events: none
}

.filter-products .select-filters select:focus~.select_arrow,
.filter-products .select-filters select:hover~.select_arrow {
    border-top-color: #333
}

.filter-products .select-filters select:disabled~.select_arrow {
    border-top-color: #ccc
}

.filter-products .select-filters .select_arrow {
    position: absolute;
    top: 46px;
    right: 10px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #000 transparent transparent transparent
}

#filter_group_tigger_open {
    background: #418c1f !important;
    border: 1px solid #418c1f !important;
    text-shadow: none !important;
    left: -40px !important;
    z-index: 999 !important;
    color: #fff !important;
    min-width: 110px !important;
    width: 100px !important;
    padding: 5px 14px !important;
    height: 30px !important;
    min-height: 20px !important
}

@media (min-width:480px) {
    #filter_group_tigger_open {
        top: 65vh !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    #filter_group_tigger_open {
        top: 47vh !important
    }
}

#filter_group_tigger_open:focus,
#filter_group_tigger_open:hover {
    color: #fff !important
}

.s_rating span {
    font-size: 32px !important
}

@media (min-width:375px) {
    .s_rating span {
        font-size: 38px !important
    }
}

body.product-product #form-review #google_recaptcha {
    margin-bottom: 0 !important;
    margin-left: .3rem !important;
    transform: scale(.9) !important
}

@media (min-width:360px) {
    body.product-product #form-review #google_recaptcha {
        margin-left: .6rem !important;
        transform: scale(1) !important
    }
}

@media (min-width:375px) {
    body.product-product #form-review #google_recaptcha {
        margin-left: 1.8rem !important
    }
}

@media (min-width:412px) {
    body.product-product #form-review #google_recaptcha {
        margin-left: 3.5rem !important
    }
}

@media (min-width:480px) {
    body.product-product #form-review #google_recaptcha {
        margin-left: 6.5rem !important
    }
}

@media (min-width:640px) {
    body.product-product #form-review #google_recaptcha {
        margin-left: 9.5rem !important
    }
}

@media (min-width:768px) {
    body.product-product #form-review #google_recaptcha {
        margin-left: 0 !important
    }
}

@media (min-width:1200px) {
    _:-ms-fullscreen,
    :root #filter-groups #side-price #divider,
    _:-ms-fullscreen,
    :root #filter-groups #side-price #price_max,
    _:-ms-fullscreen,
    :root #filter-groups #side-price #price_min {
        font-size: 17px !important
    }
}

@supports (-ms-ime-align:auto) {
    @media (min-width: 1200px) {
        #filter-groups #side-price #divider, #filter-groups #side-price #price_max, #filter-groups #side-price #price_min {
            font-size:17px !important
        }
    }
}

body.product-product .custom-tabs {
    margin-top: 4rem !important
}

body.product-product .top-section {
    width: 100%;
    float: left;
    padding: 1rem 0 3rem
}

@media (min-width:768px) {
    body.product-product .top-section {
        padding: 0 !important
    }
}

@media (min-width:768px) {
    body.product-product .product-info {
        margin-top: 3.5rem
    }
}

body.product-product .product-information {
    width: 100%;
    float: left
}

@media (min-width:992px) {
    body.product-product .product-information {
        padding: 0 5rem 0 2rem
    }
}

body.product-product .product-information h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    letter-spacing: 2px;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    text-transform: uppercase !important
}

@media (min-width:768px) {
    body.product-product .product-information h3 {
        margin-bottom: 5px !important
    }
}

@media (min-width:1900px) {
    body.product-product .product-information h3 {
        font-size: 30px !important
    }
}

body.product-product .product-information .manufacturer,
body.product-product .product-information .out-stock,
body.product-product .product-information .sticker {
    font-size: 16px;
    font-weight: 700
}

body.product-product .product-information .category-name {
    text-transform: uppercase;
    color: #418c1f;
    font-weight: 700
}

@media (min-width:768px) {
    body.product-product .product-information .category-name {
        margin-bottom: 5px !important
    }
}

body.product-product .product-information .filters {
    padding: 0;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 0
}

@media (min-width:640px) {
    body.product-product .product-information .filters {
        max-width: 340px !important
    }
}

body.product-product .product-information .filters li a {
    font-size: 14px !important;
    color: #333 !important;
    text-transform: uppercase !important;
}

body.product-product .product-information .filters li a:hover {
    color: #418c1f !important
}

@media (min-width:375px) {
    body.product-product .product-information .filters li a {
        font-size: 12px !important
    }
}

@media (min-width:480px) {
    body.product-product .product-information .filters li a {
        font-size: 14px !important
    }
}

body.product-product .product-information .product-details {
    width: 100%;
    float: left;
    margin-top: 5px
}

body.product-product .product-information .product-details .price,
body.product-product .product-information .product-details .price-new {
    margin-top: 5px;
    display: inline-block
}

@media (min-width:1900px) {
    body.product-product .product-information .product-details .price,
    body.product-product .product-information .product-details .price-new {
        font-size: 34px !important
    }
}

body.product-product .product-information .product-details .price-old {
    font-size: 20px !important
}

@media (min-width:1900px) {
    body.product-product .product-information .product-details .price-old {
        font-size: 24px !important
    }
}

body.product-product .product-information .out-stock {
    color: #1a09f5 !important
}

body.product-product .product-information .sticker {
    padding: 0 !important
}

body.product-product .product-information .brand-name {
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2.5rem
}

body.product-product .product-information .product-price.old-prices,
body.product-product .product-information .product-special-price.new-prices {
    font-size: 28px;
    padding: 10px 0
}

@media (min-width:1900px) {
    body.product-product .product-information .product-price.old-prices,
    body.product-product .product-information .product-special-price.new-prices {
        font-size: 34px !important
    }
}

body.product-product .product-information .product-description {
    text-align: justify;
    width: 100%;
    float: left;
    color: #000 !important
}

body.product-product .product-information .product-description .desc {
    float: left;
    margin: 2rem 0
}

@media (min-width:768px) {
    body.product-product .product-information .product-description .desc {
        margin: 1rem 0 1.5rem !important
    }
}

body.product-product .product-information .share_article {
    margin-bottom: 4rem
}

body.product-product .product-information #product {
    width: 100%;
    float: left;
    max-width: 100%
}

@media (min-width:640px) {
    body.product-product .product-information #product {
        max-width: 450px !important
    }
    body.product-product .product-information #product.with-waiting-list {
        max-width: 100% !important
    }
}

@media (min-width:768px) {
    body.product-product .product-information #product {
        max-width: 250px !important
    }
}

@media (min-width:1200px) {
    body.product-product .product-information #product {
        max-width: 450px !important
    }
}

body.product-product .product-information #product .checkbox,
body.product-product .product-information #product .radio {
    float: left;
    width: 90px;
    margin-top: 0;
    padding-right: 10px
}

body.product-product .product-information #product .checkbox label,
body.product-product .product-information #product .radio label {
    padding-left: 0
}

body.product-product .product-information #product .checkbox img,
body.product-product .product-information #product .radio img {
    box-shadow: none;
    border: 1px solid transparent;
    background: 0 0
}

body.product-product .product-information #product label,
body.product-product .product-information #product span {
    font-size: 14px
}

body.product-product .product-information #product .equal-heights {
    width: 100% !important;
    margin-bottom: 20px !important;
    float: left
}

@media (min-width:640px) {
    body.product-product .product-information #product .equal-heights {
        width: 50% !important
    }
}

@media (min-width:768px) {
    body.product-product .product-information #product .equal-heights {
        width: 100% !important
    }
}

@media (min-width:1200px) {
    body.product-product .product-information #product .equal-heights {
        width: 50% !important
    }
}

body.product-product .product-information #product .equal-heights div.qty {
    padding-left: 0 !important
}

body.product-product .product-information #product .equal-heights div.left {
    padding-left: 0 !important
}

body.product-product .product-information #product .equal-heights div.left label {
    font-weight: 700;
    text-align: left
}

body.product-product .product-information #product .select {
    float: right;
    position: relative;
    display: inline-block;
    padding-left: 0 !important;
    padding-right: 25px !important
}

body.product-product .product-information #product .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    color: #c9c9c9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 45px;
    font-size: 14px;
    font-size: 13px !important;
    color: #666 !important;
    height: 40px !important;
    font-weight: 700 !important;
    border-radius: 5px !important
}

body.product-product .product-information #product .select select::-ms-expand {
    display: none
}

body.product-product .product-information #product .select select:focus,
body.product-product .product-information #product .select select:hover {
    color: #c9c9c9;
    background: #fff
}

body.product-product .product-information #product .select select:disabled {
    opacity: .5;
    pointer-events: none
}

body.product-product .product-information #product .select select:focus~.select_arrow,
body.product-product .product-information #product .select select:hover~.select_arrow {
    border-top-color: #333
}

body.product-product .product-information #product .select select:disabled~.select_arrow {
    border-top-color: #ccc
}

body.product-product .product-information #product .select .select_arrow {
    position: absolute;
    top: 46px;
    right: 10px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #000 transparent transparent transparent;
    top: 17px !important;
    right: 35px !important;
    border-color: #418c1f transparent transparent
}

body.product-product .product-information #product .qty .number.right {
    padding-left: 0 !important;
    padding-right: 25px !important
}

body.product-product .product-information #product .qty .input-number {
    height: 40px
}

body.product-product .product-information #product .btn-actions {
    margin: 3rem 0 0;
    width: 100%;
    float: left;
    padding: 0
}

@media (min-width:768px) {
    body.product-product .product-information #product .btn-actions {
        margin: 1rem 0 2rem !important
    }
}

body.product-product .product-information #product .btn-actions #button-cart,
body.product-product .product-information #product .btn-actions #button-enquiry {
    border-radius: 25px;
    padding: 1rem 2rem !important;
    letter-spacing: 1px;
    height: 30px !important;
    color: #fff !important;
    min-height: 40px !important
}

body.product-product .product-information #product .btn-actions #button-enquiry {
    background: #418c1f;
    border: 1px solid #418c1f
}

body.product-product .product-information #product .btn-actions #button-enquiry:focus,
body.product-product .product-information #product .btn-actions #button-enquiry:hover {
    background: #fff !important;
    border: 1px solid #418c1f !important;
    color: #418c1f !important
}

body.product-product .product-information #product .btn-actions #button-cart {
    background: #418c1f;
    border: 1px solid #418c1f
}

body.product-product .product-information #product .btn-actions #button-cart:focus,
body.product-product .product-information #product .btn-actions #button-cart:hover {
    background: #fff !important;
    border: 1px solid #418c1f !important;
    color: #418c1f !important
}

body.product-product .product-information #product .downloads {
    position: relative;
    text-align: center;
    margin-top: 1rem
}

body.product-product .product-information #product .downloads .btn {
    border-radius: 10px;
    background: #418c1f;
    border: 1px solid #418c1f;
    letter-spacing: 1px
}

body.product-product .product-information #product .downloads .btn:focus,
body.product-product .product-information #product .downloads .btn:hover {
    background: #fff !important;
    border: 1px solid #418c1f !important;
    color: #418c1f !important
}

body.product-product .product-image-additional-container {
    margin-top: 1rem
}

@media (min-width:1300px) {
    body.product-product .product-image-additional-container {
        padding: 0 4rem !important
    }
}

@media (min-width:768px) {
    body.product-product .product-image-additional-container .slick-arrow {
        height: 15px !important;
        width: 30px !important;
        top: 42% !important
    }
    body.product-product .product-image-additional-container .slick-arrow:hover:before {
        background-position: 0 -14px !important
    }
}

body.product-product .product-image-additional-container .slick-arrow.slick-prev {
    left: -35px !important
}

body.product-product .product-image-additional-container .slick-arrow.slick-next {
    right: -35px !important
}

body.product-product .product-image-column .sticker {
    padding: 10px 3rem !important;
    top: 39px !important;
    left: 10px !important
}

body.product-product .product-image-column .product-image-main-container {
    margin-bottom: 0
}

body.product-product .product-image-column .product-image-main-container .product-image-main img {
    border: 1px solid #999 !important;
    width: 100%
}

.magnify {
    width: 100% !important;
    height: 100% !important;
    background: #ebebeb !important
}

.magnify img {
    margin: 0 auto
}

#waiting_list {
    width: 100%;
    float: left;
    border: 0;
    border-radius: 0;
    margin-top: -3rem;
    padding: 20px;
    background-color: #418c1f;
}

@media (min-width:768px) {
    #waiting_list {
        margin-bottom: 2rem
    }
}

#waiting_list .waiting_list_container {
    border: 0;
    padding: 0
}

#waiting_list .waiting_list_container input {
    padding: 10px;
    border: 1px solid #ccc !important;
}

#waiting_list .waiting_list_container .waiting_list_description {
    color:#fff;
}

#waiting_list .waiting_list_container .waiting_list_description h4 {
    font-weight: 700;
    color: #4b1a13 !important;
    margin-bottom: 2rem !important;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    font-size: 20px !important
}

@media (min-width:1900px) {
    #waiting_list .waiting_list_container .waiting_list_description h4 {
        font-size: 24px !important
    }
}

.waiting_list_container #waiting_list_submit {
    background: #ebebeb !important;
    color: #000 !important;
    border: 1px solid #ebebeb !important;
    outline: 0 !important;
    padding: 10px 3rem;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
}

@media (min-width:1200px) {
    .waiting_list_container #waiting_list_submit {
        padding: 10px 5rem !important
    }
}

.waiting_list_container #waiting_list_submit:hover {
    background: #b1b1b1 !important;
    border: 1px solid #ebebeb !important
    color:#fff;
}

.featured-module.featured_related_products_ {
    width: 100%;
    float: left;
    margin: 5rem 0 0
}

.featured-module.featured_related_products_ .featured {
    padding: 0 35px !important;
    margin-top: -2rem
}

@media (min-width:480px) {
    .featured-module.featured_related_products_ .featured {
        padding: 0 6rem !important
    }
}

@media (min-width:1200px) {
    .featured-module.featured_related_products_ .featured {
        padding: 0 9rem !important
    }
}

.featured-module.featured_related_products_ .featured .slick-arrow.slick-prev {
    left: -35px !important
}

@media (min-width:480px) {
    .featured-module.featured_related_products_ .featured .slick-arrow.slick-prev {
        left: -60px !important
    }
}

@media (min-width:1200px) {
    .featured-module.featured_related_products_ .featured .slick-arrow.slick-prev {
        left: -100px !important
    }
}

@media (min-width:1400px) {
    .featured-module.featured_related_products_ .featured .slick-arrow.slick-prev {
        left: -140px !important
    }
}

.featured-module.featured_related_products_ .featured .slick-arrow.slick-next {
    right: -35px !important
}

@media (min-width:480px) {
    .featured-module.featured_related_products_ .featured .slick-arrow.slick-next {
        right: -60px !important
    }
}

@media (min-width:1200px) {
    .featured-module.featured_related_products_ .featured .slick-arrow.slick-next {
        right: -100px !important
    }
}

@media (min-width:1400px) {
    .featured-module.featured_related_products_ .featured .slick-arrow.slick-next {
        right: -140px !important
    }
}

.featured-module.featured_related_products_ .featured .slick-no-slide {
    margin: 0 !important
}

.featured-module.featured_related_products_ .featured .slick-no-slide .slick-list {
    padding: 1rem 0
}

.featured-module.featured_related_products_ .featured .slick-no-slide .product-block .product-image-block .product-button {
    padding: 0 2rem !important
}

.featured-module.featured_related_products_ .featured .slick-slide {
    margin: 14.5px !important
}

.featured-module.featured_related_products_ .featured .slick-slide .product-block {
    margin-bottom: 0 !important
}

.featured-module.featured_related_products_ .featured .slick-slide .product-block .block .product-name .product-category {
    margin-top: 1rem !important
}

@media (min-width:375px) {
    .featured-module.featured_related_products_ .featured .slick-slide .product-block .block .product-name .product-category {
        margin-top: 0 !important
    }
}

.featured-module.featured_related_products_ .featured .slick-slide .product-block .block .bottom-rock {
    padding-bottom: 0 !important
}

body.product-search .main-container {
    padding: 0 !important
}

body.product-search .main-container .search-container .search-options select {
    max-width: 180px
}

body.product-search .product-view {
    overflow: hidden
}

body.account-forgotten #content p {
    text-align: center
}

body.account-forgotten form {
    width: 60%;
    margin: 0 auto;
    display: block
}

.account-account .account-container a:focus,
.account-account .account-container a:hover {
    border: 1px solid #418c1f
}

.account-account .account-container a:focus .icon-font:before,
.account-account .account-container a:hover .icon-font:before {
    color: #418c1f
}

body.account-logout #content {
    margin-top: 3rem
}

body.account-logout p {
    text-align: center
}

body.account-success #content {
    margin-top: 3rem
}

body.account-logout .pull-right:not(.dropdown-menu):not(.btn),
body.account-success .pull-right:not(.dropdown-menu):not(.btn) {
    width: 100% !important;
    text-align: center !important;
    margin-top: 3rem !important
}

#account li a {
    font-weight: 700;
    font-size: 15px;
    padding: 1rem
}

#account li:hover a {
    background: 0 0;
    color: #418c1f
}

body.custom-wrapper #content {
    min-height: 650px
}

.login-container {
    max-width: 300px !important
}

#voucher input {
    border-radius: 0
}

#header-sticky-wrapper #header #cart .dropdown-menu .cart-dorpdown-items .item-name,
#header-sticky-wrapper #header #enquiry .dropdown-menu .cart-dorpdown-items .item-name {
    padding-right: 10px;
    font-size: 16px;
    color: #333
}

#header-sticky-wrapper #header #cart .dropdown-menu .cart-dorpdown-items .item-name:hover,
#header-sticky-wrapper #header #enquiry .dropdown-menu .cart-dorpdown-items .item-name:hover {
    color: #418c1f !important
}

#cart .item-details button[onclick^="cart.remove"],
#enquiry .item-details button[onclick^="cart.remove"],
#filter_group_tigger_close {
    background: #418c1f;
    border: 1px solid #418c1f;
    color: #fff !important
}

#cart .item-details button[onclick^="cart.remove"]:focus,
#cart .item-details button[onclick^="cart.remove"]:hover,
#enquiry .item-details button[onclick^="cart.remove"]:focus,
#enquiry .item-details button[onclick^="cart.remove"]:hover,
#filter_group_tigger_close:focus,
#filter_group_tigger_close:hover {
    background: #4b1a13 !important;
    border: 1px solid #4b1a13 !important
}

#cartSummary td button.btn-danger,
#cartSummary td button.btn-danger:focus,
#cartSummary td button.btn-danger:hover {
    box-shadow: none !important
}

.quickcheckout-checkout #content #payment-address .quickcheckout-content,
.quickcheckout-checkout #content #shipping-address .quickcheckout-content {
    width: 100%;
    overflow: hidden
}

#cartSummary tbody tr td:first-child {
    width: 95px !important
}

@media (min-width:480px) {
    #cartSummary tbody tr td:first-child {
        width: 100px !important
    }
}

@media (min-width:640px) {
    #cartSummary tbody tr td:first-child {
        width: 155px !important
    }
}

#cartSummary tbody tr td:first-child img {
    width: 100%
}

#cartSummary tbody tr td.cart-description {
    width: 67% !important
}

@media (min-width:360px) {
    #cartSummary tbody tr td.cart-description {
        width: 70% !important
    }
}

@media (min-width:375px) {
    #cartSummary tbody tr td.cart-description {
        width: 72% !important
    }
}

@media (min-width:412px) {
    #cartSummary tbody tr td.cart-description {
        width: 75% !important
    }
}

@media (min-width:640px) {
    #cartSummary tbody tr td.cart-description {
        width: calc(100% - 250px) !important
    }
}

.quickcheckout-cart td.name {
    width: 40% !important
}

.quickcheckout-cart td.quantity {
    width: 10% !important;
    min-width: auto !important
}

.quickcheckout-cart td.image img {
    width: 50px !important
}

@media (min-width:768px) {
    .quickcheckout-cart td.image img {
        width: 60px !important
    }
}

@media (min-width:1200px) {
    .quickcheckout-cart td.image img {
        width: 80px !important
    }
}

@media (min-width:1600px) {
    .quickcheckout-cart td.image img {
        width: 100px !important
    }
}

.quickcheckout-cart td.image {
    width: 20% !important
}

table.quickcheckout-cart {
    width: 150% !important
}

@media (min-width:480px) {
    table.quickcheckout-cart {
        width: 130% !important
    }
}

@media (min-width:640px) {
    table.quickcheckout-cart {
        width: 100% !important
    }
}

.quickcheckout-checkout #shipping-method {
    margin-bottom: 3rem !important
}

.quickcheckout-checkout #shipping-method .quickcheckout-alert {
    margin-top: 0
}

body.information-contact .contact-info-wrapper {
    width: 100%;
    float: left;
    background: url(../../../image/contact-bg.jpg) no-repeat;
    background-position: center !important;
    background-size: cover !important;
    margin-top: -1rem;
    padding: 2rem
}

body.information-contact .contact-info-wrapper .google_map {
    padding: 0 !important;
    margin-bottom: 3rem
}

@media (min-width:768px) {
    body.information-contact .contact-info-wrapper .google_map {
        padding-right: 15px !important;
        margin-bottom: 0 !important
    }
}

@media (min-width:1200px) {
    body.information-contact .contact-info-wrapper .google_map {
        padding-right: 25px !important
    }
}

body.information-contact .contact-info-wrapper .google_map .mapouter {
    width: 100%;
    height: 350px !important
}

@media (min-width:768px) {
    body.information-contact .contact-info-wrapper .google_map .mapouter {
        height: 75rem !important
    }
}

@media (min-width:1300px) {
    body.information-contact .contact-info-wrapper .google_map .mapouter {
        height: 70rem !important
    }
}

body.information-contact .contact-info-wrapper .google_map .mapouter #gmap_canvas,
body.information-contact .contact-info-wrapper .google_map .mapouter .gmap_canvas {
    height: 100% !important;
    width: 100% !important
}

body.information-contact .contact-info-wrapper .contact-form-wrapper {
    padding: 0 !important
}

@media (min-width:768px) {
    body.information-contact .contact-info-wrapper .contact-form-wrapper {
        padding-left: 15px !important
    }
}

@media (min-width:1200px) {
    body.information-contact .contact-info-wrapper .contact-form-wrapper {
        padding-left: 25px !important;
        padding-right: 5rem !important
    }
}

body.information-contact .contact-info-wrapper .contact-form-wrapper p {
    margin-bottom: 5px !important
}

body.information-contact .contact-info-wrapper .contact-form-wrapper .bottom,
body.information-contact .contact-info-wrapper .contact-form-wrapper .top {
    width: 100%;
    float: left
}

body.information-contact .contact-info-wrapper .contact-form-wrapper .bottom h3,
body.information-contact .contact-info-wrapper .contact-form-wrapper .top h3 {
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    margin-bottom: 5px
}

@media (min-width:640px) {
    body.information-contact .contact-info-wrapper .contact-form-wrapper .bottom h3,
    body.information-contact .contact-info-wrapper .contact-form-wrapper .top h3 {
        font-size: 26px !important
    }
}

body.information-contact .contact-info-wrapper .contact-form-wrapper .top {
    margin-bottom: 3rem
}

@media (min-width:1200px) {
    body.information-contact .contact-info-wrapper .contact-form-wrapper .top {
        margin-top: 1.5rem
    }
}

body.information-contact .contact-info-wrapper .contact-form-wrapper .top .store {
    color: #666 !important;
    font-family: GothamBold !important
}

body.information-contact .contact-info-wrapper .contact-form-wrapper .top .contact_address {
    margin-bottom: 5px;
    width: 100%;
    float: left
}

body.information-contact .contact-info-wrapper .contact-form-wrapper .top .tel a {
    color: #666 !important
}

body.information-contact .contact-info-wrapper .contact-form-wrapper .top .tel a:hover {
    color: #4b1a13 !important
}

body.information-contact .contact-info-wrapper .contact-form-wrapper .top .address_open {
    width: 100%;
    float: left;
    margin-bottom: 2rem
}

body.information-contact .contact-info-wrapper .contact-form-wrapper .top .address_open strong {
    font-family: GothamBold !important
}

body.information-contact .contact-body>.form-group.name {
    min-width: calc(100% - 15px) !important
}

body.information-contact #google_recaptcha,
body.information-contact .g-recaptcha {
    transform: scale(.91) !important
}

@media (min-width:375px) {
    body.information-contact #google_recaptcha,
    body.information-contact .g-recaptcha {
        transform: scale(1) !important
    }
}

@media (min-width:640px) {
    body.information-contact .contact-body>.form-group.submit {
        float: right;
        text-align: right !important
    }
}

@media (min-width:768px) {
    body.information-contact .contact-body>.form-group.submit {
        text-align: left !important
    }
}

@media (min-width:1400px) {
    body.information-contact .contact-body>.form-group.submit {
        text-align: right !important
    }
}

@media (min-width:640px) {
    body.information-contact #google_recaptcha {
        float: left
    }
}

@media (min-width:640px) {
    body.information-contact #google_recaptcha,
    body.information-contact .contact-body>.form-group.submit {
        min-width: calc(50% - 15px);
        width: calc(50% - 15px);
        flex: none !important
    }
}

@media (min-width:768px) {
    body.information-contact #google_recaptcha,
    body.information-contact .contact-body>.form-group.submit {
        min-width: calc(100% - 15px) !important;
        width: calc(100% - 15px) !important
    }
}

@media (min-width:1400px) {
    body.information-contact #google_recaptcha,
    body.information-contact .contact-body>.form-group.submit {
        min-width: calc(50% - 15px) !important;
        width: calc(50% - 15px) !important
    }
}

body.information-contact .contact-body>.form-group.submit input[type=submit] {
    min-width: 170px !important;
    font-family: GothamBold !important
}

@media (min-width:1400px) {
    body.information-contact .contact-body>.form-group.submit input[type=submit] {
        min-width: 150px !important
    }
}

@media (min-width:1600px) {
    body.information-contact .contact-body>.form-group.submit input[type=submit] {
        min-width: 170px !important
    }
}

body.information-contact .contact-body>.form-group.submit input[type=submit].btn:not(.btn-number):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
    height: 37px !important;
    min-height: 37px !important;
    padding: 8px 14px !important
}

::placeholder {
    color: #c9c9c9;
    font-weight: 700
}

.share_article {
    width: 100%;
    display: flex;
    align-items: center;
}

.share_article .share-label {
    font-family: 'Poppins', sans-serif  !important;
    color: #000 !important;
    font-size: 18px
}

.contact-body>.form-group {
    margin-bottom: 15px
}

.contact-body>.form-group input[type=tel],
.contact-body>.form-group input[type=text],
.contact-body>.form-group textarea {
    background: #fff
}

.contact-body>.form-group.submit {
    margin-top: 0;
    text-align: center
}

.text-danger {
    font-weight: 700
}

body.information-information.iid-4 .main-wrapper p {
    line-height: 30px
}

body.information-information.iid-4 .content-wrapper {
    display: none
}

body.information-information.iid-4 .section-space.html-52 {
    padding: 0 !important;
    position: relative;
    margin: -10.5rem 0 !important;
    z-index: 1
}

@media (min-width:768px) {
    body.information-information.iid-4 .section-space.html-52 {
        padding: 2rem 4rem 8rem !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-4 .section-space.html-52 {
        margin: -12rem auto 6rem !important;
        padding: 2rem 4rem 2rem !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-4 .section-space.html-52 {
        padding: 3rem 7rem 4rem !important;
        margin: -13rem auto 6rem !important
    }
}

@media (min-width:1600px) {
    body.information-information.iid-4 .section-space.html-52 {
        margin: -12.5rem auto 6rem !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-4 .section-space.html-52 {
        margin: -18rem auto 6rem !important
    }
}

body.information-information.iid-4 .section-space.html-52 .html-module {
    float: left;
    padding: 3rem 20px !important;
    margin: 0 2rem 12rem;
    position: relative;
    z-index: 1
}

@media (min-width:768px) {
    body.information-information.iid-4 .section-space.html-52 .html-module {
        padding: 4rem !important;
        margin: 0 2rem 8rem !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-4 .section-space.html-52 .html-module {
        margin: 0 2rem 13rem !important
    }
}

@media (min-width:1300px) {
    body.information-information.iid-4 .section-space.html-52 .html-module {
        padding: 5rem 6rem !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-4 .section-space.html-52 .html-module {
        margin: 0 2rem 16rem !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-4 .section-space.html-52 .html-module {
        margin: 5rem 2rem 17rem !important;
        padding: 5rem 4rem 6rem !important
    }
}

body.information-information.iid-4 .section-space.html-52 .html-module .image,
body.information-information.iid-4 .section-space.html-52 .html-module .text {
    width: 100%;
    float: left
}

@media (min-width:992px) {
    body.information-information.iid-4 .section-space.html-52 .html-module .image img {
        margin-bottom: 0 !important
    }
}

body.information-information.iid-4 .section-space.html-52 .html-module .image img {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    body.information-information.iid-4 .section-space.html-52 .html-module {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap
    }
    body.information-information.iid-4 .section-space.html-52 .html-module .image,
    body.information-information.iid-4 .section-space.html-52 .html-module .text {
        width: 50%;
        padding: 0 20px !important;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

body.information-information.iid-4 .section-space.html-52 .animateds {
    position: absolute;
    bottom: 0
}

body.information-information.iid-4 .section-space.html-52 .animateds.left_image {
    left: 0;
    width: 150px
}

@media (min-width:768px) {
    body.information-information.iid-4 .section-space.html-52 .animateds.left_image {
        width: 240px !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-4 .section-space.html-52 .animateds.left_image {
        width: 280px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-4 .section-space.html-52 .animateds.left_image {
        width: 310px !important
    }
}

body.information-information.iid-4 .section-space.html-52 .animateds.right_image {
    right: 0;
    z-index: 3;
    width: 120px
}

@media (min-width:768px) {
    body.information-information.iid-4 .section-space.html-52 .animateds.right_image {
        width: 200px !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-4 .section-space.html-52 .animateds.right_image {
        width: 250px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-4 .section-space.html-52 .animateds.right_image {
        width: 280px !important
    }
}

body.information-information.iid-4 .section-space.html-53 {
    margin: 0 20px !important;
    position: relative;
    z-index: 2;
    padding: 0 0 50px !important
}

@media (min-width:768px) {
    body.information-information.iid-4 .section-space.html-53 {
        padding: 0 0 30px !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-4 .section-space.html-53 {
        margin: 0 auto !important;
        padding: 0 0 40px !important
    }
}

body.information-information.iid-4 .section-space.image_slider_module {
    position: relative;
    padding: 0 0 50px !important;
    z-index: 1
}

@media (min-width:1200px) {
    body.information-information.iid-4 .section-space.image_slider_module {
        margin-top: -15rem
    }
}

@media (min-width:1400px) {
    body.information-information.iid-4 .section-space.image_slider_module {
        margin-top: -20rem !important;
        padding: 0 0 70px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-4 .section-space.image_slider_module {
        padding: 0 0 100px !important
    }
}

body.information-information.iid-4 .section-space.image_slider_module .image-slider-module {
    margin-top: 6rem;
    float: left;
    width: 100%;
    padding: 0 2rem;
    position: relative;
    z-index: 4
}

@media (min-width:640px) {
    body.information-information.iid-4 .section-space.image_slider_module .image-slider-module {
        margin-top: 4rem !important
    }
}

@media (min-width:768px) {
    body.information-information.iid-4 .section-space.image_slider_module .image-slider-module {
        padding: 0 6rem !important;
        margin-top: 0 !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-4 .section-space.image_slider_module .image-slider-module {
        padding: 0 10rem !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-4 .section-space.image_slider_module .image-slider-module {
        padding: 0 15rem !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-4 .section-space.image_slider_module .image-slider-module {
        padding: 0 20rem !important
    }
}

body.information-information.iid-4 .section-space.image_slider_module h2 {
    margin-bottom: 20px !important
}

body.information-information.iid-4 .section-space.image_slider_module .brands-slider {
    padding: 0 4rem !important;
    width: 100%;
    float: left
}

body.information-information.iid-4 .section-space.image_slider_module .brands-slider .slick-arrow {
    top: 40% !important
}

@media (min-width:480px) {
    body.information-information.iid-4 .section-space.image_slider_module .brands-slider .slick-arrow {
        top: 35% !important
    }
}

body.information-information.iid-4 .section-space.image_slider_module .brands-slider .slick-slide img {
    display: block;
    margin: 0 auto
}

@media (min-width:412px) {
    body.information-information.iid-4 .section-space.image_slider_module .brands-slider {
        padding: 0 5rem !important
    }
}

@media (min-width:480px) {
    body.information-information.iid-4 .section-space.image_slider_module .brands-slider {
        padding: 0 7rem !important
    }
}

@media (min-width:1600px) {
    body.information-information.iid-4 .section-space.image_slider_module .brands-slider {
        padding: 0 9rem !important
    }
}

.homepage_banner_slider {
    padding: 0 !important;
    position: relative;
    z-index: 1
}

.homepage_banner_slider .homepage-banner-container {
    width: 100%;
    float: left;
    position: relative
}

.homepage_banner_slider .homepage-banner-container .image-container {
    width: 70%;
    float: left;
    height: 32rem;
    background-position: center !important;
    background-size: cover !important
}

@media (min-width:375px) {
    .homepage_banner_slider .homepage-banner-container .image-container {
        width: 75% !important;
        height: 32rem !important
    }
}

@media (min-width:375px) {
    .homepage_banner_slider .homepage-banner-container .image-container {
        width: 70% !important;
        height: 38rem !important
    }
}

@media (min-width:992px) {
    .homepage_banner_slider .homepage-banner-container .image-container {
        height: 43rem !important
    }
}

@media (min-width:1200px) {
    .homepage_banner_slider .homepage-banner-container .image-container {
        height: 45rem !important
    }
}

@media (min-width:1300px) {
    .homepage_banner_slider .homepage-banner-container .image-container {
        width: 75% !important;
        height: 46rem !important
    }
}

@media (min-width:1400px) {
    .homepage_banner_slider .homepage-banner-container .image-container {
        height: 50rem !important
    }
}

@media (min-width:1600px) {
    .homepage_banner_slider .homepage-banner-container .image-container {
        height: 65rem !important
    }
}

@media (min-width:1900px) {
    .homepage_banner_slider .homepage-banner-container .image-container {
        height: 78rem !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container {
    position: absolute;
    width: 50%;
    right: 0;
    background: #4b1a13
}

@media (min-width:375px) {
    .homepage_banner_slider .homepage-banner-container .slider-container {
        width: 45% !important
    }
}

@media (min-width:1200px) {
    .homepage_banner_slider .homepage-banner-container .slider-container {
        width: 40% !important
    }
}

@media (min-width:1300px) {
    .homepage_banner_slider .homepage-banner-container .slider-container {
        width: 35% !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-dots {
    margin-bottom: 2rem !important
}

@media (min-width:480px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-dots {
        margin-bottom: 3rem !important
    }
}

@media (min-width:1900px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-dots {
        margin-bottom: 4.5rem !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes {
    width: 100%;
    float: left
}

@media (min-width:375px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes {
        height: 30rem !important
    }
}

@media (min-width:768px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes {
        height: 30rem !important
    }
}

@media (min-width:992px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes {
        height: 35rem !important
    }
}

@media (min-width:1200px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes {
        height: 37rem !important
    }
}

@media (min-width:1400px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes {
        height: 41rem !important
    }
}

@media (min-width:1600px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes {
        height: 53rem !important
    }
}

@media (min-width:1900px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes {
        height: 71rem !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box {
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

@media (min-width:480px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box {
        padding: 2rem !important
    }
}

@media (min-width:736px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box {
        padding: 2rem 4rem !important
    }
}

@media (min-width:768px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box {
        padding: 2rem 6rem !important
    }
}

@media (min-width:992px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box {
        padding: 2rem 10rem !important
    }
}

@media (min-width:1200px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box {
        padding: 2rem 13rem !important
    }
}

@media (min-width:1300px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box {
        padding: 2rem 10rem !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper {
    text-align: center
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container {
    width: 100%;
    float: left;
    text-transform: uppercase;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container {
        margin-bottom: 3rem !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container:after {
    content: "";
    width: 68px;
    height: 6px;
    background: #418c1f;
    display: block;
    margin: 5px auto 0
}

@media (min-width:768px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container:after {
        margin: 10px auto 0 !important
    }
}

@media (min-width:1900px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container:after {
        margin: 15px auto 0 !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container .header-title {
    font-size: 28px !important
}

@media (min-width:768px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container .header-title {
        font-size: 40px !important
    }
}

@media (min-width:1200px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container .header-title {
        font-size: 50px !important
    }
}

@media (min-width:1900px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container .header-title {
        font-size: 70px !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container .sub-header-title {
    font-size: 16px !important
}

@media (min-width:768px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container .sub-header-title {
        font-size: 18px !important
    }
}

@media (min-width:1200px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container .sub-header-title {
        font-size: 20px !important
    }
}

@media (min-width:1900px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container .sub-header-title {
        font-size: 24px !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container h2,
.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container h3,
.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .header-banner-container h4 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: GothamBold !important
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .description {
    width: 100%;
    float: left;
    margin-bottom: 2rem;
    font-family: GothamNarrowBook !important;
    font-size: 12px
}

@media (min-width:640px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .description {
        margin-bottom: 3rem !important
    }
}

@media (min-width:768px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .description {
        font-size: 16px !important
    }
}

@media (min-width:1200px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .description {
        margin-bottom: 4.5rem !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .description p {
    margin-bottom: 0;
    line-height: 15px
}

@media (min-width:768px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .description p {
        line-height: 20px !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .permalink {
    width: 100%;
    float: left;
    margin-bottom: 1rem
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .permalink a {
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #000 !important;
    padding: 10px 2rem;
    display: inline-block;
    font-size: 12px
}

@media (min-width:640px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .permalink a {
        font-size: 13px !important;
        padding: 13px 4rem !important
    }
}

@media (min-width:768px) {
    .homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .permalink a {
        font-size: 13px !important;
        padding: 15px 5rem !important
    }
}

.homepage_banner_slider .homepage-banner-container .slider-container .banners-slider .slick-slide .boxes .box .wrapper .permalink a:hover {
    background: #418c1f !important
}

.homepage_top_contents {
    margin-top: -5rem;
    position: relative
}

@media (max-width:767px) {
	.homepage_top_contents:after {
		display: none !important;
	}
}
@media (min-width:1024px) {
    .homepage_top_contents {
        margin-top: -14rem !important;
        padding-top: 20rem !important;
    }
}

@media (min-width:1200px) {
    .homepage_top_contents {
        margin-top: -14rem !important;
        padding-top: 14rem !important;
    }
}

@media (min-width:1600px) {
    .homepage_top_contents {
        margin-top: -16rem  !important;
        padding-top: 16rem;
    }
}

@media (min-width:1900px) {
    .homepage_top_contents {
        margin-top: -18rem  !important;
        padding-top: 18rem;
    }
}

.homepage_top_contents:after {
    content: "";
    /*background: url(../../../image/onion.png) no-repeat;*/
    position: absolute;
    width: 98px;
    height: 100px;
    display: block;
    background-position: top right !important;
    background-size: cover !important;
    top: 0;
    right: 0;
    display: block
}
@media (min-width:360px) {
    .homepage_top_contents:after {
        height: 121px !important
    }
}

@media (min-width:412px) {
    .homepage_top_contents:after {
        height: 137px !important
    }
}

@media (min-width:480px) {
    .homepage_top_contents:after {
        width: 141px !important
    }
}

@media (min-width:640px) {
    .homepage_top_contents:after {
        width: 187px !important;
        height: 155px !important
    }
}

@media (min-width:768px) {
    .homepage_top_contents:after {
        width: 229px !important;
        height: 201px !important
    }
}

@media (min-width:992px) {
    .homepage_top_contents:after {
        width: 299px !important;
        height: 250px !important
    }
}

@media (min-width:1200px) {
    .homepage_top_contents:after {
        width: 379px !important;
        height: 315px !important
    }
}

@media (min-width:1300px) {
    .homepage_top_contents:after {
        width: 338px !important;
        height: 284px !important
    }
}

@media (min-width:1400px) {
    .homepage_top_contents:after {
        width: 356px !important;
        height: 296px !important
    }
}

@media (min-width:1600px) {
    .homepage_top_contents:after {
        width: 417px !important;
        height: 350px !important
    }
}

@media (min-width:1900px) {
    .homepage_top_contents:after {
        width: 476px !important;
        height: 395px !important
    }
}

.homepage_top_contents .left_image {
    position: absolute;
    width: 15%;
    top: 18.5rem;
    left: 0
}

@media (max-width:767px) {
    .homepage_top_contents .left_image {
        display: none
    }
}

@media (min-width:992px) {
    .homepage_top_contents .left_image {
        top: 22.7rem !important
    }
}

@media (min-width:1200px) {
    .homepage_top_contents .left_image {
        top: 26rem !important;
        width: 12% !important
    }
}

@media (min-width:1600px) {
    .homepage_top_contents .left_image {
        top: 30.5rem !important;
        width: 13% !important
    }
}

@media (min-width:1900px) {
    .homepage_top_contents .left_image {
        top: 37rem !important;
        width: 12% !important
    }
}

.homepage_top_contents .homepage-top-contents {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 6rem 4vw 0;
    align-items: center;
}
.homepage_top_contents .homepage-top-contents>*{
    width: calc(33.33333% - 30px);
}
.homepage_top_contents .homepage-top-contents>*:first-child>*{
    justify-content: flex-end;
    padding-bottom:3vw;
}
.homepage_top_contents .homepage-top-contents>*:nth-child(2){
    margin: auto;
    width: 33.3333%
}
.homepage_top_contents .homepage-top-contents>*:last-child>*{
    justify-content: flex-start;
    padding-bottom:3vw;
}

.homepage_top_contents .homepage-top-contents>*>*>*{
    padding-left:15px;
    padding-right:15px;
}

.homepage_top_contents .homepage-top-contents .boxes {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.homepage_top_contents .homepage-top-contents .group-left .boxes>*:first-child {
    width: calc(80% - 30px);
}

.homepage_top_contents .homepage-top-contents .group-right .boxes>*:last-child {
    width: calc(80% - 30px);
}

.homepage_top_contents .homepage-top-contents .boxes .desc {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.homepage_top_contents .homepage-top-contents .boxes .image img{
    width: 80px
}


.homepage_top_contents .homepage-top-contents .boxes .desc {
    color: #4b1a13;
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    font-size: 10px
}
@media (max-width:768px) {
    .homepage_top_contents .homepage-top-contents {
        padding-top: 3rem !important;
	    flex-wrap: wrap;
    }
	.homepage_top_contents .homepage-top-contents>*{
	    width: 100% !important;
	}
    .homepage_top_contents .homepage-top-contents .boxes {
        display: block;
        text-align: center;
    }
    .homepage_top_contents .homepage-top-contents>*>*>* {
    	text-align: center;
    }
	.homepage_top_contents .homepage-top-contents .group-left .boxes>*:first-child {
	    width: 100%;
	}
	.homepage_top_contents .homepage-top-contents>*:first-child>* {
		justify-content: flex-start;
	}
}

@media (min-width:375px) {
    .homepage_top_contents .homepage-top-contents .boxes .desc {
        font-size: 12px !important
    }
}

@media (min-width:640px) {
    .homepage_top_contents .homepage-top-contents .boxes .desc {
        font-size: 14px !important
    }
}

@media (min-width:1600px) {
    .homepage_top_contents .homepage-top-contents .boxes .desc {
        font-size: 16px !important;
    }
}

.homepage_top_contents .homepage-top-contents .boxes .desc p {
    margin-bottom: 0;
    line-height: 15px
}

@media (min-width:1400px) {
    .homepage_top_contents .homepage-top-contents .boxes .desc p {
        line-height: 20px !important
    }
}

body.common-home .section-space.image_slider_module {
    position: relative;
    padding: 0 0 50px !important;
    z-index: 1
}

@media (min-width:1400px) {
    body.common-home .section-space.image_slider_module {
        padding: 0 0 70px !important
    }
}

body.common-home .section-space.image_slider_module h2 {
    margin-bottom: 20px !important
}

body.common-home .section-space.image_slider_module .left_image {
    position: absolute;
    top: -72px;
    left: 0;
    width: 135px
}

@media (min-width:640px) {
    body.common-home .section-space.image_slider_module .left_image {
        top: -83px !important;
        width: 152px !important
    }
}

@media (min-width:768px) {
    body.common-home .section-space.image_slider_module .left_image {
        top: -138px !important;
        left: -11px !important;
        width: 25rem !important
    }
}

@media (min-width:1600px) {
    body.common-home .section-space.image_slider_module .left_image {
        top: -167px !important;
        left: -8px !important;
        width: 31rem !important
    }
}

@media (min-width:1900px) {
    body.common-home .section-space.image_slider_module .left_image {
        top: -190px !important;
        left: -13px !important;
        width: 35rem !important
    }
}

body.common-home .section-space.image_slider_module .image-slider-module {
    margin-top: 5rem;
    float: left;
    width: 100%;
    padding: 0 2rem;
    position: relative;
    z-index: 4
}

@media (min-width:480px) {
    body.common-home .section-space.image_slider_module .image-slider-module {
        margin-top: 6rem !important
    }
}

@media (min-width:768px) {
    body.common-home .section-space.image_slider_module .image-slider-module {
        padding: 0 6rem !important;
        margin-top: 5rem !important
    }
}

@media (min-width:1200px) {
    body.common-home .section-space.image_slider_module .image-slider-module {
        padding: 0 10rem !important
    }
}

@media (min-width:1400px) {
    body.common-home .section-space.image_slider_module .image-slider-module {
        padding: 0 15rem !important
    }
}

@media (min-width:1900px) {
    body.common-home .section-space.image_slider_module .image-slider-module {
        margin-top: 7rem !important
    }
}

body.common-home .section-space.image_slider_module .image-slider-module .brands-slider {
    padding: 0 4rem !important;
    width: 100%;
    float: left
}

@media (min-width:412px) {
    body.common-home .section-space.image_slider_module .image-slider-module .brands-slider {
        padding: 0 5rem !important
    }
}

@media (min-width:480px) {
    body.common-home .section-space.image_slider_module .image-slider-module .brands-slider {
        padding: 0 7rem !important
    }
}

@media (min-width:1600px) {
    body.common-home .section-space.image_slider_module .image-slider-module .brands-slider {
        padding: 1rem 9rem !important
    }
}

body.common-home .section-space.image_slider_module .image-slider-module .brands-slider .slick-arrow {
    top: 40% !important
}

@media (min-width:480px) {
    body.common-home .section-space.image_slider_module .image-slider-module .brands-slider .slick-arrow {
        top: 35% !important
    }
}

body.common-home .section-space.image_slider_module .image-slider-module .brands-slider .slick-slide {
    height: auto !important
}

body.common-home .section-space.image_slider_module .image-slider-module .brands-slider .slick-slide img {
    display: block;
    margin: 0 auto
}

.section-space.homepage_promotional {
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.section-space.homepage_promotional .promotional-module #promotional-slider .slick-dots {
    margin-top: 2rem !important
}

@media (min-width:480px) {
    .section-space.homepage_promotional .promotional-module #promotional-slider .slick-dots {
        margin-bottom: 3rem !important
    }
}

@media (min-width:1900px) {
    .section-space.homepage_promotional .promotional-module #promotional-slider .slick-dots {
        margin-bottom: 4.5rem !important
    }
}

.section-space.homepage_promotional .promotional-module #promotional-slider .slick-dots li {
    width: 30px !important;
    height: 5px !important;
    border: 2px solid #4b1a13 !important
}

.section-space.homepage_promotional .promotional-module #promotional-slider .slick-dots li.slick-active,
.section-space.homepage_promotional .promotional-module #promotional-slider .slick-dots li:hover {
    background: #4b1a13 !important
}

.section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide {
    cursor: pointer
}

.section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide .boxes {
    display: block !important;
    height: 555px;
    border-top:5px solid #fff;
}

.section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide .boxes + .boxes {
    border-left:5px solid #fff;
}

.section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide .boxes .box {
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 8vw 1vw 2vw !important
}
.section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide .boxes .box h2 strong{
    font-family: "Jelytta" !important;
    color:#f2b950 !important;
    font-size: 24px !important;
    text-align: left;
    margin-bottom: 0 !important
}
.section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide .boxes .box .wrapper {
    color: #fff;
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 400;
    text-align: left;
    padding: 1rem 1rem 1.5rem
}

.section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide .boxes .box .wrapper .border {
    border: 2px dashed #418c1f;
    padding: 1rem
}

@media (min-width:1200px) {
    .section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide .boxes .box .wrapper .border {
        padding: 2rem 2rem 2.5rem !important
    }
}

@media (min-width:1400px) {
    .section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide .boxes .box .wrapper .border {
        padding: 2.5rem 2.5rem 3rem !important
    }
}

.section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide .boxes .box .wrapper .border p {
    margin-bottom: 0;
    font-size: 16px
}

.section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide .boxes .box .wrapper .border h2 {
    color: #fff !important;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important
}

.section-space.homepage_promotional .promotional-module #promotional-slider .slick-slide .boxes .box .wrapper .border h2:before {
    display: none !important
}

.section-space.homepage_testimonials {
    padding: 0 !important
}

#testimonials-slider .boxes{
	width: 650px;
	padding: 0 4vw;
}
#testimonials-slider .boxes>*{
	background-color: #fff;
	color:#000;
	padding: 1vw;
	min-height: 300px;
}

#testimonials-slider .boxes .name{
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    color:#418c1f;
    text-transform: uppercase;
}
#testimonials-slider .boxes .date{
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 400;
	
}
.section-space.cuts_we_offer {
    padding: 1rem 0 4rem !important
}

@media (min-width:768px) {
    .section-space.cuts_we_offer {
        padding: 1rem 0 7rem !important
    }
}

@media (min-width:1200px) {
    .section-space.cuts_we_offer {
        padding: 1rem 6rem 4rem !important
    }
}

@media (min-width:1600px) {
    .section-space.cuts_we_offer {
        padding: 3rem 7rem 6rem !important
    }
}

.section-space.cuts_we_offer .cls-1,
.section-space.cuts_we_offer .ct5,
.section-space.cuts_we_offer .st1 {
    fill: #4a1a14
}

.section-space.cuts_we_offer .cls-1,
.section-space.cuts_we_offer .cls-2,
.section-space.cuts_we_offer .cls-4,
.section-space.cuts_we_offer .cls-5 {
    fill-rule: evenodd
}

.section-space.cuts_we_offer .cls-2 {
    fill: #90181b
}

.section-space.cuts_we_offer .cls-4 {
    fill: #fff
}

.section-space.cuts_we_offer .cls-3 {
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    color: #fff;
    font-size: 18px !important
}

.section-space.cuts_we_offer .cls-3,
.section-space.cuts_we_offer .cls-5 {
    fill: #fff
}

.section-space.cuts_we_offer .st0 {
    fill: #4a1b15
}

.section-space.cuts_we_offer .st2 {
    display: none;
    fill: #fff
}

.section-space.cuts_we_offer .st3 {
    fill: none;
    stroke: #fff;
    stroke-width: 5;
    stroke-miterlimit: 10
}

.section-space.cuts_we_offer .st4 {
    fill: none;
    stroke: #fff;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke-dasharray: 17.394, 9.6633
}

.section-space.cuts_we_offer .st5 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #fff;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke-dasharray: 18, 10
}

.section-space.cuts_we_offer .st6 {
    display: none
}

.section-space.cuts_we_offer .st7 {
    display: inline;
    fill: #231f20
}

.section-space.cuts_we_offer .st8 {
    display: inline
}

.section-space.cuts_we_offer .st9 {
    fill: #fff
}

.section-space.cuts_we_offer .ct9,
.section-space.cuts_we_offer .st10 {
    font-family: GothamBold !important
}

.section-space.cuts_we_offer .ct10,
.section-space.cuts_we_offer .st11 {
    font-size: 20px
}

.section-space.cuts_we_offer .st12 {
    font-size: 18px
}

.section-space.cuts_we_offer .st13 {
    font-size: 20px
}

.section-space.cuts_we_offer .st14 {
    fill: none;
    stroke: #fff;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke-dasharray: 7.945, 4.9657
}

.section-space.cuts_we_offer .st15 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #fff;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke-dasharray: 8, 5
}

.section-space.cuts_we_offer .ct0 {
    display: none
}

.section-space.cuts_we_offer .ct1 {
    display: inline
}

.section-space.cuts_we_offer .ct2 {
    fill: #231f20
}

.section-space.cuts_we_offer .ct3 {
    fill: #fff
}

.section-space.cuts_we_offer .ct4 {
    fill: #4a1b15
}

.section-space.cuts_we_offer .ct6 {
    display: inline;
    fill: none;
    stroke: #fff;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke-dasharray: 8, 5
}

.section-space.cuts_we_offer .ct7 {
    display: inline;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #fff;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke-dasharray: 8, 5
}

.section-space.cuts_we_offer .ct8 {
    display: inline;
    fill: #911a1d
}

.section-space.cuts_we_offer .header_title {
    position: relative
}

.section-space.cuts_we_offer .header_title:after,
.section-space.cuts_we_offer .header_title:before {
    content: "";
    height: auto;
    width: 3%;
    position: absolute;
    display: block;
    border: 1px solid #4b1a13;
    top: 3.5rem
}

@media (min-width:360px) {
    .section-space.cuts_we_offer .header_title:after,
    .section-space.cuts_we_offer .header_title:before {
        width: 6% !important
    }
}

@media (min-width:375px) {
    .section-space.cuts_we_offer .header_title:after,
    .section-space.cuts_we_offer .header_title:before {
        width: 7% !important
    }
}

@media (min-width:412px) {
    .section-space.cuts_we_offer .header_title:after,
    .section-space.cuts_we_offer .header_title:before {
        width: 10% !important
    }
}

@media (min-width:480px) {
    .section-space.cuts_we_offer .header_title:after,
    .section-space.cuts_we_offer .header_title:before {
        width: 15% !important
    }
}

@media (min-width:640px) {
    .section-space.cuts_we_offer .header_title:after,
    .section-space.cuts_we_offer .header_title:before {
        width: 20% !important;
        top: 4rem !important
    }
}

@media (min-width:768px) {
    .section-space.cuts_we_offer .header_title:after,
    .section-space.cuts_we_offer .header_title:before {
        width: 25% !important
    }
}

@media (min-width:992px) {
    .section-space.cuts_we_offer .header_title:after,
    .section-space.cuts_we_offer .header_title:before {
        width: 30% !important
    }
}

@media (min-width:1200px) {
    .section-space.cuts_we_offer .header_title:after,
    .section-space.cuts_we_offer .header_title:before {
        width: 33% !important
    }
}

@media (min-width:1600px) {
    .section-space.cuts_we_offer .header_title:after,
    .section-space.cuts_we_offer .header_title:before {
        width: 35% !important
    }
}

@media (min-width:1900px) {
    .section-space.cuts_we_offer .header_title:after,
    .section-space.cuts_we_offer .header_title:before {
        width: 37% !important;
        top: 4.5rem !important
    }
}

.section-space.cuts_we_offer .header_title:before {
    left: 0
}

.section-space.cuts_we_offer .header_title:after {
    right: 0
}

.section-space.cuts_we_offer .cuts-offer {
    border-bottom: 0 !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.section-space.cuts_we_offer .cuts-offer li {
    border: 0 !important;
    margin-bottom: 10px
}

.section-space.cuts_we_offer .cuts-offer li a {
    border: 0 !important;
    border-radius: 0 !important;
    color: #4b1a13 !important;
    font-size: 14px !important;
    margin: 0 7px 0 0 !important;
    background: 0 0;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    padding: 5px 10px !important;
    position: relative;
    text-transform: uppercase !important
}

@media (min-width:412px) {
    .section-space.cuts_we_offer .cuts-offer li a {
        margin: 0 17px 0 0 !important;
        padding: 5px 15px !important
    }
}

@media (min-width:480px) {
    .section-space.cuts_we_offer .cuts-offer li a {
        padding: 5px 2rem !important
    }
}

@media (min-width:640px) {
    .section-space.cuts_we_offer .cuts-offer li a {
        padding: 5px 3rem !important;
        font-size: 18px !important
    }
}

.section-space.cuts_we_offer .cuts-offer li a:after {
    content: "";
    height: 60%;
    width: auto;
    border: 1px solid #4b1a13;
    position: absolute;
    display: block;
    top: 7px;
    right: -9px
}

@media (min-width:360px) {
    .section-space.cuts_we_offer .cuts-offer li a:after {
        right: -12px !important
    }
}

@media (min-width:375px) {
    .section-space.cuts_we_offer .cuts-offer li a:after {
        right: -9px !important
    }
}

.section-space.cuts_we_offer .cuts-offer li:last-child a {
    margin-right: 0 !important
}

.section-space.cuts_we_offer .cuts-offer li:last-child a:after {
    display: none !important
}

.section-space.cuts_we_offer .cuts-offer li.active a,
.section-space.cuts_we_offer .cuts-offer li:hover a {
    background: #418c1f !important;
    color: #fff !important
}

.section-space.cuts_we_offer .tabs-container {
    margin-top: 1rem;
    width: 100%;
    float: left
}

@media (min-width:1900px) {
    .section-space.cuts_we_offer .tabs-container {
        margin-top: 3rem !important
    }
}

.section-space.cuts_we_offer .overlay-content {
    position: relative;
    width: 100%;
    float: left;
    border: 2px solid #4b1a13;
    background: #418c1f;
    padding: 1rem;
    margin-top: -4rem
}

@media (min-width:375px) {
    .section-space.cuts_we_offer .overlay-content {
        padding: 2rem !important;
        margin-top: -7rem !important
    }
}

@media (min-width:640px) {
    .section-space.cuts_we_offer .overlay-content {
        margin-top: -9rem !important;
        width: 80% !important;
        float: right;
        padding: 3rem !important
    }
}

@media (min-width:768px) {
    .section-space.cuts_we_offer .overlay-content {
        margin-top: -37rem !important;
        width: 37% !important
    }
}

@media (min-width:992px) {
    .section-space.cuts_we_offer .overlay-content {
        width: 25% !important;
        position: absolute;
        right: 4rem !important;
        bottom: -4rem !important;
        padding: 1rem !important
    }
}

@media (min-width:1200px) {
    .section-space.cuts_we_offer .overlay-content {
        bottom: 0 !important;
        width: 30% !important;
        right: -4rem !important;
        padding: 3rem !important
    }
}

@media (min-width:1600px) {
    .section-space.cuts_we_offer .overlay-content {
        width: 27% !important;
        right: 0 !important
    }
}

@media (min-width:1900px) {
    .section-space.cuts_we_offer .overlay-content {
        width: 25% !important;
        right: 5rem !important
    }
}

.section-space.cuts_we_offer .overlay-content .body {
    width: 100%;
    float: left;
    margin-top: 2rem;
    color: #fff
}

.section-space.cuts_we_offer .overlay-content .body .lists {
    display: flex;
    justify-content: center;
    padding-left: 0 !important;
    list-style: none !important
}

.section-space.cuts_we_offer .overlay-content .body .lists li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin: 0 1rem
}

.section-space.cuts_we_offer .overlay-content .body .lists li p {
    margin-bottom: 0 !important
}

.section-space.cuts_we_offer .overlay-content .body .desc {
    width: 100%;
    float: left;
    margin: 2rem 0;
    text-align: justify
}

@media (min-width:992px) {
    .section-space.cuts_we_offer .overlay-content .body .desc {
        margin: 1rem 0 2rem !important
    }
}

@media (min-width:1200px) {
    .section-space.cuts_we_offer .overlay-content .body .desc {
        margin: 1rem 0 3rem !important
    }
}

.section-space.cuts_we_offer .overlay-content .body .desc.with-scroll {
    height: 15rem;
    overflow-y: auto;
    padding-right: 10px
}

.section-space.cuts_we_offer .overlay-content .body .desc.with-scroll::-webkit-scrollbar {
    width: 4px
}

.section-space.cuts_we_offer .overlay-content .body .desc.with-scroll::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 0
}

.section-space.cuts_we_offer .overlay-content .body .desc.with-scroll::-webkit-scrollbar-thumb {
    background: #4b1a13;
    border-radius: 0
}

.section-space.cuts_we_offer .overlay-content .body .permalink {
    width: 100%;
    float: left;
    text-align: center
}

.section-space.cuts_we_offer .overlay-content .body .permalink a {
    background: #000;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    color: #fff;
    padding: 15px 4rem;
    display: inline-block;
    margin-bottom: 2rem;
    text-transform: uppercase !important
}

.section-space.cuts_we_offer .overlay-content .body .permalink a:hover {
    background: #fff !important;
    color: #000 !important
}

.section-space.cuts_we_offer svg {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto
}

@media (min-width:992px) {
    .section-space.cuts_we_offer svg {
        width: 70%
    }
}

@media (min-width:1200px) {
    .section-space.cuts_we_offer svg {
        width: 60%
    }
}

@media (min-width:1900px) {
    .section-space.cuts_we_offer svg {
        width: 55%
    }
}

.section-space.cuts_we_offer svg text {
    cursor: pointer
}

.section-space.cuts_we_offer svg path {
    cursor: pointer
}

body:not(.cke_editable) .fcategory-wrapper h2.jfont,
body:not(.cke_editable) .testimonials-wrapper h2.jfont{
	color:#fff !important;
}

body:not(.cke_editable) .testimonials-wrapper h2:not(.swal2-title):not([style]).jfont {
    text-transform: capitalize !important;
    font-size: 45px !important;
}
@media (max-width: 1024px) {
    body:not(.cke_editable) .testimonials-wrapper h2:not(.swal2-title):not([style]).jfont {
        font-size: 32px !important;
    }
}
.product-category .top-title,
.product-product .top-title,
.image-slider-module .top-title,
.testimonials-wrapper .top-title,
.fcategory_tab .top-title,
.fcategory-wrapper .top-title{
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    margin-bottom: 30px;
    color: #f2b950;
    text-transform: uppercase;
    font-size: 20px;
}
.fcategory-module .categories.flex .body h4 {
	color: #fff;
	font-size: 36px;
}
.fcategory-module .categories.flex {
    justify-content: space-between;
    padding-left: 12vw;
    padding-right: 12vw;
}
.fcategory-module .categories.flex .category {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
}

@media(max-width: 1024px) {
	.fcategory-module .categories.flex {
	    padding-left: 5vw;
	    padding-right: 5vw;
	}
}

body.product-category:not(.cke_editable) h2:not(.swal2-title):not([style]).jfont,
body.product-product:not(.cke_editable) h2:not(.swal2-title):not([style]).jfont,
body:not(.cke_editable) .image_slider_module h2:not(.swal2-title):not([style]).jfont {
    color:#000 !important;
    text-transform: capitalize !important;
    font-size: 45px !important;
}
@media (max-width: 1024px) {

	body.product-category:not(.cke_editable) h2:not(.swal2-title):not([style]).jfont,
	body.product-product:not(.cke_editable) h2:not(.swal2-title):not([style]).jfont,
  	body:not(.cke_editable) .image_slider_module h2:not(.swal2-title):not([style]).jfont {
        font-size: 32px !important;
    }
}

.fcategory-module .category {
  	position: relative;
}
.fcategory-module .image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	cursor: pointer;
}

.fcategory-module .text-holder0 {
	transition: .5s ease;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.fcategory-module .text-holder {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.fcategory-module .category:hover .image {
  	opacity: 0.3;
}

.fcategory-module .category:hover .text-holder0 {
  	opacity: 0;
}

.fcategory-module .category:hover .text-holder {
  	opacity: 1;
}

.fcategory-module .text0 {
  	color: #fff;
  	font-size: 36px;
  	padding: 16px 32px;
	cursor: pointer;
}
.fcategory-module .text {
  	color: #f2b950;
  	font-size: 36px;
  	padding: 16px 32px;
	cursor: pointer;
}
@media (max-width: 1024px) {
	.fcategory-module .text0, 
	.fcategory-module .text {
	    font-size: 24px;
	}
}
.fcategory-module .text-holder a{
	color: #fff;
	text-transform: uppercase;
}
.fcategory-module .text-holder a:hover{
	color: #ccc;
}

body:not(.cke_editable) .fcategory-wrapper h2:not(.swal2-title):not([style]).jfont {
	margin: 0 0 2em 0;
    text-transform: capitalize !important;
    font-size: 45px !important;
}
@media (max-width: 1024px) {

    body:not(.cke_editable) .fcategory-wrapper h2:not(.swal2-title):not([style]).jfont {
        font-size: 32px !important;
    }
}
.fancy {
	line-height: 0.5;
	text-align: center;
}
.fancy span {
	display: inline-block;
	position: relative;  
}
.fancy span:before,
.fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-top: 1px solid white;
	top: 15px;
	width: 15vw;
}
.fancy span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	margin-left: 15px;
}

.section-space.homepage_testimonials {
}
.section-space.homepage_testimonials .testimonials-wrapper {
	padding-top:8vw !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: top center !important;
    height:1035px;
}

@media (max-width:768px) {

	.section-space.homepage_testimonials .testimonials-wrapper {
		padding-top:0px !important;
	    background-size: cover !important;
    	background-position: center !important;
	    height:auto;
	}
}

@media (min-width:1200px) {
    _:-ms-fullscreen,
    :root .section-space.cuts_we_offer svg {
        height: 400px !important
    }
    _:-ms-fullscreen,
    :root .section-space.fcategory-54 .fcategory-wrapper .fcategory-module .categories {
        display: block !important;
        flex-wrap: nowrap !important
    }
}

@media (min-width:1300px) {
    _:-ms-fullscreen,
    :root .section-space.cuts_we_offer svg {
        height: 500px !important
    }
}

@media (min-width:1400px) {
    _:-ms-fullscreen,
    :root .section-space.cuts_we_offer svg {
        height: 600px !important
    }
}

@media (min-width:1600px) {
    _:-ms-fullscreen,
    :root .section-space.cuts_we_offer svg {
        height: 700px !important
    }
}

@media (min-width:1900px) {
    _:-ms-fullscreen,
    :root .section-space.cuts_we_offer svg {
        height: 800px !important
    }
}

body.information-faq .panel-group {
    background: #f7f7f7;
    padding: 2rem;
    margin-bottom: 4rem !important;
    width: 100%;
    float: left
}

@media (min-width:640px) {
    body.information-faq .panel-group {
        padding: 3rem !important
    }
}

@media (min-width:768px) {
    body.information-faq .panel-group {
        padding: 4rem !important
    }
}

body.information-faq .panel-group:first-of-type {
    margin-top: 2rem
}

body.information-faq .panel-group:last-of-type {
    margin-bottom: 6rem !important
}

@media (min-width:1900px) {
    body.information-faq .panel-group:last-of-type {
        margin-bottom: 8rem !important
    }
}

body.information-faq .panel-group .title {
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    font-size: 22px !important;
    text-transform: uppercase
}

@media (min-width:1900px) {
    body.information-faq .panel-group .title {
        font-size: 26px !important
    }
}

body.information-faq .panel-group .title span {
    border-bottom: 1px solid;
    padding-bottom: 13px;
    display: inline-block
}

body.information-faq .panel-group .panel {
    box-shadow: 0 0 !important;
    border-radius: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: #f7f7f7;
    padding-bottom: 15px;
    margin-bottom: 10px
}

body.information-faq .panel-group .panel:last-child {
    border-bottom: 0 !important
}

body.information-faq .panel-group .panel .panel-heading {
    border: 0 !important;
    background: 0 0 !important
}

body.information-faq .panel-group .panel .panel-heading .panel-title a {
    line-height: 20px !important;
    padding: 10px 0 !important;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    color: #666 !important
}

body.information-faq .panel-group .panel .panel-heading .panel-title a i {
    color: #418c1f;
    margin-left: 10px
}

body.information-faq .panel-group .panel .panel-collapse .panel-body {
    border: 0 !important;
    text-align: justify
}

.news-container {
    width: 100%;
    float: left;
    position: relative
}

.news-container .news-categories {
    width: 93%;
    margin: 0 auto 3rem;
    overflow-x: auto
}

.news-container .news-categories::-webkit-scrollbar {
    width: 4px;
    background-color: #ccc
}

.news-container .news-categories::-webkit-scrollbar:horizontal {
    height: 6px
}

.news-container .news-categories::-webkit-scrollbar-track {
    border: 1px #ccc solid;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px #ccc inset
}

.news-container .news-categories::-webkit-scrollbar-thumb {
    background-color: #418c1f;
    border: 1px solid #ccc;
    border-radius: 4px
}

.news-container .news-categories::-webkit-scrollbar-thumb:hover {
    background-color: #418c1f;
    border: 1px solid #ccc
}

.news-container .news-categories::-webkit-scrollbar-thumb:active {
    background-color: #418c1f;
    border: 1px solid #ccc
}

.news-container .news-categories.justify-content ul {
    justify-content: center
}

@media (min-width:768px) {
    .news-container .news-categories {
        margin: 0 auto 1.5rem !important;
        width: 65% !important
    }
}

@media (min-width:992px) {
    .news-container .news-categories {
        width: 50% !important
    }
}

@media (min-width:1200px) {
    .news-container .news-categories {
        width: 40% !important;
        margin: -1rem auto 1.5rem !important
    }
}

.news-container .news-categories ul {
    padding-left: 0;
    list-style: none;
    display: flex
}

.news-container .news-categories ul li {
    margin: 0 1.5rem;
    white-space: nowrap
}

.news-container .news-categories ul li:first-child {
    margin-left: 0 !important
}

.news-container .news-categories ul li:last-child {
    margin-right: 0 !important
}

.news-container .news-categories ul li a {
    color: #418c1f;
    font-size: 16px !important
}

@media (min-width:992px) {
    .news-container .news-categories ul li a {
        font-size: 18px !important
    }
}

.news-container .news-categories ul li.active a,
.news-container .news-categories ul li:hover a {
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    color: #4b1a13 !important
}

.news-container .pagination {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.bnews-list .boxes {
    margin-bottom: 4rem;
    padding: 10px !important
}

@media (min-width:375px) {
    .bnews-list .boxes {
        width: 50% !important;
        padding: 15px !important;
        margin-bottom: 2rem !important
    }
}

@media (min-width:375px) {
    .bnews-list .boxes {
        width: 33.33% !important;
        margin-bottom: 3rem !important
    }
}

@media (min-width:375px) {
    .bnews-list .boxes {
        width: 25% !important;
        margin-bottom: 2.5rem !important
    }
}

.bnews-list .boxes:hover .thumbnail {
    border: 1px solid #ccc !important;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .75) !important;
    -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .75) !important;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .75) !important
}

.bnews-list .boxes .thumbnail {
    padding: 0 !important;
    border: 1px solid transparent !important;
    box-shadow: 0 0 !important;
    margin-bottom: 0 !important
}

.bnews-list .boxes .thumbnail img {
    width: 100%
}

.bnews-list .boxes .thumbnail .body {
    padding: 1.5rem
}

.bnews-list .boxes .thumbnail .body .category {
    text-transform: uppercase;
    font-weight: 700;
    color: #c9c9c9
}

.bnews-list .boxes .thumbnail .body .category:hover {
    color: #4b1a13 !important
}

@media (min-width:375px) {
    .bnews-list .boxes .thumbnail .body .category {
        font-size: 12px !important
    }
}

@media (min-width:640px) {
    .bnews-list .boxes .thumbnail .body .category {
        font-size: 14px !important
    }
}

.bnews-list .boxes .thumbnail .body .title {
    text-transform: uppercase;
    color: #4b1a13;
    font-weight: 700
}

@media (min-width:375px) {
    .bnews-list .boxes .thumbnail .body .title {
        font-size: 15px !important
    }
}

@media (min-width:640px) {
    .bnews-list .boxes .thumbnail .body .title {
        font-size: 18px !important
    }
}

.bnews-list .boxes .thumbnail .body .title:hover {
    color: #418c1f !important
}

.bnews-list .boxes .thumbnail .body .date {
    color: #666;
    font-weight: 700
}

@media (min-width:375px) {
    .bnews-list .boxes .thumbnail .body .date {
        font-size: 12px !important
    }
}

@media (min-width:640px) {
    .bnews-list .boxes .thumbnail .body .date {
        font-size: 14px !important
    }
}

.bnews-list .boxes .thumbnail .body .description {
    text-align: justify
}

.bnews-list .boxes .thumbnail .body .description p {
    margin-bottom: 0 !important
}

@media (min-width:375px) {
    .bnews-list .boxes .thumbnail .body .description {
        font-size: 12px !important
    }
}

@media (min-width:640px) {
    .bnews-list .boxes .thumbnail .body .description {
        font-size: 14px !important
    }
}

.bnews-list .boxes .thumbnail .body .readmore {
    margin-top: 3.5rem;
    text-align: center
}

@media (min-width:375px) {
    .bnews-list .boxes .thumbnail .body .readmore {
        font-size: 12px !important;
        margin-top: 2.5rem !important
    }
}

@media (min-width:375px) {
    .bnews-list .boxes .thumbnail .body .readmore {
        font-size: 14px !important;
        margin-top: 3.5rem !important
    }
}

@media (min-width:1200px) {
    .bnews-list .boxes .thumbnail .body .readmore {
        margin-top: 2.5rem !important
    }
}

.bnews-list .boxes .thumbnail .body .readmore a {
    background: #418c1f;
    padding: 10px 3rem;
    text-transform: uppercase;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    border: 1px solid #418c1f !important;
    color: #fff;
    display: inline-block
}

.bnews-list .boxes .thumbnail .body .readmore a:hover {
    background: #fff !important;
    color: #418c1f !important;
    border: 1px solid #418c1f !important
}

@media (min-width:375px) {
    .bnews-list .boxes .thumbnail .body .readmore a {
        padding: 7px 2rem !important
    }
}

.article-content {
    margin-top: 2rem
}

.article-content .image {
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .article-content .image {
        margin-bottom: 0 !important
    }
}

@media (min-width:768px) {
    .article-content .article-info-wrapper {
        padding-top: 1rem
    }
}

.article-content .article-info-wrapper .category {
    text-transform: uppercase;
    font-weight: 700;
    color: #b0b0b0;
    display: block;
    margin-bottom: 5px
}

.article-content .article-info-wrapper .category:hover {
    color: #4b1a13 !important
}

.article-content .article-info-wrapper .title {
    text-transform: uppercase;
    color: #4b1a13;
    font-weight: 700;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    margin-bottom: 0
}

@media (min-width:1200px) {
    .article-content .article-info-wrapper .title {
        font-size: 26px !important
    }
}

@media (min-width:1600px) {
    .article-content .article-info-wrapper .title {
        margin-bottom: 5px !important
    }
}

.article-content .article-info-wrapper .date {
    color: #666;
    font-weight: 700
}

.article-content .article-info-wrapper .description {
    text-align: justify;
    margin-bottom: 3rem;
    margin-top: 2rem
}

@media (min-width:992px) {
    .article-content .article-info-wrapper .share_article {
        width: 50% !important;
        float: left !important
    }
}

.article-content .article-info-wrapper .backto {
    width: 100%;
    float: left;
    margin-top: 2rem
}

@media (min-width:992px) {
    .article-content .article-info-wrapper .backto {
        width: 50% !important;
        float: right !important;
        text-align: right
    }
}

.article-content .article-info-wrapper .backto a {
    background: #c9c9c9;
    color: #fff;
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 2rem;
    display: inline-block
}

.article-content .article-info-wrapper .backto a:hover {
    background: #4b1a13 !important
}

@media (min-width:1900px) {
    body.news-article .main-container {
        margin-bottom: 9rem !important
    }
}

.custom-tabs {
    margin-top: 5rem;
    background: #f7f7f7;
    padding: 1rem 2rem 4rem
}

@media (min-width:640px) {
    .custom-tabs {
        padding: 3rem 4rem 6rem !important
    }
}

@media (min-width:992px) {
    .custom-tabs {
        margin-top: 7rem !important
    }
}

.custom-tabs .nav {
    border-bottom: 0 !important
}

.custom-tabs .nav li {
    border-bottom: 2px solid #ccc !important;
    margin-bottom: 10px
}

.custom-tabs .nav li a {
    border: 0 !important;
    border-radius: 0 !important;
    color: #418c1f !important;
    font-size: 18px !important;
    padding: 0 0 10px !important;
    margin: 0 2rem 0 0 !important;
    background: 0 0
}

@media (min-width:640px) {
    .custom-tabs .nav li a {
        margin: 0 3rem 0 2rem !important
    }
}

@media (min-width:1900px) {
    .custom-tabs .nav li a {
        font-size: 20px !important
    }
}

@media (min-width:640px) {
    .custom-tabs .nav li:first-child a {
        margin-left: 0 !important
    }
}

@media (min-width:640px) {
    .custom-tabs .nav li:last-child a {
        margin-right: 0 !important
    }
}

.custom-tabs .nav li.active,
.custom-tabs .nav li:hover {
    border-bottom: 2px solid #418c1f !important
}

.custom-tabs .nav li.active a,
.custom-tabs .nav li:hover a {
    
    font-family: 'Poppins', sans-serif  !important;
    font-weight: 600;
    background: 0 0 !important
}

@media(max-width: 1636px){

	.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow.slick-prev {
		left: 30% !important;
	}
	.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow.slick-next {
		right: 30%  !important;
	}

}
@media(max-width: 1366px){

	.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow.slick-prev {
		left: 20% !important;
	}
	.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow.slick-next {
		right: 20%  !important;
	}

	#testimonials-slider .boxes{
		width: 500px;
		padding:0 3vw !important;
	}

	#testimonials-slider .boxes>*{
		height: 200px;
	}
	.section-space.homepage_testimonials .testimonials-wrapper {
	    height: 750px;
	}
}
@media (max-width: 1280px) {
	#testimonials-slider .boxes>* {
	    min-height: 250px !important;
	}
}
@media (max-width: 1024px) {

	.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow.slick-prev {
		left: 27% !important;
	}
	.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow.slick-next {
		right: 27%  !important;
	}
	#testimonials-slider .boxes>* {
	    min-height: 350px !important;
	}
	#testimonials-slider .boxes{
		width: 500px;
		padding:0 3vw !important;
	}
	.section-space.homepage_testimonials .testimonials-wrapper {
		background-image: url(../../../image/test-bg_small.png) !important;
	    background-size: cover !important;
	    background-position: center !important;
	    height: 600px !important;
	}
}
@media(max-width: 768px){

	.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow.slick-prev {
		left: 20% !important;
	}
	.testimonials-wrapper .slick-initialized.slick-slider .slick-arrow.slick-next {
		right: 20%  !important;
	}

	#testimonials-slider .boxes{
		width: 500px;
		padding:0 3vw !important;
	}

	.section-space.homepage_testimonials .testimonials-wrapper {
	    padding: 50px 15px !important
	}
}

.fcategory_tab .jfont {
	margin-bottom: 20px !important;
	color:#000;
	font-size: 45px !important;
	text-transform: capitalize !important;
}
@media (max-width: 1024px) {

	.fcategory_tab .jfont {
		font-size: 32px !important;
	}
}



body:not(.cke_editable) h2:not(.swal2-title):not([style]) strong:before,
body:not(.cke_editable) h2:not(.swal2-title):not([style]) strong:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #e1e1e1;
    top: 15px;
    width: 15vw;
}
.product-product .fancy span:before,
.product-product .fancy span:after,
.product-category .fancy span:before,
.product-category .fancy span:after,
.image_slider_module .fancy span:before,
.image_slider_module .fancy span:after,
.fcategory_tab .fancy span:before,
.fcategory_tab .fancy span:after {
    border-top: 1px solid #e1e1e1;
}

.fcategory_tab_tabs.flex {
	padding-bottom: 20px;
	justify-content: center;
	align-items: center;
}

.fcategory_tab_tabs.flex>div + div {
	margin-left: 4vw;
}

.fcategory_tab_tabs a{
    font-family: 'Poppins', sans-serif  !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #848484;

}
.fcategory_tab_tabs.nav-pills>li.active>a, 
.fcategory_tab_tabs.nav-pills>li.active>a:focus, 
.fcategory_tab_tabs.nav-pills>li.active>a:hover {
	background-color: transparent !important;
    color: #418c1f;
}

.featured_by_tab.section-space {
	padding: 50px 0 !important;
}

.featured_by_tab:before {
    content: "";
    background: url(../../../image/carrot.png) no-repeat;
    position: absolute;
    width: 354px;
    height: 417px;
    display: block;
    background-position: top right !important;
    background-size: cover !important;
    top: 0;
    left: 0;
    display: block
}



.sidr {
    background-color: #418c1f !important;
}
.sidr .header-mobile .mobile-account>a+a {
    border-left: 1px solid #000;
}
.sidr .header-mobile .mobile-account {
    border-bottom: 1px solid #000;
}

.sidr .cd-accordion-menu a, .cd-accordion-menu label{
    background-color: #fff !important;
    color:#000 !important;
}

/*iid-8*/
body.information-information.iid-8 .main-wrapper p {
    line-height: 30px
}

body.information-information.iid-8 .content-wrapper {
    display: none
}

body.information-information.iid-8 .section-space.html-59 {
    padding: 0 !important;
    position: relative;
    margin: -10.5rem 0 0 !important;
    z-index: 1;
    width: 50%;
}
.information-information.iid-8 img {
    width: 100% !important;
}
body.information-information.iid-8 .section-space.html-58 {
    width: 50%;
}
.html-58:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    display: none;
}
.information-information.iid-8 .informationFlex {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
@media (max-width: 1025px) {
    body.information-information.iid-8 .section-space.html-59 table {
        width: 100% !important;
        margin:auto;
    }
    body.information-information.iid-8 .section-space.html-59, 
    body.information-information.iid-8 .section-space.html-58 {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (min-width:768px) {
 
}

@media (min-width:1200px) {

}

@media (min-width:1400px) {
    body.information-information.iid-8 .section-space.html-59 {
        padding: 3rem 7rem 0rem !important;
        margin: -13rem auto 0rem !important
    }
}

@media (min-width:1600px) {
   
}

@media (min-width:1900px) {
 
}



@media (min-width:768px) {
  
}

@media (min-width:1200px) {
    body.information-information.iid-8 .section-space.html-59 .html-module {
        margin: 0 2rem 13rem !important
    }
}

@media (min-width:1300px) {
    body.information-information.iid-8 .section-space.html-59 .html-module {
        padding: 5rem 6rem !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-8 .section-space.html-59 .html-module {
        margin: 0 2rem 16rem !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-8 .section-space.html-59 .html-module {
        margin: 5rem 2rem 17rem !important;
        padding: 5rem 4rem 6rem !important
    }
}

body.information-information.iid-8 .section-space.html-59 .html-module .image,
body.information-information.iid-8 .section-space.html-59 .html-module .text {
    width: 100%;
    float: left
}

@media (min-width:992px) {
    body.information-information.iid-8 .section-space.html-59 .html-module .image img {
        margin-bottom: 0 !important
    }
}

body.information-information.iid-8 .section-space.html-59 .html-module .image img {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    body.information-information.iid-8 .section-space.html-59 .html-module {
        /*display: -webkit-box;*/
        /*display: -webkit-flex;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        /*flex-wrap: wrap*/
    }
    body.information-information.iid-8 .section-space.html-59 .html-module .image,
    body.information-information.iid-8 .section-space.html-59 .html-module .text {
        width: 50%;
        padding: 0 20px !important;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

body.information-information.iid-8 .section-space.html-59 .animateds {
    position: absolute;
    bottom: 0
}

body.information-information.iid-8 .section-space.html-59 .animateds.left_image {
    left: 0;
    width: 150px
}

@media (min-width:768px) {
    body.information-information.iid-8 .section-space.html-59 .animateds.left_image {
        width: 240px !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-8 .section-space.html-59 .animateds.left_image {
        width: 280px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-8 .section-space.html-59 .animateds.left_image {
        width: 310px !important
    }
}

body.information-information.iid-8 .section-space.html-59 .animateds.right_image {
    right: 0;
    z-index: 3;
    width: 120px
}

@media (min-width:768px) {
    body.information-information.iid-8 .section-space.html-59 .animateds.right_image {
        width: 200px !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-8 .section-space.html-59 .animateds.right_image {
        width: 250px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-8 .section-space.html-59 .animateds.right_image {
        width: 280px !important
    }
}

body.information-information.iid-8 .section-space.html-58 {
    margin: 0 20px !important;
    position: relative;
    z-index: 2;
    padding: 0 0 50px !important
}

@media (min-width:768px) {
    body.information-information.iid-8 .section-space.html-58 {
        padding: 0 0 30px !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-8 .section-space.html-58 {
        margin: 0 auto !important;
        padding: 0 0 40px !important
    }
}

body.information-information.iid-8 .section-space.image_slider_module {
    position: relative;
    padding: 0 0 50px !important;
    z-index: 1
}

@media (min-width:1200px) {
    body.information-information.iid-8 .section-space.image_slider_module {
        margin-top: -15rem
    }
}

@media (min-width:1400px) {
    body.information-information.iid-8 .section-space.image_slider_module {
        margin-top: -20rem !important;
        padding: 0 0 70px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-8 .section-space.image_slider_module {
        padding: 0 0 100px !important
    }
}

body.information-information.iid-8 .section-space.image_slider_module .image-slider-module {
    margin-top: 6rem;
    float: left;
    width: 100%;
    padding: 0 2rem;
    position: relative;
    z-index: 4
}

@media (min-width:640px) {
    body.information-information.iid-8 .section-space.image_slider_module .image-slider-module {
        margin-top: 4rem !important
    }
}

@media (min-width:768px) {
    body.information-information.iid-8 .section-space.image_slider_module .image-slider-module {
        padding: 0 6rem !important;
        margin-top: 0 !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-8 .section-space.image_slider_module .image-slider-module {
        padding: 0 10rem !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-8 .section-space.image_slider_module .image-slider-module {
        padding: 0 15rem !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-8 .section-space.image_slider_module .image-slider-module {
        padding: 0 20rem !important
    }
}

body.information-information.iid-8 .section-space.image_slider_module h2 {
    margin-bottom: 20px !important
}

body.information-information.iid-8 .section-space.image_slider_module .brands-slider {
    padding: 0 4rem !important;
    width: 100%;
    float: left
}

body.information-information.iid-8 .section-space.image_slider_module .brands-slider .slick-arrow {
    top: 40% !important
}

@media (min-width:480px) {
    body.information-information.iid-8 .section-space.image_slider_module .brands-slider .slick-arrow {
        top: 35% !important
    }
}

body.information-information.iid-8 .section-space.image_slider_module .brands-slider .slick-slide img {
    display: block;
    margin: 0 auto
}

@media (min-width:412px) {
    body.information-information.iid-8 .section-space.image_slider_module .brands-slider {
        padding: 0 5rem !important
    }
}

@media (min-width:480px) {
    body.information-information.iid-8 .section-space.image_slider_module .brands-slider {
        padding: 0 7rem !important
    }
}

@media (min-width:1600px) {
    body.information-information.iid-8 .section-space.image_slider_module .brands-slider {
        padding: 0 9rem !important
    }
}

/*iid-9*/
body.information-information.iid-9 .main-wrapper p {
    line-height: 30px
}

body.information-information.iid-9 .content-wrapper {
    display: none
}

body.information-information.iid-9 .section-space.html-61 {
    padding: 0 !important;
    position: relative;
    margin: -10.5rem 0 !important;
    z-index: 1
}

@media (min-width:768px) {
    body.information-information.iid-9 .section-space.html-61 {
        padding: 2rem 4rem 8rem !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-9 .section-space.html-61 {
        margin: -12rem auto 6rem !important;
        padding: 2rem 4rem 2rem !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-9 .section-space.html-61 {
        padding: 3rem 7rem 4rem !important;
        margin: -13rem auto 6rem !important
    }
}

@media (min-width:1600px) {
    body.information-information.iid-9 .section-space.html-61 {
        margin: -12.5rem auto 6rem !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-9 .section-space.html-61 {
        margin: -18rem auto 6rem !important
    }
}

body.information-information.iid-9 .section-space.html-61 .html-module {
    float: left;
    padding: 3rem 20px !important;
    margin: 0 2rem 12rem;
    position: relative;
    z-index: 1
}

@media (min-width:768px) {
    body.information-information.iid-9 .section-space.html-61 .html-module {
        padding: 4rem !important;
        margin: 0 2rem 8rem !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-9 .section-space.html-61 .html-module {
        margin: 0 2rem 13rem !important
    }
}

@media (min-width:1300px) {
    body.information-information.iid-9 .section-space.html-61 .html-module {
        padding: 5rem 6rem !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-9 .section-space.html-61 .html-module {
        margin: 0 2rem 16rem !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-9 .section-space.html-61 .html-module {
        margin: 5rem 2rem 17rem !important;
        padding: 5rem 4rem 6rem !important
    }
}

body.information-information.iid-9 .section-space.html-61 .html-module .image,
body.information-information.iid-9 .section-space.html-61 .html-module .text {
    width: 100%;
    float: left
}

@media (min-width:992px) {
    body.information-information.iid-9 .section-space.html-61 .html-module .image img {
        margin-bottom: 0 !important
    }
}

body.information-information.iid-9 .section-space.html-61 .html-module .image img {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    body.information-information.iid-9 .section-space.html-61 .html-module {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap
    }
    body.information-information.iid-9 .section-space.html-61 .html-module .image,
    body.information-information.iid-9 .section-space.html-61 .html-module .text {
        width: 50%;
        padding: 0 20px !important;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

body.information-information.iid-9 .section-space.html-61 .animateds {
    position: absolute;
    bottom: 0
}

body.information-information.iid-9 .section-space.html-61 .animateds.left_image {
    left: 0;
    width: 150px
}

@media (min-width:768px) {
    body.information-information.iid-9 .section-space.html-61 .animateds.left_image {
        width: 240px !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-9 .section-space.html-61 .animateds.left_image {
        width: 280px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-9 .section-space.html-61 .animateds.left_image {
        width: 310px !important
    }
}

body.information-information.iid-9 .section-space.html-61 .animateds.right_image {
    right: 0;
    z-index: 3;
    width: 120px
}

@media (min-width:768px) {
    body.information-information.iid-9 .section-space.html-61 .animateds.right_image {
        width: 200px !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-9 .section-space.html-61 .animateds.right_image {
        width: 250px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-9 .section-space.html-61 .animateds.right_image {
        width: 280px !important
    }
}

body.information-information.iid-9 .section-space.html-60 {
    margin: 8rem 20px 0rem !important;
    position: relative;
    z-index: 2;
    padding: 0 0 0px !important
}

@media (min-width:768px) {
    body.information-information.iid-9 .section-space.html-60 {
        padding: 0 0 30px !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-9 .section-space.html-60 {
        margin: 10rem auto !important;
        padding: 0 0 40px !important
    }
}

body.information-information.iid-9 .section-space.image_slider_module {
    position: relative;
    padding: 0 0 50px !important;
    z-index: 1
}

@media (min-width:1200px) {
    body.information-information.iid-9 .section-space.image_slider_module {
        margin-top: -15rem
    }
}

@media (min-width:1400px) {
    body.information-information.iid-9 .section-space.image_slider_module {
        margin-top: -20rem !important;
        padding: 0 0 70px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-9 .section-space.image_slider_module {
        padding: 0 0 100px !important
    }
}

body.information-information.iid-9 .section-space.image_slider_module .image-slider-module {
    margin-top: 6rem;
    float: left;
    width: 100%;
    padding: 0 2rem;
    position: relative;
    z-index: 4
}

@media (min-width:640px) {
    body.information-information.iid-9 .section-space.image_slider_module .image-slider-module {
        margin-top: 4rem !important
    }
}

@media (min-width:768px) {
    body.information-information.iid-9 .section-space.image_slider_module .image-slider-module {
        padding: 0 6rem !important;
        margin-top: 0 !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-9 .section-space.image_slider_module .image-slider-module {
        padding: 0 10rem !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-9 .section-space.image_slider_module .image-slider-module {
        padding: 0 15rem !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-9 .section-space.image_slider_module .image-slider-module {
        padding: 0 20rem !important
    }
}

body.information-information.iid-9 .section-space.image_slider_module h2 {
    margin-bottom: 20px !important
}

body.information-information.iid-9 .section-space.image_slider_module .brands-slider {
    padding: 0 4rem !important;
    width: 100%;
    float: left
}

body.information-information.iid-9 .section-space.image_slider_module .brands-slider .slick-arrow {
    top: 40% !important
}

@media (min-width:480px) {
    body.information-information.iid-9 .section-space.image_slider_module .brands-slider .slick-arrow {
        top: 35% !important
    }
}

body.information-information.iid-9 .section-space.image_slider_module .brands-slider .slick-slide img {
    display: block;
    margin: 0 auto
}

@media (min-width:412px) {
    body.information-information.iid-9 .section-space.image_slider_module .brands-slider {
        padding: 0 5rem !important
    }
}

@media (min-width:480px) {
    body.information-information.iid-9 .section-space.image_slider_module .brands-slider {
        padding: 0 7rem !important
    }
}

@media (min-width:1600px) {
    body.information-information.iid-9 .section-space.image_slider_module .brands-slider {
        padding: 0 9rem !important
    }
}

/*iid-10*/
body.information-information.iid-10 .main-wrapper p {
    line-height: 30px
}

body.information-information.iid-10 .content-wrapper {
    display: none
}

body.information-information.iid-10 .section-space.html-63 {
    padding: 0 !important;
    position: relative;
    margin: 0rem 0 !important;
    z-index: 1
}

@media (min-width:768px) {
    body.information-information.iid-10 .section-space.html-63 {
        padding: 2rem 4rem 2rem !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-10 .section-space.html-63 {
        margin: -2rem auto 6rem !important;
        padding: 2rem 4rem 2rem !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-10 .section-space.html-63 {
        padding: 3rem 7rem 4rem !important;
        margin: -8rem auto 6rem !important
    }
}

@media (min-width:1600px) {
    body.information-information.iid-10 .section-space.html-63 {
        margin: -12.5rem auto 6rem !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-10 .section-space.html-63 {
        margin: -5rem auto 6rem !important
    }
}

body.information-information.iid-10 .section-space.html-63 .html-module {
    float: left;
    padding: 3rem 20px !important;
    margin: 0 2rem 0rem;
    position: relative;
    z-index: 1
}

@media (min-width:768px) {
    body.information-information.iid-10 .section-space.html-63 .html-module {
        padding: 4rem !important;
        margin: 0 2rem 0rem !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-10 .section-space.html-63 .html-module {
        margin: 0 2rem 5rem !important
    }
}

@media (min-width:1300px) {
    body.information-information.iid-10 .section-space.html-63 .html-module {
        padding: 5rem 6rem !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-10 .section-space.html-63 .html-module {
        margin: 0 2rem 5rem !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-10 .section-space.html-63 .html-module {
        margin: 5rem 2rem 8rem !important;
        padding: 5rem 4rem 6rem !important
    }
}

body.information-information.iid-10 .section-space.html-63 .html-module .image,
body.information-information.iid-10 .section-space.html-63 .html-module .text {
    width: 100%;
    float: left
}

@media (min-width:992px) {
    body.information-information.iid-10 .section-space.html-63 .html-module .image img {
        margin-bottom: 0 !important
    }
}

body.information-information.iid-10 .section-space.html-63 .html-module .image img {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    body.information-information.iid-10 .section-space.html-63 .html-module {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap
    }
    body.information-information.iid-10 .section-space.html-63 .html-module .image,
    body.information-information.iid-10 .section-space.html-63 .html-module .text {
        width: 100%;
        padding: 0 20px !important;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

body.information-information.iid-10 .section-space.html-63 .animateds {
    position: absolute;
    bottom: 0
}

body.information-information.iid-10 .section-space.html-63 .animateds.left_image {
    left: 0;
    width: 150px
}

@media (min-width:768px) {
    body.information-information.iid-10 .section-space.html-63 .animateds.left_image {
        width: 240px !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-10 .section-space.html-63 .animateds.left_image {
        width: 280px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-10 .section-space.html-63 .animateds.left_image {
        width: 310px !important
    }
}

body.information-information.iid-10 .section-space.html-63 .animateds.right_image {
    right: 0;
    z-index: 3;
    width: 120px
}

@media (min-width:768px) {
    body.information-information.iid-10 .section-space.html-63 .animateds.right_image {
        width: 200px !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-10 .section-space.html-63 .animateds.right_image {
        width: 250px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-10 .section-space.html-63 .animateds.right_image {
        width: 280px !important
    }
}

body.information-information.iid-10 .section-space.html-62 {
    margin: 0 20px !important;
    position: relative;
    z-index: 2;
    padding: 0 0 50px !important
}

@media (min-width:768px) {
    body.information-information.iid-10 .section-space.html-62 {
        padding: 0 0 30px !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-10 .section-space.html-62 {
        margin: 0 auto !important;
        padding: 0 0 40px !important
    }
}

body.information-information.iid-10 .section-space.image_slider_module {
    position: relative;
    padding: 0 0 50px !important;
    z-index: 1
}

@media (min-width:1200px) {
    body.information-information.iid-10 .section-space.image_slider_module {
        margin-top: -15rem
    }
}

@media (min-width:1400px) {
    body.information-information.iid-10 .section-space.image_slider_module {
        margin-top: -20rem !important;
        padding: 0 0 70px !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-10 .section-space.image_slider_module {
        padding: 0 0 100px !important
    }
}

body.information-information.iid-10 .section-space.image_slider_module .image-slider-module {
    margin-top: 6rem;
    float: left;
    width: 100%;
    padding: 0 2rem;
    position: relative;
    z-index: 4
}

@media (min-width:640px) {
    body.information-information.iid-10 .section-space.image_slider_module .image-slider-module {
        margin-top: 4rem !important
    }
}

@media (min-width:768px) {
    body.information-information.iid-10 .section-space.image_slider_module .image-slider-module {
        padding: 0 6rem !important;
        margin-top: 0 !important
    }
}

@media (min-width:1200px) {
    body.information-information.iid-10 .section-space.image_slider_module .image-slider-module {
        padding: 0 10rem !important
    }
}

@media (min-width:1400px) {
    body.information-information.iid-10 .section-space.image_slider_module .image-slider-module {
        padding: 0 15rem !important
    }
}

@media (min-width:1900px) {
    body.information-information.iid-10 .section-space.image_slider_module .image-slider-module {
        padding: 0 20rem !important
    }
}

body.information-information.iid-10 .section-space.image_slider_module h2 {
    margin-bottom: 20px !important
}

body.information-information.iid-10 .section-space.image_slider_module .brands-slider {
    padding: 0 4rem !important;
    width: 100%;
    float: left
}

body.information-information.iid-10 .section-space.image_slider_module .brands-slider .slick-arrow {
    top: 40% !important
}

@media (min-width:480px) {
    body.information-information.iid-10 .section-space.image_slider_module .brands-slider .slick-arrow {
        top: 35% !important
    }
}

body.information-information.iid-10 .section-space.image_slider_module .brands-slider .slick-slide img {
    display: block;
    margin: 0 auto
}

@media (min-width:412px) {
    body.information-information.iid-10 .section-space.image_slider_module .brands-slider {
        padding: 0 5rem !important
    }
}

@media (min-width:480px) {
    body.information-information.iid-10 .section-space.image_slider_module .brands-slider {
        padding: 0 7rem !important
    }
}

@media (min-width:1600px) {
    body.information-information.iid-10 .section-space.image_slider_module .brands-slider {
        padding: 0 9rem !important
    }
}