@font-face {
    font-display: swap;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg) format("svg")
}

[class*=" icon-"], [class^=icon-] {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icon-whatsapp:before {
    color: #fff;
    content: "\e92f"
}

.icon-blog:before {
    color: #fff;
    content: "\e92d"
}

.icon-linkedin:before {
    color: #fff;
    content: "\e92e"
}

.icon-facebook:before, .icon-fb:before {
    color: #ff2d35;
    content: "\e929"
}

.icon-insta:before {
    color: #ff2d35;
    content: "\e92a"
}

.icon-twitter:before {
    color: #ff2d35;
    content: "\e92b"
}

.icon-youTube:before {
    color: #ff2d35;
    content: "\e92c"
}

.icon-quality:before {
    color: #0070af;
    content: "\e925"
}

.icon-services:before {
    color: #0070af;
    content: "\e926"
}

.icon-warrenty:before {
    color: #0070af;
    content: "\e927"
}

.icon-down-arrow:before {
    content: "\e924"
}

.icon-play:before {
    color: #dedede;
    content: "\e923"
}

.icon-star-empty:before {
    color: #d7d7d7;
    content: "\e922"
}

.icon-plus:before {
    content: "\e921"
}

.icon-three-seater:before {
    content: "\e91e"
}

.icon-double_seater:before {
    content: "\e91f"
}

.icon-single_seater:before {
    content: "\e920"
}

.icon-star-fill:before {
    color: #ebac09;
    content: "\e91d"
}

.icon-password:before {
    color: #fff;
    content: "\e919"
}

.icon-job:before {
    color: #fff;
    content: "\e918"
}

.icon-bag:before {
    color: #fff;
    content: "\e916"
}

.icon-rupees:before {
    color: #fff;
    content: "\e917"
}

.icon-callender:before {
    color: #fff;
    content: "\e914"
}

.icon-clock:before {
    color: #fff;
    content: "\e915"
}

.icon-callus:before {
    color: #fff;
    content: "\e913"
}

.icon-youtube:before {
    color: #fff;
    content: "\e912"
}

.icon-myAddress:before {
    color: #fff;
    content: "\e90e"
}

.icon-logout:before {
    color: #fff;
    content: "\e90f"
}

.icon-accountDetail:before {
    color: #fff;
    content: "\e910"
}

.icon-yourOrder:before {
    color: #fff;
    content: "\e911"
}

.icon-tick:before {
    color: #fff;
    content: "\e90d"
}

.icon-notfound:before {
    color: #fff;
    content: "\e91a"
}

.icon-downlaod:before {
    color: #fff;
    content: "\e91b"
}

.icon-user:before {
    content: "\e909"
}

.icon-instruction:before {
    color: #fff;
    content: "\e928"
}

.icon-filter:before {
    color: #fff;
    content: "\e90a"
}

.icon-location:before {
    color: #fbfbfb;
    content: "\e907"
}

.icon-mail:before {
    color: #fbfbfb;
    content: "\e90b"
}

.icon-call1:before {
    color: #fbfbfb;
    content: "\e90c"
}

.icon-trending:before {
    content: "\e903"
}

.icon-cross:before {
    color: #fff;
    content: "\e904"
}

.icon-searchbold:before {
    color: grey;
    content: "\e905"
}

.icon-cart:before {
    color: #fff;
    content: "\e901"
}

.icon-search:before {
    color: #fff;
    content: "\e906"
}

.icon-wish:before {
    color: #b8b8b8;
    content: "\e900"
}

.icon-store:before {
    color: #b8b8b8;
    content: "\e91c"
}

.icon-call:before {
    color: #fbfbfb;
    content: "\e908"
}

.icon-right-arrow:before {
    color: #ff2d35;
    content: "\e902"
}

.icon-coin-dollar:before {
    content: "\e93b"
}

.icon-star-half:before {
    content: "\e9d8"
}

:root {
    --lightgrey-color: #fff;
    --darkgrey-color: #323232;
    --grey-color: grey;
    --black-color: #000;
    --lightblack-color: #181818;
    --white-color: #fff;
    --offwhite-color: hsla(0, 0%, 100%, .6);
    --input-color: #323232;
    --red-color: #e97523;
    --lightred-color: #c87d48;
    --darkred-color: #d71a21;
    --lightwhite-color: hsla(0, 0%, 100%, .1);
    --green-color: #32a25a;
    --lightoffwhite-color: #fafafa;
    --lightgrey-color: #f1f1f1
}

* {
    box-sizing: border-box
}

html {
    overflow-x: hidden
}

body, html {
    font-size: 15px
}

body {
    background: var(--white-color);
    color: var(--darkgrey-color);
    font-family: Inter, sans-serif;
    font-weight: 300;
    letter-spacing: .3px;
    line-height: 1.75;
    margin: 0;
    padding: 0
}

.page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh
}

.w-100 {
    width: 100% !important
}

h1 {
    margin: 0
}

.pt-0 {
    padding-top: 0 !important
}

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

.mt-48 {
    margin-top: 3rem !important
}

.mb-48 {
    margin-bottom: 3rem !important
}

.mt-30 {
    margin-top: 2rem !important
}

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

.mb-24 {
    margin-bottom: 1.5rem !important
}

.mt-24 {
    margin-top: 1.5rem !important
}

p {
    margin: 0 0 10px;
	text-align: justify;
}

p em {
    color: var(--red-color);
    font-style: normal;
	font-weight: 800;
}

.text-center {
    text-align: center !important
}

.d-flex {
    display: flex;
    flex-wrap: wrap
}

.direction-column {
    flex-direction: column
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

.align-items-center {
    align-items: center !important
}

.inline-block {
    display: inline-block
}

.light-bg {
    background: var(--lightoffwhite-color)
}

input, select, textarea {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #3b3b3b;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    opacity: .9;
    padding: .5rem 1rem;
    width: 100%
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover, input:focus, input:focus-visible, select:-webkit-autofill, select:-webkit-autofill:active, select:-webkit-autofill:focus, select:-webkit-autofill:hover, select:focus, select:focus-visible, textarea:-webkit-autofill, textarea:-webkit-autofill:active, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover, textarea:focus, textarea:focus-visible {
    background: transparent;
    box-shadow: none;
    outline: none
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--input-color);
    font-weight: 500
}

input::placeholder, select::placeholder, textarea::placeholder {
    color: var(--input-color);
    font-weight: 500
}

input[type=radio] {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid rgba(215, 26, 33, .8);
    border-radius: 50%;
    color: rgba(215, 26, 33, .8);
    display: flex;
    font: inherit;
    height: .875rem;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    transform: translateY(-.075em);
    width: .875rem
}

input[type=radio]:before {
    background-color: rgba(215, 26, 33, .8);
    border-radius: 50%;
    box-shadow: inset 1em 1em var(--form-control-color);
    content: "";
    height: .5rem;
    transform: scale(0);
    transition: transform .12s ease-in-out;
    width: .5rem
}

input[type=radio]:checked:before {
    transform: scale(1)
}

input[type=radio]:checked, input[type=radio]:focus {
    outline: max(1px, .1rem) solid rgba(215, 26, 33, .2);
    outline-offset: max(1px, .1rem)
}

select {
    color: var(--input-color);
    font-weight: 500;
    min-height: 2.875rem
}

select option {
    line-height: 28px
}

label {
    color: var(--input-color);
    font-size: .875rem;
    line-height: 1
}

.round-box {
    border-radius: 1rem;
    overflow: hidden
}

img {
    display: block;
    height: auto !important;
    max-width: 100%
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

a, button {
    border: 0;
    color: currentColor;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    transition: all .3s linear
}

.dark-btn {
    background-color: var(--red-color);
    border: 1px solid var(--lightwhite-color);
    border-radius: .5rem;
    color: var(--white-color);
    display: inline-flex;
    letter-spacing: .3px;
    line-height: normal;
    line-height: 1;
    text-transform: capitalize;
    transition: all .5s ease-in-out
}

.dark-btn.sm-btn {
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem .75rem
}

.dark-btn.md-btn {
    font-size: 1.125rem;
    font-weight: 500;
    padding: .6rem 1.25rem
}

.dark-btn.lg-btn {
    font-size: 20px;
    font-weight: 400;
    padding: .85rem 1.5rem
}

.dark-btn:hover {
    background-color: var(--lightwhite-color);
    border: 1px solid var(--red-color);
    color: var(--red-color)
}

.light-btn {
    background-color: transparent;
    border: 1px solid var(--lightwhite-color);
    border-radius: .5rem;
    color: var(--red-color);
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1;
    text-transform: capitalize
}

.light-btn.sm-btn {
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem .75rem
}

.light-btn.md-btn {
    font-size: 1.125rem;
    font-weight: 500;
    padding: .6rem 1.25rem
}

.light-btn.lg-btn {
    font-size: 20px;
    font-weight: 400;
    padding: .85rem 1.5rem
}

.light-btn:hover {
    background-color: var(--lightwhite-color);
    color: var(--red-color)
}

.cart-btn {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, .3);
    border: 1px solid var(--lightwhite-color);
    border-radius: .5rem;
    color: var(--white-color);
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 1;
    text-transform: capitalize
}

.cart-btn.sm-btn {
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem .75rem
}

.cart-btn.md-btn {
    font-size: 1.125rem;
    font-weight: 500;
    padding: .6rem 1.25rem
}

.cart-btn.lg-btn {
    font-size: 20px;
    font-weight: 400;
    padding: .85rem 1.5rem
}

.cart-btn:hover {
    background-color: var(--white-color);
    color: var(--red-color)
}

.viewmore-link {
    align-items: center;
    background-color: transparent;
    color: var(--red-color);
    -moz-column-gap: 9px;
    column-gap: 9px;
    display: inline-flex;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .5s ease-in-out
}

.viewmore-link i {
    font-size: 12px;
    transition: all .5s ease-in-out
}

.viewmore-link:hover {
    -moz-column-gap: 12px;
    column-gap: 12px
}

.viewmore-link:hover, .viewmore-link:hover i:before {
    color: var(--darkgrey-color)
}

.section-padding {
    padding: 3.75rem 0
}

.section-padding-bottom {
    padding-bottom: 3.75rem;
	padding-top: 40px;
}

.section-padding-top {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.container {
    max-width: 100vw;
    max-width: 1920px
}

.container, .inner-container {
    margin: 0 auto;
    padding: 0 50px
}

.inner-container {
    max-width: 1460px;
    width: 100%
}

.heading-wrapper p {
    margin-bottom: 0;
    margin-top: 1rem
}

.main-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25
}

.heading-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.35
}

.lg-heading {
    font-size: 1.5rem;
    font-weight: 700
}

.lg-heading, .sm-heading {
    line-height: 1.5;
    text-transform: capitalize
}

.sm-heading {
    font-size: 1.25rem;
    font-weight: 300
}

.xs-heading {
    color: var(--lightblack-color);
    font-size: .75rem;
    font-weight: 300;
    text-transform: uppercase
}

.commonForm .form_content {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem
}

.commonForm .form_content button {
    justify-content: center;
    text-align: center;
    width: 100%
}

.commonForm .form-row {
    -moz-column-gap: 2%;
    column-gap: 2%;
    display: flex;
    row-gap: 1.25rem
}

.commonForm .form-row .form-group {
    flex: 1
}

.commonForm .help-block {
    color: var(--darkred-color);
    font-size: .75rem;
    font-weight: 400
}

.commonForm .radio-wrapper {
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    font-size: .875rem;
    font-weight: 500;
    margin-right: 10px;
    margin-top: 1rem;
    text-transform: capitalize
}

.commonForm .radio-wrapper input {
    border-radius: 50%;
    margin: 0
}

.breadcrumbWrapper {
    margin-bottom: 0;
    margin-top: 1.5rem;
    width: 100%
}

.breadcrumbWrapper .heading-title {
    margin-bottom: .6rem;
    max-width: 49%
}

.breadcrumbWrapper .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    max-width: 49%
}

.breadcrumbWrapper .breadcrumb li {
    color: var(--darkgrey-color);
    font-size: 1rem;
    font-weight: 400;
    margin-right: .875rem;
    padding-right: 1.25rem;
    position: relative
}

.breadcrumbWrapper .breadcrumb li:before {
    bottom: 0;
    content: "\e902";
    font-family: icomoon !important;
    font-size: 10px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 4px
}

.breadcrumbWrapper .breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0
}

.breadcrumbWrapper .breadcrumb li:last-child:before {
    display: none
}

.breadcrumbWrapper .breadcrumb li a:hover {
    color: var(--darkred-color)
}

.qty-box {
    align-items: center;
    -moz-column-gap: .875rem;
    column-gap: .875rem
}

.qty-box .qty {
    color: var(--darkgrey-color);
    font-size: .875rem;
    font-weight: 500
}

.qty-box .cart-qty {
    display: flex;
    margin-top: 6px
}

.qty-box .cart-qty span {
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 35px;
    justify-content: center;
    padding: 1px 14px;
    width: 30px
}

.qty-box input {
    border-radius: 0;
    height: 35px;
    text-align: center;
    width: 46px
}

header {
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3
}

header.fixed {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: var(--white-color);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    position: fixed;
    top: 0
}

header.fixed .top-bar {
    display: none
}

header.fixed .inner-content {
    padding: 8px 0
}

header.fixed .navigation-wrapper {
    border: 0;
    padding: 10px 0
}

header .container {
    position: relative
}

header .inner-content {
    padding: 15px 0;
    position: relative;
    z-index: 99
}

header .toggle-icon {
    display: none;
    flex-direction: column;
    height: 16px;
    justify-content: space-between;
    width: 20px
}

header .toggle-icon .line {
    background: var(--darkgrey-color);
    border-radius: 2px;
    height: 2px;
    width: 100%
}

header .close-icon {
    display: none
}

header .navigation-wrapper {
    background: var(--white-color);
    border: 0;
    border-radius: 0;
    -moz-column-gap: .625rem;
    column-gap: .625rem;
    display: flex;
    justify-content: center;
    padding: 0
}

header .nav {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    justify-content: flex-end
}

header .nav li{
	padding: 7px 15px;
	border-radius: 10px;
}

header .nav li:hover{
	background: #c87d48;
	color: #fff!important;
}

header .nav li:hover a{
	color: #fff;
}

header .nav li:hover .link:before{
	color: #fff;
}

header .nav li a{
	color: #fff;
}

header .nav .menuLink:last-child>.link {
    background: #0070af;
    border-radius: 6px;
    color: var(--white-color);
    padding: 6px 34px 8px 12px
}

header .nav .menuLink:last-child>.link:before {
    color: var(--white-color);
    right: 12px
}

header .nav .link {
    color: var(--offwhite-color);
    color: var(--darkgrey-color);
    font-size: .875rem;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0;
    text-transform: capitalize
}


header .nav .enquire-now {
    display: none
}

header .search-form {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    min-width: 600px;
    padding: 0 10px
}

header .search-form input {
    border: 0;
    color: var(--grey-color);
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 8px 4px
}

header .search-form input::-moz-placeholder {
    color: var(--grey-color);
    font-weight: 300
}

header .search-form input::placeholder {
    color: var(--grey-color);
    font-weight: 300
}

header .search-form button {
    background: transparent
}

header .search-form button .icon-search:before {
    color: var(--grey-color);
    font-size: 16px
}

header .btn-wrapper {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    font-size: 18px
}

header .btn-wrapper .wishlist-head {
    display: none
}

header .btn-wrapper .num {
    align-items: center;
    background: var(--darkred-color);
    border-radius: 50%;
    color: var(--white-color);
    display: flex;
    font-size: 8px;
    font-weight: 600;
    height: 15px;
    justify-content: center;
    letter-spacing: -.75px;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 0;
    width: 15px
}

header .btn-wrapper p {
    display: none;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0
}

header .btn-wrapper .icons i:before {
    color: var(--darkgrey-color);
    font-size: 22px
}

header .btn-wrapper .icons:hover i:before, header .btn-wrapper .icons:hover p {
    color: var(--lightred-color)
}

header .btn-wrapper .cart-wrapper .num {
    right: -7px;
}

header .wishlist-head {
    position: relative;
}

header .cart-wrapper {
    padding-right: 0;
    position: relative;
}

header .search-wrapper {
    position: relative;
}

header .cart-wrapper, header .search-wrapper, header .user-profile {
    align-items: center;
    display: inline-flex;
}

header .dropdownMenu {
    background: var(--white-color);
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 13px 17px 0 rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    left: 0;
    margin: auto;
    max-width: 280px;
    opacity: 0;
    overflow: hidden;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 47px;
    transition: all .2s linear;
    visibility: hidden;
    width: 220px;
    z-index: 11;
}

header .dropdownMenu ul {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}

header .dropdownMenu .link {
    font-size: 1rem;
	color: #000000;
}

header .dropdownMenu .link:before {
    display: none
}

header .menuLink {
    position: relative
}

header .hasDropdown:nth-last-child(2) .dropdownMenu {
    left: auto
}

header .hasDropdown:last-child .dropdownMenu {
    left: auto;
    right: 0
}

header .hasDropdown .link {
    padding-right: 20px
}

header .hasDropdown .link:before {
    color: #666;
    content: "\e924";
    font-family: icomoon !important;
    font-size: 6px;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all .2s ease-in-out
}

header .hasDropdown:hover .dropdownMenu {
    opacity: 1;
    top: 50px;
    visibility: visible
}

header .hasDropdown:hover .dropdownMenu .items-wrapper .left-section ul li:first-child .sub-ul {
    opacity: 1;
    visibility: visible
}

header .hasDropdown:hover .link:before {
    transform: rotate(-180deg)
}

header .dropdownMenu .items-wrapper {
    align-items: center;
    -moz-column-gap: 2%;
    column-gap: 2%;
    display: flex
}

header .dropdownMenu .left-section {
    width: 40%
}

header .dropdownMenu .items {
    display: flex;
    flex-direction: column;
    min-width: 160px;
    row-gap: .5rem
}

header .dropdownMenu .items li {
    border-bottom: 1px solid var(--lightgrey-color);
    position: static;
    transition: .8s ease-in-out;
}

header .dropdownMenu .items li .link{	
	color: #000000	;
}

header .dropdownMenu .items li:hover .link{	
	color: #fff	;
}

header .dropdownMenu .items li:last-child {
    border-bottom: 0
}

header .dropdownMenu .items li .sub-ul {
    align-items: center;
    background-color: #fff;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-left: 10px;
    max-width: 215px;
    opacity: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 111111111
}

header .dropdownMenu .items li:hover .sub-ul {
    opacity: 1;
    visibility: visible
}

header .dropdownMenu .link {
    display: inline-flex;
    line-height: 1.6;
}

header .dropdownMenu .right-section {
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: flex;
    width: 63%
}

header .dropdownMenu .right-section .img-wrapper {
    align-items: center;
    display: inline-flex;
    height: 180px;
    justify-content: center;
    min-height: 180px;
    min-width: 180px;
    width: 180px
}

header .dropdownMenu .right-section .img-wrapper img {
    border-radius: 8px;
    max-height: 100%;
    overflow: hidden
}

header .dropdownMenu .right-section .content {
    display: none
}

header .dropdownMenu .right-section .sm-title {
    text-transform: uppercase
}

header .dropdownMenu .right-section .heading-title {
    font-size: 1.875rem;
    word-break: break-word
}

header .top-bar {
    background-color: var(--lightoffwhite-color);
    padding: 8px;
    position: relative
}

header .top-bar .top-row {
    -moz-column-gap: 2%;
    column-gap: 2%
}

header .top-bar .top-row .top-left {
    align-items: center;
    display: flex;
    width: 60%
}

header .top-bar .top-row .top-left marquee {
    color: var(--darkred-color)
}

header .top-bar .top-row .top-right {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    position: relative;
    width: 38%
}

header .top-bar .top-row .top-right p {
    margin-right: 30px;
    position: relative
}

header .top-bar .top-row .top-right p:after {
    color: #000;
    content: "|";
    position: relative;
    right: -10px
}

header .top-bar .top-row .top-right p:last-child {
    margin-right: 0
}

header .top-bar .top-row .top-right p:last-child:after {
    display: none
}

header .top-bar p {
    display: inline-flex;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-right: 30px;
    position: relative
}

header .top-bar p:after {
    color: #000;
    content: "|";
    position: relative;
    right: -10px
}

header .top-bar p:last-child:after {
    display: none
}

header .top-bar .top-right {
    display: flex;
    padding-right: 20px;
    position: relative
}

header .top-bar .top-right p {
    margin-right: 30px;
    position: relative
}

header .top-bar .top-right p:after {
    color: #000;
    content: "|";
    position: relative;
    right: -10px
}

header .top-bar .top-right p:last-child {
    margin-right: 0
}

header .top-bar .top-right p:last-child:after {
    display: none
}

header .top-bar .close {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

header .top-bar .close i:before {
    color: var(--darkred-color);
    font-size: 14px
}

.user-dropdown {
    background: var(--white-color);
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    left: auto;
    max-width: 340px;
    opacity: 0;
    overflow: hidden;
    padding: 1rem .5rem;
    position: absolute;
    right: 0;
    row-gap: .75rem;
    top: 100%;
    transform: translateY(-280%);
    transition: all .6s ease-in-out;
    width: 100%;
    z-index: 9
}

.user-dropdown.show {
    opacity: 1;
    transform: none
}

.user-dropdown .link {
    color: var(--offwhite-color);
    color: var(--darkgrey-color);
    display: flex;
    font-size: .875rem;
    padding: 0 .875rem;
    text-transform: capitalize
}

.user-dropdown .link:hover {
    color: var(--white-color);
    color: var(--lightred-color)
}

.user-dropdown .link .sc-wishlist {
    color: var(--grey-color);
    font-size: .825rem;
    margin-left: 2px
}

.user-dropdown .link:hover .sc-wishlist {
    color: var(--lightred-color)
}

.user-dropdown .item.top-wrapper {
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 .875rem
}

.user-dropdown .item.top-wrapper .after_login_title {
    font-size: 18px;
    text-transform: capitalize
}

.user-dropdown .item.top-wrapper .cross {
    align-items: center;
    background: var(--lightred-color);
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.user-dropdown .item.top-wrapper .cross i {
    position: relative;
    top: -2px
}

.user-dropdown .item.top-wrapper .cross i:before {
    font-size: .8rem;
    position: relative;
    right: -1px
}

.user-dropdown .item.top-wrapper .cross:hover {
    background: var(--darkgrey-color);
    border-color: var(--lightwhite-color)
}

.search-box {
    border-radius: 0 0 1rem 1rem;
    left: 0;
    margin: auto;
    max-width: 600px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-200%);
    transition: all .6s ease-in-out;
    width: 100%;
    z-index: 9
}

.search-box.active {
    opacity: 1;
    transform: none
}

.search-box .heading-title {
    padding: 1rem 2rem 0
}

.search-box .input-wrapper {
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    padding: 1rem 2rem
}

.search-box .input-wrapper button {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0
}

.search-box .input-wrapper button i:before {
    color: var(--grey-color);
    font-size: 1.5rem
}

.search-box .input-wrapper input {
    border: 0;
    flex: 1;
    height: 44px
}

.search-box .input-wrapper .icon-searchbold {
    display: inline-flex;
    height: 24px;
    width: 24px
}

.search-box .input-wrapper .cross {
    align-items: center;
    background: var(--lightred-color);
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.search-box .input-wrapper .cross i {
    position: relative;
    top: -2px
}

.search-box .input-wrapper .cross i:before {
    font-size: .8rem;
    position: relative;
    right: -1px
}

.search-box .input-wrapper .cross:hover {
    background: var(--darkgrey-color);
    border-color: var(--lightwhite-color)
}

.search-box .trending-search {
    -webkit-backdrop-filter: blur(.05rem);
    backdrop-filter: blur(.05rem);
    background: var(--grey-color);
    background: rgba(0, 0, 0, .75);
    padding: .5rem 2rem;
    position: relative
}

.search-box .trending-search .cross {
    align-items: center;
    background: var(--lightred-color);
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.search-box .trending-search .cross i {
    position: relative;
    top: -2px
}

.search-box .trending-search .cross i:before {
    font-size: .8rem;
    position: relative;
    right: -1px
}

.search-box .trending-search .cross:hover {
    background: var(--darkgrey-color);
    border-color: var(--lightwhite-color)
}

.search-box .trending-search ul {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem
}

.search-box .trending-search ul .link {
    color: var(--offwhite-color);
    font-size: .875rem;
    font-size: 1rem;
    text-transform: capitalize
}

.search-box .trending-search ul .link:hover {
    color: var(--white-color)
}

.search-box .trending-heading {
    align-items: center;
    -moz-column-gap: 2%;
    column-gap: 2%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .875rem
}

.search-box .md-heading {
    color: var(--offwhite-color);
    font-size: .875rem
}

.search-box .md-heading .icon-trending {
    margin-right: .5rem
}

.cartPopup {
    background: var(--white-color);
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    max-width: 450px;
    opacity: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    right: 15px;
    top: calc(100% + 10px);
    transform: translateY(-255%);
    transition: all .6s ease-in-out;
    width: calc(100% - 30px);
    z-index: 9
}

.cartPopup.show {
    opacity: 1;
    transform: translateY(-56px)
}

.cartPopup .cross {
    align-items: center;
    background: var(--lightred-color);
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.cartPopup .cross i {
    position: relative;
    top: -2px
}

.cartPopup .cross i:before {
    font-size: .8rem;
    position: relative;
    right: -1px
}

.cartPopup .cross:hover {
    background: var(--darkgrey-color);
    border-color: var(--lightwhite-color)
}

.cartPopup .top-wrapper {
    margin-bottom: 1.5rem
}

.cartPopup .top-wrapper .heading-title {
    font-size: 28px
}

.cartPopup .inner-content {
    position: relative
}

.cartPopup .cartItems {
    max-height: 50vh;
    overflow-y: scroll;
    padding-bottom: 120px
}

.cartPopup .cartItems::-webkit-scrollbar {
    width: 1px
}

.cartPopup .cartItems::-webkit-scrollbar-track {
    border: 1px solid var(--lightwhite-color);
    border-radius: 0
}

.cartPopup .cartItems::-webkit-scrollbar-thumb {
    background: var(--red-color);
    border-radius: 0
}

.cartPopup .cartItems::-webkit-scrollbar-thumb:hover {
    background: var(--red-color)
}

.cartPopup .cartItems::-webkit-scrollbar-track {
    border: 1px solid transparent
}

.cartPopup .cartItems form {
    display: flex;
    flex-direction: column;
    row-gap: 2rem
}

.cartPopup .cartItems .item {
    background-color: var(--lightoffwhite-color);
    border-radius: 16px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 20px
}

.cartPopup .cartItems .item .img-wrapper {
    align-items: center;
    background: var(--white-color);
    border: 0 solid var(--offwhite-color);
    border-radius: .5rem;
    display: flex;
    height: 80px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: 80px
}

.cartPopup .cartItems .item .img-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.cartPopup .cartItems .item .name.sm-heading {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 17px;
    font-weight: 500;
    overflow: hidden;
    word-break: break-word
}

.cartPopup .cartItems .item .color {
    color: var(--darkgrey-color);
    font-size: .875rem;
    margin-bottom: 4px
}

.cartPopup .cartItems .item .qty-box {
    align-items: center;
    -moz-column-gap: .875rem;
    column-gap: .875rem
}

.cartPopup .cartItems .item .qty-box .qty {
    color: var(--darkgrey-color);
    font-size: .875rem;
    font-weight: 500
}

.cartPopup .cartItems .item .qty-box .cart-qty {
    display: flex;
    margin-top: 6px
}

.cartPopup .cartItems .item .qty-box .cart-qty span {
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 35px;
    justify-content: center;
    padding: 1px 14px;
    width: 30px
}

.cartPopup .cartItems .item .qty-box input {
    border-radius: 0;
    height: 35px;
    text-align: center;
    width: 46px
}

.cartPopup .cartItems .left-section {
    -moz-column-gap: 24px;
    column-gap: 24px;
    width: calc(100% - 104px)
}

.cartPopup .cartItems .left-section .content {
    width: calc(100% - 110px)
}

.cartPopup .cartItems .right-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    width: 80px
}

.cartPopup .cartItems .right-section .price {
    color: var(--darkgrey-color)
}

.cartPopup .cartItems .right-section .remove {
    color: var(--darkred-color);
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase
}

.cartPopup .totalWrapper {
    background: var(--darkgrey-color);
    bottom: 0;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    position: absolute;
    width: 100%
}

.cartPopup .totalWrapper .total {
    color: var(--offwhite-color);
    margin-bottom: .5rem
}

.cartPopup .totalWrapper .price {
    color: var(--offwhite-color);
    font-size: 2rem;
    font-weight: 300;
    line-height: 1
}

footer {
    box-shadow: 0 13px 17px 0 rgba(0, 0, 0, .6)
}

footer .items {
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    row-gap: 30px
}

footer li {
    color: var(--offwhite-color);
    font-size: .875rem;
    text-transform: capitalize
}

footer li:hover {
    color: var(--white-color)
}

footer .link {
    color: var(--offwhite-color);
    color: var(--darkgrey-color);
    font-size: 1rem;
    text-transform: capitalize;
    text-transform: none
}

footer .link:hover {
    color: var(--white-color);
    color: var(--lightred-color)
}

footer .xs-heading {
    color: #e97523;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 1.25rem
}

footer .links {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

footer .bottom-links {
    margin-top: 2rem
}

footer .number {
    color: var(--red-color);
    display: inline-flex;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem
}

footer .copyright {
    background-color: var(--white-color);
    border-top: 1px solid #ccc;
    font-size: .875rem;
    padding: 1.125rem 1rem;
    text-align: center
}

footer .copyright p {
    line-height: 20px;
    margin-bottom: 0
}

footer .copyright p .design-txt {
    display: block;
    font-weight: 600;
    margin-top: 20px
}

footer .inner-wrapper {
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px
}

footer .bottom-section {
    padding-bottom: 30px;
    padding-top: 30px;
	border-top: 1px solid #ccc;
}

footer .bottom-section .call-section {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

footer .bottom-section .call-section i {
    font-size: 2.5rem
}

footer .bottom-section .call-section .icon-wrapper {
    align-items: center;
    background: var(--lightred-color);
    border-radius: 50%;
    display: inline-flex;
    height: 66px;
    justify-content: center;
    width: 66px
}

footer .bottom-section .call-section .xs-heading {
    margin-bottom: .3rem
}

footer .bottom-section .call-section .link {
    color: var(--red-color);
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1
}

footer .bottom-section .social-icons .items {
    -moz-column-gap: 15px;
    column-gap: 15px
}

footer .bottom-section .social-icons .link {
    align-items: center;
    background: var(--darkred-color);
    border-radius: 4px;
    display: inline-flex;
    font-size: 1.15rem;
    height: 40px;
    justify-content: center;
    width: 40px
}

footer .bottom-section .social-icons .link:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .4)
}

footer .bottom-section .social-icons .link i:before {
    color: var(--white-color);
    font-weight: 500
}

footer .bottom-section .social-icons .link.facebook {
    background: #1877f2
}

footer .bottom-section .social-icons .link.twitter {
    background: #14171a
}

footer .bottom-section .social-icons .link.youtube {
    background: red
}

footer .bottom-section .social-icons .link.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background-size: 100%
}

footer .bottom-section .social-icons .link.linkedin {
    background: #0077b5
}

footer .bottom-section .payment-section .icons {
    align-items: center;
    -moz-column-gap: 3px;
    column-gap: 3px;
    row-gap: 3px
}

footer .bottom-section .payment-section .icons .icon {
    background: var(--white-color);
    display: flex;
    height: 30px;
    padding: 0 10px;
    width: 50px
}

footer .bottom-section .payment-section .icons .icon img {
    max-height: 100%
}

footer .footerLast {
    border-top: 1px solid #ccc;
    -moz-column-gap: 3%;
    column-gap: 3%;
    padding: 30px 0;
    row-gap: 2rem
}

footer .footerLast .item {
    width: 31.33%
}

@media only screen and (max-width:992px) {
    footer .footerLast {
        -moz-column-gap: 2%;
        column-gap: 2%
    }

    footer .footerLast .item {
        width: 49%
    }
}

@media only screen and (max-width:560px) {
    footer .footerLast .item {
        width: 100%
    }
}

footer .footerLast .item .xs-heading {
    font-size: 11px
}

footer .footerLast .item:nth-of-type(1n) {
    width: 30%
}

footer .footerLast .item:nth-of-type(2n) {
    width: 40%
}

footer .footerLast .item:nth-of-type(3n) {
    width: 30%
}

footer .footerLast .icons {
    align-items: center;
    -moz-column-gap: 1%;
    column-gap: 1%
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.25)
    }

    to {
        transform: scale(1)
    }
}

