@font-face {

    font-family: 'Times New Roman';

    src: url('../font/Times-new-roman/TimesNewRomanPS-ItalicMT.woff2') format('woff2'),

        url('../font/Times-new-roman/TimesNewRomanPS-ItalicMT.woff') format('woff');

    font-weight: normal;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Times New Roman';

    src: url('../font/Times-new-roman/TimesNRCyrMT-Bold.woff2') format('woff2'),

        url('../font/Times-new-roman/TimesNRCyrMT-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Times New Roman';

    src: url('../font/Times-new-roman/Times-BoldItalic.woff2') format('woff2'),

        url('../font/Times-new-roman/Times-BoldItalic.woff') format('woff');

    font-weight: bold;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Times New Roman';

    src: url('../font/Times-new-roman/TimesNRCyrMT.woff2') format('woff2'),

        url('../font/Times-new-roman/TimesNRCyrMT.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}

* {
    box-sizing: border-box;
}

/*html {
    overflow-x: hidden;
}*/

body {
    margin: 0;
    font-family: 'Times New Roman', sans-serif !important;
    overflow-x: hidden;
}

.quicksand {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

div#branding {

    display: none;

}
div#form-popup {
    overflow: hidden;
}
.top-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    background-color: #000;

    color: #fff;

    padding: 10px 20px;

}

.contact-info {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 32px;

}
.cnct {
    display: none;
}
/*.cnct {

    display: flex;

    align-items: center;

    gap: 10px;

}*/

.cnct a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 5px 0px;
}
.cnct a:hover{
     color: #fff;
    text-decoration: none;

}
.cnct img {
    width: 23px;
    height: 15px;
}

.book-appointment a {
    font-size: 14px;
    margin: 0;
    color: #fff;
    text-decoration: none;
}
.book-appointment a:hover{
    color:#fff;
    background-color:#000;
}
body header#header {
    position: sticky;
    top: 0;
    background-color: #fff;
    font-size: 20px;
    z-index: 99;
}
/*.sticky-header {
    transform: translateY(-30px);
    background: #fff;
    box-shadow: 0 0 5px 0 #ddd;
}*/
.main-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px 10px;
    justify-content: space-between;
    min-height: 100px;
}

.main-header img {
    width: 130px;
    height: 82px;
}

.main-header ul.menu {

    list-style-type: none;

    display: flex;

    padding: 0;

    margin: 0;

    flex-wrap: wrap;

    justify-content: center;

}

.main-header ul li {

    display: inline-block;

    position: relative;

}

.main-header ul li a {

    color: #000;

    font-size: 18px;

    margin-right: 25px;

    text-decoration: none;

    display: inline-block;

}


ul.sub-menu {

    padding: 0;

    list-style-type: none;

    display: none;

    position: absolute;

    left: 0;

    padding: 10px;

    width: 180px;

}

ul.sub-menu li {

    margin: 0;

    border-bottom: 1px solid #c7c1c1;

    width: 100%;

    padding: 7px;

}

ul.sub-menu li a {

    padding-bottom: 5px;
    margin:0;

}

li.menu-item-has-children:after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    background-repeat: no-repeat;
    float: right;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 11px;
    font-weight: 700;
    font-size: 12px;
}

li.menu-item-has-children>ul>li.open>a::after {
    content: "\f077";

    font-family: 'Font Awesome 6 Free';

}

/*-------------------------------------------banner--------------------------------*/

video {

    width: 100%;

    max-height: 420px;

    object-fit: cover;

}

img {

    width: 100%;

    height: auto;

}
.hide{
    display: none;
}
.inline-content p {
   margin:0;
}
.prod-faq span:not(.dots) {
    background-color: #000;
    color: #ffff;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.read-btn {
    margin: 25px 0px;
}
.last-content {
   transition: max-height 0.5s ease-in-out;
}
.half {
    display: inline;
}
.trending-products {

    position: relative;

    overflow: hidden;

    text-align: center;

    padding: 36px 0px 30px 0px;

}

.trending-products h1 {

    font-size: 44px;

    font-weight: 400;

    margin-bottom: 12px;

}

.trending-products .owl-nav {

    position: absolute;

    top: 40%;

    left: -26px;

    right: -18px;

    margin: 0;

    display: flex;

    justify-content: space-between;

    height: 0;

    align-items: center;

}

.owl-nav button {

    border-radius: 23px !important;

    background-color: #000 !important;

    border: 1px solid #000;

    height: 35px;

    width: 35px;

    text-align: center;

}

.customer-reviews .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {

    background: #427fed !important;

}

