body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

:focus:not([tabindex^='-']) {
    outline: none;
}

/*============================================================
    Reset css start
===============================================================*/
html,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-family: Roboto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
    transition: all .2s ease-in-out;
}

img {
    /*max-height: 100%;*/
    max-width: 100%;
}


:root {
    --olivegreen: #84834b;
    --white: #ffffff;
    --black: #000000;
    --lightgrey: #c3c4b0;
    --beigehover: #e4d4b7;
  }


/*============================================================
    Reset css end
===============================================================*/


/*============================================================
    Header Css Section Start
===============================================================*/
.topHeader_Sec {
    background-color: var(--olivegreen);
}

.topHeader_Sec .topHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topHeader_Sec .topHeader .cstm_InputBox select {
    background-color: transparent;
    color: #fff;
    border: none;
    background-image: url(../images/down-arrow.svg);
    background-size: auto;
    padding-left: 0;
}

.topHeader_Sec .topHeader .cstm_InputBox select:focus {
    box-shadow: initial;
    border-color: transparent;
}

.topHeader_Sec .topHeader .cstm_InputBox select option {
    color: var(--black);
}

.topHeader_Sec .topHeader a.trackOrder_BTN {
    background-color: var(--lightgrey);
    color: #ffffff;
    display: inline-block;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.topHeader_Sec .topHeader a.trackOrder_BTN:hover {
    background-color: #000000;
}

.midHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0px;
}

.midHeader > a {
    font-size: 28px;
    font-weight: 500;
    color: var(--olivegreen);
    display: inline-block;
    padding: 15px 0px;
}

.midHeader ul {
    display: flex;
    list-style:none;
    padding-left: 0;
    margin-bottom: 0;
}

.midHeader > ul > li {
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid var(--olivegreen);
    padding: 0px 20px;
}

.midHeader ul li:last-child {
    border: none;
    padding-right: 0;
}

.midHeader ul li .iconBox {
    background-color: var(--olivegreen);
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.midHeader ul li .iconBox i {
    color: var(--white);
    font-size: 18px;
}

.midHeader ul li .midcartList_Text h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--olivegreen);
    padding:0px;
}

.midHeader ul li .midcartList_Text span {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}


.midHeader > ul > li > .midcartList_Text > ul > li::after {
    content: '/';
    padding: 0px 5px;
}

.midHeader > ul > li > .midcartList_Text > ul > li:last-child::after, .bottomHeader_Sec .cstmNavBar ul li:last-child::after {
    content: '';
    display: none;
}

.midHeader > ul > li > .midcartList_Text > ul > li > a {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    text-decoration: underline;
}

.midHeader > ul > li > .midcartList_Text > ul > li > a:hover {
    color: var(--olivegreen);
}

.bottomHeader_Sec {
    background-color: var(--olivegreen);
    margin-bottom: -35px;
    z-index: 9;
    position: relative;
}

.bottomHeader_Sec .cstmNavBar {
    padding: 0 15px;
}

.bottomHeader_Sec .cstmNavBar ul li {
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.bottomHeader_Sec .cstmNavBar ul.navbar-nav > li::after {
    content: '|';
    color: var(--white);
    padding: 0px 10px;
}


.bottomHeader_Sec .cstmNavBar ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.bottomHeader_Sec .cstmNavBar .searchbar {
    border-radius: 50px;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    color: var(--black);
    background-color: #fff;
    height: auto;
}

.searchBox i {
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: var(--lightgrey);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/*Nav Bar Sub Menu Css Here*/
.bottomHeader_Sec .cstmNavBar ul > li > ul {
    background-color: #fffef0;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0px;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.bottomHeader_Sec .cstmNavBar ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    display: block;
    border-radius: 0;
    margin: 0;
}

.bottomHeader_Sec .cstmNavBar ul.navbar-nav > li > a {
    padding: 23px 8px;
}

.bottomHeader_Sec .cstmNavBar ul.navbar-nav > li > a i{
    padding-left: 5px;
    padding-right: 8px;
}

 .dropdown-nav a {
    font-weight: 300;
    font-size: 1.2rem;
  }
  .dropdown-nav li{
    margin-bottom: 5px;
    padding-left:8px;

  }
  .dropdown-nav li a 
  {
    color: #000 !important  ;
  }

  .dropdown-nav li:hover 
  {
    background: #84834b !important;
  }

  .dropdown-nav li:hover a
  {
    color: #fff !important;
  }



/*============================================================
    Header Css Section End
===============================================================*/

/*============================================================
    Banner Slider Start
===============================================================*/

#banner-slider{
    position: relative;
}
#banner-slider .owl-nav button {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #c3c4b0 !important;
}
#banner-slider .owl-nav button.owl-prev{
    left:20px;
}
#banner-slider .owl-nav button.owl-next{
    right:20px;
}
#banner-slider .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    gap: 10px;
}
#banner-slider .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border: 2px solid white;
}
#banner-slider .owl-dots button.owl-dot.active{
    background-color: white;
}
#banner-slider img{
    max-height: calc(100vh - 140px);
    object-fit: cover;
}
.text-wrp-slider {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    top: 0;
    left: 0;
    flex-direction: column;
}
.text-wrp-slider h3 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 25px;
    color: white;
}
.text-wrp-slider p {
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.text-wrp-slider a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid white;
    color: white !important;
    margin-top: 20px;
    font-weight: 400;
}
/*============================================================
    Banner Slider End
===============================================================*/

