@font-face {
    font-family: pagecontent;
    src: url('../fonts/Lato-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: pagecontent, sans-serif !important;
    src: url('../fonts/Monda-Regular.ttf');
    font-display: swap;
}

.jlogoColor {
    color: var(--highlight-bg-color) !important
}

html,
body {
    background-color: var(--body-bg-color);
    font-family: pagecontent, sans-serif !important;
    text-transform: capitalize;
    color: var(--body-text-color);
    height: 100%
}

body a {
    text-decoration: none;
    color: var(--body-text-color);
    cursor: pointer
}

body a:hover {
    color: var(--highlight-bg-color) !important
}

hr {
    margin: 5px 0
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 1px
}

::-webkit-scrollbar-thumb {
    background: #e19f00;
    border-radius: 1px
}

::-webkit-scrollbar-thumb:hover {
    background: #e19f00
}

#frame_body {
    padding: var(--padding-lr-6);
    background-color: var(--body-bg-color);
    margin: 6px 0;
    height: fit-content
}

#model-size-panel table tr th,
#model-size-panel table tr td {
    padding: 1px
}

.jbackground {
    background-color: var(--highlight-bg-color);
    color: var(--highlight-bg-text-color)
}

.product-discription-name {
    margin: 0 0 5px 0;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: bold
}

.product-subdiscription-panel {
    font-size: 12px;
    color: #8b8a89;
    padding: 3px 12px 0 0
}

.email {
    text-transform: lowercase
}

.text-underline {
    text-decoration: underline
}

.text-bold {
    font-weight: 600
}

.no-padding-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.w3-text-blue,
.w3-hover-text-blue:hover {
    color: #337ab7 !important
}

.w3-margin-right {
    margin-right: 6px !important
}

.w3-border-bottom {
    border-bottom-color: var(--default-border-color) !important
}

.w3-text-dark-grey,
.w3-hover-text-dark-grey:hover {
    color: #4b4f56 !important
}

.w3-tooltip,
.w3-display-container {
    position: relative !important
}

.margin-small-top-bottom {
    margin: 5px auto
}

input[type="text"]:focus,
input[type="password"]:focus {
    outline-color: var(--highlight-text-color) !important
}

.page_breadcrumb .active {
    color: var(--highlight-bg-color) !important
}

#mobile_productFramePanel {
    max-height: 200px;
    overflow: hidden;
    position: relative
}

.pagecontentheader .item_lname {
    color: #0e0707 !important;
    font-size: 14px
}

.category_hoverDisplay .category_lname {
    font-weight: 600;
    font-size: 14px
}

.proLoadmoreCount {
    position: relative;
    bottom: 5px;
    cursor: pointer;
    font-size: 12px
}

.category_lname .menu_arrow_right {
    position: relative;
    top: 4px;
    left: 4px
}

#productFramePanel {
    max-height: 210px;
    overflow: hidden;
    position: relative
}

.modalProductInfo {
    margin: 0
}

.modalFrameinfo:first-child {
    margin-left: 50px
}

.checkbox input[type="checkbox"] {
    opacity: 0
}

.ItemsideCheckbox {
    max-height: 483px !important;
    overflow: overlay;
    margin: 0
}

#labelText .labelTextLink {
    position: relative;
    left: -20px;
    padding-left: 24px
}

.checkbox .labelTextLink {
    position: relative;
    padding: 4px 0 6px 6px
}

.sideCheckbox {
    max-height: 215px;
    overflow: overlay;
    margin: 0
}

.labelTextmodelSize label::before {
    margin-top: 3px !important
}

.label_item_Class {
    width: auto;
    max-width: 72%
}

.label_sub_item_Class {
    width: auto;
    max-width: 72%
}

.proCountLabel {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-top: 4px;
    font-size: 12px
}

.checkbox .proCountLabel::before {
    display: none !important;
    position: absolute;
    width: 14px;
    height: 14px;
    margin-left: -22px;
    margin-right: 0;
    margin-top: 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    margin-left: -22px;
    margin-right: 0;
    margin-top: 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox input[type="checkbox"]:checked+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: white;
    font-size: 11px;
    font-family: 'FontAwesome';
    content: "\f00c"
}

#sideBar_Container_vc h5 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 0;
    font-weight: 700;
    color: #333
}

#sideBar_Container_vc h5:first-child {
    padding: 2px 0
}

#labelText {
    text-transform: capitalize;
    font-weight: normal !important;
    cursor: pointer;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0;
    display: inline-block;
    text-align: start;
    padding: 4px 8px 0 23px;
    size: 14px;
    position: relative
}

.product-price-panel {
    margin: 8px 0 4px 0 !important
}

.custom-padding-8 {
    padding: 8px 8px !important
}

#productStatus {
    border: 1px solid #ddd;
    background: #fbf9ee
}

#ProductDescriptionId {
    font-kerning: none;
    line-height: 1.6;
    font-size: 14px
}

.checkbox input[type=checkbox] {
    position: absolute;
    margin-top: 4px;
    margin-left: 4px
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    padding-left: 1px;
    padding-top: 7px;
    font-size: 12px;
    color: #555
}

#header_content_description {
    padding: 0 10px;
    border: 1px solid #efeeee
}

#footer_content_description {
    clear: both;
    border: 1px solid #ece9e9;
    padding: 0 10px;
    margin-top: 12px
}

#promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask .promo_container .promo-form-content {
    position: relative;
    padding: 4px 5px;
    background: #fcfcfc;
    color: #4d4d4d;
    font-family: 'Lato', sans-serif;
    background: #e19f00;
    color: #fff
}

#promo_main_Mask #promo_msklFrmContiner #promo_frm_mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    z-index: 1000;
    opacity: .6;
    display: block;
    width: 100%;
    height: 100%
}

#promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask {
    text-align: center;
    position: fixed;
    height: 350px;
    z-index: 1100;
    top: 10%;
    margin-left: 0;
    background-size: 100%;
    border-radius: 8px;
    background: #fcfcfc;
    width: 30%;
    margin: 10px 40%;
    background: #e19f00;
    width: 380px;
    left: 0
}

#promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask #faClose {
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 5px;
    padding: 5px;
    z-index: 1;
    color: #fff;
    padding: 0 6px
}

#promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask .promo_container {
    position: relative;
    margin: 0;
    font-family: 'Lato', sans-serif
}

#promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask .promo_container .promo-content {
    font-size: 24px;
    text-transform: capitalize;
    font-family: TrajanProRegular;
    color: #fff
}

#promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask .form-panel-content-container {
    position: relative;
    padding: 80px 5px;
    vertical-align: middle;
    padding: 0;
    padding-bottom: 10px
}

#promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask #subPromocodeForm {
    width: 82%;
    margin: auto;
    font-family: pagecontent, sans-serif
}

#promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask #subPromocodeForm label {
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

#promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask #subPromocodeForm input {
    color: #4d4d4d;
    color: #fff;
    border-color: #fff;
    background: #e19f00;
    border: 1px solid #fff;
    width: 100%;
    padding: 5px;
    margin-bottom: 16px;
    margin-top: 5px;
    border-radius: 2px
}

.errormsg {
    display: none
}

#promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask .sub_btn {
    border: 1px solid #e19f00 !important;
    padding: 5px 12px !important;
    border-color: #fff;
    background: #fff !important;
    color: #e19f00 !important;
    font-weight: bold;
    margin-top: 10px
}

#promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask #faClose {
    cursor: pointer;
    position: absolute;
    right: 0;
    margin: 5px;
    padding: 5px;
    z-index: 1;
    color: #efe9e9;
    padding: 0 6px
}

#faClose:hover {
    color: black
}

.jdisplaytrue {
    display: block;
    float: left
}

.mail-envelope {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALKSURBVGhD7ZZPiI1hFMbvmIz8SajBLESzkCZKs2AxNQs2YsFCykRWSiEraRYjKwsLZaUspmajLKYslIUsRMlCSkokaYoQCY2/416/c97nXmm+e+937/3unY/eXz29c855zvnes5iZtxCJRCKRSCSBYrHYVyqV+nOubl23OiyyFb3HnEu422ldtT6YN6JX6s0F3Mc4rismg2EnGlLo0NtP7nkYM7dwj5/ooK7mkF5GblRhgMQImkY7lHKI+9CjMG5u4Ptf0W5dySFehR6ga0oFSIyo6Tvap7RDvALd86kdhu9+Qtt0FYd4LXqievIiBj/PoMMqOaSXkLsZHJ2B771DW3QFh/QGclPBUWcRg9g4qbJDvABdlaWt8J2XaECfdogH0VtZHOLai5Qhf1YWh1Q3uYlQbQ/Mf8axTp90yA2jj8HxB3LpFjGoXeSYJ6st00XughczhrkPOVbrUw65XehLcPwN+fSLGNQvc8yX3SE+48WM4Bt3OZZrvENuP/oRHLOh1tgihjWhhWpxiE+goixNw4gbaLHGOsRH0C9ZEqHe+CIGvltoqdoc4kNoRpaGoXeSo0fjHHKjoVobfM0tYuC9j3rV6pDeQ+5bcKSHnnGOygOQn+3375wXU4C3+UUM/I/RGrU7xNvRZ1nqgvc8R5fay38RL3kxJfhbW8Sg5wVarxEOcaqXM54xtTikeshdCdX00NP6IgZ9rzk2a4xDrurLmbxxTFaH9CJy14OjMejLZhGD3g+o7suZ2F6wB2RxSNsL9k5wNA692S1i0J/0cl6JJtAUuo2GVXKI/QWrEU1Bf7aLGMyY9XKuBr7KC7YVmJH9IgZz7OV8VGMTob4JVV6wrcCc9ixShnmTaFDjHeJeNIamZWsZZrV3kTLMfYPsH+hTVPO50QzM7Mwi7SYukjfiInkjLpI3khYZQKf+Qe3VCpFIJBKJRP4jCoXfTCgD062pp6sAAAAASUVORK5CYII=);
    background-size: 100%;
    padding: 0 10px
}

.heart-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIhSURBVGhD7dk9SFVhHMfxK4WRaS+gQw2CQ4SEDRERKhitKWJE7RFuDUFTi7NQQdAYUeGgEo1Ci1LhlNEQGSgNDRUNQr4EvaF+/4MQl5/3Ps85z3lRni98JvV/Hu+5955zn1uJxWKxXV8DujCA67iKbjTCt05szbmCHuxHprXhDj5jQ1jGY5xArZpxG5+g5qzhGc4heDewCnXgan8xCnWG+vEd6u+qrWMcB5G6PXgIdaB6pnEAW92CLU79bi0f0IFU3YUa7uo17J+xp5L6uav3OIREDUEN9TWHJGei2hi824sFqIFFsQfjDLy6DDWsaBPwyk6jGlS0FeyDc9tdK8rgLJz7DTWkDC7BqRaoAWVxDc7Z1VkNKQPnM2KV+TXidQ/2HGpI0eyZ4nV3fBNqUNFm4VU7QtxWhGYPsHczUMOKYpeEo/BuEGpgUZ4gUfaR9g3U0LzZi7zeJ8+anYcanLcHSN1TqOF5+YIjSF0rvkIdJGv2zmmv1WD14g/UwbJ0D8HL+yL5CvZJNXj2LjYJddDQviHRNcO1JtgjpQ4eyg+cRubZtsw7qEWk9RN9yC3bPl2EWkxSdgtiO5G5dwzzUIvy9QtB32Z9s2vMW6jFubI95QsoPHvNvIRaZD1LyGTXPWm21/QIarHb+YjjKGW24/4PauH/e4HDKHUXYTuC6h8w92FfV+yITqL6Gym7VxvGjsueOiOYgn1ZdAqxWCwW201VKpuXFPHzRMQXgAAAAABJRU5ErkJggg==);
    background-size: 100%;
    padding: 6px 30px
}

.heart-icon:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAL1SURBVGhD7ZlPaBNBGMWfKIr/FfSgB8GDiIgeRERUULxaEUX0LuLNg+Cpl54FFQq9FJLJJlWwQTwKXhQVTyoe/FOIxGRT2tKDoK2CtmJ8Uz6Krp/ZP93NrmV/8AhkZ973ZmZnd7NBTk5OzuKm3caSlsEe1+Bk0+AiP8/z89CbKpZLk8A0ytg17+PgXLOEw61hrJTDyTBexGYWvU65bgntv2TwmUGcDwXslC4qkwNYw7a9bFvXfDioLzx+t1HCQekSHyx6mZrWCnvFdrMMck1boWYRPTw2qfXzigP6Sa87tSGsk+7RaVexlIULWiFfGTycqGC1WIHBrtpwatvOetusYLvYRIMzckMxDiz2f2oHw0H1aseDij6v64NYL7HC0XBwWjMNLYMXEVfiTxnckmjBafdhGWehphqmpLnJKGC/RAwGN+VZzSxtcTDDEjEYdhk1owxoqtaPFRLTHw5Ev1dkQC0HBySmPxzId80kC2oYnJGYnRkpYK1mkBVxIBckqj+8Ys1qJllQ4BWxZHmPhHoG40DuaSZpy54poZ6O3SKuaEYZ0DOJGIx6GdtieayIW5xgiRgcnl6PVLO0xFtCcwhbJF5w2PGUapiSeIaUJVo47E9abq7nmmm3ZTe53y/PjvBSd0wz7roMBiRSdGhSUc27JK7GmHsbGyVOdMYGsYmDGdeKJK25Kyf3qkRZOLzsHaHxjLdQ0uJq3JQI8dHtmyQH8cT+UpXy8WGvYixQ9RZMRAYTke4ZQeF+WWVnSi0enz5xb+yTkslhX8twxl4pARYsTtLXVhFHpVTy2NenLPpeCxNZ9hGkiB4p0T3cAray+Ds1VHh9i/UyG5a5e0wJLz2hQokrO809cVws08PuGQZ5rIX0EwfxMZG37lGx75oYymhh/ymDkVGDHWKRLbgy9o37DzX4b2KbB1yJDdItm3BlTjDslDf8vAz67d8V0jzbuA52c0Def6Rm+P0lafL/YE8dnkJ9XIH7VGHUwV45lJOTk5OzWAB+ARexV+IWcmYiAAAAAElFTkSuQmCC)
}

