body {
    font-family: "Montserrat", sans-serif;
}
html {
    scroll-behavior: smooth;
}
:root {
    --primary: #754C24;
    --black: #000000;
    --white: #FFFFFF;
    --style-inf: 14px;
    --style-xl: 18px;
}
html body ol,
html body ul {
    margin: 0;
    padding: 0;
}
html body ul,
html body ol,
html body li {
    list-style: none;
}
img {
    max-width: 100%;
}
.accordion-button,
html body input {
    outline: none !important;
}
img {
    max-width: 100%;
}
a {
    transition: all 0.3s ease-in-out;
}
p:last-child{
    margin-bottom: 0;
}
.accordion-button:focus {
    box-shadow: none !important;
}
.custom-arrow-slider button.slick-arrow {
    background-color: var(--black);
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    border-radius: 50px;
}

.custom-arrow-slider .slick-arrow::before {
    content: unset;
}

.custom-arrow-slider .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 16'%3E%3Cpath fill='%23fff' d='M5.5 13a.47.47 0 0 1-.35-.15l-4.5-4.5c-.2-.2-.2-.51 0-.71l4.5-4.49c.2-.2.51-.2.71 0s.2.51 0 .71L1.71 8l4.15 4.15c.2.2.2.51 0 .71c-.1.1-.23.15-.35.15Z' stroke-width='0.5' stroke='%23fff'/%3E%3C/svg%3E") !important;
}

.custom-arrow-slider .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 16'%3E%3Cpath fill='%23fff' d='M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71s.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15' stroke-width='0.5' stroke='%23fff'/%3E%3C/svg%3E") !important;
}

.title-head h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    color: var(--black);
}
.title-head h2:last-child {
    margin-bottom: 0;
}

.title-head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
}

.button-btn {
    background-color: var(--primary);
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: var(--white);
    display: block;
    width: fit-content;
    padding: 8px 22px;
    border-radius: 6px;
    text-decoration: none;
}

.button-btn-small {
    background-color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: var(--white);
    display: block;
    width: fit-content;
    padding: 7px 18px 6px;
    border-radius: 6px;
    text-decoration: none;
}

.button-btn:hover,
.button-btn-small:hover {
    background-color: #5e3b19;
}

.main-section {
    padding-top: 143px;
}

.main-section-pt {
    padding-top: 67px;
}

/* --- */
header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: var(--white);
}
.body-scroll header {
    animation-name: fadeInDown;
    top: 0;
    animation-duration: 0.3s;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}
header .topHead {
    padding: 7px 0;
    background-color: #F5F5F5;
    background-image: url('../images/top-bard.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
header .topHead .logo-link {
    max-width: 136px;
}
header .topHead>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .search-area {
    flex-grow: 1;
    position: relative;
    max-width: 552px;
    padding: 0 10px;
}
header .search-area input {
    border: 1px solid #E0E0DF;
    width: 100%;
    padding: 10px 24px;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    border-radius: 50px;
    color: #767676;
}
header .search-area [type="submit"] {
    width: 14px;
    height: 14px;
    background-image: url('../images/icon/search-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    border-radius: 0;
    border: none;
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0000;
}
header .selr-btn {
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    padding: 10px 14px;
}
header .selr-btn:hover {
    background-color: var(--primary);
    color: var(--white);
}
header .topHead>.container {
    display: flex;
    align-items: center;
}
header .topHead .navigTbo {
    display: flex;
    align-items: center;
}
header .topHead .navigTbo a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #161616;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
header .topHead .navigTbo a:hover {
    color: var(--primary);
}
header .topHead .navigTbo a .brd {
    position: absolute;
    border-radius: 50px;
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    background-color: #EA2D2D;
    padding: 1px 3px 0px 4px;
    text-align: center;
    display: block;
    top: -5px;
    left: 12px;
}
header .topHead .navigTbo a img {
    flex-shrink: 0;
    max-width: 22px;
    margin-right: 8px;
}
header .topHead .navigTbo a.dropdown-toggle::after {
    border: none;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='square' d='m14 5l-6.5 7L1 5' stroke-width='1'/%3E%3C/svg%3E");
}
header .topHead .navigTbo li+li {
    margin-left: 14px;
}
header .nav-bar {
    border-bottom: 1px solid #CDCDCD;
}
header .nav-bar .search-area,
header .nav-bar nav .navigation-bar .selr-btn,
.body-scroll header .nav-bar {
    display: none;
}
header .nav-bar nav li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    display: block;
    padding: 2px;
    color: var(--black);
}
header .customHead .togle-minBtn,
header .togleMe-btn {
    border: none;
    background: none;
    padding: 0;
    display: none;
}
header .nav-bar nav li a:hover {
    color: var(--primary);
}
header .nav-bar nav ul {
    display: flex;
    align-items: center;
}
header .nav-bar nav ul li+li {
    margin-left: 20px;
}
header .nav-bar nav .loctin-btn {
    border: none;
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    display: block;
    padding: 2px;
    color: var(--black);
    display: none;
    align-items: center;
    margin-left: auto;
    color: var(--primary);
}
header .nav-bar nav .loctin-btn span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}
header .nav-bar nav .loctin-btn svg {
    margin-right: 7px;
    flex-shrink: 0;
}
header .nav-bar nav {
    display: flex;
}
header .nav-bar .headBotm-bar .grp-fid {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
header .nav-bar .headBotm-bar label:not(.dropdown-item) {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-decoration: none;
    display: block;
    flex-shrink: 0;
    color: var(--black);
    margin-right: 8px;
}
header .nav-bar .headBotm-bar input {
    border: 1px solid #B7B7B7;
    color: #595959;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    width: 100%;
    padding: 7px 14px;
    border-radius: 5px;
    background-color: var(--white);
}
header .nav-bar .headBotm-bar .setSam {
    display: flex;
    align-items: center;
    margin-top: 7px;
    width: 165px;
    margin-left: auto;
    padding-bottom: 10px;
}
header .nav-bar .headBotm-bar .inti-fill {
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    background-color: #F7F4F2;
    padding: 0 10px 12px;
}
header .nav-bar .container>.row {
    align-items: center;
}
header .nav-bar .headBotm-bar .dropdown {
    flex-grow: 1;
}
header .nav-bar .headBotm-bar .dropdown-btn {
    border: 1px solid #B7B7B7;
    padding: 6px 14px;
    font-size: 13px;
    background-color: var(--white);
    border-radius: 5px;
    width: 100%;
    color: #595959;
    text-align: left;
    box-shadow: none !important;
}
header .nav-bar .headBotm-bar .dropdown .dropdown-item {
    color: #000000;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
header .nav-bar .headBotm-bar .dropdown .dropdown-menu li+li {
    margin-top: 5px;
}
header .nav-bar .headBotm-bar .setSam input,
header .nav-bar .headBotm-bar .dropdown .dropdown-item input {
    width: 14px;
    height: 14px;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
}
header .nav-bar .headBotm-bar .setSam label {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    display: block;
    flex-shrink: 0;
    color: #595959;
    margin-left: 8px;
}
header .topHead .navigTbo .dropdown-menu {
    min-width: 130px;
    padding: 2px 0;
}
header .nav-bar .container {
    position: relative;
}
header .nav-bar .mega-mnu {
    display: none;
    position: absolute;
    left: 50%;
    top: 76px;
    width: 100%;
    padding: 30px 50px 40px;
    transform: translateX(-50%);
    background-color: var(--white);
    z-index: 99;
    box-shadow: 0px 0px 11px 0px #00000033;
}
header .nav-bar ul li.mega-area>a {
    display: flex;
    align-items: center;
}
header .nav-bar ul li.mega-area>a svg {
    margin-left: 4px;
    transition: all 0.2s ease-in-out;
}
header .nav-bar .mega-mnu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 100%;
}
header .nav-bar .mega-mnu h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #000000;
    margin-bottom: 20px;
}
header .nav-bar .mega-mnu ul {
    flex-direction: column;
    align-items: flex-start;
}
header .nav-bar .mega-mnu ul li+li {
    margin-left: 0;
    margin-top: 14px;
}

header .nav-bar .mega-mnu ul li a:hover {
    text-decoration: underline;
}

header .nav-bar nav .navigation-bar {
    flex-shrink: 0;
}

header .nav-bar nav .navigation-bar .togleMenu-hide {
    border: none;
    background: transparent;
    color: var(--white);
    display: none;
    justify-content: center;
    flex-grow: 1;
    padding: 24px 3px;
}

header .customHead {
    background-color: #FFF6E3;
    background-image: none;
}
header .customHead .navigTbo li+li {
    margin-left: 40px;
}
header .customHead .min-menu-hide{
    display: none;
}

/* --- */
.category-list {
    padding: 35px 0;
}

.category-list .itp {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: calc(100% - 8px);
    margin: auto;
    height: 100%;
    text-decoration: none;
}

.category-list .itp .poster {
    background-color: #F6F6F7;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    margin-bottom: 8px;
}

.category-list .itp p {
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}

.category-list .category-slider .slick-track {
    display: flex;
}

.category-list .category-slider .slick-slide {
    height: auto;
}

.category-list .category-slider .slick-slide div {
    height: 100%;
}

/* --- */
.banner {
    position: relative;
}

.banner .banner-item {
    padding: 200px 0;
    position: relative;
}

.banner .banner-item>.container {
    position: relative;
    z-index: 2;
}

.banner .banner-item .banner-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    object-position: bottom;
}

.banner article {
    background-color: #F9F9F6;
    padding: 0 20px 30px;
    max-width: 468px;
    position: relative;
}

.banner article::after,
.banner article::before {
    content: '';
    width: calc(100% + 71px);
    height: 150px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner article::before {
    left: 0;
    bottom: 98%;
    background-image: url('../images/artcle-style-tp.png');
    background-position: left bottom;
}

.banner article::after {
    right: 0;
    top: 100%;
    background-image: url('../images/artcle-style-btm.png');
    ;
}

.banner article h2 {
    color: var(--black);
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 10px;
}

.banner article p {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.banner .slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
}

.banner .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #747474;
    background-color: var(--white);
}

.banner .slick-dots li.slick-active button {
    border-color: var(--black);
    background-color: var(--black);
}

.banner .slick-dots li button::before {
    content: unset;
}
/* --- */

.processed {
    padding: 30px 0;
    border-bottom: 1px solid #CFCFCF;
}

.processed .container {
    padding: 0;
}

.processed .grid-wp {
    display: flex;
    padding: 0 15px;
}

.processed .grid-wp .item {
    padding: 2px 20px;
}

.processed .grid-wp .item+.item {
    border-left: 1px solid #CFCFCF;
}

.processed .grid-wp .item img {
    margin-bottom: 10px;
    height: 30px;
    width: 40px;
    object-fit: contain;
}

.processed .grid-wp .item h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: var(--black);
    margin-bottom: 6px;
}

.processed .grid-wp .item p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--black);
    margin-bottom: 0;
}

/* --- */
.featured {
    padding: 90px 0;
}

.featured .title-head {
    text-align: center;
    margin-bottom: 40px;
}

.featured .item-lg {
    background-image: url('../images/featured-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 44px 40px 296px;
}

.featured .item-lg h5 {
    font-weight: 500;
    font-size: 26px;
    line-height: normal;
    color: var(--black);
    margin-bottom: 26px;
}

.featured .item-lg h5 span {
    font-weight: 700;
    font-size: 40px;
    color: #4C6631;
}

.featured .item-lg h3 {
    color: var(--black);
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 26px;
}

.featured .item-sm {
    background-image: url('../images/featured-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 47.5px 40px;
}

.featured .item-sm h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    color: var(--black);
    margin-bottom: 14px;
}

.featured .item-sm h5 span {
    font-weight: 700;
    font-size: 32px;
    color: #622900;
}

.featured .item-sm h3 {
    color: var(--black);
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 25px;
}

.featured .item-sm-second {
    background-image: url('../images/featured-3.jpg');
}

.featured .item-sm-second h5 span {
    color: #E53F32;
}

.featured .item-sm+.item-sm {
    margin-top: 25px;
}

.products-glry {
    padding: 50px 0;
}

.products-glry .top-tle {
    margin-bottom: 40px;
}

.products-glry .top-tle .row {
    align-items: center;
}

.pro-bxr {
    position: relative;
    overflow: hidden;
}

.pro-bxr .poster {
    position: relative;
}

.pro-bxr .poster::before {
    content: '';
    display: block;
    padding-top: 128%;
}

.pro-bxr .poster img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.pro-bxr .title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 8px 8px 0;
    display: flex;
    justify-content: space-between;
}

.pro-bxr .title .tag {
    color: var(--white);
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    padding: 2.5px 12px;
    height: 100%;
    margin: 3px 0 0;
}

.pro-bxr .title ul {
    display: block;
    margin-left: auto;
}

.pro-bxr .title ul button,
.pro-bxr .title ul .ad-cdt {
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: transparent;
    color: var(--white);
    transition: all 0.3s ease-in-out;
}

.pro-bxr .title ul li+li {
    margin-top: -32px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.pro-bxr .title ul li:first-child {
    position: relative;
    z-index: 1;
}

.pro-bxr:hover .title ul button,
.pro-bxr:hover .title ul .ad-cdt {
    background-color: var(--white);
    color: var(--black);
}

.pro-bxr:hover .title ul li+li {
    opacity: 1;
    display: block;
    margin-top: 10px;
}

.pro-bxr .title svg.svg-two,
.pro-bxr .title svg.svg-two path {
    fill: var(--primary);
    stroke: var(--primary);
}

.pro-bxr .dltctn {
    background-color: var(--white);
    padding: 26px;
    margin: -110px auto 0;
    width: calc(100% - 30px);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    transform: translateY(70px);
    overflow: hidden;
}

.pro-bxr:hover .dltctn {
    transform: translateY(0);
}

.pro-bxr:hover .dltctn {
    transform: translateY(0);
}

.pro-bxr .dltctn .tpr {
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #333333;
    display: flex;
    align-items: center;
}

.pro-bxr .dltctn .tpr strong {
    background-color: var(--primary);
    border-radius: 3px;
    padding: 4px 8px 4px 6px;
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 12px;
    margin-right: 8px;
    font-weight: 600;
}

.pro-bxr .dltctn .tpr strong img {
    margin-right: 5px;
}

.pro-bxr .dltctn p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    margin: 12px 0 10px;
    line-clamp: 2;
    block-overflow: ellipsis;
    overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pro-bxr .dltctn h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: var(--black);
    margin-bottom: 14px;
    display: flex;
}

.pro-bxr .dltctn h4 del {
    font-weight: 300;
    color: var(--black);
    margin-right: 5px;
}

