/*
	Theme Name: Nextline Erel Spices
	Theme URI: https://www.nextline.in
	Description: Html 5 responsive theme
	Version: 7.1
	Author: Haris
	Author URI: https://harisk.me
*/
@charset "UTF-8";
/*************************************************************************************************
													RESET
***************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;-moz-appearance:button;appearance:button;}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance: textfield;appearance: textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}* {margin: 0;padding: 0;list-style-type: none;}
/* nunito-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/nunito-v32-latin-regular.woff2') format('woff2');
}
/* nunito-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/nunito-v32-latin-700.woff2') format('woff2');
}
/*************************************************************************************************
													COMMON
***************************************************************************************************/
html {scroll-behavior: smooth;}
body{--wp-dark-mode-scale: 1}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
body{margin:0;padding:0;width:100%;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;  
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;}
.container{max-width:1170px;width:100%;margin:0 auto;padding-left: 20px; padding-right: 20px;}
.container-fluid, .wc-block-checkout{width:100%;padding:0 20px}
.row-e, .col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
.row>*{padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;box-sizing:border-box}
[class*=col-]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width: 100%;}
.col-100 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-90  { -ms-flex-preferred-size: 90%; flex-basis: 90%;  max-width: 90%; }
.col-80  { -ms-flex-preferred-size: 80%; flex-basis: 80%;  max-width: 80%; }
.col-70  { -ms-flex-preferred-size: 70%; flex-basis: 70%;  max-width: 70%; }
.col-66  { -ms-flex-preferred-size: 66.6666%; flex-basis: 66.6666%; max-width: 66.6666%; }
.col-60  { -ms-flex-preferred-size: 60%; flex-basis: 60%;  max-width: 60%; }
.col-50  { -ms-flex-preferred-size: 50%; flex-basis: 50%;  max-width: 50%; }
.col-40  { -ms-flex-preferred-size: 40%; flex-basis: 40%;  max-width: 40%; }
.col-33  { -ms-flex-preferred-size: 33.3333%; flex-basis: 33.3333%; max-width: 33.3333%; }
.col-30  { -ms-flex-preferred-size: 30%; flex-basis: 30%;  max-width: 30%; }
.col-25  { -ms-flex-preferred-size: 25%; flex-basis: 25%;  max-width: 25%; }
.col-20  { -ms-flex-preferred-size: 20%; flex-basis: 20%;  max-width: 20%; }
.col-10  { -ms-flex-preferred-size: 10%; flex-basis: 10%;  max-width: 10%; }
@media (min-width: 768px) {
    .col-md-100 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
    .col-md-90  { -ms-flex-preferred-size: 90%; flex-basis: 90%;  max-width: 90%; }
    .col-md-80  { -ms-flex-preferred-size: 80%; flex-basis: 80%;  max-width: 80%; }
    .col-md-70  { -ms-flex-preferred-size: 70%; flex-basis: 70%;  max-width: 70%; }
    .col-md-66  { -ms-flex-preferred-size: 66.6666%; flex-basis: 66.6666%; max-width: 66.6666%; }
    .col-md-60  { -ms-flex-preferred-size: 60%; flex-basis: 60%;  max-width: 60%; }
    .col-md-50  { -ms-flex-preferred-size: 50%; flex-basis: 50%;  max-width: 50%; }
    .col-md-40  { -ms-flex-preferred-size: 40%; flex-basis: 40%;  max-width: 40%; }
    .col-md-33  { -ms-flex-preferred-size: 33.3333%; flex-basis: 33.3333%; max-width: 33.3333%; }
    .col-md-30  { -ms-flex-preferred-size: 30%; flex-basis: 30%;  max-width: 30%; }
    .col-md-25  { -ms-flex-preferred-size: 25%; flex-basis: 25%;  max-width: 25%; }
    .col-md-20  { -ms-flex-preferred-size: 20%; flex-basis: 20%;  max-width: 20%; }
    .col-md-10  { -ms-flex-preferred-size: 10%; flex-basis: 10%;  max-width: 10%; }
    .col-md-75 {
        flex-basis: 75%;
        max-width: 75%;
    }
}
@media (min-width: 1024px) {
    .col-lg-100 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
    .col-lg-90  { -ms-flex-preferred-size: 90%; flex-basis: 90%;  max-width: 90%; }
    .col-lg-80  { -ms-flex-preferred-size: 80%; flex-basis: 80%;  max-width: 80%; }
    .col-lg-70  { -ms-flex-preferred-size: 70%; flex-basis: 70%;  max-width: 70%; }
    .col-lg-66  { -ms-flex-preferred-size: 66.6666%; flex-basis: 66.6666%; max-width: 66.6666%; }
    .col-lg-60  { -ms-flex-preferred-size: 60%; flex-basis: 60%;  max-width: 60%; }
    .col-lg-50  { -ms-flex-preferred-size: 50%; flex-basis: 50%;  max-width: 50%; }
    .col-lg-40  { -ms-flex-preferred-size: 40%; flex-basis: 40%;  max-width: 40%; }
    .col-lg-33  { -ms-flex-preferred-size: 33.3333%; flex-basis: 33.3333%; max-width: 33.3333%; }
    .col-lg-30  { -ms-flex-preferred-size: 30%; flex-basis: 30%;  max-width: 30%; }
    .col-lg-25  { -ms-flex-preferred-size: 25%; flex-basis: 25%;  max-width: 25%; }
    .col-lg-20  { -ms-flex-preferred-size: 20%; flex-basis: 20%;  max-width: 20%; }
    .col-lg-10  { -ms-flex-preferred-size: 10%; flex-basis: 10%;  max-width: 10%; }
}
.row-e,.row-full,.row-eighty,.row-five,.row-four,.row-fourty,.row-half,.row-ninety,.row-seventy,.row-sixty,.row-ten,.row-thirty,.row-three{position:relative;width:100%;min-height:1px}
.p-0{padding:0!important}.p-5{padding:5px}.p-10{padding:10px}.p-15{padding:15px}.p-20{padding:20px}.p-30{padding:30px}.pt-0{padding-top:0!important}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-30{padding-top:30px}.pb-0{padding-bottom:0!important}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-30{padding-bottom:30px}.pl-0{padding-left:0!important}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-30{padding-left:30px}.pr-0{padding-right:0!important}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-30{padding-right:30px}.m-0{margin:0!important}.m-5{margin:5px}.m-10{margin:10px}.m-15{margin:15px}.m-20{margin:20px}.m-30{margin:30px}.mt-0{margin-top:0!important}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mb-0{margin-bottom:0!important}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.ml-0{margin-left:0!important}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.mr-0{margin-right:0!important}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mx-auto{margin-right:auto;margin-left:auto}.w-100{width:100%!important}.h-100{height:100%!important}
@media (min-width: 768px) {
    .p-md-0{padding:0!important}.p-md-5{padding:5px}.p-md-10{padding:10px}.p-md-15{padding:15px}.p-md-20{padding:20px}.p-md-30{padding:30px}.pt-md-0{padding-top:0!important}.pt-md-5{padding-top:5px}.pt-md-10{padding-top:10px}.pt-md-15{padding-top:15px}.pt-md-20{padding-top:20px}.pt-md-30{padding-top:30px}.pb-md-0{padding-bottom:0!important}.pb-md-5{padding-bottom:5px}.pb-md-10{padding-bottom:10px}.pb-md-15{padding-bottom:15px}.pb-md-20{padding-bottom:20px}.pb-md-30{padding-bottom:30px}.pl-md-0{padding-left:0!important}.pl-md-5{padding-left:5px}.pl-md-10{padding-left:10px}.pl-md-15{padding-left:15px}.pl-md-20{padding-left:20px}.pl-md-30{padding-left:30px}.pr-md-0{padding-right:0!important}.pr-md-5{padding-right:5px}.pr-md-10{padding-right:10px}.pr-md-15{padding-right:15px}.pr-md-20{padding-right:20px}.pr-md-30{padding-right:30px}.m-md-0{margin:0!important}.m-md-5{margin:5px}.m-md-10{margin:10px}.m-md-15{margin:15px}.m-md-20{margin:20px}.m-md-30{margin:30px}.mt-md-0{margin-top:0!important}.mt-md-5{margin-top:5px}.mt-md-10{margin-top:10px}.mt-md-15{margin-top:15px}.mt-md-20{margin-top:20px}.mt-md-30{margin-top:30px}.mb-md-0{margin-bottom:0!important}.mb-md-5{margin-bottom:5px}.mb-md-10{margin-bottom:10px}.mb-md-15{margin-bottom:15px}.mb-md-20{margin-bottom:20px}.mb-md-30{margin-bottom:30px}.ml-md-0{margin-left:0!important}.ml-md-5{margin-left:5px}.ml-md-10{margin-left:10px}.ml-md-15{margin-left:15px}.ml-md-20{margin-left:20px}.ml-md-30{margin-left:30px}.mr-md-0{margin-right:0!important}.mr-md-5{margin-right:5px}.mr-md-10{margin-right:10px}.mr-md-15{margin-right:15px}.mr-md-20{margin-right:20px}.mr-md-30{margin-right:30px}
}
.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
.d-flex,.flex, .is-layout-flex{display:-webkit-box;display:-ms-flexbox;display:flex}
.is-layout-flex{margin-right: -15px; margin-left: -15px;}
.is-layout-flex > div.wp-block-column{padding-right: 15px;padding-left: 15px;-ms-flex-preferred-size: 0;flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
.d-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.d-inline{display:-moz-inline-stack;display:inline-block;zoom:1;}
.d-block{display:block}
.d-none{display: none;}
.d-inline-block{display:inline-block}
.align-items-center,.flex_align_center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.flex_jsb,.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}
.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.flex-wrap,.wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}
.flex-no-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.flex-column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
header ul li{list-style-type: none;}
header ul{margin-left: 0;}
ul, ol{margin-left: 20px;margin-top: 0;}
ul li{list-style-type:disc}
ol li{list-style-type:decimal}
.no-list li{list-style-type: none !important;position: relative;}
.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}
table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent;border-collapse:collapse}
table td,table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}
table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}
.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}
.embed-container, .wp-block-embed is-type-video .wp-block-embed__wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed, .wp-block-embed is-type-video .wp-block-embed__wrapper iframe, .wp-block-embed is-type-video .wp-block-embed__wrapper object, .wp-block-embed is-type-video .wp-block-embed__wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.relative, .position-relative{position:relative;}
.position-fixed{position: fixed;}
.position-absolute{position: absolute;}
.position-static{position: static;}
.position-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky;top:10px}
.text-capital{text-transform:capitalize;}
.text-uppercase{text-transform:uppercase;}
.text-center{text-align:center;}
.text-left{text-align:left}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
p, ul, ol{margin-bottom: 20px;}
p, li{font-weight: 400;font-size: 16px;}
.shadow{-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);}
/* clear floats */
.container:after, .container:before, .container-fluid:after, .container-fluid:before{display: table;content: " ";clear: both;}
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.clearfix { display:block; } 
.clear , .cb{ clear: both; }
.float-left{float:left;}
.float-right{float:right;}
img{max-width:100%;height:auto;vertical-align:bottom; }
a, a:hover{text-decoration:none;-webkit-transition:all .4s ease-in-out;-o-transition:all .2s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
*, *:after, *:before { -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing:antialiased; font-smooth:antialiased; text-rendering:optimizeLegibility; } 
input:focus { outline:0; border:1px solid #04A4CC; } 
/*Core*/
.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000} p .alignnone{margin-bottom: 0;}
::-moz-selection { background:#04A4CC; color:#FFF; text-shadow:none; } 
::selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-webkit-selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-moz-selection { background:#04A4CC; color:#FFF; text-shadow:none; } 
.parallax{background-size: cover;background-repeat: no-repeat;background-attachment: fixed;background-position: top center;}
.abs-center{position: absolute; margin-left: auto; margin-right: auto; left: 0; right: 0;}
.abs-exact{ margin: 0 auto; left: 50%; top:50%; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.overlay {position: relative; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .6); padding: 60px 0; } 
.overlay.position-absolute{top:0;left:0;position: absolute;}
.o-hidden, .overflow-hidden{overflow:hidden;}
.com60, .CommonPadding{padding:60px 0;}
.com80{padding:80px 0;}
.com80x60{padding:80px 0 60px 0;}
.com100x60{padding:100px 0 60px 0;}
*:focus { outline:none}
.nextline-logo{width:85px;}
.dummy{padding: 0 !important;border:0 !important;margin: 0 !important;-webkit-box-shadow: none !important;box-shadow: none !important;width: 0 !important;height: 0 !important;}
.text-second-line{word-spacing: 9999999px;}
.imgAbsolute{
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
button{
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    font-family: inherit;
}
a{
    color: #000;
}
a:hover{
    color: var(--logofirstcolor);
}
:root{
    --logofirstcolor:#9E684A;
    --logosecondcolor:#725540;
}
/*************************************************************************************************
													Header
***************************************************************************************************/
.mobImg{
    display: none;
}
.header{
    -webkit-box-shadow: 0 10px 20px 0 rgb(46 56 220 / .05);
    box-shadow: 0 10px 20px 0 rgb(46 56 220 / .05);
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}
.header.top {
    position: fixed;
    -webkit-animation: stickyNavbar 0.5s linear;
    animation: stickyNavbar 0.5s linear;
    background: #fff;
}
@keyframes stickyNavbar { 
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.top .top-header, .top .searchMenu{
    display: none;
}
.header .logo{
    width: 120px;
}
.main-menu li.menu-item-has-children > a::before, .mobile_menu li.menu-item-has-children > a::before {
    position: absolute;
    content: "";
    line-height: 1;
    right: 4px;
    top: 26px;
    transform: rotate(45deg);
    display: inline-block;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    padding: 3px;
    transition: 0.6s;
}
.main-menu li {
    position: relative;
}
.main-menu > li:not(.mega-menu) > .sub-menu {
    position: absolute;
    top: 50px;
    left: 10px;
    min-width: 230px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 99;
    background: rgb(255, 255, 255);
    transition: 0.25s;
    padding: 15px;
    border-radius: 10px;
    pointer-events: none;
}
.main-menu>li:not(.mega-menu):hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.main-menu li a {
    font-size: 16px;
    display: block;
    padding: 20px;
    font-weight: 600;
}
.woocommerce .main-menu li a:hover, .catDropdownContent li a:hover, .sidebar-categories li a:hover, .bottom-header a:hover {
    color: var(--logofirstcolor) !important;
}
.catDropdownContent li a {
    color: #000;
}
.woocommerce .product-details-wrapper button.button, .woocommerce .product-details-wrapper a.button {
    color: #fff !important; 
}
.sub-menu li a{
    padding: 6px;
}
.top-header{
    background-color: var(--logofirstcolor);
    padding: 5px 20px;
}
.top-header a{
    color: #fff;
    padding-right: 15px;
}
.headerline {
    width: 1px;
    height: 20px;
    background-color: #B4977D;
    margin: 0 10px;
}
.header .smText{
    color: #fff;
}
.bottom-header{
    padding: 5px 20px;
}
/* .catDropdown {
    position: relative;
    cursor: pointer;
    background-color: var(--logofirstcolor);
    color: #fff;
    padding: 8px 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 41px;
} */
.catDropdownContent {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #fff;
    pointer-events: none;
    z-index: 12;
    transition: opacity .3s, visibility .3s, transform .3s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .05);
    min-width: 435px;
    padding: 20px;
    border-radius: 10px;
}
.catDropdown:hover .catDropdownContent {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(10px);
}
.catDropdownContent li {
    width: 50%;
    padding: 0 10px;
}
.catDropdownContent li a {
    padding: 5px 0;
    display: block;
}
.headerButton{
    display: inline-flex;
    align-items: center;
    background-color: var(--brand-secondary-color);
    color: #fff !important;
    border-radius: 5px;
    padding: 5px 20px;
    height: 41px;
    font-size: 13px;
    font-weight: 600;
    gap: 5px;
}
.headerButton svg{
        transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
}
.headerButton:hover svg{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.searchBar{
    min-width: 320px;
}
.searchBtn {
    display: inline-flex;
    background-color: var(--brand-secondary-color);
    color: #fff;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    height: 41px;
    cursor: pointer;
}
.searchBtn:hover {
    background-color: var(--brand-main-color);
}
.searchMenu{
    padding: 10px 20px;
    border-top: 1px solid #e4e4e4;
}
.search-widget input[type="text"] {
    background-color: #ffffff;
    height: 41px;
    border: 1px solid #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.in-search-results {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 350px;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
    -webkit-overflow-scrolling: touch;
}
.in-search-results ul {
    margin: 0;
    padding: 20px 0;
}
.in-search-results ul li {
    cursor: pointer;
    font-size: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.in-search-results ul li span {
    width: calc(100% - 80px);
    color: #000;
}
.TopSlider .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid var(--logofirstcolor);
}
.TopSlider .slick-arrow:hover{
    background-color: var(--logofirstcolor);
}
.TopSlider .slick-arrow:hover svg path {
    fill: #fff;
}
.TopSlider .slick-prev{
    left: 30px;
}
.TopSlider .slick-next {
    right: 30px;
}
.TopSlider img{
    width: 100%;
}
.CategorySlider .SliderIn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.CategorySlider .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 999;
}
.CategorySlider .slick-prev{
    left: -5px;
}
.CategorySlider .slick-next {
    right: -5px;
}
.top-head {
    color: var(--logofirstcolor);
    font-size: 18px;
    font-weight: 600;
}
.cmnh2{
    font-size: 45px;
    line-height: 1.1;
}
.cmnh3 {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.1;
}
.BannerBox .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.BannerBox {
    background: var(--logofirstcolor);
    color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
}
.bannerboxIn{
    max-width: calc(100% - 50px);
}
.BannerBox .line {
    border-left: 1px solid #B4977D;
    padding: 0;
    height: 50px;
}
.BannerBox .col-md-25 img{
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    cursor: pointer;
}
.BannerBox .col-md-25 img:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}
.pdr-60{
    padding-right: 60px;
}
.pdl-60{
    padding-left: 60px;
}
.pdl-40{
    padding-left: 40px;
}
.img-br10{
    border-radius: 10px;
}
.CategoryProductsSection .image-wrapper img {
    width: 100%;
    display: block;
}
.SpecialCollectionSection .overlay-content {
    position: absolute;
    top: 110px;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}
.SpecialCollectionSection h3{
    font-size: 30px;
    line-height: 1;
}
.SpecialCollectionSection .image-wrapper img{
    width: 100%;
}
.LogoSlider .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 999;
}
.LogoSlider .slick-prev{
    left: -50px;
}
.LogoSlider .slick-next{
    right: -20px;
}
.CategorySlider .SliderIn a img{
    transition: 400ms ease-in-out;
    transform: scale(0.9);
}
.CategorySlider .SliderIn a:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: sscale(1);
    -ms-transform: scale(1);
}
.CategorySlider .SliderIn a img {
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
}
.LogoSlider .SliderIn a img{
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}
.LogoSlider .SliderIn a:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes hvr-wobble-horizontal{
  16.65% {	
    -webkit-transform: translateX(8px);
    transform: translateX(8px);	
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }	
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.TestimonialSection .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: -2;
}
.TestimonialSection .card {
    padding: 75px 20px 52px 20px;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #415560;
    position: relative;
    border-radius: 15px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0 ,0 , 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0 ,0 , 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0 ,0 , 0.1);
    display: inline-block;
}
.quote-outer {
    position: absolute;
    top: -40px; 
    left: 50%;
    transform: translateX(-50%); 
    width: 80px;
    height: 80px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clearfix .cmnBtn{
    display: inline-flex;
    padding: 10px 25px;
    background-color: var(--logofirstcolor);
    color: #fff;
    border-radius: 5px;
    gap: 5px;
}
.MainContent .wp-block-heading{
    margin-bottom: 15px;
}
.clearfix.single-post {
    padding: 120px 0 60px 0;
}
.blogTitle a {
    color: #000;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
}
.quote-inner {
    width: 65px;
    height: 65px;
    background-color: var(--logofirstcolor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sliderTop {
    padding: 60px 15px 0 15px;
    height: 100%;
}
.TestimonialSlider .smtext {
    font-size: 13px;
    font-weight: 600;
    padding-left: 5px;
}
.TestimonialSlider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0;
}
.TestimonialSlider .slick-dots li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.TestimonialSlider .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #D9D9D9;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    font-size: 0;
}
.TestimonialSlider .slick-dots li.slick-active button {
    background-color: var(--logofirstcolor);
}
.TestimonialSlider .slick-arrow{
    display: none !important;
}
.woocommerce-Tabs-panel li::before {
    content: "✓";
    width: 30px;
    height: 30px;
    background-color: #9c684a3d;
    border-radius: 50%;
    color: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -4px;
}
.woocommerce-Tabs-panel li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px !important;
}
.SubscribeSection{
    background-color: var(--logofirstcolor);
}
.SubscribeSection .bgBox {
    padding: 40px 0;
}
.SubscribeSection h2{
    font-size: 35px;
    color: #fff;
    padding-left: 15px;
}
.SubscribeSection svg path {
    fill: #fff;
}
.wpcf7-form p {
    margin: 0;
}
.newsletter-form {
    display: flex;
    align-items: center;
    width: 100%;
}
.newsletter-form p,
.newsletter-form .wpcf7-form-control-wrap {
    display: contents;
}
.newsletter-form .email-input {
    flex: 1;
    height: 55px;
    border: none;
    padding: 0 20px;
    border-radius: 8px 0 0 8px;
    background: #eee;
    outline: none;
}
.newsletter-form .submit-btn {
    height: 55px;
    padding: 0 25px;
    border: none;
    background: #222;
    color: #fff;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}
.newsletter-form .wpcf7 input {
    width: auto;
}
.newsletter-form input[type="submit"] {
    background-color: var(--logofirstcolor) !important;
    padding: 12px 25px !important;
    border: 0 !important;
    color: #ffff !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    margin: 0 !important;
    font-size: 14px !important;
}
.newsletter-form .wpcf7-spinner{
    display: none !important;
}
.newsletter-form input[type="email"] {
    padding: 12px;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    font-size: 13px !important;
}
.footer{
    background-color: var(--logosecondcolor);
    color: #fff;
    padding-bottom: 30px;
}
.footer .logo img {
    width: 150px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footer h3{
    white-space: nowrap;
}
.footer p, .footer span{
    font-size: 15px;
}
.footer a{
    color: #fff;
}
.footer .svg-Icon{
    width: 35px;
}
.footer a:hover{
    color: #cccccc;
}
.footer li{
    font-size: 15px;
}
.footer .lgText{
    font-size: 20px;
    display: block;
}
.copyright p{
    font-size: 15px;
}
.CommonTopSection .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: -2;
}
.CommonTopSection .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    z-index: -1;
    top: 0;
    left: 0;
}
.CommonTopSection, .CommonTopSection a{
    color: #fff;
}
.cmnBtn, .sndBtn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--logofirstcolor);
    color: #fff;
    border-radius: 5px;
}
.cmnBtn:hover{
    background-color: #000;
    color: #fff;
}
.sndBtn {
    background-color: #fff;
    color: var(--logofirstcolor);
}
.top-header a:last-child {
    color: var(--logofirstcolor);
}
.ShippingBannerSection .row > .line:last-child {
     display: none;
}
.AboutShippingBanner .card {
    padding: 0 70px;
}
.AboutShippingBanner .card span{
    color: #777777;
}
.AboutShippingBanner{
    background-color: #F7F4EF;
}
.AboutShippingBanner .col-md-33:hover .service-img {
    transform: rotateY(180deg);
}
.AboutShippingBanner .col-md-33 .service-img {
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    transition: 400ms ease-in-out;
    cursor: pointer;
}
.CommonTopSection a, .CommonTopSection span {
    font-weight: 700;
}
.accordionItem {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    border: none;
    padding: 0;
}
.accHeader {
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    padding: 18px 25px;
    background-color: #fff;
    transition: 0.3s;
}
.accContent {
    display: none;
    padding: 20px 25px;
    background-color: #fff;
}
.faqIn {
    max-width: calc(100% - 10px);
}
.openAc, .open .closeAc {
    display: none;
}
.open .openAc {
    display: block;
}
.stickySide {
    position: sticky;
    top: 50px;
    min-height: 100vh;
    padding-bottom: 40px;
}
.accHeader.open {
    background-color: var(--logofirstcolor);
    color: #fff;
}
.accHeader.open svg path {
    fill: #fff;
}
.accordionItem {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
/* .VentureSection{
    overflow: hidden;
}
.venture-row {
  margin-top: 30px;
}
.venture-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.venture-card.large img, .venture-card.small img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}
.venture-card.large::after,  .venture-card.small::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 36%), transparent);
}
.venture-card .card-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
}
.venture-card h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.venture-card p {
  font-size: 14px;
  opacity: 0.9;
}
.venture-card.small {
  background: #eee6db;
  align-items: center;
}
 .VentureSection .venture-link {
    display: block;
}
.venture-card {
    transition: transform 400ms ease-in-out;
    transform: scale(1);
}
.venture-link:hover .venture-card {
    transform: scale(1.05);
}
.VentureInnerSlider .slick-dots li button:before {
    content: none !important;
}
.VentureInnerSlider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
}
.VentureInnerSlider .slick-dots li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.VentureInnerSlider .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #E6E6E6;
    border-radius: 50%;
    border: none;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    font-size: 0;
}
.VentureInnerSlider .slick-dots li.slick-active button {
    background-color: var(--logofirstcolor);
}
.VentureInnerSlider .slick-slide{
    margin: 0 15px;
}
.VentureInnerSlider .InnerCard {
    background-color: #fff;
    padding: 82px 50px;
    height: 424px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.VentureInnerSlider {
    margin-top: 35px;
}
.VentureInnerSlider .SliderIn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.InnerSliderSection{
    background-color: #F7F4EF;
} */
.GiftProductSection, .PalaLegancySection, .TrustandTraditionSection  {
    background-color: #F7F4EF;
}
.LinkIn {
    padding: 15px 10px;
    border-bottom: 1px solid #D9D8D6;
}
.LinkIn:hover {
    background-color: rgb(32 79 105 / .05);
}
.LinkIn span.arrowRight {
    width: 30px;
    height: 30px;
    background-color: #D9D8D6;
    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;
    border-radius: 50%;
}
.LinkIn:hover span.arrowRight {
    background-color: var(--brand-secondary-color);
    color: #fff;
}
.LinkIn:hover .arrowRight svg {
    fill: #fff;
}
.HelpFaqSection{
    background-color: #F7F4EF;
}
.ContactSection input[type="text"], .ContactSection input[type="email"], .ContactSection input[type="number"], .ContactSection input[type="password"], .ContactSection textarea, .ContactSection select, .ContactSection input[type="tel"]  {
    background: #f9f9f9;
    border: none !important;
    color: #666666;
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px !important;
    width: 100%;
    padding: 15px !important;
    border-radius: 5px;
    margin-bottom: 10px;
}
.ContactSection .cmnBtn{
    padding: 5px;
    width: 100%;
    display: block;
}
.icon-box {
    width: 60px;
    height: 60px;
    background: var(--logofirstcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    flex-shrink: 0;
}
.icon-box img {
    width: 37px;
    height: 25px;
    filter: brightness(0) invert(1);
}
.ContactSection{
    background-color: #F7F4EF;
}
.ContactSection .bgCard {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}
.OurVenture-TopSection{
    position: relative;
    color: #fff;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.OurVenture-TopSection .top-head{
    color: #fff;
}
.OurVenture-TopSection .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: -2;
}
.OurVenture-TopSection .cmnh1 {
    font-size: 40px;
    line-height: 1.1;
    margin: 10px 0;
}
.OurVenture-TopSection .overlay {
    position: absolute;
    background-color: rgb(0 0 0 / 29%);
    top: 0;
    z-index: -1;
}
.OurVentures-ListSection{
    background-color: #F7F4EF;
}
.OurVentures-ListSection .Venture-card{
    padding: 25px;
    background-color: #fff;
    box-shadow: rgb(14 63 126 / .04) 0 0 0 1px, rgb(42 51 69 / .04) 0 1px 1px -.5px, rgb(42 51 70 / .04) 0 3px 3px -1.5px, rgb(42 51 70 / .04) 0 6px 6px -3px, rgb(14 63 126 / .04) 0 12px 12px -6px, rgb(14 63 126 / .04) 0 24px 24px -12px;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.Venture-card .cmnBtn {
    padding: 7px 15px;
    width: fit-content;
    font-size: 14px;
}
.Venture-card .cmnh3{
    font-size: 22px;
}
.OurVenture-ProductSection{
    background-color: #F7F4EF;
}
.OurVenture-ProductSection .cardOut{
    background-color: #fff;
    height: 100%;
}
.OurVenture-ProductSection .cardOut img{
    width: 100%;
}
.OurVenture-ProductSection .cardIn{
    background-color: #fff;
    padding: 20px;
}
.blogCard{
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menuMob{
    display: none;
}
.Wholesale-ProductSection{
    background-color: #F7F4EF;
}
.Inner-card-wrapper {
    padding: 8px;
    border: 3px solid #ebe5da;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.Inner-Color {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #FAF7F2;
    overflow: hidden;
}
.Product-image img {
    width: 100%;
    height: auto;
    display: block;
}
.Product-detail {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px;
    background-color: #fefefe;
    position: relative;
    padding-bottom: 0;
}
.Product-detail::before {
    position: absolute;
    content: '';
    top: -123px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    border: 92px solid #fff;
    z-index: 1;
    width: 100%;
    border-radius: 182px 0 0 182px;
    -moz-border-radius: 182px 0 0 182px;
    -webkit-border-radius: 202px 0 0 202px;
    -khtml-border-radius: 182px 0 0 182px;
    height: 400px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.Product-detail .cmnh2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    top: -30px;
    text-align: center;
}
.Product-detail .cmnBtn {
    background: #8b5c36;
    padding: 10px 25px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    z-index: 2;
    position: relative;
    top: -25px;
    text-align: center;
}
.Product-detail .cmnBtn:hover{
    background-color: #000;
    color: #fff;
}
.Wholesale-ContactFormSection{
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.Wholesale-ContactFormSection .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: -2;
}
.Wholesale-ContactFormSection input[type="text"], .Wholesale-ContactFormSection input[type="email"], .Wholesale-ContactFormSection input[type="number"], .Wholesale-ContactFormSection input[type="password"], .Wholesale-ContactFormSection textarea, .Wholesale-ContactFormSection select, .Wholesale-ContactFormSection input[type="tel"] {
    background: #fff;
    border: 1px solid #fff;
    color: #666666;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
}
.Wholesale-ContactFormSection .cmnBtn{
    display: inline-flex;
}
.Wholesale-ContactFormSection .overlay{
    position: absolute;
    top: 0;
    background-color: rgb(0 0 0 / 6%);
    z-index: -1;
}
.Wholesale-ContactFormSection label{
    color: #000;
    font-weight: 600;
}
.page-id-32 .wpcf7 form.sent .wpcf7-response-output {
    border-color: #c6bebe !important;
    color: #000 !important;
}
.dew-top {
    bottom: 90px !important;
    right: 14px !important;
}
.nl-floating-cart {
    right: 5px !important;
}
.menu-is-open .mobileMenu {
    bottom:0;
    opacity: 1;
    visibility: visible;
}
.mobileMenu {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: calc(100dvh - 102px);
    background: var(--logofirstcolor);
    z-index: 99999;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 799ms cubic-bezier(.74, .215, .125, 1.02);
    -o-transition: all 799ms cubic-bezier(.74,.215,.125,1.02);
    transition: all 799ms cubic-bezier(.74, .215, .125, 1.02);
}
.imgBorder {
    position: absolute;
    top: -45px;
    left: -25px;
    width: 615px;
    height: 545px;
    border: 4px solid var(--logofirstcolor);
    z-index: 1;
}

.PalaLegancySection img {
    position: relative;
    z-index: 2;
    left: 5px;
    height: auto;
    width: 100%;
}
.PalaLegancySection .col-md-50:first-child{
    padding-right: 80px;
}
.TrustandTraditionSection .card{
    background-color: #fff;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.PalaLegancySection {
    padding-top: 100px;
}
.productInner {
    position: relative;
    color: #fff;
    padding: 45px;
    overflow: hidden;
}
.productbgImg {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


.About-VideoSection {
    color: #fff;
    height: 60vh;
}
.About-VideoSection .overlay {
    background-color: rgb(0 0 0 / .4);
}
.BgImgg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.play-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    cursor: pointer;
    position: relative;
}
.play-icon {
    width: 0;
    height: 0;
    border-left: 24px solid #000;
    border-top: 16px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 2;
    position: relative;
    display: block;
}
.play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 2500ms ease-out infinite;
    animation: pulse-border 2500ms ease-out infinite;
}
.play-button::after {
    content: "";
    width: 100px;
    height: 100px;
    border: 4px dotted #fff;
    border-radius: 50%;
    -webkit-animation: rotate 10s linear infinite;
            animation: rotate 10s linear infinite;
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.play-button:hover::after{
    opacity: 1;
}
.play-button:hover::before{
    background: transparent;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
              transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
}

.HelpCard {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}
.HelpCard a{
    color: var(--logofirstcolor);
}
.sidebar-categories{
    padding: 20px !important;
    background-color: #f9f9f9;
    top: 100px;
    border-radius: 8px;
}
.sidebar-categories li a {
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
}
.sidebar-categories li:last-child a{
    border-bottom: none;
    padding-bottom: 0;
}


/*************************************************************************************************
													Slick Slider
***************************************************************************************************/
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.TestimonialSlider .slick-track{
    display: flex;
}
.TestimonialSlider .slick-slide{
    height: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block !important;
}
.slick-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*************************************************************************************************
													Back To Top
***************************************************************************************************/
.dew-top.dew-is-visible, .dew-top.dew-fade-out, .no-touch .dew-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -o-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } 
.dew-top.dew-is-visible { visibility: visible; opacity: 1; } 
.dew-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 64px; right: 10px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; text-indent: 100%; white-space: nowrap; background: rgb(31, 31, 31) url(images/top-arrow.svg) no-repeat center 50%;visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -o-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; cursor: pointer;} 
/*************************************************************************************************
													Page Nav
***************************************************************************************************
.iv-pagenavi span.pages {margin-right: 10px;}
.iv-pagenavi span, .iv-pagenavi a {display: inline-block; background-color: #d33649; color: #fff; margin-right: 5px; padding: 5px 8px; font-size: 14px; } 
.iv-pagenavi span.current{background-color:#80101e}
/*************************************************************************************************
													Forms
***************************************************************************************************/
input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, select{background: #f9f9f9; border: 1px solid #e1e1e1; color: #666666; font-size: 15px; font-weight: 300; margin: 0; padding: 10px; width:100%;    border-radius: 5px;} 
input[type="submit"]{  background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #3078C0; cursor: pointer; display: inline-block; font-size: 15px; font-weight: 300; margin-bottom: 0; padding: 8px 25px; transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; width: auto; border-radius: 0; color: #3078C0; margin: 10px 0; -webkit-box-shadow: none; box-shadow: none;} 
input[type="submit"]:hover{background-color:#3078C0;color:#fff;}
/*************************************************************************************************
													RESPONSIVE
***************************************************************************************************/
@media only screen and ( max-width: 1024px ){

}
@media only screen and (max-width: 820px), only screen and (max-device-width: 1024px) and (min-device-width: 768px), only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){

    .mobImg{
        display: block;
    }
    .deskImg{
        display: none;
    }
    .menuContent, .mobHide, .searchDiv{
        display: none;
    }
    .mobShow{
        display: block !important;
    }
    .header .logo img{
        width: 90px;
    }
    .header .logo {
        display: flex;
        justify-content: center;
    }
    .header .menuMob {
        display: block;
        margin-right: 5px;
    }
    .clearfix .post-2390 h1 {
        line-height: 1.2;
        font-size: 28px;
    }
    .clearfix.single-post {
        padding: 60px 0 0 0;
    }
    .menuMob {
        width: 30px;
        height: 22px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        z-index: 2001;
    }
    .menuMob .menu_part {
        height: 3px;
        background: #000;
        border-radius: 2px;
        transition: all 0.3s ease;
        margin-bottom: 5px;
    }
    .upIn.mobileMenu{
        height: calc(100dvh - 62px);
    }
    .menu-is-open{
        overflow: hidden;
    }
    .menu-is-open .menuMob .menu_part:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .menu-is-open .menuMob .menu_part:nth-child(2) {
        opacity: 0;
    }
    .menu-is-open .menuMob .menu_part:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    .mobContent {
        padding: 20px;
        height: calc(100% - 250px);
        overflow-y: auto;
    }
    .mobContent ul{
        margin-left: 0;
        display: block;
    }
    .mob-menu .sub-menu{
        display: none;
    }
    .mob-menu li.menu-item-has-children > a::before, .mob-menu li.menu-item-has-children > a::before {
        position: absolute;
        content: "";
        line-height: 1;
        right: 0;
        top: 0;
        transform: rotate(45deg);
        display: inline-block;
        border-style: solid;
        border-color: #fff;
        border-image: initial;
        border-width: 0px 2px 2px 0px;
        padding: 3px;
        transition: 0.6s;
    }
    .mobContent ul li {
        list-style-type: none;
        position: relative;
    }
    .mobContent ul li a {
        color: #fff;
        font-weight: 500;
        display: block;
        margin-bottom: 15px;
        font-size: 17px;
    }
    .menu-footer {
        padding: 15px;
        background-color: #81543c6e;
        color: #fff;
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .menu-footer a{
        color: #fff;
        text-decoration: underline;
    }
    .sub-menu li a {
        padding: 0;
        font-size: 15px !important;
        margin-bottom: 12px !important;
    }
    .main-menu li.menu-item-has-children>a:before {
        border: solid #fff;
        border-width: 0 2px 2px 0;
    }
    .main-menu li.menu-item-has-children > a::before, .mobile_menu li.menu-item-has-children > a::before {
        top: 0;
    }
    .header .justify-content-end{
        justify-content: flex-end;
    }
    .headerline{
        margin: 0;
    }
    .login{
        padding-left: 20px;
    }
    .headerline::after {
        height: 35px;
        top: 2px;
    }
    .main-menu li .sub-menu li.current-menu-item>a{
        color: var(--redColor) !important;
        border-bottom: 2px solid;
    }
    .menuHeader{
        padding: 20px;
    }
    .menuHeader .logo{
        width: 90px;
    }
    .headerpd {
        padding: 20px 0;
    }
    .main-menu>li:not(.mega-menu)>.sub-menu {
        left: 40px;
    }
    .bottom-header{
        padding: 10px 20px;
    }
    .top-header{
        padding: 5px 20px;
    }
    .headerButton, .myAccount{
        display: none;
    }
    .top-header a {
        padding-right: 10px;
    }
    .header .smText {
        padding-right: 0;
        font-size: 14px;
    }
    .searchMenu, .imgBorder {
        display: none;
    }
    .main-menu li a {
        padding: 0;
    }
    .TopSlider .slick-arrow {
        background-color: transparent;
        border-radius: 0;
        border: none;
    }
    .TopSlider .slick-arrow:hover {
        background-color: transparent;
    }
    .mobileMenu .searchIn {
        width: 100%;
        padding: 10px;
        padding-bottom: 0;
    }
    .mobileMenu .search-widget input[type="text"] {
        height: 50px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .mobileMenu .searchBtn {
        height: 50px;
    }
    .search-widget input[type="text"] {
        background-color: #fff;
    }
    .AboutLastSection, .HelpFaqSection  {
        padding-bottom: 0;
    }
    .CollectionSection {
        padding-bottom: 20px;
    }
    .PalaLegancySection {
        padding-top: 50px;
    }
    .AboutLastSection .col-md-33{
        margin-bottom: 20px !important;
    }
    .CategoryProductsSection {
        padding-top: 30px;
    }
    .bannerboxIn {
        max-width: calc(100% - 150px);
    }
    .BannerBox .col-md-25 img {
        width: 60px;
        height: 60px;
    }
    .TopSlider .slick-next {
        right: 7px;
    }
    .TopSlider .slick-prev {
        left: 7px;
    }
    .TopSlider .slick-arrow {
        top: 35%;
        width: 35px;
        height: 35px;
    }
    .TopSlider .button svg{
        width: 14px !important;
    }
    .cmnh2 {
        font-size: 31px;
    }
    .CategorySection.com60, .CategoryProductsSection.com60, .SpecialCollectionSection.com60{
        padding-bottom: 0;
    }
    .ShippingBannerSection .row{
        flex-wrap: wrap;
    }
    .ShippingBannerSection .line{
        display: none;
    }
    .mob-mb30{
        margin-bottom: 30px;
    }
    .mob-mb10{
        margin-bottom: 10px;
    }
    .mob-mb15{
        margin-bottom: 15px;
    }
    .CategoryProductsSection .col-md-75{
        flex-basis: 0;
        max-width: 0;
    }
    .vertical-design .woocommerce ul.products {
        grid-template-columns: none !important;
    }
    .container-fluid-new.pl-30.pr-30{
        padding: 0 20px !important;
    }
    .CategoryProductsSection .col-md-75{
        flex-basis: 100%;
        max-width: 100%;
    }
    .woocommerce img {
        width: 100%;
    }
    .LogoSlider .slick-prev {
        left: 0;
    }
    .LogoSlider .slick-slide {
        display: flex !important;
        justify-content: center !important;
    }
    .SubscribeSection h2 {
        font-size: 28px;
        padding-left: 10px;
    }
    .SubscribeSection .bgBox .col-md-50 svg{
        width: 30px;
    }
    .footer .pdl-40{
        padding-left: 15px;
    }
    .AboutUsSection .imgorder{
        order: 2;
    }
    .OurVenture-TopSection .cmnh1 {
        font-size: 35px;
        line-height: 1;
    }
    .OurVenture-TopSection {
        height: 50vh;
    }
    .Our-Ventures-InnerSection .row{
        text-align: center;
    }
    .CommonTopSection .d-flex{
        display: block;
    }
    .CommonTopSection h1{
        line-height: 1;
    }
    .HelpFaqSection .col-md-60{
        text-align: left;
        padding-bottom: 0;
    }
    .stickySide {
        min-height: 0;
    }
    .footer .col-md-20.justify-content-center{
        display: block;
    }
    .top-head {
        margin-bottom: 5px;
    }
    .GiftProductSection .col-md-50{
        text-align: center;
    }
    .archive-sidebar{
        order: 2;
        margin-top: 20px;
    }
    .blogCard {
        height: unset;
        margin-bottom: 20px;
    }
    .page-id-709 .footer{
        padding-top: 0;
    }
    .wp-block-spacer{
        height: 40px !important;
    }
    .category-45 footer, .page-id-715 footer, .page-id-324 footer, .page-id-735 footer{
        padding-top: 0 !important;
    }
    .ffMenu {
        margin-bottom: 15px;
    }
    .ffMenu h3 {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
    }
    .ffMenu h3::after {
        content: "+";
    }
    .active.ffMenu h3::after {
        content: "-";
    }
    .ffMenu .Fmenu {
        display: none;
        margin: 15px 0 0 0;
    }





    }
    @media only screen and (max-width: 920px){

    }
    @media only screen and (max-width: 767px){
        
    }
    @media all and (max-width: 620px){


    }
    @media all and (max-width: 520px){


    }
    @media all and (max-width: 480px){


    }