.logoclr-heart-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAL1SURBVGhD7ZlPaBNBGMWfKIr/FfSgB8GDiIgeRERUULxaEUX0LuLNg+Cpl54FFQq9FJLJJlWwQTwKXhQVTyoe/FOIxGRT2tKDoK2CtmJ8Uz6Krp/ZP93NrmV/8AhkZ973ZmZnd7NBTk5OzuKm3caSlsEe1+Bk0+AiP8/z89CbKpZLk8A0ytg17+PgXLOEw61hrJTDyTBexGYWvU65bgntv2TwmUGcDwXslC4qkwNYw7a9bFvXfDioLzx+t1HCQekSHyx6mZrWCnvFdrMMck1boWYRPTw2qfXzigP6Sa87tSGsk+7RaVexlIULWiFfGTycqGC1WIHBrtpwatvOetusYLvYRIMzckMxDiz2f2oHw0H1aseDij6v64NYL7HC0XBwWjMNLYMXEVfiTxnckmjBafdhGWehphqmpLnJKGC/RAwGN+VZzSxtcTDDEjEYdhk1owxoqtaPFRLTHw5Ev1dkQC0HBySmPxzId80kC2oYnJGYnRkpYK1mkBVxIBckqj+8Ys1qJllQ4BWxZHmPhHoG40DuaSZpy54poZ6O3SKuaEYZ0DOJGIx6GdtieayIW5xgiRgcnl6PVLO0xFtCcwhbJF5w2PGUapiSeIaUJVo47E9abq7nmmm3ZTe53y/PjvBSd0wz7roMBiRSdGhSUc27JK7GmHsbGyVOdMYGsYmDGdeKJK25Kyf3qkRZOLzsHaHxjLdQ0uJq3JQI8dHtmyQH8cT+UpXy8WGvYixQ9RZMRAYTke4ZQeF+WWVnSi0enz5xb+yTkslhX8twxl4pARYsTtLXVhFHpVTy2NenLPpeCxNZ9hGkiB4p0T3cAray+Ds1VHh9i/UyG5a5e0wJLz2hQokrO809cVws08PuGQZ5rIX0EwfxMZG37lGx75oYymhh/ymDkVGDHWKRLbgy9o37DzX4b2KbB1yJDdItm3BlTjDslDf8vAz67d8V0jzbuA52c0Def6Rm+P0lafL/YE8dnkJ9XIH7VGHUwV45lJOTk5OzWAB+ARexV+IWcmYiAAAAAElFTkSuQmCC);
    background-size: 100%;
    padding: 6px 30px
}

.alertMsg .w3-display-container {
    margin: 0
}

.alertMsg h3,
.alertMsg p {
    margin: 5px 0;
    font-size: 16px
}

.slider_range .range-val {
    width: 35%;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    text-align: left;
    font-size: 14px
}

form input.w3-margin {
    width: 95%
}

form input[type=checkbox].w3-margin {
    width: 20px
}

.product_attribute_row td {
    padding-left: 0 !important;
    font-size: 14px
}

.reviewCloseBtn {
    cursor: pointer;
    width: 30px;
    height: 30px;
    right: -12px;
    top: -16px;
    background-size: 100% !important;
    border: 0;
    outline: 0;
    border: 1px solid #dedbdb;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    opacity: 1;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 4px 3px rgba(136, 134, 134, 0.37)
}

.Product-tooltip {
    position: relative
}

.custom-vertical-center {
    top: 35px
}

.margin-bottom-4 {
    margin-bottom: 4px
}

.margin-left-right:first-child {
    margin: 6px 6px
}

.parenttitle {
    font-weight: bold;
    font-size: 14px !important;
    font-family: sans-serif;
    font-weight: 700;
    color: #333
}

.margin-left-right {
    margin: 7px 6px
}

.category-products-painting-slides {
    transition: all .2s
}

#subs_email {
    border: 1px solid #8c8f90;
    padding: 2px
}

#subscribtion_Btn {
    padding: 2px 6px 2px 6px;
    border: 1px solid #e19f00;
    color: black;
    margin-left: 4px;
    cursor: pointer
}

.featured_products_banner-sec {
    padding: 5px 6px 0 6px;
    display: inline-block;
    padding: var(--padding-lr-6)
}

#categories_banner {
    padding: var(--padding-lr-6)
}

.newsletter .inputBox {
    padding: 8px 0
}

.Product-tooltip .Product-tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    bottom: 103%
}

.Default_heading14 {
    font-size: 14px
}

.Product-tooltip:hover .Product-tooltiptext {
    visibility: visible
}

.Product-tooltip .Product-tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent
}

.fb_icon {
    position: relative;
    width: 20px;
    height: 32px;
    padding: 12px 16px 1px 5px;
    background: var(--icon-path) -10px -70px
}

.twitter_icon {
    width: 20px;
    height: 32px;
    background: var(--icon-path) -130px -70px;
    padding: 12px 16px 1px 5px
}

.google_icon {
    width: 20px;
    height: 32px;
    background: var(--icon-path) -50px -70px;
    padding: 12px 10px 1px 5px
}

.youtube_icon {
    width: 20px;
    height: 32px;
    background: var(--icon-path) -170px -70px;
    padding: 12px 10px 1px 5px
}

.pinterest_icon {
    width: 20px;
    height: 32px;
    background: var(--icon-path) -210px -70px;
    padding: 12px 10px 1px 5px
}

.instagram_icon {
    width: 20px;
    height: 32px;
    background: var(--icon-path) -90px -70px;
    padding: 12px 10px 1px 4px
}

.paymentoption_img {
    width: 204px;
    height: 40px;
    background: var(--icon-path) -10px -10px;
    padding: 10px 202px;
    background-repeat: no-repeat;
    background-size: 210px
}

.custom-scroll::-webkit-scrollbar {
    width: 8px;
    height: 5px
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: var(--highlight-bg-color);
    outline: 1px solid var(--highlight-bg-color)
}

.custom-scroll::-moz-scrollbar {
    width: 3px;
    height: 3px
}

.custom-scroll::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.custom-scroll::-moz-scrollbar-thumb {
    background-color: var(--highlight-bg-color);
    outline: 1px solid var(--highlight-bg-color)
}

.page_breadcrumb {
    background-color: white;
    padding: 8px 4px !important
}

.page_breadcrumb a,
.page_breadcrumb .hsr {
    color: var(--body-text-color)
}

.productSort-container {
    margin-top: 12px
}

#frame_header_desktop {
    background-color: var(--header-background-color);
    z-index: 999;
    background: -webkit-linear-gradient(#efe6bd, #fff);
    background: -o-linear-gradient(#efe6bd, #fff);
    background: -moz-linear-gradient(#efe6bd, #fff);
    background: linear-gradient(#efe6bd, #fff);
    box-shadow: 0 8px 8px -5px #888686;
    border-bottom-color: var(--default-border-color) !important
}

#frame_header_left,
#frame_header_right {
    padding-top: 10px !important;
    color: var(--highlight-bg--text-color) !important
}

#frame_header_top .frame_header_top span>.whatspp-icon {
    width: 25px;
    height: 25px;
    background: var(--icon-path) -10px -122px;
    padding: 4px 12px;
    position: relative
}

.fontSize-14 {
    font-size: 14px
}

#frame_header_left {
    width: 196px
}

#frame_header_left .logo {
    max-height: 80px;
    margin-top: 2px
}

#D_search_options,
#mobile_search_options {
    width: 130px;
    padding: 4px 0;
    height: 40px;
    z-index: 1;
    border: 1px solid #e2dfdf !important;
    border-right: 0
}

.search-panel {
    border-color: var(--global_border_color) !important
}

.search-panel .searchBtn {
    background: transparent;
    width: 40px;
    border: 1px solid #e2dfdf !important;
    height: 40px;
    border: 0;
    padding: 1px;
    cursor: pointer
}

.search-panel .searchBtn:hover {
    background-color: var(--highlight-bg-color);
    color: white
}

