@import"https://fonts.googleapis.com/css2?family=Lora:wght@400..700&family=Source+Sans+3:wght@200..900&display=swap";


.slick-carousel-4 .slick-slide,
.slick-carousel-2 .slick-slide {
    margin-left: 20px;
    margin-right: 0;
    width: 163px
}

.slick-carousel-4 .slick-list,
.slick-carousel-2 .slick-list {
    margin-left: -20px;
    margin-right: 0;
    margin-bottom: 30px
}

.slick-carousel-4 .slick-prev,
.slick-carousel-4 .slick-next,
.slick-carousel-2 .slick-prev,
.slick-carousel-2 .slick-next {
    display: none !important
}

.slick-carousel-4 ul.slick-dots,
.slick-carousel-2 ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.slick-carousel-4 ul.slick-dots li,
.slick-carousel-2 ul.slick-dots li {
    list-style: none;
    width: 8px;
    height: 8px;
    background: rgba(229, 125, 138, .5);
    border-radius: 50%;
    cursor: pointer
}

.slick-carousel-4 ul.slick-dots li button,
.slick-carousel-2 ul.slick-dots li button {
    opacity: 0;
    cursor: pointer
}

.slick-carousel-4 ul.slick-dots li.slick-active,
.slick-carousel-2 ul.slick-dots li.slick-active {
    background: #e57d8a
}

.slick-carousel-2 {
    overflow: hidden
}

.slick-carousel-2 .slick-slide {
    width: 100%
}

.slick-carousel-2 .slick-list {
    margin-bottom: 76px
}

*,
*::before,
*::after {
    box-sizing: border-box
}

body {
    font-family: "Source Sans 3", sans-serif;
    color: #041523;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    background: #fff8f7
}

.d-block {
    display: block
}

.text-capitalize {
    text-transform: capitalize
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.btn {
    font-family: "Source Sans 3", sans-serif;
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    border: solid 1px rgba(0, 0, 0, 0)
}

.btn.btn-primary {
    background: #ff8a99;
    color: #fff;
    transition: all .2s ease-in
}

.btn.btn-primary:hover {
    background: #96224b
}

.btn.btn-secondary {
    background: #fff;
    color: #ff8a99;
    border-color: #ff8a99;
    transition: all .2s ease-in
}

.btn.btn-secondary:hover {
    border-color: #96224b;
    color: #96224b
}

@media screen and (max-width: 767px) {
    .btn.btn-secondary {
        background: #ff8a99;
        color: #fff
    }
    .btn.btn-secondary:hover {
        background: #96224b;
        color: #fff
    }
}

.btn.btn-outline {
    background: #fff;
    color: #ff8a99;
    border-color: #ff8a99
}

a {
    text-decoration: none;
    color: #041523
}

a:hover,
a:focus {
    color: #041523
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.size-40,
.size-27 {
    font-family: "Lora"
}

h2,
.h2 {
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-default);;
    font-size: var(--fs-heading1);
}

.size-27 {
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-default);;
    font-size: var(--fs-heading2);
    letter-spacing: .15px
}

h3,
.h3 {
    font-size: var(--fs-xxxl);
    line-height: var(--line-height-default);
    font-weight: 600
}

h4,
.h4 {
    font-size: var(--fs-xxl);
    line-height: var(--line-height-default);
}

h5,
.h5 {
    font-size: var(--fs-xl);
    line-height: var(--line-height-default);
}

h6,
p,
.size-16,
.size-15,
.size-14,
.size-12,
.size-10 {
    font-family: "Source Sans 3", sans-serif
}

h6,
.h6 {
    font-size: var(--fs-l);
    font-weight: 600;
    line-height: var(--line-height-default);
}

.inner_page {
    min-height: 330px
}

.inner_page h6,
.inner_page .h6 {
    margin-bottom: 22px;
    color: #ff8857
}

p{
    font-weight: 400;
}

p,
.size-16 {
    font-size: var(--fs-base);
    font-weight: 400;
    color: #031523;
    line-height: var(--line-height-default);
    letter-spacing: .15px
}

.size-14 {
    font-size: var(--fs-sm) !important;
    font-weight: 400;
    line-height: var(--line-height-default);
}

.size-12 {
    font-size: var(--fs-xs);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);
    letter-spacing: .15px
}

.mt-0 {
    margin-top: 0px !important
}

.mb-0 {
    margin-bottom: 0px !important
}