p.content {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.trending-products p.content {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.product {

    height: 100%;

    padding-right: 10px;

}

.product a img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.product-detail {

    text-align: left;

    margin-top: 22px;

}

.product-detail p {

    margin-bottom: 5px;

    font-size: 16px;

    font-weight: 400;

    text-align: left;
    color:#000;

}

.product-detail span {
    font-size: 16px;
    font-weight: 600;
    display: none;
}

.good-style-sec {

    text-align: center;

}

.good-style-sec h2 {

    font-size: 44px;

    font-weight: 400;

    margin-bottom: 12px;

}

.good-style-sec .col-lg-4:nth-child(4),

.good-style-sec .col-lg-4:nth-child(5),

.good-style-sec .col-lg-4:nth-child(6) {

    margin-top: 50px;

}

.party-product img {

    height: 380px !important;

    object-fit: cover !important;

}

.party-product p {

    margin: 0;

    margin-top: 20px;

    font-size: 16px;

    font-weight: 400;

}

.shop-by-occasion-sec {

    text-align: center;
    /*    padding-top:80px;*/

}

.shop-by-occasion-sec p.content {
    margin: auto;
    max-width: 913px;
    /* padding: 20px 0px 40px 0px; */
    margin-bottom: 40px;
}

.shop-by-occasion-sec h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 12px;
}

.shop-by-occasion-sec .col-lg-4:nth-child(4),

.shop-by-occasion-sec .col-lg-4:nth-child(5),

.shop-by-occasion-sec .col-lg-4:nth-child(6) {

    margin-top: 50px;

}

.collection-section {
    padding: 80px 0px;
}

.collection-section .row {

    align-items: center;

    background-color: #f4f4f4;

}

.collection-section .col-lg-6 {

    padding: 0;

}

.inner-coll-content {

    text-align: center;

    padding: 0px 60px;

}


.inner-coll-content h2 {

    font-size: 44px;

    font-weight: 400;

    margin-bottom: 12px;

}

.inner-coll-content p {

    font-size: 16px;

    font-weight: 400;

}

.inner-coll-content a {

    background-color: #000;

    color: #ffff;

    text-decoration: none;

    padding: 15px 30px;

    font-size: 16px;

    font-weight: 500;

    display: inline-block;

}

.inner-coll-content a:hover {

    color: #fff;

}

.inner-coll-content a:after {

    content: '\f054';

    font-family: 'Font Awesome 6 Free';

    font-weight: 600;

    margin-left: 18px;

}
.celebrities-spotlight-sec {
    text-align: center;
    padding: 0px 0px 20px;
}

.celebrities-spotlight-sec h2 {

    font-size: 44px;

    font-weight: 400;

    margin-bottom: 12px;

}
.celebrities-spotlight-sec p.content {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.celebrities-spotlight-sec .owl-nav {

    position: absolute;

    top: 39%;

    left: -55px;

    right: -55px;

    margin: 0;

    display: flex;

    justify-content: space-between;

    height: 0;

    align-items: center;

}

.celebrities-spotlight-sec .owl-nav button {

    border-radius: 23px !important;

    background-color: #000 !important;

    border: 1px solid #000;

    height: 35px;

    width: 35px;

    text-align: center;

}

.celebrities-spotlight-sec .wp-block-group p {

    font-size: 18px;

    font-weight: 400;

    margin-top: 5px !important;

}

.what-customer-say-sec {

    text-align: center;

    padding: 0px 0px 80px;

}
.Faq {
    padding-bottom: 80px;
}
.rating {

    display: flex;

}

.shop-img img {

    width: 50px !important;

    height: 50px !important;

    border-radius: 50% !important;

}

.rating i.fa-solid.fa-star {

    color: #fb8e28;

}

.total-rating {

    margin-left: 15px;

}

.total-rating h3 {

    font-size: 16px;

    font-weight: 400;

    margin: 0;

}

.total-rating p {

    font-size: 18px;

    font-weight: 800;

    margin: 5px 0px;

    color: #fb8e28;

}

.total-rating h4 {

    font-size: 15px;

    margin: 0;

    font-weight: 400;

}

.total-rating img {

    width: 144px;

    margin: 8px 0px;

}

.total-rating .wp-google {

    margin-top: 10px;

}

.total-rating .wp-google a {

    color: #fff;

    padding: 12px 30px 12px 30px;

    outline: none;

    border-radius: unset;

    background: #000000;

    font-family: 'Times New Roman', sans-serif;

    text-shadow: 1px 1px 0 #888;

    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);

    text-shadow: unset !important;

    text-decoration: none;

}

.profile-inner-content {

    display: flex;

}

.customer-info {

    display: flex;

    flex: 1;

    gap: 53px;

    margin-left: 15px;

}

.profile-inner-content {

    display: flex;

}

.what-customer-say-sec h2 {

    font-size: 44px;

    font-weight: 400;

    margin-bottom: 12px;

}

.what-customer-say-sec p.content {

    margin-bottom: 40px;

}

.what-customer-say-sec .wp-gr .wp-google-wr a {

    color: #fff !important;

    padding: 12px 30px 12px 30px !important;

    outline: none !important;

    border-radius: unset !important;

    background: #000000 !important;

    font-family: 'Times New Roman', sans-serif !important;

    text-shadow: 1px 1px 0 #888 !important;

    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;

    text-shadow: unset !important;

}

.customer-profile img {

    width: 50px !important;

    height: 50px;

    border-radius: 50%;

}

.customer-info-inner h5 {

    margin: 0;

    font-size: 16px;

    font-weight: 700;

}

.customer-info-inner span {

    font-size: 13px;

    font-weight: 400;

}

.customer-comment {

    margin: 15px 0px 7px 0px;

    text-align: left;

}

.customer-comment i.fa-solid.fa-star {

    color: #fb8e28;

}

.customer-comment p {

    font-size: 15px;

    font-weight: 400;

    margin: 0;

}

.customer-reviews .owl-nav {

    position: absolute;

    top: 21%;

    left: -52px;

    right: -52px;

    margin: 0;

    display: flex;

    justify-content: space-between;

    height: 0;

    align-items: center;

}

.customer-reviews .owl-nav button {

    border-radius: 23px !important;

    background-color: transparent !important;

    border: 1px solid transparent;

    height: 35px;

    width: 35px;

    text-align: center;

}

.customer-reviews svg path {

    fill: #aaa !important;

}

.latest-news-sec {

    background-color: #f4f4f4;

    padding: 80px 0px 80px;

    text-align: center;

}
.latest-news-sec .col-lg-4.col-md-6.col-12 {
    margin-top: 25px;
}

.latest-news-sec h2 {

    font-size: 44px;

    margin-bottom: 12px;

    font-weight: 400;

}

.news-update-card {

    background-color: #ffff;

    padding: 20px;

    height: 100%;

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

}

.card-inner-content {

    text-align: left;

    display: flex;

    flex-direction: column;

    flex-grow: 1;

}

.card-inner-content h3 {

    font-size: 18px;

    font-weight: 500;

    margin: 20px 0px 6px;

}

.card-inner-content span {

    font-size: 14px;

    color: #868686;

    margin-bottom: 13px;

}

.news-update-card img {
    height: 230px;
    object-fit: cover;
}

.card-inner-content p {

    font-size: 18px;

    font-weight: 500;

    margin: 0;

}

.card-inner-content p:not(:last-child) {

    margin: 0px 0px 15px;

}

.card-inner-content a:last-of-type {

    margin-top: auto;

}

.view-article {

    margin-top: auto;

}

.latest-news-sec .view-article a {

    color: #000;

    text-decoration: none;

}



.static-cards-sec {

    padding: 80px 0px 80px;

}

.static-card-inner {

    text-align: center;

}

.static-card-inner img {

    width: 30%;

}

.static-card-inner h2 {

    font-size: 18px;

    font-weight: 500;

    margin: 30px 0px 6px;

}
.static-card-inner strong {
    font-weight: 500;
}

.static-card-inner p {

    font-size: 18px;

    font-weight: 500;

    margin: 0;

}

.Faq {

    text-align: center;

}

.FAQ-list h2 {

    font-size: 44px;

    font-weight: 400;

    margin-bottom: 20px;

}


.FAQ-list .accordion-item {

    border: none;

    border-bottom: 1px solid #000;

}

.accordion-item h2 {

    font-size: 18px;

    font-weight: 500;

    margin: 0;

}

.FAQ-list .accordion-button::after {

    content: "\2b" !important;

    font-family: "FONT AWESOME 6 FREE";

    background-image: none !important;

    font-weight: 900;

}

.FAQ-list .accordion-button:not(.collapsed)::after {

    content: "\f068" !important;

    font-family: "FONT AWESOME 6 FREE";

    background-image: none !important;

    font-weight: 900;

}
.accordion-item:last-of-type{
    border-radius: 0px !important;
}
/*.FAQ-list button.accordion-button.collapsed {
    padding: 16px 0px 0px;
}
*/
.accordion-button:not(.collapsed) {

    color: #000 !important;

    background-color: transparent !important;

    box-shadow: unset !important;

}

.accordion-button:focus {

    z-index: 3;

    border-color: transparent !important;

    outline: 0;

    box-shadow: unset !important;

}

.FAQ-list button.accordion-button {
    padding: 30px 0;
    font-size: 18px;
}

.FAQ-list .accordion-body {

    padding: 0 0 1rem;

}

.FAQ-list .accordion-body p {

    text-align: left;

}


.contact-form {
    background-color: #000;

}
.contact-form img {
    height: 100%;
    object-fit: cover;
}
.contactus-section .wpcf7-form-control {
    border: none;
    background-color: transparent;
    color: #fff;
}
.contactus-section span:focus-visible {
    outline: none;
}
.form-contact .wpcf7-form-control:focus-visible{
    outline: none;
}
.form-content {

    height: 100%;

    padding: 30px 30px 15px 15px;

}
.form-contact .wpcf7-form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0px;
}
.form-content h2 {

    font-size: 32px;
    color:#fff;
}

