@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
*,
::after,
::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.landing_container {}

img {
    max-width: 100%;
}

html.js {
    margin-top: 0 !important;
}

.landing_container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    float: none;
}

.menu-item:hover>.nav-dropdown {
    display: block !important;
}

.menu-item:hover>.nav-dropdown .dropdown a:after {
    top: 8px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.menu-item:hover>.nav-dropdown .dropdown:hover>.nav-dropdown {
    left: 100%;
    top: 0;
    right: auto;
}

.primary-navigation #navigation ul li a:hover {
    color: #000000;
    background-color: transparent;
}

.primary-navigation #navigation ul ul ul {
    left: 100%;
}

@media (min-width: 576px) {
    .landing_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .landing_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .landing_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .landing_container {
        max-width: 1140px;
    }
}

@media (min-width: 1300px) {
    .landing_container {
        width: auto;
        max-width: 1280px;
    }
}

@media (min-width: 1400px) {
    .landing_container {
        max-width: 1320px;
    }
}

@media (min-width: 1500px) {
    .landing_container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .landing_container {
        max-width: 1540px;
    }
}

@media (min-width: 1800px) {
    .landing_container {
        max-width: 1654px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-left: -15px;
    margin-right: -15px; */
}


/*   
[class*=col-] {
    padding: 0 15px;
} */

.col {
    flex: 1 0 0%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.col-1 {
    width: 8.33333333%;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
}

.overflow_section {
    overflow: hidden;
}


/* ======= Header Start ====== */

.header .header_logo {
    display: block;
    width: auto;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.header .logo_main {
    text-align: center;
    padding: 17px 0 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo_main h1,
.header .logo_main span,
.header .logo_main h5 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.header .logo_main h5 {
    margin: 0;
}

.header_menu nav {
    border-bottom: 2.25px solid #6c3263;
    padding: 0 0 19.6px;
}

.header_menu nav .mobile-menu {
    display: none;
}

nav .nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .nav-list li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #404040;
    text-transform: uppercase;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

nav .nav-list li a:hover {
    color: #6c3263;
}

nav .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .nav-list li {
    position: relative;
    padding: 0 20px;
}

nav .nav-list li:first-child {
    padding-left: 0;
}

nav .nav-list li a:not(:only-child):after,
nav .nav-list li a:visited:not(:only-child):after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.nav-list li .nav-dropdown li {
    padding: 6px 0;
    /* white-space: nowrap; */
}

.nav-dropdown {
    /* width: 100%; */
    padding: 12px 20px;
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 2;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    min-width: 275px;
}

nav .nav-list li:nth-last-child(-n+2) .nav-dropdown {
    right: 0;
}

.menu-item:hover>.nav-dropdown {
    display: block;
}


/* ======= Header End ====== */


/* ======= Banner Start ====== */

.banner_wrp .banner_title {
    padding: 0 0 14px;
}

.banner_title {
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #000;
}

.banner_title h1,
.banner_title h2,
.banner_title h3,
.banner_title h4,
.banner_title h5,
.banner_title h6 {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.banner_slider_items .knife_block img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
	
}

.banner_slider_items .knife_block {
    text-align: center;
    display: block;
    position: relative;
	
}



/*border-left: 2px solid #ff671f;*/

.banner_slider_items .knife_block:after {
    content: "";
	border-left: 2px solid #ffff;
    display: block;
    bottom: 0;
    left: 54%;
    position: absolute;
    /* height: 85px; */
    height: 65px;
    z-index: -1;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.banner_slider_items .knife_block:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.banner_slider_items .knife_details_block a {
    display: block;
}

.banner_slider_items .knife_details_block {
    background: #fafafa;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    max-width: 118px;
    min-height: 183px;
    padding: 9px 0 7px;
    width: 118px;
}

.banner_slider_items .knife_details_block p {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #ff671f;
    margin: 0 0 10px;
    min-height: 23px;
}

.banner_slider_items .knife_details_block span {
    font-weight: normal;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 17px;
    display: block;
}

.banner_slider_items .knife_details_block ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    /* min-height: 96px; */
    margin: 0 5px;
}

.banner_slider_items .knife_details_block ul li {
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}

.banner_block::-webkit-scrollbar {
    display: none;
}

.banner_block {
    position: relative;
}

.banner_slider {
    position: relative;
    z-index: 1;
}

.banner_slider,
.banner_slider .right_slider,
.banner_slider .left_slider {
    display: flex;
}

.banner_slider {
    justify-content: space-around;
}

.banner_slider .left_slider {
    padding: 110px 21px 33px 50px;
}

.banner_slider .right_slider {
    padding: 110px 50px 33px 20px;
}

.banner_slider .left_slider {
    background-color: #B699B1;
    position: relative;
    z-index: 1;
}

.banner_slider .left_slider .banner_slider_items:nth-child(3) .knife_block:hover img {
    transform: scale(1.15) rotate(3deg);
    -webkit-transform: scale(1.15) rotate(3deg);
    -moz-transform: scale(1.15) rotate(3deg);
    -ms-transform: scale(1.15) rotate(3deg);
    -o-transform: scale(1.15) rotate(3deg);
}

.banner_slider .left_slider .banner_slider_items:nth-child(3) .knife_block img {
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    width: 95px;
}

.banner_slider .right_slider .banner_slider_items:nth-child(3) .knife_block:hover img {
    transform: scale(1.15) rotate(3deg);
    -webkit-transform: scale(1.15) rotate(3deg);
    -moz-transform: scale(1.15) rotate(3deg);
    -ms-transform: scale(1.15) rotate(3deg);
    -o-transform: scale(1.15) rotate(3deg);
}

.banner_slider .right_slider .banner_slider_items:nth-child(3) .knife_block img {
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
}

.banner_block::after {
    content: "";
    background-image: url("../images/Group-128.png");
    background-repeat: no-repeat;
}

.banner_slider .left_slider::before {
    content: "";
    background-image: url("../images/Group-128-1.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    right: 0;
    height: 80px;
    display: block;
    z-index: -1;
    top: 47%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background-position: center left;
}

.banner_slider .right_slider::after {
    content: "";
    background-image: url("../images/Group-128-2.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 10px;
    height: 80px;
    display: block;
    top: 47%;
    z-index: -1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background-position: center right;
}

.banner_slider .right_slider {
    background-color: #EAE7E0;
    position: relative;
    z-index: 1;
}

.banner_slider_items {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 10px;
}

.banner_slider_items:first-child {
    padding-left: 0;
}


/* .banner_slider_items:last-child {
    padding-right: 0;
} */


/*
.arrow::after {
    content: "";
    width: 36px;
    height: 36px;
    background: #000;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    font-size: 33px; 
} */

.arrow {
    width: 36px;
    height: 36px;
    background: #000;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 33px;
}
    /* position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; */


.nav-prev {
    position: absolute;
    left: 10px;
    bottom: 22px;
    z-index: 2;
    display: none;
}

.nav-next {
    position: absolute;
    right: 7px;
    bottom: 22px;
    z-index: 2;
    display: none;
}

.banner_wrp {
    padding: 50px 0 66px;
    position: relative;
}

.knife_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #000;
}

.knife_title h1,
.knife_title h2,
.knife_title h3,
.knife_title h4,
.knife_title h4,
.knife_title h6 {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.banner_block .knife_title {
    position: absolute;
    left: 0;
    right: 0;
    top: 31px;
}

.banner_slider .right_slider .banner_slider_items:nth-last-child(2) .knife_block img {
    width: 63px;
}

.banner_slider .right_slider .banner_slider_items:last-child .knife_block img {
    width: 61px;
}

.banner_slider .right_slider .banner_slider_items:nth-last-child(3) .knife_block img {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
}

.banner_slider .right_slider .banner_slider_items:nth-last-child(3) .knife_block:hover img {
    transform: scale(1.15) rotate(-15deg);
    -webkit-transform: scale(1.15) rotate(-15deg);
    -moz-transform: scale(1.15) rotate(-15deg);
    -ms-transform: scale(1.15) rotate(-15deg);
    -o-transform: scale(1.15) rotate(-15deg);
}


/* ======= Banner End ====== */


/* ======= Popular Services Start ====== */

.section_title {
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    /* font-size: 26px;
    line-height: 32px; */
    text-align: center;
    color: #000;
    position: relative;
}

.section_title *::after {
    content: "";
    border-bottom: 8px solid #e1ddd2;
    display: block;
    /* width: 500px; */
    /* width: 100%; */
    width: 62%;
    max-width: 100%;
    margin: -15px auto 0;
}

.section_title h1,
.section_title h2,
.section_title h3,
.section_title h4,
.section_title h5,
.section_title h6 {
    position: relative;
    display: block;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.popular_services_block {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 9px 18px;
    height: calc(100% - 18px);
}

.popular_services_block::after {
    content: "";
    background: rgb(0 0 0 / 45%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.popular_services_block img {
    width: 100%;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
    height: 100% !important;
}

.popular_services_wrp .popular_services_section {
    padding: 49px 0 0;
}

.popular_services_wrp .popular_services_section .row {
    margin: 0 -12px;
}

.popular_services_block .populer_text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

.popular_services_block .populer_text h3 {
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    color: #f5f5f5;
    text-transform: uppercase;
    margin: 0;
    display: inline;
    position: relative;
}

.popular_services_block .populer_text h3::after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    right: -35px;
    /* top: 50%; */
    bottom: 0;
    font-size: 20px;
    /* transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); */
}

.popular_services_wrp {
    padding: 0 0 30px;
}


/* ======= Popular Services End ====== */


/* ======= Latest Articles Start ====== */

.latest_articles_section .latest_articles_block {
    display: flex;
    align-items: center;
    padding: 0 0 19px;
}

.latest_articles_section .latest_articles_block a {
    margin-right: 33px;
}

.latest_articles_section .latest_articles_block img {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.latest_articles_block .latest_articles_content p {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #b8b8b8;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.latest_articles_block .latest_articles_content a.title {
    color: #414141;
    text-decoration: none;
}

.latest_articles_block .latest_articles_content h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    color: #414141;
    margin: 0 0 20px;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.latest_articles_block .latest_articles_content span {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #414141;
    margin: 0 0 20px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest_articles_block .latest_articles_content a {
    font-weight: normal;
    text-decoration: underline;
    font-size: 22px;
    line-height: 22px;
    text-align: left;
    color: #ff671f;
    display: block;
}

.latest_articles_section .right_article {
    flex-direction: column;
}

.latest_articles_section .right_article img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: calc(100% - 20px) !important;
}

.latest_articles_section {
    padding: 44px 0 0;
}

.latest_articles_section .right_article {
    margin: 0 0 0 87px;
    align-items: flex-start;
    height: 100%;
}

.latest_articles_section .right_article .right_img_link {
    /* height: 658px; */
    height: 100%;
}

.latest_articles_section .right_article a {
    width: 100%;
}

.latest_articles_section .latest_articles_block .latest_articles_content {
    max-width: 385px;
}

.latest_articles_section .latest_articles_block.right_article .latest_articles_content {
    max-width: 100%;
}

.altest_articles_wrp {
    padding: 30px 0 66px;
}

.latest_articles_section .latest_articles_block:last-child {
    padding: 0;
}


/* ======= Latest Articles End ====== */


/* ======= Footer Start ====== */

.footer_new {
    background-color: transparent;
    position: relative;
    float: left;
    width: 100%;
}

.footer_logo a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 7px 0 0;
}

.footer_logo span {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000;
    display: block;
    padding: 0 0 59px;
}

.footer_logo {
    position: relative;
    z-index: 1;
    margin: 108px 0 0;
    text-align: center;
}


/* .footer_logo::before {
    content: "";
    border-top: 1px solid #f8c80c;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -108px;
    margin-bottom: 0;
} */

.footer_logo::after {
    content: "";
    width: 211.31px;
    height: 211.31px;
    background: #f8c80c;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    z-index: -1;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.bottom_footer .footer_left li {
    display: inline-block;
    padding: 0 23px;
}

.bottom_footer .footer_left li:first-child {
    padding-left: 0;
}

.bottom_footer .footer_left li:last-child {
    padding-right: 0;
}

.bottom_footer .footer_left li a {
    font-weight: normal;
    font-style: italic;
    font-size: 22px;
    line-height: 25px;
    text-align: left;
    color: #000;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.bottom_footer .footer_left li a:hover,
.bottom_footer .footer_left li a:focus,
.bottom_footer .footer_left li a.active {
    color: #6c3263;
}

.bottom_footer .footer_right img {
    width: 50px;
}

.bottom_footer .footer_right ul li {
    display: inline-block;
    padding: 0 8px;
}

.bottom_footer .footer_right ul li a {
    background-color: #000;
    color: #fff;
    font-size: 35px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.bottom_footer .footer_right ul li a i {
    margin-bottom: 0;
    font-family: 'FontAwesome';
    font-style: normal;
}

.bottom_footer .footer_right ul li a:hover,
.bottom_footer .footer_right ul li a:focus {
    background-color: #6c3263;
}

.bottom_footer .footer_right ul li:first-child {
    padding-left: 0;
}

.bottom_footer .footer_right ul li:last-child {
    padding-right: 0;
}

.bottom_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 0 28px;
    border-bottom: 1px solid #f2f2f7;
}

.footer_new .copyright p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #414141;
    margin: 0;
}

.footer_new .copyright {
    padding: 30px 0 51px;
    position: relative;
}

.footer_new .copyright::after {
    content: "";
    background-color: #000;
    height: 17px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}


/* ======= Footer End ====== */


/* Mobile navigation */

.menu_close_icon {
    border: none;
    background: transparent;
    display: none;
    cursor: pointer;
}

.menu_close_icon.show {
    display: block;
    position: absolute;
    z-index: 4;
    top: 20px;
    right: 14px;
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
}

#nav-toggle {
    position: absolute;
    left: 13px;
    top: 20px;
    cursor: pointer;
    padding: 10px 0 16px 0px;
}

#nav-toggle span::after {
    width: 12.5px;
    cursor: pointer;
    border-radius: 1px;
    height: 2.57px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

#nav-toggle span,
#nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 2.57px;
    width: 20px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

.nav-collapse h4 {
    display: none;
}

.nav-collapse .logo_main {
    display: none;
}

.menu_icon {
    display: none;
}


/* brand-page */

.brand-banner {
    position: relative;
    width: 100%;
    max-width: 1145px;
    height: 298px;
}

.brand-banner .b-head {
    padding-top: 75px;
}

.brand-banner::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.brand-banner .b-head h1 {
    font-size: 50px;
    line-height: 60px;
    color: #454545;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.brand-banner .b-head h1,
.b-head h5 {
    font-size: 50px;
    line-height: 60px;
    color: #454545;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.secondary-navigation.brand-side .sidebar.sidebar-left {
    padding-left: 0;
    padding-top: 30px;
    padding-right: 16px;
}

.secondary-navigation.brand-side {
    width: 14.90%;
}

.brand-templet {
    margin-top: 18px;
}

.brand-templet .article {
    /* padding-top: 56px; */
    padding-top: 38px;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
}

.all-flex-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -28px -5px 0px;
    position: relative;
    z-index: 1;
}

.all-flex-text .flag-text {
    width: 22%;
    padding: 0px 5px;
}

.all-flex-text .flag-text .img-text {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 2.52778px 13.2708px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.flag-text .img-text .f-text span {
    font-size: 13px;
    line-height: 15px;
    color: #454545;
    font-weight: 700;
}

.flag-text .img-text .f-text {
    margin-left: 8px;
}

.flag-text .img-text .f-text p {
    font-size: 13px;
    line-height: 15px;
    color: #454545;
    font-weight: 400;
    margin-bottom: 0;
}

.flag-text .img-text .image img {
    width: 70px;
    height: 50px !important;
    object-fit: cover;
    font-family: "object-fit: cover";
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.brand-templet .rank-math-breadcrumb {
    padding: 0;
}

.brand-templet .rank-math-breadcrumb p {
    padding: 18px 8px;
    background-color: #fbfbfb;
}

.brand-templet .rank-math-breadcrumb .culinary-block {
    margin-bottom: 87px;
}

.rank-math-breadcrumb .culinary-block {
    display: flex;
    align-items: center;
    padding-bottom: 38px;
    border-bottom: 1px solid #dedede;
}

.rank-math-breadcrumb .culinary-block .image {
    width: 70%;
    margin-right: 45px;
}

.rank-math-breadcrumb .culinary-block .text p {
    background-color: transparent;
    padding: 0;
    margin-bottom: 35px;
}

.brand-templet .section_title::after {
    /* width: 650px; */
    max-width: 420px;
    width: 100%;
}

.mercer-collaction .bg-color-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}

.mercer-collaction .bg-color-img .text {
    background-color: #CBA274;
    padding: 37px 140px 35px 38px;
    /* width: 56%; */
    flex: 1 0 0;
    max-width: 100%;
    width: 100%;
}

.mercer-collaction .bg-color-img .text p {
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    font-weight: 400;
}

.mercer-collaction .bg-color-img .image {
    margin-left: -118px;
    flex: 1 0 0;
    max-width: 100%;
    width: 100%;
}

.mercer-collaction .bg-color-img .image img {
    /* width: 446px;
    height: 185px !important;
    object-fit: cover;
    font-family: "object-fit: cover"; */
    width: 100%;
}

.slider-section .collection-slide {
    /* opacity: 0; */
    margin: 42px 0px;
}

.slider-section .collection-slide.slick-initialized {
    opacity: 1;
}

.slider-section .collection-slide .slider {
    background: #FFFFFF;
    box-shadow: 0px 2.52778px 7.2708px rgba(0, 0, 0, 0.32);
    margin: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.slider-section .collection-slide .text a {
    padding: 13px 11px;
    font-size: 13px;
    line-height: 15px;
    color: #444444;
    font-weight: 700;
    position: relative;
    text-align: center;
    display: block;
}

.slider-section .collection-slide .text a:hover {
    color: #CBA274;
}

.slider-section .collection-slide .text a::after {
    content: "";
    border-bottom: 2px solid #cba274;
    display: block;
    width: 156px;
    margin: -5px auto 0;
}

.slider-section .collection-slide .image img {
    margin: 0 auto;
    width: 271px;
    height: 113px !important;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.slide-arrow {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.slide-arrow:hover svg line {
    stroke: #CBA274;
}

.slide-arrow.prev-arrow {
    left: 0px;
    z-index: 1;
}

.slide-arrow.next-arrow {
    right: 0px;
}

.collection-slide .slick-list {
    margin: 0px 145px;
}

.brand-templet .knife-collaction {
    background-color: #FBFBFB;
    padding: 0px 38px 40px;
}

.knife-collaction .head h3 {
    font-size: 24px;
    line-height: 36px;
    color: #454545;
    font-weight: 400;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.knife-collaction .heading-text {
    padding-top: 46px;
    margin-bottom: 40px;
}

.knife-collaction p {
    font-size: 14px;
    line-height: 21px;
    color: #454545;
    font-weight: 400;
    margin-bottom: 0;
}

.img-text-block {
    display: flex;
}

.img-text-block .text-detail {
    width: 64%;
}

.img-text-block .text {
    background-color: #F1E5D8;
    min-height: 240px;
}

.img-text-block.right-image .text {
    padding: 21px 87px 86px 21px;
}

.img-text-block .text p {
    /* font-size: 14px;
    line-height: 13px;
    color: #454545; */
    font-weight: 500;
    margin-bottom: 16px;
}

.img-text-block .text a {
    color: #CBA274;
}

.img-text-block .text a:hover {
    color: #000000;
}

.img-text-block .text h4 {
    font-size: 14px;
    line-height: 18px;
    color: #454545;
    font-weight: 700;
}

.img-text-block .text p:last-child {
    margin-bottom: 0;
}

.img-text-block .image-title {
    width: 36%;
}

.img-text-block .image {
    position: relative;
}

.img-text-block.right-image .image {
    margin-left: -80px;
}

.img-text-block.right-image .image::before {
    content: "";
    border-bottom: 1px solid #cba274;
    display: block;
    width: 176px;
}

.img-text-block .image img {
    width: 466px;
    height: 196px !important;
    object-fit: cover;
    font-family: "object-fit: cover";
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -ms-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
}

.img-text-block .text-title {
    position: relative;
}

.img-text-block .text-title p {
    /* font-size: 11px;
    line-height: 13px; */
    font-style: italic;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.img-text-block .text-title::before {
    content: "";
    border-bottom: 1px solid #cba274;
    display: block;
    width: 275px;
    position: absolute;
    bottom: 0;
}

.left-image .text-title {
    margin-top: 10px;
}

.right-image .text-title {
    text-align: right;
    margin-top: 10px;
    background-color: #FFFFFF;
}

.img-text-block .text-title p {
    margin-bottom: 0;
    padding-bottom: 12px;
}

.right-image .text-title::before {
    right: 0;
}

.img-text-block .text-detail .logo {
    width: 55px;
    height: 55px;
    margin: 0px 6px 0px 21px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2.52778px 13.2708px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.img-text-block .text-detail .detail {
    margin-right: 12px;
    display: flex;
    /* flex-wrap: wrap; */
    /* align-items: center; */
    margin-top: -35px;
}

.detail .text-price {
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin: 0px 6px 15px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    width: 30%;
    /* height: 50px; */
    min-height: 68px;
    padding: 10px 16px;
    box-shadow: 0px 2.52778px 13.2708px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.detail .all-box {
    display: flex;
    flex-wrap: wrap;
    width: 92%;
}

.detail .text-price span {
    font-size: 14px;
    line-height: 13px;
    color: #454545;
    font-weight: 700;
}


/* .detail .text-price p {
    font-size: 11px;
    line-height: 13px;
} */

.knife-collaction .more-collect {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    /* margin-bottom: 12px; */
    margin: 15px 0;
    display: block;
}

.knife-collaction .more-collect:hover {
    color: #CBA274;
}

.more-collection-toggle .more-collect {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.more-collection-toggle .more-collect.open {
    padding: 15px 0 0;
}

.more-collection-toggle .more-collect:before {
    position: absolute;
    content: "";
    background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='40' height='16' viewBox='0 0 40 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L20 15L39 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    left: 50%;
    bottom: 0;
    width: 38px;
    height: 16px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.more-collection-toggle .more-collect.open:before {
    bottom: auto;
    top: 0;
    transform: translate(-50%, 0) rotate(180deg);
    -webkit-transform: translate(-50%, 0) rotate(180deg);
    -moz-transform: translate(-50%, 0) rotate(180deg);
    -ms-transform: translate(-50%, 0) rotate(180deg);
    -o-transform: translate(-50%, 0) rotate(180deg);
}

.brand-templet .section_title {
    text-transform: uppercase;
    /* font-size: 26px;
    line-height: 31px; */
}

.moretext {
    margin-top: 18px;
}

.moretext .img-text-block.left-image {
    margin-top: 0px;
}

.img-text-block.left-image,
.img-text-block.right-image {
    margin-top: 38px;
}

.img-text-block.left-image .image {
    margin-right: -80px;
}

.img-text-block.left-image .text {
    padding: 21px 21px 86px 110px;
}

.brand-templet .knife-category {
    /* margin: 106px 0px 53px; */
    margin: 106px 33px 53px;
}

.knife-category .category-slide {
    /* margin: 51px 38px 0px; */
    /* margin: 51px 33px 0px; */
    margin: 51px -10px 0px;
}

.knife-category .image-link .image img {
    width: 244px;
    height: 265px !important;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.knife-category .slider,
.knife-review .slider,
.recommendations-slide .slider {
    display: inline-block;
    margin: 0px 10px;
}

.knife-category .image-link .link-text a {
    font-size: 16px;
    line-height: 19px;
    color: #454545;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.knife-category .image-link .link-text a:hover {
    color: #CBA274;
}

.image-link .link-text a:hover svg path {
    stroke: #CBA274;
}

.knife-review .review-slide {
    margin: 35px 38px 45px;
}

.review-slide .image-link .image {
    position: relative;
}

.review-slide .image-link .image .link-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0px 20px;
}

.review-slide .image-link .image .link-text a {
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.review-slide .image-link .image img {
    width: 338px;
    height: 370px !important;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.review-slide .slide-arrow:hover svg path,
.recommendations-slide .slide-arrow:hover svg path {
    stroke-opacity: 100%;
    opacity: 100%;
}

.review-slide .slide-arrow,
.recommendations-slide .slide-arrow {
    top: auto;
    bottom: -61px;
}

.knife-review .image-link .link-text a:hover {
    color: #CBA274;
}

.review-slide .slide-arrow.prev-arrow,
.recommendations-slide .slide-arrow.prev-arrow {
    left: auto;
    right: 32px;
}

.brand-templet .knife-review {
    padding: 53px 0px 53px;
}

.recommendations-slide .image-link .title-text {
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(69, 69, 69, 20%);
}

.recommendations-slide .image-link .title-text span {
    font-size: 16px;
    line-height: 19px;
    color: #454545;
    font-weight: 500;
    display: block;
    margin: 15px 0px;
}

.recommendations-slide .image-link .title-text p {
    /* font-size: 11px;
    line-height: 13px; */
    font-size: 13px;
    line-height: 18px;
    color: #454545;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
}

.recommendations-slide .image-link .title-text p:nth-child(3) {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 160px;
}

.recommendations-slide .title-text .date-read {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 13px;
}

.recommendations-slide .title-text .date-read p {
    color: rgba(69, 69, 69, 50%);
}

.recommendations-slide .title-text .date-read a {
    font-size: 13px;
    line-height: 15px;
    color: #CBA274;
    font-weight: 500;
    margin-bottom: 0;
}

.recommendations-slide .title-text .date-read a:hover {
    color: #000000;
}

.brand-templet .recommendations {
    margin: 53px 0px 53px;
}

.recommendations .recommendations-slide {
    margin: 72px 38px 45px;
}

.recommendations-slide .slick-slide img {
    width: 517px;
    height: 242px !important;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.resources {
    background-color: #FBFBFB;
    margin-top: 106px;
    padding: 50px 43px;
}

.resources .resources-link {
    margin: 35px 60px 0px;
    /* display: flex;
    align-items: center; */
}


/* .resources .all-link {
    display: inline-block;
} */

.resources .all-link li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 15px;
    width: 48%;
}

.resources .all-link li::before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 16px;
    left: 0;
    background-color: #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.resources .all-link li,
.resources .all-link li a {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
}

.resources .all-link li a {
    text-decoration: underline;
}

.resources .all-link li a:hover {
    color: #CBA274;
}

.brand-templet .article {
    width: 73%;
    border-left: 1px solid #dedede;
}

.brand-templet#page {
    width: 100%;
}

.brand-templet .sidebar.c-4-12.brand-right {
    float: left;
    /* width: 15%; */
    padding-left: 16px;
    padding-right: 0px;
    /* max-width: 200px; */
    max-width: 196px;
    width: 100%;
}

.rank-math-breadcrumb .culinary-block .image img {
    width: 442px;
    height: 278px !important;
    object-fit: cover;
    font-family: "object-fit: cover";
}

.rank-math-breadcrumb a:hover {
    color: #CBA274;
}

.brand-templet #s {
    height: 44px;
}

.brand-templet .sidebar #searchform fieldset {
    height: 44px;
}

.brand-templet #searchform .fa-search {
    top: 14px;
}

.brand-templet .sidebar .widget.widget_search {
    margin-bottom: 72px;
}

.brand-templet .sidebar .widget.widget_block {
    margin-bottom: 47px;
    margin-top: 0;
}

.brand-templet .sidebar.c-4-12 .g a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.brand-templet .widget h3 {
    margin-bottom: 10px;
}

.brand-templet .sidebar .widget.widget_recent_entries {
    margin-top: 0;
    margin-bottom: 44px;
}

.brand-templet .g .sidebar .widget li {
    padding-top: 12px;
    padding-bottom: 12px;
}

.brand-templet #sidebars .widget_text p {
    font-size: 14px;
    line-height: 18px;
}


/* .footer_new {

} */

.menu_close_icon.show {
    z-index: 9999;
}

.breadcrumb+.related-posts .thecategory a,
.rank-math-breadcrumb a {
    color: #CBA274;
}

.single article header {
    margin-bottom: 0;
}


/* brand-page end */


/* ======= Responsive View Start ====== */

@media (min-width: 1700px) and (max-width: 1799px) {
    /* .latest_articles_section .right_article .right_img_link { height: 576px; } 
    .latest_articles_section .right_article img { height: calc(576px - 20px) !important; } */
    .brand-templet .sidebar.c-4-12.brand-right {
        max-width: 182px;
    }
    .knife-category .image-link .image img {
        width: 225px;
        height: 250px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1799px) {
    nav .nav-list li {
        padding: 0 16px;
    }
    .banner_title {
        font-size: 42px;
        line-height: 52px;
    }
    .section_title {
        font-size: 36px;
        line-height: 46px;
    }
    .popular_services_block .populer_text h3 {
        font-size: 32px;
        line-height: 36px;
    }
    .latest_articles_block .latest_articles_content h3,
    .latest_articles_block .latest_articles_content a.title {
        margin: 0 0 12px;
    }
    .latest_articles_block .latest_articles_content p {
        margin: 0 0 22px;
    }
    /* .latest_articles_block .latest_articles_content span { font-size: 22px; line-height: 24px; } */
    .latest_articles_block .latest_articles_content a {
        font-size: 20px;
        line-height: 20px;
    }
    .banner_slider .left_slider {
        padding: 120px 30px 33px 30px;
    }
    .banner_slider .right_slider {
        padding: 120px 30px 33px 30px;
    }
    .banner_slider {
        justify-content: flex-start;
    }
    .banner_slider_items .knife_details_block {
        max-width: 109px;
        width: 109px;
    }
    /* .latest_articles_section .right_article .right_img_link { height: 576px; } 
    .latest_articles_section .right_article img { height: calc(576px - 20px) !important; } */
    .rank-math-breadcrumb .culinary-block .image img {
        width: 392px;
        height: 246px !important;
    }
    /* .brand-templet .section_title::after {width: 595px;} */
    /* .brand-templet .sidebar.c-4-12.brand-right { max-width: 182px; } */
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .brand-templet .sidebar.c-4-12.brand-right {
        max-width: 182px;
    }
    .mercer-collaction .bg-color-img .image img {
        width: 440px;
        height: 200px !important;
    }
    .slider-section .collection-slide .image img {
        width: 242px;
        height: 101px !important;
    }
    .img-text-block .image img {
        width: 435px;
        height: 183px !important;
    }
    .knife-category .image-link .image img {
        width: 226px;
        height: 246px !important;
    }
    .review-slide .image-link .image img {
        width: 309px;
        height: 338px !important;
    }
    .recommendations-slide .slick-slide img {
        width: 474px;
        height: 222px !important;
    }
    .brand-banner {
        /*width: 1062px;*/
        height: 277px;
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    nav .nav-list li a {
        font-size: 15px;
        line-height: 21px;
    }
    nav .nav-list li {
        padding: 0 15px;
    }
    .banner_title {
        font-size: 40px;
        line-height: 50px;
    }
    .section_title {
        font-size: 32px;
        line-height: 42px;
    }
    .section_title::after {
        width: 440px;
        margin: -13px auto 0;
    }
    .popular_services_block .populer_text h3 {
        font-size: 30px;
        line-height: 34px;
    }
    .latest_articles_block .latest_articles_content h3,
    .latest_articles_block .latest_articles_content a.title {
        margin: 0 0 12px;
    }
    .latest_articles_block .latest_articles_content p {
        margin: 0 0 22px;
    }
    /* .latest_articles_block .latest_articles_content span { font-size: 22px; line-height: 24px; } */
    .latest_articles_block .latest_articles_content a {
        font-size: 20px;
        line-height: 20px;
    }
    .banner_slider .left_slider {
        padding: 120px 20px 33px 20px;
    }
    .banner_slider .right_slider {
        padding: 120px 20px 33px 20px;
    }
    .banner_slider {
        justify-content: flex-start;
    }
    .banner_slider_items .knife_details_block {
        max-width: 103px;
        width: 103px;
        min-height: 213px;
    }
    .latest_articles_section .right_article {
        margin: 0 0 0 65px;
    }
    .banner_slider_items .knife_details_block span {
        font-size: 19px;
        margin: 0 0 10px;
    }
    /* .banner_slider_items .knife_details_block ul { min-height: 128px; } */
    .banner_slider_items {
        align-items: center;
    }
    /* .latest_articles_section .right_article .right_img_link { height: 566px; } 
    .latest_articles_section .right_article img { height: calc(566px - 20px) !important; } */
    /* .brand-templet .article {width: 85%;}  */
    .all-flex-text .flag-text {
        width: 23%;
    }
    .brand-banner {
        /*width: 989px;*/
        height: 258px;
    }
    .brand-templet .sidebar.c-4-12.brand-right {
        max-width: 184px;
    }
    .mercer-collaction .bg-color-img .image img {
        width: 424px;
        height: 193px !important;
    }
    .slider-section .collection-slide .image img {
        width: 218px;
        height: 91px !important;
    }
    .img-text-block .image img {
        width: 409px;
        height: 172px !important;
    }
    .img-text-block.left-image .text {
        padding: 21px 21px 65px 110px;
    }
    .knife-category .image-link .image img {
        width: 206px;
        height: 226px !important;
    }
    .review-slide .image-link .image img {
        width: 285px;
        height: 312px !important;
    }
    .recommendations-slide .slick-slide img {
        width: 437px;
        height: 205px !important;
    }
    .resources .resources-link {
        margin: 35px 40px 0px;
    }
    .brand-templet .article {
        width: 72%;
    }
    .resources .all-link li {
        width: 47%;
    }
    .rank-math-breadcrumb .culinary-block .image img {
        width: 333px;
        height: 210px !important;
    }
    /* .brand-templet .section_title::after {width: 550px;} */
}

@media (min-width: 1400px) and (max-width: 1499px) {
    nav .nav-list li a {
        font-size: 14px;
        line-height: 20px;
    }
    nav .nav-list li {
        padding: 0 12px;
    }
    nav .nav-list li a:not(:only-child):after,
    nav .nav-list li a:visited:not(:only-child):after {
        right: -4px;
    }
    .banner_title {
        font-size: 36px;
        line-height: 46px;
    }
    .section_title {
        font-size: 28px;
        line-height: 38px;
    }
    .section_title::after {
        width: 370px;
        margin: -11px auto 0;
    }
    .popular_services_block .populer_text h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .latest_articles_block .latest_articles_content h3,
    .latest_articles_block .latest_articles_content a.title {
        margin: 0 0 12px;
    }
    .latest_articles_block .latest_articles_content p {
        margin: 0 0 12px;
    }
    .latest_articles_block .latest_articles_content span {
        margin: 0 0 15px;
    }
    .latest_articles_block .latest_articles_content a {
        font-size: 20px;
        line-height: 20px;
    }
    .banner_slider .left_slider {
        padding: 120px 20px 33px 20px;
    }
    .banner_slider .right_slider {
        padding: 120px 20px 33px 20px;
    }
    .banner_slider {
        justify-content: flex-start;
    }
    .banner_slider_items .knife_details_block {
        max-width: 95px;
        width: 95px;
        min-height: 208px;
    }
    .latest_articles_section .right_article {
        margin: 0 0 0 65px;
    }
    .banner_slider_items .knife_details_block span {
        font-size: 17px;
        margin: 0 0 8px;
    }
    /* .banner_slider_items .knife_details_block ul { min-height: 128px; } */
    .banner_slider_items {
        align-items: center;
        padding: 0 9px;
    }
    .footer_logo {
        margin: 80px 0 0;
    }
    .footer_logo::before {
        top: -80px;
    }
    .knife_title {
        font-size: 26px;
        line-height: 34px;
    }
    /* .latest_articles_section .right_article .right_img_link { height: 488px; } 
    .latest_articles_section .right_article img { height: calc(488px - 20px) !important; } */
    .banner_slider .right_slider .banner_slider_items:nth-last-child(2) .knife_block img {
        width: 55px;
    }
    .banner_slider .right_slider .banner_slider_items:last-child .knife_block img {
        width: 53px;
    }
    .brand-templet .sidebar.c-4-12.brand-right {
        max-width: 194px;
    }
    .brand-banner {
        /*width: 862px;*/
        height: 224px;
    }
    .brand-templet .article {
        width: 70%;
    }
    .all-flex-text .flag-text {
        width: 25%;
    }
    .mercer-collaction .bg-color-img .image img {
        width: 394px;
        height: 179px !important;
    }
    .slider-section .collection-slide .image img {
        width: 175px;
        height: 73px !important;
    }
    .img-text-block .image img {
        width: 363px;
        height: 153px !important;
    }
    .img-text-block.right-image .text {
        padding: 21px 87px 60px 21px;
    }
    .img-text-block.left-image .text {
        padding: 21px 21px 60px 110px;
    }
    .detail .text-price {
        width: 47%;
    }
    .knife-category .image-link .image img {
        width: 176px;
        height: 191px !important;
    }
    .review-slide .image-link .image img {
        width: 242px;
        height: 265px !important;
    }
    .recommendations-slide .slick-slide img {
        width: 373px;
        height: 175px !important;
    }
    .resources .resources-link {
        margin: 36px 0px 0px;
    }
    .rank-math-breadcrumb .culinary-block .image img {
        width: 275px;
        height: 173px !important;
    }
    .resources .all-link li {
        width: 47%;
    }
    /* .brand-templet .section_title::after {width: 475px;} */
    .post-single-content .wp-container-4 {
        flex-wrap: wrap;
    }
    .knife-collaction p br {
        display: none;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    nav .nav-list li a {
        font-size: 13px;
        line-height: 20px;
    }
    nav .nav-list li {
        padding: 0 10px;
    }
    nav .nav-list li a:not(:only-child):after,
    nav .nav-list li a:visited:not(:only-child):after {
        right: -4px;
        font-size: 10px;
    }
    .banner_title {
        font-size: 32px;
        line-height: 42px;
    }
    .section_title {
        font-size: 26px;
        line-height: 36px;
    }
    .section_title::after {
        width: 320px;
        margin: -11px auto 0;
    }
    .popular_services_block .populer_text h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .latest_articles_block .latest_articles_content h3,
    .latest_articles_block .latest_articles_content a.title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 12px;
    }
    .latest_articles_block .latest_articles_content p {
        margin: 0 0 12px;
    }
    .latest_articles_block .latest_articles_content span {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    .latest_articles_block .latest_articles_content a {
        font-size: 20px;
        line-height: 20px;
    }
    .banner_slider .left_slider {
        padding: 120px 20px 33px 20px;
    }
    .banner_slider .right_slider {
        padding: 120px 20px 33px 20px;
    }
    .banner_slider {
        justify-content: flex-start;
    }
    .banner_slider_items .knife_details_block {
        max-width: 92px;
        width: 92px;
        min-height: 194px;
    }
    .latest_articles_section .right_article {
        margin: 0 0 0 65px;
    }
    .banner_slider_items .knife_details_block span {
        font-size: 17px;
        margin: 0 0 8px;
    }
    /* .banner_slider_items .knife_details_block ul { min-height: 128px; } */
    .banner_slider_items {
        align-items: center;
        padding: 0 9px;
    }
    .footer_logo {
        margin: 80px 0 0;
    }
    .footer_logo::before {
        top: -80px;
    }
    .knife_title {
        font-size: 26px;
        line-height: 34px;
    }
    /* .latest_articles_section .right_article .right_img_link { height: 488px; } 
    .latest_articles_section .right_article img { height: calc(488px - 20px) !important; } */
    .banner_slider .right_slider .banner_slider_items:nth-last-child(2) .knife_block img {
        width: 53px;
    }
    .banner_slider .right_slider .banner_slider_items:last-child .knife_block img {
        width: 51px;
    }
    .brand-templet .article {
        width: 70%;
    }
    .all-flex-text .flag-text {
        width: 27%;
    }
    .brand-templet .sidebar.c-4-12.brand-right {
        max-width: 188px;
    }
    .flag-text .img-text .image img {
        width: 65px;
        height: 45px !important;
    }
    .brand-banner .b-head {
        padding-top: 40px;
    }
    .brand-banner {
        /*width: 815px;*/
        height: 212px;
    }
    .brand-banner .b-head h1,
    .b-head h5 {
        font-size: 45px;
        line-height: 55px;
    }
    .rank-math-breadcrumb .culinary-block .text p {
        margin-bottom: 30px;
    }
    .brand-templet .rank-math-breadcrumb .culinary-block {
        margin-bottom: 70px;
    }
    .rank-math-breadcrumb .culinary-block {
        padding-bottom: 35px;
    }
    .mercer-collaction .bg-color-img .image img {
        width: 395px;
        height: 180px !important;
    }
    .mercer-collaction .bg-color-img .text {
        padding: 37px 112px 35px 38px;
    }
    .collection-slide .slick-list {
        margin: 0px 100px;
    }
    .slider-section .collection-slide .image img {
        width: 190px;
        height: 79px !important;
    }
    .knife-collaction .heading-text {
        padding-top: 30px;
        margin-bottom: 35px;
    }
    .knife-collaction .head h3 {
        margin-bottom: 15px;
    }
    .img-text-block .image img {
        width: 352px;
        height: 148px !important;
    }
    .detail .text-price {
        width: 46%;
        padding: 8px 12px;
    }
    .img-text-block .text-detail .logo {
        height: 44px;
    }
    .img-text-block.right-image .text {
        padding: 21px 87px 60px 21px;
    }
    .img-text-block.left-image .text {
        padding: 21px 21px 60px 95px;
    }
    .brand-templet .knife-collaction {
        padding: 0px 30px 40px;
    }
    .img-text-block .text-title::before {
        width: 260px;
    }
    .brand-templet .knife-category {
        margin: 75px 0px 45px;
    }
    .knife-category .image-link .image img {
        width: 188px;
        height: 205px !important;
    }
    .knife-category .image-link .link-text a {
        margin-top: 12px;
    }
    .knife-category .category-slide {
        margin: 40px -10px 0px;
    }
    .brand-templet .knife-review {
        padding: 40px 0px 40px;
    }
    .brand-templet .recommendations {
        margin: 40px 0px 40px;
    }
    .review-slide .image-link .image img {
        width: 227px;
        height: 248px !important;
    }
    .review-slide .image-link .image .link-text a {
        font-size: 18px;
        line-height: 22px;
    }
    .recommendations .recommendations-slide {
        margin: 55px 25px 35px;
    }
    .recommendations-slide .slick-slide img {
        width: 363px;
        height: 170px !important;
    }
    .resources {
        margin-top: 80px;
        padding: 40px 20px;
    }
    .resources .resources-link {
        margin: 25px 0px 0px;
    }
    .resources .all-link li {
        width: 47%;
    }
    .resources .all-link li,
    .resources .all-link li a {
        font-size: 15px;
        line-height: 30px;
    }
    .rank-math-breadcrumb .culinary-block .image img {
        width: 250px;
        height: 157px !important;
    }
    .brand-templet .sidebar .widget.widget_search {
        margin-bottom: 45px;
    }
    /* .brand-templet .section_title::after {width: 420px;} */
    .nav-dropdown {
        min-width: 235px;
    }
    .post-single-content .wp-container-4 {
        flex-wrap: wrap;
    }
    .img-text-block .text p br {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    nav .nav-list li a {
        font-size: 13px;
        line-height: 20px;
    }
    nav .nav-list li {
        padding: 0 8px;
    }
    nav .nav-list li a:not(:only-child):after,
    nav .nav-list li a:visited:not(:only-child):after {
        right: -4px;
        font-size: 10px;
    }
    .banner_title {
        font-size: 32px;
        line-height: 42px;
    }
    .section_title {
        font-size: 26px;
        line-height: 36px;
    }
    .section_title::after {
        width: 320px;
        margin: -11px auto 0;
    }
    .popular_services_block .populer_text h3 {
        font-size: 23px;
        line-height: 30px;
    }
    .latest_articles_block .latest_articles_content h3,
    .latest_articles_block .latest_articles_content a.title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 12px;
    }
    .latest_articles_block .latest_articles_content p {
        margin: 0 0 12px;
    }
    .latest_articles_block .latest_articles_content span {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    .latest_articles_block .latest_articles_content a {
        font-size: 20px;
        line-height: 20px;
    }
    .banner_slider .left_slider {
        padding: 110px 15px 33px 15px;
    }
    .banner_slider .right_slider {
        padding: 110px 15px 33px 15px;
    }
    .banner_slider {
        justify-content: flex-start;
    }
    .banner_slider_items .knife_details_block {
        max-width: 79px;
        width: 79px;
        min-height: 192px;
    }
    .latest_articles_section .right_article {
        margin: 0 0 0 65px;
    }
    .banner_slider_items .knife_details_block span {
        font-size: 15px;
        margin: 0 0 8px;
    }
    /* .banner_slider_items .knife_details_block ul { min-height: 128px; } */
    .banner_slider_items {
        align-items: center;
        padding: 0 10px;
    }
    .footer_logo {
        margin: 80px 0 0;
    }
    .footer_logo::before {
        top: -80px;
    }
    .altest_articles_wrp {
        padding: 20px 0 40px;
    }
    .knife_title {
        font-size: 24px;
        line-height: 34px;
    }
    /* .latest_articles_section .right_article .right_img_link { height: 480px; } 
    .latest_articles_section .right_article img { height: calc(480px - 20px) !important; } */
    .latest_articles_section .left_articles .latest_articles_block .article_img {
        width: 45%;
    }
    .latest_articles_section .left_articles .latest_articles_block .latest_articles_content {
        width: 55%;
    }
    .banner_slider .right_slider .banner_slider_items:nth-last-child(2) .knife_block img {
        width: 45px;
    }
    .banner_slider .right_slider .banner_slider_items:last-child .knife_block img {
        width: 43px;
    }
    .brand-templet .article,
    .secondary-navigation.brand-side .sidebar.sidebar-left {
        padding-top: 35px;
    }
    .sidebar .widget {
        margin-top: 35px;
    }
    .brand-banner .b-head h1,
    .b-head h5 {
        font-size: 45px;
        line-height: 55px;
    }
    .brand-banner .b-head {
        padding-top: 35px;
    }
    .brand-banner {
        /*width: 701px;*/
        height: 182px;
    }
    .brand-templet .article {
        width: 67%;
    }
    .all-flex-text .flag-text {
        width: 30%;
    }
    .flag-text .img-text .image img {
        width: 65px;
        height: 45px !important;
    }
    .rank-math-breadcrumb .culinary-block .text p {
        margin-bottom: 20px;
    }
    .brand-templet .rank-math-breadcrumb .culinary-block {
        margin-bottom: 50px;
    }
    .rank-math-breadcrumb .culinary-block {
        padding-bottom: 35px;
    }
    .mercer-collaction .bg-color-img .image img {
        width: 370px;
        height: 168px !important;
    }
    .mercer-collaction .bg-color-img .image {
        margin-left: -70px;
    }
    .mercer-collaction .bg-color-img .text {
        padding: 30px 65px 28px 25px;
    }
    .collection-slide .slick-list {
        margin: 0px 60px;
    }
    .slider-section .collection-slide .text a::after {
        width: 145px;
    }
    .slider-section .collection-slide .image img {
        width: 178px;
        height: 74px !important;
    }
    .slider-section .collection-slide {
        margin: 30px 0px;
    }
    .knife-collaction .heading-text {
        padding-top: 25px;
        margin-bottom: 25px;
    }
    .img-text-block .text p br {
        display: none;
    }
    .knife-collaction .head h3 {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 32px;
    }
    .img-text-block .image img {
        width: 315px;
        height: 133px !important;
    }
    .detail .text-price {
        padding: 8px 8px;
        width: 46%;
    }
    .img-text-block .text p br {
        display: none;
    }
    .img-text-block.left-image,
    .img-text-block.right-image {
        margin-top: 28px;
    }
    .img-text-block .text-detail .logo {
        width: 14%;
        height: 46px;
        margin: 0px 6px 0px 10px;
    }
    .img-text-block.right-image .text {
        padding: 21px 85px 55px 21px;
    }
    .img-text-block .text {
        min-height: 210px;
    }
    .img-text-block.left-image .text {
        padding: 21px 21px 50px 95px;
    }
    .brand-templet .knife-collaction {
        padding: 0px 25px 35px;
    }
    .img-text-block .text-title::before {
        width: 225px;
    }
    .brand-templet .knife-category {
        margin: 40px 0px 30px;
    }
    /* .brand-templet .section_title {font-size: 24px;line-height: 29px;} */
    .knife-category .image-link .image img {
        width: 155px;
        height: 165px !important;
    }
    .knife-category .image-link .link-text a {
        margin-top: 12px;
    }
    .knife-category .category-slide {
        margin: 40px -10px 0px;
    }
    .brand-templet .knife-review {
        padding: 30px 0px 30px;
    }
    .brand-templet .recommendations {
        margin: 30px 0px 30px;
    }
    .review-slide .image-link .image img {
        width: 189px;
        height: 207px !important;
    }
    .review-slide .image-link .image .link-text a {
        font-size: 18px;
        line-height: 22px;
    }
    .recommendations .recommendations-slide {
        margin: 30px 25px 25px;
    }
    .recommendations-slide .slick-slide img {
        width: 306px;
        height: 143px !important;
    }
    .resources {
        margin-top: 60px;
        padding: 30px 20px;
    }
    .recommendations-slide .image-link .title-text span {
        margin: 10px 0px;
    }
    .resources .resources-link {
        margin: 25px 0px 0px;
    }
    .resources .all-link li,
    .resources .all-link li a {
        font-size: 15px;
        line-height: 30px;
    }
    .collection-slide .slide-arrow svg {
        width: 70%;
    }
    .rank-math-breadcrumb .culinary-block .image {
        margin-right: 35px;
    }
    .rank-math-breadcrumb .culinary-block .image img {
        width: 195px;
        height: 123px !important;
    }
    .brand-templet .sidebar .widget.widget_search {
        margin-bottom: 40px;
    }
    .brand-templet .sidebar .widget.widget_block {
        margin-bottom: 37px;
    }
    .resources .all-link li {
        width: 47%;
    }
    /* .brand-templet .section_title::after {width: 420px;} */
    .nav-dropdown {
        min-width: 235px;
    }
    .post-single-content .wp-container-4 {
        flex-wrap: wrap;
    }

   
}

@media (min-width: 992px) and (max-width: 1199px) {
    nav .nav-list li a {
        font-size: 11px;
        line-height: 20px;
    }
    nav .nav-list li {
        padding: 0 4px;
    }
    nav .nav-list li a:not(:only-child):after,
    nav .nav-list li a:visited:not(:only-child):after {
        right: -8px;
        font-size: 10px;
    }
    .banner_title {
        font-size: 32px;
        line-height: 42px;
    }
    .section_title {
        font-size: 26px;
        line-height: 36px;
    }
    .section_title::after {
        width: 320px;
        margin: -11px auto 0;
    }
    .popular_services_block .populer_text h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .latest_articles_block .latest_articles_content h3,
    .latest_articles_block .latest_articles_content a.title {
        font-size: 21px;
        line-height: 26px;
        margin: 0 0 12px;
    }
    .latest_articles_block .latest_articles_content p {
        margin: 0 0 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .latest_articles_block .latest_articles_content span {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 11px;
    }
    .latest_articles_block .latest_articles_content a {
        font-size: 18px;
        line-height: 18px;
        margin-right: 20px;
    }
    .banner_slider .left_slider {
        padding: 100px 10px 33px 10px;
    }
    .banner_slider .right_slider {
        padding: 100px 10px 33px 10px;
    }
    .banner_slider {
        justify-content: flex-start;
    }
    .banner_slider_items .knife_details_block {
        max-width: 74px;
        width: 74px;
        min-height: 190px;
    }
    .latest_articles_section .right_article {
        margin: 0 0 0 65px;
    }
    .banner_slider_items .knife_details_block span {
        font-size: 13px;
        margin: 0 0 8px;
    }
    /* .banner_slider_items .knife_details_block ul { min-height: 128px; } */
    .banner_slider_items {
        align-items: center;
        padding: 0 5px;
    }
    .footer_logo {
        margin: 60px 0 0;
    }
    .footer_logo::before {
        top: -60px;
    }
    .altest_articles_wrp {
        padding: 20px 0 40px;
    }
    .knife_title {
        font-size: 24px;
        line-height: 32px;
    }
    .banner_slider_items .knife_details_block p {
        font-size: 13px;
    }
    .popular_services_block .populer_text h3::after {
        font-size: 14px;
    }
    .bottom_footer .footer_left li a {
        font-size: 20px;
        line-height: 23px;
    }
    .footer_logo span {
        font-size: 30px;
        line-height: 40px;
        padding: 0 0 43px;
    }
    .footer_logo::after {
        width: 161.31px;
        height: 194.31px;
    }
    .footer .copyright {
        padding: 20px 0 35px;
    }
    /* .latest_articles_section .right_article .right_img_link { height: 432px; } 
    .latest_articles_section .right_article img { height: calc(432px - 20px) !important; } */
    .banner_wrp {
        padding: 35px 0 55px;
    }
    .latest_articles_section .left_articles .latest_articles_block .article_img {
        width: 45%;
    }
    .latest_articles_section .left_articles .latest_articles_block .latest_articles_content {
        width: 55%;
    }
    .banner_slider .right_slider .banner_slider_items:nth-last-child(2) .knife_block img {
        width: 42px;
    }
    .banner_slider .right_slider .banner_slider_items:last-child .knife_block img {
        width: 41px;
    }
    .brand-templet .article,
    .secondary-navigation.brand-side .sidebar.sidebar-left {
        padding-top: 30px;
    }
    .sidebar .widget {
        margin-top: 35px;
    }
    .brand-banner .b-head h1,
    .b-head h5 {
        font-size: 35px;
        line-height: 45px;
    }
    .brand-banner .b-head {
        padding-top: 30px;
    }
    .brand-banner {
        /*width: 562px;*/
        height: 146px;
    }
    .brand-templet .article {
        width: 64%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .all-flex-text .flag-text {
        width: 31%;
    }
    .rank-math-breadcrumb .culinary-block .image {
        width: 100%;
        margin-right: 25px;
    }
    .flag-text .img-text .f-text span {
        font-size: 11px;
        line-height: 13px;
    }
    .flag-text .img-text .f-text p {
        font-size: 11px;
        line-height: 13px;
    }
    .flag-text .img-text .image img {
        width: 45px;
        height: 35px !important;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .all-flex-text .flag-text .img-text {
        padding: 6px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .rank-math-breadcrumb .culinary-block .text p {
        margin-bottom: 15px;
    }
    .brand-templet .rank-math-breadcrumb .culinary-block {
        margin-bottom: 40px;
    }
    .rank-math-breadcrumb .culinary-block {
        padding-bottom: 30px;
    }
    .mercer-collaction .bg-color-img .text p {
        margin-bottom: 15px;
    }
    .mercer-collaction .bg-color-img {
        margin-top: 30px;
    }
    /* .mercer-collaction .bg-color-img .image img {width: 287px;height: 131px !important;} */
    .mercer-collaction .bg-color-img .image {
        margin-left: -70px;
    }
    /* .mercer-collaction .bg-color-img .text {padding: 20px 65px 20px 20px;width: 75%;} */
    .mercer-collaction .bg-color-img .text {
        padding: 20px 65px 20px 20px;
    }
    .collection-slide .slick-list {
        margin: 0px 60px;
    }
    .slider-section .collection-slide .text a::after {
        width: 145px;
    }
    .slider-section .collection-slide .image img {
        width: 206px;
        height: 86px !important;
    }
    .slider-section .collection-slide {
        margin: 25px 0px;
    }
    .knife-collaction .heading-text {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .img-text-block .text p br {
        display: none;
    }
    .knife-collaction .head h3 {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 32px;
    }
    .img-text-block .image img {
        width: 224px;
        height: 95px !important;
    }
    .detail .text-price {
        width: 100%;
        margin-bottom: 10px;
        padding: 6px 8px;
    }
    .detail .all-box {
        width: 78%;
    }
    .img-text-block.right-image .image {
        margin-left: -40px;
    }
    .img-text-block.left-image,
    .img-text-block.right-image {
        margin-top: 28px;
    }
    .img-text-block .text-detail .logo {
        margin: 0px 6px 0px 10px;
        width: 50px;
        height: 50px;
    }
    .img-text-block.right-image .text {
        padding: 18px 45px 45px 18px;
    }
    .img-text-block .text {
        min-height: 185px;
    }
    .img-text-block.left-image .text {
        padding: 15px 15px 40px 55px;
    }
    .img-text-block.left-image .image {
        margin-right: -35px;
    }
    .brand-templet .knife-collaction {
        padding: 0px 25px 20px;
    }
    .img-text-block .text-title::before {
        width: 165px;
    }
    .brand-templet .knife-category {
        margin: 30px 0px 30px;
    }
    .img-text-block .text-detail .detail {
        flex-wrap: wrap;
    }
    /* .brand-templet .section_title {font-size: 22px;line-height: 27px;} */
    .knife-category .image-link .image img {
        width: 120px;
        height: 120px !important;
    }
    .knife-category .image-link {
        margin-bottom: 20px;
    }
    .knife-category .image-link .link-text a {
        margin-top: 8px;
        font-size: 14px;
        line-height: 17px;
    }
    .knife-category .category-slide {
        margin: 30px -10px 0px;
    }
    .knife-review .review-slide {
        margin: 25px 0px 30px;
    }
    .brand-templet .knife-review {
        padding: 30px 0px 30px;
    }
    .brand-templet .recommendations {
        margin: 30px 0px 30px;
    }
    .review-slide .image-link .image img {
        width: 168px;
        height: 184px !important;
    }
    .review-slide .image-link .image .link-text a {
        font-size: 16px;
        line-height: 20px;
    }
    .review-slide .image-link .image .link-text {
        padding: 0px 10px;
        bottom: 10px;
    }
    .recommendations .recommendations-slide {
        margin: 30px 25px 25px;
    }
    .recommendations-slide .slick-slide img {
        width: 237px;
        height: 111px !important;
    }
    .resources {
        margin-top: 60px;
        padding: 20px 15px;
    }
    .recommendations-slide .image-link .title-text span {
        margin: 10px 0px;
        font-size: 15px;
        line-height: 18px;
    }
    .resources .resources-link {
        margin: 25px 0px 0px;
    }
    .resources .all-link li,
    .resources .all-link li a {
        font-size: 14px;
        line-height: 28px;
    }
    .collection-slide .slide-arrow svg {
        width: 70%;
    }
    .rank-math-breadcrumb .culinary-block .image {
        margin-right: 25px;
    }
    .rank-math-breadcrumb .culinary-block .image img {
        width: 173px;
        height: 109px !important;
    }
    .img-text-block .text-detail {
        background-color: #F1E5D8;
    }
    .brand-templet .sidebar .widget.widget_search {
        margin-bottom: 35px;
    }
    .brand-templet .sidebar .widget.widget_block {
        margin-bottom: 32px;
    }
    .resources .all-link li {
        width: 46%;
    }
    /* .brand-templet .section_title::after {width: 430px;} */
    .nav-dropdown {
        min-width: 200px;
    }
    .section_title *::after {
        width: 86%;
    }
    .post-single-content .wp-container-4 {
        flex-wrap: wrap;
    }

    .main-wrpper .brand-wrp .brand-block-main {
        justify-content: unset !important;
    }
}

@media (max-width: 991px) {
    body.admin-bar {
        margin-top: 32px;
    }
    .nav-prev {
        display: none;
        align-items: center;
        justify-content: center;
    }
    .nav-next {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* Header Start */
    .nav-mobile {
        display: block;
    }
    nav .nav-list {
        align-items: flex-start;
    }
    nav .nav-list li a {
        border-bottom: none !important;
    }
    .header_menu nav {
        width: 100%;
        padding: 0;
    }
    nav .nav-list li a {
        text-align: left;
        text-indent: 0;
    }
    .header_menu nav .mobile-menu {
        display: block;
        float: left;
        border: none;
    }
    nav .nav-collapse {
        display: none;
        background: transparent;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        backdrop-filter: blur(25px);
        --webkit-backdrop-filter: blur(25px);
        background-color: rgba(255, 255, 255, .05);
        padding: 20px 37px;
        z-index: 3;
        height: 100%;
        overflow: auto;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }
    nav .nav-list li {
        padding: 0 0 15px 0;
        width: 100%;
    }
    .nav-collapse.open_menu {
        display: block;
        z-index: 999;
		
    }
    nav .nav-list {
        flex-direction: column;
        border-bottom: 1px solid #cba274;
        padding: 0 0 19px;
    }
    .nav-collapse h4 {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: left;
        color: #000;
        margin-bottom: 19px;
        display: block;
    }
    .menu_icon ul li a {
        background-color: #000;
        color: #fff;
        font-size: 17px;
        width: 26px !important;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }
    .menu_icon ul li a:hover {
        background-color: #cba274;
    }
    .menu_icon ul li a i {
        font-family: 'FontAwesome';
        font-style: normal;
        text-indent: 0;
    }
    .menu_icon ul li {
        display: inline-block;
        padding: 0 10px;
        float: none;
        width: auto !important;
    }
    .menu_icon ul li:first-child {
        padding-left: 0;
    }
    .menu_icon ul li:last-child {
        padding-right: 0;
    }
    .menu_icon ul {
        text-align: center;
        flex-direction: row;
        justify-content: center;
        float: left;
        width: 100%;
    }
    .header .nav-collapse .logo_main {
        padding: 25px 0 180px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    nav .nav-list li:nth-last-child(-n+2) .nav-dropdown {
        left: 0;
        right: auto;
    }
    /* .nav-dropdown { width: 250px;} */
    .nav-dropdown {
        position: relative;
        float: left;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    /* .nav-list li .nav-dropdown li {white-space: pre-wrap;} */
    .nav-list li .nav-dropdown li {
        white-space: normal;
    }
    .nav-collapse .logo_main {
        display: block;
    }
    .menu_icon {
        display: block;
        padding: 33px 0 0;
    }
    nav .logo_main a {
        text-indent: 0;
    }
    #mc_display_rewards {
        margin-bottom: 15px;
    }
    #mc_display_rewards a {
        color: #000000;
        text-decoration: underline;
    }
    .widget .widget-title {
        font-weight: 700;
        margin: 15px 0;
        color: #000000 !important;
    }
    .secondary-navigation.brand-side {
        display: none;
    }
    .mobile-menu-wrapper {
        display: none;
    }
    .menu-item:hover>.nav-dropdown .dropdown a:after {
        top: 8px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .menu-item:hover>.nav-dropdown .dropdown:hover>.nav-dropdown {
        left: auto;
        top: auto;
    }
    /* Header End */
    .post-single-content .wp-container-4 {
        flex-wrap: wrap;
    }
}

@media (max-width: 782px) {
    body.admin-bar {
        margin-top: 46px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #nav-toggle {
        left: 43px;
        top: 40px;
    }
    nav .nav-list li a {
        font-size: 16px;
        line-height: 22px;
    }
    nav .nav-list li a:not(:only-child):after,
    nav .nav-list li a:visited:not(:only-child):after {
        right: -4px;
        top: 0;
        font-size: 10px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .banner_title {
        font-size: 28px;
        line-height: 40px;
    }
    .section_title {
        font-size: 26px;
        line-height: 36px;
    }
    .section_title::after {
        width: 320px;
        margin: -11px auto 0;
    }
    .popular_services_block .populer_text h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .latest_articles_block .latest_articles_content h3,
    .latest_articles_block .latest_articles_content a.title {
        font-size: 21px;
        line-height: 26px;
        margin: 0 0 12px;
    }
    .latest_articles_block .latest_articles_content p {
        margin: 0 0 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .latest_articles_block .latest_articles_content span {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 11px;
    }
    .latest_articles_block .latest_articles_content a {
        font-size: 18px;
        line-height: 18px;
        margin-right: 20px;
    }
    .banner_slider .left_slider {
        padding: 110px 10px 33px 10px;
    }
    .banner_slider .right_slider {
        padding: 110px 10px 33px 10px;
    }
    .banner_slider {
        justify-content: flex-start;
    }
    .banner_slider_items .knife_details_block {
        max-width: 110px;
        width: 110px;
        min-height: 165px;
    }
    .latest_articles_section .right_article {
        margin: 0 0 0 0;
    }
    .latest_articles_section .latest_articles_block.right_article {
        padding: 0 0 30px;
    }
    .banner_slider_items .knife_details_block span {
        font-size: 13px;
        margin: 0 0 8px;
    }
    /* .banner_slider_items .knife_details_block ul { min-height: 128px; } */
    .banner_slider_items {
        align-items: center;
        padding: 0 8px;
    }
    .footer_logo {
        margin: 60px 0 0;
    }
    .footer_logo::before {
        top: -60px;
    }
    .altest_articles_wrp {
        padding: 20px 0 40px;
    }
    .knife_title {
        font-size: 22px;
        line-height: 30px;
    }
    .banner_slider_items .knife_details_block p {
        font-size: 13px;
    }
    .popular_services_block .populer_text h3::after {
        font-size: 14px;
    }
    .bottom_footer .footer_left li a {
        font-size: 20px;
        line-height: 23px;
    }
    .footer_logo span {
        font-size: 26px;
        line-height: 38px;
        padding: 0 0 35px;
    }
    .footer_logo::after {
        display: none;
    }
    .footer .copyright {
        padding: 20px 0 35px;
    }
    .banner_slider {
        justify-content: flex-start;
    }
    .latest_articles_section .row {
        flex-direction: column-reverse;
    }
    .bottom_footer {
        padding: 25px 0 25px;
    }
    .banner_block {
        overflow-y: hidden;
        overflow-x: auto;
    }
    .header .logo_main h1,
    .header .logo_main span,
    .header .logo_main h5 {
        font-size: 24px;
        line-height: 32px;
    }
    .header .header_logo img {
        width: 60px;
    }
    .header .logo_main {
        padding: 17px 0 20px;
    }
    .bottom_footer .footer_right ul li a {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }
    .banner_wrp {
        padding: 35px 0 45px;
    }
    .popular_services_wrp {
        padding: 0 0 10px;
    }
    .latest_articles_section .latest_articles_block .latest_articles_content {
        max-width: 100%;
    }
    .latest_articles_section .left_articles .latest_articles_block .article_img {
        width: 45%;
    }
    .latest_articles_section .left_articles .latest_articles_block .latest_articles_content {
        width: 55%;
    }
    .banner_slider .right_slider .banner_slider_items:nth-last-child(2) .knife_block img {
        width: 62px;
    }
    .banner_slider .right_slider .banner_slider_items:last-child .knife_block img {
        width: 58px;
    }
    /* .brand-templet .sidebar.c-4-12 {width: 25%;} */
    .brand-templet .article {
        padding-top: 30px;
    }
    .secondary-navigation.brand-side {
        top: 0;
        margin-top: 0;
    }
    .secondary-navigation.brand-side .sidebar.sidebar-left {
        padding-top: 0;
        padding-left: 0;
    }
    .sidebar .widget {
        margin-top: 35px;
    }
    .brand-banner .b-head h1,
    .b-head h5 {
        font-size: 32px;
        line-height: 42px;
    }
    .brand-banner .b-head {
        padding-top: 30px;
    }
    .brand-banner {
        /*width: 489px;*/
        height: 128px;
    }
    /* .brand-templet .sidebar.c-4-12.brand-right {max-width: 180px;} */
    .brand-templet .sidebar.c-4-12.brand-right {
        max-width: 25%;
    }
    .brand-templet .rank-math-breadcrumb p {
        padding: 14px 8px;
    }
    .brand-templet .article {
        width: 75%;
        padding-left: 25px;
        padding-right: 25px;
        border-left: none;
    }
    /* .brand-templet .article {width: 100%;padding-left: 25px;padding-right: 25px;border-left: none; border: none;} */
    .all-flex-text .flag-text {
        width: 31%;
    }
    .rank-math-breadcrumb .culinary-block .image {
        width: 100%;
        margin-right: 20px;
    }
    .rank-math-breadcrumb .culinary-block .image img {
        width: 137px;
        height: 86px !important;
    }
    .flag-text .img-text .f-text span {
        font-size: 11px;
        line-height: 13px;
    }
    .flag-text .img-text .f-text p {
        font-size: 11px;
        line-height: 13px;
    }
    .flag-text .img-text .image img {
        width: 45px;
        height: 35px !important;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .all-flex-text .flag-text .img-text {
        padding: 6px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .rank-math-breadcrumb .culinary-block .text p {
        margin-bottom: 12px;
    }
    .brand-templet .rank-math-breadcrumb .culinary-block {
        margin-bottom: 30px;
    }
    .rank-math-breadcrumb .culinary-block {
        padding-bottom: 25px;
    }
    .mercer-collaction .bg-color-img .text p {
        margin-bottom: 15px;
    }
    .mercer-collaction .bg-color-img {
        margin-top: 30px;
    }
    /* .mercer-collaction .bg-color-img .image img {width: 268px;height: 122px !important;} */
    .mercer-collaction .bg-color-img .image {
        margin-left: -70px;
    }
    /* .mercer-collaction .bg-color-img .text {padding: 15px 65px 15px 15px;width: 75%;} */
    .mercer-collaction .bg-color-img .text {
        padding: 15px 65px 15px 15px;
    }
    .collection-slide .slick-list {
        margin: 0px 40px;
    }
    .slider-section .collection-slide .text a::after {
        width: 145px;
    }
    .slider-section .collection-slide .text a {
        padding: 10px 10px;
    }
    .slider-section .collection-slide .image img {
        width: 190px;
        height: 80px !important;
    }
    .slider-section .collection-slide {
        margin: 25px 0px;
    }
    .knife-collaction .heading-text {
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .img-text-block .text p br {
        display: none;
    }
    .knife-collaction .head h3 {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 30px;
    }
    .img-text-block .image img {
        width: 188px;
        height: 79px !important;
    }
    .detail .text-price {
        width: 100%;
        margin-bottom: 10px;
        padding: 6px 8px;
    }
    .detail .all-box {
        width: 74%;
    }
    .img-text-block.right-image .image {
        margin-left: -30px;
    }
    .img-text-block.left-image,
    .img-text-block.right-image {
        margin-top: 28px;
    }
    .img-text-block .text-detail .logo {
        margin: 0px 6px 0px 10px;
        width: 50px;
        height: 50px;
    }
    .img-text-block.right-image .text {
        padding: 18px 40px 0px 18px;
    }
    .img-text-block .text {
        min-height: 185px;
    }
    .img-text-block .text-detail {
        background-color: #F1E5D8;
    }
    .img-text-block.left-image .text {
        padding: 15px 15px 40px 40px;
    }
    .img-text-block.left-image .image {
        margin-right: -30px;
    }
    .brand-templet .knife-collaction {
        padding: 0px 25px 20px;
    }
    .img-text-block .text p {
        margin-bottom: 10px;
    }
    .img-text-block .text-title::before {
        width: 165px;
    }
    .brand-templet .knife-category {
        margin: 30px 0px 30px;
    }
    .img-text-block .text-detail .detail {
        flex-wrap: wrap;
        margin-top: 0;
    }
    /* .brand-templet .section_title {font-size: 22px;line-height: 27px;} */
    .knife-category .image-link .image img {
        width: 223px;
        height: 223px !important;
    }
    .knife-category .image-link {
        margin-bottom: 20px;
    }
    .knife-category .image-link .link-text a {
        margin-top: 8px;
        font-size: 14px;
        line-height: 17px;
    }
    .knife-category .category-slide {
        margin: 25px -10px 0px;
    }
    .knife-review .review-slide {
        margin: 25px 0px 30px;
    }
    .brand-templet .knife-review {
        padding: 30px 0px 30px;
    }
    .brand-templet .recommendations {
        margin: 30px 0px 30px;
    }
    .review-slide .image-link .image img {
        width: 143px;
        height: 156px !important;
    }
    .review-slide .image-link .image .link-text a {
        font-size: 16px;
        line-height: 20px;
    }
    .review-slide .image-link .image .link-text {
        padding: 0px 10px;
        bottom: 10px;
    }
    .recommendations .recommendations-slide {
        margin: 30px 25px 25px;
    }
    .recommendations-slide .slick-slide img {
        width: 200px;
        height: 94px !important;
    }
    .resources {
        margin-top: 60px;
        padding: 20px 15px;
    }
    .recommendations-slide .image-link .title-text span {
        margin: 10px 0px;
        font-size: 15px;
        line-height: 18px;
    }
    .resources .resources-link {
        margin: 20px 0px 0px;
    }
    .resources .all-link li,
    .resources .all-link li a {
        font-size: 14px;
        line-height: 28px;
    }
    .collection-slide .slide-arrow svg {
        width: 50%;
    }
    .brand-templet .sidebar .widget.widget_search {
        margin-bottom: 30px;
    }
    .brand-templet .sidebar .widget.widget_block {
        margin-bottom: 28px;
    }
    .resources .all-link li {
        width: 46%;
    }
    /* .brand-templet .section_title::after {width: 425px;} */
    .section_title *::after {
        width: 100%;
        margin: -11px auto 0;
    }

    .collections-slider .slider-box .product-price-block .product-icon ul li:first-child img {
        width: 50px;
    }

    .main-wrpper .brand-wrp .brand-block-main {
        justify-content: unset !important;
    }
}

@media (max-width: 865px) {
    /* #mc_signup { padding-left: 25px; padding-right: 25px; } */
    html.mobile-menu-active {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .landing_container {
        width: auto;
    }
    .banner_block {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .banner_slider {
        justify-content: flex-start;
    }
    .header .header_logo img {
        width: 36px;
    }
    .header .logo_main h1,
    .header .logo_main span,
    .header .logo_main h5 {
        font-size: 14px;
        line-height: 18px;
    }
    .header .logo_main {
        padding: 15px 0 13px;
    }
    .banner_title {
        font-size: 24px;
        line-height: 29px;
    }
    .knife_title {
        font-size: 24px;
        line-height: 29px;
    }
    .banner_slider_items .knife_details_block ul li {
        width: 23px;
        height: 23px;
    }
    .banner_slider_items .knife_details_block {
        max-width: 90px;
        min-height: 130px;
        width: 90px;
    }
    .banner_slider_items {
        padding: 0 5px 0 4px;
    }
    .banner_slider_items .knife_details_block span {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 5px;
    }
    .banner_slider_items .knife_details_block p {
        line-height: 18px;
    }
    .banner_wrp .landing_container {
        padding: 0;
    }
    .banner_slider .left_slider {
        padding: 110px 12px 33px 38px;
    }
    .banner_slider .right_slider {
        padding: 110px 38px 33px 12px;
    }
    .section_title {
        font-size: 22px;
        line-height: 27px;
    }
    .section_title::after {
        width: 300px;
        margin: -10px auto 0;
    }
    .popular_services_wrp .popular_services_section {
        padding: 30px 0 0;
    }
    .popular_services_block .populer_text h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .popular_services_block .populer_text h3::after {
        font-size: 12px;
    }
    .popular_services_block .populer_text {
        left: 17px;
    }
    .popular_services_block {
        margin: 0 5px 10px;
        height: calc(100% - 10px);
    }
    .latest_articles_section .row {
        flex-direction: column-reverse;
    }
    .latest_articles_section .right_article {
        margin: 0 0 18px 0;
    }
    .latest_articles_block .latest_articles_content p {
        font-size: 12px;
        margin: 0 0 7px;
    }
    .latest_articles_block .latest_articles_content h3,
    .latest_articles_block .latest_articles_content a.title {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10px;
    }
    .latest_articles_block .latest_articles_content span {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 7px 0;
    }
    .latest_articles_block .latest_articles_content a {
        font-size: 18px;
    }
    .footer_logo {
        margin: 24px 0 0;
    }
    .footer_logo::before {
        top: -24px;
    }
    .footer_logo::after {
        /* width: 150px;
        height: 150px; */
        display: none;
    }
    .footer_logo span {
        font-size: 24px;
        line-height: 29px;
        padding: 0 0 22px;
    }
    .bottom_footer .footer_right ul li a {
        width: 33px;
        height: 33px;
        font-size: 23px;
    }
    .bottom_footer {
        flex-direction: column-reverse;
        padding: 42px 0 19px;
    }
    .bottom_footer .footer_left li a {
        font-size: 18px;
        line-height: 22px;
    }
    .bottom_footer .footer_left li {
        display: block;
        padding: 5px 0;
        text-align: center;
    }
    .footer_right {
        padding: 0 0 33px;
    }
    .footer_new .copyright p {
        font-size: 12px;
        line-height: 16px;
    }
    .footer_new .copyright {
        padding: 10px 0 30px;
    }
    .footer_new .copyright::after {
        height: 9.5px;
    }
    .latest_articles_section .latest_articles_block .latest_articles_content {
        max-width: 100%;
    }
    .latest_articles_section .latest_articles_block a {
        margin-right: 10px;
    }
    .altest_articles_wrp {
        padding: 20px 0 21px;
    }
    .banner_wrp {
        padding: 35px 0 45px;
    }
    .banner_slider .left_slider::before {
        top: 51%;
    }
    .banner_slider .right_slider::after {
        top: 51%;
    }
    .latest_articles_section .left_articles .latest_articles_block .article_img {
        width: 45%;
    }
    .latest_articles_section .left_articles .latest_articles_block .latest_articles_content {
        width: 55%;
    }
    .banner_slider .right_slider .banner_slider_items:nth-last-child(2) .knife_block img {
        width: 49px;
    }
    .banner_slider .right_slider .banner_slider_items:last-child .knife_block img {
        width: 47px;
    }
    .brand-templet .sidebar .widget.widget_search {
        margin-bottom: 60px;
    }
    .brand-templet .sidebar .widget.widget_block {
        margin-bottom: 30px;
    }
    .brand-templet .article {
        border-left: none;
        border-right: none;
    }
    .section_title *::after {
        margin: -9px auto 0;
        width: 100%;
    }

    .collections-slider .slider-box .box-img {
        margin: 50px 0 50px 0 !important;
    }

    .collections-slider .slider-box .product-price-block .product-icon ul li:first-child img {
        width: 50px;
    }
}

@media screen and (max-width: 767px) {
    .brand-templet .sidebar.c-4-12 {
        float: none;
        width: 100% !important;
    }
    .brand-templet .article {
        width: 100%;
    }
    .brand-templet .sidebar.c-4-12.brand-right {
        float: none;
        margin: 0 auto;
    }
    .secondary-navigation.brand-side .sidebar.sidebar-left {
        padding-top: 0px;
        padding-right: 0;
    }
    .secondary-navigation.brand-side {
        margin-top: 0;
        top: -15px;
    }
    .resources .all-link li {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .latest_articles_block .latest_articles_content span {
        font-size: 16px;
        line-height: 22px;
    }
    .latest_articles_block .latest_articles_content h3,
    .latest_articles_block .latest_articles_content a.title {
        font-size: 18px;
        line-height: 21px;
    }
    .banner_wrp .landing_container {
        padding: 0;
        max-width: 100%;
    }
    .brand-templet .sidebar.c-4-12 {
        width: 25%;
    }
    .brand-templet .article {
        padding-top: 45px;
    }
    .secondary-navigation.brand-side .sidebar.sidebar-left {
        padding-top: 25px;
    }
    .sidebar .widget {
        margin-top: 35px;
    }
    .brand-banner .b-head h1,
    .b-head h5 {
        font-size: 32px;
        line-height: 42px;
    }
    .brand-banner .b-head {
        padding-top: 64px;
    }
    .brand-banner {
        /*width: 515px;*/
        height: 440px;
    }
    .all-flex-text {
        margin: -300px 0px 0px;
    }
    .brand-templet .rank-math-breadcrumb p {
        padding: 14px 8px;
    }
    .all-flex-text .flag-text {
        width: 100%;
        text-align: center;
        margin-bottom: 22px;
        padding: 0;
    }
    .rank-math-breadcrumb .culinary-block .image {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
        text-align: center;
    }
    .rank-math-breadcrumb .culinary-block {
        flex-direction: column;
    }
    .flag-text .img-text .f-text {
        margin-left: 22px;
    }
    .flag-text .img-text .f-text p {
        font-size: 11px;
        line-height: 13px;
    }
    .flag-text .img-text .image img {
        width: 60px;
        height: 40px !important;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .all-flex-text .flag-text .img-text {
        text-align: left;
        padding: 28px 16px;
    }
    .rank-math-breadcrumb .culinary-block .text p {
        margin-bottom: 20px;
    }
    .brand-templet .rank-math-breadcrumb .culinary-block {
        margin-bottom: 30px;
    }
    .rank-math-breadcrumb .culinary-block {
        padding-bottom: 20px;
    }
    .mercer-collaction .bg-color-img .text p {
        margin-bottom: 15px;
    }
    .mercer-collaction .bg-color-img {
        flex-direction: column-reverse;
        margin-top: 0px;
    }
    .mercer-collaction .bg-color-img .image img {
        width: 469px;
        height: 214px !important;
    }
    .mercer-collaction .bg-color-img .image {
        margin-left: 0;
        margin-bottom: -163px;
        position: relative;
        text-align: right;
    }
    .mercer-collaction .bg-color-img .text {
        padding: 150px 32px 12px 32px;
        width: auto;
    }
    .collection-slide .slick-list {
        margin: 0px 40px;
    }
    .slider-section .collection-slide .text a::after {
        width: 145px;
    }
    .slider-section .collection-slide .text a {
        padding: 10px 10px;
    }
    .slider-section .collection-slide .image img {
        width: 179px;
        height: 74px !important;
    }
    .slider-section .collection-slide {
        margin: 25px 0px;
    }
    .knife-collaction .heading-text {
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .img-text-block .text p br {
        display: none;
    }
    .knife-collaction .head h3 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 28px;
    }
    .img-text-block .image img {
        width: 100%;
        height: auto !important;
    }
    .detail .text-price {
        width: 46%;
        margin-bottom: 10px;
        padding: 6px 6px;
    }
    .detail .all-box {
        width: 82%;
    }
    .img-text-block.left-image {
        flex-direction: column;
    }
    .right-image .text-title,
    .img-text-block .text-title {
        margin-bottom: 8px;
    }
    .img-text-block .text-title {
        margin-top: 8px;
    }
    .img-text-block .text-detail {
        width: 100%;
    }
    .img-text-block.right-image .image {
        margin-left: 0px;
    }
    .img-text-block.right-image {
        flex-direction: column-reverse;
    }
    .img-text-block.left-image,
    .img-text-block.right-image {
        margin-top: 28px;
    }
    .img-text-block .text-detail .logo {
        margin: 0px 6px 0px 10px;
        width: 50px;
        height: 50px;
    }
    .img-text-block.right-image .text {
        padding: 18px 40px 20px 18px;
    }
    .img-text-block .text-detail {
        background-color: #F1E5D8;
    }
    .img-text-block .text {
        min-height: auto;
    }
    .img-text-block.left-image .text {
        padding: 15px 15px 20px 40px;
    }
    .img-text-block.right-image .image::before {
        width: 100%;
    }
    .img-text-block .image-title {
        width: auto;
    }
    .img-text-block.left-image .image {
        margin-right: 0px;
    }
    .brand-templet .knife-collaction {
        padding: 0px 25px 20px;
    }
    .img-text-block .text p {
        margin-bottom: 10px;
    }
    .img-text-block .text-title::before {
        width: 100%;
    }
    .brand-templet .knife-category {
        margin: 25px 0px 15px;
    }
    .img-text-block .text-detail .detail {
        flex-wrap: wrap;
        margin-top: 0;
        margin-right: 0;
    }
    /* .brand-templet .section_title {font-size: 20px;line-height: 25px;} */
    .knife-category .image-link {
        margin-bottom: 20px;
    }
    .knife-category .image-link .image img {
        width: 205px;
        height: 205px !important;
    }
    .knife-category .image-link .link-text a {
        margin-top: 8px;
        font-size: 14px;
        line-height: 17px;
    }
    .knife-category .category-slide {
        margin: 25px -10px 0px;
    }
    .knife-review .review-slide {
        margin: 25px 0px 30px;
    }
    .brand-templet .knife-review {
        padding: 25px 0px 25px;
    }
    .rank-math-breadcrumb .culinary-block .image img {
        width: 469px;
        height: 295px !important;
    }
    .brand-templet .recommendations {
        margin: 25px 0px 25px;
    }
    .review-slide .image-link .image img {
        width: 140px;
        height: 153px !important;
    }
    .review-slide .image-link .image .link-text a {
        font-size: 16px;
        line-height: 20px;
    }
    .review-slide .image-link .image .link-text {
        padding: 0px 10px;
        bottom: 10px;
    }
    .recommendations .recommendations-slide {
        margin: 30px 25px 25px;
    }
    .recommendations-slide .slick-slide img {
        width: 195px;
        height: 91px !important;
    }
    .resources .all-link {
        width: 100%;
    }
    .resources {
        margin-top: 60px;
        padding: 20px 15px;
    }
    .resources .all-link li {
        margin-bottom: 15px;
    }
    .recommendations-slide .image-link .title-text span {
        margin: 10px 0px;
        font-size: 15px;
        line-height: 18px;
    }
    .resources .resources-link {
        margin: 20px 0px 0px;
        flex-direction: column;
    }
    .collection-slide .slide-arrow svg {
        width: 50%;
    }
    .brand-templet .section_title::after {
        width: 380px;
    }
}

@media (max-width: 575px) {
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 6;
    }
    .order-3 {
        order: 7;
    }
    .order-4 {
        order: 2;
    }
    .order-5 {
        order: 3;
    }
    .order-6 {
        order: 4;
    }
    .order-7 {
        order: 5;
    }
    .popular_services_wrp .popular_services_section .row {
        margin: 0;
    }
    /* .popular_services_block {margin: 0 0 10px;} */
    .brand-templet .article {
        padding-left: 0;
        padding-right: 0;
        padding-top: 12px;
    }
    .brand-banner .b-head h1,
    .b-head h5 {
        font-size: 30px;
        line-height: 34px;
    }
    .brand-banner {
        /*width: 331px;*/
        height: 500px;
    }
    .brand-banner .b-head {
        padding-top: 64px;
    }
    .all-flex-text {
        flex-direction: column;
        margin: -332px 0px 0px;
    }
    .all-flex-text .flag-text {
        width: 100%;
        text-align: center;
        margin-bottom: 22px;
    }
    .all-flex-text .flag-text .img-text {
        padding: 28px 16px;
        text-align: left;
    }
    .brand-templet .rank-math-breadcrumb p {
        padding: 0;
    }
    .brand-templet .rank-math-breadcrumb {
        padding: 8px 5%;
    }
    .brand-templet .rank-math-breadcrumb .culinary-block {
        margin: 58px 32px 75px;
    }
    .rank-math-breadcrumb .culinary-block {
        flex-direction: column;
    }
    .rank-math-breadcrumb .culinary-block {
        padding-bottom: 30px;
    }
    .rank-math-breadcrumb .culinary-block .image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    /* .brand-templet .section_title {font-size: 22px;line-height: 26px;} */
    .mercer-collaction .bg-color-img {
        margin-top: 26px;
        flex-direction: column-reverse;
    }
    .mercer-collaction .bg-color-img .image img {
        width: 330px;
        height: 153px !important;
    }
    .mercer-collaction .bg-color-img .image {
        margin-left: 0;
        margin-bottom: -118px;
        position: relative;
        text-align: right;
    }
    .mercer-collaction .bg-color-img .text {
        width: auto;
        padding: 138px 32px 12px 30px;
    }
    /* .slider-section .collection-slide {margin: 43px 60px 43px;} */
    .slider-section .collection-slide {
        margin: 36px 0 27px;
    }
    .slider-section .collection-slide .text a {
        padding: 9px 17px;
        font-size: 10px;
        line-height: 12px;
    }
    .slider-section .collection-slide .text a br {
        display: none;
    }
    .slider-section .collection-slide .image img {
        width: 100%;
        height: auto !important;
        margin-bottom: -6px;
    }
    .slider-section .collection-slide .slider {
        margin: 8px 8px 16px;
    }
    .brand-templet .knife-collaction {
        padding: 0px 32px 42px;
    }
    .knife-collaction .head h3 {
        margin-bottom: 33px;
    }
    .img-text-block.right-image .image {
        margin-left: 0;
    }
    .img-text-block.right-image .image::before {
        width: 100%;
    }
    .img-text-block .image-title {
        width: 100%;
    }
    .img-text-block.right-image .image::before {
        width: 100%;
    }
    .img-text-block .image img {
        width: 100%;
        height: 112px !important;
    }
    .right-image .text-title {
        margin-bottom: 8px;
        display: none;
    }
    .img-text-block .text-detail {
        width: 100%;
        background-color: #F1E5D8;
    }
    .rank-math-breadcrumb .culinary-block .image img {
        width: 266px;
        height: 167px !important;
    }
    .img-text-block.right-image .text {
        padding: 34px 16px 20px 16px;
    }
    .img-text-block .text-detail .detail {
        flex-wrap: wrap;
        margin-right: 8px;
        margin-left: 8px;
        margin-top: 0px;
    }
    .detail .text-price {
        width: 45%;
        margin: 0px 5px 10px;
        padding: 10px 10px;
    }
    .img-text-block .text-detail .logo {
        margin: 0px 10px 0px 0;
    }
    .detail .all-box {
        width: 76%;
    }
    .detail .text-price span {
        font-size: 12px;
        line-height: 14px;
    }
    .detail .text-price p {
        font-size: 12px;
        line-height: 14px;
    }
    /* .moretext {display: block !important;} */
    /* .knife-collaction .more-collect {display: none;} */
    .img-text-block.left-image .image {
        margin-right: 0;
    }
    .img-text-block .text-title {
        margin-bottom: 8px;
        display: none;
    }
    .img-text-block .text-title::before {
        width: 100%;
    }
    .img-text-block.left-image .text {
        padding: 34px 16px 20px 16px;
    }
    .moretext .img-text-block.left-image {
        margin-top: 40px;
    }
    .img-text-block.left-image {
        flex-direction: column;
    }
    .img-text-block.right-image {
        flex-direction: column-reverse;
    }
    .brand-templet .knife-category {
        margin: 20px 32px 50px;
    }
    .brand-templet .section_title br {
        display: none;
    }
    .knife-category .category-slide {
        margin: 60px -10px 0px;
    }
    .knife-category .image-link .image img {
        width: 100%;
        height: 267px !important;
    }
    .knife-category .image-link .link-text a {
        font-size: 20px;
        line-height: 24px;
    }
    .brand-templet .knife-review {
        padding: 50px 0px 50px 32px;
    }
    .brand-templet .recommendations {
        margin: 50px 32px 50px;
    }
    /* .review-slide .image-link .image img {width: 251px;height: 275px !important;} */
    .review-slide .image-link .image img {
        width: 100%;
        height: auto !important;
    }
    .knife-review .review-slide {
        margin: 60px 0px 45px;
    }
    /* .knife-review .slider.slick-slide {opacity: 0.2;} */
    .recommendations-slide .slick-slide img {
        width: 246px;
        height: 115px !important;
    }
    /* .knife-review .slider.slick-slide.slick-current.slick-active {opacity: 1;} */
    .recommendations .recommendations-slide {
        margin: 60px 0px 50px;
    }
    .resources {
        padding: 60px 32px 0px;
    }
    .resources .resources-link {
        margin: 35px 0px 0px;
        flex-direction: column;
    }
    .resources .all-link {
        width: 100%;
    }
    .resources .all-link li {
        margin-bottom: 40px;
    }
    /* .brand-templet .section_title::after {width: 100%;} */
    .brand-templet .section_title::after {
        width: 296px;
    }
    #nav-toggle {
        left: 32px;
    }
    .header_menu .landing_container {
        padding-left: 32px;
        padding-right: 32px;
    }
    .landing_container {
        padding: 0;
    }
    .brand-templet .sidebar.c-4-12.brand-right {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .brand-templet .sidebar.c-4-12.brand-right iframe {
        width: 100%;
    }
    .collection-slide .slick-list {
        margin: 0;
        padding: 0 40px !important;
    }
    .collection-slide .slick-arrow svg {
        width: 50px;
        height: 50px;
    }
    .mercer-collaction .section_title {
        margin-left: 32px;
        margin-right: 32px;
    }

    .noteworthy-ratings {
        flex-direction: column;
    }
}

@media (max-width: 359px) {
    .img-text-block .image img {
        width: 100%;
        height: 95px !important;
    }
    /* .knife-category .image-link .image img {width: 235px;height: 255px !important;} */
    .knife-category .image-link .image img {
        width: 100%;
        height: auto !important;
    }
    .slider-section .collection-slide .text a::after {
        width: 100%;
    }
    .resources .all-link li {
        margin-bottom: 20px;
    }
    .rank-math-breadcrumb .culinary-block .image img {
        width: 255px;
        height: 160px !important;
    }
    .brand-templet .rank-math-breadcrumb .culinary-block {
        margin: 58px 15px 75px;
    }
    #nav-toggle {
        left: 15px;
    }
    .header_menu .landing_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .landing_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .brand-templet .landing_container {
        padding: 0;
    }
    .brand-templet .knife-collaction {
        padding: 0 15px 42px;
    }
    .brand-templet .knife-category {
        margin: 100px 15px 50px;
    }
    .brand-templet .section_title::after {
        max-width: 296px;
        width: 100%;
    }
    .brand-templet .knife-review {
        padding: 50px 15px;
    }
    .slider-section .collection-slide {
        margin: 43px 0;
    }
    .mercer-collaction .section_title {
        margin-left: 15px;
        margin-right: 15px;
    }
}


/* ======= Responsive View End ====== */

.nav-collapse.open_menu {
	background-color: #E1DDD2;
}

.container {
    float: none;
}



/*----------------18-02-2022-start------------------------*/

/* disclaimer-start */

.main-wrpper .brand-wrp .brand-block-main {
    display: flex;
    justify-content: space-between;
}

.main-wrpper .brand-wrp .brand-block-main .disclaimer-section {
    width: 174px;
    margin-right: -112px;
}

.main-wrpper .brand-wrp .brand-block-main .disclaimer-section p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #21202E;
}

.main-wrpper .brand-wrp .brand-block-main .disclaimer-section p i {
    display: none;
}

.main-wrpper .brand-wrp .brand-block-main .disclaimer-section strong {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #21202E;
}

/* disclaimer-end */

/* breadcrumb-navbar-start */

.brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a,
.brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #21202E;
}

.brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a {
	position: relative;
		padding-right: 40px;
}

.brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a:hover {
    color: #cba274;
}

.brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #21202E;
    border-left: 2px solid #21202E;
    transform:  translate(0, -50%) rotate(135deg);
    -webkit-transform:  translate(0, -50%) rotate(135deg);
    -moz-transform:  translate(0, -50%) rotate(135deg);
    -ms-transform:  translate(0, -50%) rotate(135deg);
    -o-transform:  translate(0, -50%) rotate(135deg);
}

.brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p span.separator {
    display: none;
}

.breadcrumb, .rank-math-breadcrumb {
	border-bottom: none;
	padding:0 ;
	padding-bottom: 25px;
}

/* breadcrumb-navbar-end */

/* social-icon-start */

.brand-wrp .brand-block-main .brands-block .addtoany_shortcode .addtoany_list {
	display: flex;
	align-items: center;
}

.brands-block .social-bx.open {
    width: auto;
    width: fit-content;
    padding: 0 20px 0 10px;
}

.brands-block .social-bx.open ul {
    opacity: 1;
    visibility: visible;
    width: auto;
}

.brand-wrp .brand-block-main .brands-block .social-bx .addtoany_shortcode .addtoany_list a span {
    background-color: #FFFFFF !important;
    width: 23px !important;
    line-height: 23px !important;
    height: 22px !important;
    background-size: 23px !important;
}

.brand-wrp .brand-block-main .brands-block .social-bx .addtoany_shortcode .addtoany_list a span svg path {
    fill: #3cb5ff !important;
}

/* social-icon-end */


/*----------responsive-start-------------*/

@media (max-width: 1300px) and (min-width: 865px) {

    /* disclaimer-start */

    .main-wrpper .brand-wrp .brand-block-main .disclaimer-section {
        margin-right: -35px;
    }

    /* disclaimer-end */

}

@media (max-width: 864px) and (min-width: 768px) {

	/* disclaimer-start */

    .main-wrpper .brand-wrp .brand-block-main .disclaimer-section {
        width: 124px;
        margin-right: 0;
    }

	/* disclaimer-end */

}

@media (min-width: 991px) {

    /* social-icon-start */

    .brands-block .social-bx:hover {
        width: auto;
        width: fit-content;
        padding: 0 20px 0 10px;
    }
    .brands-block .social-bx:hover ul {
        opacity: 1;
        visibility: visible;
        width: auto;
    }

    /* social-icon-end */

}

@media (max-width: 767px) {

    /* disclaimer-start */

	.main-wrpper .brand-wrp .brand-block-main {
        display: block;
        position: relative;
    }

    .main-wrpper .brand-wrp .brand-block-main .disclaimer-section {
        position: absolute;
        width: 174px;
		top:0 ;
        right: 10%;
		padding-top: 5px;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .main-wrpper .brand-wrp .brand-block-main .disclaimer-section p {
        position: relative;
        font-size: 12px;
        line-height: 15px;
		display: flex;
    	align-items: center;
		cursor: pointer;
    }

    .main-wrpper .brand-wrp .brand-block-main .disclaimer-section p i {
        display: inline-block;
        font-size: 4px;
        padding: 3px 4px 2px 4px;
        border: 1px solid black;
        margin-right: 5px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .main-wrpper .brand-wrp .brand-block-main .disclaimer-section p strong {
		display: none;
        position: absolute;
        top: -710%;
        right: 45%;
        width: 228px;
        background-color: white;
        padding: 9px 7px 9px 15px;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
        font-size: 10px;
        line-height: 13px;
    }

	.main-wrpper .brand-wrp .brand-block-main .disclaimer-section.show p strong {
		display: block;
	}

    .main-wrpper .brand-wrp .brand-block-main .disclaimer-section.show p strong:after {
        content: "";
        position: absolute;
        background-color: #ffffff;
        border: 0px solid #ffffff;
        border-color: transparent transparent transparent transparent;
        bottom: -6px;
        left: 57%;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        width: 15px;
        height: 15px;
        box-shadow: -3px 3px 6px rgb(0 0 0 / 16%);
        -webkit-box-shadow: -3px 3px 6px 0px rgb(0 0 0 / 16%);
        -moz-box-shadow: -3px 3px 6px rgb(0 0 0 / 16%);
    }

    /* disclaimer-end */

	/* breadcrumb-navbar-start */

    .breadcrumb, .rank-math-breadcrumb {
        padding-bottom: 21px;
    }

    .brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a, .brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p span {
        font-size: 12px;
        line-height: 16px;
    }

	.brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a {
		padding-right: 20px;
	}

    .brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a:after {
        right: 10px;
        width: 6px;
        height: 6px;
    }

    /* breadcrumb-navbar-end */

	/* slick-dots-color-start */

    .collections-information .collections-slider .slick-dots .slick-active button {
        color: #21202E;
        opacity: 100%;
    }

    .noteworthy-ratings p {
        margin-bottom: 5px;
    }

    .full-stars {font-size: 14px;}
    .empty-stars {font-size: 14px;}
    /* slick-dots-color-end */

}

@media (max-width: 575px) {

    /* breadcrumb-navbar-start */

    .breadcrumb, .rank-math-breadcrumb {
        padding-left: 20px;
    }

    /* breadcrumb-navbar-end */

}

@media (max-width: 350px) {

    /* disclaimer-start */

    .main-wrpper .brand-wrp .brand-block-main .disclaimer-section {
        padding-top: 0;
        margin-top: -20px;
    }

    /* disclaimer-end */

}

/*----------responsive-end---------------*/

/*----------------18-02-2022-end--------------------------*/

/*========24/02/2023 start=========*/
.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ECBE24;
}

.full-stars {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.full-stars {
    color: #ECBE24 !important;
}

.noteworthy-wrp .slider-box {
    display: block;
}

/* .culinarys-slider,
.noteworthy-slider,
.collections-slider,
.quality-slider {
    opacity: 0;
}

.culinarys-slider .slick-initialized,
.noteworthy-slider .slick-initialized,
.collections-slider .slick-initialized,
.quality-slider .slick-initialized {
    opacity: 1;
} */

.collections-slider .slider-box .box-img {
    margin: 92px 0 94px 0 ;
}

.review-box {
    display: block;
}

.culinarys-box {
    display: block; 
}

.review-part {
    display: block;
}

.noteworthy-ratings {
    display: flex;
    justify-content: space-between;
}

.noteworthy-ratings .ratings i {
    font-weight: 900 !important;
}

.collections-slider .slider-box .price-info ul li img {
    width: 50px;
}

.collections-slider .slider-box .slide-number p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #21201e;
    display: flex;
    align-items: center;
}

.collections-slider .slider-box .slide-number p span {
    height: 26px;
    width: 26px;
    border-radius: 100%;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #21201e;
}

.brands-block .social-bx ul li a svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
}

.brands-block .social-bx.open ul {
    display: flex;
}

.social-bx.open ul {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/*========24/02/2023 end=========*/

/*=====01/03/2023 start======*/
.accordion .accordion-item .accordion-body .accordion-body-content ul li a {
    margin-left: 0 !important;
}

.accordion .accordion-item .accordion-body .accordion-body-content ul li.inner-txt a {
    margin-left: 30px !important;
}

.brands-block .social-bx:hover a {
    color: #d8d8d8;
}

/* .social-bx ul li a svg g path,
.social-bx ul li a svg path {
    fill: #03A9F4 !important;
} */

@media (min-width: 448px) and (max-width: 575px){
    .brand-wrp .brands-block .brands-info span {
        padding: 0 !important;
    }
    .resources-block ul li a  {
        display: block;
    }

    .accordion .accordion-item .accordion-body .accordion-body-content ul li {
        font-size: 14px !important;
    }
}

@media (max-width: 447px) {
    .brand-wrp .brands-block .brands-info span {
        padding: 0 !important;
    }

    .brand-block-main .accordion .accordion-item .accordion-body .accordion-body-content ul li {
        font-size: 14px !important;
    }
    .collections-slider .slider-box h4 {
        font-size: 23px !important;
    }
    .resources-block ul li a  {
        display: block;
    }

    .accordion .accordion-item .accordion-body .accordion-body-content ul li.inner-txt a {
        margin-left: 20px !important;
    }
    }

    @media (min-width: 375px) and (max-width: 430px) {
        .resources-block ul li a {
            font-size: 12px !important;
            display: block;
        }       
    }

    @media (max-width: 374px) {
        .collections-slider .slider-box .btn-box ul li a {
            margin-top: 6px;
        }
    }

    @media (min-width: 350px) and (max-width: 420px) {
        .brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a {
            padding-right: 10px !important;
            font-size: 10px !important;
            line-height: 12px !important;
        }
        .brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p span {
            font-size: 10px !important;
            line-height: 12px !important;
        }
        .brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a:after {
            right: 3px !important;
        }
        .main-wrpper .brand-wrp .brand-block-main .disclaimer-section p i {
            margin-right: 3px !important;
        }
        .main-wrpper .brand-wrp .brand-block-main .disclaimer-section p {
            font-size: 10px !important;
            line-height: 18px !important;
        }

        .brand-wrp .disclaimer-section {
            padding-left: 2px !important;
        }
    }
/*=====01/03/2023 end======*/


/*-------------------------------------------16-03-2023-start---------------------------------------*/

.collections-slider .slick-track
{
    display: flex !important;
}

.collections-slider .slick-slide {
    height: auto !important;
}

.collections-slider .slider-box {
    height: 100%;
}

.reviews-wrp .reviews-slider .slick-track {
    margin-left: 0;
}

.main-wrpper .brand-wrp .brand-block-main .disclaimer-section strong {
    font-weight: 400;
}

@media (min-width: 992px) {
    .collections-slider .slider-box .price-info ul li:first-child {
        text-align: center !important;
    }
}

@media (max-width: 992px) {
    .collections-slider .slider-box .price-info ul li:nth-child(3) h5 {
        flex: 0 0 35%;
        text-align: left !important;
    }
    .collections-slider .slider-box .price-info ul li:nth-child(3) p {
        text-align: right !important;
    }
}


@media (max-width: 767px) {
    .reviews-wrp .reviews-slider .slick-track {
        transform: unset !important;
        -webkit-transform: unset !important;
        -moz-transform: unset !important;
        -ms-transform: unset !important;
        -o-transform: unset !important;
}
}

@media (min-width: 350px) and (max-width: 379px) {
    .brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a {
        padding-right: 15px!important;
    }
    .brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a:after {
        right: 6px!important;
    }
}

@media (min-width: 380px) and (max-width: 420px) {
    .brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a {
        padding-right: 20px!important;
    }
    .brands-block .brand-breadcrumb-navbar .rank-math-breadcrumb p a:after {
        right: 10px!important;
    }
}

/*-------------------------------------------16-03-2023-end-----------------------------------------*/

/*21-03-2023*/
.reviews-wrp .review-box img {
    height: 258px !important;
    object-fit: cover;
}

.reviews-wrp .review-box h3 {
    height: 63px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .reviews-wrp .review-box img {height: 228px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .reviews-wrp .review-box img { height: 208px !important;}
}

@media (max-width: 767px) {
    .reviews-wrp .review-box img { height: 146px !important;}
    .reviews-wrp .review-box h3 {height: 100%;margin: 0;}
}

@media (max-width: 420px) {
    .reviews-wrp .review-box img {width: 146px;}
}

/*21-03-2023*/

/*============23/03/2023==========*/
.collections-wrp .quality-slider .slider-box img {
    width: 185px !important;
    height: 185px !important;
}

.noteworthy-wrp .slider-box img {
    width: auto !important;
    max-height: 100% !important;
    object-fit: contain;
}

.noteworthy-img {
    height: 275px;
    width: 262px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.noteworthy-wrp .slider-box .prd-info h3 {
    height: 48px;
}

.collections-slider .slider-box .btn-top-box {
    padding: 0 0 70px 0;
}

.collections-slider .slider-box .btn-box {
    border-top: 1px solid #e0dcd1;
    padding: 20px 0 !important;    
    width: 91%;
    /* height: 62px; */
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: 0 40px !important;
}

.reviews-sec2-wrp.reviews-wrp {
    padding: 0 !important;
    padding-bottom: 100px !important;
}

.reviews-slider .slick-prev.slick-arrow:before, .reviews-slider .slick-next.slick-arrow:before {
    color: #21201e;
    font-size: 30px;
}

.reviews-slider .slick-prev.slick-arrow, .reviews-slider .slick-next.slick-arrow {
    top: -100px;
    left: auto;
    right: 70px;
}

.reviews-slider .slick-next.slick-arrow {
    left: auto;
    right: 0;
}

.collection-banner.zi-col {
    padding-bottom: 100px;
}

@media (min-width: 1500px) and (max-width: 1599px) {
    .collections-slider .slider-box .btn-box {width: 89.5%;}
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .collections-slider .slider-box .btn-box {width: 90%;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .collections-wrp .quality-slider .slider-box img {
        width: 230px !important;
        height: 208px !important;
    }
    .collections-slider .slider-box .btn-box {
        width: 88.1%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .noteworthy-wrp .slider-box .prd-info h3 {
        height: 38px;
    }
    .noteworthy-img {
        height: 225px;
        width: 212px;
    }

    .collections-slider .slider-box .btn-top-box {
        padding: 0 0 60px 0;
    }

    .collections-slider .slider-box .btn-box {
        margin: 0 15px !important;
        bottom: 1px;
        width: 94.2%;
        padding: 15px 0 !important;
    }
}

@media (max-width: 767px) {
    .noteworthy-img {
        height: 184px;
        width: 164px;
    }
    .noteworthy-wrp .slider-box .prd-info h3 {
        margin: 0 0 17px;
        height: 28px;
    }

    .collections-slider .slider-box .btn-top-box {
        padding: 0 0 80px 0;
    }

    .collections-slider .slider-box .btn-box {
        margin: 0 15px !important;
        bottom: 1px;
        width: 90%;
        padding: 15px 0 !important;
    }
    .reviews-sec2-wrp.reviews-wrp {
        padding-bottom: 50px !important;
    }

    .reviews-slider .slick-prev.slick-arrow:before, .reviews-slider .slick-next.slick-arrow:before {
        display: none;
    }
    .collection-banner.zi-col {
        padding-bottom: 50px;
    }
}

@media (max-width: 447px) {
    .noteworthy-img {
        width: 138px;
    }
    .noteworthy-wrp .slider-box .prd-info h3 {
        height: 34px;
    }
}

@media (max-width: 355px) {
    .noteworthy-img {
        width: 160px;
    }
}

.resources-block ul li a:before {
    top: -2px !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.social-bx ul li a svg g path, .social-bx ul li a svg path {
    color: #21201e !important;
}

.social-bx ul li a:hover svg g path, .social-bx ul li a:hover svg path {
    opacity: 0.8;
}

.noteworthy-wrp .slider-box {
    height: 444px;
}

.reviews-slider .multiple-items .slick-slide .rating {
    height: 34px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .culinarys-wrp .culinarys-slider .culinarys-box h3 {
        height: 56px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .noteworthy-wrp .slider-box {
        height: 384px;
    }
    .culinarys-wrp .culinarys-slider .culinarys-box h3 {
        height: 56px;
    }   
}

@media (max-width: 767px) {
    .noteworthy-wrp .slider-box {
        height: 314px;
    }

    .reviews-slider .multiple-items .slick-slide .rating {
        height: 24px;
    }
    .reviews-wrp .review-box h3 {
        height: 38px;
    }
}

@media (max-width: 376px) {
    .noteworthy-wrp .slider-box .prd-info h3 {
        margin: 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .culinarys-wrp .culinarys-slider .culinarys-box h3 {
        height: 42px;
    }
}

@media (min-width: 448px) and (max-width: 575px) {
    .culinarys-wrp .culinarys-slider .culinarys-box h3 {
        height: 42px;
    }
    .noteworthy-wrp .slider-box .prd-info h3 {
        margin: 0 !important;
    }
}

@media (max-width: 447px) {
    .culinarys-wrp .culinarys-slider .culinarys-box h3 {
        height: 42px;
    }
    .noteworthy-wrp .slider-box .prd-info h3 {
        margin: 0 !important;
    }
}