.search-panel .searchBtn .fa-search {
    font-size: 20px
}

.Custreview_all {
    color: #0a99f1;
    font-size: 14px;
    cursor: pointer
}

.search-panel select {
    position: relative;
    background-color: var(--highlight-bg-color);
    color: var(--body-text-color);
    border: 0;
    z-index: 9999;
    background: transparent
}

select#dSearch {
    background: white
}

.search-panel .searchTextBox {
    width: calc(83% - 45px);
    text-overflow: ellipsis;
    height: 39px
}

#frame_head_middle .login-panel {
    width: 340px;
    height: 40px
}

#frame_header_right .login-panel #headermenu_account {
    width: 190px;
    height: 40px;
    overflow: hidden
}

#frame_header_right .login-panel #headermenu_account a {
    color: var(--body-text-color) !important
}

#frame_header_right .login-panel #headermenu_account .headermenu_account_panel {
    position: relative;
    top: 4px
}

#frame_header_right .login-panel .cart-panel {
    width: 55px
}

#frame_header_right .login-panel .cart-panel .header-cart-icon {
    position: relative;
    float: left;
    left: -6px;
    background-size: 100%;
    width: 30px;
    height: 40px
}

#frame_header_right .login-panel .cart-panel .header_cartspan {
    position: relative;
    top: -31px;
    left: 16PX;
    padding: 1px 7px
}

.header-checkout-part {
    border: 1px solid black;
    padding: 1px 4px 4px 4px
}

.header_accountIcon {
    top: 6px
}

#frame_header_right .login-panel .header-currency {
    width: 85px
}

.flag img {
    height: 22px
}

.w3-section {
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

.w3-dropdown-content.w3-bar-block.w3-border {
    width: 100%;
    left: 0
}

#frame_header_desktop categoryList a:hover {
    color: var(--highlight-text-color) !important
}

.contactus_content li p,
.contactus_content li a {
    color: #8c8f90 !important
}

#frame_footer {
    background-color: var(--footer-bg-color);
    color: var(--highlight-bg-color);
    border-top: 1px solid var(--default-border-color);
    clear: both
}

#frame_footer ul>li {
    border: 0;
    padding: 5px 5px 5px 0;
    list-style: none
}

#frame_footer ul>li>a {
    color: #8c8f90 !important
}

#frame_footer ul>li>a,
#frame_footer a,
#frame_footer p {
    color: var(--footer-text-color);
    overflow-wrap: break-word;
    text-transform: none
}

#frame_footer .footer_tags_categories ul li:first-child {
    padding-left: 0
}

#frame_footer .footer_tags_categories ul li:first-child a {
    color: var(--highlight-bg-color)
}

#frame_footer .footer_tags_categories ul>li {
    float: left;
    padding: 5px
}

#frame_footer .footer_tags_categories ul>span {
    position: relative;
    float: left;
    padding: 5px;
    color: var(--default-border-color)
}

#frame_footer .socialIcons .iconSpan {
    margin-right: 8px
}

#frame_footer .favIcons {
    display: inline
}

.home-banner-slides {
    display: none
}

.home-banner-slides img {
    vertical-align: middle;
    width: 100%
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

#featured_products_banner .featured_product {
    padding: 0 2px
}

.home-page-container .w3-border,
.home-page-container .w3-border-top,
.home-page-container .w3-border-bottom,
.home-page-container .w3-border-left,
.home-page-container .w3-border-right,
#featured_products_banner.w3-border {
    border-color: var(--default-border-color) !important
}

.home-page-container #featured_products_banner,
#categories_banner .category_banner {
    background-color: var(--frame-bg-color) !important;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .08)
}

#categories_banner .category_banner .category_header {
    border-right: 1px solid var(--default-border-color)
}

#categories_banner .category_banner .category_header .category_sub_title_panel {
    margin: 8px 0
}

#categories_banner .category_banner .category_header .category_sub_title_panel img,
#categories_banner .category_banner .category_items .item_info img {
    transition: transform .2s;
    height: 200px
}

#categories_banner .category_banner .category_items .item_info img:hover {
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

#forgotPwdContainer h2,
#logincontainer h2,
#registerContainer h2 {
    color: #e19f00
}

@media(max-width:480px) {
    #frame_header_left,
    #frame_header_right {
        padding-top: 10px !important
    }
    #frame_header_right {
        padding-right: 8px;
        padding-bottom: 8px
    }
    .newsletter {
        padding: 0 !important
    }
    .contactus_part {
        padding: 0 !important
    }
    .subcategoryClass,
    .maincategoryClass {
        padding-left: 8px
    }
    .choose .wishlist {
        font-size: 10px;
        padding-top: 5px;
        padding-right: .5px
    }
    .product_Attributes_Sku {
        padding: 0 !important
    }
    .header_list i {
        float: right
    }
    #global_alert {
        width: 100% !important;
        z-index: 11;
        top: 46px !important
    }
    #frame_header_right .login-panel .cart-panel .header_cartspan {
        left: 13PX;
        top: -30px;
        background-color: #644124;
        border: 1px solid;
        color: #fff;
        padding: 3px 8px 2px 8px
    }
    #logincontainer .login-form,
    #registerContainer .register-form,
    #guestContainer .guest-register-form,
    #forgotPwdContainer .forgot-pwd-form {
        border: none !important
    }
    #loginForm,
    #registerForm {
        padding: 0
    }
    #logincontainer h2,
    #registerContainer h2 {
        font-size: 20px
    }
    #product_list_container {
        padding: 0 !important
    }
    #user-page-container {
        padding: 0 !important
    }
    #onlinePayment .paymentItems li {
        float: none;
        margin: 10px
    }
    #paymentItems {
        display: block
    }
    #onlinePayment .paymentBtnPanel {
        position: relative;
        text-align: center
    }
    .shipIconSpan {
        float: right;
        font-size: 12px;
        position: relative;
        top: 3px
    }
    .product_Attributes_Off {
        background-color: aliceblue;
        padding: 0 2px;
        border: 1px solid #5897fb;
        border-style: dashed;
        font-size: 9px !important
    }
    .header_acountListAcc {
        bottom: 4px;
        position: relative
    }
    .header_acountListCart {
        position: relative !important;
        height: 50px
    }
    .mylivechat_inline {
        right: 0 !important
    }
    #promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask {
        width: 84%
    }
    #promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask {
        margin-left: 8%;
        left: 0;
        margin-right: 5%
    }
    .product-discription-name {
        font-size: 20px !important
    }
    #frame_body .w3-padding {
        padding: 2px 4px !important
    }
    #frame_body .w3-padding-small {
        padding: 0 !important
    }
    #frame_body .w3-row-padding {
        padding: 0 2px !important
    }
    #frame_head_mobile {
        background-color: var(--header-background-color);
        z-index: 999;
        background: -webkit-linear-gradient(var(--header-background));
        background: -o-linear-gradient(var(--header-background));
        background: -moz-linear-gradient(var(--header-background));
        background: linear-gradient(var(--header-background))
    }
    #frame_head_mobile .sideMenuNav {
        position: fixed;
        width: 220px;
        min-height: 480px;
        max-height: 100%;
        overflow-y: scroll
    }
    #frame_head_mobile .w3-opennav {
        width: 30px;
        cursor: pointer;
        margin: 16px 8px 0 0;
        position: relative;
        top: 1px;
        font-size: 22px;
        margin-left: 14px;
        color: #5a3d26;
        font-weight: bold;
        padding: 0 0 2px 3px !important;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.23)
    }
}