.form-contact {

    text-align: left;

    padding-top: 20px;

}
.contactus-section .form-contact input::placeholder{
    color:#fff;
}
.contactus-section .form-contact textarea::placeholder{
    color:#fff;
}
.contact-form textarea.wpcf7-form-control.wpcf7-textarea {
    color:#fff;
} 
textarea.wpcf7-form-control.wpcf7-textarea {

    height: 100px;

    width: 100%;
}
/*.form-contact .row p {
    margin-top: 10px;
     padding-bottom: 3px; 
}*/
.form-contact span.wpcf7-not-valid-tip {
    font-size: 10px;
}
.form-popup .wpcf7-response-output {
    margin: 10px 0px 0px !important;
}
.form-content input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #fff;
    color: #000;
    padding: 8px 20px;
    border: none !important;
    margin-top: 20px;
    width: 20% !important;
}
.contact-form .wpcf7-response-output {
    color: #fff;
}
.prod-faq strong {
    font-weight: bolder;
    font-size: 16px;
}
footer.elementor.elementor-236.elementor-location-footer {
    padding-top: 80px;
}
footer#footer {
    padding-top: 80px;
}
.footer-section {

    background-color: #f4f4f4;

    padding: 80px 0px 30px;

}

.footer-inner h3 {

    font-weight: 500;

    text-transform: uppercase;

    font-size: 21px;

    margin-bottom: 20px;

}

.footer-inner ul.wp-block-list {

    list-style-type: none !important;

    padding: 0 !important;

}

.footer-inner ul.wp-block-list li {

    font-size: 17px;

    font-weight: 400;

    margin-bottom: 7px;

}

.footer-inner ul.wp-block-list li a {
    color: #000;
    text-decoration: none;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-links h4 {
    font-size: 16px;
    font-weight: 400;
}

.social-links ul {
    display: flex;
    align-items: center;
    gap: 9px;
}

.social-links a {
    background: #000;
    padding: 9px 9px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.social-links img {
    width: 20px;
    height: 20px;
}

.copyright-sec {
    border-top: 1px solid #b9b9b9;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.copyright-sec p {
    margin: 0;
}

::marker {

    content: " ";

}

.join-newsletter {

    text-align: right;

}

.join-newsletter h3 {

    margin-bottom: 10px;

}

.email {

    display: flex;

    justify-content: flex-end;

    padding-bottom: 40px;

}

.email input.wpcf7-form-control {

    padding: 12px;

    border: 1px solid #E8E8E8;

    border-right: none;

    background-color: #ffffff;

    border-color: #D4D3CF;

    height: 100%;
    width:100%;

}

.email input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 13px 40px;
    margin: 0;
    background-color: #000 !important;
    color: #fff;
    width: 30%;
}
.email {
    position: relative;
}

.email .wpcf7-not-valid-tip {
    display: block;
    margin-top: 17px;
    color: red;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
}

.email .wpcf7-form-control-wrap {
    position: relative;
}
.footer-inner .wpcf7-response-output {
    margin: 0 !important;
}
span.wpcf7-spinner {

    display: none;

}

.email p {

    margin: 0;
    display: flex;

}

.join-newsletter a.wp-block-social-link-anchor {

    background-color: #000;

    border-radius: 10%;

}

.sidebar-float-icons {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 21px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.sidebar-float-icons img {
    width: 30px;
    height: 30px;
}

.fixed-icon {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.fixed-icon:hover .dwnld-brochure h4 {
    display: block;
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.dwnld-brochure {
    transform: translateX(50px);
    opacity: 0;
    transition: all ease 0.6s;
    cursor: pointer;
}

.fixed-icon:hover .dwnld-brochure {
    transition: all ease 0.6s;
    transform: translateX(0);
    opacity: 1;
}

.dwnld-brochure h4 {
    display: none;
}
.dwnld-brochure a {
    display: none;
    color:#fff;
    text-decoration:none;
}
.fixed-icon:hover .dwnld-brochure a {
    display: block;
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}
.arrow-head {
    display: none;
}

.float-icon {
    background: #000;
    border-radius: 33px;
    padding: 11px;
    margin-bottom: 10px;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: end;
    cursor: pointer;
}

.float-icon.whatsapp-cont {
    background: #25d366;
}


/*---------------------------------archieve-page-------------------------------*/
.banner {
    position: relative;
    height: 100%;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 1;
}
.banner img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
    position: absolute;
    height: 100%;
    z-index: -1;
    flex-grow: 1;
}
.banner h1 {
    margin: 0;
    font-size: 47px;
    width: 100%;
    max-width: 580px;
    padding: 0px 30px;
}

.archieve-banner-image h1 {
    position: absolute;
    top: 30%;
    left: 61%;
    font-size: 44px;
    text-align: center;
    line-height: 1.2;
    width: 33%;
}

.featured-brand-image {
    text-align: center;
    padding: 0px 0px 80px;
}

.featured-brand-image h2 {
    font-size: 44px;
    font-weight: 400;
}

.featured-brand-image p {
    font-size: 16px;
    font-weight: 500;
    margin: auto;
    max-width: 900px;
}

.featured-brand-image img {
    max-width: 173px !important;
    height: 100px !important;
    object-fit: contain;
}
/*.video-sec {
    padding-bottom: 80px;
}*/
.stuff-heading-part {
    text-align: center;
    padding-bottom: 40px;
}

.Make-stuff {
    padding: 80px 0px;
}

.stuff-heading-part h2 {
    font-size: 40px;
    font-weight: 400;
}

.stuff-heading-part p {
    font-size: 18px;
    font-weight: 500;
}

.stuff-selection {
    background-color: #F7F7F7;
}

.stuff-selection .row {
    align-items: center;
}

.stuff-info {
    padding: 60px;
}

.stuff-selection:not(:last-child) .cat-row {
    margin-bottom: 60px !important;
}

.inner-stuff-selection .stuff-selection:nth-child(even) .row {
    flex-direction: row-reverse;
}

.stuff-info h3 {
    font-size: 24px;
    font-weight: 400;
}

.similar-styles-prod-sec {
    padding: 60px 0px 0px 0px;
    text-align: center;
}

.similar-styles-prod-sec h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 30px;
}

.arrow-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.similar-styles-prod-sec i.fa-solid {
    border-radius: 23px !important;
    background-color: #000 !important;
    border: 1px solid #000;
    height: 34px;
    width: 35px;
    text-align: center;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 42%;
    transform: translate(-19px, 4px);
}

.explore-sec {
    padding: 80px 0px 80px 0px;
    text-align: center;
    position: relative;
}

.explore-sec h2 {
    font-size: 44px;
    font-weight: 400;
}

.explore-sec .owl-nav {
    position: absolute;
    top: 40%;
    left: -26px;
    right: -18px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    height: 0;
    align-items: center;
}

.explore-more-cat {
    height: 100%;
    padding-right: 10px;
}

.explore-more-cat a img {
    aspect-ratio: 1 / .9;
    object-fit: cover;
}

.explore-more-cat p {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0px;
    margin: 0;
}

.single-page-banner {
    padding-top: 10px;
}

.about-product {
    padding: 30px 20px 30px 10px;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    margin-top: 40px;
}

.about-product h4 {
    font-size: 18px;
    font-weight: 500;
}

.about-prod h1 {
    font-size: 24px;
    font-weight: 500;
}

.about-prod span {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px 0px;
    display: inline-block;
}

.prod-faq {
    margin-top: 20px;
}

.prod-img {
   /* display: flex;
    align-items: center;
    justify-content: center;*/
    height: 100% !important;
}

.prod-img ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    gap: 4%;
    height: 100%;
}

.prod-img li {
    flex-basis: 48%;
    margin-bottom: 1%;
    width: 25%;
    float: left;
    height: 100%;
}

div#sizeguide {
    background-color: rgba(0, 0, 0, .8);
}

