/*
Theme Name: Thoppia
Theme URI: https://codeart.co.in/
Author: Ashly A
Author URI: https://codeart.co.in/
Description: A clean starter theme based on Bootstrap
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: SASS, clean, bootstrap
Text Domain: thoppia.com
*/

@font-face {
    font-family: 'GrottaTrial';
    src: url('./fonts/grotta-trial/Grotta-Trial-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

.padding {
    padding: 80px 0;
}

.padding-top {
    padding-top: 80px;
}

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

.bg-dark-brown {
    background: #998d81;
}

.bg-light-grey{
    background: #d2cdc6;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: "Inter Tight", serif;
}

p {
    font-family: "Open Sans", serif;
}

html {
    scroll-behavior: smooth !important;
}

body {
    background: #f2f3f0 !important;
    scroll-behavior: smooth !important;
}

.background-light {
    background: #f2f3f0 !important;
}

/* header  */
header {
    background: #f2f3f0;
}

header .logo img {
    width: 130px;
}

header .top-header-right .icon:hover a {
    transition: 0.3s ease;
}

header .top-header-right .icon img {
    transition: 0.3s ease;
    width: 100%;
}

header .top-header-right .icon img:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
}


header .top-header-right .icon {
    width: 20px;
    cursor: pointer;
}


div#searchContainer {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; 
    gap: 10px;
    transition: top 0.5s ease-in-out;
    z-index: 1040;
    padding: 0 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #eee;
}

#searchContainer input[type="text"] {
    width: 100%;
    max-width: 500px;
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 25px;
    outline: none;
    transition: all 0.3s ease;
}

#searchContainer input[type="text"]:focus {
    border-color: #4caf50;
    box-shadow: 0 0 6px rgba(76, 175, 80, 0.2);
}


#searchContainer button {
    height: 45px;
    padding: 0 20px;
    background: #4caf50;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#searchContainer button:hover {
    background: #43a047; 
}

.search-container {
    pointer-events: auto;
}

div#searchContainer.active {
    top: 0;
}

.search-box {
    position: relative;
    width: 80%;
    max-width: 80%;
}

.search-box input {
    width: 100%;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #6d432266 !important;
    border-radius: 0;
    border: none;
}

.search-btn {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #333;
}

.search-container {
    z-index: 99999;
}

.search-container .search-box svg#searchButton {
    right: 0;
    color: #6d4322;
}

.search-container input#searchInput:focus {
    border-bottom: none;
    box-shadow: none;
    outline: none;
}

.search-container input#searchInput::placeholder {
    font-size: 14px;
    letter-spacing: 0px;
    color: #9a9191;
    font-family: "Inter Tight", serif;
}

.search-container .close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    color: #6d4322e0;
    cursor: pointer !important;
}

.search-container svg#closeSearchIcon {

    z-index: 1;
    pointer-events: none;
}
/* 
.search-results {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 400px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

.search-results li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.search-results li:hover {
    background: #f1f1f1;
} */


/* search div end  */


header .nav-link {
    color: #382a21;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    transition: font-weight 0.3s ease-in-out;
}

header .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 1.8px;
    background-color: #b7a088;
    transform: scale(0);
    transform-origin: bottom;
    transition: transform 0.4s ease-in-out;
}

header .nav-link:hover {
    color: #382a21;
}

header .nav-link:hover::after {
    transform: scale(1);
}

.offcanvas-header .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: none !important;
    --bs-btn-close-opacity: 1 !important;
    --bs-btn-close-hover-opacity: 1 !important;
    width: 20px !important;
    height: 20px !important;
    display: flex;
}

.offcanvas-header {
    background: #ffffff;
    box-shadow: 0 6px 12px rgb(154 154 154 / 10%);
    border-bottom: 1px solid #6d432212;
}

.offcanvas-header img {
    width: 100px;
}

.offcanvas-body ul {
    gap: 10px;
}

.offcanvas-body {
    padding-left: 0 !important;
}

.offcanvas-body li.nav-item {
    border-bottom: 1px solid #cccccc63;
    padding-left: 20px;
}

.offcanvas-body header .nav-link {
    color: #6d4322;
}

/* home banner  */
.home-banner .carousel-item {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.carousel-control-next,
.carousel-control-prev {
    width: 8% !important;
}

.home-banner span.carousel-control-next-icon,
span.carousel-control-prev-icon {
    background-image: none !important;
}

.home-banner .next-icon svg {
    color: #6d4322;
    font-size: 20px;
}

.home-banner .carousel-item img {
    transition: transform 2s ease-in-out;
    transform: scale(1.03);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .carousel-item.active img {
    transform: scale(1);
    transition: transform 2s ease-in-out;
}


.home-banner .next-icon {
    background: #f1f1f1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.3s ease;
}

.home-banner .next-icon:hover {
    background: #fff !important;
    transition: 0.3s ease;
    box-shadow: 0 1px 15px 2px rgba(0, 0, 0, 0.1);
}

.home-banner .carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    z-index: 0 !important;
}

.home-banner .carousel-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6d432221;
}



/* home categories slider  */
.home-categories {
    background: #f2f3f0;
}

.home-categories .categories-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
}

.home-categories .swiper-pagination-bullet-active,
.home-categories .swiper-pagination-bullet {
    background: #6d4322;
    width: 10px;
    height: 10px;
}

div#categoriesSwiper {
    padding-bottom: 50px;
}

.home-categories div#categoriesSwiperPagination {
    bottom: 0;
}

.home-categories .categories-title {
    padding-top: 15px;
}

.home-categories .categories-title.text-center h5 {
    color: #343a40;
    font-weight: 400;
    font-size: 18px;
}

.home-categories a:hover .categories-title h5 {
    color: #6d4322;
    transition: 0.3s ease;
}

.home-categories .categories-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.home-categories .categories-item img {
    transition: transform 0.4s ease-in-out;
    border-radius: inherit;
    will-change: transform;
}

.home-categories .categories-item:hover img {
    transform: scale(1.05);
}

.home-categories .categories-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(109, 66, 34, 0.218);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 2;
    border-radius: inherit;
}

.home-categories .categories-item:hover::before {
    opacity: 1;
}


/* home-ladies-wear-section  */
.home-ladies-wear {
    background: #9f8571;
}

.home-ladies-wear .right-div img,
.home-ladies-wear .left-image img {
    border-radius: 30px;
}

.home-ladies-wear .left-div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

.home-ladies-wear .left-image,
.home-gents-wear .right-div .image {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    transition: transform 0.4s ease-in-out;
}

.home-ladies-wear .left-image:hover,
.home-gents-wear .right-div .image:hover {
    box-shadow: 0 2px 10px 2px #6e5c4d1e;
    transition: 0.3s ease-in-out;
}

.home-ladies-wear .left-image img,
.home-gents-wear .right-div .image img {
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
}

.home-ladies-wear .left-image:hover img,
.home-gents-wear .right-div .image:hover img {
    transform: scale(1.02);
    overflow: hidden;
    transition: transform 0.4s ease-in-out;
}

.home-ladies-wear .left-image::before,
.home-gents-wear .right-div .image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235, 211, 189, 0.147);
    border-radius: 30px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 2;
}

.home-ladies-wear .left-image:hover::before,
.home-gents-wear .right-div .image:hover::before {
    opacity: 1;
}

.home-ladies-wear .content p {
    color: #fff;
    font-family: 'Cormorant Garamond' !important;
    font-size: 30px;
    font-style: italic;
    text-align: center;
    font-weight: 500;
}

