:root {
    --PrimaryLightColor: #F5F1EC;
    --SecondryLightColor: #FFFCF8;
    --SecondaryDarkColor: #9D442C;
    --PrimaryFontColor: #231004;
    --SecondaryFontColor: #FFFFFF;
    --primary-font-family: "Roboto", sans-serif;
    --secondry-font-family: "Trirong", sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html body,
html body.elementor-page {
    font-family: var(--primary-font-family);
    font-size: 16px;
    color: var(--PrimaryFontColor);
    margin: 0;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    /*padding-bottom: var(--lfooterouterHeight);*/
    position: relative;
    min-height: 100vh;
}

footer.elementor-location-footer {
    background-color: #E3E3E3;
    width: 100%;
    position: relative !important;
    left: 0;
    bottom: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: var(--PrimaryFontColor);
    word-wrap: break-word;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus {
    color: initial;
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--PrimaryFontColor);
    margin: 0;
}

h1 {
    font-size: 72px;
    font-weight: 400;
    line-height: 80px;
}

h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 74px;
}

h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 54px;
}

h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
}

h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

.siteContainer {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
}

/* slick slider css home page */

.collection-slide {
    padding: 0 15px;
}

body .collection-slide h4 {
    margin: 16px 0 24px 0;
}

body .collection-inner a.collection-slider-btn {
    padding-bottom: 3px;
    border-bottom: 2px solid #9D442C;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* text-decoration: underline; */
}

body .collection-slider.slick-dotted.slick-slider {
    margin-bottom: 80px;
}

body .collection-slider .slick-dots {
    bottom: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body .collection-slider .slick-dots li button:before {
    display: none;
}

body .collection-slider .slick-dots li.slick-active button:before {
    color: #9D442C;
}

body .collection-slider .slick-dots li {
    width: 60px;
    height: 2px;
    margin: 0 5px;
    background: #A1978F;
}

body .collection-slider .slick-dots li.slick-active {
    background: #9D442C;
}

body .collection-slider [type=button]:hover,
body .collection-slider button:hover {
    /* color: #fff; */
    background-color: transparent !important;
    text-decoration: none;
}

body .collection-slider .slick-dots li button {
    font-size: 0;
    width: 60px;
    height: 2px;
    padding: 0;
}

body .cardssMain .cardss {
    width: 33% !important;
}

/* related product  */

body.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 32px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

body.woocommerce ul.products li.product a.shopBtn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px;
    border: 1px solid #9D442C;
    /* margin-top: 24px; */
    color: #9D442C;
    background: transparent;
    display: inline-block;
}

body.woocommerce ul.products li.product a.shopBtn:hover {
    border: 1px solid #9D442C;
    color: #FFFFFF;
    background: #9D442C;
}

body.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: relative;
    width: 100%;
}

body.woocommerce ul.products li.product .onsale {
    top: 20px;
    right: 20px;
    background: #EDDCCC;
    color: rgba(157, 68, 44, 1);
    border-radius: 0;
    width: 80px;
    height: 40px;
    min-height: unset;
    min-width: unset;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 18px;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
    float: unset;
    margin: 0;
    padding: 0px 15px;
    width: 25% !important;
    margin-bottom: 30px;
}

body.woocommerce .products ul,
.woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 32px;
    margin: 16px 0 25px 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 32px;
}

body.woocommerce ul.products li.product a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 370px;
    margin: 0;
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #FFFCF8;
    color: #515151;
    border-top: 3px solid #9D442C;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

body .woocommerce-info {
    border-top-color: #9D442C;
}

body .woocommerce-info::before {
    color: #9D442C;
}
.productDescription li {
    list-style-type: disc;
}
.singleProductDetail {
    width: 50%;
    position: relative;
    margin-left: 30px;
}

body.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

body.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    width: 32px;
    height: 36px;
    margin: 0 8px;
}