.pro-bxr .dltctn a {
    background-color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: var(--white);
    display: block;
    width: fit-content;
    padding: 7px 34px 6px;
    border-radius: 6px;
    text-decoration: none;
}

.pro-bxr .title ul.white-olp-sv button {
    color: var(--white);
}

.prodTab-slider .slick-slider {
    margin: 0 -10px;
}

.prodTab-slider .slick-slide {
    padding: 0 10px;
}

.prodTab-slider .slick-prev {
    left: -2px;
    z-index: 9;
    top: 40%;
}

.prodTab-slider .slick-next {
    right: -2px;
    z-index: 9;
    top: 40%;
}

.products-glry .nav-tabs {
    border: none;
    justify-content: flex-end;
}

.products-glry .nav-tabs .nav-item+.nav-item {
    margin-left: 20px;
}

.products-glry .nav-tabs .nav-item .nav-link {
    padding: 3px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: var(--black);
}

.products-glry .nav-tabs .nav-item .nav-link.active {
    color: var(--primary);
}

.launching-soon {
    position: relative;
    padding: 4px 0;
    margin: 40px 0;
    background: linear-gradient(90deg, #f1c3a1 30.58%, #EFBA94 52.69%);
}

.launching-soon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-image: url('../images/patrn.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.launching-soon::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-image: url('../images/wrd-pr.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.launching-soon .row {
    align-items: center;
}

.launching-soon .pst,
.launching-soon article * {
    position: relative;
    z-index: 5;
}

.launching-soon article {
    padding-top: 45px;
}

.launching-soon article::after {
    content: '';
    position: absolute;
    left: 48%;
    top: 0px;
    bottom: 2px;
    width: 18%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(238, 184, 146, 0.18) 0%, rgba(239, 186, 148, 1) 30%, rgb(239 186 148) 100%);
}

.launching-soon article::before {
    content: '';
    position: absolute;
    left: calc(50% - 154px);
    top: -8px;
    right: 0;
    bottom: 8px;
    background-image: url('../images/boxo-prt.png');
    z-index: 99;
    background-repeat: no-repeat;
    background-size: contain;
}

.launching-soon article h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 31px;
    text-align: center;
    color: var(--black);
    margin-bottom: 0;
}

.launching-soon article p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: var(--black);
    margin: 14px 0;
}

.launching-soon article .flow {
    max-width: 130px;
    margin: 0 auto 20px;
    display: block;
}

.launching-soon article h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    color: var(--black);
    margin-bottom: 0;
}

.launching-soon article h4 {
    font-weight: 800;
    font-size: 26px;
    line-height: normal;
    text-align: center;
    color: var(--black);
    text-shadow: 1px 1px var(--white),
        -1px -1px var(--white),
        1px -1px var(--white),
        -1px 1px var(--white);
    margin: 10px 0;
}

.launching-soon article .soon-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 336px;
    margin: 6px auto 0;
}

/* --- */
.ls-products {
    padding: 50px 0;
}

.ls-products .title-head {
    text-align: center;
    margin-bottom: 40px;
}

.ls-products .pro-bxr {
    overflow: hidden;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
}

.ls-products .pro-bxr .poster {
    position: relative;
}

.ls-products .pro-bxr .poster::before {
    content: '';
    display: block;
    padding-top: 80%;
}

.ls-products .pro-bxr .poster img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 10px;
}

.ls-products .pro-bxr .title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 20px 0;
    display: flex;
    justify-content: space-between;
}

.ls-products .pro-bxr .title .tag {
    color: var(--white);
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    padding: 3px 12px;
    height: 100%;
    margin: 3px 0 0;
}

.ls-products .pro-bxr .title button {
    /* border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    background: #00000000; */
    color: var(--black);
    /* transition: all 0.3s ease-in-out;
    margin-left: auto; */
}

.ls-products .pro-bxr .dltctn {
    background-color: var(--white);
    padding: 30px 12px 0;
    margin-top: -48px;
    transform: translateY(48px);
    transition: all 0.3s ease-in-out;
}

.ls-products .pro-bxr:hover .dltctn {
    transform: translateY(0);
}

.ls-products .pro-bxr .dltctn .tpr {
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #333333;
    display: flex;
    align-items: center;
}

.ls-products .pro-bxr .dltctn .tpr strong {
    background-color: var(--primary);
    border-radius: 3px;
    padding: 4px 8px 4px 6px;
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 12px;
    margin-right: 8px;
    font-weight: 600;
}

.ls-products .pro-bxr .dltctn .tpr strong img {
    margin-right: 5px;
}

.ls-products .pro-bxr .dltctn p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    margin: 12px 0 10px;
}

.ls-products .pro-bxr .dltctn h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: var(--black);
    margin-bottom: 14px;
    display: flex;
}

.ls-products .pro-bxr .dltctn h4 del {
    font-weight: 200;
    color: #C2C2C2;
    margin-right: 5px;
}

.ls-products .al-pros {
    margin-top: 50px;
}

.ls-products .al-pros a {
    background: transparent;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: block;
    width: fit-content;
    margin: auto;
    padding: 7px 34px 6px;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid var(--primary);
}

.ls-products .al-pros a:hover {
    background-color: var(--primary);
    color: var(--white);
}

/* --- */
.within-sect {
    padding: 90px 0;
}

.within-sect .top-bat {
    position: relative;
    width: fit-content;
    padding-bottom: 42px;
    background: var(--white);
    box-shadow: -15px -5px 12px #c1c1c161;
    margin: 0 0 26px 10px;
}

.within-sect .title-head {
    background: linear-gradient(45deg, #8b5b2d 0%, rgba(140, 92, 46, 0.93) 100%);
    width: fit-content;
    padding: 9px 150px 10px 0px;
    margin-left: 26px;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
    position: relative;
    z-index: 5;
}

.within-sect .title-head h2 {
    color: var(--white);
    font-size: 30px;
    line-height: 1.2;
}

.within-sect .top-bat::before {
    content: '';
    position: absolute;
    width: 58.5px;
    height: 84px;
    background-image: url('../images/curve-sp.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    top: 0px;
    left: -22px;
}

.within-sect .top-bat::after {
    content: '';
    box-shadow: 14px 7px 29px #c1c1c1;
    position: absolute;
    left: -15px;
    top: 17px;
    right: 20px;
    z-index: 2;
    height: 38px;
}

.within-sect .top-bat span {
    background-image: url('../images/often.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    flex-direction: column;
    line-height: 0.5;
    padding: 36px;
    position: absolute;
    z-index: 6;
    top: -24px;
    right: 26px;
}

.within-sect .top-bat span small {
    font-size: 20px;
}


/* --- */
.true-refle {
    padding-top: 15px;
    background-image: url('../images/wide-partn.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF6E3;
}

.true-refle .ttx h3 {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: var(--black);
    margin-bottom: 1.2rem;
}

.true-refle .ttx p {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 1.3rem;
    color: var(--black);
}

.true-refle .row {
    align-items: center;
}

.testimonials {
    padding: 90px 0;
}

.testimonials .title-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 40px;
}

.testimonials .item-p .top-cont img {
    display: block;
    margin: 0 auto 26px;
    width: 40px;
}

.testimonials .item-p .top-cont h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 10px;
}

.testimonials .item-p .top-cont p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 10px;
}
.testimonials .item-p .aur {
    margin-top: 30px;
}

.testimonials .item-p .aur img {
    display: block;
    margin: 0 auto 18px;
    width: 80px;
}

.testimonials .item-p .aur h5 {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    color: var(--black);
}

.testimonials .item-p .aur p {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 0;
}

.testimonials .slick-slider {
    margin: 0 -10px;
}

.testimonials .slick-slide {
    padding: 10px;
}

.testimonials .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background-color: #D9D9D9;
}

.testimonials .slick-dots li button::before {
    content: unset;
}

.testimonials .slick-dots li.slick-active button {
    transform: scale(1.2);
    background-color: var(--black);
}

/* --- */
footer {
    padding-top: 50px;
    background-color: var(--black);
    background-image: url('../images/footer-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

footer .art {
    max-width: 360px;
}

footer .art .ftr-logo {
    width: 200px;
    display: block;
    margin-bottom: 20px;
}

footer .art p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--white);
}

footer .art p strong {
    font-weight: 600;
    display: block;
}

footer h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: var(--white);
    margin-bottom: 26px;
}

footer ul {
    display: block;
}
footer ul li .multi-calr,
footer ul li a {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--white);
    text-decoration: none;
}
footer ul li .multi-calr .spk{
    flex-grow: 1;
    padding-left: 8px;
}
footer ul li .multi-calr .spk{
    display: inline-flex;
}
footer ul li a:hover {
    text-decoration: underline;
}

footer ul li+li {
    margin-top: 22px;
}

footer ul li a img {
    width: 14px;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

footer .flows {
    display: flex;
    align-items: center;
}

footer .flows a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--white);
    border-radius: 50px;
    color: var(--white);
}

footer .flows a:hover {
    border-color: var(--primary);
    color: var(--primary);
}

footer .flows a+a {
    margin-left: 15px;
}

footer .gre-fil {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--white);
    margin-bottom: 40px;
}

footer .gre-fil img {
    margin-right: 10px;
    width: 20px;
}

footer .gre-fil [type="email"] {
    font-size: 14px;
    color: var(--white);
    width: 100%;
    padding: 10px 2px;
    background: transparent;
    border: none;
}

footer .gre-fil input::placeholder {
    color: var(--white);
}

footer .gre-fil [type="submit"] {
    border: none;
    background-image: url('../images/icon/m-rig.svg');
    width: 18px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: #00000000;
}

footer .cpr {
    border-top: 1px solid #ffffff42;
    padding: 12px 0;
    margin-top: 40px;
}

footer .cpr p {
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0;
}

footer .cpr p a {
    color: inherit;
    text-decoration: none;
}

.category-list-min {
    padding: 20px 0;
}

.category-list-min ul {
    overflow-x: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-list-min ul li {
    flex-shrink: 0;
}

.category-list-min ul li a {
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    display: block;
    text-decoration: none;
    padding: 3px 8px;
}

.category-list-min ul li a:hover {
    text-decoration: underline;
    color: var(--primary);
}

.filter-listing .ite-mp {
    padding: 30px 0;
    padding-right: 20px;
    border-right: 1px solid #B8B8B8;
}

.filter-listing .ite-mp+.ite-mp {
    border-top: 1px solid #B8B8B8;
}

.filter-listing .ite-mp h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 20px;
}

.filter-listing .ite-mp li {
    display: flex;
    align-items: center;
}

.filter-listing .ite-mp label {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--black)
}

.filter-listing .ite-mp input {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-right: 8px;
}

.filter-listing .ite-mp li+li {
    margin-top: 10px;
}

.filter-listing .ite-mp li .clor-cile {
    margin-right: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50px;
}