.home-ladies-wear .left-button a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    padding: 10px;
}

.home-ladies-wear .left-button {
    border: 1px solid #fff;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transition: 0.3s ease;
}

.home-ladies-wear .left-button:hover {
    background: #ffffff;
    border-color: #fff;
    transition: 0.3s ease;
}

.home-ladies-wear .left-button:hover a {
    color: #6d4322;

}

.home-ladies-wear {
    background: #9f8571;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 15%;
}


/* home-gents  */
.home-gents-wear {
    background-position: center;
    background-repeat: no-repeat;
}

.home-gents-wear .right-div img {
    border-radius: 30px;
}

.home-gents-wear .left-div .content p {
    color: #60411b;
    font-family: 'Cormorant Garamond' !important;
    font-size: 30px;
    font-style: italic;
    text-align: center;
    font-weight: 500;
    text-shadow: 3px 4px 10px #ffffff;
}

.home-gents-wear .left-div {
    height: 100%;
    display: flex;
    align-items: center;
}

.home-gents-wear .right-button {
    border: 1px solid #6d4322;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    margin-top: 20px;
}

.home-gents-wear .right-button:hover {
    background: #6d4322;
    transition: 0.3s ease;
}

.home-gents-wear .right-button:hover a {
    color: #fff;
}

.home-gents-wear .right-button a {
    color: #6d4322;
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
}

.home-gents-wear {
    position: relative;
}

.home-gents-wear::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e7e5e57a;
}

.home-gents-wear>.container {
    position: relative;
    z-index: 2;
}



/* home video  */
.home-video iframe {
    width: 100%;
    height: 500px;
    display: block;
    border-radius: 30px !important;
}

.home-video {
    background: #f2f3f0;
}


/* home-second-category  */
.home-second-categories .left-image-div {
    height: 100%;
    border-radius: 30px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-second-categories .left-image-div .button {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 12px 22px;
}

.home-second-categories .left-image-div .button:hover {
    background: #ffffff;
    border-color: #fff;
    box-shadow: 0 0px 10px #eeeeee42;
    transition: 0.3s ease;
    color: #6d4322;
}

.home-second-categories .left-image-div .title h3,
.home-second-categories .second-item .image .title h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 30px;
}

.home-second-categories .left-image-div {
    border-radius: 30px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.second-item .col-md-6:first-child .image {
    border-radius: 0 0 0 30px;
    overflow: hidden;
}

.second-item .col-md-6:last-child .image {
    overflow: hidden;
    border-radius: 0 0 30px 0;
}

.home-second-categories .right-section .image-div .item,
.home-second-categories .second-item .image {
    position: relative;
    height: 100%;
    width: 100%;
}

.home-second-categories .second-item .image {
    height: 540px !important;
    border-radius: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-second-categories .right-section .image-div .item .button,
.home-second-categories .second-item .image .button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 0;
    margin-bottom: 30px;
}
.home-second-categories .right-section .image-div .item a {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.home-second-categories .right-section .image-div .item .button {
    text-decoration: none;
    color: #fff;
    background: #6d4322;
    border: 1px solid #6d4322;
    padding: 12px;
    width: 75%;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
}

.home-second-categories .right-section .image-div .item .button:hover {
    background: #ffffff;
    border-color: #fff;
    box-shadow: 0 0px 10px #eeeeee42;
    transition: 0.3s ease;
    color: #6d4322;
}

.home-second-categories .second-item .image .button {
    text-decoration: none;
    color: #fff;
    background: #6d4322;
    border: 1px solid #6d4322;
    padding: 12px 50px;
    width: auto;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
}

.home-second-categories .second-item .image .button:hover {
    background: #ffffff;
    border-color: #fff;
    box-shadow: 0 0px 10px #eeeeee42;
    transition: 0.3s ease;
    color: #6d4322;
}

.home-second-categories .second-item .image .title {
    margin-bottom: 15px;
}

.home-second-categories .right-section .content {
    padding-top: 25px;
    width: 90%;
    margin: 0 auto;
}

.home-second-categories .right-section .content p {
    color: #60411b;
    font-family: 'Cormorant Garamond' !important;
    font-size: 31px;
    font-style: italic;
    text-align: center;
    font-weight: 500;
    text-shadow: 3px 4px 10px #ffffff;
}

.home-second-categories .right-section .image-div .item:first-child .image img {
    border-top-left-radius: 30px;
}

.home-second-categories .right-section .image-div .item:last-child .image img {
    border-top-right-radius: 30px;
}

.home-second-categories .right-section .image {
    height: 300px;
    width: 100%;
}

.home-second-categories .third-item .item-image:first-child img {
    border-radius: 15px 0 0 15px;
}

.home-second-categories .third-item .col-md-6:first-child .item-content {
    background: #a4a59f;
}

.home-second-categories .third-item .col-md-6:last-child .item-content {
    background: #d5d1ca !important;
    border-radius: 0 15px 15px 0;
    color: #125762;
}

.home-second-categories .third-item .col-md-6:last-child .item-image img {
    border-radius: 0;
}

.home-second-categories .third-item .item-image {
    max-height: 262px;
    height: 240PX;
}

.home-second-categories .third-item .item-content h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
}

.home-second-categories .third-item .item-content a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}


.home-second-categories .third-item .col-md-6:first-child .item-content span {
    color: #fff;
    border: 1px solid transparent !important;
    padding: 5px 18px;
}


.home-second-categories .third-item .col-md-6:first-child .item-content span:hover {
    border: 1px solid !important;
    transition: 0.3s ease;
}

.home-second-categories .third-item .col-md-6:last-child .item-content a {
    color: #12575b;
}
.home-second-categories .third-item .col-md-6:last-child .item-content span{
    color: #12575b;
    border: 1px solid transparent !important;
    padding: 5px 18px;
}
.home-second-categories .third-item .col-md-6:last-child .item-content span:hover{
    color: #12575b;
    border: 1px solid !important;
    transition: 0.3s ease;
}

.home-second-categories .third-item .col-md-6:last-child .item-content h3 {
    color: #12575b;
}


/* home bags slider  */

.home-bags-slider {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: #9f8571;
    height: 600px;
}

.home-bags-slider>.container-fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.home-bags-slider .slider-div {
    position: relative;
    z-index: 2;
}

.home-bags-slider .swiper {
    width: 100%;
    padding: 0;
}

.home-bags-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-bags-slider .swiper-slide .bag-item {
    width: 240px;
    height: 300px;
    position: relative;
}

.home-bags-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-bags-slider .swiper-slide .bag-item::before {
    position: absolute;
    content: "SHOP NOW";
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    justify-content: space-around;
    color: rgb(109, 67, 34);
    font-size: 16px;
    font-weight: 500;
    z-index: 22222;
    opacity: 0;
    background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 250 246));
    transition: 0.3s;
}

.home-bags-slider .swiper-slide .bag-item::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #6d432212;
}

.home-bags-slider .swiper-slide .bag-item:hover::before {
    transition: 0.3s ease;
    opacity: 1;
}

.home-bags-slider .swiper-button-prev,
.home-bags-slider .swiper-button-next {
    color: #fff;
}

.home-bags-slider .swiper-button-prev {
    color: #fff;
    left: 30px;
}

.home-bags-slider .swiper-button-next {
    color: #fff;
    right: 30px;
}