.talktous-icon {
    background: var(--darkred-color);
    color: var(--white-color);
    cursor: pointer;
    font-weight: 500;
    height: 42px;
    letter-spacing: 1px;
    padding: 8px 30px;
    position: fixed;
    right: -57px;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 99
}

.talktous-icon:hover {
    background: var(--darkgrey-color)
}

.talktous-form {
    align-items: center;
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    color: #fff;
    display: none;
    flex-direction: column;
    font-size: 4rem;
    font-weight: 500;
    height: 100vh;
    justify-content: center;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 9999
}

.talktous-form.show {
    display: flex
}

.talktous-form .form-wrapper {
    background: var(--white-color);
    max-height: 80vh;
    max-width: 767px;
    padding: 0;
    position: relative;
    width: 100%
}

.talktous-form .inner-content {
    align-items: center;
    height: 100%;
    overflow-y: scroll
}

.talktous-form .inner-content::-webkit-scrollbar {
    width: 1px
}

.talktous-form .inner-content::-webkit-scrollbar-track {
    border: 1px solid var(--lightwhite-color);
    border-radius: 0
}

.talktous-form .inner-content::-webkit-scrollbar-thumb {
    background: var(--red-color);
    border-radius: 0
}

.talktous-form .inner-content::-webkit-scrollbar-thumb:hover {
    background: var(--red-color)
}

.talktous-form .left-section {
    width: 50%
}

.talktous-form .right-section {
    padding: 30px 0;
    width: 50%
}

.talktous-form .commonForm {
    padding: 0 30px
}

.talktous-form .heading-title {
    color: var(--darkgrey-color);
    font-size: 1.75rem;
    margin-bottom: 24px;
    padding: 0 50px 0 30px
}

.talktous-form .form-group {
    display: flex;
    flex-direction: column
}

.talktous-form .talktous-closebtn {
    align-items: center;
    background: var(--darkred-color);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.talktous-form .talktous-closebtn i {
    font-size: 14px
}

.social-icons-sticky .items {
    flex-direction: column;
    position: fixed;
    right: 0;
    row-gap: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99
}

.social-icons-sticky .link {
    align-items: center;
    border-radius: 0;
    color: var(--white-color);
    display: inline-flex;
    font-size: .875rem;
    height: 40px;
    justify-content: flex-start;
    position: relative;
    right: -90px;
    transition: all .25s ease-in-out;
    width: 130px
}

.social-icons-sticky .link:hover {
    color: var(--white-color);
    right: 0
}

.social-icons-sticky .link i {
    align-items: center;
    display: inline-flex;
    font-size: 1.25rem;
    height: 40px;
    justify-content: center;
    width: 40px
}

.social-icons-sticky .link i:before {
    color: var(--white-color);
    font-weight: 500
}

.social-icons-sticky .link.facebook {
    background: #1877f2
}

.social-icons-sticky .link.tweeter {
    background: #14171a
}

.social-icons-sticky .link.youtube {
    background: red
}

.social-icons-sticky .link.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background-size: 40px
}

.social-icons-sticky .link.instagram:hover {
    background-size: 100%
}

.social-icons-sticky .link.linkedin {
    background: #0077b5
}

.social-icons-sticky .link.blog {
    background: var(--darkred-color)
}

.whatsappWrapper {
    bottom: 40%;
    right: 0px;
    position: fixed;
    z-index: 99
}

.whatsappWrapper .whatsappIconBox {
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    cursor: pointer;
    display: flex;
    position: relative;
    z-index: 22
}

.whatsappWrapper .whatsappIconBox .whatsappStickyIcon {
    align-items: center;
    background: #2db742;
    border-radius: 50%;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    width: 60px
}

.whatsappWrapper .whatsappIconBox .whatsappStickyIcon i {
    color: var(--white-color)
}

.whatsappWrapper .whatsappIconBox .whatsappStickyIcon i.icon-whatsapp {
    font-size: 28px;
    transition: all .2s ease-in-out
}

.whatsappWrapper .whatsappIconBox .whatsappStickyIcon i.icon-cross {
    font-size: 0;
    transition: all .2s ease-in-out
}

.whatsappWrapper .whatsappIconBox .whatsappStickyIcon.active i.icon-whatsapp {
    font-size: 0
}

.whatsappWrapper .whatsappIconBox .whatsappStickyIcon.active i.icon-cross {
    font-size: 14px
}

.whatsappWrapper .whatsappIconBox .textBox {
    background: #fafafa;
    border-radius: 8px;
    bottom: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35);
    color: var(--darkgrey-color);
    font-size: 14px;
    left: 70px;
    opacity: 0;
    overflow: hidden;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    transition: all .35s ease-in-out;
    visibility: hidden;
    width: 0
}

.whatsappWrapper .whatsappIconBox .textBox span {
    color: var(--lightred-color);
    font-size: 12px;
    font-weight: 500
}

.whatsappWrapper .whatsappIconBox:hover .textBox {
    opacity: 1;
    visibility: visible;
    width: 240px
}

.whatsappWrapper .whatsappPopup {
    border-radius: 8px;
    bottom: calc(100% + 10px);
    box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: all .2s ease-in-out;
    visibility: hidden;
    width: 400px
}

.whatsappWrapper .whatsappPopup.show {
    bottom: calc(100% + 10px);
    opacity: 1;
    visibility: visible
}

.whatsappWrapper .whatsappPopup .top-section {
    background: #2db742;
    padding: 20px 20px 20px 70px;
    position: relative
}

.whatsappWrapper .whatsappPopup .top-section:before {
    color: var(--white-color);
    content: "\e92f";
    font-family: icomoon !important;
    font-size: 28px;
    height: 30px;
    left: 20px;
    line-height: 1;
    position: absolute;
    top: 22px;
    width: 30px
}

.whatsappWrapper .whatsappPopup .top-section .small-heading {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px
}

.whatsappWrapper .whatsappPopup .top-section p {
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 0
}

.whatsappWrapper .whatsappPopup .top-section p strong {
    color: var(--white-color);
    font-size: 16px
}

.whatsappWrapper .whatsappPopup .bottom-section {
    background: var(--white-color);
    padding: 10px 20px 20px
}

.whatsappWrapper .whatsappPopup .notice {
    color: var(--darkgrey-color);
    font-size: 12px;
    margin-bottom: 16px
}

.whatsappWrapper .whatsappPopup .content {
    align-items: center;
    background: var(--lightoffwhite-color);
    border-left: 3px solid #2db742;
    border-radius: 4px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 15px
}

.whatsappWrapper .whatsappPopup .content:hover {
    background: var(--lightgrey-color)
}

.whatsappWrapper .whatsappPopup .content .left {
    align-items: center;
    background: #2db742;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    min-height: 42px;
    min-width: 42px
}

.whatsappWrapper .whatsappPopup .content .left i {
    color: var(--white-color);
    font-size: 18px
}

.whatsappWrapper .whatsappPopup .content .center p {
    font-size: 14px;
    margin-bottom: 0
}

.whatsappWrapper .whatsappPopup .content .center p span {
    color: var(--red-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px
}

.whatsappWrapper .whatsappPopup .content .center .name {
    color: var(--lightred-color);
    font-size: 14px;
    font-weight: 500
}

.whatsappWrapper .whatsappPopup .content .right i:before {
    color: #2db742;
    font-size: 36px
}

.whatsappWrapper .whatsappPopup .btm-text {
    color: var(--lightred-color);
    font-size: 12px;
    font-style: italic
}

.quick-enqiry-form-wrapper {
    background: var(--darkred-color);
    border-radius: 8px 8px 0 0;
    bottom: 0;
    max-width: 300px;
    overflow: hidden;
    padding: 15px;
    position: fixed;
    right: 50px;
    transition: all 1s ease-in-out;
    width: 100%;
    z-index: 9999
}

.quick-enqiry-form-wrapper.show {
    height: -moz-max-content;
    height: max-content
}

.quick-enqiry-form-wrapper.show .sm-heading:after {
    transform: rotate(180deg)
}

.quick-enqiry-form-wrapper .form-group {
    display: flex;
    flex-direction: column
}

.quick-enqiry-form-wrapper .sm-heading {
    color: var(--white-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    padding-right: 25px;
    position: relative
}

.quick-enqiry-form-wrapper .sm-heading:after {
    color: var(--white-color);
    content: "\e924";
    font-family: icomoon !important;
    font-size: 8px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 7px;
    transition: all .5s ease-in-out;
    width: 15px
}

.quick-enqiry-form-wrapper input, .quick-enqiry-form-wrapper textarea {
    background: var(--white-color);
    border: 0;
    opacity: 1
}

.quick-enqiry-form-wrapper .commonForm {
    margin-top: 15px;
    max-height: 80vh;
    overflow-y: auto
}

.quick-enqiry-form-wrapper .commonForm .form_content {
    row-gap: .875rem
}

.quick-enqiry-form-wrapper label {
    margin-bottom: 12px
}

.quick-enqiry-form-wrapper label b {
    color: var(--white-color)
}

.quick-enqiry-form-wrapper .dark-btn {
    background: var(--darkgrey-color);
    color: var(--white-color)
}

.quick-enqiry-form-wrapper .dark-btn:hover {
    background: var(--white-color);
    color: var(--darkred-color)
}

.quick-enqiry-form-wrapper input, .quick-enqiry-form-wrapper select, .quick-enqiry-form-wrapper textarea {
    font-size: 14px
}

.chatbot_new_wrap {
    bottom: 90px;
    left: 50px;
    position: fixed;
    z-index: 99999
}

.chatbot_new_wrap .chatbot_modal_wrap {
    bottom: -64px;
    height: 500px;
    left: 70px;
    max-height: 70vh;
    max-width: 72vw;
    position: relative;
    width: 400px
}

.chatbot_new_wrap .chatbot_modal_wrap iframe {
    border: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    height: 100% !important;
    width: 100%
}

.chatbot_new_wrap .textBox {
    background: #fafafa;
    border-radius: 8px;
    bottom: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35);
    color: var(--darkgrey-color);
    font-size: 14px;
    left: 70px;
    min-height: -moz-max-content;
    min-height: max-content;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all .35s ease-in-out;
    visibility: hidden;
    width: 240px
}

.chatbot_new_wrap .textBox span {
    color: var(--lightred-color);
    display: block;
    font-size: 12px;
    font-weight: 500
}

.chatbot_new_wrap:hover .textBox {
    opacity: 1;
    padding: 6px 10px;
    visibility: visible
}

.chatbot_btn_wrap.active .textBox {
    display: none
}

.chatbot_btn_wrap button {
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    display: inline-flex;
    height: 60px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: 60px
}

.chatbot_btn_wrap button img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.home-banner {
    min-height: 380px
}

.home-banner .owl-dots {
    bottom: 1.5rem;
    -moz-column-gap: 6px;
    column-gap: 6px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 1.5rem;
    row-gap: 6px
}

.home-banner .owl-dots .owl-dot {
    background: #ddd;
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.home-banner .owl-dots .owl-dot.active {
    background: var(--darkred-color)
}

.home-banner .owl-nav {
    bottom: 20px;
    display: flex;
    gap: 8px;
    position: absolute;
    right: 20px
}

.home-banner .owl-nav button {
    align-items: center;
    background: #fff !important;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px
}

.home-banner .owl-nav button i {
    display: flex
}

.home-banner .owl-nav button i:before {
    color: var(--darkred-color);
    font-size: 12px
}

.home-banner .owl-nav button.disabled {
    cursor: auto;
    opacity: .6
}

.home-banner .owl-nav button:hover {
    background: var(--darkred-color) !important
}

.home-banner .owl-nav button:hover i:before {
    color: var(--white-color)
}

.home-banner .owl-nav button.owl-prev {
    border: 0 solid var(--white-color);
    border-radius: 8px
}

.home-banner .owl-nav button.owl-prev i {
    transform: rotate(180deg)
}

.home-banner .owl-nav button.owl-next {
    border: 0 solid var(--white-color);
    border-radius: 8px
}

.home-banner .owl-nav button.owl-next i {
    transform: rotate(0deg)
}

.home-banner .item {
    position: relative
}

.home-banner .item.light-background-type .content-box .main-heading, .home-banner .item.light-background-type .content-box .xs-heading, .home-banner .item.light-background-type .content-box p {
    color: var(--darkgrey-color)
}

.home-banner .item.light-background-type .content-box .btns-wrapper a {
    background: var(--red-color);
    color: var(--white-color)
}

.home-banner .item.light-background-type .content-box .btns-wrapper a:hover {
    background-color: var(--darkred-color)
}

.home-banner .content-box {
    bottom: 0;
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 3.125rem;
    position: absolute;
    top: 0;
    width: 55%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .home-banner .content-box {
        padding: 1.75rem
    }
}

.home-banner .content-box .main-heading, .home-banner .content-box .xs-heading {
    margin-bottom: .5rem
}

.home-banner .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .home-banner .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .home-banner .content-box .heading-title {
        font-size: 22px
    }
}

.home-banner .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.home-banner .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .home-banner .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .home-banner .content-box .main-heading {
        font-size: 2rem
    }

    .home-banner .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .home-banner .content-box .btns-wrapper {
        justify-content: center
    }
}

.home-banner .content-box .xs-heading {
    color: var(--white-color);
    font-size: 1rem;
    margin-bottom: .75rem
}

.home-banner .content-box .main-heading {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.35
}

.home-banner .content-box p {
    margin-bottom: 1.75rem
}

.home-banner .content-box .btns-wrapper {
    -moz-column-gap: 0;
    column-gap: 0
}

.home-banner .content-box .btns-wrapper a {
    background: #fff;
    color: var(--red-color)
}

.home-banner .content-box .btns-wrapper a:hover {
    background: var(--darkred-color);
    color: var(--white-color)
}

.home-banner .content-box .btns-wrapper.bannermobile, .home-banner .content-box .xs-content.bannermobile, .home-banner .content-box .xs-heading.bannermobile, .home-banner .content-box.bannermobile {
    display: none
}

.home-banner.homeTheaterBanner {
    min-height: auto
}

.home-banner.homeTheaterBanner .img-wrapper {
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    overflow: hidden
}

.home-banner.homeTheaterBanner .img-wrapper img {
    width: 100%
}

.home-banner.inner-pages .round-box {
    background: var(--darkgrey-color);
    border-radius: 1rem
}

.home-banner.categoryBanner .content-box {
    justify-content: flex-end;
    padding: 1.5rem 1.75rem;
    width: 75%
}

.home-banner.categoryBanner .content-box .heading-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0;
    text-transform: capitalize
}

.home-banner.categoryBanner .img-wrapper img {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.sofa-recliner-section .content {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 3.5rem
}

.sofa-recliner-section .inner-box {
    width: 49%
}

.sofa-recliner-section .luxe-sofa-section {
    min-height: 377px;
    position: relative
}

.sofa-recliner-section .luxe-sofa-section .content-box {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 3.125rem;
    position: absolute;
    top: 0;
    width: 55%;
    width: 70%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .sofa-recliner-section .luxe-sofa-section .content-box {
        padding: 1.75rem
    }
}

.sofa-recliner-section .luxe-sofa-section .content-box .main-heading, .sofa-recliner-section .luxe-sofa-section .content-box .xs-heading {
    margin-bottom: .5rem
}

.sofa-recliner-section .luxe-sofa-section .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .sofa-recliner-section .luxe-sofa-section .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .sofa-recliner-section .luxe-sofa-section .content-box .heading-title {
        font-size: 22px
    }
}

.sofa-recliner-section .luxe-sofa-section .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.sofa-recliner-section .luxe-sofa-section .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .sofa-recliner-section .luxe-sofa-section .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .sofa-recliner-section .luxe-sofa-section .content-box .main-heading {
        font-size: 2rem
    }

    .sofa-recliner-section .luxe-sofa-section .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .sofa-recliner-section .luxe-sofa-section .content-box .btns-wrapper {
        justify-content: center
    }
}

.sofa-recliner-section .luxe-sofa-section .owl-dots {
    bottom: 1.5rem;
    -moz-column-gap: 6px;
    column-gap: 6px;
    left: 3.125rem;
    position: absolute;
    row-gap: 6px
}

.sofa-recliner-section .luxe-sofa-section .owl-dots .owl-dot {
    background: #ddd;
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.sofa-recliner-section .luxe-sofa-section .owl-dots .owl-dot.active {
    background: var(--darkred-color)
}

.sofa-recliner-section .recliner-sofa-section {
    min-height: 377px;
    position: relative
}

.sofa-recliner-section .recliner-sofa-section .content-box {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    justify-content: flex-start;
    left: 0;
    padding: 3.125rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55%;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .sofa-recliner-section .recliner-sofa-section .content-box {
        padding: 1.75rem
    }
}

.sofa-recliner-section .recliner-sofa-section .content-box .main-heading, .sofa-recliner-section .recliner-sofa-section .content-box .xs-heading {
    margin-bottom: .5rem
}

.sofa-recliner-section .recliner-sofa-section .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .sofa-recliner-section .recliner-sofa-section .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .sofa-recliner-section .recliner-sofa-section .content-box .heading-title {
        font-size: 22px
    }
}

.sofa-recliner-section .recliner-sofa-section .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.sofa-recliner-section .recliner-sofa-section .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .sofa-recliner-section .recliner-sofa-section .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .sofa-recliner-section .recliner-sofa-section .content-box .main-heading {
        font-size: 2rem
    }

    .sofa-recliner-section .recliner-sofa-section .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .sofa-recliner-section .recliner-sofa-section .content-box .btns-wrapper {
        justify-content: center
    }
}

.sofa-recliner-section .recliner-sofa-section .owl-dots {
    bottom: 1.5rem;
    -moz-column-gap: 6px;
    column-gap: 6px;
    flex-direction: column;
    position: absolute;
    right: 1.5rem;
    row-gap: 6px
}

.sofa-recliner-section .recliner-sofa-section .owl-dots .owl-dot {
    background: #ddd;
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.sofa-recliner-section .recliner-sofa-section .owl-dots .owl-dot.active {
    background: var(--darkred-color)
}

.sofa-recliner-section .img-wrapper img {
    width: 100%
}

.sofa-recliner-section .round-box {
    background: var(--white-color)
}

.plush-sofa-section {
    min-height: 400px
}

.plush-sofa-section .inner-content {
    position: relative
}

.plush-sofa-section .inner-content .content-box {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 3.125rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55%;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .plush-sofa-section .inner-content .content-box {
        padding: 1.75rem
    }
}

.plush-sofa-section .inner-content .content-box .main-heading, .plush-sofa-section .inner-content .content-box .xs-heading {
    margin-bottom: .5rem
}

.plush-sofa-section .inner-content .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .plush-sofa-section .inner-content .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .plush-sofa-section .inner-content .content-box .heading-title {
        font-size: 22px
    }
}

.plush-sofa-section .inner-content .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.plush-sofa-section .inner-content .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .plush-sofa-section .inner-content .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .plush-sofa-section .inner-content .content-box .main-heading {
        font-size: 2rem
    }

    .plush-sofa-section .inner-content .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .plush-sofa-section .inner-content .content-box .btns-wrapper {
        justify-content: center
    }
}

.plush-sofa-section .round-box {
    background: var(--darkgrey-color)
}

.cinema-chair-section {
    min-height: 400px
}

.cinema-chair-section .img-box img {
    width: 100%
}

.cinema-chair-section .inner-content {
    position: relative
}

.cinema-chair-section .inner-content .content-box {
    align-items: center;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .05), rgba(0, 0, 0, .95) 80%);
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    justify-content: flex-start;
    left: 0;
    padding: 3.125rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55%;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .cinema-chair-section .inner-content .content-box {
        padding: 1.75rem
    }
}

.cinema-chair-section .inner-content .content-box .main-heading, .cinema-chair-section .inner-content .content-box .xs-heading {
    margin-bottom: .5rem
}

.cinema-chair-section .inner-content .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .cinema-chair-section .inner-content .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .cinema-chair-section .inner-content .content-box .heading-title {
        font-size: 22px
    }
}

.cinema-chair-section .inner-content .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.cinema-chair-section .inner-content .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .cinema-chair-section .inner-content .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .cinema-chair-section .inner-content .content-box .main-heading {
        font-size: 2rem
    }

    .cinema-chair-section .inner-content .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .cinema-chair-section .inner-content .content-box .btns-wrapper {
        justify-content: center
    }
}

.cinema-chair-section .inner-content .heading-title, .cinema-chair-section .inner-content .sm-heading, .cinema-chair-section .inner-content .xs-heading, .cinema-chair-section .viewmore-link:hover, .cinema-chair-section .viewmore-link:hover i:before {
    color: var(--white-color)
}

.cinema-chair-section .round-box {
    background: var(--darkgrey-color)
}

.lazy-boy-section {
    min-height: 211px
}

.lazy-boy-section img {
    width: 100%
}

.lazy-boy-section .inner-content {
    position: relative
}

.lazy-boy-section .inner-content .content-box {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    justify-content: flex-start;
    left: 0;
    padding: 3.125rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55%;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .lazy-boy-section .inner-content .content-box {
        padding: 1.75rem
    }
}

.lazy-boy-section .inner-content .content-box .main-heading, .lazy-boy-section .inner-content .content-box .xs-heading {
    margin-bottom: .5rem
}

.lazy-boy-section .inner-content .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .lazy-boy-section .inner-content .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .lazy-boy-section .inner-content .content-box .heading-title {
        font-size: 22px
    }
}

.lazy-boy-section .inner-content .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.lazy-boy-section .inner-content .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .lazy-boy-section .inner-content .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .lazy-boy-section .inner-content .content-box .main-heading {
        font-size: 2rem
    }

    .lazy-boy-section .inner-content .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .lazy-boy-section .inner-content .content-box .btns-wrapper {
        justify-content: center
    }
}

.accesories-section .content {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 3.5rem
}

.accesories-section .content .comfort-enhancer-section {
    background: #fdf7e7;
    min-height: 300px;
    position: relative;
    width: 59%
}