.filter-listing .ite-mp li .clor-cile.trans-bg-parent {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18 10V8h2v2zm0 2v-2h-2v2zm0-4V6h-2v2zm-2-5.16V4h2c-.63-.46-1.29-.85-2-1.16M18 4v2h2c-.58-.75-1.25-1.42-2-2m2 2v2h1.16c-.31-.71-.7-1.37-1.16-2m2 6c0-.68-.07-1.35-.2-2H20v2zm-6-6V4h-2v2zm0 10h2v-2h-2zm2 2h2v-2h-2zm-2 2h2v-2h-2zm-2 1.8c.7-.14 1.36-.36 2-.64V20h-2zm4-7.8h2v-2h-2zm-2-6h-2v2h2zm4 8h1.16c.28-.64.5-1.3.64-2H20zm-4-4h-2v2h2zm-4 6v-2h2v-2h-2v-2h2v-2h-2V8h2V6h-2V4h2V2.2c-.65-.13-1.31-.2-2-.2C6.5 2 2 6.5 2 12s4.5 10 10 10v-2h2v-2zm2 0h2v-2h-2z' stroke-width='0.5' stroke='%23000'/%3E%3C/svg%3E");
    background-color: currentColor;
    mask-image: var(--svg);
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.filter-listing .ite-mp li.more {
    color: var(--primary);
    font-weight: 500;
    padding-left: 22px;
}

.filter-listing .ite-mp .irs-min,
.filter-listing .ite-mp .irs-single,
.filter-listing .ite-mp .irs-max {
    display: none;
}

.filter-listing .ite-mp .irs-from {
    left: 0 !important;
    right: auto !important;
}

.filter-listing .ite-mp .irs-to::before,
.filter-listing .ite-mp .irs-from::before {
    content: unset;
}

.filter-listing .ite-mp .irs-to {
    right: 0 !important;
    left: auto !important;
}

.filter-listing .ite-mp .irs-to,
.filter-listing .ite-mp .irs-from {
    visibility: visible !important;
    background-color: #00000000;
    color: var(--black);
    font-size: 14px;
}

.filter-listing .ite-mp .irs--round .irs-bar {
    background-color: var(--primary);
}

.filter-listing .ite-mp .irs--round .irs-handle {
    width: 14px;
    height: 14px;
    top: 30px;
    border-color: var(--primary);
    cursor: grab;
}

.product-listing {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    border-top: 1px solid #B8B8B8;
}

.product-listing .filter-listing {
    grid-column: span 3 / span 3;
    overflow-y: hidden;
    overflow-x: hidden;
    /* padding-right: 15px; */
}

.product-listing .lis-prg {
    padding-top: 30px;
    grid-column: span 9 / span 9;
}

.product-listing .pro-bxr .dltctn {
    padding: 20px 18px;
}

.product-listing .pro-bxr .dltctn p {
    font-size: 14px;
    line-height: 21px;
    margin: 12px 0 7px;
}

.product-listing .pro-bxr .dltctn h4 {
    font-size: 16px;
    line-height: normal;
}

.product-listing .pro-bxr .dltctn a {
    font-size: 12px;
    padding: 8px 16px;
    width: 100%;
}

.product-listing .lis-prg .row {
    --bs-gutter-y: 50px;
}

.product-listing .lis-prg .pagination {
    margin-top: 30px;
}

.pagination {
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}

.pagination li+li {
    margin-left: 14px;
}

.pagination li a {
    color: var(--black);
    font-weight: 500;
    font-size: 16px;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 50px !important;
    box-shadow: none !important;
}

.pagination li a:hover,
.pagination li.active a {
    color: var(--white);
    background-color: var(--black);
}

.pagination .arw-lnk a {
    width: auto;
    height: auto;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: transparent;
}

.pagination .arw-lnk a:hover {
    color: var(--black);
    background: transparent;
}

.pagination .arw-lnk a:focus {
    box-shadow: unset;
}

.pagination .arw-lnk a svg {
    margin: 0 5px;
}

.product-tixld {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 10px;
}

.product-tixld .fi-tilr button {
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 0;
    pointer-events: none;
    background: none;
    border: none;
    display: flex;
    align-items: center;
}

.product-tixld .fi-tilr button svg {
    display: none;
    margin-right: 4px;
}

.product-tixld .cen-tpl {
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

.product-tixld .cen-tpl h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    color: var(--black);
    margin-bottom: 0;
}

.product-tixld .cen-tpl h4 span {
    font-weight: 300;
    color: #595959;
}
.product-tixld .filte-pdf-opx{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.product-tixld .filte-pdf-opx span{
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: var(--black);
    display: block;
    margin-right: 8px;
}
.product-tixld .sort {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    color: #595959;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    min-width: 200px;
}

.product-tixld .sort .multiple-dropdown {
    margin-left: 5px;
}

.product-tixld .sort .multiple-dropdown-button {
    min-width: 120px;
}

.multiple-dropdown {
    position: relative;
    display: block;
}

.multiple-dropdown-button {
    padding: 0;
    border: none;
    background: transparent;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.multiple-dropdown-button .arrow {
    margin: 3px;
    border: none;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='square' d='m14 5l-6.5 7L1 5' stroke-width='1'/%3E%3C/svg%3E");
}

.multiple-dropdown-button .arrow.open {
    transform: rotate(180deg);
}

.multiple-dropdown-list {
    display: none;
    position: absolute;
    background: var(--white);
    border: 1px solid #B7B7B7;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    width: 175px;
    z-index: 100;
    right: -11px;
    border-radius: 5px;
    top: 20px;
}

.multiple-dropdown-list li {
    color: #000000;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    padding: 10px 12px;
    border-top: 1px dashed #efefef;
}

.multiple-dropdown-list li:first-child {
    border-top: none;
}

.multiple-dropdown-list li:hover {
    background: #f1f1f1;
}

.fil-tilos {
    display: none;
    position: fixed;
    background-color: var(--white);
    align-items: center;
    z-index: 9;
    width: 100%;
    top: 0;
    padding: 10px 0 5px;
}

.fil-tilos .filter-out {
    border: none;
    padding: 1px 4px;
    background: transparent;
}

.fil-tilos p {
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 0 8px;
}

nav[aria-label="breadcrumb"] {
    padding-top: 20px;
    padding-bottom: 10px;
}
nav .breadcrumb{
    margin-bottom: 0;
}
nav[aria-label="breadcrumb"] .breadcrumb .breadcrumb-item {
    color: var(--black);
    font-size: 15px;
}

nav[aria-label="breadcrumb"] .breadcrumb .breadcrumb-item a {
    color: inherit;
    text-decoration: none;
}

nav[aria-label="breadcrumb"] .breadcrumb .breadcrumb-item a:hover {
    color: var(--primary);
    text-decoration: underline;
}

nav[aria-label="breadcrumb"] .breadcrumb-item.active {
    font-weight: 600;
    color: var(--black);
}

.product-details {
    padding-bottom: 50px;
}

.product-details .thumbnail-view {
    padding-right: 50px;
    position: sticky;
    top: 120px;
}

.prdts-description .tpr {
    padding-bottom: 13px;
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 20px;
}

.prdts-description .tpr h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    color: var(--black);
    margin-bottom: 7px;
}

.prdts-description .tpr p {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #555555;
}

.prdts-description .tpr .rtig {
    width: fit-content;
    padding: 6px 10px;
    border: 1px solid #BDBDBD;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    color: var(--black);
    display: flex;
    align-items: center;
}

.prdts-description .tpr .rtig span {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    padding-left: 6px;
    margin-left: 6px;
    border-left: 1px solid #a3a3a3;
}

.prdts-description .tpr .rtig img {
    margin-left: 6px;
}

.prdts-description .midl h1 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    color: var(--black);
    margin-bottom: 5px;
}

.prdts-description .midl h1 span {
    font-weight: 400;
    color: #333333;
    font-size: 18px;
    padding: 0 5px;
}

.prdts-description .midl h1 strong {
    font-weight: 600;
    color: #EE7F00;
    font-size: 16px;
}

.prdts-description .midl p {
    font-size: 14px;
    color: var(--black);
}

.prdts-description .midl p strong {
    color: #754C24;
}

.prdts-description .firtp {
    padding: 6px 0;
}

.prdts-description .firtp .itx+.itx {
    margin-top: 22px;
}

.prdts-description .firtp h4 {
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
    margin-bottom: 12px;
}

.prdts-description .firtp h5 {
    font-weight: 700;
    font-size: 14px;
    color: var(--black);
    margin-bottom: 12px;
}

.prdts-description .firtp p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
}

.prdts-description .firtp ul {
    display: block;
}

.prdts-description .firtp li+li {
    margin-top: 10px;
}

.prdts-description .firtp li {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
    padding-left: 20px;
}

.prdts-description .firtp li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: var(--black);
    position: absolute;
    left: 0;
    top: 6px;
}

.prdts-description .firtp li strong {
    font-weight: 600;
}

.prdts-description .firtp .size-list {
    display: flex;
    flex-wrap: wrap;
}

.prdts-description .firtp .size-list>div+div {
    margin-left: 10px;
}

.prdts-description .firtp .size-list>div label {
    border: 1px dashed #BDBDBD;
    text-align: center;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #595959;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prdts-description .firtp .size-list label.active {
    border-color: var(--primary);
    border-style: solid;
    font-weight: 700;
    color: var(--primary);
}

.prdts-description .firtp .quantity-wrapper {
    display: flex;
    align-items: center;
}

.prdts-description .firtp .quantity-box {
    display: flex;
    align-items: center;
    border: 0.5px solid var(--black);
    border-radius: 5px;
    overflow: hidden;
    padding: 4px 7px;
}

.prdts-description .firtp .qty-btn {
    background: none;
    border: none;
    padding: 0 10px;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
}

.prdts-description .firtp input {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    width: 36px;
    border: none;
}

.prdts-description .firtp .stock-status {
    color: #388E3C;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
}

.prdts-description .firtp .progs {
    background-color: #F0F0F0;
    width: 100%;
    display: flex;
    border-radius: 20px;
    margin-bottom: 10px;
}

.prdts-description .firtp .progs>div {
    background-color: #388E3C;
    height: 8px;
    border-radius: 20px;
}

.purchase-btn-are {
    padding: 15px 0;
}

.purchase-btn-are a,
.purchase-btn-are button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 10px;
    border-radius: 6px;
    border: 1px solid var(--primary);
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    transition: all 0.2s ease-in-out;
}

.purchase-btn-are .cart-lg:hover,
.purchase-btn-are .buy-lg {
    background-color: var(--primary);
    color: var(--white);
}

.purchase-btn-are .buy-lg:hover,
.purchase-btn-are .cart-lg {
    background-color: var(--white);
    color: var(--primary);
}

.share-prds {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.share-prds a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: initial;
    margin-left: 14px;
    transition: all 0.2s ease-in-out;
}

.share-prds a:hover {
    transform: scale(0.9);
}

.share-prds img {
    width: 26px;
    height: 26px;
}

.devry-insin {
    padding: 30px 0 34px;
}

.devry-insin .dl+.dl {
    margin-top: 14px;
}

.devry-insin .dl {
    display: flex;
    align-items: center;
}

.devry-insin .dl img {
    width: 30px;
    flex-shrink: 0;
    margin-right: 8px;
}

.devry-insin .dl p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: var(--black);
    margin-bottom: 0;
}

.prdts-description .promotional-bnx {
    margin-bottom: 30px;
}

.promotional-bnx a {
    text-decoration: none;
    display: block;
    color: initial;
}

.prdts-description .accordion {
    margin: 16px 0;
}

.prdts-description .accordion-item {
    overflow: hidden;
}

.prdts-description .accordion .accordion-button {
    background-color: var(--primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--white);
    padding: 12px 26px;
}

.prdts-description .accordion .accordion-button::after {
    filter: invert(1) brightness(2);
}

.prdts-description .accordion .accordion-body {
    padding-top: 0;
    padding-bottom: 0;
}

.prdts-description .accordion .etais-ol {
    padding: 14px 0;
}

.prdts-description .accordion .etais-ol+.etais-ol {
    border-top: 1px solid #B8B8B8;
}

.prdts-description .accordion .etais-ol h5 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 10px;
}

.prdts-description .accordion .etais-ol h5 img {
    flex-shrink: 0;
    margin-right: 10px;
}

.prdts-description .accordion .etais-ol p,
.prdts-description .accordion .etais-ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--black);
}
.prdts-description .accordion .etais-ol li+li {
    margin-top: 12px;
}
.prdts-description .product-about {
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
}
.prdts-description .product-about .postr {
    max-width: 30%;
    flex: 0 0 30%;
    position: relative;
}
.prdts-description .product-about .ttxp {
    max-width: 70%;
    flex: 0 0 70%;
    padding-left: 20px;
}
.prdts-description .product-about .postr::before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 75%;
}

.prdts-description .product-about .postr img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.prdts-description .product-about .tpl {
    max-width: 320px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.prdts-description .product-about .tpl h4 {
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prdts-description .product-about .tpl svg {
    flex-shrink: 0;
}

.prdts-description .product-about h6 {
    font-weight: 400;
    font-size: 14px;
    color: #C2C2C2;
    margin-bottom: 0;
}

.prdts-description .product-about p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
    margin: 14px 0;
}

.prdts-description .product-about p:last-of-type {
    margin-bottom: 4px;
}

.prdts-description .product-about .mor-lss-btn {
    font-weight: 500;
    font-size: 14px;
    color: #C2C2C2;
    padding: 0;
    border: none;
    background: transparent;
    text-transform: capitalize;
}

.prdts-description .product-about .mor-lss-btn:hover {
    text-decoration: underline;
}

.review-sect {
    margin-top: 65px;
    padding-top: 65px;
    border-top: 1px solid #BDBDBD;
}

.review-sect .lt-arc {
    position: sticky;
    top: 150px;
}

.review-sect .lt-arc .title-head {
    margin-bottom: 26px;
}

.review-sect .tpr {
    margin-bottom: 8px;
}

.review-sect .tpr,
.review-sect .tpr .start-gr {
    display: flex;
    align-items: center;
}

.review-sect .tpr .start-gr img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.review-sect .tpr h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: var(--black);
    margin-bottom: 0;
    margin-left: 10px;
}
.review-sect .rate p {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: var(--black);
}
.review-sect .rate {
    margin-bottom: 22px;
}

.rating-progabar {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: var(--black);
}

.rating-progabar+.rating-progabar {
    margin-top: 14px;
}

.rating-progabar .trx {
    width: 10px;
    flex-shrink: 0;
}

.rating-progabar svg {
    margin-left: 8px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.rating-progabar span {
    color: #595959;
    font-weight: 500;
    width: 45px;
    flex-shrink: 0;
}

.rating-progabar .progs {
    flex-grow: 1;
}

.rating-progabar .progs {
    background-color: #F0F0F0;
    width: 100%;
    display: flex;
    border-radius: 20px;
    margin: 0 8px;
}

.rating-progabar .progs>div {
    background-color: #388E3C;
    height: 8px;
    border-radius: 20px;
}

.progabar-area {
    max-width: 340px;
}

.progabar-area .rating-progabar:nth-child(4) .progs>div {
    background-color: #FFAC00;
}

.progabar-area .rating-progabar:nth-child(5) .progs>div {
    background-color: #FF6161;
}

.review-writ-posr {
    padding: 30px 0;
}

.review-writ-posr+.review-writ-posr {
    border-top: 1px solid #BDBDBD;
}

.review-writ-posr .tpr {
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.review-writ-posr .tpr strong {
    background-color: var(--primary);
    border-radius: 3px;
    padding: 4px 8px 4px 6px;
    display: flex;
    align-items: center;
    color: var(--white);
    font-size: 12px;
    margin-right: 6px;
    font-weight: 600;
}

.review-writ-posr .tpr strong img {
    margin-right: 5px;
}

.review-writ-posr p {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--black);
    margin-bottom: 4px;
}

.review-writ-posr h5 {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #938A9E;
    margin-bottom: 0;
}

.review-writ-posr h5 strong {
    display: flex;
    align-items: center;
    font-weight: 600;
    flex-shrink: 0;
}

.review-writ-posr h5 svg {
    flex-shrink: 0;
    margin: 0 4px;
}

.stpl,
.stpl button {
    display: flex;
    align-items: center;
}

.stpl button {
    border: none;
    background: none;
    color: #595959;
    border: none;
    background: none;
    font-weight: 400;
    font-size: 14px;
}

.stpl button svg {
    margin-right: 4px;
}

.stpl button+button {
    margin-left: 16px;
}

.btm-ard {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviewlisting-ara .more-rviw {
    font-weight: 600;
    font-size: 16px;
    color: #754C24;
    background: none;
    border: none;
    margin-top: 4px;
}

.reviewlisting-ara .more-rviw:hover {
    color: #5a3817;
}

.cirle-brd {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.cirle-brd .progress-circle {
    position: relative;
    width: 84px;
    height: 84px;
    margin: 0 auto 8px;
}

.cirle-brd .progress-circle svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.cirle-brd .progress-circle circle {
    fill: none;
    stroke-width: 6;
    stroke-linecap: round;
}

.cirle-brd .progress-bg {
    stroke: #eee;
}

.cirle-brd .progress-bar {
    stroke: green;
    stroke-dasharray: 226;
    stroke-dashoffset: 226;
    transition: stroke-dashoffset 1s ease;
}

.cirle-brd .progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 600;
}

.cirle-brd p {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: var(--black);
    margin-bottom: 0;
}

.add-rviwe h4 {
    color: var(--black);
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px;
}

.add-rviwe p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #333333;
}

.add-rviwe .dropdown-menu [type="submit"],
.add-rviwe .dropdown-toggle {
    font-weight: 600;
    font-size: 12px;
    color: #754C24;
    background: none;
    border-radius: 5px;
    padding: 7px 4px;
    width: 100%;
    display: block;
    max-width: 226px;
    border: 1px solid var(--primary);
    transition: all 0.2s ease-in-out;
}

.add-rviwe .dropdown-toggle::after {
    content: unset;
}

.add-rviwe .dropdown-menu [type="submit"],
.add-rviwe .dropdown-toggle:hover {
    background-color: var(--primary);
    color: var(--white);
}

.add-rviwe .dropdown-menu [type="submit"] {
    margin-left: auto;
    display: block;
    width: fit-content;
    padding: 6px 16px;
    font-weight: 500;
}

.add-rviwe .dropdown-menu [type="submit"] svg {
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.dplw-top {
    display: flex;
    align-items: center;
}

.dplw-top .add-rviwe {
    width: 332px;
    flex-shrink: 0;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #B8B8B8;
}

.add-rviwe .dropdown-menu textarea {
    width: 100%;
    border: none;
    padding: 8px 10px;
    outline: none !important;
    border-radius: 5px;
    background-color: #f0f0f0;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: var(--black);
}

.add-rviwe .dropdown-menu {
    min-width: 400px;
    padding: 5px;
}

.sminl-products {
    background-color: #F7F7F7;
}

.sminl-products .title-head {
    text-align: left;
}

.why-sctp {
    padding: 54px 0;
    background-color: #FFF6E3;
}

.why-sctp .item .icx {
    width: 70px;
    height: 70px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 8px;
    margin-bottom: 20px;
}

.why-sctp .grid-opcl .item {
    padding: 0 35px;
}

.why-sctp .item h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    color: var(--black);
    margin-bottom: 10px;
}

.why-sctp .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--black);
    margin-bottom: 0;
}