.home-bags-slider .slider-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 500px;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 30px;
}

.home-bags-slider .slider-bg img {
    width: 100%;
    height: auto;
}

.home-bags-slider .slider-bg h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 30px;
}

.home-bags-slider .slider-bg .button a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 12px 40px;
}

.home-bags-slider .slider-bg .button {
    margin-bottom: 30px;
}

.home-bags-slider .slider-bg .button a:hover {
    background: #fff;
    color: #6d4322;
    border: 1px solid #fff;
    transition: 0.3s ease;
}


/* home-video-category section  */
.vide-category-section.padding {
    background: #f2f3f0;
}

.vide-category-section .content-div .icon-div img {
    width: 80px !important;
}

.vide-category-section .content-div .top-content h3 {
    font-size: 25px;
    font-weight: 400;
    color: #6d4322;
    margin-top: 10px;
}

.vide-category-section .content-div .category .image {
    height: 250px;
    max-height: 250px;
}

.vide-category-section .content-div .category-div .title {
    margin: 15px 0;
}

.vide-category-section .content-div .category-div .title h5 {
    color: #6d4322;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.vide-category-section .content-div .category-div .button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.vide-category-section .content-div .category-div .button a {
    text-align: center;
    text-decoration: none;
    border: 1px solid #554233;
    color: #554233;
    padding: 10px 22px;
    width: 35%;
    font-size: 15px;
    transition: 0.3s ease;
}

.vide-category-section .content-div .category-div .button a:hover {
    background: #554233;
    color: #fff;
    transition: 0.3s ease;
}

.vide-category-section .content-div .category-div .category a {
    text-decoration: none;
}

.vide-category-section .content-div .category-div .category .image {
    position: relative;
    overflow: hidden;
}

.vide-category-section .content-div .category-div .category .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}

.vide-category-section .content-div .category-div .category .image:hover img {
    transform: scale(1.03);
}

.vide-category-section .content-div .category-div .category .image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: bold;
    color: white;
    background: #6d432236;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 2;
}

.vide-category-section .content-div .category-div .category .image:hover::before {
    opacity: 1;
}


/* home testimonial section */
.home-testimonial .title h1 {
    font-weight: 300;
    font-size: 40px;
}

.home-testimonial .testimonial-left .testimonial-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.home-testimonial .testimonial-left {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.home-testimonial .fixed-testimonial {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    width: 85%;
    position: absolute;
    bottom: -22%;
    text-align: center;
}

.home-testimonial .testimonial-slider-wrapper .testi-content {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    width: 92%;
    text-align: center;
    margin-left: auto;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.home-testimonial .fixed-testimonial .testi-content p,
.testimonial-slider-wrapper .testi-content p {
    position: relative;
    font-size: 15px;
    line-height: 1.6;
}

.home-testimonial .fixed-testimonial .testi-content p::before {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    top: -10px;
    left: -12px;
    font-size: 18px;
    color: #000;
}

.home-testimonial .testi-content p a {
    color: #000;
    text-transform: lowercase;
    font-weight: 400;
}

.home-testimonial.padding.bg-dark-brown {
    padding-bottom: 80px;
}

.home-testimonial #testimonialSlider {
    height: 620px;
}

.home-testimonial #testimonialSlider .swiper-wrapper {
    display: flex;
    flex-direction: column;
}

.home-testimonial #testimonialSlider .swiper-slide {
    height: auto;
}

.home-testimonial div#testimonialPagination {
    left: 0;
}

.home-testimonial div#testimonialPagination .swiper-pagination-bullet {
    background: #fcfcfc;
    width: 12px;
    height: 12px;
    border-radius: 30%;
    margin: 10px 0;
}

.home-testimonial .testi-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.home-testimonial .testi-image .title h5 {
    margin-bottom: 0;
    font-size: 16px;
}

.home-testimonial .testi-image .title p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}

.home-testimonial .testi-image .title {
    text-align: left;
}

.home-testimonial .review-div {
    margin-top: 50px;
    width: 85%;
    margin-left: auto;
}

.home-testimonial .review-div h4 {
    color: #fff;
    font-weight: 300;
    font-size: 28px;
}

.home-testimonial .review-div .button {
    margin-top: 25px;
}

.home-testimonial .review-div .button a {
    color: #6d4322;
    background: #fff;
    text-decoration: none;
    padding: 12px 22px;
    font-size: 15px;
    transition: 0.3s ease;
}

.home-testimonial .review-div .button a:hover {
    background: #ffffff;
    border-color: #fff;
    box-shadow: 0 4px 10px #eeeeee84;
    transition: 0.3s ease;
}


/* home featured slider  */
.home-featured-slider .image,
.home-partners-slider .image {
    height: 65px;
    width: 150px;
}

.home-featured-slider .image img,
.home-partners-slider .image img {
    height: 100%;
    width: 100%;
}

.home-featured-slider .swiper-slide,
.home-partners-slider .swiper-slide {
    display: flex;
    justify-content: center;
}

div#featuredSlider-next::after,
div#featuredSlider-prev::after,
#partnersSlider-prev::after,
#partnersSlider-next::after {
    font-size: 25px;
    color: #6d4322;
    transition: 0.3s ease;
}

div#featuredSlider-next:hover::after,
div#featuredSlider-prev:hover::after,
#partnersSlider-prev:hover::after,
#partnersSlider-next:hover::after {
    transition: 0.3s ease;
    transform: translateX(3px);
}

div#featuredSlider-prev:hover::after,
#partnersSlider-prev:hover::after {
    transition: 0.3s ease;
    transform: translateX(-3px);
}

section.home-featured-slider.padding-bottom {
    padding-top: 40px;
}


.home-partners-slider .title,
.home-featured-slider .title,
.home-weavers-diary .title {
    margin-bottom: 40px;
}

.home-partners-slider .title.text-center h2,
.home-featured-slider .title h2,
.home-weavers-diary .title h2 {
    font-size: 40px;
    font-weight: 300;
    color: #3a2d23;
}

/* home weavering  */

.home-weavering .weavering-inner .content {
    background: #807558 !important;
    padding: 30px;
    text-align: center;
    border-radius: 0 30px 30px 0;
}

.home-weavering .weavering-inner .image img {
    border-radius: 30px 0 0 30px;
}

.home-weavering .weavering-inner .content .title h3 {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 10px;
}

.home-weavering .weavering-inner .content p {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 300;
}

.home-weavering .weavering-inner .content .button {
    margin-top: 10px;
}

.home-weavering .weavering-inner .content .button a {
    text-decoration: none;
    color: #fff;
    border: 1px solid;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 15px;
    transition: 0.3s ease;
}

.home-weavering .weavering-inner .content .button a:hover {
    background: #fff;
    color: #807558;
    transition: 0.3s ease;
}





/* home weavers diary sec  */
.home-weavers-diary .image img {
    border-radius: 25px;
}

.home-weavers-diary .image {
    height: 240px;
    width: 100%;
}

.home-weavers-diary .content-title h4 {
    color: #3a2d23;
    font-size: 31px;
    text-align: center;
    font-weight: 300;
}

.home-weavers-diary .content p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    color: #4e453e;
    font-family: 'Inter Tight';
}