.prod-img img {
    /* height: auto; */
    /* height: 500px !important; 
     max-width: 500px !important; 
    display: block;*/
    object-fit: contain;
}

.modal-dialog.modal-dialog-centered {
    max-width: 730px;
    width: 100%;
    height: calc(100vh - 32px) !important;
    /*margin-top: 47px !important;*/
    justify-content: center;
    padding: 0px 15px;
}

.modal-header {
    padding: 0px 5px;
    align-self: end;
    border-bottom: none !important;
}

.modal-body {
    padding: 0 0px 0px 0px !important;
}

/*.enquiry-form-popup .row {
    align-items: center;
}*/
img.attachment-medium.size-medium.wp-post-image.entered.litespeed-loaded {
    /* min-height: 656px; */
    height: 100%;
    object-fit: cover;
}
.sizeguidepopup .modal-content {
    padding: 10px 0px;
}
button.close {
    border: none;
    background-color: transparent;
    font-size: 24px;
}
.enquiry-button {
    display: flex;
    align-items: center;
    gap: 20px;
}
.enquiry-button .whstapp-btn a {
    background: #25d366 !important;
    border-radius: 33px;
    padding: 11px;
    /* margin-bottom: 10px; */
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: end;
}
.enquire-btn a.primary-btn {
    padding: 16px 30px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

ul.slides {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-around;
}

ul.slides li {
    text-align: center;
}

ul.slides li img {
    width: 73px;
    height: 73px;
}

ul.slides li p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 40px;
}

.prod-faq .accordion-button::after {
    content: "\2b" !important;
    font-family: "FONT AWESOME 6 FREE";
    background-image: none !important;
    font-weight: 900;
}

.prod-faq .accordion-button:not(.collapsed)::after {
    content: "\f068" !important;
    font-family: "FONT AWESOME 6 FREE";
    background-image: none !important;
    font-weight: 900;
}

.prod-faq .accordion-item {
    border: none;
    border-bottom: 1px solid #bebebe;
}

.prod-faq button.accordion-button.collapsed {
    padding: 25px 0;
}

.prod-faq button.accordion-button {
    padding: 25px 0;
}

.prod-faq .accordion-body {
    padding: 10px 0;

}

.enquiry-form-content h2 {
    font-size: 32px;
    margin: 0;
}
.enquiry-form-content input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #000;
    color: #fff;
    padding: 8px 20px;
    border: none !important;
    margin-top: -3px;
}

.close-btn {
    position: relative;
}

.close-btn button.close {
    display: flex;
    position: absolute;
    top: 3px;
    right: 9px;
}

.enquiry-form-content {
    padding-right: 24px;
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

h2 {
    font-size: 24px;
}

.custom-req-sec {
    text-align: center;
    padding: 80px 0px;
}

.upper-part h2 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 20px;
}

.upper-part p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.custom-req-form {
    padding-top: 40px;
}

.custom-req-form .wpcf7-form-control {
    border: 1px solid#BEBEBC;
    padding: 6px 16px;
    width: 100%;
}

.custom-req-form select.wpcf7-form-control {
    padding: 10px 16px;
}

.custom-req-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /*color: #fff;*/
}
.contact-us-form .wpcf7 form.sent .wpcf7-response-output {
    width: 33%;
    text-align: center;
    margin: auto;
}
.custom-req-sec .wpcf7 form.sent .wpcf7-response-output {
    width: 40%;
    text-align: center;
    margin: auto;
}
.row.measurement {
    margin: 20px 0px 40px 0px;
}

.measurement p {
    display: flex;
    margin: 0;
}

.measurement span.wpcf7-form-control-wrap {
    display: inline-block;
    flex: 1;
}

.measurement .wpcf7-form-control {
    border: none;
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
    padding: 0px 10px;
}

.custom-req-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #000;
    color: #fff;
    padding: 16px 50px;
    border: none;
    width: 15%;
}

.note {
    padding-top: 20px;
}

.abt-chat-button {
    padding-top: 50px;
}

.abt-chat-button a.primary-btn {
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
    padding: 16px 30px;
}

.about-business-sec {
    padding: 80px 0px;
}

.about-business-sec h2 {
    font-size: 44px;
    font-weight: 400;
}

.abt-chat-button a.primary-btn:first-child {
    margin-right: 20px;
}

.abt-chat-button i.fa-regular,
.abt-chat-button i.fa-brands {
    margin-right: 13px;
}

.our-loc-sec {
    text-align: center;
    padding: 30px 0px 80px 0px;
}

.our-loc-sec h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 20px;
}

.our-address {
    text-align: left;
}

.location-inner-content {
    background: #f4f4f4;
    margin-top: 40px;
}

.our-address {
    padding: 30px 60px 30px 40px;
}

.our-address li i.fa-solid {
    font-size: 21px;
}

.our-address li i.fa-regular {
    font-size: 21px;
}

.location-inner-content .row {
    align-items: center;
}

.our-address a.primary-btn {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 16px 30px;
    display: inline-block;
}
.our-address a.view-google-map{
    margin-bottom: 20px;
}
.our-address li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.our-address ul {
    padding: 0;
}

.timing span {
    font-size: 18px;
    font-weight: 600;
}

.size-guide-sec {
    text-align: center;
}

.size-guide-sec h2 {
    font-size: 44px;
    font-weight: 400;
}

ul.nav-tabs {
    gap: 22px;
    border-bottom: 0;
}

.size-guide-inner-content li.nav-item {
    flex-grow: 1;
    border: 1px solid #000;
    width: 48%;
    text-align: center;
    height: 100%;
}

.size-guide-inner-content ul.nav-tabs li button {
    width: 100%;
    color: #000;
    padding: 20px 25px;
}

.size-guide-inner-content .nav-tabs .nav-link.active {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
}