/*============================================================
    Footer CSS Start
===============================================================*/
footer {
    background: #000000;
    padding: 60px 0 80px;
}
.footercst-row {
    display: flex;
    gap: 50px;
}
.footerone {
    width: 27%;
}

.footerone p {
    color: #FDFDFD;
    font-size: 16px;
    padding-top: 30px;
}
.footerone a {
    display: inline-block;
    color: #563621;
    font-weight: 600;
    font-size: 29px;
    position: relative;
    z-index: 9;
}


.footersecond {
    width: 22%;
}

h3.heading_foot {
    font-size: 24px;
    font-weight: 600;
    color: #c3c4b0;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h3.heading_foot:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 59px;
    height: 3px;
    background: #c3c4b0;
}
.footerthird {
    width: 23%;
}
ul.menu-footer {
    margin: 0;
    padding: 0;
}
ul.menu-footer li {
    list-style: none;
    position: relative;
}
.footerfour {
    margin-left: auto;
    width: fit-content;
}
ul.menu-footer li:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.37702 5.9981L0.231016 1.8551C0.158149 1.78262 0.100325 1.69645 0.0608683 1.60155C0.0214112 1.50665 0.00109863 1.40488 0.00109863 1.3021C0.00109863 1.19932 0.0214112 1.09756 0.0608683 1.00266C0.100325 0.907754 0.158149 0.821586 0.231016 0.749104C0.378823 0.603451 0.578003 0.521803 0.785516 0.521803C0.993029 0.521803 1.19221 0.603451 1.34002 0.749104L6.04002 5.4431C6.18204 5.5856 6.26368 5.77735 6.26797 5.97849C6.27225 6.17963 6.19885 6.37469 6.06302 6.5231L1.34302 11.2501C1.19635 11.3972 0.997273 11.4799 0.789577 11.4802C0.58188 11.4805 0.382578 11.3983 0.235516 11.2516C0.0884531 11.1049 0.00567624 10.9059 0.00539494 10.6982C0.00511363 10.4905 0.0873507 10.2912 0.234015 10.1441L4.37702 5.9981Z' fill='%23F9EBD1'/%3e%3c/svg%3e ");
    width: 7px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