.home-weavers-diary .button a {
    background: #6D4322;
    height: 50px;
    padding: 12px 25px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.home-weavers-diary .button a:hover {
    background: #fff;
    color: #6d4322;
    transition: 0.3s ease;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 0 1px 10px #6d432263;
}


/* footer  */
.footer-inner.padding {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-inner a {
    text-decoration: none;
    color: #ffffffdf;
    transition: 0.3s ease;
}

.footer-inner a:hover {
    color: #fff;
    text-shadow: 0 0 #fff;
    transition: 0.3s ease;
}

.footer-inner .message a:hover {
    transition: 0.3s ease;
    border-bottom: 1px solid transparent;
}

.footer-inner .message a:hover {
    border-bottom: 1px solid #ffffffbd;
    transition: 0.3s ease;
}

.footer-inner .icon svg {
    color: #cfcac6;
}

.footer-inner .icon {
    background: #554233;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-left .item ul li a {
    font-size: 14px;
}

.footer-left .item ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-inner .icon {
    background: #554233;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.item.social-icons li:hover svg {
    color: #fff;
    transition: 0.3s ease;
    transform: scale(1.1);
}

.footer-inner .icon svg {
    color: #9f8f83;
    transition: 0.3s ease;
}

.footer-left ul li a .text {
    transition: 0.3s ease;
    padding-left: 5px !important;
}

.footer-left ul li a:hover .text {
    color: #fff;
    text-shadow: 0 0 #fff;
    transition: 0.3s ease;
}

.footer-left .item ul li a {
    transition: 0.3s ease;
}

.footer-left .item ul li a:hover {
    color: #fff;
    text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.633);
    transition: 0.3s ease;
}

.footer-left .item h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.footer-left .item.social-icons ul {
    padding-top: 8px;
}

.footer-inner .signup-content p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.footer-inner .subscribe-div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-inner .subscribe-div .subscribe-title h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}

.footer-inner .subscribe-div .input-form input {
    width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #fff;
}

.footer-inner .subscribe-div .signup-content input {
    margin-top: 3px;
    margin-right: 2px;
}

.footer-inner .subscribe-div input.subscribe-btn {
    width: 100%;
    height: 45px;
    background: #554233;
    border: #554233;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
}

.footer-inner .subscribe-div input.subscribe-btn:hover {
    background: #fff;
    color: #554233;
    transition: 0.3s ease;
}

.footer-inner .subscribe-div .signup-content {
    margin-top: 10px;
}

.footer-inner .footer-right .title h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}

.footer-inner .footer-right .title .chat-icon svg {
    color: #ffffff;
    font-size: 25px;
}

.footer-inner .footer-right .title {
    align-items: center;
    gap: 6px;
    justify-content: center;
}

.footer-inner .conditions-div h6 {
    font-size: 14px;
}

.footer-inner .conditions-div p {
    font-size: 12px;
}

.footer-inner .copyright-left .item a {
    font-size: 13px;
}

.footer-inner .copyright {
    border-top: 1px solid #55423359;
}

.footer-inner .copyright .right-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.footer-inner .copyright .right-div h6 {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

.footer-inner .subscribe-div .input-form input:active,
.footer-inner .subscribe-div .input-form input:focus {
    outline: 2px solid #6D4322;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgb(255 238 238);
}


/* back to top btn  */
.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 22px;
    background-color: #ffffffe5;
    color: #6d4322;
    font-size: 18px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0px 0px 12px 2px #6d422232;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.back-to-top:hover {
    transform: scale(1.03);
    background-color: #fff;
    box-shadow: 0px 0px 12px 2px #6d42225e;
}

/* fixed whatsapp  */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #1bad52;
    color: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 2px 2px 10px rgba(240, 240, 240, 0.2);
    transition: 0.3s ease-in-out;
    z-index: 1000;
    border: 1px solid #1bad52;
}

.whatsapp-float svg {
    font-size: 30px;
}






/* ------------- category page -------------  */
.category.banner {
    height: 85vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
    align-items: center;
}

.category.banner .content-div {
    position: relative;
    z-index: 2;
}

.category.banner .content-div .item .text p {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: normal;

}

.category.banner .content-div .item .icon img {
    width: 40px !important;
}

.category.banner .content-div .item {
    width: 130px;
    height: 130px;
    background: #e0e0e02b;
    gap: 5px;
    border-radius: 50%;
    justify-content: center;
    box-shadow: 0 1px 7px #43434312;
    border: 2px solid #fff6f636;
}

.category.banner .loop-container {
    width: 100%;
    overflow: hidden;
}



.category.banner .content-div {
    display: flex;
    gap: 30px; 
    flex-shrink: 0;
    min-width: 100%;
    justify-content: center;
}



.category-content .category-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px 10px;
}

.category-content .category-item .image {
    position: relative;
}

.category-content .category-item .image .img-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.2s ease-in-out;
}


.category-content .category-item .image:hover .img-1 {
    opacity: 0;
}

.category-content .category-item .image:hover .img-2 {
    opacity: 1;
}

.category-content .category-title h1 {
    font-size: 30px;
    font-family: 'GrottaTrial';
    margin-bottom: 0px !important;
    line-height: 85%;
}

.category-content .category-title span {
    color: #6c757d;
    font-size: 13px;
}

.category-content a {
    text-decoration: none;
}

.category-content .category-item h6 {
    color: black;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 2px;
}

.category-content .category-item h5 {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Inter Tight';
    letter-spacing: 0.3px;
}
.category-content .category-item h6 {
    color: black;
    font-size: 12px !important;
    font-family: 'Inter Tight' !important;
}

.category-sidebar .filter-div h5 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
.category-sidebar .filter-div .filter-item{
    gap: 12px !important;
}

.category-sidebar .sidebar-title h2 {
    font-size: 16px !important;
    font-weight: 700;
}
.category-sidebar .filter-div  input[type="checkbox"] {
    width: 16px;
    height: 16px;
}


.category-sidebar {
    position: sticky;
    top: 20px; 
    height: fit-content; 
    max-height: calc(100vh - 40px); 
    overflow-y: auto;
}



/* about us page  */

.top-banner-div {
    height: 365px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.top-banner-div .top-banner-content{
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.top-banner-title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Cormorant Garamond' !important;
}
.top-banner-div::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #02020291;
}

.top-banner-description {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.about-intro .content-div h5 {
    font-family: 'Cormorant Garamond';
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #554233;
}
.about-intro .content-div h5 span {
    font-size: 45px;
    font-weight: 700;
    font-family: 'Cormorant Garamond';
}
.about-intro .content-div p {
    font-family: 'Inter Tight';
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
}

.about-intro .image-div img {
    border-radius: 25px;
}


.about-weaving .image img {
    border-radius: 25px;
}
.about-weaving .image.first img{
    border-radius: 25px 0 0 25px;
}
.about-weaving .image {
    max-height: 460px;
}
.about-weaving .content h5 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.3px;
    font-family: 'Cormorant Garamond';
    font-weight: 700;
    text-transform: capitalize;
    font-style: italic;
    text-align: center;
    margin-bottom: 15px;
    line-height: 32px;
}
.about-weaving .content {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.about-weaving .content a{
    margin: 0 auto;
}
.about-weaving .content.first {
    padding: 0 25px;
    background: #807558;
    border-radius: 0 25px 25px 0;
}
.about-weaving .content.first a:hover {
    color: #807558;
    border: 1px solid #fff;
}
.about-weaving .content p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
}