.mb-4 {
    margin-bottom: 4px !important
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-45 {
    margin-top: 45px
}

.mt-30 {
    margin-top: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mt-100 {
    margin-top: 100px
}

.mt-120 {
    margin-top: 120px
}

.pt-60 {
    padding-top: 60px
}

.pb-18 {
    padding-bottom: 18px !important
}

.pb-60 {
    padding-bottom: 60px
}

.pt-45 {
    padding-top: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

@media screen and (max-width: 991px) {
    .pl-14 {
        padding-left: 14px
    }
    .pr-14 {
        padding-right: 14px
    }
}

.container-fluid {
    max-width: 1200px;
    margin: 0 auto
}

ul {
    padding: 0;
    margin: 0
}

img {
    max-width: 100%
}

.image_card {
    position: relative;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

.image_card img {
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

@media screen and (max-width: 767px) {
    .image_card {
        justify-content: start
    }
}

.tabbing_custom {
    display: flex;
    align-items: center;
    column-gap: 25px
}

.tabbing_custom li {
    list-style: none
}

.tabbing_custom li a {
    font-size: var(--fs-sm);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-default);
    text-decoration-line: none;
    text-transform: uppercase
}

.tabbing_custom li.active a {
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .tabbing_custom {
        column-gap: 25px;
        flex-wrap: wrap;
        row-gap: 10px
    }
}

.pagination ul li {
    list-style: none
}

.pagination ul li a {
    display: inline-block;
    margin: 0 5px;
    color: #4ca1bc;
    font-size: var(--fs-xl);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-default);
}

.pagination ul li a.active {
    text-decoration: underline
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.line-clamp1 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.line-clamp2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.cd-breadcrumb {
    display: flex;
    padding: 0;
    padding: 30px 0;
    margin: 0;
    flex-wrap: wrap
}

.cd-breadcrumb li {
    color: #ff8857;
    list-style: none;
    text-transform: uppercase;
    font-size: var(--fs-sm);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);
}

.cd-breadcrumb li a {
    color: #ff8857;
    font-size: var(--fs-sm);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);
}

.cd-breadcrumb li a:after {
    content: "";
    display: inline-block;
    border-top: solid 1px #ff8857;
    border-right: solid 1px #ff8857;
    transform: rotate(45deg);
    height: .35em;
    width: .38em;
    margin: 0 .4em .2em
}

.cd-breadcrumb li em {
    font-style: normal
}

@media screen and (max-width: 767px) {
    .cd-breadcrumb {
        padding-left: 14px;
        padding-right: 14px
    }
}

.bg-01 {
    background: #f8f0e5
}

.bg-02 {
    background: #a5ccd1
}

.bg-03 {
    background: #fadfdf
}

.bg-04 {
    background: #ffa883
}

.header-wrapper {
    background: #ff8a99;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.header-wrapper .header-wrapper__brand img {
    width: 100px;
    height: auto
}

.header-wrapper__navigation ul {
    display: flex;
    gap: 0px
}

.header-wrapper__navigation ul li {
    list-style: none
}

.header-wrapper__navigation ul li a {
    padding: 29px 30px;
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);;
    text-decoration-line: none;
    font-family: "Source Sans 3", sans-serif
}

.header-wrapper__navigation ul li a:hover {
    text-decoration: underline
}

.header-wrapper__navigation ul li a.active {
    text-decoration: underline
}

.header-wrapper__navigation ul li .dropdown-menu {
    z-index: 1;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: none;
    left: 50% !important;
    width: 93%;
    margin: 0 auto;
    transform: translateX(-50%) !important;
    margin-top: 117px !important;
    top: 50px
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper {
    background-color: #fff;
    padding: 34px 80px 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    overflow-y: auto;
    max-height: 80vh
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft {
    width: 80%;
    min-width: 80%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-between
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft .dropdown-menu-wrapper__box {
    position: relative;
    padding-left: 38px;
    padding-top: 5px;
    margin-bottom: 30px;
    width: 30%
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft+.dropdown-menu-wrapper__box {
    width: 17%
}

@media screen and (max-width: 767px) {
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft {
        display: block;
        width: 100%
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft .dropdown-menu-wrapper__box {
        width: 100%;
        margin-bottom: 0;
        padding: 15px 20px 15px 50px;
        border-bottom: solid 1px #f1f1f1
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft .dropdown-menu-wrapper__box h2,
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft .dropdown-menu-wrapper__box .h2 {
        margin: 0
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft .dropdown-menu-wrapper__box h2 a,
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft .dropdown-menu-wrapper__box .h2 a {
        border: none;
        margin: 0
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft .dropdown-menu-wrapper__box>a {
        display: none
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft .dropdown-menu-wrapper__box>img {
        left: 15px;
        top: 50%;
        transform: translateY(-50%)
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft+.dropdown-menu-wrapper__box {
        width: 100%;
        margin-bottom: 0;
        padding: 15px 20px 15px 50px;
        border-bottom: solid 1px #f1f1f1
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft+.dropdown-menu-wrapper__box h2,
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft+.dropdown-menu-wrapper__box .h2 {
        margin: 0
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft+.dropdown-menu-wrapper__box h2 a,
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft+.dropdown-menu-wrapper__box .h2 a {
        border: none;
        margin: 0
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft+.dropdown-menu-wrapper__box>a {
        display: none
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper .colleft+.dropdown-menu-wrapper__box>img {
        left: 15px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box {
    position: relative;
    padding-left: 38px;
    padding-top: 5px;
    margin-bottom: 30px;
    width: 20%
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box img {
    position: absolute;
    left: 0;
    top: 0
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box h2,
.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box .h2 {
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Source Sans 3", sans-serif
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box h2 a,
.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box .h2 a {
    font-weight: 600;
    text-decoration: none;
    color: #041523
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box h2 a:hover,
.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box .h2 a:hover {
    color: #041523
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box a {
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);;
    text-transform: capitalize;
    color: #041523;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    transition: all .2s ease-in
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box a:hover {
    color: #ff8a99
}

@media screen and (max-width: 767px) {
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box {
        width: 100%;
        margin-bottom: 0;
        padding: 15px 20px 15px 50px;
        border-bottom: solid 1px #f1f1f1
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box h2,
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box .h2 {
        margin: 0
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box h2 a,
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box .h2 a {
        border: none;
        margin: 0
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box>a {
        display: none
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper__box>img {
        left: 15px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper::-webkit-scrollbar {
    width: 5px
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper::-webkit-scrollbar-track {
    background: #ccc
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper::-webkit-scrollbar-thumb {
    background: #888
}

.header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555
}

.header-wrapper__navigation ul li .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    transition: .3s;
    margin-top: 117px !important
}

@media screen and (max-width: 767px) {
    .header-wrapper__navigation ul li .dropdown-menu {
        right: -100% !important;
        position: fixed !important;
        top: 0;
        left: inherit !important;
        width: 100%;
        transform: none !important;
        transition: all .2s ease-in;
        box-shadow: none;
        margin-top: auto !important;
        z-index: 102;
        height: 100vh
    }
    .header-wrapper__navigation ul li .dropdown-menu .dropdown-menu-wrapper {
        background: #fff8f7;
        padding: 0;
        display: block;
        height: 100%;
        overflow-y: auto;
        max-height: none;
        padding-bottom: 20px;
        filter: none
    }
    .header-wrapper__navigation ul li .dropdown-menu.show {
        right: 0 !important;
        left: initial
    }
}

.header-wrapper__navigation ul li:hover .dropdown-menu {
    margin-top: 44px !important
}

.header-wrapper__navigation ul li:hover .dropdown-menu.show {
    margin-top: 26px !important
}

@media screen and (max-width: 767px) {
    .header-wrapper__navigation ul li:hover .dropdown-menu {
        margin-top: 0px !important
    }
    .header-wrapper__navigation ul li:hover .dropdown-menu.show {
        margin-top: 0px !important
    }
}

@media screen and (max-width: 767px) {
    .header-wrapper__navigation {
        right: -100%;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff8f7;
        z-index: 101;
        transition: all .2s ease-in
    }
    .header-wrapper__navigation.show {
        right: 0
    }
}

@media screen and (max-width: 767px) {
    .header-wrapper__navigation ul {
        display: block;
        padding: 0 20px
    }
    .header-wrapper__navigation ul li {
        padding: 0;
        margin: 0px
    }
    .header-wrapper__navigation ul li a {
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: var(--line-height-default);;
        color: #031522;
        padding: 20px 15px;
        display: block;
        border-bottom: solid 1px #e9e9e9
    }
}

.header-wrapper__search__toggle {
    height: 25px;
    width: 25px;
    cursor: pointer;
    display: block
}

.header-wrapper__search__toggle.active {
    height: 25px;
    width: 25px;
    position: relative;
    overflow: hidden;
    display: block
}

.header-wrapper__search__toggle.active img {
    display: none
}

.header-wrapper__search__toggle.active:after,
.header-wrapper__search__toggle.active:before {
    position: absolute;
    left: 11px;
    content: " ";
    height: 22px;
    width: 2px;
    background-color: #fff;
    top: 0
}

.header-wrapper__search__toggle.active:before {
    transform: rotate(45deg)
}

.header-wrapper__search__toggle.active:after {
    transform: rotate(-45deg)
}

@media screen and (max-width: 767px) {
    .header-wrapper {
        padding: 12px 20px
    }
}

.header-wrapper .search-wrapper {
    display: none
}

.header-wrapper .search-result-wrapper {
    display: none
}

.header-wrapper.show {
    position: relative;
    padding-bottom: 65px
}

.header-wrapper.show .search-wrapper {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0px 48px;
    width: 100%
}

.header-wrapper.show .search-wrapper input[type=text] {
    width: 100%;
    border: 1px solid #ebebeb;
    background: #fbfbfb url(../img/search_active.webp) no-repeat 11px 8px;
    padding: 8px 36px 8px 47px;
    height: 40px;
    outline: none;
    box-shadow: none
}

.header-wrapper.show .search-wrapper input[type=text]:not(:valid) {
    background: #fbfbfb url(../img/search.webp) no-repeat 11px 8px
}

.header-wrapper.show .search-wrapper input[type=text]:not(:valid)~.close-icon {
    display: none
}

.header-wrapper.show .search-wrapper input[type=text]~.search-result-wrapper {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    height: 97vh;
    top: 140px;
    z-index: 100;
    padding: 20px 4%
}

.header-wrapper.show .search-wrapper input[type=text]~.search-result-wrapper strong {
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-default);;
    display: block;
    color: #979797;
    margin-bottom: 25px
}

.header-wrapper.show .search-wrapper input[type=text]~.search-result-wrapper ul {
    margin-bottom: 20px
}

.header-wrapper.show .search-wrapper input[type=text]~.search-result-wrapper ul li {
    list-style: none;
    margin-bottom: 10px
}

.header-wrapper.show .search-wrapper input[type=text]~.search-result-wrapper ul li a {
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);;
    text-transform: capitalize
}

@media screen and (max-width: 767px) {
    .header-wrapper.show .search-wrapper input[type=text]~.search-result-wrapper {
        top: 108px;
        height: 81vh
    }
}

.header-wrapper.show .search-wrapper input[type=text]:not(:valid)~.search-result-wrapper {
    display: none
}

.header-wrapper.show .search-wrapper .close-icon {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: 56px;
    top: 12px
}

@media screen and (max-width: 767px) {
    .header-wrapper.show .search-wrapper {
        padding: 0 18px
    }
    .header-wrapper.show .search-wrapper .close-icon {
        right: 23px;
        top: 13px
    }
}

@media screen and (max-width: 767px) {
    .header-wrapper.show {
        padding-bottom: 56px
    }
}

.discover {
    position: relative
}

.discover__img {
    height: 479px;
    position: relative;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #fff
}

.discover__img img {
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.discover .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px
}

@media screen and (max-width: 767px) {
    .discover.mt-30 {
        margin-top: 0 !important
    }
    .discover__img {
        height: 270px
    }
}

@media screen and (max-width: 414px) {
    .discover__img {
        height: 280px
    }
}

@media screen and (max-width: 393px) {
    .discover__img {
        height: 265px
    }
}

@media screen and (max-width: 375px) {
    .discover__img {
        height: 252px
    }
}

@media screen and (max-width: 360px) {
    .discover__img {
        height: 243px
    }
}

.our-standard {
    background: #4ca1bc;
    padding: 40px 110px;
    text-align: center
}

.our-standard * {
    color: #fff
}

.our-standard__box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 50px
}

@media screen and (max-width: 475px) {
    .our-standard__box {
        padding: 0 0
    }
}

.our-standard__box__col {
    font-size: var(--fs-xl);
    font-weight: 600
}

.our-standard__box__col span {
    width: 66px;
    height: 66px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    border: solid 1px #fff
}

@media screen and (max-width: 475px) {
    .our-standard__box__col span {
        width: 56px;
        height: 56px;
        padding: 5px
    }
}

.our-standard__box__col span svg {
    width: 24px;
    height: 24px
}

@media screen and (max-width: 767px) {
    .our-standard {
        padding: 40px 50px
    }
    .our-standard.mt-60 {
        margin-top: 0;
        padding: 30px
    }
    .our-standard h2 {
        margin-top: 0px
    }
}

.latest-product h2,
.latest-product .h2 {
    color: #ff8857;
    margin-top: 0px;
    margin-bottom: 22px
}

.latest-product h4,
.latest-product .h4 {
    color: #ff8857;
    margin-top: 45px;
    margin-bottom: 22px;
    font-family: 'Source Sans 3';
}



@media screen and (max-width: 767px) {
    .latest-product {
        padding-left: 14px;
        padding-right: 14px
    }
}

.product-wrapper__image {
    margin-bottom: 15px;
    background: #fff;
    position: relative;
    width: 163px;
    height: 233px
}

.product-wrapper__image a {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.product-wrapper__image a img {
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

@media screen and (max-width: 767px) {
    .product-wrapper__image {
        width: 100%
    }
}

.product-wrapper__image .add-compare-cta,
.product-wrapper__image .delete-compare-product {
    width: 40px;
    height: 40px;
    background: #ff8a99;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ff8a99;
    opacity: 0
}

.product-wrapper__image .add-compare-cta img.close-compare,
.product-wrapper__image .delete-compare-product img.close-compare {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
    transition: all .2s ease-in
}

.product-wrapper__image .add-compare-cta.show,
.product-wrapper__image .delete-compare-product.show {
    opacity: 1
}

.product-wrapper__image .add-compare-cta.show.active,
.product-wrapper__image .delete-compare-product.show.active {
    background: #fff
}

.product-wrapper__image .add-compare-cta.show.active img.close-compare,
.product-wrapper__image .delete-compare-product.show.active img.close-compare {
    transform: rotate(0deg);
    filter: none
}

.product-wrapper__caption span {
    color: #041523;
    font-weight: 400;
    line-height: var(--line-height-default);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0px
}

.product-wrapper__caption h6,
.product-wrapper__caption .h6 {
    font-weight: 600;
    line-height: var(--line-height-default);
    margin: 0 0 12px;
    color: #041523;
    transition: all .2s ease-in
}

.product-wrapper__caption h6:hover,
.product-wrapper__caption .h6:hover {
    text-decoration: underline
}

.product-wrapper__caption p {
    color: #041523;
    letter-spacing: .15px;
    margin-top: 0px
}

.latest-product .action {
    margin-top: 30px;
    text-align: center
}

.our-category .slick-slide {
    margin-left: 10px;
    width: 163px
}

.our-category .slick-list {
    margin-left: -10px;
    margin-bottom: 46px
}

.our-category__box {
    width: 99%;
    height: 160px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #041523;
    font-size: var(--fs-l);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    position: relative;
    overflow: hidden
}

.our-category__box .image {
    height: 160px;
    width: 100%;
    position: absolute;
    z-index: 0;
    display: flex;
    align-items: center;
    opacity: .3;
    justify-content: space-between
}

.our-category__box .image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    min-width: 100% !important;
    transition: all .2s ease-in
}

.our-category__box .image:hover img {
    transform: scale(1.1)
}

.our-category__box span {
    position: relative;
    z-index: 1;
    transition: all .2s ease-in
}

.our-category__box:hover span {
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .our-category {
        padding-left: 14px;
        padding-right: 14px
    }
}

.recent-reads__box .image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    height: 249px;
    position: relative;
    overflow: hidden
}

.recent-reads__box .image img {
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    transition: all .2s ease-in
}

.recent-reads__box .caption {
    margin-top: 10px
}

.recent-reads__box .caption a:hover {
    text-decoration: underline
}

.recent-reads__box .caption span {
    display: block;
    color: #ff8857;
    margin-bottom: 10px
}

.recent-reads__box .caption .h6 {
    color: #ff8857;
    line-height: var(--line-height-default);
    display: block;
    margin-bottom: 10px
}

.recent-reads__box .caption p {
    margin: 0

}

.recent-reads__box:hover .image img {
    transform: scale(1.1);
    transition: all .2s ease-in
}

@media screen and (max-width: 767px) {
    .recent-reads {
        padding-left: 14px;
        padding-right: 14px
    }
    .recent-reads .slick-carousel-2 .slick-list {
        padding: 0 20% 0 0 !important
    }
}

@media screen and (max-width: 767px) {
    .recent-reads .tab-content h2 {
        display: none
    }
}

.favourite-brands h2,
.recent-reads h2,
.our-category h2,
.compare-product h2 {
    color: #ff8857
}

.favourite-brands__wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.favourite-brands__wrapper .favourite-brands__logo {
    height: 181px;
    width: calc(100% / 4 - 9px);
    overflow: hidden;
}


.favourite-brands__logo {
    background: #fff;
    display: flex;
    align-items: center;
    height: 187px;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 175px
}

.favourite-brands__logo a{
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.favourite-brands__logo img {
   
    height: auto;
}

@media screen and (max-width: 767px) {
    .favourite-brands {
        padding-left: 14px;
        padding-right: 14px
    }
    .favourite-brands__wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 20px;
        row-gap: 20px
    }
    .favourite-brands__logo {
        width: 47%
    }
}

.favourite-brands.favourite-brands-page .favourite-brands__wrapper {
    flex-wrap: wrap
}

.favourite-brands.favourite-brands-page .favourite-brands__wrapper .favourite-brands__logo {
    width: 170px
}

@media screen and (max-width: 767px) {
    .favourite-brands.favourite-brands-page .favourite-brands__wrapper {
        column-gap: 22px;
        row-gap: 22px
    }
    .favourite-brands.favourite-brands-page .favourite-brands__wrapper .favourite-brands__logo {
        width: 46.7%
    }
}

.compare-product__box {
    padding: 17px;
    border: 1px solid #ffc7c2;
    height: 360px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.compare-product__box__col {
    width: 48%
}

.compare-product__box__col .image {
    position: relative;
    height: 233px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 10px
}

.compare-product__box__col .image img {
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.compare-product__box__col .h6 {
    line-height: var(--line-height-default);
}

.compare-product__box__col .h6:hover {
    color: #ff8a99
}

.compare-product__box .action {
    width: 100%;
    margin-top: 5px;
    padding-bottom: 0;
}

.compare-product .slick-carousel-2 .slick-list {
    margin-left: -46px
}

.compare-product .slick-carousel-2 .slick-slide {
    margin-left: 46px
}

@media screen and (max-width: 767px) {
    .compare-product {
        padding-left: 14px;
        padding-right: 14px
    }
    .compare-product .slick-carousel-2 .slick-list {
        padding: 0 0% 0 0 !important
    }
    .compare-product__box {
        gap: 14px;
        height: auto
    }
    .compare-product__box__col {
        width: 47%
    }
}

footer {
    background: #e57d8a;
    padding: 30px 30px;
    width: 100%
}

footer * {
    color: #fff
}

footer .brand-logo {
    margin-bottom: 30px
}

footer .footer-link {
    display: flex;
    flex-wrap: wrap;
    gap: 100px
}

footer .footer-link a {
    text-transform: uppercase;
    font-size: var(--fs-sm);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);;
    transition: all .2s ease-in
}

footer .footer-link a:hover {
    text-decoration: underline;
    color: #fff
}

@media screen and (max-width: 767px) {
    footer .footer-link {
        gap: 20px
    }
    footer .footer-link a {
        display: inline-block;
        width: 46%
    }
}

@media screen and (min-width: 768px) {
    .mobile-view {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .desktop-view {
        display: none !important
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .61);
    z-index: 100
}

.modal-header {
    display: none;
    background: #e57d8a;
    padding: 20px
}

.modal-header a {
    padding: 0 !important;
    border: none !important
}

@media screen and (max-width: 767px) {
    .modal-header {
        display: block
    }
}

.navigation_header_modal {
    display: none
}

@media screen and (max-width: 767px) {
    .navigation_header_modal {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 12px
    }
    .navigation_header_modal>div {
        display: flex;
        align-items: center;
        gap: 10px
    }
    .navigation_header_modal>div a {
        line-height: 1 !important;
        padding: 0px !important;
        border: none !important
    }
    .navigation_header_modal>div strong {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: var(--line-height-default);
    }
    .navigation_header_modal a.close_modal {
        line-height: 1 !important;
        padding: 0px !important;
        border: none !important
    }
}

body.modal-open {
    overflow: hidden
}

.learn_video_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px
}

/* .learn_video_wrapper .recent-reads__box {
    width: 328px
} */

@media screen and (max-width: 767px) {
    .learn_video_wrapper .recent-reads__box {
        width: 100%
    }
}

.learn_video_wrapper .recent-reads__box.img-left {
    display: flex;
    gap: 10px;
    align-items: start
}

.learn_video_wrapper .recent-reads__box.img-left .image {
    width: 134px;
    min-width: 134px;
    height: 143px
}

.learn_video_wrapper .recent-reads__box.img-left .caption {
    margin: 0
}

.learn_video_wrapper .recent-reads__box.img-left .caption h6,
.learn_video_wrapper .recent-reads__box.img-left .caption .h6 {
    line-height: var(--line-height-default);
}

.learn_video_wrapper .recent-reads__box.img-left .caption p {
    margin-bottom: 10px
}

.learn_video_wrapper .recent-reads__box.img-left .caption a.read-more {
    color: #4ca1bc;
    font-weight: 600;
    line-height: var(--line-height-default);
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .learn_video_wrapper {
        gap: 32px
    }
}

.related_exploring__wrapper {
    display: flex;
    gap: 52px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.related_exploring__wrapper a {
    display: block;
    width: 46%;
    border: 2px solid #e57d8a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 160px;
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-default);
    color: #031522;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .related_exploring__wrapper {
        gap: 12px;
        flex-wrap: wrap
    }
    .related_exploring__wrapper a {
        width: 48%
    }
}

.shop-card-wrapper__container {
    display: flex;
    gap: 15px;
    align-items: center
}

.shop-card-wrapper__container__col {
    width: 48%;
    display: flex;
    row-gap: 20px;
    flex-direction: column
}

.shop-card-wrapper__container__col a {
    font-weight: 600;
    line-height: var(--line-height-default);
    text-transform: uppercase
}

.shop-card-wrapper__container__col a img {
    margin-left: 5px
}

.shop-card-wrapper__container__col .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 249px;
    position: relative;
    overflow: hidden
}

.shop-card-wrapper__container__col .image img {
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    transition: all .2s ease-in
}

.shop-card-wrapper__container__col .image:hover img {
    transform: scale(1.1)
}

.shop-card-wrapper__productWrapper .slick-carousel-4 ul.slick-dots li {
    background: rgba(4, 21, 35, .6)
}

.shop-card-wrapper__productWrapper .slick-carousel-4 ul.slick-dots li.slick-active {
    background: #041523
}

@media screen and (max-width: 767px) {
    .shop-card-wrapper {
        padding-left: 14px;
        padding-right: 14px
    }
    .shop-card-wrapper__container {
        flex-wrap: wrap;
        row-gap: 20px
    }
    .shop-card-wrapper__container__col {
        width: 100%
    }
    .shop-card-wrapper__container__col h2 {
        margin: 0
    }
    .shop-card-wrapper__container__col p {
        margin: 0
    }
}

.top-picks {
    background: #ff8857;
    padding: 35px 54px
}

.top-picks * {
    color: #fff
}

.top-picks h4,
.top-picks .h4 {
    margin-top: 0;
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-default);
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 20px
}

.top-picks ul li {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);
}

.top-picks ul li span {
    font-family: "Lora";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-default);
}

.top-picks ul li:last-child {
    margin-bottom: 0px
}

@media screen and (max-width: 767px) {
    .top-picks {
        padding: 35px 35px;
        margin-left: -14px;
        margin-right: -14px
    }
}

.articale-wrapper h2,
.articale-wrapper .h2 {
    margin-top: 0;
    margin-bottom: 10px
}

.articale-wrapper h2 span,
.articale-wrapper .h2 span {
    font-size: var(--fs-l);
    font-style: normal;
    line-height: var(--line-height-default);
    font-family: "Source Sans 3", sans-serif;
    display: inline-block;
    margin-left: 7px
}

.articale-wrapper .image_card {
    background: #fff;
    height: 337px
}

.articale-wrapper .image_card.height-240 {
    height: 240px
}

.articale-wrapper__description h6,
.articale-wrapper__description .h6 {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 0px;
    color: #ff8857
}

.articale-wrapper__description span {
    color: #ff8857
}

.articale-wrapper__score {
    background: #4ca1bc;
    border: solid 1px #4ca1bc;
    text-align: center;
    padding: 30px;
    margin-bottom: 40px
}

.articale-wrapper__score * {
    color: #fff
}

.articale-wrapper__score strong {
    font-weight: 700
}

.articale-wrapper__score h2,
.articale-wrapper__score .h2 {
    color: #fff;
    margin: 30px 0;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-default);
}

.articale-wrapper__score h2 span,
.articale-wrapper__score .h2 span {
    opacity: .6;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-default);
    font-family: "Lora"
}

.articale-wrapper__score a {
    font-weight: 600;
    line-height: var(--line-height-default);
    text-transform: uppercase
}

.articale-wrapper__score a:hover,
.articale-wrapper__score a:focus {
    color: #fff !important;
    text-decoration: underline
}

@media screen and (max-width: 767px) {
    .articale-wrapper__score {
        margin-left: -14px;
        margin-right: -14px
    }
}

.articale-wrapper .action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center
}

.articale-wrapper .action a {
    display: inline-block;
    min-width: 250px;
    margin: 0 auto
}

.articale-wrapper ul {
    padding-left: 30px
}

.articale-wrapper ul li {
    font-size: var(--fs-base);
    font-weight: 400;
    color: #031523;
    line-height: var(--line-height-default);
    letter-spacing: .15px;
    margin-bottom: 8px
}

.share-icon {
    display: flex;
    align-items: center;
    gap: 14px
}

.share-icon h6,
.share-icon .h6 {
    margin: 0;
    color: #041523
}

.share-icon a {
    width: 41px;
    height: 41px;
    display: table;
    align-items: center;
    min-width: 41px;
    border-radius: 50px;
    min-height: 41px;
    text-align: center;
    vertical-align: middle
}

.share-icon a.facebook {
    background: #4267b2;
    padding-top: 11px
}

.share-icon a.mail {
    background: rgba(217, 217, 217, .48);
    padding-top: 11px
}

.share-icon a.twitter {
    background: #1da1f2;
    padding-top: 10px
}

.share-icon a.gplus {
    background: #db4a39;
    padding-top: 9px
}

.related-article-wrapper>h2,
.related-article-wrapper>.h2 {
    color: #ff8857
}

.related-article-wrapper .related-article {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.related-article-wrapper .related-article .recent-reads__box .image {
    height: 235px
}

@media screen and (min-width: 768px) {
    .related-article-wrapper .related-article .recent-reads__box {
        width: 31%
    }
}

.related-article-wrapper .related-article .recent-reads__box p {
    margin-bottom: 10px
}

.related-article-wrapper .related-article .recent-reads__box .read-more {
    font-weight: 600;
    line-height: var(--line-height-default);
    color: #4ca1bc;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .related-article-wrapper .related-article .recent-reads__box {
        display: flex;
        gap: 10px;
        align-items: start
    }
    .related-article-wrapper .related-article .recent-reads__box .image {
        width: 134px;
        min-width: 134px;
        height: 143px
    }
    .related-article-wrapper .related-article .recent-reads__box .caption {
        margin-top: 0
    }
    .related-article-wrapper .related-article .recent-reads__box .caption h6,
    .related-article-wrapper .related-article .recent-reads__box .caption .h6 {
        line-height: var(--line-height-default);
        -webkit-line-clamp: inherit
    }
}

.compare-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.compare-product-wrapper .compare-product__box {
    width: 47%;
    height: auto
}

.compare-product-wrapper .compare-product__box__col a.h6 {
    margin-bottom: 0;
    color: #031523
}

.compare-product-wrapper .compare-product__box__col a.h6:hover {
    color: #ff8a99
}

.compare-product-wrapper .compare-product__box .action .btn-secondary {
    background: #ff8a99;
    color: #fff
}

@media screen and (max-width: 767px) {
    .compare-product-wrapper .compare-product__box {
        width: 100%
    }
}

.compare-product-wrapper.left-spacing {
    padding-left: 100px
}

@media screen and (max-width: 767px) {
    .compare-product-wrapper.left-spacing {
        padding-left: 0
    }
}

.compare-product-wrapper.compare-table-page {
    position: relative
}

.compare-product-wrapper.compare-table-page:before {
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 110px;
    background: #d8d8d8
}

.compare-product-wrapper.compare-table-page .compare-product-wrapper__box {
    width: 163px
}

.compare-product-wrapper.compare-table-page .compare-product-wrapper__box .product-wrapper__caption .action {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    flex-direction: column
}

.compare-product-wrapper.compare-table-page .compare-product-wrapper__box .product-wrapper__caption .action a {
    width: auto;
    display: inline-block;
    text-align: center
}

.compare-product-wrapper.compare-table-page .compare-product-wrapper__box.add-product-to-compare .product-wrapper__image {
    background: rgba(216, 216, 216, .7)
}

@media screen and (max-width: 767px) {
    .compare-product-wrapper.compare-table-page {
        gap: 16px
    }
    .compare-product-wrapper.compare-table-page:before {
        display: none
    }
    .compare-product-wrapper.compare-table-page .compare-product-wrapper__box .product-wrapper__caption .action {
        padding-top: 0
    }
}

.product-detail-wrapper {
    display: flex;
    column-gap: 65px
}

.product-detail-wrapper .product_info,
.product-detail-wrapper .product_description {
    width: 48%
}

.product-detail-wrapper .product_info h2,
.product-detail-wrapper .product_info .h2,
.product-detail-wrapper .product_description h2,
.product-detail-wrapper .product_description .h2 {
    margin: 0 0 0px;
    color: #ff8857
}

.product-detail-wrapper .product_info span.brand-name,
.product-detail-wrapper .product_description span.brand-name {
    line-height: var(--line-height-default);
    text-transform: uppercase;
    color: #ff8857;
    display: block;
    margin-bottom: 20px
}

.product-detail-wrapper .product_info>p,
.product-detail-wrapper .product_description>p {
    margin: 0
}

.product-detail-wrapper .product_info__rating,
.product-detail-wrapper .product_description__rating {
    margin-top: 32px;
    background: #4ca1bc;
    padding: 30px 0
}

.product-detail-wrapper .product_info__rating h2,
.product-detail-wrapper .product_info__rating .h2,
.product-detail-wrapper .product_description__rating h2,
.product-detail-wrapper .product_description__rating .h2 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px
}

.product-detail-wrapper .product_info__rating h2 span,
.product-detail-wrapper .product_info__rating .h2 span,
.product-detail-wrapper .product_description__rating h2 span,
.product-detail-wrapper .product_description__rating .h2 span {
    opacity: .5;
    color: #fff
}

.product-detail-wrapper .product_info__rating>strong,
.product-detail-wrapper .product_description__rating>strong {
    font-weight: 700;
    color: #fff
}

.product-detail-wrapper .product_info__rating .nav-tabs,
.product-detail-wrapper .product_description__rating .nav-tabs {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    border-bottom: solid 1px rgba(255, 255, 255, .7)
}

.product-detail-wrapper .product_info__rating .nav-tabs li,
.product-detail-wrapper .product_description__rating .nav-tabs li {
    list-style: none;
    min-width: 160px;
    text-align: center
}

.product-detail-wrapper .product_info__rating .nav-tabs li button,
.product-detail-wrapper .product_description__rating .nav-tabs li button {
    background: none;
    border: none;
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-default);
    color: #fff;
    width: 100%;
    border-bottom: solid 3px rgba(0, 0, 0, 0);
    padding: 6px;
    cursor: pointer
}

.product-detail-wrapper .product_info__rating .nav-tabs li button span.icon,
.product-detail-wrapper .product_description__rating .nav-tabs li button span.icon {
    width: 43px;
    height: 43px;
    border: solid 1px #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px
}

.product-detail-wrapper .product_info__rating .nav-tabs li button span.icon img,
.product-detail-wrapper .product_description__rating .nav-tabs li button span.icon img {
    display: block;
    margin: 0 auto;
    max-height: 24px;
    height: auto;
    width: auto
}

.product-detail-wrapper .product_info__rating .nav-tabs li button.active,
.product-detail-wrapper .product_description__rating .nav-tabs li button.active {
    border-bottom-color: #fff
}

.product-detail-wrapper .product_info__rating .nav-tabs li button.active span.icon,
.product-detail-wrapper .product_description__rating .nav-tabs li button.active span.icon {
    border-width: 2px
}

.product-detail-wrapper .product_info__rating .tab-content .tab-pane,
.product-detail-wrapper .product_description__rating .tab-content .tab-pane {
    display: none
}

.product-detail-wrapper .product_info__rating .tab-content .tab-pane.active,
.product-detail-wrapper .product_description__rating .tab-content .tab-pane.active {
    display: block
}

.product-detail-wrapper .product_info__rating .tab-content .tab-pane .score_safty,
.product-detail-wrapper .product_description__rating .tab-content .tab-pane .score_safty {
    background: rgba(255, 255, 255, .2);
    padding: 25px 10% 15px;
    display: flex;
    align-items: center
}

.product-detail-wrapper .product_info__rating .tab-content .tab-pane .score_safty strong,
.product-detail-wrapper .product_description__rating .tab-content .tab-pane .score_safty strong {
    width: 200px;
    color: #fff;
    font-weight: 700
}

.product-detail-wrapper .product_info__rating .tab-content .tab-pane .table_wrapper,
.product-detail-wrapper .product_description__rating .tab-content .tab-pane .table_wrapper {
    padding: 20px 10% 0
}

.product-detail-wrapper .product_info__rating .tab-content .tab-pane .table_wrapper table,
.product-detail-wrapper .product_description__rating .tab-content .tab-pane .table_wrapper table {
    width: 100%
}

.product-detail-wrapper .product_info__rating .tab-content .tab-pane .table_wrapper table tr td,
.product-detail-wrapper .product_description__rating .tab-content .tab-pane .table_wrapper table tr td {
    color: #fff;
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);
    padding: 8px 0;
    border-bottom: solid 1px rgba(255, 255, 255, .7)
}

.product-detail-wrapper .product_info__rating .tab-content .tab-pane .table_wrapper table tr:last-child td,
.product-detail-wrapper .product_description__rating .tab-content .tab-pane .table_wrapper table tr:last-child td {
    border-bottom: none;
    padding-bottom: 0
}

@media screen and (max-width: 767px) {
    .product-detail-wrapper .product_info__rating .tab-content .tab-pane .table_wrapper,
    .product-detail-wrapper .product_description__rating .tab-content .tab-pane .table_wrapper {
        padding: 20px 5% 0
    }
}

.product-detail-wrapper .product_info .action,
.product-detail-wrapper .product_description .action {
    margin: 38px 10% 40px
}

.product-detail-wrapper .product_info .action a.btn,
.product-detail-wrapper .product_description .action a.btn {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0
}

@media screen and (max-width: 767px) {
    .product-detail-wrapper .product_info .action,
    .product-detail-wrapper .product_description .action {
        margin: 0;
        padding: 15px;
        position: fixed;
        background: #fff;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 100
    }
}

.product-detail-wrapper .product_info .like-dislike-wrapper,
.product-detail-wrapper .product_description .like-dislike-wrapper {
    background: rgba(255, 136, 87, .3);
    padding: 40px
}

.product-detail-wrapper .product_info .like-dislike-wrapper h5,
.product-detail-wrapper .product_info .like-dislike-wrapper .h5,
.product-detail-wrapper .product_description .like-dislike-wrapper h5,
.product-detail-wrapper .product_description .like-dislike-wrapper .h5 {
    font-weight: 700;
    line-height: var(--line-height-default);
    letter-spacing: .15px;
    margin: 0 0 6px;
    color: #ff8857;
    font-family: "Source Sans 3", sans-serif
}

.product-detail-wrapper .product_info .like-dislike-wrapper ul,
.product-detail-wrapper .product_description .like-dislike-wrapper ul {
    margin-top: 10px;
    padding-left: 20px
}

.product-detail-wrapper .product_info .like-dislike-wrapper ul li,
.product-detail-wrapper .product_description .like-dislike-wrapper ul li {
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);
    letter-spacing: .15px;
    margin-bottom: 8px
}

@media screen and (max-width: 767px) {
    .product-detail-wrapper .product_info .like-dislike-wrapper,
    .product-detail-wrapper .product_description .like-dislike-wrapper {
        margin-top: 30px;
        padding: 20px
    }
}

@media screen and (max-width: 767px) {
    .product-detail-wrapper .product_info.hide-sticky .action,
    .product-detail-wrapper .product_description.hide-sticky .action {
        opacity: 0;
        visibility: hidden
    }
}

.product-detail-wrapper .product_info__image__box,
.product-detail-wrapper .product_info__image__boxThumb {
    height: 452px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #fff
}

.product-detail-wrapper .product_info__image__box img,
.product-detail-wrapper .product_info__image__boxThumb img {
    width: auto;
    height: auto;
    max-height: 100%;
    transition: all .2s ease-in
}

@media screen and (max-width: 767px) {
    .product-detail-wrapper .product_info__image__box,
    .product-detail-wrapper .product_info__image__boxThumb {
        height: 277px
    }
}

.product-detail-wrapper .product_info__image__boxThumb {
    height: 170px;
    width: 170px
}

.product-detail-wrapper .product_info__image .slider-thumb {
    display: none;
    margin-top: 23px
}

.product-detail-wrapper .product_info__image .slider-thumb .slick-track {
    margin-left: -30px
}

.product-detail-wrapper .product_info__image .slider-thumb .slick-track .slick-slide {
    margin-left: 30px
}

.product-detail-wrapper .product_info__image .slider-thumb .slick-prev,
.product-detail-wrapper .product_info__image .slider-thumb .slick-next {
    display: none !important
}

.product-detail-wrapper .product_info__image .product-thumbnail {
    display: flex;
    gap: 31px;
    margin-top: 23px;
    flex-wrap: wrap
}

.product-detail-wrapper .product_info__image .slick-dots {
    display: none !important
}

@media screen and (max-width: 767px) {
    .product-detail-wrapper .product_info__image .slick-dots {
        display: flex !important;
        margin-top: 20px;
        justify-content: center;
        gap: 10px
    }
    .product-detail-wrapper .product_info__image .slick-dots li {
        list-style: none
    }
    .product-detail-wrapper .product_info__image .slick-dots li button {
        font-size: 0;
        border-radius: 50px;
        width: 8px;
        height: 12px;
        border: none;
        background: rgba(229, 125, 138, .5)
    }
    .product-detail-wrapper .product_info__image .slick-dots li.slick-active button {
        background: #e57d8a
    }
}

.product-detail-wrapper .product_info .general-feature-wrapper {
    border-top: solid 1px rgba(109, 109, 109, .4)
}

.product-detail-wrapper .product_info .general-feature-wrapper__header {
    border-bottom: solid 1px #001524
}

.product-detail-wrapper .product_info .general-feature-wrapper__header h5,
.product-detail-wrapper .product_info .general-feature-wrapper__header .h5 {
    font-weight: 600;
    line-height: var(--line-height-default);;
    letter-spacing: .15px;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 18px;
    cursor: pointer;
    padding-right: 30px
}

.product-detail-wrapper .product_info .general-feature-wrapper__header h5.feature-toggle,
.product-detail-wrapper .product_info .general-feature-wrapper__header .h5.feature-toggle {
    position: relative
}

.product-detail-wrapper .product_info .general-feature-wrapper__header h5.feature-toggle:before,
.product-detail-wrapper .product_info .general-feature-wrapper__header .h5.feature-toggle:before {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #4ca1bc;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0
}

.product-detail-wrapper .product_info .general-feature-wrapper__header h5.feature-toggle.active:before,
.product-detail-wrapper .product_info .general-feature-wrapper__header .h5.feature-toggle.active:before {
    border-top: 10px solid #4ca1bc;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0
}

.product-detail-wrapper .product_info .general-feature-wrapper__detail table tr td,
.product-detail-wrapper .product_info .general-feature-wrapper__detail table tr th {
    border-top: solid 1px #001524;
    text-align: left;
    padding: 10px 0px;
    font-size: var(--fs-sm);
    font-style: normal;
    line-height: var(--line-height-default);;
    font-weight: 400
}

.product-detail-wrapper .product_info .general-feature-wrapper__detail table tr th {
    font-weight: 600
}

.product-detail-wrapper .product_info .general-feature-wrapper__detail table tr:first-child td,
.product-detail-wrapper .product_info .general-feature-wrapper__detail table tr:first-child th {
    border: none
}

@media screen and (max-width: 767px) {
    .product-detail-wrapper {
        flex-wrap: wrap
    }
    .product-detail-wrapper .product_info,
    .product-detail-wrapper .product_description {
        width: 100%
    }
    .product-detail-wrapper .product_info__rating .nav-tabs li,
    .product-detail-wrapper .product_description__rating .nav-tabs li {
        padding-left: 12px;
        padding-right: 12px;
        min-width: 110px
    }
    .product-detail-wrapper .product_info__rating .nav-tabs li button,
    .product-detail-wrapper .product_description__rating .nav-tabs li button {
        font-weight: 400
    }
    .product-detail-wrapper .product_info__rating .nav-tabs li button.active,
    .product-detail-wrapper .product_description__rating .nav-tabs li button.active {
        font-weight: 600
    }
    .product-detail-wrapper .product_info>p,
    .product-detail-wrapper .product_description>p {
        margin-top: 17px
    }
    .product-detail-wrapper .product_info .product-thumbnail {
        display: none
    }
    .product-detail-wrapper .product_info .share-icon {
        display: none
    }
    .product-detail-wrapper .product_info .general-feature-wrapper {
        padding: 15px;
        border-top: none;
        margin-top: 20px
    }
}

.product-category-wrapper {
    display: flex;
    column-gap: 20px;
    row-gap: 50px;
    flex-wrap: wrap
}

.product-category-wrapper .product-wrapper__caption p {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .product-category-wrapper .product-wrapper__image {
        width: 163px
    }
}

.filter-wrapper {
    position: absolute;
    left: 30px;
    width: 240px;
    margin-top: -50px
}

.filter-wrapper h4,
.filter-wrapper .h4 {
    font-family: "Source Sans 3", sans-serif;
    margin: 0 0 20px 0
}

.filter-wrapper__sortby {
    margin-bottom: 45px
}

.filter-wrapper__sortby>strong.size-16 {
    font-weight: 700;
    line-height: var(--line-height-default);;
    letter-spacing: .15px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.filter-wrapper__sortby__content .form-group {
    margin-bottom: 10px
}

.filter-wrapper__sortby__content .form-group label {
    cursor: pointer;
    position: relative;
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);;
    letter-spacing: .15px;
    padding-left: 30px
}

.filter-wrapper__sortby__content .form-group label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #041523;
    border-radius: 50%;
    top: 50%;
    left: 0rem;
    transform: translateY(-50%);
    transition: border-color 400ms ease
}

.filter-wrapper__sortby__content .form-group label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #e57d8a;
    border: 2px solid #e57d8a;
    border-radius: 50%;
    top: 50%;
    left: 0rem;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease
}

.filter-wrapper__sortby__content .form-group input[type=radio] {
    display: none
}

.filter-wrapper__sortby__content .form-group input[type=radio]:checked+label::before {
    border-color: #e57d8a
}

.filter-wrapper__sortby__content .form-group input[type=radio]:checked+label::after {
    transform: translateY(-50%) scale(0.55)
}

.filter-wrapper__filterby>strong.size-16 {
    font-weight: 700;
    line-height: var(--line-height-default);;
    letter-spacing: .15px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.filter-wrapper__filterby__box {
    margin-bottom: 45px
}

.filter-wrapper__filterby__box h5,
.filter-wrapper__filterby__box .h5 {
    font-family: "Source Sans 3", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-default);;
    letter-spacing: .15px;
    margin: 20px 0 17px
}

.filter-wrapper__filterby__box__content .form-group {
    margin-bottom: 10px
}

.filter-wrapper__filterby__box__content .form-group label {
    cursor: pointer;
    position: relative;
    font-size: var(--fs-base);
    font-style: normal;
    font-weight: 400;
    line-height: var(--line-height-default);;
    letter-spacing: .15px;
    padding-left: 30px
}

.filter-wrapper__filterby__box__content .form-group label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #041523;
    border-radius: 0;
    top: 50%;
    left: 0rem;
    transform: translateY(-50%);
    transition: border-color 400ms ease
}

.filter-wrapper__filterby__box__content .form-group input[type=checkbox] {
    display: none
}

.filter-wrapper__filterby__box__content .form-group input[type=checkbox]:checked+label::before {
    background: #e57d8a
}

.filter-wrapper__filterby__box__content .form-group input[type=checkbox]:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.filter-wrapper__header .selected-filter-wrapper {
    border-bottom: solid 2px #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 40px
}

.filter-wrapper__header .selected-filter-wrapper h5,
.filter-wrapper__header .selected-filter-wrapper .h5 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    line-height: var(--line-height-default);;
    letter-spacing: .15px;
    text-transform: uppercase;
    margin: 0 0 9px
}

.filter-wrapper__header .selected-filter-wrapper__catBox {
    overflow: hidden
}

.filter-wrapper__header .selected-filter-wrapper__catBox>strong.size-16 {
    font-weight: 600;
    line-height: var(--line-height-default);;
    letter-spacing: .15px;
    text-transform: uppercase;
    margin: 0 0 10px
}

.filter-wrapper__header .selected-filter-wrapper__catBox a.close-filter-list {
    border: 1px solid #ff8a99;
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: var(--fs-sm);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-default);;
    color: #ff8a99;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.filter-wrapper__header .selected-filter-wrapper__catBox a.close-filter-list img {
    margin-left: 10px;
    max-width: 13px;
    height: auto;
    position: relative;
    top: 1px
}

.filter-wrapper__header .selected-filter-wrapper .action {
    margin-top: 33px
}

.filter-wrapper__header .selected-filter-wrapper .action a {
    line-height: var(--line-height-default);;
    text-transform: capitalize;
    color: #4ca1bc
}

@media screen and (max-width: 767px) {
    .filter-wrapper {
        position: fixed;
        right: -100%;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #fff8f7;
        z-index: 101;
        top: 0;
        transition: all .2s ease-in;
        left: initial;
        bottom: 0
    }
    .filter-wrapper__footer {
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 25px 38px;
        margin-top: -1px;
        gap: 10px;
        justify-content: center;
        border-top: 1px solid #b3b3b3;
        display: none
    }
    .filter-wrapper__footer a.btn {
        padding: 15px 20px
    }
    .filter-wrapper.show {
        right: 0
    }
    .filter-wrapper.show .filter-wrapper__footer {
        display: flex
    }
    .filter-wrapper__header .selected-filter-wrapper {
        display: none
    }
    .filter-wrapper__header h4,
    .filter-wrapper__header .h4 {
        padding: 60px 20px 13px;
        border-bottom: solid 1px rgba(109, 109, 109, .4);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0
    }
    .filter-wrapper__header h4 a,
    .filter-wrapper__header .h4 a {
        line-height: var(--line-height-default);
        margin-top: 4px
    }
    .filter-wrapper__sortby {
        margin: 0
    }
    .filter-wrapper__sortby h5,
    .filter-wrapper__sortby .h5 {
        border-bottom: #e9e9e9 solid 1px;
        margin: 0;
        padding: 20px 27px;
        font-family: "Source Sans 3", sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: var(--line-height-default);;
        letter-spacing: .15px;
        position: relative
    }
    .filter-wrapper__sortby h5:before,
    .filter-wrapper__sortby .h5:before {
        border-top: 10px solid #4ca1bc;
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        right: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
    .filter-wrapper__sortby h5.active:before,
    .filter-wrapper__sortby .h5.active:before {
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid #4ca1bc;
        border-top: 10px solid rgba(0, 0, 0, 0);
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        right: 20px
    }
    .filter-wrapper__sortby>strong {
        display: none
    }
    .filter-wrapper__sortby__content {
        display: none;
        padding: 20px 23px
    }
    .filter-wrapper__sortby__content .form-group:last-child {
        margin-bottom: 0
    }
    .filter-wrapper__sortby__content.show {
        display: block;
        border-bottom: #e9e9e9 solid 1px
    }
    .filter-wrapper__filterby {
        margin: 0
    }
    .filter-wrapper__filterby h5,
    .filter-wrapper__filterby .h5 {
        border-bottom: #e9e9e9 solid 1px;
        margin: 0;
        padding: 20px 27px;
        cursor: pointer;
        position: relative
    }
    .filter-wrapper__filterby h5:before,
    .filter-wrapper__filterby .h5:before {
        border-top: 10px solid #4ca1bc;
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        right: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
    .filter-wrapper__filterby h5.active:before,
    .filter-wrapper__filterby .h5.active:before {
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        border-bottom: 10px solid #4ca1bc;
        border-top: 10px solid rgba(0, 0, 0, 0);
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        right: 20px
    }
    .filter-wrapper__filterby>strong {
        display: none
    }
    .filter-wrapper__filterby__box {
        margin: 0
    }
    .filter-wrapper__filterby__box__content {
        display: none;
        padding: 20px 23px
    }
    .filter-wrapper__filterby__box__content .form-group:last-child {
        margin-bottom: 0
    }
    .filter-wrapper__filterby__box__content.show {
        display: block;
        border-bottom: #e9e9e9 solid 1px
    }
}

.compare-cta {
    overflow: hidden
}

.compare-cta a.compare_cta_link {
    background: #ff8a99;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    font-size: var(--fs-sm);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-default);;
    color: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0)
}

.compare-cta a.compare_cta_link img {
    margin-left: 10px;
    max-width: 13px;
    height: 13px;
    position: relative;
    top: -1px;
    display: none
}

.compare-cta a.compare_cta_link.active {
    border-color: #ff8a99;
    background: #fff;
    color: #ff8a99
}

.compare-cta a.compare_cta_link.active img {
    display: block
}

@media screen and (max-width: 767px) {
    .category-page-tab-content {
        margin-top: -30px !important
    }
    .category-page-tab-content .filter-toggle-mobile {
        border-top: solid 1px rgba(109, 109, 109, .22);
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .category-page-tab-content .filter-toggle-mobile a {
        display: block;
        width: 50%;
        text-align: center;
        color: #041523;
        font-size: var(--fs-base);
        font-style: normal;
        font-weight: 600;
        line-height: var(--line-height-default);;
        text-transform: uppercase;
        padding: 3px 0
    }
    .category-page-tab-content .filter-toggle-mobile a+a {
        border-left: solid 1px #333
    }
}

.compare-modal {
    position: fixed;
    width: 100%;
    bottom: -100%;
    left: 0;
    background: #fff;
    padding: 37px 34px;
    border-top: 1px solid #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 50px;
    transition: all .2s ease-in
}

.compare-modal.show {
    bottom: 0
}

.compare-modal .image-wrapper {
    display: flex;
    gap: 16px
}

.compare-modal .image-wrapper__box .image {
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #001524;
    overflow: hidden;
    position: relative
}

.compare-modal .image-wrapper__box .image img {
    width: auto;
    height: auto;
    max-height: 100%;
    opacity: .5
}

.compare-modal .image-wrapper__box .image .caption {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.compare-modal .image-wrapper__box .image .caption h6,
.compare-modal .image-wrapper__box .image .caption .h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    margin: 0;
    font-size: var(--fs-l);
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-default);
}

.compare-modal .image-wrapper__box .image .caption a {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 14px
}

@media screen and (max-width: 767px) {
    .compare-modal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px
    }
    .compare-modal .action .btn-primary {
        background: #fff;
        border: solid 1px #ff8a99;
        color: #ff8a99
    }
    .compare-modal .image-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        max-height: 130px;
        overflow-y: auto
    }
}

.product-score-section {
    width: 590px
}

.product-score-section__overall {
    display: flex;
    align-items: center
}

.product-score-section__overall .box {
    width: 33.33%;
    color: #4ca1bc;
    text-align: center;
    font-family: "Lora";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-default);;
    text-align: left
}

.product-score-section__overall .box:first-child {
    font-style: normal;
    font-weight: 700;
    line-height: var(--line-height-default);;
    font-size: var(--fs-base);
    font-family: "Source Sans 3", sans-serif;
    letter-spacing: .15px;
    color: #041523
}

@media screen and (max-width: 767px) {
    .product-score-section__overall {
        flex-wrap: wrap
    }
    .product-score-section__overall .box:first-child {
        width: 100%;
        margin-bottom: 19px
    }
}

.product-score-section__compareTable .row {
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: rgba(4, 21, 35, .5) solid 1px;
    padding-bottom: 8px;
    margin-bottom: 8px
}

.product-score-section__compareTable .row.header .box {
    color: #4ca1bc;
    font-size: var(--fs-base);
    font-style: normal;
    line-height: var(--line-height-default);;
    font-weight: 700;
    font-family: "Lora"
}

.product-score-section__compareTable .row.header .box span {
    opacity: .6
}

.product-score-section__compareTable .row.header .box.image {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Source Sans 3", sans-serif
}

.product-score-section__compareTable .row .box {
    width: 33.33%;
    font-size: var(--fs-base);
    color: #041523
}

.product-score-section__compareTable .row .box:first-child {
    font-weight: 600
}

@media screen and (max-width: 767px) {
    .product-score-section__compareTable .row {
        flex-wrap: wrap;
        padding: 10px 0
    }
    .product-score-section__compareTable .row .box {
        width: 50%
    }
    .product-score-section__compareTable .row .box:first-child {
        width: 100%;
        margin-bottom: 5px
    }
    .product-score-section__compareTable .row.header .box:first-child {
        width: 100%;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .product-score-section {
        width: 100%
    }
}

.more-detail-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 0px 0px;
    transition: all .2s ease-in
}

.more-detail-popup .more-detail-popup-overlay {
    background: rgba(0, 0, 0, .2);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%
}

.more-detail-popup:not(.hide) .more-detail-popup-overlay {
    display: block
}

.more-detail-popup__wrapper {
    background: #fff8f7;
    width: 93%;
    position: relative;
    height: 100vh;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3)
}

.more-detail-popup__wrapper .action {
    margin: 0;
    padding: 15px;
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100
}

.more-detail-popup__wrapper .action a.btn {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0
}

@media screen and (min-width: 992px) {
    .more-detail-popup__wrapper {
        float: right;
        width: 40%;
        position: relative;
        height: 100vh
    }
    .more-detail-popup__wrapper .action {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
    .more-detail-popup__wrapper .action a.btn {
        width: 60%;
        margin-bottom: 0
    }
}

.more-detail-popup h6,
.more-detail-popup span.size-14,
.more-detail-popup .view-full-detail,
.more-detail-popup p {
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width: 991px) {
    .more-detail-popup p {
        padding-left: 0px;
        padding-right: 0px
    }
}

.more-detail-popup__body {
    height: 66vh;
    overflow-y: auto;
    padding-bottom: 20px
}

.more-detail-popup__body .view-full-detail {
    color: #4ca1bc;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    margin: 30px 0 10px
}

.more-detail-popup__body p {
    color: #041523
}

.more-detail-popup__body .product-detail-wrapper .product_info__image {
    margin-bottom: 30px
}

.more-detail-popup__body .product-detail-wrapper .product_description__rating {
    width: 100%
}

.more-detail-popup__body .product-detail-wrapper .product_description__rating .nav-tabs li {
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (min-width: 991px) {
    .more-detail-popup__body .product-detail-wrapper {
        display: block;
        position: relative
    }
    .more-detail-popup__body .product-detail-wrapper .product_info {
        padding: 0px 20px;
        width: 100%
    }
    .more-detail-popup__body .product-detail-wrapper .product_info .product-thumbnail {
        display: none
    }
    .more-detail-popup__body .product-detail-wrapper .product_info__image .slick-dots {
        display: flex !important;
        margin-top: 20px;
        justify-content: center;
        gap: 10px
    }
    .more-detail-popup__body .product-detail-wrapper .product_info__image .slick-dots li {
        list-style: none
    }
    .more-detail-popup__body .product-detail-wrapper .product_info__image .slick-dots li button {
        font-size: 0;
        border-radius: 50px;
        width: 8px;
        height: 12px;
        border: none;
        background: rgba(229, 125, 138, .5)
    }
    .more-detail-popup__body .product-detail-wrapper .product_info__image .slick-dots li.slick-active button {
        background: #e57d8a
    }
    .more-detail-popup__body .product-detail-wrapper .product_info__image__box {
        height: 277px
    }
}

.more-detail-popup__body::-webkit-scrollbar {
    width: 5px
}

.more-detail-popup__body::-webkit-scrollbar-track {
    background: #f1f1f1
}

.more-detail-popup__body::-webkit-scrollbar-thumb {
    background: #888
}

.more-detail-popup__body::-webkit-scrollbar-thumb:hover {
    background: #555
}

.more-detail-popup .share-icon {
    justify-content: end;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

.more-detail-popup.hide {
    right: -100%
}

.more-detail-popup .navigation_header_modal {
    display: block;
    padding: 20px 20px
}

.hero-banner__img .photo {
    width: 100% !important;
    height: auto;
    display: block
}

.hero-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0px;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.hero-banner__content .title {
    color: #fff;
    width: 50%;
    font-size: var(--fs-banner-heading);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px
}

.hero-banner__content .btn {
    position: static;
    transform: none
}

@media(max-width: 991px) {
    
    .hero-banner__content .title {
        font-size: var(--fs-xl);
        line-height: var(--line-height-default);
        max-width: 90%;
        width:50%;
    }
}

@media(max-width: 991px)and (max-width: 475px) {
    .hero-banner__content {
        padding-left: 0px
    }
    
}

/*# sourceMappingURL=custom.css.map */