ul.menu-footer li a {
    display: inline-block;
    color: #c3c4b0;
    padding: 5px 0 5px 6px;
}
ul.menu-footer li a:hover {
    color: #ffffff;
}
ul.contact {
    width: fit-content;
    padding-left: 0px;
    margin-bottom: 0px;
}
ul.contact li {
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.contact li .icons {
    background: var(--olivegreen);
    padding: 6px 9px 8px;
    min-width: 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
ul.contact li span.text {
    font-size: 16px;
    color: #c3c4b0;
    white-space: nowrap;
}
/*============================================================
    Footer CSS End
===============================================================*/


/*============================================================
    Product Detail CSS Start
===============================================================*/


.banner{
    position: relative;
}
.content{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: absolute;
}
.content span{
    font-size: 29px;
    color: white;
    text-transform: uppercase;
}
.content p{
    font-size: 16px;
    color: white;
    text-align: center;
    margin-top: 5px;
}
.box img{
    border: 1px solid #E1E1E1;
    border-radius: 10px;
}
.sm-products{
    display: flex;
    justify-content: space-between;
  margin-top: 20px;
}
.mid-section h1{
    font-size: 45px;
}
.text-area p{
    padding: 2px 0px 2px 0px ;
}
.productDetail_ContentSec .input-area input{
    margin: 2px 0px 2px 0px ;
    height: 26px;
    min-width: 91px;
    width:100%;
    border-radius: 4px;
    background-color: #F7F6F9;
    border: 1px solid #E1E1E1;
    padding: 3px 5px 3px 5px;
}

.productDetail_ContentSec .input-area textarea {
    width: 100%;
    border-radius: 4px;
    background-color: #F7F6F9;
    border: 1px solid #E1E1E1;
    height: 90px;
    margin-top: 10px;
}


.left-section{
    padding: 0px;

}
.left-text1{
    min-width: 60px;
}
.left-section table tr td{
    padding: 10px 0px 10px 6px;
}
.right-section table tr td{
    padding: 10px 0px 10px 11px;
}

.left-text1 {
    min-width: 94px;
}
.right-section{
    padding: 0px;
}
.input-area select{
    margin: px 0px 2px 0px ;
    height: 26px;
    min-width: 91px;
    width:100%;
    border-radius: 4px;
    background-color: #F7F6F9;
    border: 1px solid #E1E1E1;
}



    
  





  :root {
    --body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    --msger-bg: #fff;
    --border: 2px solid #ddd;
    --left-msg-bg: #ececec;
    --right-msg-bg: #579ffb;
  }
  
  html {
    box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
  }
  

  
  .msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 867px;
    margin-top: 64px;
    /*margin: 25px 10px;*/
    height: calc(100% - 26px);
    border: 1px solid #c3c4b0;
    border-radius: 5px;
    background: #fffef0;
  }
  
  .msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #eee;
    color: #666;
  }
  
  .msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
  }
  .msger-chat::-webkit-scrollbar {
    width: 6px;
  }
  .msger-chat::-webkit-scrollbar-track {
    background: #ddd;
  }
  .msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
  }
  .msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
  }
  .msg:last-of-type {
    margin: 0;
  }
  .msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
  }
  .msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
    background: var(--left-msg-bg);
  }
  .msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .msg-info-name {
    margin-right: 10px;
    font-weight: bold;
  }
  .msg-info-time {
    font-size: 0.85em;
  }
  
  .left-msg .msg-bubble {
    border-bottom-left-radius: 0;
  }
  
  .right-msg {
    flex-direction: row-reverse;
  }
  .right-msg .msg-bubble {
    background: var(--olivegreen);
    color: #fff;
    border-bottom-right-radius: 0;
  }
  .right-msg .msg-img {
    margin: 0 0 0 10px;
  }
  
  .msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #eee;
  }
  .msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
  }
  .msger-input {
    flex: 1;
    background: #ddd;
  }
  .msger-send-btn {
    margin-left: 10px;
    background: var(--olivegreen);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
  }
  .msger-send-btn:hover {
    background: #c3c4b0;
  }


/*============================================================
    Product Detail CSS End
===============================================================*/


/*============================================================
    Range slider CSS Start
===============================================================*/