.btn-brown {
    border: 1px solid #6d4322;
    text-decoration: none;
    color: #6d4322;
    padding: 8px 25px;
    font-size: 15px;
    transition: 0.3s ease-in-out;
    width: fit-content;
    text-transform: uppercase;
}
.btn-brown:hover{
    background-color: #6D4322;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.btn-white{
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    padding: 8px 25px;
    font-size: 15px;
    transition: 0.3s ease-in-out;
    width: fit-content;
    text-transform: uppercase;
}
.btn-white:hover {
    background: #fff;
    color: #6d4322;
    box-shadow: 0 3px 8px rgb(255 250 250 / 20%);
    transition: 0.3s ease-in-out;
    border: 1px solid #fff;
}
.row.weaving-row-second .content.second {
    background: rgba(80, 80, 80, .6);
    padding: 25px;
    border-radius: 25px 0 0 25px;
}
.row.weaving-row-second .content.second a:hover {
    color: #6a6565;
    border: 1px solid #fff;
}
.image.second img {
    border-radius: 0 25px 25px 0 !important;
}

.about-map iframe {
    border-radius: 25px;
}




/* about cta  */
.cta-section {
    position: relative;
    background-color: #000; 
    height: 385px;
    display: flex
;
    align-items: center;
    justify-content: center;
  }

  .cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
  }
  
  .cta-section .container {
    position: relative;
    z-index: 2;
  }
  .cta-content h2 {
    font-size: 45px;
    letter-spacing: 0.3px;
}



/* blog page  */
.blog-page-main .blog .blog-image{
    overflow: hidden;
}
.blog-page-main .blog .blog-image img{
    transition: transform 0.6s ease;
    border-radius: 10px 10px 0 0;
}
.blog-page-main .blog:hover .blog-image img{
    transform: scale(1.04);
    opacity: 0.9;
    border-radius: 10px 10px 0 0;
}
.blog-content h5 {
    color: #212529;
    font-size: 18px;
    margin-top: 5px;
    letter-spacing: 0.3px;
}
.blog-page-main .blog:hover .blog-content h5{
    text-decoration: underline;
}
.blog-page-main .blog .blog-content {
    transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding: 15px;
    margin: 0 !important;
    min-height: 110px;
}
.blog-page-main .blog .blog-content {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 4%);
}
.blog-page-main .blog:hover .blog-image {
    box-shadow: 0 3px 6px rgb(0 0 0 / 4%);
}

.blog-content .blog-date {
    color: #54595d;
    font-family: sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}
.blog-right-div .blog-item .image {
    max-width: 65px;
    height: 65px;
}
.blog-right-div .blog-item .content h6 {
    margin-bottom: 0;
    font-size: 15px;
    color: #212529;
    transition: color 0.3s ease-in-out;
}
.blog-right-div .blog-item:hover .content h6{
    color: #6D4322;
}

.blog-right-div .blog-item .content .date {
    color: #54595d;
    font-size: 13px;
}
.blog-right-div .blog-right-title h6 {
    font-weight: 600;
}
.blog-search form {
    background: #ffffff;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.blog-search form input {
    border: none;
    flex: 1;
    padding-bottom: 3px;
}