#frame_head_mobile #frame_header_right .login-panel #headermenu_account {
    width: 50px;
    background: transparent
}

#frame_head_mobile #frame_header_right .login-panel .cart-panel {
    padding-left: 0 !important
}

#frame_head_mobile #frame_header_right .login-panel .header-currency {
    width: 55px
}

#frame_head_mobile .search-panel .searchTextBox {
    border: 0
}

#frame_head_mobile #frame_header_right .userDropdown {
    width: 160px;
    top: 55px;
    left: calc(100% - 180px);
    background: #fff;
    max-height: 380px;
    position: fixed
}

#frame_head_mobile #frame_header_left .logo {
    max-height: 50px
}

.dropdown-click li.onClickMenu:hover,
.dropdown-click li.onClickMenu.active {
    background-color: #e8b613 !important
}

.dropdown-click li.onClickMenu:hover>a,
.dropdown-click li.onClickMenu.active>a,
.dropdown-click li.onClickMenu a:hover {
    color: var(--highlight-bg-text-color) !important
}

.dropdown-click li:hover {
    background-color: var(--transparent-bg-color) !important
}

.dropdown-click li.active>a {
    color: var(--highlight-text-color)
}

.home-banner-slides img {
    vertical-align: middle;
    width: 100%
}

#featured_products_banner .featured_product {
    padding: 2px
}

#featured_products_banner .featureProduct-content {
    padding: 5px
}

#categories_banner .category_banner .category_header .category_sub_title_panel,
#categories_banner .category_banner .category_items {
    margin: 8px 0
}

#categories_banner .category_banner .category_items .w3-margin {
    margin: 8px !important
}

.static-page-container {
    margin: auto;
    width: 100% !important;
    padding: 0 !important
}

#sitemap-container {
    padding: 0 !important
}

#frame_head_mobile .w3-opennav {
    width: 55px;
    cursor: pointer;
    top: 17px;
    position: relative;
    font-size: 24px;
    left: 14px;
    width: 30px;
    cursor: pointer;
    margin: 16px 8px 0 0;
    position: relative;
    top: 1px;
    font-size: 22px;
    margin-left: 14px;
    color: #5a3d26;
    font-weight: bold;
    padding: 0 0 2px 3px !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.23)
}

@media(min-width:480px) and (max-width:600px) {
    .newsletter {
        padding: 0 !important
    }
    .contactus_part {
        padding: 0 !important
    }
    .innerdivSideContainer {
        margin-top: 10px
    }
    .header_list i {
        float: right
    }
    #CheckDeleiveryPincode {
        background-color: rgba(25, 24, 22, 0.47);
        padding-top: 120px
    }
    #product_list_container {
        padding: 0 !important
    }
    #promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask {
        margin: 10px 20%
    }
    .product-discription-name {
        font-size: 20px !important
    }
    #frame_body .w3-padding {
        padding: 2px 4px !important
    }
    #frame_body .w3-padding-small {
        padding: 0 2px
    }
    #frame_body .w3-row-padding {
        padding: 0 2px !important
    }
    #frame_head_mobile {
        background-color: var(--header-background-color);
        z-index: 999;
        background: -webkit-linear-gradient(var(--header-background));
        background: -o-linear-gradient(var(--header-background));
        background: -moz-linear-gradient(var(--header-background));
        background: linear-gradient(var(--header-background))
    }
    #frame_head_mobile .sideMenuNav {
        position: fixed;
        width: 200px;
        min-height: 480px;
        max-height: 100%;
        overflow-y: scroll
    }
    #frame_head_mobile .w3-opennav {
        left: 14px;
        width: 30px;
        cursor: pointer;
        margin-right: 16px;
        margin-top: 16px;
        margin-bottom: 0;
        margin-left: 8px !important;
        position: relative;
        top: 1px;
        font-size: 22px;
        margin-left: 14px;
        color: #5a3d26;
        font-weight: bold;
        padding: 0 0 2px 3px !important;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.23)
    }
    #frame_header_left,
    #frame_header_right {
        padding-top: 4px !important;
        padding-right: 18px
    }
    #frame_head_mobile #frame_header_left {
        max-width: 70%;
        min-width: 30%;
        width: auto
    }
    #frame_head_mobile #frame_header_right .login-panel #headermenu_account {
        width: 50px;
        background: transparent
    }
    #frame_head_mobile #frame_header_right .login-panel .header-currency {
        width: 55px
    }
    #frame_head_mobile .search-panel .searchTextBox {
        width: calc(100% - 36px);
        border: 0;
        height: 39px
    }
    #frame_head_mobile #frame_header_right .userDropdown {
        width: 160px;
        top: 50px;
        left: calc(100% - 180px);
        background: #fff;
        max-height: 300px
    }
    #frame_head_mobile #frame_header_left .logo {
        max-height: 60px
    }
    .dropdown-click li.onClickMenu:hover,
    .dropdown-click li.onClickMenu.active {
        background-color: var(--highlight-bg-color) !important
    }
    .dropdown-click li.onClickMenu:hover>a,
    .dropdown-click li.onClickMenu.active>a,
    .dropdown-click li.onClickMenu a:hover {
        color: var(--highlight-bg-text-color) !important
    }
    .dropdown-click li:hover {
        background-color: var(--transparent-bg-color) !important
    }
    .dropdown-click li.active>a {
        color: var(--highlight-text-color)
    }
    #frame_footer .footerContent .newsletter .paymentOptions {
        max-width: 240px
    }
    .home-banner-slides img {
        vertical-align: middle;
        width: 100%
    }
    #featured_products_banner .featured_product {
        padding: 2px
    }
    #featured_products_banner .featureProduct-content {
        padding: 5px
    }
    #categories_banner .category_banner .category_header .category_sub_title_panel,
    #categories_banner .category_banner .category_items {
        margin: 8px 0
    }
    .productList-header-container .productSort-container {
        width: 100%
    }
    .static-page-container {
        margin: auto;
        width: 100% !important
    }
}

@media(min-width:1200px) {
    #accordian-slidebar .sidebar-heading {
        font-weight: 600
    }
    .static-page-container {
        margin: auto;
        width: 80%
    }
}

@media(min-width:993px)and (max-width:1200px) {
    .searchFormClass {
        display: grid !important;
        grid-template-columns: auto 40px !important
    }
    .autocomplete {
        width: calc(100% - 592px) !important
    }
    #D_search_options {
        display: none
    }
    .search-panel .searchTextBox {
        width: calc(95% - 28px) !important;
        text-overflow: ellipsis;
        height: 40px
    }
    .range-val {
        width: 85%;
        margin-top: 8px
    }
    .currencyIcon {
        margin-top: 8px;
        height: 80px
    }
    .range-val:nth-child(even) {
        margin-left: 2px
    }
    .range-Find {
        margin-top: 8px;
        width: 88%
    }
    .slider_range .range-val {
        width: 88%
    }
}