.accesories-section .content .comfort-enhancer-section .content-box {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    justify-content: space-between;
    left: 0;
    padding: 3.125rem;
    position: absolute;
    top: 0;
    width: 55%;
    width: 65%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .accesories-section .content .comfort-enhancer-section .content-box {
        padding: 1.75rem
    }
}

.accesories-section .content .comfort-enhancer-section .content-box .main-heading, .accesories-section .content .comfort-enhancer-section .content-box .xs-heading {
    margin-bottom: .5rem
}

.accesories-section .content .comfort-enhancer-section .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .accesories-section .content .comfort-enhancer-section .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .accesories-section .content .comfort-enhancer-section .content-box .heading-title {
        font-size: 22px
    }
}

.accesories-section .content .comfort-enhancer-section .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.accesories-section .content .comfort-enhancer-section .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .accesories-section .content .comfort-enhancer-section .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .accesories-section .content .comfort-enhancer-section .content-box .main-heading {
        font-size: 2rem
    }

    .accesories-section .content .comfort-enhancer-section .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .accesories-section .content .comfort-enhancer-section .content-box .btns-wrapper {
        justify-content: center
    }
}

.accesories-section .content .comfort-enhancer-section .img-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    width: 100%
}

.accesories-section .content .relaxtion-section {
    background: #eaf7f0;
    min-height: 300px;
    position: relative;
    width: 39%
}

.accesories-section .content .relaxtion-section .content-box {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    justify-content: flex-end;
    left: 0;
    padding: 3.125rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55%;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .accesories-section .content .relaxtion-section .content-box {
        padding: 1.75rem
    }
}

.accesories-section .content .relaxtion-section .content-box .main-heading, .accesories-section .content .relaxtion-section .content-box .xs-heading {
    margin-bottom: .5rem
}

.accesories-section .content .relaxtion-section .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .accesories-section .content .relaxtion-section .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .accesories-section .content .relaxtion-section .content-box .heading-title {
        font-size: 22px
    }
}

.accesories-section .content .relaxtion-section .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.accesories-section .content .relaxtion-section .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .accesories-section .content .relaxtion-section .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .accesories-section .content .relaxtion-section .content-box .main-heading {
        font-size: 2rem
    }

    .accesories-section .content .relaxtion-section .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .accesories-section .content .relaxtion-section .content-box .btns-wrapper {
        justify-content: center
    }
}

.accesories-section .content .relaxtion-section .img-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.accesories-section .round-box {
    background: var(--darkgrey-color)
}

.franchise-section {
    min-height: 250px
}

.franchise-section .inner-content {
    position: relative
}

.franchise-section .inner-content .content-box {
    align-items: flex-end;
    bottom: 0;
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    left: auto;
    padding: 3.125rem;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 55%;
    width: 60%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .franchise-section .inner-content .content-box {
        padding: 1.75rem
    }
}

.franchise-section .inner-content .content-box .main-heading, .franchise-section .inner-content .content-box .xs-heading {
    margin-bottom: .5rem
}

.franchise-section .inner-content .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .franchise-section .inner-content .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .franchise-section .inner-content .content-box .heading-title {
        font-size: 22px
    }
}

.franchise-section .inner-content .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.franchise-section .inner-content .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .franchise-section .inner-content .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .franchise-section .inner-content .content-box .main-heading {
        font-size: 2rem
    }

    .franchise-section .inner-content .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .franchise-section .inner-content .content-box .btns-wrapper {
        justify-content: center
    }
}

.franchise-section .inner-content .content-box .xs-heading {
    color: var(--white-color)
}

.franchise-section .inner-content .content-box .sm-heading.top {
    margin-bottom: .5rem
}

.franchise-section .inner-content .content-box .heading-title {
    font-size: 1.75rem;
    margin-bottom: 1rem
}

.franchise-section .inner-content .content-box .light-btn, .franchise-section .inner-content .content-box .viewmore-link, .franchise-section .inner-content .content-box .viewmore-link i:before {
    color: var(--white-color)
}

.franchise-section .inner-content .img-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    width: 100%
}

.franchise-section .round-box {
    background: var(--darkgrey-color)
}

.home-video-content .inner-content {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2rem
}

.home-video-content .inner-content .item {
    width: 49%
}

@media only screen and (max-width:767px) {
    .home-video-content .inner-content .item {
        width: 100%
    }
}

.home-video-content .HomeVideoSection .video-container {
    height: calc(100% - 132px)
}

.home-video-content .HomeVideoSection .video-container .vidImg {
    height: 100%
}

.home-video-content .HomeVideoSection .video-container .vidImg picture img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.HomeVideoSection .inner-content {
    background: var(--black-color)
}

.HomeVideoSection .heading-title {
    color: var(--white-color)
}

.HomeVideoSection .video-container, .HomeVideoSection .video-container .vidImg {
    position: relative
}

.HomeVideoSection .video-container .vidImg .vid-icon {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    margin: auto;
    max-width: 80px;
    position: absolute;
    right: 0;
    top: 0
}

.HomeVideoSection .video-container .vidImg .vid-icon p {
    color: var(--white-color);
    font-size: 18px;
    margin-top: 12px
}

.HomeVideoSection .video-container .vidImg .fancybox, .HomeVideoSection .video-container .vidImg .fancybox picture img {
    width: 100%
}

.homeSatisfiedCustomer .video-container {
    height: 450px
}

.homeSatisfiedCustomer .video-container .vidImg {
    border-radius: 1rem;
    height: 100%;
    overflow: hidden;
    position: relative
}

.homeSatisfiedCustomer .video-container .vidImg .vid-icon {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    margin: auto;
    max-width: 80px;
    position: absolute;
    right: 0;
    top: 0
}

.homeSatisfiedCustomer .video-container .vidImg picture img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.homeBrandValues {
    background: rgba(202, 222, 238, .75);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    position: relative
}

.homeBrandValues:before {
    background: hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    bottom: -50px;
    content: "";
    height: 250px;
    position: absolute;
    right: -50px;
    width: 250px
}

.homeBrandValues p:last-child {
    border-bottom: 0
}

.homeBrandValues .content, .product-list-pg {
    position: relative
}

.productListPg-top .heading-title {
    margin-bottom: 1rem
}

.products .inner-content {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2rem
}

.products .inner-content .filters {
    width: 24%
}

.products .inner-content .filters .content {
    display: block;
    position: sticky;
    top: 8rem
}

.products .inner-content .filters .content .heading-title {
    display: none
}

.products .inner-content .filters .content.show .heading-title {
    display: block
}

.products .inner-content .product-list-wrapper {
    width: 74%
}

.product-list {
    -moz-column-gap: 3%;
    column-gap: 3%;
    row-gap: 2rem
}

.product-list .item {
    width: 31.33%
}

@media only screen and (max-width:992px) {
    .product-list {
        -moz-column-gap: 2%;
        column-gap: 2%
    }

    .product-list .item {
        width: 49%
    }
}

@media only screen and (max-width:560px) {
    .product-list .item {
        width: 100%
    }
}

.product-list .starRatingview .Ratinglist {
    -moz-column-gap: 3px;
    column-gap: 3px;
    display: flex
}

.product-list .starRatingview .Ratinglist .icon-star-fill.checked:before {
    color: #ffd250
}

.product-list .starRatingview .Ratinglist .icon-star-fill:before, .product-list .starRatingview .Ratinglist .icon-star-half:before {
    color: rgba(0, 0, 0, .25)
}

.product-list .product-figure {
    background: var(--darkgrey-color);
    height: 410px;
    margin-bottom: 1rem;
    max-width: 767px;
    position: relative;
    width: 100%
}

@media only screen and (max-width:1536px) {
    .product-list .product-figure {
        height: 290px
    }
}

.product-list .product-figure .img-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.product-list .product-figure .img-wrapper img {
    height: 100% !important;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 1s ease-in-out;
    width: 100%
}

.product-list .product-figure .img-wrapper .hover-img {
    height: 0;
    opacity: 0;
    width: 0
}

@media only screen and (max-width:1199px) {
    .product-list .product-figure .img-wrapper .hover-img {
        display: none
    }
}

.product-list .product-figure .cart-btn {
    bottom: -100%;
    left: 0;
    margin: auto;
    padding: .75rem 1.5rem;
    position: absolute;
    right: 0;
    text-align: center;
    width: -moz-max-content;
    width: max-content
}

@media only screen and (max-width:1199px) {
    .product-list .product-figure .cart-btn {
        bottom: 1.5rem
    }
}

.product-list .product-title a {
    -webkit-line-clamp: 1;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3px
}

.product-list .product-desc, .product-list .product-title a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word
}

.product-list .product-desc {
    -webkit-line-clamp: 2;
    color: var(--offwhite-color);
    margin-bottom: 1rem
}

.product-list .product-price-wrap {
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.product-list .product-price-wrap .product-price {
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: normal;
    position: relative
}

.product-list .product-price-wrap .product-price.product-price-old {
    color: var(--darkgrey-color);
    font-size: .875rem;
    order: 2;
    text-decoration: line-through
}

.product-list .product-price-wrap .discoutn-percentage-single-product {
    background: var(--red-color);
    border-radius: 4px;
    color: var(--white-color);
    font-size: .875rem;
    font-weight: 500;
    left: 10px;
    padding: 3px 10px;
    position: absolute;
    top: 10px
}

.product-list .product-body {
    position: relative
}

.product-list .product-body:hover .product-figure img {
    transform: scale(1.05)
}

.product-list .product-body:hover .product-figure img.hover-img {
    height: 100%;
    opacity: 1;
    width: 100%
}

.product-list .product-body:hover .product-figure img.initial-img {
    height: 0;
    opacity: 0;
    width: 0
}

@media only screen and (max-width:1199px) {
    .product-list .product-body:hover .product-figure img.initial-img {
        height: 100%;
        opacity: 1;
        width: 100%
    }
}

.product-list .product-body:hover .cart-btn {
    bottom: 1.5rem
}

.product-list .product-desc {
    color: var(--darkgrey-color);
    min-height: 55px
}

.product-list .product-figure {
    background: var(--lightoffwhite-color);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15)
}

.product-list .product-figure .wishlistItem {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11
}

.product-list .product-figure .wishlistItem a {
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px
}

.product-list .product-figure .wishlistItem a i:before {
    color: var(--darkred-color);
    font-size: 16px;
    line-height: 1;
    padding: 0;
    transition: .2s ease-in-out
}

.product-list .product-figure .wishlistItem a:hover {
    background: var(--darkred-color)
}

.product-list .product-figure .wishlistItem a:hover i:before {
    color: var(--white-color)
}

.product-list .product-price {
    color: var(--darkred-color)
}

.product-list .starRatingview .reviewNumber {
    margin-left: 10px
}

.pagination-wrap {
    display: flex;
    justify-content: center
}

.pagination-wrap .pagination {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: .5rem;
    display: flex;
    margin-top: 5rem;
    overflow: hidden
}

@media only screen and (max-width:1199px) {
    .pagination-wrap .pagination {
        margin-top: 1.75rem
    }
}

.pagination-wrap .pagination .page-item {
    border-right: 1px solid #ccc;
    line-height: normal
}

.pagination-wrap .pagination .page-item.active .page-link {
    background: var(--red-color);
    color: var(--white-color)
}

.pagination-wrap .pagination .page-item:last-child {
    border-right: 0
}

.pagination-wrap .pagination .page-item .page-link {
    color: var(--red-color);
    display: inline-flex;
    font-weight: 500;
    padding: .5rem 1rem
}

.shopFilterWrapper {
    display: flex;
    flex-direction: column;
    padding-right: 2rem
}

.shopFilterWrapper .close-filter {
    display: none;
    position: absolute;
    right: 20px;
    top: 30px
}

.shopFilterWrapper select {
    margin-bottom: 1.5rem
}

.shopFilterWrapper .small-heading {
    color: var(--darkgrey-color);
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .3px;
    margin-bottom: .5rem
}

.shopFilterWrapper .filterItem {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    row-gap: 1rem
}

.shopFilterWrapper .filterItem:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.shopFilterWrapper .item {
    display: flex;
    justify-content: flex-start;
    position: relative
}

.shopFilterWrapper .item input {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    height: 100%;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.shopFilterWrapper .item input[type=checkbox]:checked~label:before, .shopFilterWrapper .item input[type=checkbox]:focus~label:before {
    background: var(--red-color)
}

.shopFilterWrapper .item input[type=checkbox]:checked:before, .shopFilterWrapper .item input[type=checkbox]:focus:before {
    display: none
}

.shopFilterWrapper .item label {
    align-items: center;
    display: flex;
    font-size: .875rem;
    padding-left: 1.75rem;
    position: relative
}

.shopFilterWrapper .item label:before {
    background: rgba(0, 0, 0, .2);
    border-radius: 2px;
    content: "";
    height: .875rem;
    left: 0;
    position: absolute;
    top: 0;
    width: .875rem
}

.shopFilterWrapper .item.active label:before {
    background-color: var(--darkred-color)
}

.shopFilterWrapper .colors i {
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    display: inline-flex;
    height: .75rem;
    margin-right: .5rem;
    width: .75rem
}

.shopFilterWrapper .dark-btn {
    cursor: pointer;
    display: inline-flex;
    width: -moz-max-content;
    width: max-content
}

.itemsFilterWrapper {
    align-items: center;
    -moz-column-gap: 2%;
    column-gap: 2%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    row-gap: 1rem
}

.filterbtn {
    align-items: center;
    background: var(--darkgrey-color);
    border-radius: .5rem;
    color: var(--white-color);
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: none;
    font-size: 1.15rem;
    line-height: 1;
    padding: 1rem
}

.categoryBanner, .categoryBanner .container {
    position: relative
}

.categoryBanner .container .content-box {
    background: linear-gradient(90.08deg, #000 .08%, transparent 63.23%)
}

.categoryBanner .container .img-wrapper {
    position: relative
}

.categoryBanner .container .img-wrapper img {
    border-radius: 0 0 16px 16px
}

.categoryBanner .container .img-wrapper .categoryContent {
    align-items: self-start;
    background: linear-gradient(90.08deg, #000 .08%, transparent 63.23%);
    border-radius: 0 0 16px 16px;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    padding-left: 40px;
    position: absolute;
    right: 0;
    row-gap: 10px;
    top: 0
}

.categoryBanner .container .img-wrapper .categoryContent .xs-heading {
    color: var(--white-color);
    font-size: 20px
}

.categoryBanner .container .img-wrapper .categoryContent .heading-title {
    font-size: 40px
}

.category-banner {
    height: auto;
    min-height: auto;
    padding-bottom: 30px
}

.categoryOverview {
    padding: 80px 0
}

.newCategoryProducts .btn-wrapper {
    -moz-column-gap: 10px;
    column-gap: 10px
}

.newCategoryProducts .btn-wrapper .dark-btn {
    background: transparent;
    border-color: var(--red-color);
    color: var(--darkred-color);
    cursor: pointer
}

.newCategoryProducts .btn-wrapper .dark-btn.active, .newCategoryProducts .btn-wrapper .dark-btn:hover {
    background: var(--red-color);
    color: var(--white-color)
}

.newCategoryProducts .productlistwrapper .product-list {
    justify-content: center
}

.newCategoryProducts .productlistwrapper .product-list .product-desc {
    margin-bottom: 0
}

.newCategoryProducts .productlistwrapper .product-list .item {
    position: relative
}

.newCategoryProducts .productlistwrapper .product-list .item .product-price-wrap, .newCategoryProducts .productlistwrapper .product-list .item .starRatingview {
    display: none
}

.newCategoryProducts .productlistwrapper .product-list .product-figure {
    box-shadow: 0 0 4px rgba(0, 0, 0, .15)
}

.lounger-items-section .inner-content {
    display: flex;
    flex-direction: column;
    row-gap: 50px
}

.lounger-items-section .item {
    background: var(--lightoffwhite-color);
    border: 1px solid var(--lightgrey-color);
    border-radius: 1rem;
    -moz-column-gap: 2%;
    column-gap: 2%;
    overflow: hidden
}

.lounger-items-section .item .img-wrapper {
    width: 49%
}

.lounger-items-section .item .img-wrapper img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s ease-in-out;
    width: 100%
}

.lounger-items-section .item:hover .img-wrapper img {
    transform: scale(1.01)
}

.lounger-items-section .item .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    width: 49%
}

.lounger-items-section .item .heading-title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 30px
}

.lounger-items-section .item p:last-child {
    margin-bottom: 0
}

.lounger-items-section .item:nth-child(2n) .img-wrapper {
    order: 2
}

.lounger-items-section .item:nth-child(2n) .content-wrapper {
    order: 1
}

.custommize-recliner .inner-content {
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    margin: auto;
    max-width: 1200px;
    position: relative
}

.custommize-recliner .content-box {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 3.125rem;
    position: absolute;
    top: 0;
    width: 55%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .custommize-recliner .content-box {
        padding: 1.75rem
    }
}

.custommize-recliner .content-box .main-heading, .custommize-recliner .content-box .xs-heading {
    margin-bottom: .5rem
}

.custommize-recliner .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .custommize-recliner .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .custommize-recliner .content-box .heading-title {
        font-size: 22px
    }
}

.custommize-recliner .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.custommize-recliner .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .custommize-recliner .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .custommize-recliner .content-box .main-heading {
        font-size: 2rem
    }

    .custommize-recliner .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .custommize-recliner .content-box .btns-wrapper {
        justify-content: center
    }
}

.custommize-recliner .item {
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    width: 30px
}

.custommize-recliner .item i {
    align-items: center;
    display: flex;
    line-height: 1;
    transform: rotate(45deg)
}

.custommize-recliner .item i:before {
    color: var(--darkred-color);
    font-size: 10px;
    font-weight: 800;
    line-height: 1
}

.custommize-recliner .item.item-1 {
    right: 40%;
    top: 31%
}

.custommize-recliner .item.item-2 {
    right: 29%;
    top: 35%
}

.custommize-recliner .item.item-3 {
    right: 28%;
    top: 47%
}

.custommize-recliner .item.item-4 {
    right: 35%;
    top: 60%
}

.custommize-recliner .item.item-5 {
    right: 18%;
    top: 42%
}

.custommize-recliner .item.item-6 {
    right: 22%;
    top: 54%
}

.custommize-recliner .item.item-7 {
    right: 28%;
    top: 73%
}

.home-banner.installation-page .img-wrapper img {
    width: 100%
}

.home-banner.installation-page .content-box .heading-title, .home-banner.installation-page .content-box .xs-heading, .home-banner.installation-page .content-box p {
    color: var(--darkgrey-color)
}

.product-detailpg .inner-content {
    -moz-column-gap: 2%;
    column-gap: 2%;
    position: relative;
    row-gap: 2rem
}

.product-detailpg .inner-content .item {
    width: 49%
}

@media only screen and (max-width:767px) {
    .product-detailpg .inner-content .item {
        width: 100%
    }
}

.product-detailpg .product-image {
    max-width: 562px
}

.product-detailpg .img-slider {
    align-items: center;
    background: var(--white-color);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative
}

.product-detailpg .img-slider .wishlistItem {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11
}

.product-detailpg .img-slider .wishlistItem a {
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px
}

.product-detailpg .img-slider .wishlistItem a i:before {
    color: var(--darkred-color);
    font-size: 16px;
    line-height: 1;
    padding: 0;
    transition: .2s ease-in-out
}

.product-detailpg .img-slider .wishlistItem a:hover {
    background: var(--darkred-color)
}

.product-detailpg .img-slider .wishlistItem a:hover i:before {
    color: var(--white-color)
}

.product-detailpg #product-slider {
    border-radius: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    height: 100%;
    max-height: 603px;
    overflow: hidden
}

.product-detailpg #product-slider .img-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 603px
}

.product-detailpg #product-slider .owl-item, .product-detailpg #product-slider .owl-stage, .product-detailpg #product-slider .owl-stage-outer {
    height: 100%
}

.product-detailpg #product-slider .slide {
    align-items: center;
    display: flex;
    height: 100%
}

.product-detailpg #product-slider .owl-item.active {
    opacity: 1
}

.product-detailpg .owl-carousel .owl-nav button {
    align-items: center;
    background: var(--lightoffwhite-color);
    display: flex;
    font-size: 35px;
    height: 38px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: auto;
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
    width: 36px
}

.product-detailpg .owl-carousel .owl-nav button.owl-next {
    left: auto;
    position: absolute;
    right: 0
}

.product-detailpg .thumb {
    margin-top: 18px;
    position: relative
}

.product-detailpg .thumb .owl-stage-outer {
    width: 100%
}

.product-detailpg .thumb .owl-stage {
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: flex
}

.product-detailpg .thumb .owl-item {
    align-items: center;
    background-color: var(--white-color);
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    height: 3.75rem;
    justify-content: center;
    margin: 1px;
    max-width: 3.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    padding: 0
}

.product-detailpg .thumb .owl-item.current {
    border-color: var(--darkgrey-color)
}

.product-detailpg .product-detail .single-product {
    height: 100%;
    position: relative
}

.product-detailpg .product-detail .single-product .top-wrapper {
    -moz-column-gap: 2%;
    column-gap: 2%;
    margin-bottom: 15px
}

.product-detailpg .product-detail .single-product .top-wrapper .title-wrapper {
    align-items: center;
    display: flex;
    gap: 10px
}

.product-detailpg .product-detail .single-product .top-wrapper .copybtn {
    background: transparent;
    display: flex;
    padding: 0;
    position: relative
}

.product-detailpg .product-detail .single-product .top-wrapper .copybtn img {
    max-height: 28px
}

.product-detailpg .product-detail .single-product .top-wrapper .copybtn span {
    background: var(--lightgrey-color);
    border-radius: 4px;
    color: var(--darkgrey-color);
    font-size: 12px;
    left: -8px;
    letter-spacing: .3px;
    margin: auto;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    right: 0;
    top: -34px;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content
}

.product-detailpg .product-detail .single-product .top-wrapper .copybtn span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--lightgrey-color);
    bottom: -5px;
    content: "";
    height: 0;
    left: 10px;
    position: absolute;
    width: 0
}

.product-detailpg .product-detail .single-product .top-wrapper .copybtn:hover span {
    opacity: 1;
    visibility: visible
}

.product-detailpg .product-detail .single-product .top-wrapper .heading-title {
    font-size: 24px;
    width: 100%
}

.product-detailpg .product-detail .single-product .top-wrapper .starRatingview .Ratinglist {
    -moz-column-gap: 3px;
    column-gap: 3px;
    display: flex
}

.product-detailpg .product-detail .single-product .top-wrapper .starRatingview .Ratinglist .icon-star-fill.checked:before {
    color: #ffd250
}

.product-detailpg .product-detail .single-product .top-wrapper .starRatingview .Ratinglist .icon-star-fill:before, .product-detailpg .product-detail .single-product .top-wrapper .starRatingview .Ratinglist .icon-star-half:before {
    color: rgba(0, 0, 0, .25)
}

.product-detailpg .product-detail .single-product .top-wrapper .starRatingview .Ratinglist {
    margin-right: 10px
}

.product-detailpg .product-detail .single-product .top-wrapper .starRatingview .reviewNumber {
    font-size: 16px;
    font-weight: 400
}

.product-detailpg .product-detail .single-product .product-price-wrap {
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    margin-bottom: 20px;
    width: 100%
}

.product-detailpg .product-detail .single-product .product-price-wrap .discount-price {
    color: var(--darkgrey-color);
    font-size: 1rem;
    font-weight: 400;
    margin-right: 10px;
    text-decoration: line-through
}

.product-detailpg .product-detail .single-product .product-price-wrap .product-price {
    color: #ff2d35;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: inline-flex;
    font-size: 1.125rem;
    font-size: 30px;
    font-weight: 500;
    font-weight: 700;
    line-height: normal;
    margin-right: 10px;
    position: relative
}

.product-detailpg .product-detail .single-product .product-price-wrap .product-price.product-price-old {
    color: var(--darkgrey-color);
    font-size: .875rem;
    order: 2;
    text-decoration: line-through
}

.product-detailpg .product-detail .single-product .product-price-wrap .product-price.constprice {
    margin-right: 5px;
    order: 2
}

.product-detailpg .product-detail .single-product .product-price-wrap .getdiscountprice {
    order: 3
}

.product-detailpg .product-detail .single-product .product-price-wrap .inclusiveTax {
    order: 4
}

.product-detailpg .product-detail .single-product .discount-percentage-product-detail {
    background: var(--red-color);
    border-radius: 4px;
    color: var(--white-color);
    font-size: .875rem;
    font-weight: 500;
    order: 1;
    padding: 3px 10px
}

.product-detailpg .product-detail .single-product .offers-delivery {
    -moz-column-gap: 2%;
    column-gap: 2%
}

.product-detailpg .product-detail .single-product .offers-delivery .free-delivery {
    align-items: center;
    background-color: rgba(255, 45, 53, .1);
    border-radius: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    padding: 15px 15px 15px 20px;
    width: 39%
}

.product-detailpg .product-detail .single-product .offers-delivery .icon-wrapper {
    align-items: center;
    background: var(--darkred-color);
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    min-width: 50px
}

.product-detailpg .product-detail .single-product .offers-delivery .icon-wrapper img {
    filter: brightness(0) invert(100);
    max-height: 20px
}