.why-sctp .title-head {
    text-align: center;
    margin-bottom: 40px;
}

.why-sctp .grid-opcl {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-sctp .grid-opcl .item+.item {
    border-left: 1px solid #D6C3AA;
}

.svg2 {
    display: none;
}

.coming-soon-banner {
    background-image: url(../images/coming-soon-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 40px 410px;
}

.coming-soon-banner h3 {
    color: var(--black);
    font-weight: 500;
    font-size: 47px;
    line-height: 56px;
    max-width: 950px;
    margin: 0 auto 40px auto;
}

.coming-soon-banner h1 {
    color: var(--primary);
    font-weight: 800;
    font-size: 90px;
    line-height: 56px;
    text-transform: uppercase;
}

.coming-soon-contant {
    padding: 40px 0;
}

.coming-soon-contant .block {
    position: relative;
}

.coming-soon-contant .block::after {
    content: '';
    position: absolute;
    background-image: url(../images/patrn-1.png);
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000057;
}

.coming-soon-contant .block .picture {
    position: relative;
}

.coming-soon-contant .block .picture img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coming-soon-contant .block .picture::before {
    content: '';
    display: block;
    padding-top: 92%;
}

.coming-soon-contant .block h3 {
    color: var(--white);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.abt-info {
    padding: 100px 0;
}

.abt-info .filtp {
    padding: 14px;
    position: relative;
}

.abt-info .container {
    position: relative;
}

.abt-info .container::after {
    content: '';
    position: absolute;
    background-image: url('../images/righ-cuner.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 102px;
    height: 60px;
    top: -30px;
    right: -32px;
    transform: rotate(36deg);
}

.abt-info .container::before {
    content: '';
    position: absolute;
    background-image: url('../images/dmfo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 160px;
    height: 343px;
    bottom: -22px;
    left: -48px;
    z-index: 2;
}

.abt-info .filtp::after,
.abt-info .filtp::before {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - 30px);
    background-color: #BD8860;
}

.abt-info .filtp::before {
    left: 0;
    top: 0;
}

.abt-info .filtp::after {
    right: 0;
    bottom: 0;
}

.abt-info .artcl {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 1px solid #BD8860B2;
}

.abt-info .artcl::after,
.abt-info .artcl::before {
    content: '';
    position: absolute;
    border-left: 1px solid #BD8860B2;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--white);
}

.abt-info .artcl::before {
    top: -27px;
    right: -27px;
    transform: rotate(-45deg);
}

.abt-info .artcl::after {
    bottom: -27px;
    left: -27px;
    transform: rotate(135deg);
}

.abt-info .tlp-stye {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #BD8860;
}

.abt-info .brd-stye {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #BD8860;
}

.abt-info .tlp-stye::before,
.abt-info .brd-stye::after {
    content: '';
    position: absolute;
    --style-xl-2x: calc(var(--style-xl) * 2);
    --style-xl-dual: calc(var(--style-xl) - calc(var(--style-xl-2x) - 2px));
    width: var(--style-xl);
    height: var(--style-xl);
    background: var(--white);
    border: 2px solid #BD8860;
}

.abt-info .brd-stye::after {
    right: var(--style-xl-dual);
    bottom: var(--style-xl-dual);
    border-radius: 0 50% 50% 50%;
}

.abt-info .tlp-stye::before {
    left: var(--style-xl-dual);
    top: var(--style-xl-dual);
    border-radius: 50% 50% 0 50%;
}

.abt-info .artcl img {
    display: block;
    margin-bottom: 10px;
}

.abt-info .artcl p {
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    color: var(--black);
    max-width: 960px;
}
.atb-alue {
    padding: 50px 0;
    background-color: #F7F7F7;
    position: relative;
}

.atb-alue .graph-image {
    position: absolute;
    top: 0;
    right: 0;
}

.atb-alue .hdeine {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.atb-alue .title-head {
    text-align: center;
    margin-bottom: 50px;
}

.atb-alue .mdn-content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    background-color: var(--white);
    border: 1px solid #CFCFCF;
}

.atb-alue .mdn-content .itx {
    padding: 30px;
}

.atb-alue .mdn-content .itx img {
    width: 46px;
}

.atb-alue .mdn-content .itx h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: var(--black);
    margin: 10px 0;
}

.atb-alue .mdn-content .itx p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    margin-bottom: 0;
}

.atb-alue .mdn-content .cent-il {
    background-color: #F7F7F7;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    padding: 20px;
    transform: scale(1.05);
}

.atb-alue .mdn-content .ord {
    position: relative;
    background-color: var(--white);
    border-radius: 50%;
    border: 1px dashed #A6A6A6;
}

.atb-alue .mdn-content .ord::before {
    content: '';
    width: 100%;
    padding-top: 100%;
    display: block;
}

.atb-alue .mdn-content .ord img {
    position: absolute;
    left: 44%;
    top: 44%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    object-fit: contain;
}


.hist {
    padding: 80px 0;
    background-image: url('../images/hstry-founding.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.hist .ttx {
    max-width: 594px;
}

.hist .ttx h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: var(--black);
    margin-bottom: 20px;
}

.hist .ttx p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: var(--black);
}

.hist .thmb-nl {
    position: relative;
}

.hist .thmb-nl::before {
    content: '';
    width: 100%;
    padding-top: 100%;
    display: block;
}

.hist .thmb-nl img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hist .set-atokl {
    position: relative;
    width: 94%;
    margin-left: auto;
}

.hist .set-atokl::before {
    content: '';
    position: absolute;
    background-image: url('../images/tolrm-round-prnt.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    left: -36px;
    top: -36px;
    width: 100%;
    height: 50%;
}

.hist .set-atokl::after {
    content: '';
    position: absolute;
    background-image: url('../images/botm-round-prnt.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    left: -36px;
    bottom: -36px;
    width: 100%;
    height: 50%;
}

.abt-info.contact-info .container::before {
    content: unset;
}

.abt-info.contact-info .filtp::before {
    height: 100%;
    z-index: 1;
}

.abt-info.contact-info .artcl {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    background: #FFF8F2;
}

.artcl-sub {
    flex: 0 0 50%;
    max-width: 50%;
}

.artcl-sub:first-child {
    background: #7b4a24;
    color: var(--white);
    padding: 40px 30px;
    position: relative;
}

.artcl-sub:first-child .at-ro {
    position: absolute;
    top: 50%;
    right: -25px;
    width: 60px;
    height: 60px;
    background: #7b4a24;
    transform: translateY(-50%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.artcl-sub:first-child .at-ro p {
    font-weight: 600;
    font-size: 24px;
    color: var(--white);
    transform: rotate(-45deg);
}
.artcl-sub h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 32px;
    max-width: 544px;
}
.artcl-sub a.contact-button {
    display: inline-block;
    background: transparent;
    border: 1px solid var(--white);
    padding: 7px 28px;
    color: var(--white);
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 46px;
    transition: all 0.3s ease;
}
.artcl-sub a.contact-button:hover {
    background: var(--white);
    color: #7b4a24;
}
.artcl-sub ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.42);
    padding-top: 16px;
}
.artcl-sub ul li {
    padding-left: 36px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.artcl-sub ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(../images/icon/contact-circel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.artcl-sub ul li+li{
    margin-top: 20px;
}
.cont-pint {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: auto;
    max-width: 380px;
}

.cont-pint ul {
    padding: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}
.contact-item+.contact-item{
    margin-top: 50px;
}
.contact-item span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--primary);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.contact-item svg {
    width: 26px;
    height: 26px;
    fill: var(--white);
    flex-shrink: 0;
}

.contact-item h3,
.contact-item a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    max-width: 384px;
    line-height: 28px;
}

.contact-item a:hover {
    text-decoration: underline;
}

.cont-pint::after {
    content: "";
    border-left: 1px dashed #B4B4B4;
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 44px;
}

.corner-dtl{
    padding: 70px 0;
}
.corner-dtl .tab-filte{
    border: 1px solid #BFBFBFB2;
    box-shadow: 0px 0px 12px 8px #00000005;
    background-color: var(--white);
    border-radius: 4px;
    padding: 7px;
    position: sticky;
    top: 150px;
}
.corner-dtl .tab-filte a{
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #272727;
    text-decoration: none;
    padding: 12px;
    border-radius: 4px;
}
.corner-dtl .tab-filte a+a{
    margin-top: 2px;
}
.corner-dtl .tab-filte a span {
    font-weight: 700;
    font-size: 12px;
    color: #878787;
    width: 18px;
    height: 18px;
    background-color: #DEE3E6;
    text-transform: uppercase;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}
.corner-dtl .tab-filte a:hover,
.corner-dtl .tab-filte a.active{
    background-color: var(--primary);
    color: var(--white);
    font-weight: 600;
}
.corner-dtl .tab-filte a:hover span,
.corner-dtl .tab-filte a.active span{
    color: var(--white);
    background-color: #D1965C;
}
.corner-dtl .cont-spt{
    padding-left: 30px;
}
.corner-dtl .cont-spt h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: var(--black);
    margin-bottom: 25px;
}
.corner-dtl .cont-spt h2 span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: var(--white);
    background-color: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    flex-shrink: 0;
}
.corner-dtl .cont-spt p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0%;
    color: var(--black);
    margin-bottom: 30px;
}
.corner-dtl .cont-spt p strong{
    font-weight: 600;
}
.corner-dtl .cont-spt h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: var(--black);
    margin-top: 20px;
    margin-bottom: 20px;
}
.corner-dtl .cont-spt h5 {
    line-height: 1.6;
    color: var(--black);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.corner-dtl .abt-info{
    padding: 20px 0px 20px 30px;
    margin-bottom: 35px;
}
.corner-dtl .abt-info.abt-info-twoSt{
    margin-bottom: 50px;
}
.corner-dtl .grid-grly{
    margin-bottom: 25px;
}
.thumbnail-pst{
    padding: 12px;
    position: relative;
    border: 1px solid var(--primary);
}
.thumbnail-pst::before,
.thumbnail-pst::after{
    content: '';
    position: absolute;
    --style-inf-2x: calc(var(--style-inf) * 2);
    --style-inf-small: calc(var(--style-inf) - var(--style-inf-2x));
    width: var(--style-inf);
    height: var(--style-inf);
    border: 1px solid var(--primary);
}
.thumbnail-pst::before{
    top: var(--style-inf-small);
    left: var(--style-inf-small);
    border-radius: 50% 50% 0 50%;
}
.thumbnail-pst::after{
    bottom: var(--style-inf-small);
    right: var(--style-inf-small);
    border-radius: 0 50% 50% 50%;
}
.post-style-patn{
    padding: var(--style-inf);
    margin-bottom: 20px;
}
.check-list-li li {
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
    position: relative;
    padding-left: 26px;
}
.check-list-li li::before{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url('../images/icon/primary-circle-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.check-list-li li strong{
    font-weight: 600;
}
.check-list-li li+li{
    margin-top: 8px;
}
.check-list-li li ul{
    padding-top: 10px;
}
.check-list-li li ul.unlist-dots li::before{
    background-image: unset;
    width: 10px;
    height: 10px;
    background-color: #BD8860;
    border-radius: 50px;
    top: 8px;
}
.thener{
    border: 1px solid #BD8860;
    padding: 14px 20px;
    position: relative;
    margin: 30px 0;
}
.thener::after {
    content: '';
    width: 50px;
    height: 26px;
    position: absolute;
    right: -18px;
    top: -5px;
    background-image: url('../images/righ-cuner-min.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(49deg);
}
.thener p{
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0%;
    color: var(--black);
}
.ulturall .pstr,
.ever_ipg_ages{
    position: relative;
}
.ulturall .pstr::before,
.ever_ipg_ages::before{
    content: '';
    width: 100%;
    display: block;
    padding-top: 85%;
}
.ulturall .pstr img,
.ever_ipg_ages img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}
.ever_ipg_ages::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(44, 26, 7, 0) 14.78%, rgba(44, 26, 7, 0.81) 82.47%);
}
.corner-dtl .ulturall p,
.corner-dtl .ever_ipg_ages p {
    position: absolute;
    --paraosition: 12px;
    bottom: var(--paraosition);
    left: var(--paraosition);
    right: var(--paraosition);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    background-image: url('../images/icon/light-cir-check.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 7px;
    color: var(--white);
    z-index: 20;
    padding-left: 24px;
}
.corner-dtl .grid-vwe-im{
    position: relative;
}
.corner-dtl .grid-vwe-im::before{
    content: '';
    width: 100%;
    display: block;
    padding-top: 40%;
}
.corner-dtl .grid-vwe-im.grid-vwe-big::before{
    padding-top: 58.4%;
}
.corner-dtl .grid-vwe-im img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}
.colstn-brx .ollectible{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #F7F7F7;
    text-align: center;
    padding: 25px;
    height: 100%;
}
.colstn-brx .ollectible p{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #444444;
    margin-bottom: 0;
}
.colstn-brx .ollectible img{
    margin-bottom: 14px;
    height: 50px;
}
.corner-dtl .cont-spt .artcl .cdx{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 18px;
}
.corner-dtl .cont-spt .artcl .cdx h6{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: var(--black);
}
.corner-dtl .cont-spt .artcl .cdx p{
    color: var(--black);
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    text-align: center;
}
.corner-dtl .cont-spt .abt-info .row [class*="col"]+[class*="col"] {
    border-left: 1px solid #D9D9D9;
}
.corner-dtl .cont-spt .abt-info .container::before {
    background-image: url('../images/jarl.png');
    width: 120px;
    height: 200px;
    bottom: -18px;
    left: -30px;
}
.corner-dtl .prod-bgr {
    padding: 45px;
    background-image: url('../images/pfg-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.corner-dtl .prod-bgr .cont-aret {
    max-width: 432px;
    padding: 20px;
    background-color: #ffffffbd;
    backdrop-filter: blur(20px);
    margin-left: auto;
}
.ulturall .pstr{
    margin-bottom: 10px;
}
.corner-dtl .ulturall p{
    position: static;
    color: var(--black);
    font-weight: 600;
    line-height: 1.6;
}
.partners-crd{
    margin-bottom: 35px;
}
.partners-crd [class*="col"]{
    overflow: hidden;
}
.partners-crd .concd{
    position: relative;
    padding: 30px;
    border: 1px solid #BD8860;
    height: 100%;
}
.partners-crd .concd img{
    height: 50px;
}

.ticket-brx .brx-stl::after,
.ticket-brx .brx-stl::before,
.partners-crd .concd::after,
.partners-crd .concd::before{
    content: '';
    --same2size: 50px;
    width: var(--same2size);
    height: var(--same2size);
    position: absolute;
    border-left: 1px solid #BD8860;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 50%;
    background: var(--white);
}
.partners-crd .concd::after {
    left: -30px;
    bottom: -22px;
    transform: rotate(145deg);
}
.partners-crd .concd::before {
    right: -30px;
    top: -22px;
    transform: rotate(-36deg);
}
.partners-crd .concd h6{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: var(--black);
    margin: 10px 0;
}
.partners-crd .concd p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #444444;
}
.corner-dtl .parcel-stp{
    background-color: #FFF6ED;
}
.corner-dtl .parcel-stp .check-list-li{
    padding: 10px 30px;
}
.corner-dtl .parcel-stp .check-list-li li+li{
    margin-top: 24px;
}
.corner-dtl .cont-spt .abt-info.abt-info-twoSt .container::before {
    background-image: url('../images/righ-cuner.jpg');
    width: 100px;
    height: 46px;
    bottom: -25px;
    left: -25px;
    transform: rotate(41deg) rotateX(180deg);
}
.corner-dtl .cont-spt .abt-info.abt-info-twoSt .artcl{
    padding-left: 8px;
    padding-right: 8px;
}
.ontrol-brxs .rid{
    border: 1px solid var(--primary);
    padding: 28px 20px;
    background-color: #F7F7F7;
    height: 100%;
}
.ontrol-brxs .rid p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    background-image: url(../images/icon/light-cir-check.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 7px;
    padding-left: 26px;
}
.post-style-patn .card-smlp-ne{
    padding: 30px;
}
.post-style-patn .card-smlp-ne img{
    display: block;
    margin-bottom: 5px;
}
.post-style-patn .card-smlp-ne h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}
.post-style-patn .card-smlp-ne h5:last-child{
    margin-bottom: 0;
}
.post-style-patn .card-smlp-ne:first-child{
    background-color: var(--primary);
}
.post-style-patn .card-smlp-ne:first-child h5{
    color: var(--white);
}
.post-style-patn .card-smlp-ne:last-child{
    background-color: #FFF5E2;
}
.post-style-patn .card-smlp-ne:last-child img{
    margin-bottom: 22px;
}
.post-style-patn .mxGap{
    padding-left: 24px;
    padding-right: 24px;
}
.post-style-patn .card-bg-thmb-sty{
    background-image: url('../images/demo-ps.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 212px;
    display: flex;
    align-items: flex-end;
}
.post-style-patn .card-bg-thmb-sty::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.94deg, rgba(44, 26, 7, 0) 34.88%, rgba(44, 26, 7, 0.765) 76.84%);
}
.ticket-brx{
    background-color: #FFF5E2;
    padding: 10px;
    overflow: hidden;
    margin: 35px 0;
}
.ticket-brx .brx-stl{
    position: relative;
    padding: 20px 40px;
    border: 1px solid #BD8860B2;
}
.bar-location .firs h4,
.ticket-brx .brx-stl h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    color: var(--black);
}
.bar-location .ticket-brx,
.bar-location .firs h4:last-child,
.ticket-brx .brx-stl h4:last-child{
    margin: 0;
}
.ticket-brx .brx-stl::after,
.ticket-brx .brx-stl::before {
    background-color: #FFF5E2;
}
.ticket-brx .brx-stl::before {
    top: -26px;
    left: -26px;
    transform: rotate(-135deg);
}
.ticket-brx .brx-stl::after {
    bottom: -26px;
    right: -26px;
    transform: rotate(45deg);
}
.bar-location{
    display: flex;
}
.bar-location .firs{
    display: flex;
    align-items: center;
    padding: 20px 50px;
    background-color: #CC7000;
}
.bar-location .firs h4{
    color: var(--white);
}
.bar-location .ticket-brx{
    flex-grow: 1;
}
.bar-location .ticket-brx .brx-stl .fop,
.bar-location .ticket-brx .brx-stl{
    display: flex;
    align-items: center;
}
.bar-location .ticket-brx .brx-stl{
    padding: 0;
}
.bar-location .ticket-brx .brx-stl .fop{
    padding: 10px;
}
.bar-location .ticket-brx .brx-stl img {
    width: 16px;
    flex-shrink: 0;
    margin-right: 16px;
}
.bar-location .ticket-brx .brx-stl::before{
    content: unset;
}
.onboarding-sect{
    padding: 40px 0 90px;
}
.onboarding-sect .eamfor-sect .ial{
    padding: 24px 20px;
    background-color: #754C24;
}
.onboarding-sect .eamfor-sect > :nth-child(2){
    background-color: #995400;
}
.onboarding-sect .eamfor-sect > :nth-child(3){
    background-color: #B36200;
}
.onboarding-sect .eamfor-sect > :nth-child(4){
    background-color: #CC7000;
}
.onboarding-sect .eamfor-sect > :nth-child(5){
    background-color: #E67E00;
}
.onboarding-sect .eamfor-sect .ial+.ial{
    margin-top: 4px;
}
.onboarding-sect .eamfor-sect .ial p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: var(--white);
    margin-bottom: 10px;
}
.onboarding-sect .eamfor-sect .ial ul li {
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    color: var(--white);
    padding-left: 14px;
    position: relative;
}
.onboarding-sect .eamfor-sect .ial ul li+li{
    margin-top: 8px;
}
.onboarding-sect .eamfor-sect .ial ul li::before {
    content: '';
    position: absolute;
    background-image: unset;
    width: 6px;
    height: 6px;
    background-color: var(--white);
    border-radius: 50px;
    top: 5px;
    left: 0;
}
.flw-stwp{
    padding: 30px 20px;
    background-color: #F4F4F4;
}
.flw-stwp .ols{
    min-height: 40px;
    display: flex;
    align-items: flex-start;
}
.flw-stwp .ols span {
    border: 1px solid #BFBFBF;
    background-color: var(--white);
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary);
    margin-right: 14px;
    flex-shrink: 0;
    position: relative;
    top: 3px;
}
.flw-stwp .ols p{
    line-height: normal;
    margin-bottom: 0;
}
.flw-stwp .ols+.ols{
    margin-top: 10px;
}
.alter-bar-style{
    margin: 20px 0 30px;
    padding: 20px;
    position: relative;
    background-color: #FFF6E3;
}
.alter-bar-style::after,
.alter-bar-style::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 16%;
    background-repeat: no-repeat;
    background-size: contain;
}
.alter-bar-style::before{
    top: -4px;
    left: -4px;
    background-image: url('../images/patterns-style-left-top.svg');
    background-position: left top;
}
.alter-bar-style::after{
    right: -4px;
    bottom: -4px;
    background-image: url('../images/patterns-style-bottom-right.svg');
    background-position: right bottom;
}
.alter-bar-style p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: var(--primary);
}