.size-guide-inner-content .nav-tabs .nav-link:hover {
    border-color: #0000 !important;
    color: #000;
}
.size-guide-inner-content .tab-pane  {
    overflow-x: auto;
}
.size-guide-inner-content table {
    width: 100%;
    text-align: center;
}
.size-guide-inner-content tr {
    border-bottom: 1px solid #C9C9C9;
}

.size-guide-inner-content th,
.size-guide-inner-content td {
    padding: 20px 70px 25px 70px;
}

.tab-pane p {
    margin: 0px;
}

section {
    column-width: 300px;
    column-gap: 5px;
    padding: 5px;
}

section img {
    width: 100%;
    cursor: pointer;
}

.our-gallery-sec {
    text-align: center;
    padding: 00px 0px 80px 0px;
}

.our-gallery-sec h2 {
    font-size: 44px;
    font-weight: 400;
}

.our-gallery-sec a {
    display: inline-block;
    margin: 0px 5px 10px 0px;
}

.our-gallery-sec a:hover {
    color: #336 !important;
}

section a:first-child img {
    height: 375px;
    width: 100%;
    max-width: 400px;
}

.chocolat-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #000 !important;
    display: none;
    opacity: .8;
}

.filter-sec button.accordion-button.collapsed::after {
    content: "\2b";
    font-family: 'FontAwesome';
    background: unset;
    font-weight: bold;
    width: 13px;
}

.filter-sec .accordion-item {
    border: none;
    border-top: 1px solid #e3e3e3 !important;
    /*    padding: 20px 0;*/
    margin-top: 0px;
}
.filter-sec .accordion-button:not(.collapsed)::after {
    background: unset;
    content: "\f068";
    font-family: 'FontAwesome';
    font-weight: bold;
    transform: unset;
    width: 13px;
    content: "";
    width: 12px;
    height: 3px;
    background: #212529;
}

.filter-sec .accordion-body {
    padding: 0;
}

.filter-sec .products-wrapper {
    padding-left: 80px;
}

.filter-sec .accordion-body ul {
    padding-left: 0;
    max-height: 200px;
    overflow-y: auto;
}

.filter-sec .accordion-body ul li {
    padding: 3px 0;
}

.filter-sec button.accordion-button {
    padding-left: 0;
    padding-right: 0;
}

.filter-sec .accordion-body ::-webkit-scrollbar {
    width: 12px;
}

.filter-sec .accordion-body ::-webkit-scrollbar-thumb {
    background-color: #6a6969;
    border-radius: 30px;
}

.filter-sec .accordion-body ::-webkit-scrollbar-track {
    background-color: #404040;
}

.filter-sec {
    padding: 36px 0 70px;
}

.filter-sec .btn-group {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.filter-sec .btn-group button {
    padding: 10px 0;
    border-radius: 3px;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #101010;
}

.filter-sec .accordion-item:first-child {
    border-top: 0 !important;
    padding-top: 0;
}

.filter-sec .products a {
    text-decoration: none;
}

.filter-sec .products .product-title {
    color: #101010;
    text-decoration: none !important;
    margin: 10px 0;
}

.get-advice {
    padding-top: 30px;
}

.advice-content {
    transition: all .4s;
    width: 100%;
    background-color: #f9fafa;
    padding: 25px 25px 25px 25px;
    text-align: center;
}

.advice-content h4 {
    font-size: 18px;
}

.advice-content a {
    background: #000;
    color: #fff;
    padding: 14px 50px 14px 50px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}

.advice-content a:hover {
    color: #fff;
}

.advice-content h4 {
    font-size: 18px;
}

.advice-content h4 span {
    width: 100%;
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.product-image img {
    height: 300px;
    object-fit: cover;
}

/*----------------------------------------------faq-------------------------------------*/

.faq-static-cards-sec {
    padding: 0px 0px 100px 0px;
}

.faq-tab-sec {
    padding: 50px 0px 80px;
}

/*.products-wrapper .products-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}*/

/*.products-wrapper .products-list .products {
    width: calc(100% / 3 - 10px);
}*/

.faq-tab-inner-content ul.nav-tabs {
    display: flex;
    flex-wrap: nowrap !important;
    border-bottom: 1px solid #878787 !important;
    margin-bottom: 30px;
    justify-content: space-around;
}

.faq-tab-inner-content .nav-link {
    color: #000;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 700;
    oultine: none !important;
    box-shadow: none !important;
}

.faq-tab-inner-content .nav-tabs .nav-link {
    border: none !important;
    margin-bottom: 0 !important;
}


.faq-tab-inner-content li.nav-item:hover {
    border: none !important;
    color: #000 !important;
}

.faq-tab-inner-content .nav-link:hover {
    border: none !important;
    color: #000 !important;
}

.faq-tab-inner-content .nav-link:focus {
    border: none !important;
}

.faq-tab-inner-content .nav-tabs .nav-link.active {
    border: none !important;
    border-bottom-color: #000 !important;
    border-bottom: 3px solid #000 !important;
    /*    max-width: 100px;*/
}

.faq-tab-inner-content .nav-tabs .nav-link:focus-visible {
    border: none !important;
}

.faq-tab-inner-content .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

.faq-tab-inner-content .accordion-button::after {
    content: "\2b" !important;
    font-family: "FONT AWESOME 6 FREE";
    background-image: none !important;
    font-weight: 900;
}

.faq-tab-inner-content .accordion-button:not(.collapsed)::after {
    content: "\f068" !important;
    font-family: "FONT AWESOME 6 FREE";
    background-image: none !important;
    font-weight: 900;
}

.faq-tab-inner-content button.accordion-button.collapsed {
    padding: 30px 0px;
    font-size: 18px;
}

.faq-tab-inner-content button.accordion-button {
    padding: 30px 0px 10px;
}

.faq-tab-inner-content .accordion-body {
    padding: 16px 0px;
}

.faq-tab-inner-content .accordion-body span {
    text-align: left;
    display: inline-block;
}

.faq-tab-inner-content h5 {
    background: #f4f4f4;
    padding: 20px;
    font-weight: 700;
    font-size: 21px;
    margin: 0;
    text-align: left;
}

.faq-tab-sec h2 {
    font-size: 44px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.faq-tab-sec p {
    margin: 20px 0px 50px;
    text-align: center;
}

/*----------------------------------about-us----------------------------------*/
.about-us-banner img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
}

.about-us-sec {
    text-align: center;
    padding: 36px 0px;
}

.about-us-sec h2 {
    font-size: 44px;
    font-weight: 400;
}

.about-us-sec p {
    margin: 20px 0px 23px;
}

.about-us-sec .row {
    align-items: center;
}

.right-inner-content {
    text-align: left;
    padding-left: 60px;
}

.right-inner-content h3 {
    font-size: 44px;
    font-weight: 400;
}

.right-inner-content span:before {
    content: "\f10d";
    font-family: 'FontAwesome';
}

.right-inner-content span:after {
    content: "\f10e";
    font-family: 'FontAwesome';
}

.right-inner-content img {
    width: 189px;
    height: 38px;
    margin-left: 23%;
}

.founder-sign {
    position: relative;
    margin-top: 35px;
}

.founder-sign:before {
    content: "";
    position: absolute;
    border: none;
    height: 1px;
    background-color: #000;
    width: 109px;
    left: -4px;
    top: 17px;
}

.left-inner-content {
    text-align: left;
}

.left-inner-content h4 {
    font-size: 28px;
    margin: 20px 0px 10px;
}

.aboutus-static-sec {
    padding: 80px 0px;
}
.abt-video-thumbnail {
    position: relative;
    display: inline-block;
}
.abt-video-thumbnail img {
    display: block;
}   
.abt-video-thumbnail span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6em;
    color: #fff;
    cursor: pointer;
}
.abt-video-sec {
   display: none;
}
/*.abt-video-sec p{
   display: none;
}*/
.static-content {
    border: 1px solid #bebebe;
    position: relative;
    text-align: center;
    padding: 0px 40px;
    min-height: 370px;
}

.static-image {
    position: absolute;
    top: -54px;
    left: 36%;
    border: 1px solid #bebebe;
    border-radius: 50%;
    padding: 21px;
    background: #fff;
}

.static-data {
    margin-top: 89px;
}

.static-data h2 {
    font-size: 44px;
    font-weight: 400;
}

.our-core-value-sec {
    text-align: center;
    padding: 60px 0px;
}

.our-core-value-sec img {
    width: 110px;
}

.our-core-value-sec h2 {
    font-size: 44px;
    font-weight: 500;
    margin: 0px 0px 12px;
}

.core-value-content h2 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

.our-core-value-sec p {
    margin: 7px 0 50px;
}
.why-choose-us-sec {
    padding: 80px 0px;
    background: #f4f4f4;
    margin: 80px 0px;
    text-align: center;
}

.why-choose-us-sec h2 {
    font-size: 44px;
    font-weight: 400;
}

.chooseus-inner-content h2.wp-block-heading {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}
.chooseus-inner-content p{
    margin-top: 10px;
}
.chooseus-inner-content img {
    width: 110px;
}

.why-choose-us-sec .col-lg-4 {
    margin-top: 70px;
}

.our-journey-content {
    display: flex;
    gap: 30px;
    padding-right: 35px;
    text-align: left;
}

.our-journey-content img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 110px;
    height: 110px;
}