.product-detailpg .product-detail .single-product .Offerheding {
    color: var(--darkred-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

.product-detailpg .product-detail .single-product .Product-specialOffer {
    background-color: #ffece3;
    border-radius: 10px;
    padding: 15px 15px 15px 20px;
    width: 59%
}

.product-detailpg .product-detail .single-product .Product-specialOffer .offercontent {
    margin-top: 10px
}

.product-detailpg .product-detail .single-product .Product-specialOffer .offercontent p {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0;
    position: relative
}

.product-detailpg .product-detail .single-product .Product-specialOffer .offercontent p span {
    color: var(--darkred-color)
}

.product-detailpg .product-detail .single-product .Product-specialOffer .offercontent marquee p {
    display: inline-flex;
    padding-right: 12px
}

.product-detailpg .product-detail .single-product .Product-specialOffer .offercontent marquee p:after {
    content: "|";
    position: absolute;
    right: 0
}

.product-detailpg .product-detail .single-product .Product-specialOffer .offercontent marquee p:last-child:after {
    display: none
}

.product-detailpg .product-detail .single-product .productBtn-Group {
    background-color: var(--lightoffwhite-color);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    width: 100%
}

.product-detailpg .product-detail .single-product .productBtn-Group .ProductBtn-1 {
    width: 48%
}

.product-detailpg .product-detail .single-product .productBtn-Group .ProductBtn-1 .light-btn {
    border: 1px solid var(--darkred-color);
    color: var(--darkred-color);
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.product-detailpg .product-detail .single-product .productBtn-Group .ProductBtn-1 .dark-btn {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.product-detailpg .product-detail .single-product .FilterPopup {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    display: flex;
    display: none;
    justify-content: flex-end;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1111
}

.product-detailpg .product-detail .single-product .FilterPopup.active {
    display: flex
}

.product-detailpg .product-detail .single-product .FilterPopup .FilterContent {
    background: var(--white-color);
    min-width: 500px;
    overflow-y: auto;
    padding: 20px
}

.product-detailpg .product-detail .single-product .FilterPopup .FilterContent .filterHead {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding-bottom: 20px
}

.product-detailpg .product-detail .single-product .FilterPopup .FilterContent .filterHead .filterHeading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.product-detailpg .product-detail .single-product .FilterPopup .FilterContent .filterHead .filterClose {
    align-items: center;
    background: rgba(51, 51, 51, .2);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.product-detailpg .product-detail .single-product .FilterPopup .FilterContent label {
    display: block;
    font-weight: 500;
    margin-bottom: 15px
}

.product-detailpg .product-detail .single-product .productForm {
    margin-top: 20px
}

.product-detailpg .product-detail .single-product .productForm .form-group {
    align-self: center;
    margin-bottom: 20px;
    width: 48%
}

.product-detailpg .product-detail .single-product .productForm .form-group.filterOpen input[type=radio], .product-detailpg .product-detail .single-product .productForm .form-group.filterOpen select {
    pointer-events: none
}

.product-detailpg .product-detail .single-product .productForm .form-group label {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px
}

.product-detailpg .product-detail .single-product .productForm .form-group .quantity-flex input {
    border-radius: 10px 0 0 10px;
    border-right: 0;
    width: 80%
}

.product-detailpg .product-detail .single-product .productForm .form-group .quantity-flex select {
    padding: 0 0 0 10px;
    width: 20%
}

.product-detailpg .product-detail .single-product .productForm .form-group .verify-notification {
    color: #ff2d35;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: -10px
}

.product-detailpg .product-detail .single-product .productForm .form-group .availble-amazon {
    border: 1px solid var(--darkred-color);
    border-radius: 10px;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    text-align: center
}

.product-detailpg .product-detail .single-product .productForm .form-group .availble-amazon span {
    margin-right: 10px
}

.product-detailpg .product-detail .single-product .productForm .form-group .availble-amazon img {
    mix-blend-mode: darken
}

.product-detailpg .product-detail .single-product .productForm .form-group .ddf input.active {
    outline: 1px solid var(--darkred-color)
}

.product-detailpg .product-detail .single-product .productForm .colors-wrapper {
    -moz-column-gap: 4%;
    column-gap: 4%
}

.product-detailpg .product-detail .single-product .productForm .colors-wrapper .color-group {
    margin-bottom: 0
}

.product-detailpg .product-detail .single-product .Seaterinput {
    position: relative;
    width: 33%
}

.product-detailpg .product-detail .single-product .Seaterinput input {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 100px;
    margin: 0;
    position: relative;
    width: 100px
}

.product-detailpg .product-detail .single-product .Seaterinput input:checked {
    border: 1px solid var(--darkred-color) !important;
    outline: none
}

.product-detailpg .product-detail .single-product .Seaterinput input:checked~.seaterOption img {
    filter: none;
    opacity: 1
}

.product-detailpg .product-detail .single-product .Seaterinput input:checked~.seaterOption label {
    color: var(--red-color);
    opacity: 1
}

.product-detailpg .product-detail .single-product .Seaterinput .seaterOption {
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    height: 98px;
    justify-content: center;
    left: 1px;
    padding: 11px 6px 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    row-gap: -14%;
    text-align: center;
    top: 1px;
    width: 98px
}

.product-detailpg .product-detail .single-product .Seaterinput .seaterOption img {
    height: 50px !important;
    margin: 0 auto;
    width: 50px
}

.product-detailpg .product-detail .single-product .Seaterinput .seaterOption label {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 6px;
    opacity: .65
}

.product-detailpg .product-detail .single-product .leather-types .form-group .SeatFlex .Seaterinput {
    margin-right: 10px;
    width: auto
}

.product-detailpg .product-detail .single-product .leather-types .form-group .SeatFlex .Seaterinput input {
    height: 40px;
    width: 40px
}

.product-detailpg .product-detail .single-product .leather-types .form-group .SeatFlex .Seaterinput .seaterOption {
    height: 30px;
    margin: 4px;
    padding: 0;
    width: 30px
}

.product-detailpg .product-detail .single-product .leather-types .form-group .SeatFlex .Seaterinput .seaterOption img {
    height: 30px !important;
    width: 28px
}

.product-detailpg .product-detail .single-product .scroll-content {
    height: 400px;
    overflow-y: scroll;
    padding-right: 5px
}

.product-detailpg .product-detail .single-product .scroll-content .xs-heading {
    margin-bottom: 1rem
}

.product-detailpg .product-detail .single-product .scroll-content::-webkit-scrollbar {
    width: 1px
}

.product-detailpg .product-detail .single-product .scroll-content::-webkit-scrollbar-track {
    border: 1px solid var(--lightwhite-color);
    border-radius: 0
}

.product-detailpg .product-detail .single-product .scroll-content::-webkit-scrollbar-thumb {
    background: var(--red-color);
    border-radius: 0
}

.product-detailpg .product-detail .single-product .scroll-content::-webkit-scrollbar-thumb:hover {
    background: var(--red-color)
}

.product-detailpg .product-detail .single-product .product-desc p {
    color: var(--darkgrey-color)
}

.product-detailpg .product-detail .single-product .accordian {
    background: var(--darkgrey-color);
    background: var(--white-color)
}

.product-detailpg .product-detail .single-product .accordian .accordion-item {
    border-bottom: 1px solid var(--lightwhite-color)
}

.product-detailpg .product-detail .single-product .accordian .accordion-item:last-child {
    border-bottom: 0
}

.product-detailpg .product-detail .single-product .accordian .accordion-title {
    color: var(--offwhite-color);
    cursor: pointer;
    padding: 1rem 3rem 1rem 1rem;
    position: relative
}

.product-detailpg .product-detail .single-product .accordian .accordion-title:after {
    content: "+";
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    right: 1rem;
    top: 1rem
}

.product-detailpg .product-detail .single-product .accordian .accordion-title.active {
    color: var(--white-color)
}

.product-detailpg .product-detail .single-product .accordian .accordion-title.active:after {
    content: "-"
}

.product-detailpg .product-detail .single-product .accordian .accordion-content {
    color: var(--offwhite-color);
    padding: 0 3rem 1rem 1rem
}

.product-detailpg .product-detail .single-product .accordian .accordion-content p:last-child {
    margin-bottom: 0
}

.product-detailpg .product-detail .single-product .accordian .accordion-title {
    color: var(--darkgrey-color)
}

.product-detailpg .product-detail .single-product .accordian .accordion-title.active {
    color: var(--black-color)
}

.product-detailpg .product-detail .single-product .accordian .accordion-content {
    color: var(--darkgrey-color)
}

.product-detailpg .product-detail .single-product .product-dimensions img {
    width: 100%
}

.product-detailpg .product-detail .single-product .bottom-wrapper {
    align-items: center;
    background: var(--white-color);
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 1.5rem;
    row-gap: 1.5rem
}

.product-detailpg .product-detail .single-product .bottom-wrapper.noPadding {
    padding: 0
}

.product-detailpg .product-detail .single-product .bottom-wrapper .qty, .product-detailpg .product-detail .single-product .bottom-wrapper.noPadding .downloadCatalogue {
    display: none
}

.product-detailpg .product-detail .single-product .downloadCatalogue .link {
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 1rem
}

.product-detailpg .product-detail .single-product .downloadCatalogue .link i {
    font-size: 2rem
}

.product-detailpg .product-detail .single-product .stickyFooter .heading-title {
    display: none
}

.product-detailpg .product-detail .single-product .stickyFooter .product-price-wrap {
    align-items: center;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: none;
    justify-content: flex-start
}

.product-detailpg .product-detail .single-product .stickyFooter .product-price-wrap .product-price {
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: normal;
    position: relative
}

.product-detailpg .product-detail .single-product .stickyFooter .product-price-wrap .product-price.product-price-old {
    color: var(--darkgrey-color);
    font-size: .875rem;
    order: 2;
    text-decoration: line-through
}

.product-detailpg .product-detail .single-product .stickyFooter.show {
    align-items: center;
    background: var(--white-color);
    border-radius: .5rem;
    bottom: 2rem;
    -moz-column-gap: 2%;
    column-gap: 2%;
    display: flex;
    justify-content: space-between;
    left: 15px;
    margin: auto;
    max-width: 1200px;
    padding: 2rem;
    position: fixed;
    right: 15px;
    row-gap: 1rem;
    width: calc(100% - 30px);
    z-index: 9
}

.product-detailpg .product-detail .single-product .stickyFooter.show .heading-title {
    display: block;
    margin-bottom: .5rem
}

.product-detailpg .product-detail .single-product .stickyFooter.show .left {
    width: 74%
}

.product-detailpg .product-detail .single-product .stickyFooter.show .right {
    display: flex;
    justify-content: flex-end;
    width: 24%
}

.product-detailpg .product-detail .single-product .stickyFooter.show .product-price-wrap {
    display: flex
}

.product-detailpg .product-detail .buy-block-sec {
    bottom: 12px;
    position: absolute;
    right: 13px;
    width: 24%
}

.product-detailpg .product-detail .buy-block-sec .ProductBtn-1 {
    text-align: right
}

.product-detailpg .product-detail .buy-block-sec .ProductBtn-1 button {
    justify-content: center;
    text-align: center;
    width: 90%
}

.product-detailpg .milestone-wrapper {
    background: rgba(0, 0, 0, .7);
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px
}

.product-detailpg .milestone-wrapper .milestone-items.owl-carousel .owl-stag {
    align-items: flex-start
}

.product-detailpg .milestone-wrapper .milestone-items .item {
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    row-gap: 15px;
    text-align: left;
    width: 100%
}

.product-detailpg .milestone-wrapper .milestone-items img {
    filter: brightness(0) invert(100)
}

.product-detailpg .milestone-wrapper .milestone-items .title {
    color: var(--white-color);
    font-size: .875rem;
    text-transform: capitalize
}

.product-detailpg .milestone-wrapper .milestone-items .title span {
    display: block;
    font-size: 1.25rem;
    font-weight: 500
}

.product-detailpg .milestone-wrapper .milestone-items .icon-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 50px;
    min-width: 50px;
    width: 50px
}

.productUspsec {
    margin-top: 20px;
    width: 100%
}

.productUspsec .UspItem {
    text-align: center;
    width: 24%
}

.productUspsec .UspItem img {
    margin: auto
}

.productUspsec .UspItem p {
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px
}

.productSpecification .tabs-wrapper {
    display: block
}

.productSpecification .tabs-wrapper .tab {
    -moz-column-gap: 0;
    column-gap: 0;
    display: flex;
    flex-direction: inherit;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0
}

.productSpecification .tabs-wrapper .tab li {
    flex: auto;
    min-width: -moz-max-content;
    min-width: max-content
}

.productSpecification .tabs-wrapper .tab li a {
    background: transparent;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: var(--darkgrey-color);
    display: block;
    font-size: 14px;
    padding: 10px 5px;
    text-align: center;
    transition: .1s ease-in-out;
    width: 100%
}

.productSpecification .tabs-wrapper .tab li a.active {
    background: var(--red-color);
    border-color: var(--red-color);
    color: var(--white-color)
}

.productSpecification .tabs-wrapper .content {
    background: var(--lightoffwhite-color);
    border: 1px solid #ccc;
    border-top: 0;
    font-weight: 400;
    padding: 20px
}

.productSpecification .tabs-wrapper .content p {
    font-size: 14px;
    line-height: 20px
}

.productSpecification .tabs-wrapper .content ul li {
    color: var(--darkgrey-color);
    font-weight: 400;
    padding-left: 20px;
    position: relative
}

.productSpecification .tabs-wrapper .content ul li:before {
    background-color: var(--grey-color);
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 6px
}

.frequentlyBoughtSec .product-list {
    margin-bottom: 40px;
    margin-top: 40px
}

.frequentlyBoughtSec .product-list .owl-item .item {
    position: relative;
    width: 60%
}

.frequentlyBoughtSec .product-list .owl-item .item .product-body .product-figure .selectCheckbox {
    position: absolute;
    right: 25px;
    top: 10px
}

.frequentlyBoughtSec .product-list .owl-item .item .product-body .product-figure .selectCheckbox input {
    border: 1px solid #ccc;
    height: 20px;
    width: 20px
}

.frequentlyBoughtSec .product-list .owl-item .item:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 0;
    content: "\e921";
    font-family: icomoon !important;
    font-size: 50px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 52px;
    left: 0;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: -149%;
    text-transform: none;
    top: -30%;
    width: 52px;
    z-index: 11
}

.frequentlyBoughtSec .product-list .owl-item .item .product-price i:before {
    color: var(--darkgrey-color)
}

.frequentlyBoughtSec .product-list .owl-item:last-child .item:before {
    display: none
}

.frequentlyBoughtSec .product-list .owl-dots {
    margin-top: 30px;
    text-align: center
}

.frequentlyBoughtSec .product-list .owl-dots .owl-dot {
    background-color: #ddd;
    border-radius: 50%;
    height: 10px;
    margin: 4px;
    width: 10px
}

.frequentlyBoughtSec .product-list .owl-dots .owl-dot.active {
    background-color: var(--darkred-color)
}

.multipleItems {
    background: #f0f0f0;
    border-radius: 20px;
    padding: 30px
}

.multipleItems .addedItems {
    justify-content: center;
    width: 62%
}

.multipleItems .addedItems .productaddprice {
    padding-right: 22px;
    position: relative;
    text-align: center;
    width: 32%
}

.multipleItems .addedItems .productaddprice:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    bottom: 0;
    content: "\e921";
    display: flex;
    font-family: icomoon !important;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    justify-content: flex-end;
    left: 0;
    line-height: 1;
    margin: auto;
    padding-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: none;
    top: 0
}

.multipleItems .addedItems .productaddprice:last-child:before {
    display: none
}

.multipleItems .addedItems .productaddprice .ItemsName {
    font-weight: 400;
    margin: auto;
    max-width: 167px
}

.multipleItems .addedItems .productaddprice .ItemsPrice {
    color: var(--darkgrey-color);
    font-weight: 600
}

.multipleItems .multipleCart .multiCartPrice {
    color: var(--darkred-color);
    font-weight: 600;
    margin-bottom: 8px
}

.SimilarProducts .product-list .item {
    width: 100%
}

.SimilarProducts .product-list .item .product-body .product-desc {
    margin-bottom: 4px
}

.SimilarProducts .product-list .item .product-body .starRatingview .starRatingview .Ratinglist {
    -moz-column-gap: 3px;
    column-gap: 3px;
    display: flex
}

.SimilarProducts .product-list .item .product-body .starRatingview .starRatingview .Ratinglist .icon-star-fill.checked:before {
    color: #ffd250
}

.SimilarProducts .product-list .item .product-body .starRatingview .starRatingview .Ratinglist .icon-star-fill:before, .SimilarProducts .product-list .item .product-body .starRatingview .starRatingview .Ratinglist .icon-star-half:before {
    color: rgba(0, 0, 0, .25)
}

.SimilarProducts .product-list .item .product-body .starRatingview .reviewNumber {
    margin-left: 10px
}

.SimilarProducts .product-list .item .product-body .product-price i:before {
    color: var(--darkgrey-color)
}

.SimilarProducts .product-list .owl-dots {
    margin-top: 30px;
    text-align: center
}

.SimilarProducts .product-list .owl-dots .owl-dot {
    background-color: #ddd;
    border-radius: 50%;
    height: 10px;
    margin: 4px;
    width: 10px
}

.SimilarProducts .product-list .owl-dots .owl-dot.active {
    background-color: var(--darkred-color)
}

.specification-section .inner-content {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2rem
}

.specification-section .left-section {
    width: 29%
}

.specification-section .right-section {
    width: 69%
}

.specification-section ul {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 1rem
}

.specification-section ul li {
    flex-wrap: nowrap
}

.specification-section ul .description, .specification-section ul .title, .specification-section ul p {
    color: var(--darkgrey-color);
    font-size: .875rem;
    min-width: 10rem;
    text-transform: capitalize
}

.pdp-banners-section .inner-content {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2rem
}

.pdp-banners-section .left-section {
    display: flex;
    flex-direction: column;
    row-gap: 1.875rem;
    width: 57%
}

.pdp-banners-section .right-section {
    width: 41%
}

.similar-products-section .inner-content {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2rem
}

.similar-products-section .left-section {
    width: 29%
}

.similar-products-section .right-section {
    width: 69%
}

.similar-products-section .product-list {
    padding-bottom: 3.75rem
}

.similar-products-section .product-list.owl-carousel .item {
    width: 100%
}

.similar-products-section .product-list .owl-dots {
    -moz-column-gap: 6px;
    column-gap: 6px;
    justify-content: center;
    margin-top: 1.5rem;
    position: absolute;
    row-gap: 6px;
    width: 100%
}

.similar-products-section .product-list .owl-dots .owl-dot {
    background: #ddd;
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.similar-products-section .product-list .owl-dots .owl-dot.active {
    background: var(--darkred-color)
}

#thumb-slider .owl-nav {
    display: none !important
}

.customer-speaks-section .items {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 16px
}

.customer-speaks-section .items .item {
    border-radius: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    display: flex;
    flex: 1;
    overflow: hidden;
    position: relative
}

.customer-speaks-section .items .item img {
    max-width: 100%;
    min-height: 331px;
    width: 100%
}

.customer-speaks-section .items .item .vid-icon {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.customer-speaks-section .items .item .vid-icon img {
    min-height: auto;
    width: 60px
}

.customer-speaks-section .owl-dots {
    bottom: 0;
    -moz-column-gap: 6px;
    column-gap: 6px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    position: static;
    row-gap: 6px;
    width: 100%
}

.customer-speaks-section .owl-dots .owl-dot {
    background: #ddd;
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.customer-speaks-section .owl-dots .owl-dot.active {
    background: var(--darkred-color)
}

.customer-speaks-section .owl-dots.disabled {
    margin-top: 0
}

.checkoutPg {
    padding-bottom: 1.75rem;
    padding-top: 20px
}

.checkoutPg .inner-content {
    -moz-column-gap: 8%;
    column-gap: 8%;
    row-gap: 30px
}

.checkoutPg .left-section {
    width: 50%
}

.checkoutPg .right-section {
    margin-top: -60px;
    width: 42%
}

.checkoutPg .form-control {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex
}

.checkoutPg .form-control .form-group {
    flex: 1
}

.checkoutPg .box-wrapper {
    background: var(--lightoffwhite-color)
}

.checkoutPg .box-wrapper .items .item {
    width: 100%
}

.checkoutPg .items .item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 1rem 1.5rem
}

.checkoutPg .items .item .img-wrapper {
    align-items: center;
    background: var(--white-color);
    border-radius: 4px;
    display: flex;
    height: 5rem;
    justify-content: center;
    overflow: hidden;
    width: 5rem
}

.checkoutPg .items .item .img-wrapper img {
    max-height: 100%
}

.checkoutPg .items .item .name a {
    font-size: 18px;
    font-weight: 500
}

.checkoutPg .items .item .name span {
    font-size: 1rem;
    font-weight: 500;
    opacity: .8;
    text-transform: lowercase
}

.checkoutPg .items .item .content {
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    justify-content: space-between;
    width: calc(100% - 100px)
}

.checkoutPg .items .item .sku {
    font-size: .875rem;
    margin-top: .25rem
}

.checkoutPg .items .item .sub-total {
    color: var(--darkred-color);
    font-size: 1rem;
    font-weight: 400
}

.checkoutPg .orderTotal {
    margin-top: 3rem
}

.checkoutPg .orderTotal ul {
    display: flex;
    flex-direction: column;
    row-gap: 1rem
}

.checkoutPg .orderTotal li.item {
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    width: 100%
}

.checkoutPg .orderTotal .title, .checkoutPg .orderTotal .value {
    font-weight: 300
}

.checkoutPg .orderTotal .couponName {
    color: var(--green-color);
    font-size: .875rem;
    font-weight: 700
}

.checkoutPg .orderTotal .total .title, .checkoutPg .orderTotal .total .value {
    color: var(--green-color);
    font-weight: 700;
    text-transform: uppercase
}

.checkoutPg .checkout-submit {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    row-gap: 1rem
}

.checkoutPg .checkout-submit .lg-btn {
    justify-content: center;
    width: 100%
}

.checkoutPg .checkout-submit .lg-btn.viewmore-link i {
    transform: rotate(180deg)
}

.checkoutPg .shippingAddress ul {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    margin-top: 1rem
}

.checkoutPg .shippingAddress li {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: flex-start
}

.checkoutPg .shippingAddress li:last-child {
    border-bottom: 0
}

.checkoutPg .shippingAddress li .title, .checkoutPg .shippingAddress li .value {
    font-size: .875rem;
    padding: .5rem 1rem
}

.checkoutPg .shippingAddress li .title {
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    font-weight: 500;
    min-width: 10rem
}

.checkoutPg .applyCoupon .input-wrapper {
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.checkoutPg .applyCoupon .input-wrapper input {
    align-items: center;
    width: 40%
}

.checkoutPg .applyCoupon .input-wrapper .dark-btn {
    align-items: center;
    min-height: 46px;
    padding: .5rem 1.5rem
}

.checkoutPg .applyCoupon .input-wrapper .btn-wrapper {
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: flex
}

.checkoutPg .applyCoupon .help-block {
    margin-top: 5px;
    padding-left: 0
}

.orderSuccessPg .inner-content {
    align-items: center;
    display: flex;
    flex-direction: column
}

.orderSuccessPg .heading-title {
    margin-top: 1.5rem
}

.orderSuccessPg .confirmationText {
    margin-bottom: 2.5rem;
    margin-top: .5rem;
    max-width: 350px;
    text-align: center
}

.orderTracking .orderItems {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    width: 100%
}

.orderTracking .orderItems li {
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex
}

.orderTracking .orderItems li .icon-wrapper {
    align-items: center;
    background: var(--lightgrey-color);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: .5rem;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    position: relative;
    width: 42px
}

.orderTracking .orderItems li .icon-wrapper:after {
    border-right: 1px dashed hsla(0, 0%, 100%, .1);
    bottom: 100%;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px
}

.orderTracking .orderItems li.active .icon-wrapper {
    background: var(--darkred-color);
    border-color: var(--darkred-color)
}

.orderTracking .orderItems li.active .icon-wrapper:after {
    border-color: var(--darkred-color);
    height: 60px
}

.orderTracking .orderItems li.active:first-child .icon-wrapper:after {
    height: 0
}

.orderTracking .orderItems p {
    -moz-column-gap: 5px;
    column-gap: 5px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    row-gap: 12px
}

.orderTracking .orderItems p span {
    font-weight: 300
}

.orderTracking .orderItems .content {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    width: calc(100% - 70px)
}

.orderTracking.checkoutPg .box-wrapper .heading-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    padding: 1.5rem
}

.orderTracking.checkoutPg .orderTotal {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.orderTracking.checkoutPg.commonInnerpgSection.hasBredcrumb .left-section {
    justify-content: flex-start
}

.orderTracking.checkoutPg .right-section {
    padding-left: 50px
}

.cartpagesec {
    padding-bottom: 40px
}

.cartpagesec li {
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 20px
}

.cartpagesec li .left-section .content {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px
}

.cartpagesec li .left-section .content .name {
    font-size: 17px;
    font-weight: 500
}

.cartpagesec li .right-section {
    display: flex
}

.cartpagesec li .right-section .price {
    color: var(--darkred-color);
    font-weight: 500;
    margin-right: 17px
}

.cartpagesec li .right-section .remove a {
    background: var(--darkred-color);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 4px 12px
}

.myAccountPg .inner-content {
    -moz-column-gap: 5%;
    column-gap: 5%;
    row-gap: 30px
}

.myAccountPg .left-section {
    width: 35%
}

.myAccountPg .right-section {
    width: 60%
}

.myAccountPg .right-section .welcome-right {
    align-items: center;
    border-radius: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 30px;
    row-gap: 30px
}

.myAccountPg .right-section p {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize
}

.myAccountPg .right-section p span {
    color: var(--red-color);
    display: block
}

.myAccountPg .right-section .img-wrapper {
    border-bottom: 1px solid var(--lightgrey-color);
    padding: 0 10px 30px
}

.myAccountPg .right-section .img-wrapper img {
    max-width: 150px
}

.myAccountPg .heading-wrapper {
    row-gap: 15px
}

.myAccountPg .box-wrapper {
    background: var(--lightoffwhite-color);
    padding: 2.5rem
}

.myAccountPg .userBox {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center
}

.myAccountPg .userBox .img-wrapper {
    align-items: center;
    border-radius: 100%;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-bottom: 12px;
    overflow: hidden;
    width: 80px
}

.myAccountPg .userBox .img-wrapper img {
    width: 100%
}

.myAccountPg .userBox .name {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize
}

.myAccountPg .userBox a {
    color: var(--darkgrey-color);
    font-size: 14px
}

.myAccountPg .list-group {
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

.myAccountPg .list-group .list-group-item a {
    align-items: center;
    background: transparent;
    border-radius: 4px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    font-weight: 300;
    padding: 10px 16px
}

.myAccountPg .list-group .list-group-item i {
    width: 20px
}

.myAccountPg .list-group .list-group-item i:before {
    color: var(--darkgrey-color)
}

.myAccountPg .list-group .list-group-item.active a {
    background: var(--darkgrey-color);
    color: var(--white-color);
    font-weight: 400
}

.myAccountPg .list-group .list-group-item.active i {
    width: 20px
}

.myAccountPg .list-group .list-group-item.active i:before {
    color: var(--white-color)
}

.myAccountPg .form-control {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex
}

.myAccountPg .form-control .form-group {
    flex: 1
}

.myAccountPg .addList {
    background: var(--white-color);
    border: 1px solid var(--lightgrey-color);
    flex-direction: column
}

.myAccountPg .addList .name {
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    max-width: 500px;
    min-width: 100%;
    row-gap: 20px
}

.myAccountPg .addList .name span {
    font-size: .875rem;
    font-weight: 300
}

.myAccountPg .addList .addListItem {
    border-bottom: 1px solid var(--lightgrey-color);
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    padding: 15px;
    row-gap: 10px
}

.myAccountPg .addList .addListItem:last-child {
    border-bottom: 0
}

.myAccountPg .table-wrapper {
    overflow-x: scroll;
    width: 100%
}

.myAccountPg .table-wrapper::-webkit-scrollbar {
    height: 1px
}

.myAccountPg .table-wrapper::-webkit-scrollbar-track {
    border: 1px solid var(--lightwhite-color);
    border-radius: 0
}

.myAccountPg .table-wrapper::-webkit-scrollbar-thumb {
    background: var(--red-color);
    border-radius: 0
}

.myAccountPg .table-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--red-color)
}

.myAccountPg .table {
    border-spacing: 0;
    width: 100%
}

.myAccountPg .table tr td, .myAccountPg .table tr th {
    border: 1px solid var(--lightgrey-color);
    font-size: .875rem;
    padding: 8px 10px;
    text-align: left
}

.myAccountPg .table tr td:not(:first-child), .myAccountPg .table tr th:not(:first-child) {
    min-width: 120px
}

.myAccountPg .table tr th {
    background: var(--lightoffwhite-color)
}

.myAccountPg .orderDetailPg {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

.myAccountPg .orderDetailPg .item {
    align-items: flex-start;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    row-gap: 20px
}

.myAccountPg .orderDetailPg .item .table-wrapper, .myAccountPg .orderDetailPg .item table {
    width: 100%
}

.about-us-section .inner-content {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2rem
}

.about-us-section .inner-content .item {
    width: 49%
}

@media only screen and (max-width:767px) {
    .about-us-section .inner-content .item {
        width: 100%
    }
}

.about-us-section .left-section {
    position: relative
}

.about-us-section .left-section .heading-title {
    background: var(--lightgrey-color);
    position: sticky;
    top: 70px
}

.philosophy-section .inner-content {
    background: var(--darkgrey-color);
    padding: 2.5rem
}

.parallax-logo {
    align-items: flex-start;
    background: url(https://www.littlenap.in/public/images/logo-large.svg) 50% no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: 200px;
    display: flex;
    height: 100vh;
    position: relative
}

.testimonial-section .inner-content {
    -moz-column-gap: 1%;
    column-gap: 1%;
    row-gap: 20px
}

.testimonial-section .inner-content .left-section {
    position: relative;
    width: 59%
}

.testimonial-section .inner-content .left-section .content-box {
    background: radial-gradient(86.38% 84.2% at 44.44% -13.47%, rgba(201, 71, 57, 0) 0, #cf4133 100%);
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    justify-content: flex-end;
    left: 0;
    padding: 3.125rem;
    position: absolute;
    top: 0;
    width: 55%;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .testimonial-section .inner-content .left-section .content-box {
        padding: 1.75rem
    }
}

.testimonial-section .inner-content .left-section .content-box .main-heading, .testimonial-section .inner-content .left-section .content-box .xs-heading {
    margin-bottom: .5rem
}

.testimonial-section .inner-content .left-section .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .testimonial-section .inner-content .left-section .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .testimonial-section .inner-content .left-section .content-box .heading-title {
        font-size: 22px
    }
}

.testimonial-section .inner-content .left-section .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.testimonial-section .inner-content .left-section .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .testimonial-section .inner-content .left-section .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .testimonial-section .inner-content .left-section .content-box .main-heading {
        font-size: 2rem
    }

    .testimonial-section .inner-content .left-section .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .testimonial-section .inner-content .left-section .content-box .btns-wrapper {
        justify-content: center
    }
}

.testimonial-section .inner-content .left-section .heading-title, .testimonial-section .inner-content .left-section p {
    color: var(--white-color)
}

.testimonial-section .inner-content .left-section p:last-child {
    margin-bottom: 0
}

.testimonial-section .inner-content .left-section .img-wrapper {
    height: 100%
}

.testimonial-section .inner-content .left-section .img-wrapper img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.testimonial-section .inner-content .right-section {
    align-items: center;
    background: #fae6e6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    width: 39%
}

.testimonial-section .inner-content .right-section .img-wrapper {
    margin-bottom: 1rem
}

.testimonial-section .inner-content .right-section .img-wrapper img {
    max-height: 224px
}

.testimonial-section .inner-content .right-section .content-box {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    height: -moz-max-content;
    height: max-content;
    justify-content: center;
    left: 0;
    padding: 1rem 0 0;
    position: absolute;
    position: relative;
    top: 0;
    width: 55%;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .testimonial-section .inner-content .right-section .content-box {
        padding: 1.75rem
    }
}

.testimonial-section .inner-content .right-section .content-box .main-heading, .testimonial-section .inner-content .right-section .content-box .xs-heading {
    margin-bottom: .5rem
}

.testimonial-section .inner-content .right-section .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .testimonial-section .inner-content .right-section .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .testimonial-section .inner-content .right-section .content-box .heading-title {
        font-size: 22px
    }
}

.testimonial-section .inner-content .right-section .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.testimonial-section .inner-content .right-section .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .testimonial-section .inner-content .right-section .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .testimonial-section .inner-content .right-section .content-box .main-heading {
        font-size: 2rem
    }

    .testimonial-section .inner-content .right-section .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .testimonial-section .inner-content .right-section .content-box .btns-wrapper {
        justify-content: center
    }
}

.aboutReachSection .inner-content {
    -moz-column-gap: 6%;
    column-gap: 6%
}

.aboutReachSection .content-secton {
    width: 64%
}

.aboutReachSection .img-wrapper {
    width: 30%
}

.aboutBrandSection p:last-child {
    margin-bottom: 0
}

.contact-us-section .inner-content {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2rem
}

.contact-us-section .inner-content .item {
    width: 49%
}

@media only screen and (max-width:767px) {
    .contact-us-section .inner-content .item {
        width: 100%
    }
}

.contact-us-section li {
    padding-left: 30px;
    position: relative
}

.contact-us-section li p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0
}

.contact-us-section li .link {
    color: var(--offwhite-color);
    color: var(--darkgrey-color);
    font-size: .875rem;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    text-transform: none
}

.contact-us-section li .link:hover {
    color: var(--white-color);
    color: var(--red-color)
}

.contact-us-section li .link.dir-link {
    border-bottom: 1px solid var(--red-color);
    color: var(--red-color)
}

.contact-us-section li .icon-mail:before {
    font-size: 13px
}

.contact-us-section li span {
    left: 0;
    position: absolute;
    top: 1px
}

.contact-us-section li span i:before {
    color: var(--red-color)
}

.contact-us-section .top-links {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    row-gap: 1.5rem;
    width: 50%
}

.contact-us-section .enquiry-links {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 1.5rem;
    row-gap: 2rem
}

.contact-us-section .enquiry-links .item {
    width: 49%
}

@media only screen and (max-width:767px) {
    .contact-us-section .enquiry-links .item {
        width: 100%
    }
}

.contact-us-section .enquiry-links ul {
    display: flex;
    flex-direction: column;
    row-gap: .5rem
}

.contact-us-section .enquiry-links .xs-heading {
    color: var(--red-color);
    font-weight: 500;
    margin-bottom: .4rem
}

.contact-us-section .enquiry-links-new {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2rem;
    row-gap: 1rem
}

.contact-us-section .enquiry-links-new .item {
    width: 49%
}

@media only screen and (max-width:767px) {
    .contact-us-section .enquiry-links-new .item {
        width: 100%
    }
}

.contact-us-section .enquiry-links-new .item {
    align-items: flex-start;
    align-items: center;
    background: var(--white-color);
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    -moz-column-gap: 26px;
    column-gap: 26px;
    display: flex;
    flex: 1 1 49%;
    justify-content: flex-start;
    padding: 15px;
    width: auto
}

.contact-us-section .enquiry-links-new .icon-wrapper {
    max-width: 46px
}

.contact-us-section .enquiry-links-new .xs-heading {
    color: var(--darkgrey-color);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: .5rem
}

.fancyboxForm {
    display: none;
    max-width: 700px;
    width: 100%
}

.fancyboxForm .heading-title {
    font-size: 1.5rem
}

.fancyboxForm p {
    margin-top: 8px
}

.topics-section {
    background: var(--lightoffwhite-color)
}

.topics-section .inner-content {
    align-items: flex-start;
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 30px
}

.topics-section .inner-content .left-section {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    width: 24%
}

.topics-section .inner-content .right-section {
    width: 74%
}

.topics-section .accordian {
    background: var(--darkgrey-color);
    border-bottom: 1px solid var(--lightgrey-color) !important
}

.topics-section .accordian .accordion-item {
    border-bottom: 1px solid var(--lightwhite-color)
}

.topics-section .accordian .accordion-item:last-child {
    border-bottom: 0
}

.topics-section .accordian .accordion-title {
    color: var(--offwhite-color);
    cursor: pointer;
    padding: 1rem 3rem 1rem 1rem;
    position: relative
}

.topics-section .accordian .accordion-title:after {
    content: "+";
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    right: 1rem;
    top: 1rem
}

.topics-section .accordian .accordion-title.active {
    color: var(--white-color)
}

.topics-section .accordian .accordion-title.active:after {
    content: "-"
}

.topics-section .accordian .accordion-content {
    color: var(--offwhite-color);
    padding: 0 3rem 1rem 1rem
}

.topics-section .accordian .accordion-content p:last-child {
    margin-bottom: 0
}

.topics-section .accordian .accordion-item {
    border: 1px solid var(--lightgrey-color)
}

.blogListing .inner-content {
    -moz-column-gap: 1.33%;
    column-gap: 1.33%;
    row-gap: 3rem
}

.blogListing .inner-content .item {
    width: 24%
}

.blogListing .img-wrapper {
    height: 220px;
    margin-bottom: 1rem;
    position: relative;
    width: 100%
}

.blogListing .img-wrapper img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.blogListing .img-wrapper .time {
    background: var(--red-color);
    border-radius: .25rem;
    color: var(--white-color);
    font-size: .75rem;
    font-weight: 500;
    left: .75rem;
    line-height: 1;
    padding: .5rem;
    position: absolute;
    top: .75rem
}

.blogListing .title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: .5rem;
	background: #c87d48;
    padding: 10px 0;
    text-align: center;
	border-radius: 20px;
	color: #fff;
	transition: all 0.8s;
}