@media(min-width:601px) and (max-width:992px) {
    .header_list i {
        float: right
    }
    #frame_body {
        margin-top: 2px !important
    }
    #product_list_container {
        padding: 0 !important
    }
    #promo_main_Mask #promo_msklFrmContiner #promo_wrapper_Mask {
        margin: 10px 20%
    }
    .search-panel .searchTextBox {
        text-overflow: ellipsis;
        height: 39px;
        border: 0;
        border-left: 1px solid #f3eded
    }
    #frame_body .w3-padding {
        padding: 4px 8px
    }
    #frame_body .w3-padding-small {
        padding: 2px 4px
    }
    #frame_body .w3-row-padding {
        padding: 0 4px !important
    }
    #frame_head_mobile {
        background-color: var(--header-background-color);
        z-index: 999;
        background: -webkit-linear-gradient(var(--header-background));
        background: -o-linear-gradient(var(--header-background));
        background: -moz-linear-gradient(var(--header-background));
        background: linear-gradient(var(--header-background))
    }
    #frame_head_mobile .sideMenuNav {
        position: fixed;
        width: 200px;
        min-height: 600px;
        max-height: 100%;
        overflow-y: scroll
    }
    #frame_head_mobile .w3-opennav {
        left: 14px;
        width: 30px;
        cursor: pointer;
        margin-right: 26px;
        margin-top: 16px;
        margin-bottom: 0;
        margin-left: 8px !important;
        position: relative;
        top: 1px;
        font-size: 22px;
        margin-left: 14px;
        color: #5a3d26;
        font-weight: bold;
        padding: 0 0 2px 3px !important;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.23)
    }
    .autocomplete {
        width: calc(100% - 172px) !important
    }
    .search-panel .searchTextBox {
        width: calc(100% - 0);
        background-color: white;
        height: 46px
    }

    #frame_head_mobile #frame_header_right .login-panel #headermenu_account {
        width: 140px;
        background: transparent
    }
    #frame_head_mobile #frame_header_right .userDropdown {
        width: 200px;
        top: 52px;
        left: calc(100% - 290px);
        background: #fff;
        position: fixed
    }
    #frame_head_mobile #frame_header_left .logo {
        max-height: 60px
    }
    .dropdown-click li.onClickMenu:hover,
    .dropdown-click li.onClickMenu.active {
        background-color: var(--highlight-bg-color) !important
    }
    .dropdown-click li.onClickMenu:hover>a,
    .dropdown-click li.onClickMenu.active>a,
    .dropdown-click li.onClickMenu a:hover {
        color: var(--highlight-bg-text-color) !important
    }
    .dropdown-click li:hover {
        background-color: var(--transparent-bg-color) !important
    }
    .dropdown-click li.active>a {
        color: var(--highlight-bg-color)
    }
    .home-banner-slides img {
        vertical-align: middle;
        width: 100%
    }
    #featured_products_banner .featured_product {
        padding: 0 2px
    }
    #categories_banner .category_banner .category_header .category_sub_title_panel,
    #categories_banner .category_banner .category_items {
        margin: 8px 0
    }
    #categories_banner .category_banner .category_items .w3-margin {
        margin: 8px !important
    }
    #categories_banner .category_banner .category_header .category_sub_title_panel img,
    #categories_banner .category_banner .category_items .item_info img {
        height: 100px
    }
    .productList-header-container .productSort-container {
        margin: 6px 0;
        margin-top: 12px
    }
    .static-page-container {
        margin: auto;
        width: 100% !important;
        padding: 0 !important
    }
    #sitemap-container {
        padding: 0 !important
    }
}

#chat-widget-container button:focus {
    outline: 0 !important
}

#chat-widget-container #minimize-chat button svg.fill-blue {
    fill: var(--highlight-bg-color) !important
}

.static-page-container {
    padding: 0 !important
}

#sitemap-container {
    padding: 0 !important
}

@media(min-width:750px) and (max-width:1024px) {
.searchFormClass {
        display: grid !important;
        grid-template-columns: auto 40px !important
    }
    .autocomplete {
        width: calc(100% - 40px) !important
    }
    #mobile_search_options {
        display: none !important;
    }
    .search-panel .searchTextBox {
        width: calc(95% - 28px) !important;
        text-overflow: ellipsis;
        height: 40px
    }
}
@media(max-width:400px) {
    #mobNavbOpenButton {
        margin-top: 12px !important
    }
    #frame_header_left {
        width: 148px !important;
        padding: 8px 1px !important
    }
    #frame_header_right {
        padding-top: 6px !important;
        padding-bottom: 0
    }
    .headermenu_account_panel .fa-caret-down {
        display: none
    }
    .headermenu_account_panel .headermenu_account_image {
        width: 33px
    }
    .header-cart-icon img {
        width: 30px
    }
    #frame_head_mobile .w3-opennav {
        padding: 0 0 2px 3px !important;
        margin-top: 12px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
    }
    .header_accountIcon {
        margin-right: 7px !important
    }
    #frame_header_right .login-panel .cart-panel .header_cartspan {
        left: 12px !important
    }
    #frame_header_right .login-panel .cart-panel .header_cartspan {
        top: -35px
    }
}

.smallImagePanel .smallImage img {
    margin: 0 !important;
    height: 75px;
    width: 75px
}

input#rangeFind {
    padding: 2px 6px !important;
    background-color: var(--highlight-bg-color);
    border: 1px solid var(--highlight-bg-color) !important;
    color: #fff !important
}

#rangeForm span {
    position: relative
}

span.currencyIcon {
    float: left;
    padding: 4px 0
}

#rangeForm.range-val {
    font-size: 12px;
    margin-right: 5px;
    float: left;
    text-align: left;
    font-size: 14px
}

.range-Find {
    padding: 2px 6px !important
}

.category-products {
    margin: 10px 0 !important;
    padding-bottom: 20px;
    border-left: 0;
    border-right: 0
}

.filtered-pro-count {
    background: #e19f00;
    color: #fff;
    padding: 8px 8px;
    border: 1px solid #e19f00;
    font-weight: bold
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 5px
}

.category_banner .categoryHeader {
    margin: 0
}

.category_banner .categoryBannerDescription {
    margin: 0;
    margin-bottom: 10px
}

select#dSearch {
    background: white
}

#model-size-panel table tr th,
#model-size-panel table tr td {
    padding: 1px
}

.mob-searchBtn {
    background-color: black !important;
    color: white
}

#sticky-searchbar {
    overflow: hidden;
    background-color: #fff;
    transition: .4s all
}

.stickyAddclass {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 8px 8px -5px #888686;
    left: 0;
    z-index: 111;
    padding: 3px 3px !important;
    transition: all .4s
}

.modal-div-active {
    background-color: #f8f0ce !important
}

.rating_star {
    padding: 2px 5px 2px 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 100%
}

.rating_star>label {
    display: inline-block;
    position: relative;
    font-size: 32px;
    border: 0;
    margin: 0;
    font-weight: normal;
    border: 1px solid #ddd;
    margin: 5px 1px;
    padding: 0 4px;
    background: #f7f7f7 !important
}

.rating_star>label>input {
    display: none
}

.rating_star>label.star-active:before,
.rating_star>label.star-active~label:before,
.rating_star>label:hover:before,
.rating_star>label:hover~label:before {
    content: "\2605";
    position: absolute;
    color: #e19f00;
    cursor: pointer
}

.review-range-false {
    font-size: 22px;
    position: absolute;
    color: #4a4949;
    text-rendering: optimizeLegibility
}

.review-range-true {
    font-size: 22px;
    position: relative;
    display: inline-block;
    color: #e19f00;
    width: 60%;
    overflow: hidden;
    text-rendering: optimizeLegibility
}

.product-review-panel-row {
    background: #f3f3f3;
    margin: 5px 0
}

.review-panel-dropdownArrow {
    border-style: solid;
    border-width: 10px;
    border-color: #fff;
    border-top-width: 0;
    border-bottom: 9px solid #4b4f56;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: relative;
    top: -14px;
    left: 41px
}