.our-journey-detail {
    text-align: left;
}

.our-journey-detail span {
    font-size: 32px;
    font-weight: 400;
}

.our-journey-detail h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
}

.our-journey-detail p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    margin: 7px 0px 30px !important;
}

.our-journey-sec {
    text-align: center;
}

.our-journey-sec .row {
    position: relative;
}

.our-journey-sec .row:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    z-index: 99;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 85%);
    left: 0;
    top: 0;
}

.our-journey-sec .row:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    z-index: 99;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 85%);
    right: 0;
    top: 0;
}

.our-journey-sec h2 {
    font-size: 44px;
    font-weight: 400;
}

.our-journey-sec .owl-dot.active span {
    background: #000 !important;
}

.our-journey-sec p {
    width: 100%;
    margin: 20px auto 70px;
    max-width: 656px;
}

iframe {
    width: 100%;
}

/*------------------------------------pop-up---------------------------------*/
/*.download-catalogue-popup .modal-dialog.modal-dialog-centered {
    width: 550px;
}
*/
.catalogue-popup.modal-open .form-popup {
    /*display: none;*/
    position: relative;
    z-index: -1;
}
.whatsapp-contact figure.wp-block-image.size-full {
    text-align: center !important;
    display: flex;
    align-items: center;
    background-color: #25D366;
    max-width: 16%;
    /* height: 3%; */
    width: 100%;
    border-radius: 53%;
    margin: 0 auto !important;
}

.download-catalogue-popup .modal-content {
    background: #D6F5E1;
    padding: 22px 30px 31px;
    text-align: center;
}

.whatsapp-contact h2.wp-block-heading {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    margin-top: 20px;
}

.whatsapp-contact p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin: 12px 0px;
}

.whatsapp-contact {
    text-align: center;
}

.download-catalogue-popup button.close {
    text-align: end;
    width: 100%;
    padding: 0;
}

.whatsapp-contact img {
    width: 100px !important;
    filter: brightness(0) invert(1);
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

.whatsapp-contact .wp-block-button {
    flex-grow: 1;
}

.whatsapp-contact a.wp-block-button__link.wp-element-button {
    background: #25D366;
    border-radius: 7px;
    padding: 10px 15px;
}

.whatsapp-contact a:hover {
    color: #fff;
}

.download-catalogue-popup .modal-body {
    padding: 0 !important;
}

/*-----------------------------------Contact-us----------------------------------------*/
.contact-us-banner img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
}
.contact-us-section {
    text-align: center;
    padding: 36px 0px;
}

.contact-us-form h2 {
    font-weight: 400;
    font-size: 44px;
    margin-bottom: 30px;
}

.contact-us-form p.contact-des {
    width: 100%;
    max-width: 75%;
    margin: auto;
}

.contact-us {
    padding-top: 50px;
}

.contact-us span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contact-us-form input {
    border: 1px solid #bebebe;
    padding: 6px 16px;
    width: 100%;
}

.contact-us-form textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #bebebe;
    padding: 6px 16px;
    height: 100px;
}

.contact-us input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #000;
    color: #fff;
    padding: 16px 60px;
    margin-top: 20px;
    width: 28%;
    text-align: center;
}

.our-store-loc {
    margin-top: 50px;
}

.Visit-Store-section {
    text-align: center;
}

.Visit-Store-section h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 30px;
}
.location-inner-content img {
    width: 100%;
    height: 100%;
}
/*.visit-studio-banner-sec iframe {
    pointer-events: none;
}*/
/*--------------------------------------terms and condition--------------------------------------*/
.terms-condition-sec {
    padding: 80px 0px 0px;
}

.terms-condition-sec p.has-text-align-center {
    margin: 20px 0px 50px;
}
.terms-condition-sec p {
    margin-top: 10px !important;
}
.banner-sec img {
    width: 100%;
    min-height: 380px;
    object-fit: cover;
}

.terms-condition-sec ol.wp-block-list {
    list-style-type: none;
    counter-reset: list-counter;
    padding: 0;
}

.terms-condition-sec li {
    counter-increment: list-counter;
    margin-bottom: 5px;
}

.terms-condition-sec li:before {
    content: counter(list-counter) ". ";
    margin-right: 5px;
}

.terms-condition-sec ul {
    padding: 0;
}

.terms-condition-sec ul li:before {
    content: "\f068";
    font-family: 'FontAwesome';
    padding-right: 5px;
}

h2.privacy-title {
    margin-bottom: 50px;
}

.form-popup img {
    height: 100%;
    object-fit: cover;
}
/*-------------------------------------product-by-shop------------------------------*/
.product-by-shop img {
    height: 380px !important;
    object-fit: cover !important;
}

.products-shop-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 380px;
    object-fit: cover;
}