.blogListing .title:hover {
	background: #1d6fa1;
	color: #fff;
}

.blogListing p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    opacity: .6;
    overflow: hidden;
    word-break: break-word
}

.blogListing .inner-item {
    display: block;
    transform: scale(1);
    transition: all .3s ease-in-out
}

.blogListing .inner-item:hover {
    transform: scale(1.02)
}

.blog-detail.section-padding {
    padding-top: 1.75rem
}

.blog-detail .img-wrapper {
    border-radius: 16px;
    overflow: hidden;
    width: 100%
}

.blog-detail .img-wrapper img {
    width: 100%
}

.blog-detail .date-wrapper {
    padding: 20px 0 0
}

.blog-detail .date-wrapper .items {
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px
}

.blog-detail .date-wrapper .items li {
    align-items: center;
    color: #000;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: inline-flex;
    font-weight: 400
}

.blog-detail .date-wrapper .items li i:before {
    color: #000
}

.blog-detail .contentSection {
    margin-top: 30px
}

.commonInnerpgSection {
    padding: 3.75rem 0
}

.commonInnerpgSection .inner-content {
    align-items: center;
    -moz-column-gap: 2%;
    column-gap: 2%;
    padding-top: 0;
    row-gap: 2rem
}

.commonInnerpgSection .inner-content .item {
    width: 49%
}

@media only screen and (max-width:767px) {
    .commonInnerpgSection .inner-content .item {
        width: 100%
    }
}

.commonInnerpgSection .inner-content .right-section {
    display: flex;
    justify-content: flex-end
}

.commonInnerpgSection .inner-content .right-section .img-wrapper, .commonInnerpgSection .inner-content .right-section .img-wrapper img {
    width: 100%
}

.commonInnerpgSection .inner-content .heading-wrapper p {
    margin-top: 2rem
}

.commonInnerpgSection .inner-content .left-section p:last-child {
    margin-bottom: 0 !important
}

.commonInnerpgSection .commonForm {
    max-width: 500px
}

.commonInnerpgSection .aLink {
    font-weight: 500;
    text-transform: capitalize
}

.commonInnerpgSection .aLink i:before {
    font-size: 12px;
    padding-left: .5rem;
    transition: all .3s ease-in-out
}

.commonInnerpgSection .aLink:hover i:before {
    color: var(--white-color)
}

.commonInnerpgSection .socialLogin {
    display: flex;
    flex-direction: column;
    text-align: center
}

.commonInnerpgSection .socialLogin .light-btn {
    align-items: center;
    color: var(--white-color);
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    display: flex;
    justify-content: center
}

.commonInnerpgSection .socialLogin .login-google-btn {
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    text-transform: inherit
}

.commonInnerpgSection .forgotRegisterPassword {
    flex-direction: column;
    row-gap: 10px
}

.commonInnerpgSection.hasBredcrumb .right-section img {
    width: 100%
}

.commonInnerpgSection.hasBredcrumb .left-section {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.commonInnerpgSection.hasBredcrumb form {
    max-width: 450px;
    width: 100%
}

.commonInnerpgSection.loginPg .right-section .img-wrapper {
    max-width: none
}

.commonInnerpgSection.loginPg .right-section img {
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

.commonInnerpgSection.image-tab-section .right-section {
    max-width: 1020px
}

.commonInnerpgSection.img-slider-section .right-section {
    max-width: 992px
}

.commonInnerpgSection.categoryOverview .inner-content {
    align-items: center
}

.commonInnerpgSection.categoryOverview .inner-content .heading-wrapper {
    position: relative
}

.commonInnerpgSection.categoryOverview .inner-content .heading-wrapper p {
    margin-top: 0
}

.commonInnerpgSection.categoryOverview .inner-content .right-section {
    margin-top: -100px
}

.commonInnerpgSection.categoryOverview .left-section {
    border-radius: 1rem;
    overflow: hidden;
    position: relative
}

.contentSection .inner-content {
    background: var(--lightoffwhite-color);
    border-radius: 2rem;
    padding: 2.375rem 2.5rem
}

.contentSection .inner-content .lg-heading {
    color: var(--darkgrey-color);
    font-size: 18px;
    margin-bottom: .75rem;
    margin-top: 0;
    position: relative
}

.contentSection .item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.contentSection .item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.contentSection p, .contentSection ul {
    margin-bottom: 1.75rem;
    opacity: .8
}

.contentSection p:last-child, .contentSection ul:last-child {
    margin-bottom: 0
}

.contentSection.aboutBrandSection .inner-content {
    padding: 0
}

.contentSection.aboutBrandSection .heading-title {
    margin-bottom: 15px
}

.downloadCatalogue .inner-content {
    background: var(--red-color);
    border-radius: 1rem;
    -moz-column-gap: 2%;
    column-gap: 2%;
    padding: 80px 40px;
    row-gap: 30px
}

.downloadCatalogue .left-section {
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px;
    width: 69%
}

.downloadCatalogue .left-section .icon {
    font-size: 3rem
}

.downloadCatalogue .left-section .content {
    color: var(--white-color)
}

.downloadCatalogue .left-section .content .heading {
    color: var(--white-color);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4
}

.downloadCatalogue .left-section .content p {
    margin-bottom: 0;
    margin-top: 6px;
    opacity: .8
}

.downloadCatalogue .right-section {
    display: flex;
    justify-content: flex-end;
    width: 29%
}

.downloadCatalogue .right-section .dark-btn {
    background-color: var(--white-color);
    color: var(--red-color);
    font-size: 17px;
    font-weight: 500;
    padding: 16px 35px
}

.currentOpening .inner-content {
    background: var(--lightoffwhite-color);
    border-radius: 1rem;
    -moz-column-gap: 2%;
    column-gap: 2%;
    padding: 30px;
    row-gap: 30px
}

.currentOpening .left-section {
    -moz-column-gap: 30px;
    column-gap: 30px;
    flex-wrap: nowrap;
    row-gap: 10px;
    width: 79%
}

.currentOpening .left-section .icon {
    font-size: 3rem
}

.currentOpening .left-section .icon:before {
    color: var(--red-color)
}

.currentOpening .left-section .content .heading {
    color: var(--darkred-color);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4
}

.currentOpening .left-section .content p {
    margin-bottom: 0;
    margin-top: 6px;
    opacity: .8
}

.currentOpening .right-section {
    display: flex;
    justify-content: flex-end;
    min-width: 19%
}

.currentOpening .right-section .dark-btn {
    font-weight: 400;
    padding: 12px 40px
}

.currentOpening .right-section .dark-btn:hover {
    background-color: var(--darkgrey-color);
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

.currentOpening ul {
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    row-gap: 15px
}

.currentOpening ul li {
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: inline-flex
}

.currentOpening ul li, .currentOpening ul li i:before {
    color: var(--darkgrey-color)
}

.currentOpening .items {
    row-gap: 20px
}

.currentOpening .items .item {
    width: 100%
}

.tabs-wrapper {
    align-items: flex-start;
    -moz-column-gap: 2%;
    column-gap: 2%;
    -moz-column-gap: 6%;
    column-gap: 6%;
    display: flex;
    justify-content: space-between;
    row-gap: 1rem
}

.tabs-wrapper .left-section {
    width: 24%
}

.tabs-wrapper .right-section {
    width: 70%
}

@media only screen and (max-width:767px) {
    .tabs-wrapper .left-section, .tabs-wrapper .right-section {
        width: 100%
    }
}

.tabs-wrapper .left-section {
    position: sticky;
    top: 100px
}

.tabs-wrapper .content {
    display: none
}

.tabs-wrapper .img-tiles.items {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 20px
}

.tabs-wrapper .img-tiles .item {
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .05);
    overflow: hidden;
    width: 23.5%
}

.tabs-wrapper .img-tiles .item img {
    transform: scale(1);
    transition: all .5s ease-in-out;
    width: 100%
}

.tabs-wrapper .img-tiles .item:hover img {
    transform: scale(1.01)
}

.tabs-wrapper .text-box {
    margin-top: .875rem
}

.tabs-wrapper .text-box p {
    font-size: .75rem;
    margin-bottom: 0;
    margin-top: .5rem;
    opacity: .8
}

.tabs-wrapper .text-box .lg-heading {
    font-size: 1.25rem
}

.tabs-wrapper .video-tiles.items {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 20px
}

.tabs-wrapper .video-tiles .item {
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .05);
    overflow: hidden;
    position: relative;
    transition: all .5s ease-in-out;
    width: 23.5%
}

.tabs-wrapper .video-tiles .item:before {
    background: var(--darkred-color);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.tabs-wrapper .video-tiles .item .name {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    padding: 8px 55px 8px 10px;
    position: relative
}

.tabs-wrapper .video-tiles .item .name:after {
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    color: var(--red-color);
    content: "\e912";
    display: flex;
    font-family: icomoon !important;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    left: auto;
    position: absolute;
    right: 10px;
    top: -20px;
    width: 40px
}

.tabs-wrapper .video-tiles .item .img-wrapper {
    overflow: hidden
}

.tabs-wrapper .video-tiles .item .img-wrapper img {
    transform: scale(1);
    transition: all .5s ease-in-out
}

.tabs-wrapper .video-tiles .item:hover {
    background: var(--darkgrey-color)
}

.tabs-wrapper .video-tiles .item:hover .img-wrapper img {
    position: relative;
    transform: scale(1.02)
}

.tabs-wrapper .item {
    position: relative
}

.tabs-wrapper .item .content-box {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    justify-content: flex-end;
    left: 0;
    padding: 2rem;
    position: absolute;
    top: 0;
    width: 55%;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .tabs-wrapper .item .content-box {
        padding: 1.75rem
    }
}

.tabs-wrapper .item .content-box .main-heading, .tabs-wrapper .item .content-box .xs-heading {
    margin-bottom: .5rem
}

.tabs-wrapper .item .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .tabs-wrapper .item .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .tabs-wrapper .item .content-box .heading-title {
        font-size: 22px
    }
}

.tabs-wrapper .item .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.tabs-wrapper .item .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .tabs-wrapper .item .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .tabs-wrapper .item .content-box .main-heading {
        font-size: 2rem
    }

    .tabs-wrapper .item .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .tabs-wrapper .item .content-box .btns-wrapper {
        justify-content: center
    }
}

.tabs-wrapper .item .content-box .sm-heading {
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    width: calc(100% - 80px)
}

.tabs-wrapper .item .content-box:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .006) 19%, #000);
    border-radius: 0 0 1rem 1rem;
    bottom: 0;
    content: "";
    height: 30%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1
}

.tabs-wrapper .owl-dots {
    bottom: 1.5rem;
    -moz-column-gap: 6px;
    column-gap: 6px;
    flex-direction: column;
    position: absolute;
    right: 1.5rem;
    row-gap: 6px
}

.tabs-wrapper .owl-dots .owl-dot {
    background: #ddd;
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.tabs-wrapper .owl-dots .owl-dot.active {
    background: var(--darkred-color)
}

.tabs-wrapper .owl-nav {
    bottom: 20px;
    display: flex;
    gap: 8px;
    position: absolute;
    right: 20px
}

.tabs-wrapper .owl-nav button {
    align-items: center;
    background: #fff !important;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px
}

.tabs-wrapper .owl-nav button i {
    display: flex
}

.tabs-wrapper .owl-nav button i:before {
    color: var(--darkred-color);
    font-size: 12px
}

.tabs-wrapper .owl-nav button.disabled {
    cursor: auto;
    opacity: .6
}

.tabs-wrapper .owl-nav button:hover {
    background: var(--darkred-color) !important
}

.tabs-wrapper .owl-nav button:hover i:before {
    color: var(--white-color)
}

.tabs-wrapper .owl-nav button.owl-prev {
    border: 0 solid var(--white-color);
    border-radius: 8px
}

.tabs-wrapper .owl-nav button.owl-prev i {
    transform: rotate(180deg)
}

.tabs-wrapper .owl-nav button.owl-next {
    border: 0 solid var(--white-color);
    border-radius: 8px
}

.tabs-wrapper .owl-nav button.owl-next i {
    transform: rotate(0deg)
}

.tabs-wrapper .tab {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.tabs-wrapper .tab a {
    background: var(--lightgrey-color);
    border-radius: 4px;
    color: var(--darkgrey-color);
    display: flex;
    font-weight: 500;
    padding: 8px 15px;
    width: 100%
}

.tabs-wrapper .tab a.active, .tabs-wrapper .tab a:hover {
    background: var(--red-color);
    color: var(--white-color)
}

.tabs-wrapper .tab.light {
    row-gap: 24px
}

.tabs-wrapper .tab.light li a {
    background: transparent;
    border-radius: 0;
    color: var(--darkgrey-color);
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.85;
    opacity: .6;
    padding: 0 0 0 20px;
    position: relative
}

.tabs-wrapper .tab.light li a:before {
    background: var(--offwhite-color);
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px
}

.tabs-wrapper .tab.light li a.active {
    background: transparent;
    color: var(--red-color);
    opacity: 1
}

.tabs-wrapper .tab.light li a.active:before {
    background: var(--red-color)
}

.tabs-wrapper .tab.light li .get-direction {
    margin-bottom: 0;
    position: absolute;
    transition: .4s ease-in;
    visibility: hidden
}

.tabs-wrapper .tab.light li .get-direction a {
    color: var(--red-color);
    font-weight: 400;
    opacity: 1;
    transition: 0s ease-in-out
}

.tabs-wrapper .tab.light li .get-direction a i {
    transition: 0s ease-in-out
}

.tabs-wrapper .tab.light li:hover .get-direction {
    margin-top: 10px;
    position: relative;
    visibility: visible
}

.tabs-wrapper .content.active {
    display: block
}

.faqSection .accordian {
    background: var(--darkgrey-color);
    background: transparent;
    border: 1px solid var(--lightoffwhite-color)
}

.faqSection .accordian .accordion-item {
    border-bottom: 1px solid var(--lightwhite-color)
}

.faqSection .accordian .accordion-item:last-child {
    border-bottom: 0
}

.faqSection .accordian .accordion-title {
    color: var(--offwhite-color);
    cursor: pointer;
    padding: 1rem 3rem 1rem 1rem;
    position: relative
}

.faqSection .accordian .accordion-title:after {
    content: "+";
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    position: absolute;
    right: 1rem;
    top: 1rem
}

.faqSection .accordian .accordion-title.active:after {
    content: "-"
}

.faqSection .accordian .accordion-content {
    color: var(--offwhite-color);
    padding: 0 3rem 1rem 1rem
}

.faqSection .accordian .accordion-content p:last-child {
    margin-bottom: 0
}

.faqSection .accordian .accordion-title {
    color: var(--darkgrey-color);
    font-weight: 500
}

.faqSection .accordian .accordion-title.active, .faqSection .accordian .accordion-title.active:hover {
    background: var(--red-color);
    color: var(--white-color)
}

.faqSection .accordian .accordion-title:hover {
    background: var(--lightoffwhite-color);
    color: var(--darkgrey-color)
}

.faqSection .accordian .accordion-content {
    color: var(--darkgrey-color);
    font-size: 14px;
    padding: 1rem 3rem 1rem 1rem
}

.faqSection .accordian .accordion-item {
    border-bottom: 1px solid var(--lightoffwhite-color)
}

.faqSection .inner-content {
    align-items: flex-start;
    -moz-column-gap: 6%;
    column-gap: 6%;
    justify-content: space-between;
    row-gap: 1rem
}

.faqSection .inner-content .left-section {
    width: 24%
}

.faqSection .inner-content .right-section {
    width: 70%
}

@media only screen and (max-width:767px) {
    .faqSection .inner-content .left-section, .faqSection .inner-content .right-section {
        width: 100%
    }
}

.faqSection .inner-content .left-section {
    position: sticky;
    position: -webkit-sticky;
    top: 100px
}

.whyNap {
    background: var(--lightoffwhite-color)
}

.whyNap .inner-content {
    -moz-column-gap: 6%;
    column-gap: 6%;
    justify-content: space-between;
    row-gap: 1rem
}

.whyNap .inner-content .left-section {
    width: 24%
}

.whyNap .inner-content .right-section {
    width: 70%
}

@media only screen and (max-width:767px) {
    .whyNap .inner-content .left-section, .whyNap .inner-content .right-section {
        width: 100%
    }
}

.whyNap .inner-content .right-section p {
    font-size: 15px;
    line-height: 1.8
}

.whyNap .inner-content .right-section p:last-child {
    margin-bottom: 0
}

.awardsSection .items {
    -moz-column-gap: 1.33%;
    column-gap: 1.33%;
    row-gap: 3rem;
    row-gap: 16px
}

.awardsSection .items .item {
    width: 24%
}

.awardsSection .inner-content {
    align-items: center;
    background: var(--lightoffwhite-color);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 2rem 1rem;
    row-gap: 20px;
    text-align: center
}

.awardsSection .img-wrapper {
    align-items: center;
    display: flex;
    height: 264px;
    justify-content: center
}

.awardsSection .img-wrapper img {
    max-height: 100%
}

.awardsSection .sm-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75
}

.coreValue.border-bottom {
    border-bottom: 1px solid #ccc
}

.coreValue .items {
    -moz-column-gap: 2%;
    column-gap: 2%;
    justify-content: center;
    row-gap: 30px
}

.coreValue .items .item {
    flex: 1;
    text-align: center
}

.coreValue .items .item .icon-wrapper {
    align-items: center;
    background: var(--darkred-color);
    border-radius: 50%;
    display: flex;
    height: 80px;
    justify-content: center;
    margin: auto;
    padding: 10px;
    width: 80px
}

.coreValue .items .item .icon-wrapper img {
    max-height: 50px
}

.coreValue .items .item .text {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 15px;
    text-transform: capitalize
}

.coreValue.homeTheaterPg {
    border-top: 1px solid #ccc
}

.coreValue.light-bg {
    background-color: var(--lightoffwhite-color)
}

.coreValue.homeCoreValues.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%
}

.coreValue.homeCoreValues .items {
    row-gap: 20px
}

.coreValue.homeCoreValues .items .item {
    background: hsla(7, 56%, 94%, .5);
    border-radius: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    flex: 0 0 32%;
    padding: 40px 15px
}

.coreValue.homeCoreValues .items .item .text {
    font-weight: 600
}

.coreValue.homeCoreValues .items .item:nth-child(odd) {
    background: rgba(231, 243, 225, .5)
}

.coreValue.homeCoreValues .items .item .icon-wrapper img {
    filter: brightness(0) invert(1)
}

.coreValue.franchise-pg .items {
    row-gap: 30px
}

.coreValue.franchise-pg .items .item {
    border-radius: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    flex: 0 0 23.5%;
    padding: 30px 10px
}