.product-review-striped:nth-child(even) {
    background: #f3f3f3 !important
}

.ratings-fill-bg-container {
    padding: 5px
}

.ratings-fill-bg-container .fill-bg {
    position: relative;
    background: #e19f00;
    width: 100%;
    height: 10px;
    text-align: center
}

.product-page-container.customerReviewsPanel {
    margin: 10px 0;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #ddd
}

.customerReviewsPanel #customerReviewContainer {
    max-height: 450px;
    overflow-y: scroll
}

.customerReviewsPanel .customerReview {
    background: #fff;
    padding: 5px;
    margin: 5px 0;
    border-bottom: 1px solid #f3f3f3
}

.customerReviewsPanel .customerReview .customerReviewStars .reviewDiv {
    display: table-cell !important;
    float: left;
    text-rendering: optimizeLegibility;
    top: -10px
}

.customerReviewsPanel .customerReview .customerReviewStars .reviewDiv span.review-range-false {
    font-size: 22px;
    position: absolute;
    text-rendering: optimizeLegibility
}

.mylivechat_inline .mylivechat_template14 {
    overflow: hidden
}

.mylivechat_buttonround img {
    overflow: hidden
}

.mylivechat_buttonround_label {
    overflow: hidden
}

.static-page-container {
    margin: auto;
    width: 80%
}

.static-page-container p {
    color: #838383
}

.static-page-container hr {
    border-top: 1px solid #eee
}

.scroll_To_Top {
    width: 55px;
    height: 55px;
    color: black;
    text-decoration: none;
    position: fixed;
    padding: 10px;
    text-align: center;
    background: white;
    font-weight: bold;
    bottom: 0;
    right: 1px;
    display: none;
    background: url(../../site_images/sprite.png) -220px -10px;
    z-index: 1;
    cursor: pointer
}

.proImage {
    transition: transform .2s
}

.proImage:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.07)
}

.single-products {
    padding: 15px 0
}

.newsletter {
    position: relative;
    overflow: hidden
}

.lSAction>.lSPrev {
    background-position: -21px -5px;
    left: -19px;
    background-size: 32px;
    height: 38px;
    background-image: url('../../images/left-slide.png');
    top: 40%
}

.lSAction>.lSNext {
    right: -19px;
    background-size: 30px;
    background-image: url(../../images/right-slide.png);
    background-position: -5px 0;
    height: 38px;
    top: 40%
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px
}

.select2-search--dropdown {
    padding: 0 !important
}

.shipIconSpan {
    float: right
}

#onlinePayment .paymentBtnPanel {
    position: relative;
    text-align: right
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

#CheckDeleiveryPincode {
    background-color: rgba(25, 24, 22, 0.47)
}

.shippingLink {
    font-size: 14px;
    position: relative;
    top: 12px;
    font-weight: bold;
    cursor: pointer
}

.delivery_modal_content {
    float: none;
    display: flex;
    max-width: 618px
}

#deliveryResultText {
    display: none
}

.modalboxButton:hover {
    box-shadow: none
}

.modalboxButton {
    cursor: pointer;
    border: 0
}

.modalboxFindButton {
    cursor: pointer;
    position: relative;
    top: 10px
}

.modalbox_Button {
    cursor: pointer;
    position: relative;
    left: 28px;
    padding: 3px;
    width: 49px
}

.modalbox_Button:hover {
    box-shadow: none
}

.modalCloseBtn {
    cursor: pointer;
    border-radius: 21px;
    position: absolute;
    right: -10px;
    top: -20px;
    color: #171615;
    width: 31px;
    font-size: 20px;
    color: white;
    padding-left: 8px;
    background: #f1c511;
    box-shadow: 0 10px 15px -3px rgba(241, 235, 235, 0.22), 0 4px 6px -2px rgba(0, 0, 0, 0.47)
}

#ShowErrorMessage,
#mob_ShowErrorMessage {
    color: red
}

@media(max-width:600px) {
    .wallet-inner-left {
        float: none !important
    }
    .wallet-button {
        width: 100% !important
    }
    .wallet-inner-right {
        margin-left: 0 !important
    }
    .wallet-title1 {
        font-size: 14px
    }
    .wallet-border {
        margin: 0 !important
    }
    .wallet-inner-right-part {
        padding: 0 !important
    }
    .autocomplete {
        width: calc(100% - 42px) !important
    }
    .search-panel .searchTextBox {
        width: calc(100% - 0);
        background-color: white;
        height: 40px
    }
    .delivery_modal_content {
        display: block
    }
    #CheckDeleiveryPincode {
        background-color: rgba(25, 24, 22, 0.47);
        padding-top: 120px
    }
    .shippingLink {
        top: 0
    }
    .userAccountPanelOption {
        min-height: auto !important
    }
    .cart-product-panel {
        margin: 10px 0;
        border-bottom: 1px solid #ccc
    }
}

.order-panel .alertMsg {
    position: absolute
}

#changePwdForm .w3-input:first-child,
#logincontainer .w3-input:first-child {
    margin: 0
}

#changePwdForm .w3-input {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px
}

#forgotpsdForm .w3-input,
#logincontainer .w3-input,
#write-review-modal .w3-input {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px
}

#registerContainer .w3-input {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px
}

#registerBtn,
#loginBtn {
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0 !important
}

.field-icon {
    float: right;
    position: relative;
    right: 25px;
    cursor: pointer;
    top: 32px
}

.margin-0 {
    margin: 0 !important
}

#mob-DeliveryDetailsDiv {
    margin-top: -2px
}

#find_delivery_btn {
    padding: 5px;
    width: 112px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px
}

.modalCloseBtn h5 {
    border: 0;
    color: #e19f00;
    font-size: 18px;
    font-weight: 600
}

.modalSiteUrltitle {
    font-size: 20px;
    padding: 6px;
    margin-top: 32px;
    margin-bottom: 0
}

#deliveryResultText,
#mob_deliveryResultText {
    display: block;
    width: 100%
}

.checkmark {
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee
}

#signinId_checkbox>input:checked~.checkmark {
    background-color: #e19f00
}

#signinId_checkbox:after {
    content: "";
    position: absolute;
    display: none
}

#signinId_checkbox>input:checked~.checkmark:after {
    display: block
}

#signinId_checkbox>.checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#promoCode {
    width: 84%;
    margin: auto;
    border: 1px solid #ddd
}

.disabledDiv {
    pointer-events: none;
    color: grey
}

.header-checkout-part-button {
    padding-left: 16px !important;
    position: relative;
    top: 10px;
    left: 6px;
    width: 84px !important
}

.custom-border {
    border-bottom: 1px solid #e29f36 !important
}

textarea[name='customer_qyery'] {
    padding-left: 8px
}

.userAccountPanelOption {
    min-height: 237px;
    border-radius: 11px;
    margin: 0;
    padding: 0 !important
}

.userAccountPanelOption .parent_child {
    border-top-right-radius: 11px;
    padding: 10px;
    margin: 0;
    color: black;
    border-top-left-radius: 11px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ddd
}

.accountlinkTitle {
    padding-left: 10px
}

textarea {
    resize: none
}

select.sortCombo {
    background-color: white;
    padding: 3px;
    border: 1px solid #e6dddd
}

.cursorchangetoPointer {
    cursor: pointer
}

.product_enquery_left_side {
    margin-top: 40px
}

.product_enqueryPanel {
    z-index: 111
}