.range-slider {
    margin: 0px 0 0 0%;
    position: relative;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  /* .range-slider {
    width: 100%;
  } */
  
  .range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px !important;
    border-radius: 5px !important;
    background: #d7dcdf;
    outline: none;
    padding: 0 !important;
    margin: 0;
  }
  .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  .range-slider__range::-webkit-slider-thumb:hover {
    background: #222222;
  }
  .range-slider__range:active::-webkit-slider-thumb {
    background: #222222;
  }
  .range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  .range-slider__range::-moz-range-thumb:hover {
    background: #222222;
  }
  .range-slider__range:active::-moz-range-thumb {
    background: #222222;
  }
  .range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #222222;
  }
  
  .range-slider__value {
    display: inline-block;
    position: absolute;
    min-width: 50px;
    color: #292929;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    border-radius: 3px;
    top: -24px;
    right: 18px;
    padding: 0;
  }
  
  ::-moz-range-track {
    background: #d7dcdf;
    border: 0;
  }
  
  input::-moz-focus-inner,
  input::-moz-focus-outer {
    border: 0;
  }
  
  .msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 867px;
    border: 1px solid #c3c4b0;
    border-radius: 5px;
    background: #fffef0;
  }
  
  .msger-header-title i {
    font-size: 20px;
    margin-right: 10px;
  }
  .msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #000000;
    color: #ffffff;
  }
  
  .msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    max-height: 340px;
    min-height: 340px;
  }
  .msger-chat::-webkit-scrollbar {
    width: 6px;
  }
  .msger-chat::-webkit-scrollbar-track {
    background: #ddd;
  }
  .msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
  }
  .msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
  }
  .msg:last-of-type {
    margin: 0;
  }
  .msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #00000042;
  }
  .msg-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .msg-bubble {
    /* max-width: 450px; */
    max-width: calc(323px - 50px);
    padding: 8px 12px;
    border-radius: 15px;
    background: var(--left-msg-bg);
  }
  .msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .msg-info-name {
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
  }
  .msg-info-time {
    font-size: 14px;
  }
  .msg-text{
    font-size: 12px;
    word-wrap: break-word;
  }
  


  .right-msg .msg-img {
    margin: 0 0 0 10px;
  }
  
  .msger-inputarea {
    display: block;
    padding: 10px;
    border-top: var(--border);
    background: #eee;
  }
  .msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
  }
  .msger-input {
   display: block;
   width: 100%;
    background: #ffffff;
    margin-bottom: 8px;
  }
  .msger-send-btn {
    margin-left: auto;
    background: var(--olivegreen);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.23s;
    display: block;
    padding: 6px 15px;
  }

  .msger-send-btn:hover {
    background: #c3c4b0;
  }
  
  .custmSticky{
    position: sticky;
    top: 50px;
  }

    .Cstm-chatBox {
        display: none;
        width: 35%;
    }

    .product_DetailSec {
        position: relative;
    }

    .chat-icon {
        background: #fff;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        position: absolute;
        right: 10px;
        font-size: 30px;
        box-shadow: 0px 0px 3px;

    }

    #Chat-iconCheackbox {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .custom-column.column-12 {
        flex: 0 0 auto;
        width: 65%;
    }

    element.style {
        background-color: #fff;
        position: absolute;
        top: 40px;
        left: 0;
        padding: 10px;
        opacity: 0;
        visibility: hidden;
        display: none;
    }
  
.range-slider-data ul li {
    list-style: none;
    padding: 12px 0px 12px 10px;
}
.range-slider-data ul li {
    width: 50%;
    float: left;
}
span.value {
    border: 1px solid gray;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
    width: 160px;
    font-size:14px;
}

span#additional_notes {
    width: 100%;
    min-height: 60px;
    word-wrap: break-word;
}

#signleProduct .message-box {
    margin-left: 10px;
}

#signleProduct .message-box label{
    margin-bottom: 5px;
}

span.value-label {
    width: 170px;
    min-width: 170px;
    display: inline-block;
}

.modal-lg, .modal-xl {
    --bs-modal-width: 1250px;
}
.message-box {
    clear: both;
    margin-left: 19px;
}
.message-box label{
    display: block;
}
.upper-box {
    display: flex;
    
}
.range-slider-data{
    overflow-y: scroll;
    max-height: 470px;
}
.pructPrice {
    display: flex;
}


.message-box input {
    width: 100%;
}
@media screen and (max-width:442px){
.img-fluid {
    min-width: 335px;
}
.upper-box {
    display: flex;
    flex-wrap: wrap;
}

}


li.submenuopen ul.sub-menu.dropdown-nav.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
/*.modal-content {
    width: 950px;
}*/

/*============================================================
    Range slider CSS End
===============================================================*/


/*06-12-23 new css */