.franchise-listing {
    -moz-column-gap: 2%;
    column-gap: 2%;
    flex-direction: column;
    row-gap: 20px
}

.franchise-listing li {
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: flex;
    font-weight: 500
}

.franchise-listing li .icon-wrapper {
    align-items: center;
    background: var(--lightgrey-color);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    min-height: 55px;
    min-width: 55px;
    width: 55px
}

.franchise-listing li .icon-wrapper img {
    max-height: 34px;
    min-height: 34px
}

.franchise-listing li p {
    margin-bottom: 0
}

.pointers {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.pointers li {
    opacity: .8;
    padding-left: 20px;
    position: relative
}

.pointers li:before {
    background: var(--darkgrey-color);
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 6px
}

.franchise-support {
    background: var(--white-color)
}

.franchise-support .inner-content {
    -moz-column-gap: 4%;
    column-gap: 4%;
    row-gap: 30px
}

.franchise-support .left-section {
    width: 55%
}

.franchise-support .right-section {
    width: 35%
}

.franchise-support .right-section p {
    font-weight: 700
}

.franchise-support .heading-wrapper p {
    font-weight: 400
}

.rollOutSection .inner-section {
    -moz-column-gap: 2%;
    column-gap: 2%
}

.rollOutSection .img-wrapper {
    align-items: center;
    background: var(--white-color);
    border-radius: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .05);
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.rollOutSection .img-wrapper img {
    mix-blend-mode: multiply
}

.rollOutSection .franchise-listing {
    -moz-column-gap: 2%;
    column-gap: 2%;
    flex-direction: row;
    row-gap: 30px
}

.rollOutSection .franchise-listing li {
    background: hsla(0, 0%, 100%, .35);
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    padding: 15px;
    width: 32%
}

.rollOutSection .img-wrapper {
    width: 29%
}

.rollOutSection .contentSection {
    align-items: center;
    background: var(--lightoffwhite-color);
    border-radius: 1rem;
    display: flex;
    padding: 20px;
    width: 69%
}

.rollOutSection .contentSection .inner-content {
    background: transparent;
    border-radius: 0;
    padding: 0
}

.careerDetail {
    padding-top: 40px
}

.careerDetail .inner-content {
    -moz-column-gap: 6%;
    column-gap: 6%;
    row-gap: 30px
}

.careerDetail .inner-content .left-section {
    width: 57%
}

.careerDetail .inner-content .right-section {
    margin-top: -100px;
    width: 37%
}

.careerDetail .inner-content .right-section .form-wrapper {
    background: var(--lightgrey-color);
    padding: 30px;
    position: sticky;
    top: 100px
}

.careerDetail .topWrapper {
    align-items: center;
    background: var(--darkred-color);
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 40px;
    row-gap: 10px;
    width: 100%
}

.careerDetail .topWrapper .icon-wrapper {
    width: 70px
}

.careerDetail .topWrapper .icon-wrapper i {
    font-size: 70px
}

.careerDetail .topWrapper .content .lg-heading {
    color: var(--white-color)
}

.careerDetail .topWrapper ul {
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    row-gap: 15px
}

.careerDetail .topWrapper ul li {
    align-items: center;
    color: var(--white-color);
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: inline-flex;
    width: -moz-max-content;
    width: max-content
}

.careerDetail .topWrapper ul li i {
    font-size: 1.125rem
}

.careerDetail .content-box {
    margin-top: 30px
}

.careerDetail .content-box .lg-heading {
    margin-bottom: 18px
}

.skills {
    align-items: center;
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 15px
}

.skills li {
    background: var(--lightgrey-color);
    border-radius: 8px;
    color: var(--darkgrey-color);
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    text-align: center
}

.wishlishPageSection .inner-content {
    -moz-column-gap: 6%;
    column-gap: 6%;
    justify-content: space-between;
    row-gap: 1rem
}

.wishlishPageSection .inner-content .left-section {
    width: 24%
}

.wishlishPageSection .inner-content .right-section {
    width: 70%
}

@media only screen and (max-width:767px) {
    .wishlishPageSection .inner-content .left-section, .wishlishPageSection .inner-content .right-section {
        width: 100%
    }
}

.WishMainItem {
    border-bottom: 1px solid #ccc;
    -moz-column-gap: 2%;
    column-gap: 2%;
    flex-wrap: nowrap;
    padding: 30px 0;
    row-gap: 16px
}

.WishMainItem:first-child {
    padding-top: 0
}

.WishMainItem:last-child {
    padding-bottom: 0
}

.WishMainItem .WishLeftSec {
    padding-left: 40px;
    position: relative
}

.WishMainItem .WishLeftSec .RemoveWish {
    align-items: center;
    bottom: 0;
    display: flex;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0
}

.WishMainItem .WishLeftSec .RemoveWish a i {
    background: var(--darkgrey-color);
    border-radius: 50%;
    font-size: 8px;
    margin-right: 20px;
    padding: 8px
}

.WishMainItem .WishLeftSec .WishlistImageProduct {
    align-items: center;
    border-radius: .5rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    display: flex;
    height: 100px;
    justify-content: center;
    min-width: 100px;
    overflow: hidden;
    width: 100px
}

.WishMainItem .WishLeftSec .ListNameProduct {
    margin-left: 20px
}

.WishMainItem .WishLeftSec .ListNameProduct h3 {
    margin-bottom: 0;
    margin-top: 0
}

.WishMainItem .WishLeftSec .ListNameProduct p {
    font-size: 14px;
    font-weight: 400
}

.WishMainItem .WishLeftSec>div.d-flex {
    flex-wrap: nowrap
}

.WishMainItem .WishRightSec .WishlistPrice .product-price-wrap .product-price {
    color: var(--darkred-color);
    font-weight: 500;
    margin-right: 12px
}

.WishMainItem .WishRightSec .AddWishCart a {
    background-color: var(--darkred-color)
}

.WishMainItem .WishRightSec .AddWishCart a:hover {
    background-color: transparent
}

.WishMainItem:last-child {
    border: 0
}

.icon-star-fill.checked:before {
    color: #ebac09
}

.thank_you-popup {
    align-items: center;
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1111
}

.thank_you-popup.active {
    display: flex
}

.thank_you-popup .thank-you-content {
    background: var(--white-color);
    border-radius: 16px;
    padding: 30px;
    position: relative;
    text-align: center
}

.thank_you-popup .thank-you-content .close-popup {
    background: var(--darkred-color);
    border-radius: 50%;
    cursor: pointer;
    padding: 3px 8px;
    position: absolute;
    right: -3px;
    top: -6px
}

.thank_you-popup .thank-you-content img {
    margin: auto
}

.thank_you-popup .thank-you-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px
}

.thank_you-popup .thank-you-content p {
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px
}

.sitemap-live ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.sitemap-live ul li {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    color: var(--darkred-color);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 15px 20px;
    width: 100%
}

.sitemap-live ul li ul {
    margin: 10px 0 0
}

.sitemap-live ul li ul li {
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 27px;
    position: relative;
    width: 24%
}

.sitemap-live ul li ul li:before {
    background-color: var(--darkred-color);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 20px;
    width: 8px
}

.sitemap-live ul li ul li a {
    color: var(--darkgrey-color)
}

.franchise-popup .thank-you-content {
    max-width: 400px;
    min-width: 400px;
    text-align: left
}

.franchise-popup .thank-you-content .franchise-popup-form .pop-franchise {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.franchise-popup .thank-you-content .franchise-popup-form .pop-franchise .form-group {
    margin-bottom: 12px;
    width: 48%
}

.client-section {
    background: var(--lightoffwhite-color)
}

.client-section .inner-content {
    gap: 20px;
    justify-content: center
}

.client-section .inner-content .item {
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    display: flex;
    justify-content: center;
    overflow: hidden
}

.client-section .inner-content .item img {
    max-height: 80px
}

.client-section.white-bg {
    background: var(--white-color)
}

.client-section.large-icons .item {
    width: 240px
}

.client-section.large-icons .item .img-wrapper {
    width: 100%
}

.client-section.large-icons .item img {
    max-height: 100%;
    width: 100%
}

.showroom-pg {
    border-top: 1px solid #ccc
}

.showroom-pg .tabs {
    -moz-column-gap: 0;
    column-gap: 0;
    display: flex;
    flex-direction: inherit;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0
}

.showroom-pg .tabs .tab-button {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: var(--darkgrey-color);
    flex: auto;
    font-size: 14px;
    justify-content: center;
    padding: 10px 5px;
    text-align: center;
    text-transform: capitalize;
    transition: .1s ease-in-out;
    width: 100%
}

.showroom-pg .tabs .tab-button.active {
    background: var(--red-color);
    border-color: var(--red-color);
    color: var(--white-color)
}

.showroom-pg .tabs .tab-content {
    display: none
}

.showroom-pg .tabs .tab-content.active {
    display: block
}

.showroom-pg .direction-wrapper .icon-location:before {
    color: var(--red-color);
    font-size: 34px
}

.homeTheaterDetail .content {
    padding: 15px 30px
}

.homeTheaterDetail p {
    margin-bottom: 0;
    margin-top: 15px
}

.homeTheaterDetail .items {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 30px
}

.homeTheaterDetail .item {
    background: var(--white-color);
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    overflow: hidden;
    width: 100%
}

.homeTheaterDetail .item .inner-content {
    -moz-column-gap: 0;
    column-gap: 0;
    height: 100%
}

.homeTheaterDetail .item .img-wrapper {
    height: 100%;
    width: 50%
}

.homeTheaterDetail .item .img-wrapper img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.homeTheaterDetail .item .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 50%
}

.homeTheaterDetail .item .xs-heading {
    font-weight: 600
}