body.woocommerce nav.woocommerce-pagination ul li a{
    font-family: Trirong;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;   
    color: #7A6E66;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100%;
}

body.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #D0C6BF;
    color: #FFF;
    font-family: Trirong;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;  
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;   
}

body.woocommerce nav.woocommerce-pagination ul li a:hover{
    /* background: #D0C6BF; */
    background: transparent;
    color: #7A6E66;
}

body.woocommerce nav.woocommerce-pagination {
    margin-top: 50px;
}

body.woocommerce nav.woocommerce-pagination ul li a.next,
body.woocommerce nav.woocommerce-pagination ul li a.prev {
    font-size: 0;
}

body.woocommerce nav.woocommerce-pagination ul li a.next{
    background-image: url("/wp-content/themes/hello-elementor-child/modules/global-module/images/arrowright.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

body.woocommerce nav.woocommerce-pagination ul li a.prev { 
    background-image: url("/wp-content/themes/hello-elementor-child/modules/global-module/images/arrowleft.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.collectionSliderMain .product img {
    width: 100%;
    max-width: 400px;
    height: 400px;
    object-fit: cover;
}
.collectionSliderMain .product {
    padding: 0px 15px;
}
.collectionSliderMain .product  h6{
    color:#5E5E5E;
}

/* .collectionSliderMain .product.slick-slide.slick-current.slick-active {
    padding-left: 0;
} */
body .border-bottom h4{
    display: inline;
    border-bottom: 1px solid #231004;
}

.summercollection .product img {
    width: 100%;
    max-width: 400px;
    height: 400px;
    object-fit: cover;
}
.summercollection .product {
    padding: 0px 15px;
}
.summercollection .product  h6{
    color:#5E5E5E;
}

/* .summercollection .product.slick-slide.slick-current.slick-active {
    padding-left: 0;
} */
.collectionSliderMain , .summercollection {
    margin: 0 -10px;
}

.laderActive .loderPrent .bt-spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #ffffff;
    border-top-color: #9D442C;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}
.laderActive .loderPrent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fefefead;
    z-index: 9999;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}







/*  */

.filter-section {
    padding: 15px 0;
}

body.woocommerce-page.archive .seasons_filterPrent ul.products li.product{
    width: 33.33% !important;
}
.seasons_filterPrent {
    display: flex;
}
.seasons_filterPrent .filter-section {
    width: 25%;
    padding-right: 40px;
    position: sticky;
    top: 30px;
    height: 100%;
}
.seasons_filterPrent ul.products.columns-4 {
    width: 75%;
}
.seasons_filterPrent .custom-filter li a {
    /* padding: 10px; */
    /* border: 1px solid; */
    width: 100%;
    font-size: 18px;
    font-family: "Trirong", Sans-serif;
}
.custom-filter li{
padding: 5px 0px;    

}

body .megaMenuList ul li.elementor-icon-list-item a span.elementor-icon-list-text:hover{
    color: #9D442C !important;
}

body .megaMenuList ul li.elementor-icon-list-item.active a span.elementor-icon-list-text,
body .megaMenuList ul li.active a {
    color: #9D442C !important;
}

body .megaMenuList.megaMenuHeading ul li.elementor-icon-list-item span{
    font-family: trirong ;
    font-weight: 600 ;
    color: #000000 !important; 
}

body .megaMenuList.megaMenuHeading:hover ul li.elementor-icon-list-item span{
    color: #9D442C !important;
}

/* body .megaMenuHeading:hover .elementor-heading-title{
    color: #9D442C !important;
}

body .megaMenuHeading.active .elementor-heading-title{
    color: #9D442C !important;
} */

body .seasons_filterPrent ul.custom-filter .active {
    color: #9D442C;
}

body #scrollUp {
    opacity: 1;
    background: #9D442C;
	right: 2px;
    bottom: 65px;
}


body .cardssMain .cardss {
    width: 33%;
}