.cstmNavBar .navbar-toggler{
    border: 0;
}
.cstmNavBar .navbar-toggler:focus{
    box-shadow: unset;
}
.cstmNavBar .nav-link i {
    position: relative;
}
.cstmNavBar .nav-link i:before{
position: absolute;
top: -15px;
    left: 8px;
}
.cstmNavBar .submenuopen .nav-link i:before{
transform: rotate(180deg);
}
.mid-section {
    position: relative;
}
.mid-section .inputProductHead{
        background: unset;
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 45px;
    border: 1px solid #dfdfdf; 
        padding: 30px 12px;
}
.mid-section .custmEditBtn {
    position: absolute;
    right: 10px;
    top: 14px;
    background: #84834b;
    color: #fff;
    padding: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mid-section .custmEditBtn:hover{
    background: #646435;
}

/*============================================================
    Responsive CSS
===============================================================*/

@media screen and (max-width:991px) {
    .navWrapper_MainBox {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .navWrapper_MainBox .Cstmna-Wrapper {
        position: absolute;
        background-color: #000;
        left: 0;
        right: 0;
        width: 100%;
        top: 100%;
        padding: 15px;
    }

    .bottomHeader_Sec .cstmNavBar ul li::after {
        content: '';
        display: none;
    }

    .bottomHeader_Sec .cstmNavBar ul li {
        display: block;
        white-space: normal;
    }

    .bottomHeader_Sec .cstmNavBar ul li a {
        text-align: center;
    }

    .bottomHeader_Sec .cstmNavBar ul li a svg {
        display: none;
    }

    /* 09-11-2023  */
    .bottomHeader_Sec .cstmNavBar ul > li:hover > ul {
        opacity: 0;
        visibility: visible;
        display: none;
    }
    
    .bottomHeader_Sec .cstmNavBar ul > li > ul {
        background-color: #fff;
        position: relative;
        top: 0;
    }
    .bottomHeader_Sec .cstmNavBar ul > li > ul.dropdown-nav.show{
        display: block;
        opacity: 1;
    }
        /*06-12-2023 new css */
    .bottomHeader_Sec .cstmNavBar ul.navbar-nav > li > a {
    padding: 12px 8px;
}
#header-search{
    justify-content: center;
    padding-bottom: 20px;
}
.footercst-row{
    flex-wrap: wrap;
    gap:0;
}
.footercst-row .footerone,
.footercst-row .footersecond,
.footercst-row .footerthird,
.footercst-row .footerfour{
    width:50%;
        padding: 0 15px;
    margin-bottom: 30px;
}

.container {
    max-width:95%;
}
}
/*20-12-2023 new css */
.productDetail_ContentSec .share-project{
margin-right: 20px;
}
.productDetail_ContentSec.column-12 .share-project{
margin-right: 0px;
}
.custmPaddContan{
    padding-left: 3rem;
    padding-right: 3rem;
}
.chat-icon{
    top: 0;
}
.dayChatInfo{
    position: relative;
    padding: 20px 0;
        margin-top:0px;
}
.lineDayBg{
    display: block;
    border-top:1px solid #c3c4b0;
}
.textDatinfo{
    position: absolute;
    top: 7px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.txtBox{
    background: #fffef0;
    padding: 1px 14px;
    border: 1px solid #c3c4b0;
    border-radius: 20px;
    color: #6b6b6b;
    font-size: 14px;
}
.msg-bubble{
    background: transparent;
}
.right-msg .msg-bubble{
    background: transparent;
    color:#000;
}
.msg-info{
    justify-content: unset;
}
.msg-info-time{
    font-size:11px;
}

.msg-bubble{
            border-radius: 0;
    border-left: 2px solid #636363;
}
.right-msg .msg-bubble{
        border-radius: 0;
        border-left: unset;
    border-right: 2px solid #a19e00;
}
.msg-bubble {
        max-width: calc(323px - 95px);
}
/*.closeChatBtn{
    display: none;
}*/
 .closeChatBtn{
    display: block;
    position: relative;
    top: 0;
    right:5px;
    z-index: 1;
    cursor: pointer;

}
 .closeChatBtn svg{
    width: 34px;
    height: 34px;
    color: #fff;
}
label[for="Chat-iconCheackbox"]{
    cursor: pointer;
}
div.productDetail_ContentSec .mid-section h1{
    margin-bottom: 0;
}
.msger-chat{
    padding: 0
}
.custmChatPadd{
padding: 0 10px 10px;
}
.dayChatInfo{
    position: sticky;
    top: 0px;
    background: #fffef0;
	z-index: 99;
}

.Cstm-chatBox .custmSticky{
    position: fixed !important;
    top: 0;
    right:0;
    bottom: 0;
    z-index: 99999;
    width:23.333%;
    height: fit-content;
}
.msger{
    margin-top: 0;
    border-radius: 0;
    height: calc(100% - 0px);
    max-width: 100%;
    margin-left: auto;
    position: relative;
}
#hubspot-messages-iframe-container {
    z-index: 9 !important;
}
.msger-chat{
        min-height: unset;
        max-height: unset;
        height: calc(100vh - 160px);
}

.chatHeader-container {
    background: #84834b;
    padding: 2px 8px;
}
.chatHead {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.custmArrowNone::after{
display: none;
}
.chatHeader-container .fa-magnifying-glass{
    color: #fff;
        font-size: 16px;
    font-weight: 600;
}
.chatHeader-container .custmWidthSearch-chat{
    min-width: 314px;
    border-radius: 0;
    right: 0px;
    top: 37px;
    background: #c3c4b0;
}
.seacrhChat-custm input[type="text"] {
    height: 32px;
        border: 1px solid;
}
.seacrhChat-custm input[type="text"]:focus{
    box-shadow: unset;
    border-color: #686868;
}
.seacrhChat-custm button{
    padding: 2px 8px;
    font-size: 13px;
    margin-right: 2px
}
.msg-read-delete .custmDotsBtn {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8px;
    background: #fffef0;
    color: #84834b;
    padding: 0;
}
.msg-read-delete .custmchatItems-box {
    padding: 0;
}
.msg-read-delete .custmchatItems-box li a {
    font-size: 14px;
    line-height: normal;
}
.mesgerCustmBnt {
    height: 34px;
    width: 34px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    color: #ccc #bbb #aaa;
    border-color: #ccc #bbb #aaa;
        border: 1px solid;
}
.mesgerCustmBnt:hover{
    background:  #c3c4b0;
    color: #fff;
}
.bg-custmChat-color{
    background:  #84834b;
}

.custmbgColr{
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border-radius: 50%;
    
    border-color:#84834b;
}

.custmbgColr:hover{
     background: #76753c;
     color: #fff;
}

.custmWidthProductName{
    max-width: 800px;
}
.range-slider-data.custmHeight{
    max-height: calc(100vh - 135px);
    overflow-y: auto;
}
.range-slider-data.custmHeight ul{
    display: flex;
    flex-wrap:wrap;
}
.range-slider-data.custmHeight ul li {
    float: unset;
}


.edit-chat-modal{
    margin-right:100px;
}



/*10 Jan 2024 CSS*/
.msg-text textarea {
    font-size: 12px;
    padding: 2px 4px;
    height: unset;
    width:202px;
}

.msg-text .btnwrp-main {
    display: flex;
    justify-content: end;
    gap: 4px;
}

.msg-text .btnwrp-main button {
    display: inline-block;
    padding: 2px 6px;
    border: 0;
    font-size: 14px;
}

.msg-text .btnwrp-main button:first-child {
    background: #dc3545;
    color: white;
    border: 0;
}

.msg-text .btnwrp-main button:last-child {
    background: #28a745;
    color: white;
}


.edit-chat-modal{
    margin-right:100px;
}

.msg-text textarea {
    font-size: 12px;
    padding: 2px 4px;
    height: unset;
    width:202px;
}

.msg-text .btnwrp-main {
    display: flex;
    justify-content: end;
    gap: 4px;
}

.msg-text .btnwrp-main button {
    display: inline-block;
    padding: 2px 6px;
    border: 0;
    font-size: 14px;
}

.msg-text .btnwrp-main button:first-child {
    background: #dc3545;
    color: white;
    border: 0;
}

.msg-text .btnwrp-main button:last-child {
    background: #28a745;
    color: white;
}

.next-btn{
    text-align: right;
}
.next-button {
    background: #255dbb;
    color: white;
    border-radius: 6px;
     
}
.austine-first-next-btn {
    display: flex;
    justify-content: space-between;
}
.intiaro-section-first-slide,.intiaro-section-second-slide {
    position:fixed;
	visibility: hidden;
}   
.white-sofa-section {
    display: block;
}

.product_DetailSec a.share-project {
    position: absolute;
    top: 0px;
    right: 78px;
}

h1.product-mainheading {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 40px;
}

.row.austin-slide1-container,.row.austin-slide2-container {
    background: #fff;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
}

.austin-slide1-container .col-lg-6:nth-child(2),.austin-slide2-container .col-lg-6:nth-child(2)  {
    padding: 50px 40px 20px 30px;
}

.intiaro360player {
    box-shadow: unset; 
}

.intiaro360-wrapper button.full-screen-btn {
    display: none !important;
    visibility: hidden;
}

.range-slider .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 12px;
    margin-top: -6px;
}

.range-slider .quantity__minus,.range-slider .quantity__plus {
    display: block;
    width: 22px;
    height: 23px;
    margin: 0;
    background: #84834b;
    color:#ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
}

.range-slider .quantity__minus:hover,.range-slider .quantity__plus:hover {
    background: #84834b;
    color: #fff;
}

.range-slider .quantity__minus {
    border-radius: 3px 0 0 3px;
}

.range-slider .quantity__plus {
    border-radius: 0 3px 3px 0;
}

.range-slider .quantity__input {
    width: 55px;
    height: 23px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: #000000;
}

.range-slider .quantity__minus:link,.range-slider .quantity__plus:link {
    color: #ffffff;
}

.range-slider .quantity__minus:visited,.range-slider .quantity__plus:visited {
    color: #fff;
}

.new-range-slider{
    display: flex;
}

.range-slider .minus-icon {
    font-size: 12px;
}

.range-slider .plus-icon {
    font-size: 12px;
}

.range-slider a.quantity__minus:hover .minus .minus-icon {
    color: white;
}

.range-slider a.quantity__plus:hover .add-me .plus-icon {
    color: white;
}

.reagan--widget-loaded {
    background-color: #84834b !important;
}

.fixedNav{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 9999;
    transition: all 1s ease-in-out;
}
.navbItemsCard .cartList{
    display: flex;
    gap: 45px;
    margin: 0;
    padding: 0;
}
.navbItemsCard .cartList li {
    gap: 8px;
}
.navbItemsCard .midcartList_Text h2{
    font-size: 16px;
    color: #fff;
    padding-bottom: 0;
}
.bottomHeader_Sec .cstmNavBar .navbItemsCard .midcartList_Text a{
    font-size: 12px;
    display:block;
}
.navbItemsCard .iconBox i {
color: #fff;
font-size: 22px;
}
ul.myAccount-headerLink li::after {
    content: "|" !important;
    padding: 0px 8px 0px 1px !important;
    color: #fff;
}
.bottomHeader_Sec .cstmNavBar ul.cartList li a{
        text-transform: capitalize;
}
.bottomHeader_Sec .cstmNavBar ul.myAccount-headerLink li a {
    text-decoration: underline;
}
.bottomHeader_Sec .cstmNavBar ul.myAccount-headerLink li a:hover{
    color: #fff;
}
.logoHead {
    max-width: 75px !important;
    height: auto;
    margin-right: 15px;
}

.logoBannerBox {
    background: #fdfcef;
    margin-top: 35px;
    padding: 10px;
    text-align: center;
}

.logoBannerBox img {
    width: 375px;
}

.bottomHeader_Sec .cstmNavBar .navbItemsCard .midcartList_Text a:hover {
    color:#c3c4b0;
}

@media(max-width:1180px){
    .custom-column.column-12{
        width: 100%;
    }
    .Cstm-chatBox{
        width: 100%;
    }
    .productDetail_ContentSec .share-project{
        margin-right: 0;
    }
    /*.chat-icon{
        top: unset;
        bottom: 0;
        position: relative;
        margin-left: auto;
    }*/
    .msger{
        
        max-width: 90%;
    margin: 20px auto;
    height: fit-content;
    position: relative;
    }
    .Cstm-chatBox .custmSticky{
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
            background: #00000070;
                display: flex;
        align-items: center;
        z-index: 9; 
    }
    .closeChatBtn{
    display: block;
    position: relative;
    top: 0;
    right:0;
    z-index: 1;

}
 .closeChatBtn svg{
    width: 30px;
    height: 30px;
}
.chat-icon {
    top: -38px;
}
}


@media(max-width:767px){

    .range-slider-data {
        width: 50%;
    }
    span.value {
        width: 100%;
    }
    .content span{
      font-size: 25px;
    }
    .range-slider-data ul li {
        width: 100%;
    }
    .footercst-row{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footercst-row .footerone,
    .footercst-row .footersecond,
    .footercst-row .footerthird,
    .footercst-row .footerfour{
        width: 100%;
    }
    .midHeader{
        flex-direction: column;
        flex-wrap: wrap;
    }
    
    .bottomHeader_Sec span.navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .bottomHeader_Sec{
        margin-bottom: -15px;
    }
    .text-wrp-slider h3 {
        font-size: 30px;
        font-weight: 700;
        padding: 10px;
    }
    #banner-slider img {
        min-height: 252px;
    }
    #banner-slider .owl-nav{
        display: none;
    }
    .text-wrp-slider a{
        padding: 10px;
        font-size: 13px;
    }
    .midHeader .cartList {
        flex-wrap: wrap;
        justify-content: center;
    }
    .midHeader .cartList > li {
        padding: 10px;
    }
    .midHeader .cartList > li:first-child{
        border-right: 0;
        border-bottom: 1px solid #84834b;
    }
       
      .midHeader .cartList li .iconBox{
        margin: 0 auto;
      }
    /*.midcartList_Text{
        display: none;
    }
*/
   
}
@media screen and (max-width:576px){

.home_banner img {
    min-height: 200px;
    object-fit: cover;
}
.custmPaddContan {
    padding-left: 1rem;
    padding-right: 1rem;
}
}
@media screen and (max-width:442px){

    span.value {
        width: 100%;
    }

    .range-slider-data ul li {
        width: 100%;
    }

    .range-slider-data {
        width: 100%;
    }

    .img-fluid {
        min-width: 100%;
    }
}