.homeTheaterDetail .item .lg-heading {
    color: var(--darkgrey-color);
    font-size: 1.725rem;
    letter-spacing: 8px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.homeTheaterDetail .item .lg-heading:after {
    background: rgba(0, 0, 0, .35);
    bottom: 0;
    content: "";
    height: 1px;
    left: 30px;
    position: absolute;
    right: 30px;
    width: calc(100% - 60px)
}

.homeTheaterDetail .item p {
    letter-spacing: 1px;
    line-height: 2;
    text-align: center
}

.homeTheaterDetail .item p.xs-heading {
    color: var(--darkgrey-color);
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 30px
}

.homeTheaterDetail .item ul {
    -moz-column-gap: 2%;
    column-gap: 2%;
    justify-content: center;
    row-gap: 10px
}

.homeTheaterDetail .item ul li {
    align-items: center;
    border: 1px solid var(--lightgrey-color);
    display: flex;
    flex: auto;
    flex-direction: column;
    padding: 20px 10px;
    text-align: center;
    width: 32%
}

.homeTheaterDetail .item ul li img {
    max-height: 70px
}

.homeTheaterDetail .item ul p {
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.homeTheaterDetail .inner-banner {
    position: relative
}

.homeTheaterDetail .inner-banner .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 280px;
    position: relative
}

.homeTheaterDetail .inner-banner .img-wrapper {
    height: 100%;
    position: absolute;
    width: 100%
}

.homeTheaterDetail .inner-banner .img-wrapper img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.homeTheaterDetail .inner-banner .lg-heading {
    color: var(--white-color);
    font-size: 1.725rem;
    letter-spacing: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative
}

.homeTheaterDetail .inner-banner .lg-heading:after {
    background: var(--white-color);
    bottom: 0;
    content: "";
    height: 1px;
    left: 30px;
    position: absolute;
    right: 30px;
    width: calc(100% - 60px)
}

.homeTheaterDetail .inner-banner p {
    color: var(--white-color);
    font-weight: 500;
    letter-spacing: 4px;
    text-align: center
}

.homeTheaterVideo .video-wrapper {
    align-items: center;
    background: rgba(215, 26, 33, .08);
    border-radius: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    justify-content: space-around;
    min-height: 220px;
    overflow: hidden;
    padding: 0
}

.homeTheaterVideo .video-wrapper a {
    display: flex
}

.homeTheaterVideo .video-wrapper .youtube-icon {
    max-width: 120px
}

.homeTheaterVideo .video-wrapper .img-wrapper {
    align-items: center;
    border-radius: 1rem 0 0 1rem;
    -moz-column-gap: 50px;
    column-gap: 50px;
    min-width: 560px;
    overflow: hidden
}

.homeTheaterVideo .video-wrapper .img-wrapper iframe {
    max-width: 100%;
    min-width: 560px
}

.homeTheaterVideo .video-wrapper .lg-heading {
    max-width: 760px
}

.homeTheaterVideo .video-wrapper .content-wrapper {
    flex-direction: column;
    padding: 20px;
    row-gap: 20px
}

.homeTheaterVideo .video-wrapper .content-wrapper img {
    max-width: 120px
}

.contact-details .items {
    background: var(--white-color);
    border: 1px solid var(--offwhite-color);
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    -moz-column-gap: 2%;
    column-gap: 2%;
    justify-content: space-around;
    padding: 50px 30px
}

.contact-details .item .link {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

.contact-details .icon-wrapper {
    max-width: 60px
}

.contact-details a {
    color: var(--darkgrey-color);
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase
}

.video-banner-section .container {
    display: flex
}

.video-banner-section video {
    border-radius: 1rem;
    height: 80vh;
    max-height: 780px;
    max-width: 100% !important;
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
    width: 100% !important
}

.wishlist-no-item .img-wrapper {
    align-items: center;
    flex-direction: column
}

.wishlist-no-item .img-wrapper img {
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    overflow: hidden
}

.wishlist-no-item .heading-title {
    text-transform: capitalize
}

.notFoundPage .inner-content {
    align-items: center;
    display: flex;
    flex-direction: column
}

.notFoundPage .img-wrapper {
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    overflow: hidden
}

.projects-pg .inner-content {
    -moz-column-gap: 1%;
    column-gap: 1%;
    row-gap: 20px
}

.projects-pg .item {
    border-radius: .5rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    filter: grayscale(1);
    flex: 0 0 24.25%;
    overflow: hidden;
    transition: all .5s ease-in-out
}

.projects-pg .item:hover {
    border-radius: 1rem;
    filter: grayscale(0)
}

.products-search {
    max-width: 700px
}

.fanchise-milestone-section .circle-section {
    height: 660px;
    position: relative;
    width: 660px
}

.fanchise-milestone-section .circle-section .center-circle {
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    display: inline-flex;
    flex-direction: column;
    height: 260px;
    justify-content: center;
    left: 0;
    margin: auto;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 260px
}

.fanchise-milestone-section .circle-section .center-img {
    max-width: 160px
}

.fanchise-milestone-section .circle-section .inner-item {
    align-items: center;
    background: var(--darkred-color);
    border: 1px solid #e7f3e1;
    border-radius: 1rem;
    border-radius: 50%;
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    font-weight: 500;
    height: 150px;
    justify-content: center;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 150px
}

.fanchise-milestone-section .circle-section .inner-item:before {
    border: 2px solid var(--darkred-color);
    border-radius: 50%;
    bottom: -5px;
    content: "";
    height: calc(100% + 10px);
    left: -7px;
    margin: auto;
    position: absolute;
    right: -5px;
    top: -5px;
    width: calc(100% + 10px)
}

.fanchise-milestone-section .circle-section .inner-item span {
    font-weight: 700
}

.fanchise-milestone-section .milestone-section {
    align-items: center;
    display: flex;
    flex-direction: column
}

.franchise-apart-section .inner-content {
    -moz-column-gap: 6%;
    column-gap: 6%;
    justify-content: space-between;
    row-gap: 1rem
}

.franchise-apart-section .inner-content .left-section {
    width: 24%
}

.franchise-apart-section .inner-content .right-section {
    width: 70%
}

@media only screen and (max-width:767px) {
    .franchise-apart-section .inner-content .left-section, .franchise-apart-section .inner-content .right-section {
        width: 100%
    }
}

.franchise-apart-section .items {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 15px
}

.franchise-apart-section .inner-item {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    display: flex;
    flex: 0 0 32%;
    flex-direction: column;
    font-weight: 600;
    padding: 30px 10px;
    text-align: center
}

.franchise-apart-section .inner-item img {
    margin-bottom: 10px
}

.franchise-support-section .inner-content {
    align-items: center;
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2rem
}

.franchise-support-section .inner-content .item {
    width: 49%
}

@media only screen and (max-width:767px) {
    .franchise-support-section .inner-content .item {
        width: 100%
    }
}

.franchise-support-section .inner-boxes {
    align-items: flex-start;
    -moz-column-gap: 2%;
    column-gap: 2%
}

.franchise-support-section .inner-item {
    border: 1px solid #ddd;
    border-radius: 1rem;
    flex: 0 0 49%;
    padding: 15px 20px
}

.franchise-support-section .inner-item .main-title {
    color: var(--darkgrey-color);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .75px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.franchise-support-section .inner-item .main-title:after {
    background: #ddd;
    bottom: 0;
    content: "";
    height: 1px;
    left: -20px;
    position: absolute;
    right: -20px;
    width: calc(100% + 40px)
}

.franchise-support-section .inner-item .title {
    color: var(--red-color);
    font-weight: 600
}

.franchise-support-section .inner-item ul {
    margin-bottom: 15px;
    margin-top: 5px
}

.franchise-support-section .inner-item ul:last-child {
    margin-bottom: 0
}

.franchise-support-section .inner-item ul li {
    padding-left: 25px;
    position: relative
}

.franchise-support-section .inner-item ul li:before {
    content: "\e90d";
    font-family: icomoon;
    font-size: 10px;
    height: 14px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 14px
}

.franchise-partner-profile .inner-content {
    -moz-column-gap: 15%;
    column-gap: 15%;
    justify-content: space-between;
    position: relative;
    row-gap: 30px
}

.franchise-partner-profile .inner-content .item {
    align-items: center;
    background: var(--darkred-color);
    border-radius: 10px;
    color: var(--white-color);
    display: flex;
    font-weight: 400;
    justify-content: center;
    min-height: 80px;
    padding: 15px;
    text-align: center;
    width: 36%
}

.franchise-partner-profile .inner-content .img-wrapper {
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    display: flex;
    height: 300px;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px
}

.franchise-partner-profile .inner-content .img-wrapper img {
    max-width: 150px
}

.life-at-section .owl-dots {
    -moz-column-gap: 6px;
    column-gap: 6px;
    display: flex;
    justify-content: center;
    left: 0;
    margin-top: 20px;
    position: absolute;
    position: relative;
    right: 0;
    row-gap: 6px
}

.life-at-section .owl-dots .owl-dot {
    background: #ddd;
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.life-at-section .owl-dots .owl-dot.active {
    background: var(--darkred-color)
}

.life-at-section .item {
    height: 340px
}

.life-at-section .item img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.customizeProducts .inner-content {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 30px
}

.customizeProducts .left-section {
    width: 29%
}

.customizeProducts .right-section {
    width: 69%
}

.customizeRecliner .top-section {
    align-items: flex-end;
    -moz-column-gap: 4%;
    column-gap: 4%;
    margin-bottom: 4.5rem;
    row-gap: 30px
}

.customizeRecliner .top-section .content {
    width: 68%
}

.customizeRecliner .top-section .content .heading-title {
    margin-bottom: 1rem
}

.customizeRecliner .top-section .content p {
    margin-bottom: 0
}

.customizeRecliner .top-section .sizes {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    justify-content: flex-end;
    row-gap: 20px;
    width: 28%
}

.customizeRecliner .top-section .sizes li {
    align-items: center;
    background: var(--darkgrey-color);
    border-radius: .5rem;
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
    line-height: 1;
    padding: 1.5rem
}

.customizeRecliner .bottom-section .inner-content {
    position: relative
}

.customizeRecliner .bottom-section .inner-content .content-box {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    justify-content: flex-end;
    left: 0;
    padding: 1.5rem 2.25rem;
    position: absolute;
    top: 0;
    width: 55%;
    z-index: 1
}

@media only screen and (max-width:1536px) {
    .customizeRecliner .bottom-section .inner-content .content-box {
        padding: 1.75rem
    }
}

.customizeRecliner .bottom-section .inner-content .content-box .main-heading, .customizeRecliner .bottom-section .inner-content .content-box .xs-heading {
    margin-bottom: .5rem
}

.customizeRecliner .bottom-section .inner-content .content-box .heading-title {
    font-size: 38px;
    margin-bottom: .5rem
}

@media only screen and (max-width:1536px) {
    .customizeRecliner .bottom-section .inner-content .content-box .heading-title {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .customizeRecliner .bottom-section .inner-content .content-box .heading-title {
        font-size: 22px
    }
}

.customizeRecliner .bottom-section .inner-content .content-box .sm-heading {
    margin-bottom: 1.25rem
}

.customizeRecliner .bottom-section .inner-content .content-box .btns-wrapper {
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media only screen and (max-width:992px) {
    .customizeRecliner .bottom-section .inner-content .content-box {
        align-items: center;
        height: -moz-max-content;
        height: max-content;
        padding: 1.5rem;
        position: static;
        text-align: center;
        width: 100%
    }

    .customizeRecliner .bottom-section .inner-content .content-box .main-heading {
        font-size: 2rem
    }

    .customizeRecliner .bottom-section .inner-content .content-box .sm-heading {
        font-size: 1rem;
        line-height: 1.8
    }

    .customizeRecliner .bottom-section .inner-content .content-box .btns-wrapper {
        justify-content: center
    }
}

.customizeRecliner .bottom-section .inner-content .content-box .sm-heading {
    font-weight: 700;
    margin-bottom: .5rem
}

.customizeRecliner .bottom-section .inner-content .content-box p {
    margin-bottom: 0
}

.customizeRecliner .plusIcon {
    position: absolute
}

.customizeRecliner .plusIcon>a {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1
}

.customizeRecliner .plusIcon i {
    align-items: center;
    background: rgba(0, 0, 0, .7);
    border: 2px solid var(--white-color);
    border-radius: 50%;
    color: var(--white-color);
    cursor: pointer;
    display: flex;
    font-size: 8px;
    font-weight: 600;
    height: 30px;
    justify-content: center;
    transform: rotate(135deg);
    transition: all .5s ease-in-out;
    width: 30px
}

.customizeRecliner .plusIcon i.close {
    transform: rotate(0)
}

.customizeRecliner .plusIcon.icon-1 {
    right: -44%;
    top: 32%
}

.customizeRecliner .plusIcon.icon-2 {
    right: -18%;
    top: 48%
}

.customizeRecliner .plusIcon.icon-3 {
    right: 2%;
    top: 62%
}

.customizeRecliner .plusIcon.icon-4 {
    right: 14%;
    top: 36%
}

.customizeRecliner .plusIcon.icon-5 {
    right: 21%;
    top: 69%
}

.customizeRecliner .plusIcon.icon-6 {
    right: 51%;
    top: 63%
}

.customizeRecliner .plusIcon .img-wrapper {
    align-items: flex-start;
    background: #fff;
    border-radius: .5rem;
    bottom: 36px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    left: auto;
    margin: auto;
    max-height: 346px;
    max-width: 391px;
    opacity: 0;
    overflow-y: scroll;
    padding: 1rem;
    position: absolute;
    right: -30px;
    row-gap: 15px;
    transition: all .5s ease-in-out;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
    z-index: 99
}

.customizeRecliner .plusIcon .img-wrapper::-webkit-scrollbar {
    width: 1px
}

.customizeRecliner .plusIcon .img-wrapper::-webkit-scrollbar-track {
    border: 1px solid var(--lightwhite-color);
    border-radius: 0
}

.customizeRecliner .plusIcon .img-wrapper::-webkit-scrollbar-thumb {
    background: var(--red-color);
    border-radius: 0
}

.customizeRecliner .plusIcon .img-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--red-color)
}

.customizeRecliner .plusIcon .img-wrapper.show {
    opacity: 1;
    visibility: visible
}

.customizeRecliner .plusIcon .img-wrapper img {
    background: #333;
    max-height: 150px;
    max-width: 150px
}

.MainRatingSection {
    background: #fff3d4;
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2rem
}

.MainRatingSection .item {
    width: 49%
}

@media only screen and (max-width:767px) {
    .MainRatingSection .item {
        width: 100%
    }
}

.MainRatingSection .item:first-child {
    border-right: 1px solid #ccc;
    text-align: center
}

.MainRatingSection .item:last-child {
    padding-left: 60px
}

.MainRatingSection .RatingProgress .ProgressBar {
    margin-bottom: 4px
}

.MainRatingSection .RatingProgress .ProgressBar label {
    color: var(--darkgrey-color);
    font-size: 14px;
    font-weight: 500;
    margin-right: 12px;
    position: relative;
    top: 5px
}

.MainRatingSection .RatingProgress .ProgressBar progress {
    background: transparent;
    height: 8px;
    min-width: 300px
}

.MainRatingSection .RatingProgress .ProgressBar progress::-webkit-progress-value {
    background-color: var(--red-color);
    border-radius: 20px
}

.MainRatingSection .RatingProgress .ProgressBar progress::-webkit-progress-bar {
    background-color: #fdcfc3;
    border-radius: 20px
}

.BelowRating .RatingFilter .FilterForm form {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px
}

.BelowRating .RatingFilter .FilterForm select {
    border: 1px solid #ccc;
    width: auto
}

.BelowRating .RatingFilter .totalReviewsNumber, .BelowRating .RatingFilter p {
    font-weight: 400
}

.BelowRating .RatingFilter .totalReviewsNumber span {
    color: var(--red-color)
}

.ReviewsSec .reviesList {
    -moz-column-gap: 2%;
    column-gap: 2%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px
}

.ReviewsSec .reviesList .reviewItem {
    background: var(--white-color);
    border-radius: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    padding: 15px;
    width: 32%
}

.ReviewsSec .reviesList .reviewItem .reviewFlex {
    margin-bottom: 12px
}

.ReviewsSec .reviesList .reviewItem .reviewFlex .reImg .revimage {
    margin-right: 10px;
    max-width: 45px
}

.ReviewsSec .reviesList .reviewItem .reviewFlex .reImg .reviwerName {
    color: var(--darkgrey-color);
    font-weight: 600
}

.ReviewsSec .reviesList .reviewItem .reviewFlex .reviewDate {
    font-size: .75rem;
    font-weight: 400;
    opacity: .8
}

.ReviewsSec .reviesList .reviewItem .starRatingview .Ratinglist {
    -moz-column-gap: 3px;
    column-gap: 3px;
    display: flex
}

.ReviewsSec .reviesList .reviewItem .starRatingview .Ratinglist .icon-star-fill.checked:before {
    color: #ffd250
}

.ReviewsSec .reviesList .reviewItem .starRatingview .Ratinglist .icon-star-fill:before, .ReviewsSec .reviesList .reviewItem .starRatingview .Ratinglist .icon-star-half:before {
    color: rgba(0, 0, 0, .25)
}

.ReviewsSec .reviesList .reviewContent {
    margin-top: 1.5rem
}

.ReviewsSec .viewallBtn {
    display: flex;
    justify-content: center;
    margin: 30px 0 0
}

.WriteReviewSec .two-column {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2rem
}

.WriteReviewSec .two-column .item {
    width: 49%
}

@media only screen and (max-width:767px) {
    .WriteReviewSec .two-column .item {
        width: 100%
    }
}

.WriteReviewSec .two-column .item .RatetheProduct {
    padding: 30px 30px 30px 40px
}

.WriteReviewSec .two-column .item .RatetheProduct .form-group {
    clear: both
}

.WriteReviewSec .two-column .item .RatetheProduct .form-group label {
    float: left;
    font-weight: 500;
    margin-bottom: 14px;
    margin-top: 14px
}

.WriteReviewSec .two-column .item .RatetheProduct .form-group .rating {
    border: none;
    clear: both;
    float: left
}

.WriteReviewSec .two-column .item .RatetheProduct .form-group .rating label {
    color: #d7d7d7;
    float: right
}

.WriteReviewSec .two-column .item .RatetheProduct .form-group .rating label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91d";
    display: inline-block;
    font-family: icomoon !important;
    font-size: 2em;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin: 5px;
    text-transform: none
}

.WriteReviewSec .two-column .item .RatetheProduct .form-group .rating input {
    display: none
}

.WriteReviewSec .two-column .item .RatetheProduct .form-group .rating input:checked {
    color: #f79426
}

.WriteReviewSec .two-column .item .RatetheProduct .form-group textarea {
    font-family: Inter, sans-serif;
    font-weight: 300;
    min-height: 130px;
    padding: 10px
}

.WriteReviewSec .two-column .item .RatetheProduct button {
    margin-top: 20px
}

.WriteReviewSec .two-column .item .ProuctDeliverContent p {
    margin-bottom: 0
}

.lazyboy-color .home-banner .content-box .btns-wrapper a {
    background-color: #0070af;
    color: #fff
}

.lazyboy-color .LazyboyCategorySec .heading-wrapper p {
    margin: 10px 0 0
}

.lazyboy-color .LazyboyCategorySec .three-column {
    -moz-column-gap: 3%;
    column-gap: 3%;
    row-gap: 2rem
}

.lazyboy-color .LazyboyCategorySec .three-column .item {
    width: 31.33%
}

@media only screen and (max-width:992px) {
    .lazyboy-color .LazyboyCategorySec .three-column {
        -moz-column-gap: 2%;
        column-gap: 2%
    }

    .lazyboy-color .LazyboyCategorySec .three-column .item {
        width: 49%
    }
}

@media only screen and (max-width:560px) {
    .lazyboy-color .LazyboyCategorySec .three-column .item {
        width: 100%
    }
}

.lazyboy-color .LazyboyCategorySec .three-column .item {
    background-color: #e1ecf2;
    border-radius: 16px;
    display: flex;
    flex: auto;
    flex-direction: column;
    justify-content: space-between;
    text-align: center
}

.lazyboy-color .LazyboyCategorySec .three-column .item:nth-of-type(2n) {
    background: #fdf7e7
}

.lazyboy-color .LazyboyCategorySec .three-column .item:nth-of-type(3n) {
    background: var(--lightgrey-color)
}

.lazyboy-color .LazyboyCategorySec .three-column .item .LazyCategoryContent {
    padding: 25px
}

.lazyboy-color .LazyboyCategorySec .three-column .item .LazyCategoryContent h3 {
    font-size: 24px;
    margin: 0
}

.lazyboy-color .LazyboyCategorySec .three-column .item .LazyCategoryContent p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 8px;
    min-height: 56px
}

.lazyboy-color .LazyboyCategorySec .three-column .item .LazyCategoryContent a {
    color: #0070af;
    font-weight: 500
}

.lazyboy-color .LazyboyCategorySec .three-column .item .LazyCategoryContent a i {
    font-size: 13px;
    margin-left: 10px
}

.lazyboy-color .LazyboyCategorySec .three-column .item .LazyCategoryContent a i:before {
    color: #0070af
}

.lazyboy-color .LazyboyCategorySec .three-column .item .CatgoryImage img {
    margin: 0 auto;
    min-height: 251px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom
}

.lazyboy-color .LazyboyCategorySec .mobile-banner {
    display: none;
    width: 100%
}

.lazyboy-color .HistorySec .heading-title .Redcolor {
    color: var(--darkred-color)
}

.lazyboy-color .HistorySec .heading-title .mainColor {
    color: #0070af
}

.lazyboy-color .HistorySec .historyTopWrapper .imageWrapper {
    margin: auto;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content
}

.lazyboy-color .HistorySec .historyTopWrapper .imageWrapper img {
    border-radius: 16px;
    display: none
}

.lazyboy-color .HistorySec .historyTopWrapper .imageWrapper img:first-child {
    display: block
}

.lazyboy-color .HistorySec .HistoryBottom {
    margin-top: 50px
}

.lazyboy-color .HistorySec .HistoryBottom .HistoryRow {
    position: relative
}

.lazyboy-color .HistorySec .HistoryBottom .HistoryRow:before {
    background: #ddd;
    content: "";
    height: 1px;
    position: absolute;
    top: 7px;
    width: 100%
}

.lazyboy-color .HistorySec .HistoryBottom .HistoryRow .item {
    cursor: pointer;
    position: relative;
    transition: .2s ease-in-out;
    width: 18%
}

.lazyboy-color .HistorySec .HistoryBottom .HistoryRow .item:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    z-index: 1
}

.lazyboy-color .HistorySec .HistoryBottom .HistoryRow .item:after {
    animation: pulse 1s infinite;
    background: #ddd;
    border: 1px solid #ddd;
    border-radius: 50%;
    box-shadow: 0 0 0 1rem transparent;
    content: "";
    height: 23px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 23px
}

.lazyboy-color .HistorySec .HistoryBottom .HistoryRow .item.active:before {
    background-color: #0070af
}

.lazyboy-color .HistorySec .HistoryBottom .HistoryRow .item.active:after {
    animation: none
}

.lazyboy-color .HistorySec .HistoryBottom .HistoryRow .item h2 {
    margin: 30px 0 10px
}

.lazyboy-color .HistorySec .HistoryBottom .HistoryRow .item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.lazyboy-color .GallerySec {
    background: var(--lightoffwhite-color)
}

.lazyboy-color .GallerySec .items {
    -moz-column-gap: 1%;
    column-gap: 1%;
    row-gap: 15px
}

.lazyboy-color .GallerySec .items .item {
    width: 24%
}

.lazyboy-color .GallerySec .sm-heading {
    color: #0070af;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: uppercase
}

.lazyboy-color .USpSection .three-column {
    -moz-column-gap: 3%;
    column-gap: 3%;
    row-gap: 2rem
}

.lazyboy-color .USpSection .three-column .item {
    width: 31.33%
}

@media only screen and (max-width:992px) {
    .lazyboy-color .USpSection .three-column {
        -moz-column-gap: 2%;
        column-gap: 2%
    }

    .lazyboy-color .USpSection .three-column .item {
        width: 49%
    }
}

@media only screen and (max-width:560px) {
    .lazyboy-color .USpSection .three-column .item {
        width: 100%
    }
}

.lazyboy-color .USpSection .three-column .item {
    background: var(--lightoffwhite-color);
    padding: 20px;
    text-align: center
}

.lazyboy-color .USpSection .three-column .item .icon-wrapper {
    align-items: flex-end;
    display: flex;
    justify-content: center
}

.lazyboy-color .USpSection .three-column .item i {
    font-size: 50px
}

.lazyboy-color .USpSection .three-column .item .lg-heading {
    margin-bottom: 10px;
    margin-top: 20px
}

.lazyboy-color .USpSection .three-column .item p {
    margin-bottom: 0
}

.lazyboy-color .dark-btn {
    background-color: #0070af
}

.lazyboy-color .dark-btn:hover {
    background: transparent;
    border: 1px solid #0070af;
    color: #0070af
}

@media only screen and (max-width:1464px) {
    header .nav {
        -moz-column-gap: 2rem;
        column-gap: 0rem;
    }
}

@media only screen and (max-width:1364px) {
    header .nav {
        -moz-column-gap: 1.75rem;
        column-gap: 10px;
    }

    header .nav .link {
        font-size: 14px;
    }

    header .btn-wrapper {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    header .btn-wrapper p {
        font-size: .875rem
    }

    header .btn-wrapper .icons i:before {
        font-size: 20px
    }

    header .hasDropdown .link:before {
        top: 16px
    }
}

@media only screen and (max-width:1199px) {
    body, html {
        font-size: 14px
    }

    .container, .inner-container {
        padding: 0 30px
    }

    .section-padding {
        padding: 2.75rem 0
    }

    .section-padding-bottom {
        padding-bottom: 2.75rem
    }

    .section-padding-top {
        padding-top: 2.75rem
    }

    .commonInnerpgSection {
        padding: 2.75rem 0
    }

    .similar-products-section .product-list {
        padding-bottom: 2.75rem
    }

    .customizeRecliner .top-section {
        -moz-column-gap: 2%;
        column-gap: 2%
    }

    .customizeRecliner .top-section .content {
        width: 59%
    }

    .customizeRecliner .top-section .sizes {
        width: 39%
    }

    .customizeRecliner .plusIcon {
        display: none
    }

    .coreValue .items {
        row-gap: 50px
    }

    .coreValue .items .item {
        flex: initial;
        width: 32%
    }

    .coreValue.homeCoreValues .items .item {
        padding: 15px
    }

    header .search-form {
        min-width: 500px
    }

    header .logo-wrapper img {
        max-width: 80px
    }

    header .btn-wrapper, header .nav {
        -moz-column-gap: .875rem;
        column-gap: .875rem
    }

    .search-box {
        max-width: 500px
    }

    .homeTheaterDetail .item p {
        letter-spacing: .5px;
        line-height: 1.75;
        text-align: center
    }

    .homeTheaterDetail .item p.xs-heading {
        letter-spacing: 3px
    }

    .homeTheaterDetail .item ul li {
        padding: 10px;
        width: 49%
    }

    .homeTheaterDetail .item .lg-heading {
        font-size: 1.25rem;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .homeTheaterDetail .inner-banner .lg-heading {
        font-size: 1.25rem
    }

    .homeTheaterDetail .inner-banner p {
        letter-spacing: 3px
    }

    .tabs-wrapper .img-tiles .item, .tabs-wrapper .video-tiles .item {
        width: 32%
    }

    .product-detailpg .product-detail .single-product .offers-delivery {
        flex-direction: column;
        row-gap: 15px
    }

    .product-detailpg .product-detail .single-product .Product-specialOffer, .product-detailpg .product-detail .single-product .offers-delivery .free-delivery {
        width: 100%
    }

    .awardsSection .items .item {
        width: 32%
    }

    .awardsSection .img-wrapper {
        height: 180px
    }

    .homeBrandValues {
        padding: 30px
    }

    .fanchise-milestone-section .circle-section {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        height: auto;
        justify-content: center;
        position: static;
        width: 100%
    }

    .fanchise-milestone-section .circle-section .center-circle {
        display: none;
        height: 300px;
        max-width: 300px;
        position: static;
        width: 100%
    }

    .fanchise-milestone-section .circle-section .inner-item {
        position: static
    }

    .fanchise-milestone-section .circle-section .inner-item:before {
        display: none
    }

    .franchise-support-section .inner-content {
        flex-direction: column
    }

    .franchise-support-section .inner-content .img-wrapper img, .franchise-support-section .inner-content .item {
        width: 100%
    }

    .rollOutSection .img-wrapper {
        width: 39%
    }

    .rollOutSection .contentSection {
        width: 59%
    }

    .rollOutSection .franchise-listing {
        row-gap: 15px
    }

    .rollOutSection .franchise-listing li {
        -moz-column-gap: 10px;
        column-gap: 10px;
        font-size: .875rem;
        padding: 15px 10px
    }

    .rollOutSection .franchise-listing li .icon-wrapper {
        min-height: 45px;
        min-width: 45px;
        width: 45px
    }

    .franchise-partner-profile .inner-content .img-wrapper {
        height: 280px;
        width: 280px
    }

    .franchise-partner-profile .inner-content .item {
        width: 33%
    }

    .lounger-items-section .item .heading-title {
        font-size: 1.5rem;
        margin-bottom: 20px
    }

    .lounger-items-section .item .content-wrapper {
        padding: 30px 15px
    }

    .custommize-recliner {
        display: none
    }

    .contact-us-section .enquiry-links-new .item {
        -moz-column-gap: 10px;
        column-gap: 10px;
        padding: 15px 10px
    }

    .contact-us-section .enquiry-links-new .icon-wrapper {
        max-width: 36px
    }

    .contact-us-section .enquiry-links-new .xs-heading {
        font-size: 12px
    }

    .chatbot_new_wrap, .whatsappWrapper {
        /*left: 30px*/
    }

    .quick-enqiry-form-wrapper {
        right: 30px
    }
}

@media only screen and (max-width:992px) {
    .container, .inner-container {
        padding: 0 15px
    }

    .section-padding {
        padding: 1.75rem 0
    }

    .section-padding-bottom {
        padding-bottom: 1.75rem
    }

    .section-padding-top {
        padding-top: 1.75rem
    }

    header.fixed .navigation-wrapper {
        padding: 0
    }

    header .top-bar {
        display: none
    }

    header .inner-content {
        padding: 10px 0 0
    }

    header .inner-content .search-flex {
        width: 100%
    }

    header .inner-content .search-flex .search-input {
        margin-top: 10px;
        width: 100%
    }

    header .inner-content .search-flex .search-input .search-form {
        min-width: -webkit-fill-available
    }

    header .search-form {
        border-radius: 0
    }

    header .nav {
        align-items: flex-start;
        background: var(--white-color);
        bottom: 0;
        flex-direction: column;
        height: 100vh;
        max-width: 300px;
        overflow: scroll;
        padding: 80px 15px 15px;
        position: fixed;
        right: -100%;
        row-gap: 30px;
        top: 0;
        transition: all .5s ease-in-out;
        width: 100%;
        z-index: 999999
    }

    header .nav.show {
        display: block;
        right: 0
    }

    header .nav .enquire-now {
        display: block
    }

    header .logo-wrapper img {
        max-width: 100px
    }

    header .btn-wrapper {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        position: absolute;
        right: 50px;
        top: 24px
    }

    header .btn-wrapper>div {
        line-height: 1
    }

    header .btn-wrapper i:before {
        font-size: 20px
    }

    header .btn-wrapper p {
        display: none
    }

    header .btn-wrapper .num {
        right: 0;
        top: -3px
    }

    header .btn-wrapper .cart-wrapper, header .btn-wrapper .wishlist-head {
        padding-right: 6px
    }

    header .toggle-icon {
        display: flex
    }

    header .close-icon {
        display: flex;
        position: absolute;
        right: auto;
        top: 30px
    }

    header .close-icon i:before {
        color: var(--darkgrey-color)
    }

    header .navigation-wrapper {
        border: 0;
        padding: 0
    }

    header .navigation-wrapper .enquire-btn {
        display: none
    }

    header .navigation-wrapper .toggle-icon {
        align-items: center;
        background: var(--white-color);
        border: 1px solid var(--lightgrey-color);
        border-radius: 4px;
        -moz-column-gap: 1px;
        column-gap: 1px;
        height: 34px;
        padding: 8px;
        position: absolute;
        right: 0;
        row-gap: 2px;
        top: 18px;
        width: 34px;
        z-index: 9999
    }

    header .hasDropdown:hover .dropdownMenu {
        display: none
    }

    header .hasDropdown:hover .link:before {
        transform: none
    }

    header .hasDropdown>.link:before {
        top: 15px
    }

    header .hasDropdown>.link.active:before {
        transform: rotate(-180deg)
    }

    header .hasDropdown .dropdownMenu {
        margin-top: 0
    }

    header .hasDropdown .dropdownMenu .items {
        background: #fafafa;
        margin-top: 10px;
        padding: 0
    }

    header .hasDropdown .dropdownMenu .link {
        padding: 10px
    }

    header .menuLink {
        padding: 10px 0;
        width: 100%
    }

    header .menuLink .link {
        display: flex;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        width: 100%
    }

    header .menuLink>.link.active:after {
        right: 10px;
        transform: rotate(-90deg)
    }

    header .dropdownMenu {
        border-radius: 0;
        box-shadow: none;
        margin-top: 10px;
        opacity: 1;
        padding: 0;
        position: static;
        visibility: visible;
        width: 100%
    }

    header .dropdownMenu .items-wrapper {
        align-items: flex-start;
        background: var(--lightgrey-color);
        border-radius: 0;
        flex-direction: column;
        margin-top: .5rem;
        padding: .5rem;
        row-gap: 1rem
    }

    header .dropdownMenu .items-wrapper .left-section, header .dropdownMenu .items-wrapper .right-section {
        width: 100%
    }

    header .dropdownMenu .items-wrapper .right-section {
        background: var(--white-color);
        display: none !important;
        justify-content: space-between;
        padding: 1rem
    }

    header .dropdownMenu .items-wrapper .right-section .img-wrapper {
        height: 70px;
        width: 70px
    }

    header .dropdownMenu .items-wrapper .right-section .content {
        width: calc(100% - 80px)
    }

    header .dropdownMenu .items-wrapper .right-section .content .heading-title {
        font-size: 1.75rem;
        margin-bottom: .5rem;
        word-break: break-all
    }

    .search-box {
        box-shadow: 0 1px 5px 0 hsla(0, 0%, 100%, .15);
        -webkit-box-shadow: 0 1px 5px 0 hsla(0, 0%, 100%, .15);
        -moz-box-shadow: 0 1px 5px 0 hsla(0, 0%, 100%, .15);
        max-width: 100%;
        top: 100%
    }

    .search-box .heading-title {
        font-size: 2rem;
        padding: 1rem 1rem 0
    }

    .search-box .input-wrapper, .search-box .trending-search {
        padding: 1rem
    }

    .search-box .input-wrapper input {
        padding: .5rem
    }

    .search-box .input-wrapper .cross {
        height: 32px;
        width: 32px
    }

    .search-box .input-wrapper .icon-searchbold {
        align-items: center;
        height: 18px;
        width: 18px
    }

    .search-box .input-wrapper button i:before {
        font-size: 1rem
    }

    .user-dropdown {
        max-width: -moz-max-content;
        max-width: max-content;
        min-width: 267px;
        top: calc(100% + 8px)
    }

    .user-dropdown .item.top-wrapper .cross {
        height: 32px;
        width: 32px
    }

    .user-dropdown .heading-title {
        font-size: 2rem
    }

    .cartPopup {
        background: var(--white-color);
        border-radius: 0 0 1rem 1rem;
        height: 100vh;
        max-width: 100vw;
        padding: 15px;
        position: fixed;
        right: 0;
        top: -100%;
        transform: translateY(-100%);
        width: 100vw;
        z-index: 99999
    }

    .cartPopup.show {
        top: 0;
        transform: translateY(0)
    }

    .cartPopup .heading-title {
        font-size: 2rem
    }

    .cartPopup .cross {
        height: 32px;
        width: 32px
    }

    .cartPopup .cart-detail .cartItems {
        max-height: 80vh
    }

    .franchise-section .content-box {
        background-color: var(--lightred-color)
    }

    .accesories-section img {
        min-height: auto !important
    }

    .accesories-section .content {
        row-gap: 1.75rem
    }

    .home-banner {
        padding-top: 1.75rem
    }

    .home-banner .round-box {
        border-radius: 1rem;
        overflow: hidden
    }

    .home-banner .content-box {
        display: none
    }

    .home-banner .content-box .btns-wrapper a {
        background-color: var(--darkred-color);
        color: var(--white-color)
    }

    .home-banner .content-box.bannermobile {
        display: block
    }

    .home-banner .content-box .xs-content, .home-banner .content-box .xs-heading {
        display: none
    }

    .home-banner .content-box .xs-content.bannermobile, .home-banner .content-box .xs-heading.bannermobile {
        display: block
    }

    .home-banner .content-box .btns-wrapper {
        display: none
    }

    .home-banner .content-box .btns-wrapper.bannermobile {
        display: flex
    }

    .home-banner.homeTheaterBanner .img-wrapper {
        border-radius: 1rem
    }

    .home-banner.categoryBanner .content-box {
        width: 100%
    }

    .accesories-section .round-box, .cinema-chair-section .round-box, .home-banner .round-box, .lazy-boy-section .round-box, .plush-sofa-section .round-box, .recliner-sofa-section .round-box, .relaxtion-section .round-box, .sofa-recliner-section .round-box {
        background: var(--white-color);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    .accesories-section .content .comfort-enhancer-section, .accesories-section .content .relaxtion-section, .cinema-chair-section .content .comfort-enhancer-section, .cinema-chair-section .content .relaxtion-section, .home-banner .content .comfort-enhancer-section, .home-banner .content .relaxtion-section, .lazy-boy-section .content .comfort-enhancer-section, .lazy-boy-section .content .relaxtion-section, .plush-sofa-section .content .comfort-enhancer-section, .plush-sofa-section .content .relaxtion-section, .recliner-sofa-section .content .comfort-enhancer-section, .recliner-sofa-section .content .relaxtion-section, .relaxtion-section .content .comfort-enhancer-section, .relaxtion-section .content .relaxtion-section, .sofa-recliner-section .content .comfort-enhancer-section, .sofa-recliner-section .content .relaxtion-section {
        background-color: var(--white-color)
    }

    .accesories-section .content-box, .cinema-chair-section .content-box, .home-banner .content-box, .lazy-boy-section .content-box, .plush-sofa-section .content-box, .recliner-sofa-section .content-box, .relaxtion-section .content-box, .sofa-recliner-section .content-box {
        color: var(--darkgrey-color)
    }

    .accesories-section .content-box .xs-heading, .cinema-chair-section .content-box .xs-heading, .home-banner .content-box .xs-heading, .lazy-boy-section .content-box .xs-heading, .plush-sofa-section .content-box .xs-heading, .recliner-sofa-section .content-box .xs-heading, .relaxtion-section .content-box .xs-heading, .sofa-recliner-section .content-box .xs-heading {
        color: var(--darkgrey-color);
        font-size: 14px;
        margin-bottom: 1rem
    }

    .accesories-section .content-box .heading-title, .accesories-section .content-box .sm-heading, .cinema-chair-section .content-box .heading-title, .cinema-chair-section .content-box .sm-heading, .home-banner .content-box .heading-title, .home-banner .content-box .sm-heading, .lazy-boy-section .content-box .heading-title, .lazy-boy-section .content-box .sm-heading, .plush-sofa-section .content-box .heading-title, .plush-sofa-section .content-box .sm-heading, .recliner-sofa-section .content-box .heading-title, .recliner-sofa-section .content-box .sm-heading, .relaxtion-section .content-box .heading-title, .relaxtion-section .content-box .sm-heading, .sofa-recliner-section .content-box .heading-title, .sofa-recliner-section .content-box .sm-heading {
        color: var(--darkgrey-color)
    }

    .accesories-section .content-box .main-heading, .cinema-chair-section .content-box .main-heading, .home-banner .content-box .main-heading, .lazy-boy-section .content-box .main-heading, .plush-sofa-section .content-box .main-heading, .recliner-sofa-section .content-box .main-heading, .relaxtion-section .content-box .main-heading, .sofa-recliner-section .content-box .main-heading {
        font-size: 22px
    }

    .accesories-section img, .cinema-chair-section img, .home-banner img, .lazy-boy-section img, .plush-sofa-section img, .recliner-sofa-section img, .relaxtion-section img, .sofa-recliner-section img {
        width: 100%
    }

    .cinema-chair-section .viewmore-link:hover, .cinema-chair-section .viewmore-link:hover i:before {
        color: var(--darkgrey-color)
    }

    .cinema-chair-section .inner-content .content-box, .lazy-boy-section .round-box {
        background: var(--white-color)
    }

    .sofa-recliner-section .inner-box {
        width: 100%
    }

    .sofa-recliner-section .content {
        row-gap: 1.75rem
    }

    .accesories-section .content .comfort-enhancer-section, .accesories-section .content .relaxtion-section {
        width: 100%
    }

    footer .xs-heading {
        color: var(--darkgrey-color);
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: .75rem
    }

    footer .item {
        width: 100%
    }

    footer .copyright {
        padding: 2rem 1rem
    }

    footer .links {
        -moz-column-gap: 30px;
        column-gap: 30px;
        flex-direction: row;
        flex-wrap: wrap
    }

    .tabs-wrapper .item .content-box {
        align-items: flex-start;
        position: absolute;
        text-align: left;
        top: auto
    }

    .tabs-wrapper .img-tiles .item, .tabs-wrapper .video-tiles .item {
        width: 49%
    }

    .categoryBanner .container .content-box {
        background: transparent
    }

    .categoryBanner .container .img-wrapper img {
        border-radius: 0;
        min-height: 220px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right
    }

    .commonInnerpgSection {
        padding: 1.75rem 0
    }

    .commonInnerpgSection.hasBredcrumb .left-section {
        padding-bottom: 0;
        padding-top: 0;
        width: 100%
    }

    .commonInnerpgSection.hasBredcrumb .right-section {
        width: 100%
    }

    .commonInnerpgSection .inner-content .right-section .img-wrapper, .commonInnerpgSection.hasBredcrumb form {
        max-width: 100%
    }

    .commonInnerpgSection.categoryOverview .inner-content .right-section {
        margin-top: 0
    }

    .product-detailpg .inner-content .product-detail, .product-detailpg .inner-content .product-image {
        width: 100%
    }

    .product-detailpg .img-slider {
        min-height: auto
    }

    .product-detailpg .thumb .owl-item {
        height: auto
    }

    .product-detailpg .single-product .top-wrapper .heading-title {
        font-size: 20px
    }

    .product-detailpg .single-product .FilterPopup .FilterContent {
        min-width: 98%
    }

    .product-detailpg .single-product .SeatFlex .Seaterinput {
        margin-bottom: 10px
    }

    .productSpecification .tabs-wrapper .tab {
        -moz-column-gap: 0;
        column-gap: 0;
        flex-direction: row;
        overflow-x: scroll;
        width: 100%
    }

    .productSpecification .tabs-wrapper .tab::-webkit-scrollbar {
        height: 1px
    }

    .productSpecification .tabs-wrapper .tab::-webkit-scrollbar-track {
        border: 1px solid var(--lightwhite-color);
        border-radius: 0
    }

    .productSpecification .tabs-wrapper .tab::-webkit-scrollbar-thumb {
        background: var(--red-color);
        border-radius: 0
    }

    .productSpecification .tabs-wrapper .tab::-webkit-scrollbar-thumb:hover {
        background: var(--red-color)
    }

    .productSpecification .tabs-wrapper .tab li a {
        min-width: -moz-max-content;
        min-width: max-content;
        padding: 10px
    }

    .multipleItems .addedItems {
        width: 100%
    }

    .multipleItems .addedItems .productaddprice {
        margin-bottom: 10px;
        width: 50%
    }

    .multipleItems .multipleCart {
        border-top: 1px solid #ccc;
        padding-top: 20px;
        text-align: center
    }

    .specification-section .left-section, .specification-section .right-section {
        width: 100%
    }

    .similar-products-section .product-list {
        padding-bottom: 1.75rem
    }

    .checkoutPg .inner-content {
        -moz-column-gap: 2%;
        column-gap: 2%
    }

    .checkoutPg .inner-content .left-section, .checkoutPg .inner-content .right-section {
        width: 49%
    }

    .myAccountPg .inner-content {
        -moz-column-gap: 2%;
        column-gap: 2%
    }

    .myAccountPg .box-wrapper {
        padding: 1rem
    }

    .myAccountPg .right-section {
        width: 63%
    }

    .customizeRecliner .bottom-section .inner-content {
        background: var(--darkgrey-color);
        border-radius: 1rem;
        overflow: hidden
    }

    .customizeRecliner .bottom-section .inner-content .round-box {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .careerDetail .inner-content .left-section, .careerDetail .inner-content .right-section {
        width: 100%
    }

    .careerDetail .inner-content .right-section {
        margin-top: 0
    }

    .blogListing .inner-content .item, .franchise-support .left-section, .franchise-support .right-section {
        width: 100%
    }

    .homeTheaterDetail .item .inner-content {
        flex-direction: column;
        flex-wrap: nowrap
    }

    .homeTheaterDetail .item .content, .homeTheaterDetail .item .img-wrapper {
        width: 100%
    }

    .homeTheaterDetail .item .img-wrapper {
        order: 1
    }

    .homeTheaterDetail .item .content {
        order: 2
    }

    .video-banner-section {
        padding-top: 1.75rem
    }

    .video-banner-section video {
        border-radius: 1rem;
        height: auto;
        min-height: 100%
    }

    .testimonial-section .inner-content .left-section {
        width: 54%
    }

    .testimonial-section .inner-content .left-section .content-box {
        align-items: flex-start;
        height: 100%;
        position: absolute;
        text-align: left
    }

    .testimonial-section .inner-content .left-section .content-box .heading-title {
        text-align: left
    }

    .testimonial-section .inner-content .right-section {
        width: 44%
    }

    .wishlishPageSection .inner-content .left-section, .wishlishPageSection .inner-content .right-section {
        width: 100%
    }

    .homeTheaterVideo .lg-heading {
        font-size: 1.25rem
    }

    .customer-speaks-section .items {
        justify-content: center
    }

    .customer-speaks-section .items .item iframe {
        height: 240px;
        min-height: 240px
    }

    .homeTheaterVideo .video-wrapper .img-wrapper {
        justify-content: center;
        min-width: 280px
    }

    .homeTheaterVideo .video-wrapper .img-wrapper iframe {
        min-width: 100%
    }

    .home-video-content .inner-content .item {
        width: 100%
    }

    .coreValue.homeCoreValues .items .item {
        flex: 0 0 49%;
        padding: 30px 15px
    }

    .coreValue.franchise-pg .items .item {
        flex: 0 0 32%
    }

    .homeBrandValues {
        padding: 30px 15px
    }

    .rollOutSection .franchise-listing li {
        width: 49%
    }

    .lounger-items-section .item .content-wrapper, .lounger-items-section .item .img-wrapper {
        width: 100%
    }

    .lounger-items-section .item .content-wrapper {
        padding: 30px 15px
    }

    .lounger-items-section .item:nth-child(2n) .img-wrapper {
        order: 1
    }

    .contact-us-section .inner-content .item {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 10px;
        width: 100%
    }

    .chatbot_new_wrap, .whatsappWrapper {
        /*left: 15px;*/
    }

    .quick-enqiry-form-wrapper {
        right: 15px
    }
}

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

    .breadcrumbWrapper .breadcrumb, .breadcrumbWrapper .heading-title {
        max-width: 100%
    }

    .mt-48 {
        margin-top: 1.5rem !important
    }

    .sitemap-live ul li ul li {
        width: 48%
    }

    .home-banner {
        min-height: 200px
    }

    .home-banner.installation-page {
        min-height: 360px
    }

    .accesories-section .content .comfort-enhancer-section, .accesories-section .content .relaxtion-section, .cinema-chair-section, .plush-sofa-section, .sofa-recliner-section .luxe-sofa-section, .sofa-recliner-section .recliner-sofa-section {
        min-height: 400px
    }

    .accesories-section .content .comfort-enhancer-section .img-box, .accesories-section .content .comfort-enhancer-section .img-wrapper, .accesories-section .content .relaxtion-section .img-box, .accesories-section .content .relaxtion-section .img-wrapper, .cinema-chair-section .img-box, .cinema-chair-section .img-wrapper, .plush-sofa-section .img-box, .plush-sofa-section .img-wrapper, .sofa-recliner-section .luxe-sofa-section .img-box, .sofa-recliner-section .luxe-sofa-section .img-wrapper, .sofa-recliner-section .recliner-sofa-section .img-box, .sofa-recliner-section .recliner-sofa-section .img-wrapper {
        min-height: 200px
    }

    .accesories-section .content .comfort-enhancer-section .img-box img, .accesories-section .content .comfort-enhancer-section .img-wrapper img, .accesories-section .content .relaxtion-section .img-box img, .accesories-section .content .relaxtion-section .img-wrapper img, .cinema-chair-section .img-box img, .cinema-chair-section .img-wrapper img, .plush-sofa-section .img-box img, .plush-sofa-section .img-wrapper img, .sofa-recliner-section .luxe-sofa-section .img-box img, .sofa-recliner-section .luxe-sofa-section .img-wrapper img, .sofa-recliner-section .recliner-sofa-section .img-box img, .sofa-recliner-section .recliner-sofa-section .img-wrapper img {
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .products {
        position: relative;
        z-index: 9
    }

    .products .inner-content .filters, .products .inner-content .product-list-wrapper {
        width: 100%
    }

    .products .inner-content .filters .content {
        position: static
    }

    body.showFilter {
        overflow: hidden
    }

    body.showFilter header, body.showFilter header.fixed {
        z-index: 1
    }

    .shopFilterWrapper {
        background: var(--white-color);
        height: 100vh;
        left: 0;
        overflow-y: scroll;
        padding: 5rem 1rem;
        position: fixed;
        right: 0;
        top: -150%;
        transition: all .5s ease-in;
        width: 100vw;
        z-index: 99
    }

    .shopFilterWrapper.show {
        top: 0
    }

    .shopFilterWrapper .close-filter {
        display: flex
    }

    .shopFilterWrapper .close-filter i:before {
        color: var(--red-color)
    }

    .itemsFilterWrapper {
        margin-bottom: 0
    }

    .filterbtn {
        background: var(--red-color);
        display: inline-flex
    }

    .contentSection .inner-content {
        border-radius: 1rem;
        padding: 2rem 1rem
    }

    .contentSection .inner-content .lg-heading {
        font-size: 16px
    }

    .contentSection .item {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .commonInnerpgSection .inner-content .item:last-child {
        order: 1
    }

    .commonInnerpgSection .inner-content .item:first-child {
        order: 2
    }

    .commonInnerpgSection .commonForm {
        max-width: 100%
    }

    .commonInnerpgSection.hasBredcrumb .left-section {
        padding-bottom: 0;
        padding-top: 0
    }

    .commonInnerpgSection.hasBredcrumb .right-section {
        margin-top: 0
    }

    .commonInnerpgSection.loginPg .right-section img {
        min-height: auto
    }

    .commonInnerpgSection.categoryOverview .inner-content .right-section {
        margin-top: 0
    }

    .commonInnerpgSection.categoryOverview .inner-content .item:first-child {
        order: 1
    }

    .downloadCatalogue .inner-content {
        padding: 2rem
    }

    .downloadCatalogue .inner-content .left-section {
        width: 100%
    }

    .downloadCatalogue .inner-content .right-section {
        justify-content: flex-start;
        width: 100%
    }

    .tabs-wrapper {
        flex-wrap: wrap
    }

    .tabs-wrapper .left-section, .tabs-wrapper .right-section {
        position: relative;
        width: 100%
    }

    .tabs-wrapper .left-section {
        top: 0
    }

    .tabs-wrapper .tab {
        -moz-column-gap: 0;
        column-gap: 0;
        flex-direction: row;
        overflow-x: scroll;
        width: 100%
    }

    .tabs-wrapper .tab::-webkit-scrollbar {
        height: 1px
    }

    .tabs-wrapper .tab::-webkit-scrollbar-track {
        border: 1px solid var(--lightwhite-color);
        border-radius: 0
    }

    .tabs-wrapper .tab::-webkit-scrollbar-thumb {
        background: var(--red-color);
        border-radius: 0
    }

    .tabs-wrapper .tab::-webkit-scrollbar-thumb:hover {
        background: var(--red-color)
    }

    .tabs-wrapper .tab a {
        background: var(--white-color);
        border: 1px solid #ccc;
        border-radius: 0;
        padding: 5px 10px;
        width: -moz-max-content;
        width: max-content
    }

    .tabs-wrapper .tab a.active {
        border-color: var(--red-color)
    }

    .tabs-wrapper .tab.light li a {
        padding: 0 0 0 12px
    }

    .tabs-wrapper .tab.light li a:before {
        top: 7px
    }

    .product-detailpg .inner-content {
        height: 100%
    }

    .product-detailpg .inner-content .product-detail, .product-detailpg .inner-content .product-image {
        width: 100%
    }

    .product-detailpg .single-product {
        height: -moz-max-content;
        height: max-content
    }

    .product-detailpg .single-product .scroll-content {
        height: 100%;
        overflow-y: initial
    }

    .product-detailpg .single-product .cart-btn {
        bottom: 10px;
        left: 15px;
        margin: auto;
        position: fixed;
        right: 15px;
        z-index: 9
    }

    .product-detailpg .single-product .cart-btn button {
        justify-content: center;
        width: 100%
    }

    .product-detailpg .milestone-wrapper .milestone-items .item {
        flex-direction: column;
        row-gap: 10px;
        text-align: center
    }

    .product-detailpg .milestone-wrapper .milestone-items .title span {
        display: block
    }

    .pdp-banners-section .left-section, .pdp-banners-section .right-section, .similar-products-section .left-section, .similar-products-section .right-section {
        width: 100%
    }

    .similar-products-section .product-list .owl-dots {
        margin-bottom: .75rem
    }

    .checkoutPg .inner-content .left-section, .checkoutPg .inner-content .right-section {
        width: 100%
    }

    .checkoutPg .inner-content .right-section {
        margin-top: 0
    }

    .myAccountPg .left-section, .myAccountPg .right-section {
        width: 100%
    }

    .myAccountPg .orderDetailPg .item {
        flex-wrap: wrap
    }

    .myAccountPg .dark-btn.lg-btn {
        font-size: 1rem;
        font-weight: 400;
        padding: 1rem
    }

    .customizeProducts .left-section, .customizeProducts .right-section {
        width: 100%
    }

    .customizeRecliner .top-section .content, .customizeRecliner .top-section .sizes {
        justify-content: flex-start;
        width: 100%
    }

    .currentOpening .inner-content {
        align-items: flex-start !important;
        flex-direction: column;
        justify-content: flex-start !important;
        padding: 20px
    }

    .currentOpening .inner-content .left-section, .currentOpening .inner-content .right-section {
        justify-content: flex-start;
        width: 100%
    }

    .careerDetail .topWrapper {
        padding: 20px
    }

    .contact-us-section .top-links {
        margin-bottom: 2rem;
        width: 100%
    }

    .topics-section .inner-content .left-section, .topics-section .inner-content .right-section {
        width: 100%
    }

    .HistorySec .HistoryBottom .HistoryRow:before {
        display: none
    }

    .HistorySec .HistoryBottom .HistoryRow .item {
        width: 48%
    }

    .HistorySec .HistoryBottom .HistoryRow .item:after, .HistorySec .HistoryBottom .HistoryRow .item:before {
        display: none
    }

    .lazyboy-color .LazyboyCategorySec .three-column .item {
        width: 100%
    }

    .lazyboy-color .LazyboyCategorySec .three-column .item .CatgoryImage img, .lazyboy-color .LazyboyCategorySec .three-column .item .LazyCategoryContent p {
        min-height: auto
    }

    .lazyboy-color .LazyboyCategorySec .desktop-banner {
        display: none
    }

    .lazyboy-color .LazyboyCategorySec .mobile-banner {
        display: block
    }

    .lazyboy-color .GallerySec .items .item {
        width: 49%
    }

    .lazyboy-color .GallerySec .sm-heading {
        margin-top: 8px
    }

    .guarantee-section .item {
        flex: auto;
        width: 32%
    }

    .homeTheaterDetail .content {
        padding: 30px 15px
    }

    .homeTheaterDetail .item p.xs-heading {
        margin-bottom: 15px
    }

    .homeTheaterDetail .item ul p {
        letter-spacing: 1px;
        margin-top: 5px
    }

    .homeTheaterDetail .inner-banner .content {
        padding: 15px
    }

    .homeTheaterDetail .inner-banner .lg-heading {
        letter-spacing: 3px;
        text-align: center
    }

    .contact-details .items {
        justify-content: space-between;
        padding: 20px 15px
    }

    .contact-details .item {
        row-gap: 15px
    }

    .contact-details .icon-wrapper {
        max-width: 40px
    }

    .contact-details a {
        font-size: .75rem;
        letter-spacing: 1px
    }

    .contact-details .heading-title {
        font-size: 22px
    }

    footer .whatsapp-sticky {
        bottom: 30px;
        right: 15px
    }

    .coreValue .items .item {
        width: 49%
    }

    .coreValue.franchise-pg .items .item {
        flex: 0 0 49%
    }

    .testimonial-section .inner-content .left-section {
        width: 100%
    }

    .testimonial-section .inner-content .left-section .img-wrapper {
        height: auto
    }

    .testimonial-section .inner-content .left-section .content-box {
        align-items: center;
        background: var(--lightred-color);
        height: -moz-max-content;
        height: max-content;
        position: static;
        text-align: center
    }

    .testimonial-section .inner-content .right-section {
        width: 100%
    }

    .aboutReachSection .inner-content {
        flex-direction: column;
        row-gap: 20px
    }

    .aboutReachSection .content-secton {
        order: 2;
        width: 100%
    }

    .aboutReachSection .img-wrapper {
        width: 100%
    }

    .talktous-form .inner-content {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .talktous-form .left-section {
        height: 300px;
        min-height: 300px;
        overflow: hidden;
        width: 100%
    }

    .talktous-form .left-section img {
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%
    }

    .talktous-form .right-section {
        padding: 15px;
        width: 100%
    }

    .talktous-form .commonForm, .talktous-form .heading-title {
        padding: 0
    }

    .faqSection .inner-content .left-section {
        position: static
    }

    .ReviewsSec .reviesList .reviewItem {
        width: 49%
    }

    .MainRatingSection .item:first-child {
        border: 0
    }

    .MainRatingSection .item:last-child {
        display: flex;
        justify-content: center;
        padding-left: 0
    }

    .MainRatingSection .item .RatingProgress .ProgressBar progress {
        min-width: 280px
    }

    .awardsSection .items .item {
        width: 49%
    }

    .awardsSection .img-wrapper {
        height: 120px
    }

    .awardsSection .sm-heading {
        font-size: 14px;
        line-height: 1.5
    }

    .awardsSection .inner-content {
        padding: 1rem .5rem
    }

    .franchise-partner-profile .inner-content {
        -moz-column-gap: 2%;
        column-gap: 2%
    }

    .franchise-partner-profile .inner-content .img-wrapper {
        display: none
    }

    .franchise-partner-profile .inner-content .item {
        width: 49%
    }

    .rollOutSection .inner-section {
        row-gap: 20px
    }

    .rollOutSection .contentSection, .rollOutSection .img-wrapper {
        width: 100%
    }

    .fancyboxForm {
        padding: 35px 15px 15px
    }

    .whatsappWrapper {
        /*left: 10px;*/
    }

    .whatsappWrapper .whatsappIconBox .textBox {
        display: none !important
    }

    .whatsappWrapper .whatsappPopup {
        max-width: 300px;
        right: 0
    }

    .whatsappWrapper .whatsappPopup .top-section {
        padding: 15px 15px 15px 60px
    }

    .whatsappWrapper .whatsappPopup .top-section p {
        font-size: 11px
    }

    .whatsappWrapper .whatsappPopup .bottom-section {
        padding: 15px
    }

    .whatsappWrapper .whatsappPopup .content .center p {
        font-size: 12px
    }

    .chatbot_new_wrap {
        left: 10px
    }

    .chatbot_new_wrap .chatbot_modal_wrap {
        height: 400px;
        left: 64px
    }

    .chatbot_new_wrap .chatbot_modal_wrap iframe {
        max-width: 270px
    }

    .projects-pg .inner-content {
        -moz-column-gap: 2%;
        column-gap: 2%;
        row-gap: 10px
    }

    .projects-pg .item {
        flex: 0 0 49%
    }

    .showroom-pg .tabs {
        overflow-y: auto
    }

    .showroom-pg .tabs::-webkit-scrollbar {
        height: 1px
    }

    .showroom-pg .tabs::-webkit-scrollbar-track {
        border: 1px solid var(--lightwhite-color);
        border-radius: 0
    }

    .showroom-pg .tabs::-webkit-scrollbar-thumb {
        background: var(--red-color);
        border-radius: 0
    }

    .showroom-pg .tabs::-webkit-scrollbar-thumb:hover {
        background: var(--red-color)
    }

    .showroom-pg .tabs .tab-button {
        background: var(--lightoffwhite-color);
        font-size: 12px;
        min-width: -moz-max-content;
        min-width: max-content;
        padding: 10px
    }

    .showroom-pg .lg-heading {
        margin-bottom: 1rem !important
    }

    .showroom-pg .tabs-wrapper .tab a {
        font-size: 12px;
        padding: 5px
    }
}

@media only screen and (max-width:560px) {
    .product-list .item {
        width: 100% !important
    }

    .product-list .item .product-figure {
        height: auto
    }

    .product-list .item .product-desc {
        min-height: auto
    }

    .product-detailpg .product-detail form {
        height: auto
    }

    .product-detailpg .product-detail form .single-product .top-wrapper .heading-title {
        width: 100%
    }

    .product-detailpg .product-detail form .single-product .productForm .form-group:nth-last-child(-n+3), .product-detailpg .product-detail form .single-product .top-wrapper .starRatingview {
        margin-bottom: 10px;
        width: 100%
    }

    .product-detailpg .product-detail form .single-product .productForm .productBtn-Group .ProductBtn-1 button {
        padding: 15px 5px
    }

    .product-detailpg .product-detail form .single-product .FilterContent {
        min-width: auto;
        width: 100vw
    }

    .product-detailpg .product-detail .buy-block-sec {
        bottom: 0;
        position: relative;
        right: 0;
        width: 100%
    }

    .product-detailpg .product-detail .buy-block-sec .ProductBtn-1 {
        text-align: left
    }

    .product-detailpg .product-detail .buy-block-sec .ProductBtn-1 button {
        width: 100% !important
    }

    .cartPopup .cartItems form {
        row-gap: 10px
    }

    .cartPopup .cartItems .item {
        border-bottom: 1px solid hsla(0, 0%, 100%, .15);
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        flex-direction: column;
        padding: 1.25rem;
        row-gap: .5rem
    }

    .cartPopup .cartItems .item .img-wrapper {
        height: 50px;
        width: 50px
    }

    .cartPopup .cartItems .item .qty-box .qty {
        display: none
    }

    .cartPopup .cartItems .item .qty-box .cart-qty {
        display: flex
    }

    .cartPopup .cartItems .item .qty-box .cart-qty span {
        align-items: center;
        border: 1px solid #ccc;
        cursor: pointer;
        display: flex;
        font-size: 26px;
        height: 36px;
        justify-content: center;
        padding: 10px
    }

    .cartPopup .cartItems .item .qty-box .cart-qty input {
        border-radius: 0;
        width: 35%
    }

    .cartPopup .cartItems .left-section {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        width: 100%
    }

    .cartPopup .cartItems .right-section {
        padding-left: calc(50px + 1rem);
        text-align: left
    }

    .cartPopup .totalWrapper {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        padding: 1rem
    }

    .cartPopup .totalWrapper .dark-btn.lg-btn {
        font-size: 1rem;
        padding: .875rem
    }

    .cartPopup .totalWrapper .price {
        font-size: 1.25rem
    }

    footer .top-links .links {
        -moz-column-gap: 2%;
        column-gap: 4%;
    }

    footer .top-links li {
        width: 100%
    }

    footer .call-section .icon-wrapper {
        height: 55px;
        width: 55px
    }

    footer .call-section .icon-wrapper i {
        font-size: 1.875rem
    }

    footer .call-section .link {
        font-size: 1.25rem
    }

    footer .footerLast .item {
        margin-bottom: 20px;
        width: 100% !important
    }

    .coreValue .items {
        row-gap: 20px
    }

    .coreValue .items .item {
        width: 100%
    }

    .coreValue .items .item .icon-wrapper {
        height: 55px;
        padding: 5px;
        width: 55px
    }

    .coreValue .items .item .icon-wrapper img {
        max-height: 35px
    }

    .coreValue .items .item .text {
        margin-top: 10px
    }

    .skills li {
        width: 49%
    }

    .careerDetail .inner-content .right-section .form-wrapper {
        padding: 20px
    }

    .lazyboy-color .HistorySec .HistoryBottom .HistoryRow .item {
        width: 100%
    }

    .lazyboy-color .HistorySec .HistoryBottom .HistoryRow .item h2 {
        margin-top: 10px
    }

    .client-section .inner-content {
        -moz-column-gap: 2%;
        column-gap: 2%;
        row-gap: 8px
    }

    .client-section .inner-content .item {
        width: 32%
    }

    .guarantee-section .item {
        width: 49%
    }

    .tabs-wrapper .img-tiles .item, .tabs-wrapper .video-tiles .item {
        width: 100%
    }

    .rollOutSection .franchise-listing {
        row-gap: 15px
    }

    .rollOutSection .franchise-listing li {
        width: 100%
    }

    .WishMainItem {
        flex-direction: column;
        row-gap: 10px
    }

    .WishMainItem .WishRightSec {
        padding-left: 40px
    }

    .WishMainItem .WishLeftSec .RemoveWish {
        align-items: flex-start
    }

    .WishMainItem .WishLeftSec .WishlistImageProduct {
        height: auto;
        width: 100%
    }

    .WishMainItem .WishLeftSec .WishlistImageProduct img {
        width: 100%
    }

    .WishMainItem .WishLeftSec>div.d-flex {
        align-items: flex-start !important;
        flex-direction: column;
        row-gap: 16px
    }

    .WishMainItem .WishLeftSec .ListNameProduct {
        margin-left: 0
    }

    .HomeVideoSection .video-container .vidImg .vid-icon {
        max-width: 60px
    }

    .currentOpening .inner-content .left-section {
        align-items: flex-start !important;
        flex-direction: column
    }

    .ReviewsSec .reviesList .reviewItem {
        width: 100%
    }

    .homeTheaterVideo .video-wrapper {
        flex-direction: column
    }

    .homeTheaterVideo .video-wrapper .img-wrapper {
        border-radius: 1rem;
        min-width: -moz-max-content;
        min-width: max-content
    }

    .homeTheaterVideo .content-wrapper {
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .homeTheaterVideo .lg-heading {
        font-size: 1.25rem
    }

    .customer-speaks-section .items {
        justify-content: center
    }

    .customer-speaks-section .items .item {
        flex: initial;
        width: 100%
    }

    .commonForm .form-row {
        flex-direction: column
    }

    .coreValue.franchise-pg .items {
        row-gap: 15px
    }

    .coreValue.franchise-pg .items .item {
        flex: 100%
    }

    .franchise-apart-section .inner-item {
        flex: 0 0 49%
    }

    .franchise-support-section .inner-item {
        flex: 100%
    }

    .quick-enqiry-form-wrapper {
        max-width: 260px
    }
}

.netxt {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 22px
}

.pulse {
    animation: pulse 1s ease-in-out infinite alternate
}

@keyframes pulse {
    0% {
        transform: scale(.6)
    }

    to {
        transform: scale(1.014)
    }
}







.Specializing1{
			margin-bottom:2rem;
			background-color: #F6F5ED !important;
		}
		
		.Specializing {
			display: flex;
			/*flex-wrap: wrap;*/
			align-items: center;
			justify-content: center;
			padding: 20px;
			gap: 26px !important;
		}

	   @media (max-width:480px) {
		 .Specializing {
			display: flex;
			flex-wrap: wrap;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			padding: 20px;
			gap: 26px !important;
			}
		}
		.images {
			max-width: 500px;
		}

		.images img {
			width: 100%;
			min-height: 395px;
			border-radius: 5px;
			box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
			border-bottom-right-radius: 130px;
		}

		.content {
			/*flex: 1 1 50%;*/
			max-width: 760px;
			/*padding: 20px;*/
		}

		.content h1 {
			font-size: 2rem;
			color: #333;
		}

		.content p {
			margin-top: 10px;
			color: #555;
		}

		.highlight {
			color: #d32f2f;
		}

		@media (max-width: 768px) {
			.container {
				flex-direction: column;
			}

			.images {
				grid-template-columns: 1fr;
			}

			.content h1 {
				font-size: 1.5rem;
			}
		}
		
	  .feature-section {
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 50px 20px;
		background-color: #F6F5ED !important;
		}

	@media (max-width:480px) {
		.feature-section {
			display: flex;
			justify-content: space-around;
			align-items: center;
			padding: 50px 20px;
			background-color: #fff;
			flex-direction: column !important;
		}
	}

	.feature-item {
		text-align: center;
		max-width: 296px;
	}

	.feature-item img {
		width: 150px;
		margin: 10px auto !important;

	}

	.feature-title {
		font-size: 17px;
		font-weight: bold;
		color: #333;
		margin-bottom: 10px;
	}

	.feature-description {
		font-size: 16px;
		color: #666;
		line-height: 1.5;
	}

	.custom-grid-container {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 35px;
		padding: 20px;
		background-color: #f9f9f9;
	}

	.custom-grid-item {
		border: 2px solid #007BFF;
		border-radius: 10px;
		text-align: center;
		padding: 20px;
		background-color: #ffffff;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.custom-grid-item:hover {
		transform: translateY(-5px);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
	}

	.custom-grid-icon {
		font-size: 2rem;
		color: #007BFF;
		margin-bottom: 10px;
		display: inline-block;
	}

	.custom-grid-item p {
		margin: 0;
		font-size: 1rem;
		font-weight: bold;
		color: #333;
	}

	.feature-container {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		/*padding: 20px;*/
		margin-bottom: 3rem;
	}

	/* Feature Item Styling */
	.feature-item {
		background-color: #fff;
		width: 22%;
		margin: 10px;
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
		padding: 10px;
		text-align: center;
		position: relative;
    filter: drop-shadow(2px 2px 8px black);
		    border-top: 10px solid;
	}

	.feature-item .icon {
		font-size: 40px;
		color: #3498db;
		margin-bottom: 10px;
	}

	.feature-title {
		font-size: 16px;
		font-weight: bold;
		color: #333;
		margin-bottom: 10px;
	}

	.feature-description {
		font-size: 14px;
		color: #777;
	}

	/* Hover Effect */
	.feature-item:hover {
		border-color: #e97523;
		box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
		top: -10px;
	}
	
	.feature-item:hover .icon {
		transition: all .4s ease-in-out 0s;
    transform: rotateY(360deg);
		color: #e97523;
	}
	
	/* Responsive Design */
	@media (max-width: 768px) {
		.feature-item {
			width: 45%;
		}
	}

	@media (max-width: 480px) {
		.feature-item {
			width: 90%;
		}
		
		.feature-box1{
			width: 100%!important;
		}
	}

	.SimilarProducts{
		background-color: #F6F5ED !important;
	}
	.heading-title{
	   padding-top: 3rem;
	}

   footer.lightbox{
			display: none !important;
		}
		.whatsappStickyIcon img {
			width: 50px;
			height: 50px;
			animation: none !important; 
		   }