.userName_mobileTemp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.subMaincategory,
.subMaincategory ul li {
    padding: 5px 0 2px 0
}

.subcategoryClass,
.maincategoryClass {
    cursor: pointer
}

.subcategoryClass:hover,
.maincategoryClass:hover {
    color: #e19f00
}

.fontweight-bold {
    font-weight: bold
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style-type: none
}

.catsubcategory {
    padding: 4px 0 0 24px !important
}

.caretIcon:before {
    font-size: 20px;
    cursor: pointer;
    color: var(--body-text-color);
    margin-right: 5px;
    position: relative;
    top: 2px
}

.rightarrowIcon:before {
    content: ' \27A9';
    font-size: 14px;
    cursor: pointer;
    color: #42403b
}

.activeIcon:before {
    font-size: 12px;
    font-size: 14px;
    cursor: pointer;
    color: #42403b
}

.itemlistNameCOunt {
    font-size: 14px;
    font-weight: 100
}

#shipAddListPanelproceed .selectOption {
    cursor: pointer
}

.frame_header_text {
    position: relative;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.innerdivSideContainer ul .subMaincategory .caretIcon {
    margin-right: 0;
    position: relative;
    top: 2px
}

.pintrest_icon {
    position: relative;
    width: 20px;
    height: 32px;
    padding: 12px 16px 1px 5px;
    background: url('../../site_images/pinterest-onHover.png')
}

.instagram_icon {
    position: relative;
    width: 20px;
    height: 32px;
    padding: 12px 16px 1px 4px;
    background: url('../../site_images/instagram-onHover.png')
}

.newArrivelPanel {
    position: absolute;
    background: #e19f00;
    color: white;
    padding: 4px 6px;
    font-weight: bold;
    z-index: 1
}

.productItemsDisplay {
    border: 1px solid #ece9e9;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.customer_enq_btn {
    border: 2px solid #f68920;
    border-radius: 20px;
    background-color: white;
    padding: 8px 10px;
    color: #f68920;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
    text-transform: capitalize
}

.customer_service_text {
    padding: 10px 9px 3px 10px;
    font-size: 18px;
    margin: 40px 0
}

.customer_service_para {
    width: 80%;
    margin: auto
}

.customer_enq_btn .fa {
    padding-left: 8px;
    font-weight: bold
}

.customer_enq_div {
    margin-top: 40px
}

.customer_service_panel {
    margin: 10px 10px 40px 10px
}

.customer_service_leftside img {
    width: 128px
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 24px solid #ccc;
    float: right;
    position: relative;
    top: -12px;
    left: 19px
}

.lSAction {
    opacity: .1;
    transition: all .2s
}

.category_items:hover .lSAction {
    opacity: 1
}

.menu_right_side {
    background-repeat: no-repeat;
    background-size: 400px;
    background-position-x: right;
    background-position: bottom right
}

.color_filter_div {
    width: 56px;
    float: left;
    border: 1px solid #dcdada;
    margin-right: 12px
}

.select2-result-repository__avatar_image {
    width: 30px;
    margin-right: 10px;
    border: 1px solid red
}

.select2-results__option {
    padding: 16px 5px !important
}

@media(min-width:992px) and (max-width:1160px) {
    .parentCatLeftSide {
        width: 100%;
        left: 0;
        right: 0
    }
}

.max-height-400 {
    max-height: 395px;
    overflow: hidden
}

.exploreBtn {
    border: 1px solid black;
    float: right
}

.wallet-border {
    margin: 20px
}

.wallet-inner-left {
    padding: 10px;
    float: right
}

.wallet-button {
    width: 164px;
    font-size: 14px;
    background-color: #dba000;
    border: 0;
    color: white;
    padding: 5px;
    font-weight: 500;
    cursor: pointer
}

.wallet-add-button {
    width: auto;
    float: right;
    padding-right: 12px;
    cursor: pointer;
    position: relative;
    bottom: 5px;
    background-color: white;
    border: 1px solid #d8d8d1;
    color: black
}

.wallet-inner-right {
    border-left: 1px solid #ece9e9;
    padding: 0 10px 10px 10px;
    margin-left: 24px;
    background-color: #e8e8e524
}

.wallet-inner-right-part {
    padding: 0 10px 10px 20px;
    width: 100%;
    border-bottom: 0;
    border-top: 0;
    border-right: 0
}

.wallet-title1 {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-weight: 500
}

.wallet-price {
    font-size: 18px;
    font-family: sans-serif;
    padding: 0 15px 0 0;
    width: fit-content;
    margin-top: 18px;
    border: 1px solid #ebf1eb;
    background-color: #fff
}

.wallet-angle-icon {
    font-size: 18px;
    padding-left: 13px;
    position: relative;
    top: 2px
}

.wallet-plus-icon {
    font-size: 12px;
    position: relative;
    top: 0;
    padding-left: 7px;
    padding-right: 6px
}

.wallet-inr-icon {
    background-color: green;
    padding: 10px;
    color: white;
    background-image: linear-gradient(to right, #dba000, #e6b83c)
}

.wallet-paragraph {
    border-left: 3px solid #dba000;
    padding-left: 19px;
    background-color: white;
    font-family: sans-serif;
    letter-spacing: .01em;
    line-height: 24px
}

.wallet-image {
    width: 20px;
    position: relative;
    bottom: 4px
}

.slideBtnPanel .sliderDotBtn {
    height: 12px;
    width: 12px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease;
    background-color: #222;
    border: 2px solid var(--footer-text-color)
}

.slideBtnPanel .sliderDotBtn.active {
    background-color: var(--body-text-color);
    border: 2px solid var(--highlight-text-color)
}

.searchFormClass {
    display: grid;
    grid-template-columns: 130px auto 40px
}

input#header_search {
    background-color: #fff;
    border: 1px solid #e2dfdf;
    border-right: 0;
    padding: 7px;
    font-size: 16px;
    width: 100%
}

.autocomplete {
    position: absolute;
    display: inline-block;
    background-color: white;
    width: calc(100% - 722px)
}

.autocomplete-items {
    position: absolute;
    border-bottom: 0;
    border-top: 0;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25)
}

.autocomplete-items div {
    padding: 12px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #f7f1f1
}

.autocomplete-items div:hover {
    background-color: #fbfaf5
}

.autocomplete-active {
    background-color: #307bde !important;
    color: #fff;
    border-bottom: 2px solid #edc730 !important;
    font-weight: bold
}

.top_iconSpan {
    padding-left: 5px
}

.top_socialIcons {
    position: relative;
    top: 4px;
    right: 3px
}

#top_subscribe_link {
    cursor: pointer
}

.productEmpty_Attributes {
    background-color: white;
    padding: 0 2px;
    border-style: none;
    font-size: 11px
}

#global_alert_snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 6px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 16px
}

#global_alert_snackbar.show.success {
    background-color: #059005
}

#global_alert_snackbar.show.error {
    background-color: #e23e3e
}

#global_alert_snackbar.show.warning {
    background-color: #387daf
}

#global_alert_snackbar.show {
    visibility: visible;
    -webkit-animation: alertfadein .5s, alertfadeout .5s 2.5s;
    animation: alertfadein .5s, alertfadeout .5s 2.5s
}

@-webkit-keyframes alertfadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 30px;
        opacity: 1
    }
}

@keyframes alertfadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 30px;
        opacity: 1
    }
}

@-webkit-keyframes alertfadeout {
    from {
        bottom: 30px;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes alertfadeout {
    from {
        bottom: 30px;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}