@media screen and (max-width:991px) {
	
	.logoHead {
        margin-right: 0;
    }
	
	.bottomHeader_Sec .cstmNavBar .navbItemsCard .cartList li {
        display: flex;
    }
    .logoBox {
	order: 1;
    }
    .navbar-toggler{
	order:2;
	margin-right: auto;
    }
    .navbar-collapse{
	order: 4;
    }
    .navbItemsCard{
	order: 3;
    }
    .bottomHeader_Sec .cstmNavBar ul.myAccount-headerLink li{
        margin-right: 10px;
    }
	
	.navbar-collapse {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #84834b;
    top: 76px;
    }

    .cstmNavBar .navbar-toggler {
        margin-right:auto;
    }

    .bottomHeader_Sec span.navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
	
    .midHeader > ul > li {
        padding:0px 10px;
    }

    .midHeader ul li .iconBox {
        width: 35px;
        min-width:35px;
        height:35px;
    }

    .midHeader ul li .midcartList_Text h2 {
        font-size:16px;
    }

    .midHeader > ul > li > .midcartList_Text > ul > li > a, .midHeader ul li .midcartList_Text span {
        font-size:14px;
    }

    ul.contact li span.text {
        white-space: normal;
    }

}

@media screen and (min-width:767px) and (max-width:991px) {
    /*.midHeader > ul > li > .midcartList_Text > ul {
        flex-direction: column;
    }

    .midHeader > ul > li > .midcartList_Text > ul li:after {
        content:'';
        display:none; 
    }   */ 

    .midHeader > a img {
        width: 175px;
    }
}