.products-shop-page:after {
    content: "";
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.products-shop-page img {
    min-height: 70vh;
    height: 100%;
}

.products-shop-page img:before {
    content: "";
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.banner-heading {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 1157px;
    justify-content: center;
}

.products-shop-page h1 {
    color: #ffffff;
    font-size: 66px;
    font-weight: bold;
    line-height: 71px;
}

.product-good-style-sec {
    text-align: center;
    padding: 80px 0px;

}

.product-good-style-sec h2 {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 20px;
}

.product-by-shop p {
    font-weight: 500;
    padding: 25px 0px 30px;
    font-size: 16px;
    margin: 0;
    text-align:left;
}

.what-customer-say-sec.customer-say-sec {
    padding-top: 0;
}

.nav-links {
    display: none;
}
.products-faq-sec span {
        text-align: left;
        display: block;
}
.enquiry-form-popup img.attachment-medium.size-medium.wp-post-image {
    height: 100%;
    object-fit: cover;
}
/*------------------------------------------posts-page-----------------------------------*/
.postpage-container {
    /* padding: 0px 10px; */
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}
.posts-banner-sec img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center center;
}
.post-title-sec {
    padding: 60px 0px 20px;
}
.inner-post-content p a {
    color: #c36;
    text-decoration: none;
}
.theme-post-content-sec {
    padding: 40px 0px 80px;
}
.post-title-sec h1 {
    font-size: 52px;
    font-weight: 400;
    text-align: center;
     font-family: "Quicksand", Sans-serif;
}
.inner-post-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.theme-post-content-sec h2 {
    color: var( --e-global-color-primary );
    font-family: "Quicksand", Sans-serif;
    font-size: 44px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.2em;
    margin:8px 0px 16px;
}
.theme-post-content-sec h3{
    margin: 40px 0px 8px;
    font-size: 24px;
}
.theme-post-content-sec li {
    font-weight: 400;
    list-style-type: disc;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.inner-post-content ul li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-weight: 700;
    padding-right: 5px;
    font-size: 6px;
}
.card-inner-content h4{
    margin: 20px 0px 6px;
}
.card-inner-content h4 a {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0px 6px;
    text-decoration: none;
    color: #000;
}
.products-faq-sec{
    padding-top: 80px;
}
/*.related_posts-sec .col-lg-4.col-md-6.col-12:last-child {
     margin-top: 0; 
}*/
/*.related-posts {
    margin-top: 30px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
}
.related-posts p {
    font-size: 0.9rem;
    color: #333;
}*/


@media(max-width: 767px) {
    .form-popup img {
        display: none;
    }
    .FAQ-list button.accordion-button {
        font-size: 14px;
    }
    .prod-faq p {
        font-size: 14px;
    }
    .prod-faq strong {
        font-size: 14px;
    }
    .filter-sec {
        padding: 30px 0 20px;
    }

    .filter-sec .products-wrapper {
	    padding-left: calc(var(--bs-gutter-x)* .5);
	    padding-top: 25px;
	}

    .ceo-name {
        display: flex;
        align-items: center;
        margin: 20px 0px 30px;
        gap: 7px;
    }

    .left-inner-content h4 {
        font-size: 22px;
        margin: 0px;
    }

    .left-inner-content h5 {
        margin: 0;
    }

    .right-inner-content h3 {
        font-size: 25px;
    }

    .right-inner-content {
        text-align: left;
        padding-left: 0;
    }

    .our-core-value-sec {
        padding: 30px;
    }

    .our-core-value-sec .col-lg-4:not(:first-child) {
        margin-top: 40px;
    }

    .right-inner-content {
        padding-left: 0px;
        margin-top: 0 !important;
    }

    .aboutus-static-sec .col-lg-6.col-md-6:last-child {
        margin-top: 30%;
    }

    .our-journey-sec .row:after {
        content: "";
        z-index: 0;
    }

    .our-journey-sec .row:before {
        content: "";
        z-index: 0;
    }

    .about-us-banner {
        min-height: 170px;
    }

    .about-us-banner img {
        min-height: 170px;
        object-fit: cover;
    }

    .banner-sec img {
        min-height: 450px;
        object-fit: cover;
    }

    .modal-content {
        width: auto !important;
    }

    .menu-item-has-children.open .sub-menu {
        display: block;
        width: 100%;
        padding: 10px 0 0;
    }

    .menu-item-has-children.open .sub-menu li {
        padding: 8px 0px;
    }

    ul.sub-menu {

        position: static;

    }

    li.menu-item-has-children:after {
        content: "\f078";
        top: 8px;
        right: 20px;
    }

    .email input.wpcf7-form-control.wpcf7-submit.has-spinner {
        width: 100% !important;
        padding: 10px 40px 13px 40px;
    }

    .enquiry-form-content {
        padding: 30px 10px 0;
    }

    .modal-dialog.modal-dialog-centered {
        margin-left: 0 !important;
    }

    .products-shop-page h1 {
        font-size: 19px !important;
        line-height: 35px;
    }

    .archieve-banner-image h1 {
        font-size: 12px !important;
    }
    div#form-popup {
        padding: 22px 0px 0px;
        height: 100%;
    }
    .enquiry-form-content h2 {
        margin: 0;
    }

    .enquiry-form-content {
        margin-top: 11px;
    }
    .form-contact {
        text-align: left;
        padding-top: 11px;
    }
    .form-contact .row p {
        margin-top: 6px;
        padding-bottom: 1px;
        margin-bottom: 0;
    }
    .about-prod h1 {
        margin: 23px 0px 0px;
    }
    .banner h1 {
       font-size: 20px;
    }
    .what-customer-say-sec .rpi-dots-wrap {
        padding-top: 0 !important;
    }
    .chooseus-inner-content h2.wp-block-heading {
       margin-top: 15px;
    }
    .chooseus-inner-content p{
       margin-top: 10px;
    }
    .why-choose-us-sec .col-lg-4 {
        margin-top: 35px;
    }
    .form-popup img.entered.litespeed-loaded {
        display: none;
    }
    .product-good-style-sec h2.quicksand {
        margin-bottom: 10px;
    }
    .product-by-shop p {
        padding: 8px 0px 30px;
        font-size: 18px;
    }
   /* .prod-img.swiper-slide {
         width: 318px !important;
    }*/
    .slider__thumbs .swiper-container, .slider__images .swiper-container, .slider__images .swiper-slide {
	    height: 275px !important;
	}
	.contact-us input.wpcf7-form-control.wpcf7-submit.has-spinner {
	    width: 49%;
	}
}