@media screen and (max-width:1600px) {
    .coming-soon-contant .block h3 {
        font-size: 23px;
        line-height: 32px;
        padding: 0 33px;
    }
}
@media screen and (max-width:1399px) {
    .corner-dtl .ulturall p{
        font-size: 14px;
    }
    .corner-dtl .tab-filte a {
        font-size: 14px;
    }
    .partners-crd .concd h6{
        font-size: 18px;
    }
    .partners-crd .concd {
        padding: 24px;
    }
    .corner-dtl .tab-filte a:hover, .corner-dtl .tab-filte a.active{
        font-weight: 500;
    }
    .corner-dtl .tab-filte a span {
        font-weight: 600;
    }
    .corner-dtl .cont-spt h2 span {
        font-size: 16px;
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }
    .corner-dtl .cont-spt p {
        font-size: 15px;
    }
    .corner-dtl .cont-spt h4 {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .partners-crd .concd img {
        height: 40px;
    }
    .corner-dtl .cont-spt .abt-info.abt-info-twoSt .container::before {
        width: 90px;
        height: 44px;
        bottom: -18px;
        left: -32px;
    }
    .abt-info .container::after {
        width: 81px;
        height: 44px;
        top: -20px;
        right: -21px;
    }
    .corner-dtl .abt-info.abt-info-twoSt .artcl .cdx p{
        font-size: 15px;
    }
    .ticket-brx .brx-stl h4{
        font-size: 20px;
    }
    .corner-dtl .abt-info.abt-info-twoSt .artcl .cdx{
        padding: 0 14px;
    }
    .ontrol-brxs .rid {
        padding: 24px 15px;
    }
    .check-list-li li {
        font-size: 15px;
    }
    .corner-dtl .cont-spt h5 {
        font-size: 18px;
    }
    .corner-dtl .cont-spt .artcl .cdx {
        padding: 0 8px;
    }
    .corner-dtl .cont-spt .artcl .cdx p {
        font-size: 16px;
    }
    .corner-dtl .cont-spt h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .corner-dtl .parcel-stp .check-list-li {
        padding: 10px 20px 10px 5px;
    }
    .artcl-sub h2 {
        font-size: 40px;
    }
    .prdts-description .tpr h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .thener::after {
        width: 44px;
        height: 16px;
        right: -18px;
        top: -3px;
        transform: rotate(50deg);
    }
    .prdts-description .tpr p {
        font-size: 14px;
    }
    .corner-dtl .prod-bgr {
        padding: 38px;
    }
    .prdts-description .tpr .rtig {
        font-size: 14px;
        padding: 5px 7px;
    }
    .corner-dtl .prod-bgr .cont-aret {
        max-width: 410px;
    }
    .prdts-description .tpr .rtig span {
        font-size: 12px;
    }
    .colstn-brx .ollectible p{
        font-size: 14px;
    }
    .prdts-description .midl h1 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .prdts-description .midl h1 span {
        font-size: 16px;
    }

    .prdts-description .midl h1 strong {
        font-size: 14px;
    }

    .prdts-description .midl p {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .prdts-description .firtp h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .prdts-description .firtp .size-list>div label {
        padding: 6px 18px;
        font-size: 13px;
    }

    .prdts-description .firtp .quantity-box {
        padding: 3px;
    }

    .prdts-description .firtp input {
        font-size: 16px;
        width: 30px;
    }

    .prdts-description .firtp .qty-btn {
        padding: 0 6px;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
    }

    .prdts-description .firtp .stock-status {
        font-size: 16px;
    }

    .prdts-description .firtp h5 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .prdts-description .firtp .progs {
        margin-bottom: 8px;
    }

    .purchase-btn-are a,
    .purchase-btn-are button {
        padding: 12px 10px;
        font-size: 13px;
        line-height: normal;
    }

    .prdts-description .tpr .rtig img {
        margin-left: 5px;
        width: 14px;
    }

    .prdts-description .firtp p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .share-prds img {
        width: 24px;
        height: 24px;
    }

    .share-prds {
        font-size: 13px;
    }

    .share-prds a {
        margin-left: 10px;
    }

    .devry-insin {
        padding: 18px 0 30px;
    }

    .devry-insin .dl p {
        font-size: 14px;
        line-height: normal;
    }

    .devry-insin .dl img {
        width: 26px;
        margin-right: 7px;
    }

    .prdts-description .firtp li {
        font-size: 12px;
        line-height: 17px;
    }

    .prdts-description .accordion .accordion-button {
        font-size: 14px;
        line-height: 25px;
        padding: 10px 20px;
    }

    .prdts-description .accordion .etais-ol h5 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .prdts-description .accordion .etais-ol p,
    .prdts-description .accordion .etais-ol li {
        font-size: 14px;
        line-height: 1.5;
    }

    .prdts-description .product-about {
        padding: 25px 0;
    }

    .prdts-description .product-about p {
        margin: 12px 0;
    }

    .prdts-description .product-about .mor-lss-btn {
        font-size: 13px;
    }

    .review-sect .tpr .start-gr img {
        width: 18px;
        height: 18px;
    }

    .review-sect .tpr h4 {
        font-size: 16px;
        margin-left: 7px;
    }

    .review-sect .rate p {
        font-size: 14px;
    }

    .progabar-area {
        max-width: 300px;
    }

    .dplw-top .add-rviwe {
        width: 304px;
        margin-left: 20px;
        padding-left: 20px;
    }

    .main-section {
        padding-top: 127px;
    }

    .main-section-pt {
        padding-top: 61px;
    }

    header .nav-bar .mega-mnu {
        top: 67px;
    }

    header .topHead .logo-link {
        max-width: 120px;
    }

    header .nav-bar .mega-mnu h4 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .review-writ-posr p {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 6px;
    }

    .why-sctp .item .icx {
        width: 55px;
        height: 55px;
        padding: 15px;
    }

    .why-sctp .item h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .why-sctp .item p {
        font-size: 14px;
    }

    .why-sctp .grid-opcl .item {
        padding: 0 23px;
    }

    .review-writ-posr h5 {
        font-size: 12px;
    }

    .add-rviwe .dropdown-toggle {
        max-width: 176px;
    }

    header .topHead .search-area {
        max-width: 422px;
        padding: 0 8px;
    }

    header .selr-btn {
        font-size: 12px;
        padding: 9px 12px;
    }

    header .search-area input {
        padding: 8px 20px;
    }

    header .search-area [type="submit"] {
        width: 12px;
        height: 12px;
        right: 20px;
    }

    header .topHead .navigTbo a {
        font-size: 13px;
    }

    header .topHead .navigTbo a img {
        max-width: 18px;
        margin-right: 8px;
    }

    header .nav-bar nav ul li+li {
        margin-left: 12px;
    }

    header .nav-bar nav li a {
        font-size: 13px;
    }

    header .nav-bar .headBotm-bar input {
        font-size: 13px;
        padding: 6px 11px;
    }

    header .nav-bar .headBotm-bar .dropdown-btn {
        padding: 4px 9px;
    }

    header .nav-bar .headBotm-bar .grp-fid {
        padding-top: 7px;
    }

    header .nav-bar .headBotm-bar .setSam label {
        font-size: 13px;
    }

    header .nav-bar .headBotm-bar .setSam {
        width: 128px;
        padding-bottom: 8px;
    }

    .category-list .itp p {
        font-size: 13px;
    }

    .category-list {
        padding: 26px 0;
    }

    .banner .banner-item {
        padding: 144px 0;
    }

    .banner article h2 {
        font-size: 45px;
        line-height: 51px;
    }

    .banner article {
        max-width: 400px;
    }

    .banner article::before {
        left: -1px;
    }
    .banner article::after,
    .banner article::before {
        width: calc(100% + 61px);
        height: 130px;
    }
    .processed {
        padding: 26px 0;
    }
    .processed .grid-wp .item {
        padding-right: 16px;
    }
    .title-head h2 {
        font-size: 32px;
        line-height: 1.4;
    }
    .featured .title-head {
        margin-bottom: 30px;
    }
    .featured {
        padding: 54px 0;
    }
    .products-glry .top-tle {
        margin-bottom: 30px;
    }
    .pro-bxr .dltctn {
        padding: 20px;
    }
    .ls-products .pro-bxr .dltctn p,
    .pro-bxr .dltctn p {
        font-size: 14px;
        line-height: 21px;
        margin: 10px 0 8px;
    }
    .ls-products .pro-bxr .dltctn h4,
    .pro-bxr .dltctn h4 {
        font-size: 16px;
    }
    .true-refle .ttx h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 1rem;
    }
    .true-refle .ttx p {
        font-size: 18px;
    }
    footer {
        background-size: cover;
    }
    .product-listing .lis-prg .row {
        --bs-gutter-y: 40px;
        --bs-gutter-x: 15px;
    }
    .product-listing .filter-listing {
        grid-column: span 4 / span 4;
    }
    .product-listing .lis-prg {
        grid-column: span 8 / span 8;
    }
    .filter-listing .ite-mp {
        padding-right: 10px;
    }
    .product-details .thumbnail-view {
        padding-right: 25px;
    }
    .atb-alue .mdn-content .itx {
        padding: 24px;
    }
    .atb-alue .mdn-content .itx h3 {
        font-size: 30px;
    }
    .atb-alue .mdn-content .itx p {
        font-size: 15px;
    }
}
@media screen and (max-width:1290px) {
    .banner .banner-item {
        padding: 138px 0;
    }

    header .topHead .navigTbo {
        padding-left: 12px;
    }
}
@media screen and (min-width:1200px) {
    header .nav-bar .location-bar {
        display: block !important;
    }

    header .nav-bar ul li.mega-area:hover .mega-mnu {
        display: block;
    }

    header .nav-bar ul li.mega-area:hover>a svg {
        transform: rotate(180deg);
    }
}
@media screen and (max-width:1199px) {
    .corner-dtl .tab-filte a {
        font-size: 12px;
    }
    .corner-dtl .tab-filte a span {
        font-size: 10px;
    }
    .corner-dtl .cont-spt h2 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .check-list-li li,
    .corner-dtl .cont-spt p {
        font-size: 14px;
    }
    .check-list-li li {
        padding-left: 24px;
    }
    .thener {
        padding: 12px 14px;
        margin: 22px 0;
    }
    .corner-dtl .cont-spt h5 {
        font-size: 16px;
    }
    .corner-dtl .abt-info .artcl {
        padding: 22px 20px;
    }
    .post-style-patn .card-smlp-ne h5,
    .corner-dtl .cont-spt .artcl .cdx p {
        font-size: 14px;
    }
    .corner-dtl .cont-spt .artcl .cdx h6 {
        font-size: 15px;
    }
    .abt-info .artcl img {
        height: 40px;
    }
    .corner-dtl .cont-spt .abt-info .container::before {
        width: 88px;
        height: 160px;
    }
    .corner-dtl .prod-bgr .cont-aret {
        max-width: 358px;
    }
    .partners-crd .concd h6 {
        font-size: 16px;
    }
    .corner-dtl .abt-info.abt-info-twoSt .artcl .cdx p {
        font-size: 14px;
    }
    .corner-dtl .abt-info.abt-info-twoSt .artcl .cdx {
        padding: 0 2px;
    }
    .ticket-brx .brx-stl h4 {
        font-size: 16px;
    }
    .onboarding-sect {
        padding: 26px 0 50px;
    }
    .bar-location .ticket-brx .brx-stl img {
        width: 14px;
        margin-right: 12px;
    }
    .check-list-li li::before {
        width: 14px;
        height: 14px;
        left: 1px;
        top: 3px;
    }
    .thumbnail-pst {
        padding: 8px;
    }
    .corner-dtl .tab-filte a {
        padding: 10px;
    }
    .corner-dtl {
        padding: 50px 0;
    }
    .corner-dtl .cont-spt {
        padding-left: 10px;
    }
    .artcl-sub h2 {
        font-size: 32px;
    }
    .artcl-sub ul li {
        padding-left: 36px;
        position: relative;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
    }
    .product-details .thumbnail-view {
        padding-right: 0px;
    }

    .review-sect .lt-arc .title-head {
        margin-bottom: 16px;
    }

    .review-sect {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #BDBDBD;
    }

    .purchase-btn-are a,
    .purchase-btn-are button {
        padding: 9px 10px;
        font-size: 12px;
        line-height: normal;
        border-radius: 4px;
        font-weight: 600;
    }

    .dplw-top .add-rviwe {
        width: 230px;
        margin-left: 15px;
        padding-left: 15px;
    }

    .why-sctp .item h3 {
        font-size: 14px;
    }

    .why-sctp .grid-opcl .item {
        padding: 0 16px;
    }

    .ls-products .pro-bxr .dltctn,
    .pro-bxr .dltctn {
        transform: unset;
        width: 100%;
        margin: 0;
    }

    .ls-products .pro-bxr .dltctn {
        padding: 10px 10px 5px;
    }

    .ls-products .pro-bxr .dltctn h4,
    .pro-bxr .dltctn h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    header .topHead {
        background-size: cover;
    }

    header .nav-bar .mega-mnu::before {
        content: unset;
    }

    .main-section {
        padding-top: 104px;
    }

    .main-section-pt {
        padding-top: 61px;
    }

    header .nav-bar .mega-mnu {
        top: 44px;
    }

    header .location-bar {
        position: absolute;
        right: 1px;
        top: 43px;
        background: #F7F4F2;
        z-index: 9;
        padding: 0 14px 14px;
        box-shadow: 0px 0px 11px 0px #00000033;
        display: none;
    }

    header .nav-bar .mega-area.active>a svg {
        transform: rotate(180deg);
    }

    header .nav-bar .mega-mnu.active {
        display: block;
    }

    header .nav-bar nav .loctin-btn {
        display: flex;
    }

    header .nav-bar .headBotm-bar .inti-fill {
        border-left: unset;
        border-right: unset;
        background-color: unset;
        padding: 0 12px 0px;
    }

    header .nav-bar .headBotm-bar .dropdown {
        width: 100%;
    }

    header .nav-bar .headBotm-bar .setSam label {
        margin-bottom: 0 !important;
    }

    header .nav-bar .headBotm-bar .setSam {
        width: 128px;
        padding-bottom: 0;
        margin-right: auto;
        margin-left: 0;
    }

    header .nav-bar nav .navigation-bar {
        margin: auto;
    }

    header .nav-bar .headBotm-bar label:not(.dropdown-item) {
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 8px;
        font-weight: 500;
    }

    header .nav-bar .headBotm-bar .grp-fid {
        display: flex;
        align-items: flex-start;
        padding-top: 10px;
        flex-direction: column;
    }

    header .nav-bar nav {
        padding: 10px 0;
    }

    header .nav-bar nav ul li+li {
        margin-left: 20px;
    }

    header .container {
        max-width: 100%;
    }

    .banner article h2 {
        font-size: 40px;
        line-height: 46px;
    }

    .banner article p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .button-btn {
        font-size: 14px;
        padding: 6px 16px;
        border-radius: 6px;
    }

    .banner article {
        max-width: 360px;
    }
    .banner article::after,
    .banner article::before {
        width: calc(100% + 55px);
        height: 126px;
    }
    .processed .grid-wp {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .processed .grid-wp .item {
        padding: 5px 15px;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .processed {
        padding: 22px 0;
    }

    .processed .grid-wp .item img {
        height: 28px;
        width: 38px;
    }

    .featured .item-lg h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .featured .item-lg h3 {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .featured .item-lg h5 span {
        font-size: 32px;
    }

    .featured .item-sm h5 {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .featured .item-sm h5 span {
        font-size: 26px;
    }

    .featured .item-sm h3 {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 19px;
    }

    .button-btn-small {
        font-size: 12px;
        padding: 6px 16px 6px;
        border-radius: 6px;
    }

    .featured .item-sm {
        padding: 24.5px 25px;
    }

    .featured .item-lg {
        padding: 26px 31px 200px;
    }

    .title-head h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    .products-glry .nav-tabs .nav-item .nav-link {
        font-size: 16px;
        line-height: normal;
    }

    .pro-bxr .title .tag {
        font-weight: 500;
        font-size: 10px;
        padding: 2px 10px;
        margin: 3px 0 0;
    }

    .pro-bxr .title button,
    .pro-bxr .title .ad-cdt,
    .pro-bxr .title ul button,
    .pro-bxr .title ul .ad-cdt {
        width: 24px;
        height: 24px;
        padding: 3px;
    }

    .pro-bxr .dltctn {
        padding: 14px;
    }

    .prodTab-slider .slick-slider {
        margin: 0 -5px;
    }

    .prodTab-slider .slick-slide {
        padding: 0 5px;
    }

    .pro-bxr .dltctn .tpr {
        font-size: 13px;
        line-height: normal;
    }

    .products-glry {
        padding: 8px 0 30px;
    }

    .launching-soon article h3 {
        font-size: 25px;
        line-height: normal;
    }

    .launching-soon article p {
        font-size: 12px;
        margin: 8px 0;
    }

    .launching-soon article .flow {
        max-width: 120px;
        margin: 0 auto 10px;
    }

    .launching-soon article h5 {
        font-size: 18px;
    }

    .launching-soon article h4 {
        font-size: 20px;
    }

    .launching-soon article .soon-txt {
        max-width: 260px;
    }

    .launching-soon article {
        padding-top: 0;
    }

    .launching-soon article::before {
        left: calc(50% - 74px);
        top: -4px;
        bottom: 4px;
    }

    .ls-products .title-head {
        text-align: center;
        margin-bottom: 30px;
    }

    .ls-products .title-head {
        margin-bottom: 30px;
    }

    .ls-products .row {
        --bs-gutter-x: 10px;
    }

    .ls-products .pro-bxr {
        padding: 5px;
    }

    .ls-products .pro-bxr .title {
        padding: 10px 10px 0;
    }

    .within-sect {
        padding: 60px 0;
    }

    .within-sect .title-head h2 {
        font-size: 20px;
    }

    .within-sect .top-bat::before {
        width: 44.5px;
        height: 67px;
        top: 0px;
        left: -18px;
    }

    .within-sect .top-bat::after {
        top: 5px;
    }

    .within-sect .top-bat span {
        font-size: 16px;
        top: -22px;
        padding: 30px;
    }

    .within-sect .top-bat span small {
        font-size: 15px;
    }

    .within-sect .top-bat {
        padding-bottom: 30px;
        margin: 0 0 24px 10px;
    }

    .true-refle .ttx h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0.8rem;
    }

    .true-refle .ttx p {
        font-size: 14px;
    }

    .testimonials .item-p .top-cont p {
        font-size: 12px;
        line-height: 24px;
    }

    .testimonials .item-p .top-cont h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .testimonials .item-p .top-cont img {
        margin: 0 auto 16px;
        width: 26px;
    }

    .testimonials .item-p .aur img {
        margin: 0 auto 12px;
        width: 64px;
    }

    .testimonials .item-p .aur h5 {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .testimonials .item-p .aur p {
        font-size: 12px;
    }

    footer .art p {
        font-size: 12px;
        line-height: 17px;
    }

    footer .art .ftr-logo {
        width: 150px;
        margin-bottom: 18px;
    }
    footer ul li .multi-calr,
    footer ul li a {
        font-size: 12px;
    }

    footer ul li+li {
        margin-top: 16px;
    }

    footer ul li a img {
        width: 10px;
        margin-right: 9px;
    }

    footer h4 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    footer .gre-fil [type="email"] {
        font-size: 12px;
    }

    footer .gre-fil img {
        margin-right: 8px;
        width: 18px;
    }

    footer .flows a {
        width: 24px;
        height: 24px;
        padding: 5px;
    }

    footer .flows a+a {
        margin-left: 13px;
    }

    footer .cpr p {
        font-size: 12px;
    }

    footer .cpr {
        padding: 14px 0;
        margin-top: 30px;
    }

    .coming-soon-banner {
        padding: 100px 20px 240px;
    }

    .coming-soon-banner h3 {
        font-size: 38px;
        line-height: 1.1;
        max-width: 740px;
        margin: 50px auto 20px auto;
    }

    .coming-soon-banner h1 {
        font-size: 40px;
        line-height: 1;
    }

    .coming-soon-contant .block {
        margin-bottom: 15px;
    }

    .coming-soon-contant .block h3 {
        font-size: 18px;
        line-height: 25px;
        padding: 0 30px;
    }

    .abt-info {
        padding: 100px 52px;
    }

    .atb-alue .mdn-content {
        gap: 20px;
    }

    .atb-alue .mdn-content .itx {
        padding: 15px;
    }

    .atb-alue .mdn-content .itx img {
        width: 32px;
    }

    .atb-alue .mdn-content .itx h3 {
        font-size: 22px;
    }

    .atb-alue .mdn-content .itx p {
        font-size: 14px;
    }

    .atb-alue .title-head {
        margin-bottom: 34px;
    }

    .graph-image img {
        width: 150px;
        margin-left: auto;
    }

    .abt-info .artcl p {
        font-size: 16px;
        line-height: 1.8;
        max-width: 730px;
    }

    .hist .ttx h4 {
        font-size: 34px;
        margin-bottom: 16px;
    }

    .hist .ttx p {
        font-size: 15px;
    }
}
@media screen and (min-width:992px) {
    .corner-dtl .parcel-stp .row{
        align-items: center;
    }
    .product-listing .filter-listing:hover {
        padding-right: 0;
        overflow-y: auto;
    }
    .filter-listing .ite-mp .cont-flst {
        display: block !important;
    }
}
@media screen and (max-width:991px) {
    .product-listing .lis-prg .pagination {
        margin-top: 0px;
    }
    .alter-bar-style {
        margin: 10px 0 20px;
        padding: 10px;
    }
    .alter-bar-style::after, .alter-bar-style::before {
        width: 20%;
    }
    .alter-bar-style p {
        font-size: 10px;
    }
    :root {
        --style-inf: 12px;
    }
    header .selr-btn {
        font-size: 10px;
        padding: 7px 7px;
    }
    .parcel-stp .min-dpe{
        padding: 10px;
        padding-right: 0;
    }
    .corner-dtl .parcel-stp .check-list-li {
        padding: 10px 0px 10px 0px;
    }
    .colstn-brx .ollectible {
        padding: 15px;
    }
    .ontrol-brxs .rid {
        padding: 10px 15px;
    }
    .colstn-brx .ollectible img {
        margin-bottom: 10px;
        height: 38px;
    }
    .partners-crd .concd h6 {
        font-size: 14px;
    }
    .partners-crd .concd {
        padding: 18px;
    }
    .corner-dtl .parcel-stp .check-list-li li+li {
        margin-top: 14px;
    }
    .corner-dtl .ulturall p, .corner-dtl .ever_ipg_ages p{
        font-size: 12px;
    }
    .post-style-patn {
        margin-bottom: 14px;
    }
    .post-style-patn .card-smlp-ne {
        padding: 18px;
    }
    .corner-dtl .cont-spt .abt-info.abt-info-twoSt .container::before {
        width: 68px;
        height: 28px;
        bottom: -7px;
        left: -18px;
    }
    .abt-info .container::after {
        width: 56px;
        height: 33px;
        top: -5px;
        right: 4px;
    }
    .corner-dtl .tab-filte {
        top: 100px;
    }
    .corner-dtl .cont-spt h2 {
        font-size: 18px;
    }
    .corner-dtl .ulturall p, .corner-dtl .ever_ipg_ages p {
        background-size: 13px;
        background-position: left 4px;
        padding-left: 20px;
    }
    .corner-dtl .cont-spt .abt-info .row [class*="col"]:last-child {
        border-left: none;
    }
    .thener {
        margin: 18px 0;
    }
    .corner-dtl .abt-info {
        margin-bottom: 30px;
    }
    .corner-dtl .cont-spt h2 span {
        font-size: 14px;
        width: 22px;
        height: 22px;
        margin-right: 8px;
    }
    .corner-dtl .cont-spt h2 {
        margin-bottom: 14px;
    }
    .corner-dtl .cont-spt h4 {
        font-size: 18px;
    }
    .artcl-sub h2 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .artcl-sub a.contact-button {
        font-size: 11px;
        margin-bottom: 28px;
        padding: 6px 24px;
    }
    .artcl-sub:first-child {
        padding: 30px 24px;
    }
    .artcl-sub ul li {
        padding-left: 26px;
        font-size: 15px;
    }
    .artcl-sub ul li::before {
        top: 4px;
        width: 16px;
        height: 16px;
    }
    .contact-item h3, .contact-item a {
        font-size: 16px;
        line-height: 22px;
    }
    .contact-item+.contact-item {
        margin-top: 24px;
    }
    .contact-item span {
        width: 40px;
        height: 40px;
    }
    .atb-alue .mdn-content .cent-il {
        max-width: 300px;
        margin: auto;
        width: 100%;
    }

    .product-details {
        padding-bottom: 20px;
    }

    .review-writ-posr h5 {
        display: block;
    }

    .review-sect .dplw-top {
        display: block;
    }

    .review-sect .lt-arc {
        top: 110px;
    }

    .dplw-top .add-rviwe {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #B8B8B8;
        padding-top: 10px;
        margin-top: 10px;
    }

    nav[aria-label="breadcrumb"] .breadcrumb .breadcrumb-item {
        font-size: 12px;
    }

    nav[aria-label="breadcrumb"] {
        padding-top: 0;
    }

    .product-tixld .cen-tpl h4 {
        font-size: 15px;
    }
    .ticket-brx .brx-stl h4,
    .corner-dtl .cont-spt h5 {
        font-size: 14px;
    }
    .product-tixld {
        padding: 0 0 10px;
    }
    .ticket-brx .brx-stl {
        padding: 14px 30px;
    }
    .filter-listing .ite-mp .cont-flst {
        display: none;
    }
    .onboarding-sect {
        padding: 20px 0 40px;
    }
    .bar-location .firs {
        padding: 21px 30px;
    }
    .filter-listing .ite-mp h4 {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }
    .bar-location .ticket-brx .brx-stl .fop h4{
        line-height: normal;
    }
    .bar-location .ticket-brx .brx-stl img {
        margin-right: 8px;
    }
    .filter-listing .ite-mp h4::after {
        content: '';
        margin: 3px;
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='square' d='m14 5l-6.5 7L1 5' stroke-width='1'/%3E%3C/svg%3E");
    }

    .filter-listing .ite-mp h4.active::after {
        transform: rotate(180deg);
    }

    .filter-listing .ite-mp .cont-flst {
        padding-top: 14px;
    }

    .product-listing {
        display: block;
    }

    .filter-listing .ite-mp {
        padding: 15px 6px;
        border-right: none;
    }

    .filter-listing .ite-mp+.ite-mp {
        border-top: 1px solid #b8b8b833;
    }

    .fil-tilos {
        display: flex;
    }

    .product-tixld .fi-tilr button svg {
        display: block;
    }

    .product-tixld .fi-tilr button {
        pointer-events: all;
        font-weight: 600;
        font-size: 14px;
        padding: 3px 5px;
        border: 1px solid #B7B7B7;
        border-radius: 5px;
    }

    .product-listing .filter-listing {
        position: fixed;
        height: 100%;
        z-index: 99999;
        background: white;
        width: 100%;
        top: 0;
        right: -100%;
        padding: 50px 10px 10px;
        overflow-y: auto;
        transition: all 0.3s ease-in-out;
    }

    .product-listing .filter-listing.filterShowPr {
        right: 0;
    }

    .product-listing .lis-prg .row {
        --bs-gutter-y: 20px;
    }

    .main-section {
        padding-top: 96px;
    }

    .main-section-pt {
        padding-top: 53px;
    }

    header .topHead .logo-link {
        max-width: 100px;
    }

    header .topHead .navigTbo a img {
        max-width: 24px;
    }

    header .search-area input {
        padding: 8px 16px 8px 11px;
        font-size: 12px;
    }

    header .search-area [type="submit"] {
        width: 14px;
        height: 14px;
        right: 18px;
        padding: 0;
    }

    header .nav-bar nav .loctin-btn {
        font-size: 12px;
    }

    header .nav-bar .mega-mnu {
        padding: 20px 30px 30px;
    }

    header .nav-bar nav ul li+li {
        margin-left: 12px;
    }

    header .nav-bar nav li a {
        font-size: 12px;
    }

    .category-list .itp p {
        font-size: 12px;
    }

    .banner article h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .banner article p {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .banner article {
        max-width: 294px;
    }

    .banner article::after,
    .banner article::before {
        width: calc(100% + 46px);
        height: 96px;
    }
    .banner .banner-item {
        padding: 98px 0;
    }

    .featured .item-lg h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .featured .item-lg h5 {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .featured .item-lg h5 span {
        font-size: 26px;
    }

    .button-btn {
        font-size: 12px;
        padding: 6px 16px;
        border-radius: 4px;
    }

    .featured .item-lg {
        padding: 16px 25px 150px;
    }

    .featured .item-sm h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .featured .item-sm h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .featured .item-sm h5 span {
        font-size: 20px;
    }

    .featured .item-sm {
        padding: 15px;
    }

    .featured .item-sm+.item-sm {
        margin-top: 18px;
    }

    .featured .item-sm+.item-sm {
        margin-top: 18px;
    }

    .products-glry .top-tle,
    .featured .title-head {
        margin-bottom: 20px;
    }

    .products-glry .nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }

    .products-glry .nav-tabs .nav-item+.nav-item {
        margin-left: 14px;
    }

    .launching-soon article h3 {
        font-size: 22px;
    }

    .launching-soon article p {
        font-size: 12px;
        margin: 4px 0 8px;
    }

    .launching-soon article .flow {
        max-width: 96px;
    }

    .launching-soon article h5 {
        font-size: 16px;
    }

    .launching-soon article h4 {
        font-size: 18px;
    }

    .launching-soon article .soon-txt {
        max-width: 226px;
    }

    .launching-soon article {
        padding-top: 24px;
        padding-bottom: 22px;
    }

    .launching-soon article::before {
        left: calc(50% - 96px);
    }

    .ls-products .title-head {
        margin-bottom: 20px;
    }

    .ls-products .al-pros a {
        font-size: 12px;
    }

    .true-refle .ttx h3 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 0.6rem;
    }

    .true-refle .ttx p {
        font-size: 14px;
        margin-bottom: 0.8rem;
    }

    .title-head p {
        font-size: 14px;
        line-height: 18px;
    }

    footer .art {
        max-width: 100%;
    }

    footer h4 {
        margin-bottom: 12px;
    }

    footer ul li+li {
        margin-top: 12px;
    }

    footer .gre-fil {
        margin-bottom: 26px;
    }

    footer {
        padding: 30px 18px 0;
    }

    .testimonials {
        padding: 50px 0;
    }

    .testimonials .title-head {
        margin: 0 auto 25px;
    }
    .coming-soon-contant .block h3 {
        font-size: 18px;
        line-height: 25px;
        padding: 0 30px;
    }

    .abt-info {
        padding: 70px 40px;
    }

    .abt-info .container::before {
        width: 130px;
        height: 257px;
        left: -30px;
    }

    .abt-info .artcl {
        padding: 20px 40px;
    }

    .abt-info .artcl img {
        width: 140px;
    }

    .abt-info .artcl p {
        font-size: 15px;
    }

    .atb-alue .mdn-content {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }

    .atb-alue .mdn-content .itx {
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hist .ttx h4 {
        font-size: 28px;
    }

    .hist .ttx p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .hist .set-atokl {
        width: 100%;
    }

    .hist .set-atokl::before {
        left: -20px;
        top: -20px;
    }
    .hist .set-atokl::after {
        left: -20px;
        bottom: -20px;
    }
    .hist {
        padding: 45px 0;
        background-size: contain;
    }
    .artcl-sub:first-child .at-ro {
        right: -16px;
        width: 40px;
        height: 40px;
    }
    .artcl-sub:first-child .at-ro p {
        font-size: 16px;
    }
    .cont-pint {
        padding: 15px;
        max-width: 300px;
    }
    .cont-pint::after {
        left: 34px;
    }
    .artcl-sub:first-child .at-ro {
        right: 50%;
        bottom: -20px;
        top: auto;
        transform: rotate(45deg);
    }
    .category-list-min .container{
        background-color: #f1f1f1;
    }
}
@media screen and (max-width:850px) {
    header .nav-bar nav .loctin-btn span {
        max-width: 120px;
    }

    .coming-soon-banner {
        padding: 100px 20px 240px;
    }

    .coming-soon-banner h3 {
        font-size: 38px;
        line-height: 1.1;
        max-width: 100%;
        margin: 50px auto 20px auto;
    }

    .coming-soon-banner h1 {
        font-size: 40px;
        line-height: 1;
    }

    .coming-soon-contant .block {
        margin-bottom: 15px;
    }

    .coming-soon-contant .block h3 {
        font-size: 27px;
        line-height: 33px;
        padding: 0 30px;
    }
}
@media screen and (min-width:768px){
    /* body.filter-ativ-hideScrol{
        overflow: hidden;
        padding-right: 15px;
    }
    body.filter-ativ-hideScrol header {
        width: calc(100% - 15px);
    } */
    .desktop-hide{
        display: none !important; 
    }
}
@media screen and (max-width:767px) {
    .pagination li a {
        font-size: 14px;
        width: 25px;
        height: 25px;
    }
    .pagination .arw-lnk a {
        font-size: 12px;
    }
    .pagination .arw-lnk a svg {
        margin: 0 0px;
        width: 12px;
        height: 12px;
    }
    .pagination li+li {
        margin-left: 12px;
    }
    .alter-bar-style::after, .alter-bar-style::before {
        width: 25%;
    }
    .alter-bar-style::before {
        top: -2px;
        left: -2px;
    }
    .alter-bar-style::after {
        right: -2px;
        bottom: -2px;
    }
    header .topHead .navigTbo li:last-child a.dropdown-toggle span{
        display: none;
    }
    header .topHead .navigTbo li .dropdown-item{
        padding: 5px;
    }
    header .topHead .navigTbo .dropdown-menu {
        padding: 0;
        border-radius: 2px;
        border-width: 1px;
        min-width: 90px;
    }
    .product-tixld .filte-pdf-opx span {
        font-size: 12px;
    }
    .multiple-dropdown-button {
        font-size: 10px;
    }
    .product-tixld .sort .multiple-dropdown-button {
        min-width: 86px;
    }
    .multiple-dropdown-button .arrow {
        width: 10px;
        height: 10px;
    }
    .product-tixld .sort {
        font-size: 10px;
        padding: 5px 5px;
        min-width: 154px;
    }
    .mobile-hide{
        display: none !important;
    }
    .onboarding-sect {
        padding: 8px 0 24px;
    }
    .thener {
        width: calc(100% - 10px);
    }
    .corner-dtl .parcel-stp .check-list-li {
        padding: 10px;
    }
    .corner-dtl {
        padding: 30px 0;
    }
    .abt-info.contact-info .artcl {
        flex-direction: column;
    }
    .hist .set-atokl::before {
        left: -26px;
        top: -26px;
    }
    .artcl-sub:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hist .set-atokl::after {
        left: -26px;
        bottom: -26px;
    }
    .cont-pint {
        padding: 50px 8px 30px;
    }
    .cont-pint::after {
        top: 70px;
        bottom: 40px;
        left: 28px;
    }
    .hist .set-atokl {
        width: 94%;
    }

    .hist .row {
        flex-direction: column-reverse;
    }

    .btm-ard {
        display: block;
    }

    .review-writ-posr h5 {
        margin-bottom: 10px;
    }

    .review-writ-posr {
        padding: 15px 0;
    }

    .why-sctp .grid-opcl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 0;
    }

    .why-sctp .grid-opcl .item {
        border-left: 1px solid #D6C3AA;
    }

    .progabar-area {
        max-width: 100%;
    }

    .review-sect .lt-arc .title-head {
        margin-bottom: 10px;
    }

    .rating-progabar+.rating-progabar {
        margin-top: 9px;
    }

    .product-details .thumbnail-view {
        position: static;
    }

    .processed .grid-wp .item {
        flex: 0 0 162px;
        max-width: 162px;
    }

    .product-tixld .fi-tilr button {
        font-size: 12px;
    }
    .multiple-dropdown-list li {
        font-size: 12px;
        padding: 8px 10px;
    }
    .multiple-dropdown-list {
        width: 155px;
        right: -18px;
        top: 20px;
    }
    .product-tixld .fi-tilr button svg {
        width: 16px;
        height: 16px;
    }

    .prodTab-slider .slick-next,
    .prodTab-slider .slick-prev {
        top: 30%;
    }

    .category-list .itp .poster img {
        max-height: 50px;
    }

    header .nav-bar nav .loctin-btn span {
        max-width: 100%;
    }

    .category-list .itp .poster {
        padding: 10px 10px 5px;
    }

    .body-scroll header .location-bar,
    .category-list .category-slider .slick-arrow {
        display: none !important;
    }

    .body-scroll header .nav-bar nav .loctin-btn,
    .body-scroll header .topHead {
        display: none;
    }

    .body-scroll header .nav-bar {
        background-color: #F5F5F5;
        background-image: url(../images/top-bard.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
    }

    .custom-arrow-slider button.slick-arrow {
        width: 16px;
        height: 16px;
        background-size: 6px;
    }

    .main-section {
        padding-top: 132px;
    }

    .main-section-pt {
        padding-top: 53px;
    }

    header .location-bar {
        right: 0;
        top: 131px;
        position: fixed;
        padding: 16px 20px 21px;
        box-shadow: 0px 6px 11px 0px #0000001c;
    }

    header .nav-bar nav .navigation-bar {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        background-color: #0000009c;
        left: -100%;
        display: flex;
        transition: all 0.4s ease-in-out;
        z-index: 999999;
    }

    header .nav-bar nav .loctin-btn svg {
        width: 13px;
        height: 13px;
        margin-right: 4px;
    }

    header .nav-bar nav {
        flex-wrap: wrap;
    }

    header .nav-bar nav .navigation-bar .nav-content-midam {
        width: 100%;
        height: 100%;
        overflow: auto;
        padding-top: 20px;
        background-color: var(--white);
    }

    header .topHead .selr-btn {
        display: none;
    }

    header .nav-bar nav .navigation-bar .na-prf {
        display: flex;
        align-items: center;
    }
    header .customHead .min-menu-hide,
    header .nav-bar nav .navigation-bar .togleMenu-hide {
        display: flex;
        position: absolute;
        background: var(--primary);
        padding: 5px;
        border-radius: 50px;
        top: 20px;
        right: 9px;
    }

    header .nav-bar nav .navigation-bar.toggleShow {
        left: 0;
    }
    header .customHead .navigTbo,
    header .nav-bar nav .navigation-bar ul {
        flex-direction: column;
        align-items: flex-start;
    }
    header .customHead .min-menu-hide{
        border: none;
        color: var(--white);
    }
    header .nav-bar nav .navigation-bar .mega-mnu {
        padding: 0;
        position: static;
        box-shadow: unset;
        transform: translateX(0);
    }

    header .nav-bar nav .navigation-bar .mega-mnu .row {
        --bs-gutter-x: 0;
    }
    header .customHead .navigTbo li,
    header .nav-bar nav li a {
        font-size: 14px;
        padding: 14px 30px;
        border-bottom: 1px dashed #efefef;
    }

    header .nav-bar nav .navigation-bar ul li {
        width: 100%;
    }
    header .customHead .navigTbo li+li,
    header .nav-bar nav .navigation-bar ul li+li {
        margin-left: 0;
    }
    header .customHead .navigTbo {
        padding: 20px 0;
        background-color: var(--white);
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 9999;
        transition: all 0.4s ease-in-out;
    }
    header .customHead .navigTbo.active{
        left: 0;
    }
    header .customHead .navigTbo li{width: 100%;}
    header .nav-bar nav .navigation-bar .selr-btn {
        width: calc(100% - 36px);
        max-width: 210px;
        margin-left: 30px;
        display: block;
    }
    header .nav-bar .mega-mnu ul li+li {
        margin-top: 0;
    }

    header .nav-bar .mega-mnu h4 {
        font-size: 18px;
        margin: 10px 0 8px;
        border-top: 6px solid #c5c5c5;
        padding: 14px 16px 0;
        font-weight: 700;
    }

    .body-scroll header {
        animation-name: unset;
    }

    header .nav-bar .search-area {
        display: block;
        flex-grow: 1;
        padding-right: 0;
        padding-left: 10px;
        max-width: 100%;
    }

    header .nav-bar nav .loctin-btn {
        font-size: 12px;
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
    }

    header .topHead .search-area {
        display: none;
    }

    .body-scroll header .nav-bar {
        display: block;
    }

    header .search-area [type="submit"] {
        width: 32px;
        height: auto;
        right: 1px;
        padding: 0;
        top: 1px;
        background-color: #f1f1f1;
        bottom: 1px;
        transform: unset;
        background-size: 13px;
        border-radius: 0 50px 50px 0;
    }

    header .search-area input {
        padding: 8px 34px 8px 11px;
    }
    header .customHead .togle-minBtn{
        display: flex;
        position: relative;
    }
    header .togleMe-btn {
        display: flex;
        position: relative;
        top: 5px;
    }
    .banner article h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .banner article {
        max-width: 230px;
        padding: 0 15px 20px;
    }

    .banner article::after,
    .banner article::before {
        width: calc(100% + 36px);
        height: 96px;
    }
    .banner .banner-item {
        padding: 77px 0;
    }

    .processed .grid-wp .item h5 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 6px;
    }

    .featured .item-lg {
        padding: 16px 25px 150px;
        background-position: bottom right;
    }

    .featured .item-sm {
        padding: 20px 15px;
        background-position: bottom right;
    }

    .category-list {
        padding: 12px 0;
    }

    .processed {
        padding: 22px 0 0;
    }

    .featured {
        padding: 35px 0;
    }

    .products-glry .title-head {
        text-align: center;
    }

    .products-glry .nav-tabs {
        justify-content: center;
        padding-top: 8px;
    }

    .products-glry .nav-tabs .nav-item .nav-link {
        font-size: 12px;
        border-radius: 5px;
        padding: 6px 12px;
        background-color: #e6e6e6;
    }

    .products-glry .nav-tabs .nav-item .nav-link.active {
        background-color: var(--primary);
        color: var(--white);
    }

    .launching-soon {
        margin: 0;
    }

    .launching-soon {
        overflow: hidden;
    }

    .launching-soon article {
        padding-top: 24px;
        padding-bottom: 10px;
    }

    footer .art .ftr-logo {
        width: 150px;
        margin: 0 auto 18px;
    }
    footer ul li a {
        text-align: left;
        padding: 6px 0;
    }
    footer ul li .multi-calr{
        text-align: left;
    }
    footer ul li+li {
        margin-top: 4px;
    }

    footer .flows {
        justify-content: center;
    }

    footer .cpr p {
        font-size: 10px;
    }

    footer .ftr-scy {
        text-align: center;
    }

    .true-refle {
        padding-top: 30px;
    }

    .coming-soon-banner {
        background-size: cover;
        padding: 70px 20px 150px;
    }

    .coming-soon-banner h3 {
        font-size: 16px;
        line-height: 1.1;
        max-width: 100%;
        margin: 20px auto 10px auto;
    }

    .coming-soon-banner h1 {
        font-size: 30px;
        line-height: 1;
    }

    .coming-soon-contant .block {
        margin-bottom: 15px;
    }

    .coming-soon-contant .block h3 {
        font-size: 27px;
        line-height: 33px;
        padding: 0 30px;
    }

    .abt-info .container::before {
        left: -26px;
    }
}
@media screen and (max-width:500px) {
    .processed {
        padding: 10px 0 0;
    }
    .pro-bxr .dltctn .tpr strong {
        font-size: 10px;
        margin-right: 7px;
        font-weight: 500;
    }
    .pro-bxr .dltctn .tpr strong img {
        margin-right: 3px;
        width: 9px;
    }
    header .topHead .navigTbo li .dropdown-item svg {
        width: 14px;
        height: 14px;
        margin-right: 2px;
    }
    header .topHead .navigTbo a.dropdown-toggle::after {
        width: 8px;
        height: 8px;
    }
    header .topHead .navigTbo li:last-child a.dropdown-toggle img{
        margin-right: 2px;
    }
    .product-tixld .cen-tpl h4 {
        font-size: 14px;
    }
    .category-list-min {
        padding: 12px 0;
    }
    .category-list-min ul li a {
        font-size: 12px;
    }
    :root {
        --style-inf: 10px;
    }
    header .topHead .navigTbo li+li {
        margin-left: 12px;
    }
    header .topHead .navigTbo a img {
        max-width: 16px;
        margin-right: 8px;
    }
    header .topHead .navigTbo a .brd {
        font-size: 9px;
        font-weight: 500;
        left: 9px;
        line-height: 12px;
        top: -9px;
    }
    header .topHead .navigTbo {
        padding-left: 7px;
    }
    .corner-dtl .cont-spt h2 {
        font-size: 16px;
    }
    .corner-dtl .cont-spt .abt-info .container::before {
        width: 60px;
        height: 102px;
        bottom: -18px;
        left: -10px;
    }
    .abt-info .container::after {
        right: -14px;
        transform: rotate(50deg);
    }
    .corner-dtl .abt-info {
        padding: 20px 15px;
    }
    .bar-location .ticket-brx .brx-stl{
        display: block;
    }
    .bar-location .firs {
        padding: 12px 20px;
        justify-content: center;
    }   
    .bar-location .ticket-brx .brx-stl .fop{
        padding-right: 28px;
    }
    .artcl-sub h2 {
        font-size: 18px;
    }
    .corner-dtl .cont-spt h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .thumbnail-pst {
        padding: 7px;
    }
    .artcl-sub:first-child {
        padding: 20px 12px 30px;
    }
    .hist .set-atokl::before {
        left: -15px;
        top: -15px;
    }

    .hist .set-atokl::after {
        left: -15px;
        bottom: -15px;
    }

    .reviewlisting-ara {
        margin-top: 25px;
    }

    .add-rviwe .dropdown-toggle {
        max-width: 100%;
    }

    .dplw-top .add-rviwe {
        padding-top: 30px;
    }

    .why-sctp .grid-opcl .item {
        padding: 0 10px;
    }

    .why-sctp {
        padding: 25px 0;
    }

    .why-sctp .title-head {
        margin-bottom: 30px;
    }

    .why-sctp .item h3 {
        margin-bottom: 4px;
    }

    .why-sctp .item .icx {
        width: 40px;
        height: 40px;
        padding: 9px;
        border-radius: 4px;
    }

    .why-sctp .item p {
        font-size: 12px;
    }

    .ls-products .pro-bxr .dltctn {
        padding: 6px 2px 5px;
    }

    .banner article {
        margin: auto;
    }

    .banner article {
        margin: auto;
        text-align: center;
    }

    .banner article .button-btn {
        margin: auto;
    }

    .banner article p {
        font-size: 12px;
        margin-bottom: 14px;
        line-height: normal;
    }
    .products-glry .nav-tabs .nav-item+.nav-item {
        margin-left: 8px;
    }

    .pro-bxr .dltctn {
        padding: 10px;
        width: calc(100% - 14px);
    }

    .pro-bxr .dltctn h4,
    .ls-products .pro-bxr .dltctn h4 {
        font-size: 14px;
        line-height: normal;
    }

    .pro-bxr .dltctn a {
        font-weight: 500;
        font-size: 11px;
        padding: 6px 16px 6px;
        border-radius: 5px;
    }

    .product-listing .pro-bxr .dltctn,
    .pro-bxr .dltctn {
        padding: 10px 0;
        width: calc(100% - 14px);
        margin-top: 0;
        transform: unset;
    }

    .ls-products .al-pros a {
        font-size: 11px;
    }

    .ls-products .al-pros {
        margin-top: 30px;
    }
}
@media screen and (max-width:480px) {
    .alter-bar-style p {
        font-size: 8px;
    }
    .main-section {
        padding-top: 132px;
    }
    footer ul li a {
        word-break: break-all;
    }
    .cirle-brd .progress-circle {
        margin: 0 0 8px;
        transform: scale(0.7);
        transform-origin: left bottom;
    }

    .category-list .itp p {
        font-size: 10px;
    }

    .within-sect .title-head h2 {
        font-size: 16px;
    }

    .within-sect .top-bat::before {
        width: 38.5px;
        height: 57px;
        left: -13px;
    }

    .within-sect .title-head {
        padding: 9px 120px 9px 0px;
        margin-left: 16px;
    }

    .within-sect .top-bat::after {
        top: 0px;
        height: 32px;
    }

    .within-sect .top-bat span {
        font-size: 14px;
    }

    .within-sect .top-bat span small {
        font-size: 12px;
    }

    .within-sect .top-bat {
        padding-bottom: 29px;
        margin: 0 0 19px 10px;
    }

    .pro-bxr .dltctn a {
        font-size: 10px;
    }

    .within-sect {
        padding: 4px 0 30px;
    }

    .true-refle .ttx {
        text-align: center;
        margin-bottom: 20px;
    }

    .true-refle .ttx h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0.6rem;
    }

    .true-refle .ttx .button-btn-small {
        margin: auto;
    }

    .title-head p {
        font-size: 12px;
        line-height: 16px;
    }

    .testimonials {
        padding: 25px 0 46px;
    }

    .testimonials .item-p .top-cont img {
        margin: 0 auto 10px;
        width: 24px;
    }

    .testimonials .item-p .aur {
        margin-top: 10px;
    }

    .testimonials .item-p .aur img {
        margin: 0 auto 9px;
        width: 64px;
    }
    .abt-info {
        padding: 70px 30px;
        overflow: hidden;
    }

    .abt-info .filtp {
        padding: 10px;
    }

    .abt-info .container {
        padding: 2px;
    }

    .abt-info .container::before {
        width: 90px;
        height: 170px;
        left: -26px;
    }

    .abt-info .artcl img {
        width: 120px;
    }

    .abt-info .artcl {
        padding: 15px 25px;
    }

    .abt-info .artcl p {
        font-size: 13px;
        font-weight: 500;
    }

    .graph-image img {
        width: 78px;
    }

    .atb-alue {
        padding: 38px 0;
    }

    .atb-alue .title-head {
        margin-bottom: 15px;
    }

    .atb-alue .mdn-content {
        gap: 15px;
    }

    .atb-alue .mdn-content .cent-il {
        padding: 12px;
        max-width: 100%;
    }

    .hist {
        padding: 50px 0;
    }

    .hist .ttx h4 {
        font-size: 24px;
    }

    .hist .set-atokl {
        margin-bottom: 30px;
        width: 94%;
    }
}
@media screen and (max-width:410px){
    header .topHead .navigTbo a {
        font-size: 11px;
    }
}
@media screen and (max-width:358px){
    header .topHead .navigTbo a img {
        max-width: 14px;
        margin-right: 6px;
    }
    header .topHead .navigTbo a {
        font-size: 10px;
    }
    header .topHead .navigTbo li+li {
        margin-left: 8px;
    }
    .main-section {
        padding-top: 118px;
    }
    footer .row [class*="col"]{
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
    }
    footer {
        padding: 20px 2px 0;
    }
    footer .cpr {
        padding: 10px 0;
        margin-top: 20px;
    }
}