.blog-search form:focus-within {
    border: 1px solid #6d43229c;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}

.blog-search form input:focus{
    border: none;
    outline: none;
}
.blog-search form input::placeholder{
    font-size: 14px;
    letter-spacing: 0.3px;
}
.blog-search form button {
    background: none;
    border: none;
    width: 30px;
}
.blog-right-div {
    background: #fff;
    padding: 15px;
}


/* blog-detail page  */
.blog-detail p {
    font-size: 18px;
    font-family: 'Inter Tight';
    color: #343a40;
    letter-spacing: 0.3px;
    line-height: 1.7;
    font-weight: 300;
}
.blog-detail .social-share-icons a {
    background: #554233;
    padding: 5px 8px;
    border-radius: 50%;
    transform: translateY(10px) !important;
}
.blog-detail .social-share-icons a svg{
    color: #fff;
}
.blog-detail-title h1, .blog-detail-title h2 {
    font-size: 38px;
    font-weight: 500;
    color: #3a2d23;
    font-family: 'Cormorant Garamond';
}
.blog-detail-list h3 {
    font-family: 'Inter Tight';
    font-weight: 400;
    color: #554233;
    letter-spacing: 0.3px;
    font-size: 25px;
}
.blog-detail a.text-brown:hover {
    text-decoration: underline;
}
.blog-detail a.text-brown {
    text-decoration: none;
    color: #6d4322;
}
.blog-detail .blog-detail-list h4 {
    font-weight: 500;
    color: #3a2d23;
    font-size: 20px;
    margin-bottom: 10px;
}
.blog-detail-list ul {
    display: flex
;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.blog-detail-list ul li a {
    text-decoration: none;
    color: #343a40;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 300;
}
.blog-detail-list ul li a:hover {
    color: #6d4322;
}
.blog-detail-right {
    padding: 20px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(255 255 255);
    border: 1px solid #6d432212;
}
.blog-detail-right h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: #554233;
    font-family: 'Inter Tight';
}
.blog-detail-right ul {
    padding-left: 0;
    list-style: none;
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.blog-detail-right ul.category-list {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}
.blog-detail-right ul.category-list li {
    border: 1px solid #554233;
    padding: 4px 8px;
    border-radius: 5px;
}
.blog-detail-right ul.category-list li a {
    text-decoration: none;
    color: #554233;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 400;
}
.category-div.mt-4 {
    border-top: 1px solid #6d432285;
    padding-top: 20px;
}

.blog-detail-right ul.category-list li:hover{
    background: #554233;
}

.blog-detail-right ul.category-list li:hover a{
    color: #fff;
}

.blog-detail-right .featured-image {
    max-width: 55px;
}
.blog-detail-right .featured-title h6 {
    color: #212529;
    font-size: 14px;
    font-family: 'Inter Tight';
    letter-spacing: 0.3px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 20px;
}
.blog-detail-right .featured-title:hover h6{
    color: #554233;
    text-decoration: underline;
}


/* contact page  */
.contact-section {
    padding: 80px 0;
    background-color: #f8f9fa;
    color: #212529;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .contact-section h3 {
    font-size: 25px;
    font-weight: 600;
    color: #554233;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    font-family: "Inter Tight", serif;
    text-transform: uppercase;
}
  
.contact-section p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    margin: 0 !important;
    border-color: #554233 !important;
    border: 1px solid #6d4322 !important;
    background: #fff;
}
  .contact-section svg {
    color: #fff;
}
  
.contact-left .contact-info p {
    display: flex
;
    align-items: center;
    font-size: 15px;
    gap: 15px;
    border-bottom: 1px solid #cccccc73;
    font-family: 'Inter Tight';
    letter-spacing: 0.3px;
    margin-bottom: 0;
    padding: 12px 0;
}
  
  .contact-left .contact-info i {
    color: #fff;
    margin-right: 12px;
    font-size: 18px;
  }
  
  .form-control,
  .form-select,
  textarea {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    font-size: 15px;
    color: #212529;
  }
  
  .form-control:focus,
  .form-select:focus,
  textarea:focus {
    box-shadow: none;
    border-color: #554233;
  }
  
 
  
  .google-map {
    margin-top: 60px;
    width: 100%;
  }
  
  .google-map iframe {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
  }
  .contact-left {
    height: 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(239 239 239);
}
.contact-right {
    border-radius: 10px;
    background: #f4f1ef;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(239 239 239);
}
.contact-right button.contact-btn {
    border: 1px solid #554233;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    margin-top: 20px;
    padding: 8px 20px;
    background: transparent;
    font-size: 16px;
    transition: background 0.3s ease-in-out;
    color: #554233;
    font-family: 'Inter Tight';
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.contact-right button.contact-btn svg{
    color: #554233;
}
.contact-left .contact-info p svg {
    color: #fff;
}
.contact-left .contact-info p a:hover {
    text-decoration: underline;
}
.contact-left .contact-info p a {
    color: #fff;
    text-decoration: none;
    display: flex
;
    align-items: center;
    gap: 10px;
}
.contact-right button.contact-btn:hover svg{
    color: #fff;
}
.contact-right button.contact-btn:hover{
    background-color: #212529;
    color: #fff;
}
.contact-right .form-control:focus {
    box-shadow: 0 2px 6px #5542332a !important;
    border-color: #55423357;
}
.contact-info svg {
    color: #554233;
}
.contact-left .content {
    position: absolute;
    background: #39322c80;
    padding: 20px;
    border-radius: 5px;
    bottom: 15px;
}

.contact-left {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contact-left::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #19151173;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-btn {
    border: 1px solid #554233;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    padding: 8px 20px;
    background: transparent;
    font-size: 16px;
    transition: background 0.3s ease-in-out;
    color: #554233;
    font-family: 'Inter Tight';
    letter-spacing: 0.3px;
    text-transform: capitalize;
    position: relative;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-btn::after {
    content: '\f1d8'; 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 10px;
    display: inline-block;
    transition: transform 0.3s ease;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-btn:hover::after {
    transform: translateX(4px);
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-btn:hover{
background-color: #212529;
    color: #fff;
}



/* mediaqueries  */

@media(max-width: 480px) {

    p {
        font-size: 16px !important;
    }

    .padding {
        padding: 40px 0 !important;
    }

    .padding-top {
        padding-top: 40px !important;
    }

    .padding-bottom {
        padding-bottom: 40px !important;
    }

    header .logo img {
        width: 100px;
    }

    header .top-header-right .icon {
        width: 17px;
    }

    .home-ladies-wear .left-button {
        padding: 0px !important;
        width: 60% !important;
    }

    .top-banner-title {
        color: #fff;
        font-size: 35px !important;
    }
    br{
        display: none;
    }
    .top-banner-description {
        font-size: 15px !important;
    }

    /* home-banner  */
    .home-banner .next-icon svg {
        font-size: 16px;
    }

    /* home categories slider  */
    div#categoriesSwiper {
        padding-bottom: 30px;
    }

    .home-gents-wear .right-button {
        width: 60% !important;
    }

    /* .home-second category  */
    .home-second-categories .right-section .image-div {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .home-second-categories .right-section .image-div .item .button a {
        padding: 12px 22px;
        width: auto;
    }


    /* home bags slider  */
    .home-bags-slider {
        padding: 40px 0 !important;
    }

    .home-bags-slider .swiper-slide .bag-item {
        height: 240px;
    }

    .home-bags-slider .swiper-slide .bag-item::before {
        opacity: 1;
    }

    /* home video category  */
    .vide-category-section .content-div .category .image {
        height: 100%;
        max-height: 250px;
    }

    .vide-category-section .content-div .category-div .button {
        margin-top: 20px;
    }


    .home-partners-slider .title.text-center h2,
    .home-featured-slider .title h2,
    .home-weavers-diary .title h2 {
        font-size: 35px;
    }

    section.home-featured-slider.padding-bottom {
        padding-top: 10px;
    }

    .home-weavers-diary.padding-bottom {
        padding-top: 40px !important;
    }

    /* home testimonials  */

    .home-testimonial .testimonial-slider-wrapper .testi-content {
        min-height: 260px;
        margin: 0 auto;
    }

    .home-testimonial .title h1 {
        font-size: 35px;
    }

    /* .home-testimonial .title {
        margin-bottom: 25px !important;
    } */


    .home-testimonial .review-div .button {
        margin-top: 30px;
        margin-bottom: 20px;
    }


    .home-testimonial .review-div {
        margin-top: 20px !important;
        width: 100%;
    }

    /* home featured slider  */
    .home-featured-slider .image {
        height: 40px;
        width: 110px;
    }

    /* home weavering slider  */
    .home-weavering {
        background: #807558;
        padding: 30px;
        padding-top: 40px !important;
    }

    /* home categories  */
    .home-second-categories .right-section .image-div .item:first-child .image img {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .home-second-categories .right-section .image-div .item:last-child .image img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .second-item .col-md-6:first-child .image {
        border-radius: 30px 30px 0 0 !important;
    }

    .second-item .col-md-6:last-child .image {
        border-bottom-left-radius: 30px !important;
    }


    /* hoem weavers diary  */
    .home-weavers-diary .content-title h4 {
        font-size: 25px;
    }

    .home-testimonial .fixed-testimonial {
        width: 90% !important;
    }


    .home-testimonial .fixed-testimonial .testi-content p,
    .testimonial-slider-wrapper .testi-content p {
        font-size: 14px !important;
    }


    .home-second-categories .second-item .image {
        height: 400px !important;
    }

    /* header search container  */
    .search-container .close-icon {
        right: 10px;
        top: 0px;
        font-size: 25px;
    }

    .search-box {
        width: 100%;
        max-width: 83%;
        bottom: 15px;
        position: absolute;
    }

    div#searchContainer {
        height: 90px;
    }


    /* category page  */
    .category.banner {
        height: 40vh !important;
    }
    .category.banner .content-div .item {
        width: 100px !important;
        height: 100px !important;
    }


    .about-map iframe {
        height: 300px;
    }
    .cta-content h2 br {
        display: none;
    }
    .cta-content h2{
        font-size: 32px;
    }

    .top-banner-div {
        height: 100%;
        padding: 30px 0;
    }

}

@media(min-width: 992px) {
    header .top-header-right {
        position: absolute;
        right: 40px;
    }

    header .logo {
        margin-left: 20px;
    }

    
    .home-banner .carousel-item {
        position: relative;
        height: auto;
    }

    .desktop-menu {
        padding: 10px 0 !important;
        padding-top: 0;
        position: relative;
    }

    .desktop-menu .navbar-expand-lg {
        padding: 10px 30px;
    }

    .desktop-menu .megamenu ul {
        list-style: none;
        padding-left: 0;
    }

    .desktop-menu .megamenu .image-list h6 {
        text-align: center;
        margin-top: 20px;
        font-weight: 100;
        color: #6d4322;
        font-family: sans-serif;
        text-transform: uppercase;
        font-size: 14px;
    }

    .desktop-menu .nav-item .megamenu {
        position: absolute;
        left: 0;
        background: #f9f9f9fa;
        top: 125%;
        z-index: 1040;
        min-height: 365px;
        box-shadow: 0 20px 16px #6c6b6b1b;
        display: flex;
        justify-content: center;
        gap: 100px !important;
        padding-top: 30px;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        pointer-events: auto;
    }


    .desktop-menu .megamenu .catgry-list li a {
        text-decoration: none !important;
        color: #4c4c4c;
        font-family: sans-serif;
        font-weight: 400;
        font-size: 14px;
        transition: font-weight 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    .desktop-menu .megamenu .catgry-list li a:hover {
        font-weight: 500 !important;
        transform: translateX(5px) !important;
        color: #382a21;
    }

    .desktop-menu .megamenu .image-list li a img:hover {
        opacity: 0.9;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
        transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .desktop-menu .nav-item:hover .megamenu {
        opacity: 1;
        visibility: visible;
    }

    .desktop-menu .nav-item:hover .nav-link::after {
        transform: scale(100%);
    }

    .desktop-menu .megamenu .image-list {
        width: fit-content;
        justify-content: end;
    }

    .desktop-menu .megamenu .image-list li a img {
        width: 240px !important;
        height: 180px !important;
        object-fit: cover;
        transition: transform 0.3s ease-in-out;
    }

    .desktop-menu header .nav-link:hover {
        font-weight: 500;
    }


    header .nav-link {
        padding: 0 !important;
    }



    div#swiper-wrapper-3457ae109f33e8429 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .home-weavering .weavering-inner {
        height: 400px;
    }


    /* blog page  */
    .blog-page-main .col-md-3 {
        border: 1px solid #6c757d42;
        padding: 15px;
        min-height: 315px;
        position: sticky;
        top: 10px;
        height: 100%;
        background: #ffffff;
    }

    .blog-page-main .blog .blog-image {
        overflow: hidden;
        height: 185px;
    }

}

@media(min-width: 992px) and (max-width: 1199px){
    .about-weaving .image {
        max-height: 500px !important;
    }
}

@media(max-width: 767px) {
    .home-second-categories .right-section .image-div .item a {
        display: unset
    ;
        align-items: center;
        justify-content: center;
    }
    .home-second-categories .right-section .image-div .item .button {
        text-decoration: none;
        color: #fff;
        background: #6d4322;
        border: 1px solid #6d4322;
        padding: 12px;
        width: 75%;
        font-size: 15px;
        text-align: center;
        font-weight: 300;
        left: 50%;
        right: 50%;
        transform: translate(-50%);
    }
    .google-map iframe {
        width: 100%;
        height: 300px;
    }
    .contact-section {
        padding: 60px 0;
    }
   
    .contact-section h3 {
        font-size: 22px;
    }

    .contact-section p {
        font-size: 15px !important;
    }
    .contact-right button.contact-btn {
        margin-top: 10px;
        padding: 6px 20px;
        font-size: 15px;
    }
     .contact-section .form-control::placeholder {
        font-size: 13px;
    }
     .contact-section select.form-select {
        font-size: 12px;
        color: #6e7276;
    }


    .btn-white, .btn-brown{
        font-size: 14px;
        padding: 8px 20px;
    }
    .padding {
        padding: 60px 0;
    }

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

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

    .offcanvas-header {
        padding: 22px 15px !important;
    }
    header .nav-link {
        font-size: 14px !important;
    }

    .offcanvas-header .nav-link:hover {
        color: #6d4322;
    }

    .offcanvas-header .nav-link {
        color: #382a21;
        font-size: 14px;
    }

    /* home-banner  */
    .home-banner .next-icon {
        background: #f1f1f18a;
        width: 35px;
        height: 35px;
    }

    .home-banner .carousel-item {
        height: 300px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 15% !important;
    }

    /* home-banner  */
    .home-categories .categories-item img {
        height: 250px;
    }

    /* home-categories  */
    .home-categories .categories-item::after {
        font-size: 13px;
    }

    /* home-ladies-wear  */
    .home-ladies-wear .right-div {
        margin-top: 40px;
    }

    .home-ladies-wear .content p,
    .home-gents-wear .left-div .content p,
    .home-second-categories .right-section .content p {
        font-size: 25px !important;
    }

    .home-ladies-wear {
        background-position: center left;
        background-size: 25%;
    }

    .home-ladies-wear .right-div img {
        max-height: 500px;
    }

    .home-weavers-diary.padding-bottom {
        padding-top: 60px;
    }




    /* home video  */
    .home-video iframe {
        width: 100%;
        height: 385px;
    }

    .home-second-categories .second-item .image {
        height: 480px !important;
    }

    .home-second-categories .left-image-div {
        height: 480px !important;
        text-align: center;
    }


    .home-ladies-wear .left-div {
        gap: 20px !important;
    }

    /* home bags slider  */
    .home-bags-slider .container-fluid {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .home-bags-slider .swiper-slide .bag-item {
        width: auto;
    }

    .home-bags-slider .slider-bg {
        position: unset;
        transform: none;
        z-index: 1;
        width: auto;
    }

    .home-bags-slider .swiper-button-next {
        color: #ffffff;
        right: 10px !important;
    }

    .home-bags-slider .swiper-button-prev {
        left: 10px !important;
        color: #ffffff;
    }

    .home-bags-slider .swiper-button-prev::after,
    .home-bags-slider .swiper-button-next::after {
        color: #fff;
        font-size: 25px !important;
    }

    .home-bags-slider {
        padding: 60px 0;
    }

    .home-bags-slider {
        height: auto;
    }

    .home-bags-slider .slider-bg {
        height: 500px;
    }


    .home-gents-wear::before {
        background: #ffffff7a;
    }

    .home-bags-slider .swiper-slide .bag-item::before {
        font-size: 15px;
    }

    /* home video category section  */

    .vide-category-section .video-div iframe {
        height: 400px !important;
    }

    .vide-category-section .top-content .icon-div img {
        width: 80px;
    }

    .vide-category-section .top-content h3 {
        font-size: 25px;
        font-weight: 400;
        color: #6d4322;
        margin-top: 10px;
    }

    /* home testimonial sec  */
    .home-testimonial #testimonialSlider {
        height: 300px;
    }

    .home-testimonial #testimonialSlider .swiper-wrapper {
        display: flex;
        flex-direction: row;
    }

    .home-testimonial .testimonial-slider-wrapper .testi-content {
        padding: 20px;
        width: 100%;
        min-height: 250px;
        justify-content: space-around;
    }

    .home-testimonial div#testimonialPagination {
        left: 0;
    }

    .home-testimonial .review-div {
        margin-top: 30px;
        width: 100%;
    }

    .testimonial-slider-wrapper {
        margin-top: 70px;
    }

    .home-testimonial .fixed-testimonial {
        padding: 25px;
        width: 80%;
        bottom: -9%;
    }

    .home-testimonial div#testimonialPagination {
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }


    .home-second-categories .item-content a {
        border: 1px solid !important;
        margin-top: 5px;
    }

    /* home featured slider  */
    .home-featured-slider .image {
        height: 50px;
        width: 110px;
    }

    div#featuredSlider-prev,
    div#featuredSlider-next {
        display: none;
    }

    /* home weavering  */
    .home-weavering {
        background: #807558;
        padding: 5px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .weavering-inner .image img {
        border-radius: 30px !important;
    }

    .weavering-inner .image {
        width: 100% !important;
    }

    .home-weavering .weavering-inner .content {
        background: #807558 !important;
        padding: 20px 0;
        text-align: center;
        border-radius: 0 30px 30px 0;
        width: 100% !important;
    }

    /* home weavers diary  */
    .home-weavers-diary .col-md-6:nth-child(2) {
        margin-top: 40px;
    }

    .home-weavers-diary .content-title h4 {
        font-size: 28px;
    }

    .home-weavers-diary .content p {
        width: 100%;
    }

    .home-weavers-diary .content-title h4 br {
        display: none;
    }

    .home-weavers-diary .button {
        margin: 0 !important;
        margin: 30px 0 10px 0 !important;
    }


    /* footer accrodion  */
    .footer-inner .accordion-button::after {
        content: "\f067" !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transition: transform 0.3s ease;
        font-size: 14px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-inner .accordion-button:not(.collapsed)::after {
        content: "\f068" !important;
        transition: transform 0.3s ease;
    }

    .footer-inner .accordion-button::after {
        background-image: none !important;
    }

    .footer-inner .accordion-item {
        background: transparent !important;
        padding: 0 !important;
        color: #fff;
        border-bottom: 1px solid #977b66 !important;
        border: transparent;
        border-radius: 0 !important;
    }

    .footer-inner .accordion-item button.accordion-button {
        padding: 15px 0 5px 0;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        background: transparent;
    }

    .footer-inner .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
        box-shadow: none !important;
    }

    .footer-left .accordion-collapse .accordion-body ul li a:hover {
        color: #6d4322 !important;
        font-weight: 500;
    }

    .footer-left .item.social-icons {
        padding-top: 15px;
    }

    .footer-left ul li a .text {
        display: none;
    }

    .footer-left .item.social-icons ul {
        padding-top: 8px;
        flex-direction: row;
    }

    .footer-left .accordion-body {
        padding: 10px !important;
    }

    .footer-left .accordion-body ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .footer-left .accordion-button:not(.collapsed) {
        box-shadow: none !important;
    }

    .footer-left .accordion-button:not(.collapsed) {
        background: #554233 !important;
        color: #fff !important;
        padding: 10px !important;
    }

    .footer-left .accordion-collapse.show .accordion-body {
        padding: 10px !important;
        background: #ffffff12 !important;
    }

    .footer-inner .footer-right {
        margin-top: 20px;
    }

    .footer-inner .footer-right .message {
        text-align: left !important;
        margin-top: 0 !important;
    }

    .footer-inner .footer-right .message a {
        text-decoration: underline;
    }

    .footer-inner .footer-right .title {
        align-items: flex-start;
        gap: 6px;
        justify-content: flex-start;
    }

    .footer-inner .conditions-div p {
        font-size: 12px !important;
    }

    .footer-inner .conditions-div {
        margin-top: 5px !important;
    }

    .footer-inner .copyright .right-div {
        display: flex;
        align-items: center !important;
        padding-bottom: 20px;
        justify-content: center;
    }

    .footer-inner .signup-content p {
        color: #fff;
        font-size: 13px !important;
        font-weight: 400;
    }

    .copyright-left {
        flex-wrap: wrap;
        gap: 0 20px;
        justify-content: flex-start !important;
    }

    .back-to-top {
        bottom: 62px;
        right: 9px;
        width: 42px;
        height: 42px;
    }

    .back-to-top svg {
        font-size: 17px;
    }

    .whatsapp-float {
        bottom: 12px;
        right: 7px;
        width: 45px;
        height: 45px;
    }

    .whatsapp-float svg {
        font-size: 25px !important;
    }


    /* category page  */
    .category-content .category-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 20px 10px;
    }

    /* category page  */
    .category.banner {
        height: 50vh;
    }
    .category.banner .content-div .item {
        width: 110px;
        height: 110px;
    }
    .category.banner .content-div .item .icon img {
        width: 30px !important;
    }
    .category.banner .content-div .item .text p{
        font-size: 10px !important;
    }



    /* about page  */
   
    .top-banner-title {
        color: #fff;
        font-size: 42px;
    }
    p br {
        display: none;
    }

    .about-intro .content-div h5 {
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .about-weaving .weaving-row-second {
        flex-direction: column-reverse;
        padding: 0 15px;
    }
    .about-weaving .weaving-row-first{
        padding: 0 15px;
    }

    .about-weaving .image {
        height: 350px !important;
    }
    .about-weaving .content h5 {
        font-size: 25px;
    }
    .row.weaving-row-second .image.second img {
        border-radius: 25px 25px 0 0 !important;
    }
    .row.weaving-row-second .content.second {
        border-radius: 0 0 25px 25px;
        padding: 15px;
    }
    .about-weaving .content {
        padding: 25px 15px !important;
    }
    .about-weaving .content.first{
        background: #807558 !important;
    }
    .about-weaving .content p {
        line-height: 25px;
    }

}

@media(max-width: 991px) {
    .contact-left {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        height: 350px;
    }

    /* category page  */
    .category-content .category-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px 10px;
    }
    .category.banner .content-div .item .text p {
        font-size: 10px;
        margin-bottom: 0;
    }


    /* home-ladies-wear */
    .home-ladies-wear .left-button {
        padding: 0px 25px;
        width: auto;
    }

    /* home-gents-wear  */
    .home-gents-wear .right-button {
        width: 50%;
    }

    .home-testimonial.padding.bg-dark-brown {
        padding-bottom: 80px;
    }

    /* home featured slider  */
    div#featuredSlider-next::after,
    div#featuredSlider-prev::after,
    #partnersSlider-prev::after,
    #partnersSlider-next::after {
        display: none;
    }

    header .nav-link::after {
        display: none;
    }

    .offcanvas-body {
        padding: 15px 0;
    }

    .about-weaving .image.first img {
        border-radius: 25px 25px 0 0;
    }
    .about-weaving .content.first {
        padding: 25px;
        background: #d5d1ca;
        border-radius: 0 0 25px 25px;
    }
    

}

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

    /* category page  */
    .category.banner {
        height: 75vh !important;
    }
    .category.banner .content-div .item {
        width: 120px;
        height: 120px;
    }
    .category.banner .content-div .item .icon img {
        width: 30px !important;
    }

    .vide-category-section .content-div .category .image {
        height: 160px;
        max-height: 250px;
    }

    .home-testimonial .testimonial-slider-wrapper .testi-content {
        padding: 20px;
        width: 100%;
    }

    .home-testimonial div#testimonialPagination {
        display: none;
    }

    .home-testimonial .fixed-testimonial {
        padding: 20px;
        width: 95%;
        bottom: -50%;
        text-align: center;
    }

    .home-testimonial .review-div {
        margin-top: 15px;
        width: 100%;
        margin-left: auto;
        height: auto;
    }

    .home-testimonial .review-div h4 {
        font-size: 22px;
    }

    .row.weaving-row-second .image.second img {
        border-radius: 0 0 25px 25px !important;
    }
    .row.weaving-row-second .content.second {
        border-radius: 25px 25px 0 0;
    }
  
}


@media(min-width: 481px) and (max-width: 767px) {
    .home-testimonial #testimonialSlider {
        height: 250px;
    }
}

@media(min-width: 1400px) {
    .home-testimonial .fixed-testimonial {
        bottom: -10%;
    }

    .home-testimonial.padding.bg-dark-brown {
        padding-bottom: 140px;
    }
}

@media(min-width:768px) {

    .swiper.myFeaturedSwiper,
    .partnersSwiper {
        max-width: 85%;
    }

    .content-div {
        padding: 25px;
    }

    .about-weaving .content {
        padding-left: 25px;
    }

    
    .row.weaving-row-second .content {
        padding: 0;
        padding-right: 25px;
    }

}


@media(min-width:768px) and (max-width:1199px) {
    .home-bags-slider .slider-bg {
        width: 400px !important;
    }
}

@media(min-width: 1299px){
    .category.banner .content-div.second {
        margin-left: 100px;
    }
}


@media(max-width:767px){
    .woocommerce div.product div.images .woocommerce-product-gallery__image a {
        height: 180px !important;
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: block;
  outline-offset: -2px;
  width: 100%;
  height: 100%;
}

.woocommerce-variation-description p {
    font-size: 14px;
}