@media(max-width: 991px) {
	.stuff-info {
       padding: 60px 20px;
   }
	.stuff-selection .row {
	    --bs-gutter-x: 0;
	}
    .about-us-sec .row {
        align-items: normal;
    }
    .trending-products p.content {
        margin-bottom: 0;
    }
    .filter-sec .products .product-title {
        text-align: center;
    }
    .product-detail {
        margin: 5px 0px 14px;
    }
    .about-us-sec h3 {
        font-size: 28px;
    }

    .left-inner-content img {
        height: 500px;
        object-fit: cover;
    }

    .right-inner-content {
        padding-left: 0px;
        margin-top: 75px;
    }
    .stuff-heading-part h2 {
        font-size: 34px;
    }
    .right-inner-content img {
        margin-left: 35%;
    }
    .collection-section .inner-coll-content p{
        margin-bottom: 20px;
    }

    .chooseus-inner-content h2.wp-block-heading {
        font-size: 20px !important;
    }

    .contact-us-form p.contact-des {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    .contact-us-banner img {
        min-height: 450px;
        object-fit: cover;
    }

    .modal-content {
        width: auto;
    }

    .menu-item-has-children.open .sub-menu {
        display: block;
        width: 100%;
        padding: 10px 0 0;
    }

    .menu-item-has-children.open .sub-menu li {
        padding: 8px 0px;
    }

    ul.sub-menu {

        position: static;

    }

    li.menu-item-has-children:after {
        content: "\f078";
        top: 9px;
        right: 28px;
    }


    .modal-dialog.modal-dialog-centered {
        margin-top: 0px !important; 
    }
    .img.entered.litespeed-loaded {
	    display: none;
	}
    .modal-body {
        padding: 0 !important;
    }

    .archieve-banner-image h1 {
        font-size: 26px;
    }

    .celebrities-spotlight-sec .wp-block-group p {
        font-size: 16px;
    }
    .banner h1 {
       font-size: 30px;
        width: 100%;
        max-width: 380px;
        padding: 0px 30px;
    }
    .static-card-inner h2 {
       font-size: 22px !important;
    }
    .product-detail p {
        text-align: center;
    }
    .what-customer-say-sec h2 {
        font-size: 25px;
    }
    .what-customer-say-sec p.content {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 40px;
    }
    .collection-section .inner-coll-content h2 {
        font-size: 34px;
    }
    .stuff-heading-part h2 {
        font-size: 34px;
        margin-top: 20px;
    }
    .about-prod {
        margin-top: 30px;
    }
    .about-prod span {
        margin: 6px 0px;
        display: inline-block;
    }
    .latest-news-sec .col-lg-4.col-md-6.col-12:last-child {
        margin-top: 0px; 
    }
    .footer-section .wpcf7 form.sent .wpcf7-response-output {
	    border-color: #46b450;
	    width: 72%;
	}
	.contact-us-form .wpcf7 form.sent .wpcf7-response-output {
	    width: 54%;
    }
    .enquiry-form-content .wpcf7 form.sent .wpcf7-response-output {
	    border-color: #46b450;
	    /* color: #fff; */
	    width: 93%;
	}
}

@media(max-width:1199px) {
    /*.email input.wpcf7-form-control {
        width: 70%;
    }*/

    .email input.wpcf7-form-control.wpcf7-submit.has-spinner {
        width: 30%;
    }

    .celebrities-spotlight-sec .owl-nav {
        position: absolute;
        top: 39%;
        left: -35px;
        right: -35px;
    }

    .news-update-card img {
        height: 180px;
        object-fit: cover;
    }
    .main-header ul li {
       margin-bottom: 9px;
    }
    .post-banner-wrapper{
        padding:0px 10px;
    }
}

@media(min-width:992px) {
    ul.menu li:hover .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        padding: 0;
        background-color: #F0F0F0;
        min-width: 186px;
    }
}
li.menu-item-has-children ul.submenu {
    display: none;
}

.chocolat-wrapper {
    z-index: 999 !important;
}
/*.product-detail-slider .swiper-button-prev:after, .product-detail-slider .swiper-rtl .swiper-button-next:after {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    color:#000;
}
.product-detail-slider .swiper-button-next:after, .product-detail-slider .swiper-rtl .swiper-button-prev:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    color: #000;
}
.product-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.thumb-slide {
    border: 1px solid #bebebe;
    border-radius: 4px;
    box-shadow: none;
}
.thumb-slide {
    border: 1px solid #bebebe;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    width:97px;
    height: 97px;
}
.swiper.product-detail-slider {
    border: 1px solid #bebebe;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px 0px;
}
.slider__thumbs .swiper-slide {
    width: 97px;
    flex-grow: 1;
}
.slider-thumbnail {
    padding: 1px 3px 1px 1px;
}
.thumb-slide img {
    max-height: 93%;
    object-fit: contain;
}
.sizeguidepopup .modal-header {
    padding: 0;
}

*/


body {
  background: #121212;
}
.slider {
  padding: 32px;
  color: #fff;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider__flex {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
.slider__col {
    display: flex;
    /* flex-direction: column; */
    /* width: 150px; */
    /* margin-right: 32px; */
    gap: 15px;
    /*border: 1px solid #ddd;
    padding: 15px;*/
}
.slider__images {
    flex-grow: 1;
    border: 1px solid #ddd;
    padding: 8px;
}
.slider__thumbs .swiper-wrapper {
    /* width: 129px; */
    height: auto !important;
}
.slider__thumbs .thumb-slide img {
    width: 90px;
    height: 100%;
    object-fit: cover;
}
.slider__thumbs .thumb-slide {
    height: 100%;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 30px;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
    /* height: calc(400px - 96px); */
    border: 1px solid #ddd;
    padding: 8px;
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.product-slide {
    height: 100%;
}
.product-slide * {
    height: auto !important;
    display: block;
    text-align: center;
}
/*.slider__images {
  height: 400px;
}*/
/*.swiper-slide {
    height: 100% !important;
}*/

.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide.swiper-slide-visible {
    opacity: 0.5;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto !important;
    /*max-height: 400px !important;*/
}
.slider__thumbs .swiper-container,.slider__images .swiper-container, .slider__images .swiper-slide  {
    height: 600px;
}
.slider__thumbs div#swiper-wrapper-981849107746ac20e {
    /*height: 280px !important;*/
}
.slider__thumbs .slider__prev, .slider__thumbs 
 .slider__next {
    display: none;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}

.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    /*align-items: center;*/
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
    gap:5px;
  }
 .slider__images {
    width: 69%;
}
.slider__images {
    padding: 3px;
}

  .slider__thumbs {
    /*height: 100px;*/
    width: calc(100% - 96px);
    /*margin: 0 16px;*/
    padding: 2px;
  }
 .slider__thumbs .swiper-wrapper {
    display: block;
}
.slider__thumbs .swiper-container{
    width: 95px;
}
.slider__thumbs .swiper-slide {
    margin-bottom: 5px;
}
.prod-img img {
    object-fit: cover;
}
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
  .email p {
    margin: 0;
    display: block;
  }
}

h1.entry-title {
    display: none;
}
a.post-edit-link {
    display: none;
}
.thanku-go-back-btn a:hover{
        color:#ffffff !important;
}

.view-popup-360 .modal.show .modal-dialog{
    top: 48%;
    transform: translateY(-50%);
    height: 500px !important;
}

.view-popup-360 .modal-content{
    height: 500px;
}
.view-popup-360 .modal-body{
    height: 500px;
}
.view-popup-360 iframe{
    height: 500px;
}

div#Viewlocation-360 {
    overflow: hidden;
 }
.filter-sec .accordion-body ul li input{
	width:auto;
}






