@media screen and (max-width:767px) {
    .midHeader .cartList > li:first-child {
        border-bottom:0px solid transparent;
        width: 100%;
        justify-content: center;
    }

    .midHeader .cartList > li:first-child .iconBox {
        margin: 0px;
    }

    .midHeader .cartList > li:nth-last-child(-n+2) {
        border-top: 1px solid #84834b;
    }

}

@media screen and (max-width:455px) {
    .bottomHeader_Sec .cstmNavBar {
        padding: 0px 5px;
    }

    .cstmNavBar .navbar-toggler {
        padding:0px;
    }

    .navbItemsCard .cartList {
        gap:10px;
    }

    .navbItemsCard .midcartList_Text h2 {
        font-size: 13px;
    }

    .bottomHeader_Sec .cstmNavBar .navbItemsCard .midcartList_Text a {
        text-align: start;
        font-size: 10px;
    }
}

@media screen and (max-width:430px) {
    .container {
        max-width:100%;
    }

    .midHeader > a {
        padding: 5px
    }

    .midHeader ul li .iconBox {
        width: 35px;
        min-width:35px;
        height:35px;
    }

    .midHeader ul li .midcartList_Text h2 {
        font-size:16px;
    }

    .midHeader > ul > li > .midcartList_Text > ul > li > a, .midHeader ul li .midcartList_Text span {
        font-size:14px;
    }

    ul.contact li span.text {
        white-space: normal;
    }

}

@media screen and (max-width:360px) {
    .midHeader > ul > li > .midcartList_Text > ul {
        flex-direction: column;
    }

    .midHeader > ul > li > .midcartList_Text > ul li:after {
        content:'';
        display:none; 
    }
}

@media screen and (max-width:346px) {
    .cstmNavBar .navbar-toggler {
        margin: 0px;
    }

    .navbItemsCard {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.navbItemsCard ul.cartList {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.navbar-collapse {
    top: 117px;
}
}

.tooltip.bs-tooltip-auto {
    z-index: 99999;
}
.intiaroController .overflowWrapper {
    width: 100%;
    padding-right: 0;
    background: white;
}
.intiaroController .overflowWrapper .sectionContainer  .choiceIconContainer {
    margin: 0;
    width: 15%;
}
.intiaroController .overflowWrapper .sectionContainer {
    gap: 9px;
}