/********** Template CSS **********/
:root {
    --primary: #000;
    --light: #F8F8F8;
    --dark: #000;
}
body{
    letter-spacing: 0em;
    line-height: 1.4;
    color: #242f34;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}
a {
    color: #242f34;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
    position: relative;
    color: #0b497f;
    font-family: "Roboto", sans-serif;
}
h2, .h2 {
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 400 !important;
    font-family: "Roboto", sans-serif;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 300 !important;
    font-family: "Roboto", sans-serif;
  
}
.price-p.symbol {
    font-family: arial;
    font-size: 16px;
    font-weight: 400;
    color: #9e4b20;
}
.display-5 {
    /*font-size: 4.5rem;*/ font-size: 3rem; color: #000;
}
.bg-tringle {
    background: url(../img/p-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
.back-to-top {
    position: fixed;
    display: none;
        right: 15px;
    bottom: 21px;
    z-index: 99;
    background: #fff !important;
}
h4.sku-code {
    color: #5b4023;
}

h1 {
    /*
    color: #000;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.5;
    color: #0a0a0a;
    text-transform: uppercase;*/
    
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.2;
    color: #0a0a0a;
}
.m-auto{margin: 0 auto;}
.owl-carousel-item {
    position: relative;
}
.banner-text{
    position: absolute;
    bottom: 13%;
    left: -58px;
    right: 0;
    margin: 0 auto;
    width: 42%;
    text-align: center;
}

.prod-text {
    width: 100%;
    max-width: 95%;
}
h3 {
    color: #0b497f;
    font-weight: 400 !important;
    font-size: 25px;
    
}
ul.impnotice {
    font-size: 20px;
    text-align: center;
}
.sub-text p, p {
    color: #242f34;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.sub-cat-img-home {
    border: 1px solid #6c8295;
    border-radius: 20px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.home-cat-top-carousel .item{text-align: center;}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
    padding: 8px 50px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color:#000;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.bg-list-a-date span {
    width: 100%; display: block;
}
.bg-list-a-date span strong {
    font-weight: 600;
}
.term-description {
    text-align: center;
    padding: 0 87px;
}
/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 8px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

/*.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}*/

.navbar.sticky-top {
    /*transition: .5s;*/
    position: absolute;
    width: 100%;
    top: 0 !important;
}
.navbar.sticky-top.shadow-sm{position: sticky;}
.navbar-brand {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-right: inherit;
    font-size: inherit;
    white-space: inherit;
    
    display: inline-block;
}
.navbar-expand-lg {
    flex-wrap: inherit;
    justify-content: inherit;
}
.navbar {
    display: inherit;
}
.navbar-nav {
    display: inline-block;
    margin: 0 auto;
}
.navbar-nav ul {
    padding: 0;
    list-style: none;
    margin: 25px 0 0 0;
}
.navbar-nav ul li {
    display: inline-block;
}
li.dd-menu {
    position: relative;
}

li.dd-menu .dropdown-lv1 {
    position: absolute;
    
    width: 100%;
    text-align: left;
    display: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0 0px;
    /* box-shadow: 0 0 5px #ffffff; */
    z-index: 99999;
    top: 65px;
    background: #fff;
}
header.header.header-desktop.shadow-sm2 .dropdown-lv1 {
    top: 46px;
}
.dropdown-lv3 a {
    font-size: 12px !important;
}
li.dd-menu .dropdown-lv1 li a, .navbar-nav ul li.dd-menu-lv2 .dropdown-lv3 li a {
    width: 100%;
    margin: -1px 0px 0px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding: 17px 15px;
    border: 1px solid #ccc;
    background: #121212;
}
li.dd-menu .dropdown-lv1 li:last-child a, .navbar-nav ul li.dd-menu-lv2 .dropdown-lv3 li:last-child a {
    
}
li.dd-menu .dropdown-lv1 li {
    padding: 0;
    width: 100%;
    position: relative;
    float: left;
}
li.dd-menu .dropdown-lv1 li {
    
}
li.dd-menu .dropdown-lv2 li {
    width: 100%;
}
li.dd-menu .dropdown-lv3 li {
    
    border-right: 0;
}
li.dd-menu .dropdown-lv1 .dd-menu-lv1 > a {
    background: #fff;
    color: #000;
   
    display: flex;
    text-align: left;
    
    font-weight: 500;
    flex-direction: column;
}
li.dd-menu-lv2 > a {
    /*background: #000;
    color: #fff !important;*/
    font-weight: 600 !important;
    border-bottom: 1px solid #000 !important;
}
.navbar-nav ul li.dd-menu-lv2 .dropdown-lv3 li a {
    padding: 7px 15px 7px 15px;
}
li.dd-menu .dropdown-lv2 li {
    width: 100%; top: 0px;
}
/*li.dd-menu:after {
    position: absolute;
    content: '';
    right: 10px;
    top: 18px;
    background: url(../img/dd-arrow.png) 0 0 no-repeat;
    width: 10px;
    height: 6px;
}
li.dd-menu-lv1 a.inrbmxyrem:after {
    position: absolute;
    content: '';
    right: 19px;
    top: 13px;
    background: url(../img/dd-arrow.png) 0 0 no-repeat;
    width: 10px;
    height: 6px;
    transform: rotate(-90deg);
}*/
.navbar-nav .nav-link {
    color: #000;
}
.navbar-nav ul li {
    display: inline-block;
    padding: 0px 20px 0px 17px;
    position: inherit;
}
.navbar-nav ul li.dd-menu:hover .dropdown-lv1
{
    display: block;
}
li.dd-menu-lv2 {
    width:12.5% !important;
    display: inline-block;
}
li.dd-menu-lv2 a {
    color: #fff !important;
}
/*.dropdown-lv2 {
    display: none;


.navbar-nav ul li.dd-menu-lv1:hover .dropdown-lv2 {
    display: block;
    position: absolute;
    left: 160px;
    background: #fff;
    top: 0px;
    
    border-radius: 13px;
    box-shadow: -1px 3px 3px #00000040;
    width: 190px;
        z-index: 1;
}
.dropdown-lv3 {
    display: none;
}
.navbar-nav ul li:after {
    content: '/';
    position: absolute;
    right: 3px;
    top: 8px;
    font-size: 16px;
    display:none;
}
.navbar-nav ul li:last-child:after {
    display: none;
}
.navbar-nav ul li li:after {
    display: none;
}
*/

.navbar-nav ul li.dd-menu-lv2:hover .dropdown-lv3 {
   display: block;
   /* position: absolute;*/
    left: 175px;
    background: #fff;
    top: 0px;
    z-index: 2;
}

.navbar .navbar-nav .nav-link {
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
}
.nav-item.dropdown-lv1 {
    display: inline-block;
}
.navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    background: #ffffffeb;
    top: -16px;
}
.home-banner {
    /*position: absolute;*/
    top: 0;
}
.home-banner .owl-nav {
    width: 100%;
    position: relative;
    top: -92px;
    padding: 0 75px;
}
.home-banner .owl-prev {
    position: absolute;
    left: 70px;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/left-image.png) 0 0 no-repeat;
}
.home-banner .owl-next {
    position: absolute;
    right: 70px;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/right-image.png) 0 0 no-repeat;
}
.btn-primary {
    color: #000;
    background-color: #b78d6500;
    border-color: #484848;
    border-radius: 0px;
}
.shadow-sm .navbar-brand {
    display: none;
}
.l-c-icons ul {
    padding: 0;
    list-style: none;
    display: inline-block;
}
.l-c-icons ul li {
    display: inline-block;
    margin: 10px 30px 0;
}
.l-c-icons ul li img.img-fluid {
    width: 24px;
}
li.cart, li.wishlistUpdate {
    position: relative;
}
li.cart span.doghvwgmxh {
    position: absolute;
    background: #5fbd74;
    border: 1px solid #5fbd74;
    width: 18px;
    text-align: center;
    border-radius: 10px;
    top: -5px;
    right: -10px;
    font-size: 10px;
    height: 18px;
    padding: 0px 0 0 0;
    color: #fff;
}

li.wishlistUpdate span.hunudxtvoo {
    position: absolute;
    background: #000;
    border: 1px solid #000;
    width: 18px;
    text-align: center;
    border-radius: 10px;
    top: -3px;
    right: -14px;
    font-size: 10px;
    height: 18px;
    padding: 0px 0 0 0;
    color: #fff;
}

.f-bg-top {
    position: relative;
    top: -63px;
}
.currency-list {
        display: none;
    position: absolute;
    left: -20px;
    background: #fff;
    padding: 0 20px;
    width: 135px;
    top: 34px;
    text-align: left;
    z-index: 99;
}
.currency-list li.kopucfprsz {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    cursor: pointer;
}
.currency-list li.kopucfprsz:last-child {
    border: 0;
    padding: 0;
}
.search-box{
    position: absolute;right: 0;padding: 10px;background: #f2f2f2;
    top: 72px;
    width: 68%;display:none
}

.search-box input {
    border: 1px solid #f1f1f1;
    padding: 5px 11px;
    float: left;
    width: 97%;
}
.search-box a.closeSearch {
    right: 34px;
    position: relative;
    z-index: 999999;
    top: 7px;
}
.bg-light {
    background-color: #d8e1e3 !important;
    border-top: 1px solid #828a8c;
    border-bottom: 1px solid #828a8c;
}
.search-box a.close {
    cursor: pointer;
    background: #fff;
    width: 20px;
    height: 20px;
}
.shadow-sm2 .search-box {
    position: absolute;
    right: 0;
    padding: 10px;
    background: #f2f2f2;
    top: 61px;
}
.latestmews-carousel .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 0;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/right-image.png) 0 -8px no-repeat;
}
.latestmews-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 0;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/left-image.png) 0 -8px no-repeat;
}

.currency-w {
    display: inline-block;
    position: relative;
    top: 2px;
}
.currency-w a {
    font-size: 16px;
}
.currency-w img.img-fluid {
    width: 13px;
}
.dd-icon {
    width: 10px !important;
}
.currency-list img.img-fluid {
    width: 14px !important;
}
.pagination {
    display: inline-block;
    width: 100%;
    list-style: none;
        margin: 50px 0 0;
}
.pagination nav .flex.justify-between.flex-1 {
    display: none;
}
.pagination nav span {
    display: inline-block;
    width: 41px;
    border: 0;
}
.login-d {
    border: 1px dashed #cfcfcf;
    border-radius: 45px;
    padding: 50px 0 100px;
    background: #fff;
    position:relative;
    overflow: hidden;
}
.social-login {
    position: absolute;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    left: 0;
    bottom: 4px;
    padding: 7px 0;
    background: #fff;
}
.social-login label {
    position: absolute;
    left: 0;
    display: inline-block;
    width: auto;
}
.social-login a {
    display: inline-block;
    margin: 0 10px;
    position:relative;
}
.social-login span {
    display: inline-block;
}
.login .submitLoginForm, .login .submitRegisterForm, .my-account input.form-control.btn.btn-link {
    background: #000;
    color: #fff;
    font-size: 20px;
    width: auto;
        padding: 0 25px 4px;
}
.pd-item {
    position: relative;
}

.nav-pills-custom .nav-link {
    color: #000;
    background: #ecf0f0;
    position: relative;
    border-radius: 50px;
}
.nav-pills-custom .nav-link {
    color: #000;
    background: #ecf0f0;
    position: relative;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}
.nav-pills-custom .nav-link::before {
    right: -8px !important;
}
div#v-pills-tabContent div.tab-pane input.form-control {
    margin-bottom: 20px;
    border: 1px solid #999 !important;
    padding: 12px 10px !important;
    border-radius: 9px;
}
input#submitInformationUpdateForm {
    padding: 0 35px;
}
div#v-pills-tabContent div.tab-pane {
    padding: 42px;
    border-radius: 12px !important;
    background: #efefef !important;
    border: 1px solid #ccc;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 102%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.dropup, .dropend, .dropdown, .dropstart {
    position: inherit;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    width: 100%;
}
.navbar-nav .dropdown-menu a.dropdown-item {
    display: inline-block;
    width: 24%;
    margin: 15px 45px;
    border-bottom: 0px dashed #ccc;
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    transition: .5s;
    white-space: normal;
}
.navbar-nav .dropdown-menu a.dropdown-item:hover{
    color:#000;
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    /*position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 25px;
    right: 0;
    display: inline-block;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: none;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 15px;
    height: 15px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.short-des {
    width: 70%;
    line-height: 35px;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000c7;
}
.modal {
    top: 5%; z-index: 99999;
}
.swal2-container {
    position: fixed; z-index: 99999;
}
.modal-content {
    border-radius: 17px; border-radius: 20px;
}
.modal.fade .modal-dialog {
    transform: inherit;
}
.modal-dialog {
    max-width: 650px; margin-bottom: 150px;
}
form#addressUpdateForm input {
    margin-bottom: 15px;
    border-radius: 7px;
}
form#addressUpdateForm select.form-control {
    border-radius: 7px;
    padding: 10px 10px;
    margin-bottom: 18px;
}
.address-book {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 16px;
    font-size: 13px;
    position: relative;
}
.address-book .badge {
    position: absolute;
    right: -1px;
    top: -1px;
}
.address-book .title {
    position: inherit;
    transform: inherit;
    left: inherit;
    margin: 0;
    font-size: 15px;
}
.address-book .btn {
    font-size: 12px;
    padding: 0;
    background: #ccc;
    width: 100%;
    text-align: center;
    color: #000;
    margin: 6px 0;
}
.deliver-add img.tick {
    position: absolute;
    top: 9px;
    right: -5px;
    width: 14px;
    background: #fff;
    border-radius: 13px;
}
.deliver-add {
    position: relative;
}
button.close {
    background: #fff;
    border: 1px solid #000;
    border-radius: 66px;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 30px;
    height: 30px;
}
form.form-form {
    width: 82%;
    margin: 30px auto;
}
form.form-form .form-control {
    width: 100%;
    border-radius: 34px;
    padding: 13px 30px;
    margin-top: 10px;
    border: 1px dashed #666;
}
form.form-form .form-control.submit-btn {
    background: #000;
    color: #fff;
}
form.form-form label {
    width: 100%;
}

.upload-design {
    background: url(../img/upload-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 5% 20% 3%;
}
.upload-design h4.section-title.mb-4 {
    font-size: 20px;
}
.bg-dark {
    background: #000;
    color: #fff;
    padding: 20px 55px;
    border-radius: 50px;
    font-size: 21px;
}
.btn:hover {
    color: #fff;
}
.form-control {
    background-color: #fff0;
}
.modal-content {
    background-color: #ffffffe3;
}
/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.store-text-top {
    border: 1px solid #000;
    padding: 45px 0;
    
    position: relative;
}
.shape-bt {
    position: absolute;
    z-index: 2;
    bottom: 40px;
}
.shape-bt img {
    max-width: 100%;
}

/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}
.table-cell-ver {
    display: table-cell;
    vertical-align: middle;
    height: 340px;
}

/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
}
a.btn.a-link img.img-fluid {
    max-width: 80%;
    float: left;
}
a.btn.a-link {
    padding: 0;
    position: relative;
    top: -7px;
}
button.btn.bg-dark[data-target="#UploadDesign"] {
    font-size: 20px;
    padding: 10px 25px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {

}

.owl-dots {
    /*height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;*/
}

.owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: .5s;
    border: 1px solid #000;
    border-radius:50px;
    display: inline-block;
        left: -29px;
}

.owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50px;
}

/*.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}*/
.owl-dots {
    text-align: center;
}

.fs-5 {
    font-size: 1rem !important;
}


.owl-dots .owl-dot.active::after {
    opacity: 1;
}

.owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.owl-dots .owl-dot.active img {
    opacity: 1;
}
.testi-bg {
    background: url(../img/testimonial-bg.jpg) center 100% no-repeat;
    background-size: contain;
    padding: 0 88px 45px;
}

.testi-bg .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: -65px;
    background: url(../img/icons/t-a-left.png);
    text-indent: -9999px;
    width: 47px;
    height: 47px;
}
.testi-bg .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: -65px;
    background: url(../img/icons/t-a-right.png);
    text-indent: -9999px;
    width: 47px;
    height: 47px;
}
.text-primary {
    color: #000000 !important;
}
.testi-bg .gallery-txt h3 {
    font-size: 4.5rem;
}
.testi-bg .display-4 {
    font-size: 2rem;
}
.blog-bg .gallery-txt h3 {
    font-size: 4.5rem;
}
.blog-bg .display-4 {
    font-size: 2rem;
}

.btn.read-more {
    color: #000;
    border: 1px solid #0000009c;
    padding: 0.375rem 1.2rem;
    font-size: 1rem;
    border-radius: 90px;
}
.p-img {
    /*position: relative;
    text-align: center;
    height: 265px;
    display: table-cell;
    width: 390px;
    vertical-align: middle;
    border-radius: 18px;
    */
    max-width: 390px;
    margin: 0 auto;
}
/*.p-img:after {
    content: '';
    width: 63%;
    height: 57%;
    right: -7px;
    bottom: -9px;
    background: #f4f4f4;
    position: absolute;
    z-index: -1;
    border-radius: 14px;
    border: 1px dashed #62747e66;
}
.p-img:before {
    content: '';
    width: 63%;
    height: 57%;
    left: -11px;
    top: -11px;
    background: #f4f4f4;
    position: absolute;
    z-index: -1;
    border-radius: 14px;
    border: 1px dashed #62747e66;
}*/
.col-md-2.header-left {
    margin: 9px 0;
}
.p-img img {
    border-radius: 14px;
}
.p-img img.bg-img {
    position: relative;
    border: 5px solid #fff;
    border-radius: 22px;
    width: 85%;
        z-index: 1;
}
.list-wrapper img {
    max-width: 93%; max-height: 410px; display: inline-block !important; border: 1px solid #ccc;}
.bg-saperator {
    background: #faf1e7;
    padding: 55px 0 10px;
}
.white-bg {
    background: #fff;
}
.about-home-wrapper {
    background: #e0e5e9;
    border-radius: 23px;
    overflow: hidden;
}
.home-about-description {
    padding: 65px 120px 65px 10px;
}
.rangeStartEnd {
    width: 100%;
    margin-bottom: 14px;
}
.border-left {
    border-left: 4px solid #0b498f;
    padding-left: 55px;
}
.view-more {
    font-weight: 500;
    font-size: 15px !important;
    cursor: pointer;
    color: #0b498f;
}
.view-more a {
    color: #db383e;
    text-decoration: underline;
}
.list-wrapper:hover .view-more{text-decoration: underline;}
ul.home-cat-top {
    padding: 0 5%;
    list-style: none;
    text-align: center;
}

ul.home-cat-top li {
    width: 18%;
    display: inline-block;
    margin-bottom: 40px;
}
ul.home-cat-top li .sub-cat-img-home {
    margin-bottom: 50px;
}
ul.home-cat-top li .sub-cat-img-home img {
    max-width: 80%;
}
ul.home-cat-top li .sub-cat-heading-home h4 {
    position: relative;
    font-size: 19px;
    text-transform: uppercase;
}
ul.home-cat-top li .sub-cat-heading-home h4:before {
    content: '';
    width: 60px;
    border-top: 1px solid #999;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -17px;
}
.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
}
.nav-tabs {
    border: 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
}
.prod-carousel-item a.btn.read-more {
    margin-top: 10px;
    width: auto;
    padding: 1px 15px;
}
.nav-tabs li {
    display: inline-block;
}
.nav-tabs li a {
    margin: 0 35px;
    font-size: 21px;
}
.nav-tabs li.active a {
    background: #e9a24f;
    color: #fff;
    padding: 7px 25px;
    border-radius: 50px;
}
.text-right {
    text-align: right;
}
.c-image {
    display: table-cell;
    text-align: center;
    height: 600px;
    vertical-align: middle;
    width: 375px;
}
.prod-carousel-home .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 375px;
}
.gallery-txt {
    position: relative;
    top: -30px;
}
.gallery-txt p {
    line-height: 10px;
    margin: 18px 0;
}
.prod-carousel-item a.btn.read-more {
    margin-top: 10px;
    width: auto;
}
.prod-carousel-home .owl-nav {
    display: block;
}
.prod-carousel-home .owl-nav .owl-prev, .related-p-l .owl-nav .owl-prev{
    position: absolute;
    top: 35%;
    left: -65px;
    background: url(../img/icons/left-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.prod-carousel-home .owl-nav .owl-next, .related-p-l .owl-nav .owl-next{
    position: absolute;
    top: 35%;
    right: -65px;
    background: url(../img/icons/right-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.container-fluid.about-us.py-5 {
    min-height: 500px;
}
.prod-carousel-item p {
    margin-bottom: 4px;
}
.t-text.text-center {
    border-bottom: 1px solid #0d4b8157;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 700;
    color: #ffffff;
    background: #0c497e;
    letter-spacing: 1px;
}
.blog-t-w img {
    width: 100%;
    border-radius: 11px 11px 0 0;
}
.b-text.bg-b {
    background: #e1cab4;
    border-radius: 0 0 11px 11px;
    padding: 27px 33px;
}
.author-detail a {
    color: #000;
}
.short-d {
    margin-bottom: 16px;
    margin-top: 8px;
    height: 50px;
    overflow: hidden;
}
.blog-bg img {
    width: 100%;
}
.divideri {
    border-top: 1px dashed #ccc;
    padding: 15px 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
img.blog-im {
    border-radius: 13px;
}
.blog-bg {
    width: 43%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.blog-bg .title {
    position: inherit;
    left: inherit;
    transform: inherit;
    font-size: 17px;
    margin: 0 0 9px 0;
    font-weight: 600;
}
.rungzbwasx {
    font-size: 28px;
}
/*.blog-bg:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 629px;
    right: -55%;
    top: 0;
    background: #efe3d9;
    border-radius: 100%;
    z-index: 1;
}*/
.galler-img {
    border-radius: 0 0 310px 310px;
    overflow: hidden;     border: 1px solid #dbb38f; width: 80%;
}
.banner-text a.btn.btn-primary.py-3.px-5.slideInLeft {
    padding: 5px 21px !important;
}
.galler-img img {
    max-width: 100%;
    padding: 0px 20px 20px 20px;
    border-radius: 0 0 310px 310px;
}
.gallery-txt h3 {
    font-size: 140px;
    color: #cccccc30;
    position: relative;
    top: 40px;
}
.gallery-txt p.section-title {
    width: 70%;
    margin: 0 auto;
}
/*****  Masonry Gallery start  ***/

section.gallery-m {
  column-width: 310px;
  column-gap: 30px;
  padding: 50px 5px;
}

section.gallery-m img {
  width: 100%;
  cursor: pointer;
      margin-bottom: 30px;
}


.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000; z-index: 999999;
}



.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}
.arrowl {
    border-radius: 0 15px 15px 0;
}
.arrowr{border-radius: 15px 0 0 15px;}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.lightbox .close {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.lightbox .close:after,
.lightbox .close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.lightbox .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
}

/****  End   ****/


/*** Footer ***/
.footer-links a.btn.btn-link {
    color: #000;
    display: inline-block;
    margin: 0 8px;
    padding: 0 0px;
}



.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::after {
    position: relative;
    content: "|";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-left: 20px;
}
.footer .divideri {
    margin: 0;
}
.footer .col-lg-12 {
    margin: 20px 0;
}


.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
    text-decoration: none;
}
.address p {
    margin-bottom: 0;
}
.address {
    margin-bottom: 18px;
}
.blog-detail h1:after{display:none;}
.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 9px 0;
    font-size: 15px;
    background: #eee2d6;
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.footer h3 {
    
    font-size: 20px;
    font-weight: 600 !important;
    color: #fff;
}



/*Common inner header page*/
.inner-page nav.navbar, .pd-banner {
    background: url(../img/inner-h-bg.jpg) 0 0;
    background-size: cover;
    position: relative;
}
.inner-banner {
        padding: 0;
    margin: 0; position: relative;
        border-bottom: 1px solid #feb872;
}

.inner-page h4.section-title {
    width: 97%;
    height: 290px;
    overflow: auto;
    padding-right: 15px;
    line-height: 35px;
    font-size: 18px;
}
.a1-img img {
    max-width: 100%;
}
.about-h-text {
    padding: 40px;
}
.border-right {
    border-right: 1px solid #ccc;
}
.about-sku .border-right {
    font-size: 20px;
}
.row.extends-info {
    border: 1px solid #ccc;
    width: 92%;
    margin: 0 auto;
    padding: 55px 0;
    border-radius: 20px;
}
.sku-head {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    width: 70%;
    position: relative;
    color: #db383e;
}
.sku-head:after {
    border-right: 1px solid #ccc;
    content: '';
    position: absolute;
    right: -55px;
    height: 100%;
    top: 0;
}
.about-sku .border-right .i-text img {
    max-width: 250px;
}
.sub-heading-aa {
    color: #2f2f2f;
    font-size: 25px;
    margin: 40px 0px;
}
.aa-des {
    width: 85%;
    margin: 0 auto;
}
.about-vision .aa-des {
    text-align: right;
}
.about-vision .aa-des p, .aa-des p {
    line-height: 30px;
    font-size: 17px;
}
section#section-about .about-vision .aa-des h2 {
    color: #FF5722;
    font-weight: 700 !important;
}
.border-right img {
    max-width: 100%;
}
.aa-des h6 {
    font-weight: 600 !important;
}
.i-text img {
    float: left;
}
.i-text {
    margin-bottom: 15px;
}

.a-des h3 {
    color: #FF5722;
    margin-bottom: 40px;
}
.a-des p {
    line-height: 30px;
    font-size: 17px;
}
.inner-banner h1 {
    margin-bottom: 3px !important;
}
.inner-banner h1:after{display:none;}
.breadcrumb {
    width: 100%;
    display: inline-block;     margin: 0;
}
.sub-text.cat-sub-text {
    padding: 35px 45px;
    height: 362px;
    overflow: auto;
    /*border: 1px solid #ccc;*/
    border-radius: 20px;
    margin-bottom: 45px;
}
.cat-image img {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 13px;
    width: 100%;
}
.breadcrumb ul li {
    display: inline-block; padding: 0 15px 0 15px;     font-size: 18px; 
} 
.breadcrumb ul li a {
    margin: 0;
    position: relative;
}
.breadcrumb ul li a:after {
    content: '/';
    position: absolute;
    right: -19px;
}
.inner-banner .page-title h2 {
    color: #000;
}
.f-des p {
    font-size: 18px;
}
body.inner-page {
    background: #eff3f4;
}
.divider-b:after {
    background: url(../img/divider-bn.png) 0 0 no-repeat;
    width: 100%;
    content: '';
    height: 50px;
    left: 0;
    bottom: -60px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
h2.divider-b {
    margin-bottom: 55px !important;
}
.about-us .divider-b::after {
    background: url(../img/divider-b.png) center 0 no-repeat;
}
.inner-page .footer .copyright {    
    background: #ebe7e1;
}
h4.one-liner {
    
    font-size: 20px;
}
.home-banner h1.display-1:after{display: none}

h2.display-5 {
    /*font-size: 3.8rem;*/
    font-size: 2.5rem;
}
.f-des.scroller-c {
    height: 212px;
    overflow: auto;
    padding-right: 25px;
}
.bor-right {
    border-right: 1px solid #ccc;
}
.product-wrapper .p-img {
    text-align: center;
}
.product-wrapper .p-img::after{display: none}
.product-wrapper .p-img img {
    max-width: 100%; max-height: 435px;    transition: 1s;
}
.product-wrapper .p-img img:hover {
    transform: scale(1.5);
    transition: 1s;
}
.product-wrapper {
    padding: 0 15px;
}
.p-code {
    font-size: 13px;
}
.product-wrapper .p-img {
   text-align: center;
    margin: 45px auto;
    height: 475px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 360px;
}
/*.p-name, .artist-name {
    margin-top: 30px;
}*/
.p-name h3 {
    font-size: 16px;
    
    color: #000;
    font-weight: 500 !important;
}
.short-de {
    font-size: 12px;
}
.artist-name {
    text-align: right;
}
.price {
    text-align: right;
}
/*.dropdown-menu {
    background-color: #e3e3e3eb;
}*/
.bg-dd {
    background: #000000e6;
}
.pagination ul {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    color: #000;
    border: 1px solid #000;
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 50px;
    padding: 8px 0;
        margin: 0 7px;
}
.pagination ul li.active a {
    border-color: #f7563a;
    color: #f7563a;
}
.pd-banner h1::after{display: none;}
.pd-banner h1{margin: 0 !important;}
.pd-banner h1{font-size: 45px !important;}

/* Zoom on detail page  */
.zoom {
    display:inline-block;
    position: relative;
}
.zoom img {
    display: block;     max-width: 100%;
}
span#ex1 {
    width: 100%;
    height: 475px;
    overflow: hidden;
}
.zoom img::selection { background-color: transparent; }

.text-left {
    text-align: left;
}
table.responsive-table td {
    padding: 5px 20px 5px 0;
}
.sel-price {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
}
.nprice {
    display: inline-block;
    font-size: 25px;
    margin: 0 20px;
    color: #999;
    text-decoration: line-through;
}
.price.text-left {
    border-top: 0px solid #999;
    border-bottom: 0px solid #999;
    padding: 0px 0 8px 0;
    margin: 0px 0 7px 0;
}
label.qty-l {
    margin-bottom: 12px;
    font-weight: 700;
}
.price.text-left p {
    display: inline-block;
    color: #666;
}
.pd-info {
   margin: 0px 0 0px;
    font-size: 17px;
}
.shipping-d p {
        font-size: 18px;
    line-height: 28px;
}
.enquire-btn {
    margin-bottom: 30px;
}
.enquire-btn a {
        background: #404040;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 11px 25px;
    border-radius: 4px;
    margin-right: 10px;
}
a.request-price-d {
    color: #000;
}
a.request-price-d img.wa-img-icon {
    position: relative;
    top: -4px;
}
.pd-info.pd-d label {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 0 0 8px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}
.pd-detail label {
    font-size: 20px;
    margin-bottom: 12px;
}
.pd-detail p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.pd-carousel {
    padding: 0 35px;
}
.pd-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
.pd-carousel .owl-prev {
    position: absolute;
    top: 35%;
    left: -25px;
    background: url(../img/icons/left-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.pd-carousel .owl-next {
    position: absolute;
    top: 35%;
    right: -25px;
    background: url(../img/icons/right-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.pd-carousel .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}
.pd-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.pd-carousel .owl-dots .owl-dot span {
   /* width: 15px;
    height: 15px;
    border: 1px solid #000;*/
    border-radius: 50px;
    display: inline-block;
    margin: 0 5px;
}
.pd-carousel .owl-dots .owl-dot.active span {
    background: #000;
}
.pd-carousel .owl-item img {
    display: inline-block;
    width: inherit; max-width: 98%; cursor: pointer; max-height: 600px;
}
a.wp-icon-bottom {
    position: fixed;
    bottom: 19px;
    left: 18px;
    z-index: 99;
}
a.request-price {
    background: none;
    width: auto;
    color: #000;
    font-size: 12px;
}
a.request-price img.wa-img-icon {
    width: 18px;
    height: 18px;
    margin: 0 3px;
    position: relative;
    top: -6px;
}
a.request-price img.wa-img-icon {
    width: 12px;
    height: 12px;
    top: -3px;
}
a.wp-icon-bottom img#style-9 {
    width: 60px;
    height: 60px;
}

.a-c-wrapper img {
    max-width: 100%; margin-bottom: 20px;     max-height: 300px;
}
.product-wrapper.a-c-wrapper a {
    font-size: 18px;
    color: #000;
}
.email-form input, .email-form textarea {
    border: 0;
    border-radius: 0;
    padding: 14px 10px;
    border-bottom: 1px solid #ccc;
}
.email-form label {
    margin-bottom: 12px;
}
form.email-form button.btn.btn-link {
    border: 1px solid #666;
    padding: 15px 33px;
    font-size: 20px;
    color: #000;
    margin-top: 43px;
}

.con-de{border-right: 1px dashed #ccc;}
.contact-de i {
    font-size: 20px;
    margin-right: 9px;
}
.contact-de h4 {
    display: inline-block;
}
.contact-de p {
    padding-left: 35px;
}
.contact-de {
    padding-top: 35px;
}
a.btn.btn-square.btn-outline-body.me-1 {
    margin: 0 12px 0 0 !important;
}
/*a.wishlist-ic {
    position: absolute;
    right: 0;
    top: 0;
}
a.wishlist-ic {
    position: absolute;
    right: 13px;
    top: 11px;
    z-index: 99;
    width: 29px;
    height: 29px;
    background: #ebebeb63;
    border-radius: 5px;
}*/
a.wishlist-ic {
    margin: 0 7px;
}
.product-wrapper a.wishlist-ic img:hover {
    transform: scale(1);
}
.wishlist table thead tr {
    border: 0;
    font-weight: 100;
    border-bottom: 1px solid #ccc;
}
.wishlist th {
    border: 0;
}
.wishlist th {
    border: 0;
    font-weight: 500;
    color: #000;
        font-size: 20px;
}
.wishlist th:nth-child(1) {
    width: 68px;
}
tbody.wishlist-items-wrapper tr {
    border: 0;
    border-bottom: 1px solid #ccc;
}
tbody.wishlist-items-wrapper tr td {
    border: 0;     vertical-align: middle;
}
tbody.wishlist-items-wrapper tr td:nth-child(2) {
    width: 110px; text-align: center;
}
tbody.wishlist-items-wrapper tr td:nth-child(3) {
    vertical-align: middle;
}
tbody.wishlist-items-wrapper tr td:nth-child(3) a {
    color: #000;
}
tbody.wishlist-items-wrapper td {
    font-size: 20px;
}
.btn.kvmbqowqqo {
    border: 1px solid #999;
}
.btn.kvmbqowqqo:hover{color:#000;}
.btn.w-link a {
    border: 1px solid #999;
    color: #999;
    padding: 5px 20px;
    border-radius: 46px;
}
.customFormEnquiryFurniturePageSubmit {
    border: 1px solid #000 !important;
    padding: 9px 0 !important;
    border-radius: 500px !important;
}
.checkout-cart {
    background: #000;
    color: #fff !important;
    font-size: 21px;
    padding: 8px 40px;
}
tbody.wishlist-items-wrapper tr td:nth-child(5) {
    width: 250px;     text-align: right;
}
.wishlist th:nth-child(5) {
    text-align: right;
}
.jqfayddvcx {
    text-align: left;
    position: relative;
    top: 13px;
    padding: 0 16px;
    max-height: 400px;
    overflow: auto;
        width: 100%;
}
.brands-wrapper {
    margin: 10px 5px 0px 5px;
}
.jqfayddvcx h4 {
    padding: 20px 0px 10px;
    border-bottom: 1px dashed #ccc;
    color: #FF5722;
}
li.fkqvvjbafi {
    display: inline-block;
}
li.fkqvvjbafi a {
    border: 1px solid #ccc;
    border-radius: 63px;
    color: #000;
    padding: 12px 30px;
    display: inline-block;
    margin: 12px 12px;
}
ul.apajvhdmqm {
    padding: 0;
}
li.fkqvvjbafi {
    display: inline-block;
    margin: 0px;
    padding: 0;
}
.blogs .cat-name-listing h2 {
    border-bottom: 0px dashed #ccc;
    padding: 0 0 0 0;
    
}
.blogs .cat-name-listing ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blogs .cat-name-listing ul li {
    display: inline-block;
}
.blogs .cat-name-listing ul li a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0 20px;
    border-radius: 31px;
    color: #000;
    font-size: 20px;
    margin: 15px 20px 0 0;
}
.cat-name-listing {
    border-bottom: 1px dashed #ccc;
    padding: 0 0 22px 0;
    margin-bottom: 35px;
}
.cat-listing-img img {
    max-width: 100%;
    max-height: 430px;
}
.cat-listing-img {
    text-align: center;
}
b, strong {
    font-weight: 600 !important;
}
.saperator {
    border-bottom: 1px dashed #ccc;
    margin: 25px 0;
}
.cat-listing-detail h2 a {
    color: #000;
    font-size: 28px;
    font-weight: 500;
}
.cat-listing-detail .blog-d-a {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #000;
    margin: 20px 0;
    padding: 7px 0;
}
.cat-listing-detail .blog-d-a span.badge {
    padding: 0;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin: 0 17px;
}
.blog-short-d {
    line-height: 26px;
}
.blog-detail {
    border-right: 1px dashed #ccc;
    padding: 0 45px 0 0;
}
.mb-7 {
    margin-bottom: 70px;
}
.blog-dd img {
    border-radius: 24px;
    margin: 12px 0;
}
.blog-cat {
    font-size: 20px;
}
.blog-dd .blog-d-a {
    margin: 12px 0;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 13px;
}
.blog-dd .blog-d-a span {
    margin: 20px;
}
.blog-dd p {
    text-align: left;
}
.side-bar {
    padding: 0 15px 0 20px;
}
.testi-pad .gallery-txt {
    top: inherit;
}
.side-bar.sticky-g {
    padding: 0 15px 0 20px;
    background: none;
    box-shadow: none;
    top: 70px;
}
.side-bar ul li {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
}
.side-bar ul li a {
    color: #000;
    font-size: 17px;
}
.shadow-sm1 div#navbarCollapse {
    position: fixed !important;
    top: 0;
    width: 100%;
}
.currentZoomImageSrc{
    /*position: absolute;left: 0;right: 0;margin-left: auto;margin-right: auto;  top: 10%;
    height: 80%;*/
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 10%;
    max-height: 1000px;
    padding-bottom: 100px;
}
.customZoomFunctionNext{
    position:absolute;right:0;top:45%;font-size:50px;color:black;cursor:pointer;background:rgb(255 255 255 / 45%);padding:20px; z-index: 99; border-radius: 15px 0 0 15px;
}
.customZoomFunctionPrev{
    position:absolute;left:0;top:45%;font-size:50px;color:black;cursor:pointer;background:rgb(255 255 255 / 45%);padding:20px;  border-radius: 0 15px 15px 0;
    z-index: 99;
}
.customZoomFunctionClose{
    position:absolute;right:20px;top:20px;font-size:30px;color:black;cursor:pointer; 
    z-index: 99;
}
.goToGallery {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0 20px;
    border-radius: 31px;
    color: #000;
    font-size: 20px;
    margin: 15px 20px 0 0;
    cursor: pointer;
}
.gmg img.customZoomFunction {
    max-width: 100%; cursor: pointer;     max-height: 250px;
}
.g-imgs {
    display: table-cell;
    vertical-align: middle;
    height: 250px;
    padding: 2px;
    /*border: 1px dashed #ccc;
    background: #fff;*/
        position: relative;     overflow: hidden;
}
.gmg {
    margin: 15px 0;
}
.jogkyqrtij {
    position: absolute;
    width: 99%;
    background: #ffffffdb;
    bottom: 1px;
    padding:7px 10px;
    text-align: center;
}
.gallery h3 {
    background: #df8b66e0;
    color: #000;
    padding: 15px 0;
    text-align: center;
}
.sticky-g {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    box-shadow: 0 4px 5px #7a7a7a26;
}
.customZoomFunctionHolder{
    background:rgb(245 245 245 / 94%);width:100%;height:100vh;position:fixed;top:0;z-index:99999
}
.main-img {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.filter-bg{
    background-size: cover;
    width: 100%;
    height: 100vh;
    filter: blur(50px);
    position: absolute;
    z-index: 1;
}
.out-ofstock{
    color: #56241b;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    text-align: right;
}
.enquire-btn a.out-of-stock {
    background: #c5c5c5;
}
form#contactForm .submitContactForm {
    background: #000;
    color: #fff;
    font-size: 25px;
    margin-top: 25px;
}
.pagination nav span, .pagination nav span a{
        display: inline-block;
    width: 41px;
    margin: 0 2px;
    height: 41px;
    border-radius: 47px;
    padding: 8px 0px !important;
    margin-bottom: 9px;
}

a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5 {
    display: inline-block;
    width: 41px;
    margin-left: 5px;
    height: 41px;
    padding: 6px !important;
    color: #000
}
span[aria-label="&laquo; Previous"], span[aria-label="Next &raquo;"] {
    display: none !important;
}
span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    padding: 8px 0px !important;
    background: #000 !important;
    color: #fff;
}
.pagination nav span.relative.z-0.inline-flex.shadow-sm.rounded-md {
    width: 100%;
    box-shadow: none !important;
}
a.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
        display: inline-block;
    width: 41px;
    height: 41px;
    padding: 6px !important;
    color: #000
}
.wishlist-icon.pd {
    display: inline-block;
    margin-right: 12px;
    float: left;
    position: relative;
    top: 7px;
    width: 32px;
}
h2.pd-title {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0 25px 25px 0;
}
.mobile-icons {
    display: none;
}
.inner-page div#navbarCollapse {
    top: 0;
}
.mob-dis-b{display:none;}
.mob-dis-none {
    display: inline-block;
        
}
.filter-w ul li.close-f.mob-dis-b {
    display: none;
}
img.errorpage {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.forgot-pwd {
    background: none;
    padding: 50px;
}
.forgot-pwd .submitForgotForm {
    background: #000;
    font-size: 22px;
}
.collapse.in {
    display: block;
}
.faq .card-header {
    padding: 0;
}
.faq .card-header a.card-link {
    width: 100%;
    display: inline-block;
    padding: 15px 15px;
    font-size: 20px;
    position: relative;
    transition: .5s;
}
.faq .card-header a.card-link:after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    position: absolute;
    right: 28px;
    transition: .5s;
}
a.card-link[aria-expanded="true"]:after {
    transform: rotate(180deg);
    transition: .5s;
}
.img-g-w:hover .xyqkinarxr {
    display:block;
}
.img-g-w .xyqkinarxr {
    position: absolute;
    z-index: 9;
    bottom: 45%;
    width: 100%;
    text-align: center;
    background: #ffffffdb;
    padding: 11px 0;
    transition: .5s;
    font-weight: 600;
    display:none;
}
.f-des.exe-height {
    height: 400px;
    overflow: auto;
    padding-right: 20px;

}
.bottomCaption {
    position: fixed;
    bottom: 7px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    z-index: 9999;
    font-weight: 600;
        display: none;
}

.exe-gallery-pro .product-wrapper .artist-name {
    display: none !important;
}
.pc-height-over {
    height: 120px;
    overflow: auto;
    padding-right: 20px;
}
a.cate-img {
    display: table-cell;
    height: 325px;
    vertical-align: middle;
    width: 310px;
}
.pd-hei-auto {
    /*height: 550px;*/
    overflow: auto;
    padding-right: 20px;
    margin-bottom: 25px;
}
.pd-hei-auto li {
    margin-bottom: 12px; list-style: auto;
}
form#outOfStockForm .modal-body {
    max-width: 75%;
    margin: 0 auto 28px;
}
form#outOfStockForm .modal-body label {
    margin-bottom: 9px !important;
}
form#outOfStockForm .modal-body input {
    margin-bottom: 15px;
    border-radius: 40px;
    padding: 15px 20px;
}
form#outOfStockForm .modal-body textarea#message {
    border-radius: 55px; padding: 15px 20px;
}
.gallery-txt a.btn.btn-primary.py-3.px-5.animated.slideInLeft {
    padding: 8px 20px !important;
    
}
.l-c-icons {
    display: inline-block;
}
.l-c-icons i.bi {
    font-size: 19px;
}
.pd-detail.prod-padd h4 {
    font-weight: 300 !important;
    font-size: 35px;
    margin-bottom: 12px;
    
}
.video-prod-wrap {
    display: none;
}
.pd-hei-auto h5 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500 !important;
    font-size: 16px;
}
.pd-detail.prod-padd blockquote {
    border-left: 5px solid #eacca4;
    padding: 0 25px;
    color: #eacca4;
    border-right: 5px solid #eacca4;
    text-align: center;
    margin: 24px 0 0 0;
    width: 94%;
}


.filters-w {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 45px;
    position: relative;
}

.filter-w ul {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}
.filter-w ul li {
    display: inline-block;
    margin: 0 25px;
}
.filter-w.text-right label {
    float: none;
}
.filter-w.text-right ul {
    float: right;
}
.filter-open {
    display: none;
    position: absolute;
    background: #ffffffe8;
    width: 100%;
    left: 0;
    top: 51px;
    z-index: 99999;
    padding: 40px 30px;
    height: 300px;
    overflow: auto;
}
.filter-open.sort-by-open {
    width: auto;
    right: 0;
    left: inherit;
    height: auto;
    padding: 15px;
    text-align: left;
}
.filter-open li {
    width: 20%;
    margin-bottom: 10px !important;
    display: inline-block;
}
.filter-w ul li h5 {
    
    font-size: 17px;
    margin-bottom: 0;
    position: relative;
        cursor: pointer;
}
.apply-filter {
    display: inline-block;
    width: 100%;
    padding: 0px 0 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
li.rtffrnxqhf {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 0 20px !important;
}
.filter-open.sort-by-open li.fyitbmnteo {
    width: 70%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.apply-filter label {
    float: left;
    width: auto;
    margin-right: 20px;
}
.apply-filter ul {
    padding: 0;
    list-style: none;
    margin: 0;
    float: left;
}
.apply-filter ul li {
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 4px;
    margin-bottom: 10px;
}
.filter-w ul li h5:after {
    content: '>';
    position: absolute;
    right: -16px;
    top: 1px;
    transform: rotate(90deg);
    transition: .5s;
}
.filter-w ul li h5.select {
    font-weight: 600 !important;
}
.filter-open ul {
    width: 100%;
}
.eewslarhuc img {
    max-width: 48px;
}
.apply-filter .ueqiiddzfh {
    width: 84%;
    float: left;
}
ul.cdiegovsjz a {
    width: 13px;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    position: relative;
    top: -1px;
    background: #000;
    color: #fff;
        margin: 0 10px;
}
.fcfttjznrn {
    margin-bottom: 25px;
}
.lgmhftblcj {
    position: relative;
    text-align: right;
    font-size: 11px;
}

.btn.btn-primary.umpztwnsag {
    width: 100%;
    margin-bottom: 15px;
}
.btn.btn-primary.wvenapoqev {
    width: 100%;
}
.btoteepntj {
    text-align: center;
    border: 1px solid #0000002b;
    border-radius: 5px;
    padding: 3px 4px;
    width: fit-content;
    /*margin: 0 auto;*/
}
.enquire.show-form .error {
    color: #000;
    font-size: 14px;
}
a.t-btn {
    border: 1px solid #ccc;
    padding: 10px 23px;
    display: inline-block;
    border-radius: 50px;
    font-size: 25px;
    margin: 30px 0;
}

.col-sm-12.product-left {
    text-align: center;
}
.easyzoom.easyzoom--overlay {
    width: 70%; float: right;
}
.additional-carousel {
    position: relative;
    width: 145px;
    float: left;
}
.additional-carousel li {
    border: 1px solid #ccc;
    border-radius: 19px;
    overflow: hidden;
    margin-top: 15px;
    width: 79%;
}
.easyzoom-flyout {
    display: none;
}
.btn.btn-primary.fryeoxwpcd.sticky-btn {
    position: fixed;
    top: 278px;
    right: 60px;
    z-index: 1;
    background: #fff;
    color: #000;
}

/* Responsive css Start  */
@media (max-width: 1400px) {
    .banner-text {    
        bottom: 13%;    
        width: 60%;    
    }
    .short-des {
        width: 97%;
        line-height: 35px;
    }
    .upload-design {
        padding: 5% 8% 3%;
    }
    .inner-page h4.section-title {
        width: 100%;
        
        height: 195px;
        overflow: auto;
        padding-right: 20px;
    }
    .navbar-light .navbar-brand img.me-3 {
        max-width: 150px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    img.h-f-i {
        max-width: 100%;
    }
    .navbar-expand-lg .navbar-toggler {
        display: inline-block;
    }
    .mobile-icons {
        display: block;
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 999;
        text-align: right;
        margin-top: 0;
        width: 100%;
    }
    .navbar-expand-lg .navbar-collapse {
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        top: -61px;
        overflow: auto;
        height: 600px;
        z-index: 99;
        padding: 25px 0 0 0;
    }
    .l-c-icons {
        padding-right: 0;
        position: absolute;
        right: 100px;
        top: -1px;
        display: none;
    }
    .mobile-icons .l-c-icons {
        display: block;
    }
    .navbar .navbar-nav .nav-link {
        width: 87%;
    }
    .mobile-dn {
        display: none !important;
    }
    .nav-item.dropdown {
        display: inline-block;
        position: relative;
        width: 100%;
    }
}
@media (max-width: 768px) {
    
    .banner-text h1.display-1.slideInDown {
        font-size: 30px !important;
    }
    .home-tc {
        text-align: center;
    }
    .c-image {
        height: 330px;
        
    }
    .prod-carousel-item .col-lg-6.text-right {
        text-align: left;
    }
    .artist-name {
        text-align: left;
    }
    .galler-img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .navbar-expand-lg .navbar-collapse {
        display: none;
    }
    .banner-text {
        bottom: 9%;
        width: 90%;
            left: 0;
    }
    button.btn.bg-dark[data-target="#UploadDesign"] {
        font-size: 17px;
        padding: 10px 15px; 
    }
    .short-des {
        line-height: 29px;
    }
    .lgmhftblcj {
        position: relative;
        text-align: right;
        font-size: 11px;
        bottom: -58px;
    }
    
    .banner-text h1 {
        font-size: 20px !important;
    }
    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        width: 76%;
        margin: 0 auto;
    }
    .navbar-light .navbar-brand img.me-3 {
        max-width: 130px;
    }
    img.h-f-i {
        width: 100%; margin-bottom: 28px; /*display: none;*/
    }
    
    .gallery-txt h3 {
        font-size: 95px;
    }
    .testi-bg {
        background: url(../img/testimonial-bg.jpg) center 100% no-repeat;
        background-size: cover;
        padding: 0;
        width: 100%;
    }
    .testi-bg .gallery-txt h3 {
        font-size: 50px;
        top: 28px;
    }
    .testi-bg .owl-nav.disabled {
        display: none;
    }
    
    .display-5 {
        font-size: 28px;
    }
    .testi-bg .owl-nav .owl-prev {
        top: 5%;
        left: 0;
    }
    .testi-bg .owl-nav .owl-next {
        top: 5%;
       right: 0;
    }
    .blog-bg {
        width: 100%;
    }
    .blog-bg .gallery-txt h3 {
        font-size: 44px;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: auto;
    }
    .header-carousel .owl-carousel-item img {
        position: inherit;
     
    }
    .mobile-icons {
        display: block;
    }
    .navbar-brand {
        margin-left: 0 !important;
        position: absolute;
        left: 26px;
        z-index: 99;
        top: 0;
    }
    .mobile-icons {
        display: block;
        /*position: absolute;*/
        top: 40px;
        right: 0;
        z-index: 999;
        text-align: right;
        margin-top: 75px;
    }
    .navbar.sticky-top {
        position: absolute;
        height: 235px;
        background: linear-gradient(180deg, #fff, #ffffff0a);
    }
   
    .mobile-icons button.navbar-toggler {
        position: absolute;
        top: 36px;
        right: 0;
        padding: 0;
        border: 0;
    }
    .mobile-icons .afhnheugug.search-box {
        position: absolute;
        top: 133px; background: #fffffff2;
    }
    
    .mobile-icons .l-c-icons {
        display: inline-block;
        position: absolute;
        top: 30px;
        right: 63px;
        padding: 0;
    }
    .currency-w {
        display: inline-block;
        position: relative;
        top: 2px;
    }
    .currency-w img.img-fluid {
        width: 12px;
    }
    .currency-w a {
        font-size: 14px;
    }
    .l-c-icons ul li img.img-fluid {
        width: 17px;
    }
    .navbar-expand-lg .navbar-collapse {
        top: 3px; overflow: auto;
    height: 600px; z-index: 99;
    }
    .navbar .navbar-nav a.nav-item.nav-link {
        width: 100%;
        text-align: left;
    }
    .nav-item.dropdown {
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
        width: 100%;
    }
    .navbar .dropdown-toggle::after {
        right: 27px;
        position: absolute;
    }
    .mobile-open {
        display: block;
        position: inherit !important;
    }
    .navbar-nav .dropdown-menu a.dropdown-item {
        width: 100%;
        margin: 0;
        padding: 10px 25px;
    }
    .mobile-dn{display:none !important;}
    .table-cell-ver {
        height: auto;
    }
    .py-5 {
        padding-top: 0rem !important;
    }
    .home-tc {
        text-align: center;
    }
    .home-banner .owl-prev {
        left: 12px;
        top: 40px;
    }
    .home-banner .owl-next {
        right: 12px;
        top: 40px;
    }
    .prod-carousel-home .owl-nav .owl-next {
        right: 0;
    }
    .prod-carousel-home .owl-nav .owl-prev{
        left: 0;
    }
    .upload-design {
        padding: 5% 8% 16%;
    }
    .bg-tringle{text-align: center;}
    .prod-w {
        text-align: center;
    }
    .bg-tringle h3.display-5 {
        text-align: center;
    }
    .c-image {
        height: 400px;
    }
    .prod-text {
        width: 100%;
        max-width: 100%;
    }
    .prod-carousel-home .c-image img {
        /*height: 400px;*/
        width: auto;
        margin: 0 auto;
            max-width: 100%;
    }
    .bg-tringle ul.nav.nav-tabs li a {
        font-size: 15px;
        margin: 0 7px;
    }
    
    .artist-name {
        text-align: left;
    }
    .testi-pad {
        padding: 0 20px 40px !important;
    }
    img.blog-im {
        margin: 20px 0;
    }
    .footer-links a.btn.btn-link {
        width: 90%;
    }
   .footer-links a.btn.btn-link {
        color: #000;
        display: inline-block;
        margin: 0;
        padding: 9px 0px;
        width: 49%;
        border-bottom: 0px dashed #565656;
        border-radius: 0;
        font-size: 15px;
    }
    .footer-links a.btn.btn-link:nth-child(2n+1) {
        text-align: right;
    }
    .footer a {
        color: #000;
    }
    .footer-links {
        padding: 0 15px;
    }
    .footer .divideri {
        display: none;
    }
    .footer .btn.btn-link::after{display:none;}
    .mob-dis-b{display:block;}
    .f-text-left {
        text-align: left !important;
    }
    .footer .copyright {
        padding: 20px 0 95px 0;
    }
    .footer .copyright .col-md-6.text-left {
        text-align: center;
    }
    .footer {
        background: #e1d1c3;
    }
    body.inner-page nav.navbar.sticky-top {
        height: 134px;
    }
    .f-des.m-5 {
        margin: 35px 0 !important;
    }
   /* .inner-page h4.section-title {
        height: auto;
    }*/
    .prod-carousel-home .col-lg-8.text-left {
        width: 48%;
    }
    .inner-banner .col-lg-7.text-center.wow.fadeIn.p-5 {
        border-bottom: 1px dashed #333;
    }
    .bor-right {
        border-right: 0px solid #ccc;
    }
    .pagination a {
        display: inline-block;
        margin-bottom: 4px;
    }
    .f-des.scroller-c {
        height: auto;
        overflow: auto;
        padding-right: 0;
    }
    .price {
        text-align: left;
    }
    .product-wrapper {
        padding: 2px 2px; border-bottom: 0px dashed #999; padding-bottom: 0 !important;
        margin-bottom: 12px; margin-top: 12px;
    }
    h4.one-liner {
        
        font-size: 27px;
        margin: 0 !important;
    }
    .mob-dis-none {
        display: none;
    }
    h2.pd-title {
        display: inline-block;
        float: left;
        width: 80%;
    }
    .product-page {
        padding: 0 15px !important;
    }
    .prod-padd {
        padding: 0 10px !important; margin-bottom: 25px; margin-top: 20px;
    }
    .enquire-btn a {
        width: 100%;
        margin-bottom: 15px;
    }
    .col-md-8.copyright_text {
        text-align: center;
    }
    
    .inner-page .footer .copyright .text-right {
        text-align: center;
    }
    .login {
        padding: 0 38px;
    }
    .login-d {
        padding: 25px 0 !important;
        background: none;
        border: 0;
    }
    .login .submitLoginForm, .login .submitRegisterForm, .my-account input.form-control.btn.btn-link {
        width: 100%;
    }
    .out-ofstock {
        text-align: left;
    }
    .pad-z {
        padding: 0;
    }
    .btn.w-link a {
        padding: 5px 37px;
        display: inline-block;
    }
    tbody.wishlist-items-wrapper tr td:nth-child(5) {
     
        text-align: center; padding-bottom: 20px;
    }
    .currentZoomImageSrc {
        height: auto;
        max-width: 100%;
        padding-bottom: 75px;
    }
    body.inner-page .bottomCaption {
        display: none;
    }
    h1 {
        font-size: 20px !important;
    }
    .inner-page h4.section-title {
     line-height: 27px;
    font-size: 16px;
    }
    .f-des p {
        font-size: 15px;
    }
    h4.one-liner {
        font-size: 18px;
    }
    h2.display-5 {
        font-size: 2rem;
    }
    .product-wrapper.a-c-wrapper a {
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
    }
    .product-wrapper .p-img {
        height: 225px;
    }
/*    .col-lg-4, .col-lg-3 {
        width: 47%;
        background: #fff;
        margin: 0 5px;
        margin-bottom: 15px;
    }*/
    .footer .col-lg-4,.footer .col-lg-3 {
        width: 100%;
        background: none;     padding: 0 25px;
    }
    .f-des.exe-height {
        height: 200px;
        overflow: auto;
        padding-right: 20px;
        margin-bottom: 65px;
    }
    
    a.wishlist-ic {
        right: -9px;
        top: -8px;
    }
    .g-imgs {
        height: 180px;
        padding: 0px;
        border: 0px dashed #ccc;
    }
    .customZoomFunctionNext, .customZoomFunctionPrev {
         padding: 2px;
    }
    a.cate-img {
        display: table-cell;
        height: 155px;
        vertical-align: middle;
        width: 310px;
    }
    .pd-carousel .owl-item img {
        max-height: 200px;
    }
    .pd-hei-auto {
        
        overflow: auto;
        margin-bottom: 25px;
    }
    .prod-carousel-home .col-lg-4 {
        margin-bottom: 0;
        margin-top: 33px;
        background: none;
        text-align: center;
    }
    a.wishlist-ic {
        right: 0;
        top: 0;
    }
    a.wishlist-ic {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 1;
    }
    .prod-carousel-home .col-lg-8.text-left {
        width: 48%;
    }
    .prod-carousel-home .artist-name {
        text-align: right;
    }
    .product-wrapper .p-img img {
        max-width: 100%;
        max-height: 197px;
        transition: 1s;
        margin-bottom: 20px;
    }
    .contact-us .col-lg-6.px-5 {
        padding: 0 13px !important;
        border: 0;
    }
    .bg-dark {
        background: #000;
        color: #fff;
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 15px;
    }
    .header-carousel .owl-dots {
        bottom: 3px;
        right: 0;
    }
    .owl-dots .owl-dot{left: 0;}
    .col-lg-3.gmg {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .footer .copyright .col-md-6.mb-3.mb-md-0.text-right {
        text-align: center;
    }
    .full-width {
        width: 98%;
        padding-top: 25px;
    }
    .footer h3 {
        margin-bottom: 7px !important;
        margin-top: 20px;
    }
    
    .wishlist .table>thead{display:none;}
    tbody.wishlist-items-wrapper tr td:first-child {
        display: none;
    }
    tbody.wishlist-items-wrapper td {
        display: block;
        width: 100% !important;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    tbody.wishlist-items-wrapper img {
        height: 220px !important;
        max-width: 100%;
    }
    tbody.wishlist-items-wrapper tr td:nth-child(2) {
        padding-top: 20px; padding-bottom: 20px;
    }
    .inner-banner .p-5 {
        padding: 3rem 3rem 0 !important;
    }
    .inner-banner h4.section-title {
        margin-bottom: 3rem;
    }
    .p-img {
        position: relative;
        margin: 0px 0 0px;
        height: auto !important;
        max-width: 100% !important;
    }
    .prod-carousel-home .col-lg-6 {
        width: 50%;
    }
    .filters-w {
        padding: 0;
        border-top: 0px solid #ccc;
        border-bottom: 0px solid #ccc;
        margin-top: 0;
        position: relative;
    }
    .filters-w .col-lg-6 {
        width: 50%;
    }
    .filters-w .col-lg-6:first-child {
        border-right: 1px solid #ccc;
    }
    .filters-w {
        top: -17px;
    }
    .filter-w ul {
        display: none;
        width: 100%;
        background: #ebebeb;
        padding: 10px 0;
        position: absolute;
        top: 48px;
        left: 0;
        z-index: 99999999999;
    }
   /* .filter-w ul li {
        display: inline-block;
        margin: 0px 16px;
        width: 87%;
        position: relative;
    }*/
    .filter-open li {
        width: 80%;
    }
    .apply-filter {
        display: inline-block;
        width: 100%;
        padding: 0 0 17px 0;
    }
    .apply-filter ul li {
        margin: 0 15px 15px 0px;
        display: inline-block;
    }
    .filter-w {
        padding: 12px 12px 6px; text-align: center;
        
    }
   .cate-list a.cate-img {
        width: 50%;
        display: table-cell;
    }
    .cate-list img {
        max-width: 100%;
        margin-bottom: 20px;
        max-height: 155px;
    }
    .filter-w ul li h5 {
        margin-bottom: 18px; height: 45px;
    }
    .filter-open ul {
        display: block;
        top: 0;
    }
    .filter-open {
        top: 77px;
    }
    .filter-w ul li.close-f.mob-dis-b {
        display: block;
        position: absolute;
        right: 0;
        background: #ebebeb;
        width: 100%;
        left: -25px;
        text-align: right;
        padding-right: 16px;
        padding-bottom: 10px;
        font-size: 12px;
        top: 51px;
    }
    .upload-design h4.section-title.mb-4 {
        
        line-height: 16px;
        font-size: 20px;
        display: inline-block;
        margin: 0 !important;
    }
    .upload-design button.btn.bg-dark {
        display: inline-block;
        margin-top: 18px;
    }
    a.request-price {
        font-size: 14px;
    }
    .sticky-g {
        position: inherit;
    }
    .blog-detail {
        border-right: 0px dashed #ccc;
        padding: 0 10px;
    }
    .side-bar.sticky-g {
        padding: 18px 0 0 0;
        background: none;
        box-shadow: none;
        top: 70px;
        border-top: 1px solid #ccc;
        margin-top: 20px;
    }
    .cat-listing-detail .blog-d-a span.badge {
       
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .blog-dd .blog-d-a span {
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    .blog-dd .blog-d-a span.mob-dis-none {
        display: none;
    }
    .sort-by ul {
        display: inline-block !important;
        width: auto;
        background: none;
        position: inherit;
        margin: 0;
        padding: 0;
    }
    .filter-open.sort-by-open {
        width: 170px;
        right: 0;
        left: inherit;
        height: auto;
        padding: 15px;
        text-align: left;
        top: 56px;
        height:105px;
    }
    .sort-by h5 {
        margin: 0 !important;
    }
    .fcfttjznrn {
        margin-bottom: 0;
    }
    .blog-ddess img {
        width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    
}


body::-webkit-scrollbar {
  width: 10px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #ccc;
}

.inner-page h4.section-title::-webkit-scrollbar {
  width: 3px;
}
.inner-page h4.section-title::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.inner-page h4.section-title::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}

.f-des.scroller-c::-webkit-scrollbar {
  width: 3px;
}

.f-des.scroller-c::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.f-des.scroller-c::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}



.exe-height::-webkit-scrollbar {
  width: 3px;
}

.exe-height::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.exe-height::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}

.pc-height-over::-webkit-scrollbar {
  width: 3px;
}

.pc-height-over::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pc-height-over::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}


.pd-hei-auto::-webkit-scrollbar {
  width: 3px;
}

.pd-hei-auto::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pd-hei-auto::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}


.filter-open::-webkit-scrollbar {
  width: 3px;
}

.filter-open::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filter-open::-webkit-scrollbar-thumb {
  background-color: #795548;
  outline: 1px solid #795548;
}
.customMessage{
    display:none;
}
.showSuccess{
    background: #b9edb9;
    color: black;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    width: 250px;
    text-align: center;
    z-index: 99999;
}
.showError{
    background: #edb9b9;
    color: black;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    width: 250px;
    text-align: center;
    z-index: 99999;
}
header.header {
    width: 100%;
    z-index: 9;    
    position:relative;
        border-bottom: 3px solid #db383e;
}

.header-container {
    position: relative;
}
body.inner-page {
    background: #fff;
    overflow-x: hidden;
}
header .header-container .header-right {
    position: static;
    text-align: right;
}
.navbar-nav .nav-link {
    
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.5;
    
     text-transform: uppercase;
     position: relative;
}
li.db-pdf a.nav-item.nav-link {
    border: 1px solid #b6551a;
    padding: 6px 18px;
    color: #b6551a;
}
.navbar-nav .nav-link:after {
    content: '/';
    right: -25px;
    position: absolute;
}
/* .page-title {
    position: absolute;
    width: 100%;
    top: 47%;
}*/
.inner-banner .page-title {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    padding: 0 80px;
}

.product-banner .page-title{
    text-align: left;
    position: inherit;
    width: 100%;
    top: inherit;
    transform: inherit;
    left: auto;
    padding: 0 80px;
}
.b-t-b {
    border-top: 0px solid #ccc;
    border-bottom: 1px solid #db383e;
    margin: 0px 0;
}
.pd-hei-auto table td {
    border: 1px solid #ccc;
    padding: 13px 20px;
}
.pd-hei-auto table tbody tr:first-child {
    background: #db383e;
    color: #fff;
}
.breadcrumb ul {
    padding: 0;
}
.product-banner .breadcrumb {
    margin: 15px 0 0 0;
}
.ser-detail p {
    font-size: 17px;
    line-height: 35px;
}
.bg-filter {
    border-bottom: 1px solid #f3a14f;
    margin-bottom: 30px;
    padding: 16px 0;
    position: relative;
    margin-top: -35px;
}
.right-side-bar ul a {
    border-bottom: 1px solid #000000;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.right-side-bar ul {
    padding: 0;
    list-style: none;
}
.right-side-bar h3 {
    border-bottom: 1px solid #999;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
.right-side-bar {
    background: antiquewhite;
    padding: 40px;
}
.list-page-content {
    width: 100%;
    margin: 0 auto;
    background-position: center 0 !important;
    padding: 0px 18px;
}
.bg-filter div#accordion {
    display: flex;
    justify-content: space-between;
}
.inner-banner-img {
    text-align: center;
}
.inner-banner img {
    max-width: 100%; 
}
.c-name-img {
    display: inline-block;
}
.c-name-img img {
    border-radius: 200px;
    max-width: 200px;
    border: 1px solid #f3a14f;
}
.c-name-img {
    display: inline-block;
    margin: 0 20px;
}
.sub-cat-name-listing {
    padding: 50px 0;
}
.c-name-img {
    display: inline-block;
    margin: 0 20px 30px 20px;
    letter-spacing: 1px;
    font-size: 18px;
}
.c-name-img img {
    border-radius: 200px;
    max-width: 200px;
    border: 1px solid #f3a14f;
    margin-bottom: 15px;
}
h4.panel-title img {
    width: 14px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
h4.panel-title {
    font-size: 16px; margin: 0; display: inline-block;
    width: 100%;
}
.p-description h4.panel-title a {
    display: inline-block;
    width: 100%;
    color: #c76400;
    font-weight: 500;
        position: relative;
}
.p-description h4.panel-title a:after {
    content: '^';
    right: 0;
    position: absolute;
    top: 0px;
    transform: rotate(180deg);
    font-family: cursive;
}
.p-description .panel.panel-default {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.bg-filter .panel-collapse {
    position: absolute;
    background: #fff;
    left: -7px;
    top: 60px;
    padding: 14px;
    box-shadow: 0 0 13px #ccc;
    z-index: 99;
    width: 100%;
}
.store-cat-w {
    padding: 5px 0;
    border-top: 2px solid #e9e7e8;
    border-bottom: 2px solid #e9e7e8;
    margin-bottom: 20px;
    margin-top: 85px;
}


.store-cat-w{
    padding: 5px 0;
    border-top: 2px solid #e9e7e8;
    border-bottom: 2px solid #e9e7e8;
    margin-bottom: 20px; margin-top: 25px;
}
.store-cat{background: url('../img/form-s-bg.jpg'); text-align: center; position: relative; background-repeat: no-repeat; background-size: cover; padding-bottom: 70px !important; padding-top: 65px;}
.store-cat .form-heading {
    display: inline-block;
    padding: 10px;
    width: 100%;
    text-align:center;
}
.list-page-w .form-heading {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}
.form-heading.text-center label {
    font-size: 27px;
}

.form-bg input.form-input {
    background: none;
    border: 0;
    border-bottom: 2px solid #9f9f9f;
    border-radius: inherit;
    font-size: 24px;
    color: #000;
    padding: 0 0 20px 0;     width: 100%;
}
.form-bg input[type="button"].form-input {
    border: 2px solid #9f9f9f;
    padding: 10px 10px;
    font-weight: 400;
    border-radius: 100px;
}
.sub-cat-list {
    text-align: center;     position: relative;     padding: 50px 0;
}
.sub-cat-list .owl-prev, .blog-carousel-home .owl-prev, .prod-carousel-home .owl-prev, .testimonial-carousel .owl-prev, .home-cat-top-carousel .owl-prev{
    position: absolute;
    left: -55px;
    top: 35%;
    background: url('../img/left-arrow.png') no-repeat center center !important;
}
.sub-cat-list .owl-next, .blog-carousel-home .owl-next, .prod-carousel-home .owl-next, .testimonial-carousel .owl-next, .home-cat-top-carousel .owl-next{
    position: absolute;
    right: -55px;
    top: 35%;
    background: url('../img/right-arrow.png') no-repeat center center !important;
}

.brand-bg-saperator .owl-prev{
    
    background: url('../img/icons/left-arrow-w.png') no-repeat center center !important;
    width: 50px !important;
    height: 27px;
    position: absolute;
    left: 0;
}
.brand-bg-saperator .owl-next{
    
    background: url('../img/icons/right-arrow-w.png') no-repeat center center !important;
    width: 50px !important;
    height: 27px;
    position: absolute;
    right: 0;
}
a.brandImage {
    display: inline-block;
    width: 100%;
}
.brand-bg-saperator .owl-nav {
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    width: 180px;
    left: 45px;
    height: 60px;
}
.brand-imag.position-relative img {
    max-width: 100%;
}
a.brand-icon {
    display: inline;
    position: absolute;
    bottom: 0;
    left: 0;
}
.quote-img img {
    max-width: 23px;
}
.quote-img.q-img2 img {
    display: inline-block;
}
.quote-img.q-img2 {
    text-align: right;
}
.t-des {
    min-height: 110px;
}
.be-geniune{
    background: url('../img/genuine-bg.jpg') no-repeat center center;
    height:100%;
    text-align: center;     padding: 140px 70px 70px 70px;
}
.p-140{padding: 140px 70px 0px 70px;}
.blog-title {
    text-align: left;
    margin-bottom: 20px;
}
.blog-title h2 span {
    color: #a43905;
}

.footer-top {
    background: #faf1e8;     z-index: 3;
}
.pm-5 {
    margin-left: 50px;
    width: 40%;
}
.con-details ul {
    list-style: none;     text-align: center; padding: 0;
}
.con-details ul li {
        border: 1px solid #ccc;
    padding: 30px 0 0;
    width: /*25%;*/30%;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    margin: 27px;
}
.product-page .rangeStartEnd {
    display: inline-block;
    margin: 15px 0;
}
.product-page .rangeStartEnd div {
    display: inline-block;
    margin-right: 15px;
    font-size: 25px;
}
img.max-w {
    max-width: 100%;
}
.text-left.padd-a {
    padding: 164px 80px;
}
.con-details ul li .icons i {
    font-size: 50px;
}
.con-details ul li div {
    display: block;
    margin-bottom: 25px;
}
.c-text strong {
    font-size: 21px;
    font-weight: 300 !important;
}
.c-text {
    font-size: 20px;
    font-weight: 300;
}
.text-center-footer {
    padding: 30px 30px 175px 30px;
}
blockquote {
    width: 75%;
    margin: 40px auto 5px;
    font-size: 21px;
    background: url(../img/quote.jpg) 0 0 no-repeat;
    padding: 0 0 0 50px;
    font-style: italic;
}
.footertopHomenoneClass {
    display: none;
}
.about-vision a.btn.btn-link {
    border: 1px solid #000;
    text-decoration: none;
    padding: 8px 35px;
    border-radius: 0;
    color: #000;
}
.about-vision blockquote {
    width: 100%;
}
.z-ind-3 {
    position: relative;
    z-index: 3;
}
.video-home {
    position: relative;
}
.be-geniune .btn-link {
    text-align: right;
}
.be-geniune .btn-link a {
    text-transform: uppercase;
    text-decoration: underline;
}
.video-home .btn-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff78;
    border-radius: 1000px;
    padding: 16px;
    animation: grow 1s infinite;
    backdrop-filter: blur(6px);
}
@keyframes grow {
  0% {
    box-shadow: 0px 0px 1em #000;
  }
  50% {
    box-shadow: 0px 0px 6em #000;
  }
  100% {
    box-shadow: 0px 0px 1em #000;
  }
}
.p-image {
    position: relative; text-align: center;
}
.owl-theme .owl-nav [class*=owl-] {
    background: none;
    text-indent: -9999999px;
    overflow: hidden;
    width: 30px;
}
.sub-cat-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sub-cat-list ul li {
    display: inline-block;
    margin: 0 8px; font-weight: 600;
}
.home-padding-top .sub-cat-list ul li {
    margin-bottom: 40px; width: 110px;
}
.home-padding-top .sub-cat-list li a {
    display: inline-block;
}
.sub-cat-heading-home {
    display: grid; text-align: center;
}
.pos-top-v {
    position: relative;
    top: -18px;
}
a.color-white {
    display: inline-block;
    color: #fff;
}
.sub-cat-list ul li img {
    max-width: 240px;
    margin-bottom: 19px;
}
.list-page-w div#primary.content-area {
    padding: 0px 0 0 0;
}
.filter-w.row {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.filter-w.row label {
    display: inline-block;
    margin-right: 13px;
}
.col-md-6.text-right {
    text-align: right;
}
.dropdown {
    display: inline-block;
}
.dropdown select {
    border: 0;
    font-size: 18px;
    background: none !important;
    border: 1px solid #747474;
    padding: 0 2px 0px 2px;
}
.dd-menu-lv-one {
    display: inline-block;
    position: relative;
    width: 100%;
}

.saperator {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 25px 0 0 0;
    margin-top: 25px;
}
.dropdown.brands:hover .sub-cat-name{opacity: 1}
.list-wrapper {
    border-right: 0px solid #ccc;
    padding: 8px 0 12px 3px;
    /*box-shadow: 0 0 5px #fff;*/
    border-radius: 20px;
    text-align: center;
    transition: .5s;
    position: relative;
}
.p-img {
    transform: rotateY(0deg);
    transition: .5s;
}
.list-wrapper:hover .p-img {
    transform: rotateY(180deg);
    transition: .5s;
}
.form-control{    appearance: auto;}
.p-text {
    padding: 19px 9px;
}
.p-text h6 {
    font-size: 17px;
    font-weight: 400 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
        margin-bottom: 0;
        text-transform: uppercase;
}
.price-wrap .sellp {
    display: inline-block;
    font-weight: 600;
}
.p-text h6 a {
    color: #444 !important;
    font-size: 17px;
}
.price-wrap .mrp {
    display: inline-block;
    text-decoration: line-through;
    font-size: 15px;
}
.price-wrap {
    margin-bottom: 12px;
}
input.p-buy {
    background: none !important;
    color: #000;
    border-radius: 100px;
    padding: 6px 15px;
}
.s-pages {
    width: 95%;
    margin: 0 auto !important;
}
.s-pages form.woocommerce-cart-form {
    margin-bottom: 33px;
    width: 70%;
    float: left;
    border-right: 1px dashed #ccc;
    padding-right: 4%;
}
/* Custom checkbox css start */
.chk-box-w {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      top: 13px;
  
}
.chk-box-w input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border: 1px solid #666;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #666;
}
.chk-box-w:hover input ~ .checkmark {
  background-color: #4caf5000;
    border: 1px solid #666;
}
.chk-box-w input:checked ~ .checkmark {
  background-color: #4caf5000;
    border: 1px solid #666;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chk-box-w input:checked ~ .checkmark:after {
  display: block;
}
/*.navbar-nav ul li a:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 9px;
    width: 10px;
    height: 10px;
}*/
li.dd-menu ul li a:after {
    display:none;
}

.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* End */
.price-wrap div {
    display: inline-block;
    margin-right: 0px;
    font-size: 20px;
}
.p-text .col-lg-5 .price-wrap .rangeStartEnd {

    width: 97%;
    position: absolute;
    left: 0;
    bottom: 6px;
    text-align: right;

}
.color-lgt.symbol {
    display: none;
}
.mrp-p {
    text-decoration: line-through;
    font-size: 17px !important;
    color: #8d8d8d;
}
.w-half {
    width: 45%;
    margin: 0px 4px;
    font-size: 14px;
    padding: 3px 0;
}
a.loadmore.mgooxxbjga {
    position: relative;
    border: 1px solid #7c7c7c;
    background: #fff;
    color: #000;
    padding: 8px 50px;
    display: inline-block;
    border-radius: 0;
}
a.loadmore.mgooxxbjga:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    bottom: -6px;
    left: 0;
    background: #000;
    transform: rotate(45deg);
    right: 0;
    margin: 0 auto;
    z-index: -1;
    display:none;
}
li.dd-menu .dropdown li {
    padding: 0;
    width: 100%;
}


.pre-footer-block {
    margin-top: 60px;
}

.bg-lo {
    background: #ec3138;
}
.bg-lo.footer-bg {
    color: #ffffff;
    position: relative;
    z-index: 2;
    padding: 50px 0 0 0;
    margin-top: 80px;
}
.bg-lo.footer-bg a {
    color: #fff;
}
a.white-logo.footer-logo {
    text-align: center;
    background: #fff;
    border-radius: 0 0 125px 125px;
    padding: 0 0 35px 0;
    margin-top: -115px;
    margin-bottom: 40px;
}
.footer-info-link {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
}
.footer-info-link ul { margin:0 }
.footer-info-link li a {
    margin: 10px 36px;
    display: inline-block;
}
.copyright {
    font-size: 14px;
    padding-bottom: 15px;
}
.footer-info-link li {
    display: inline-block;
    margin: 0 0;
}
.container-fluid.copyright {
    background: #f8f8f8; color:000;
}
.footer-w h6 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 24px;
}
.textwidget a.btn {
    display: inline-block;
    color: #fff;
    padding: 7px 0;
}
.f-title {
    font-weight: 600;
    margin-bottom: 18px;
}
.f-text-center {
    text-align: center;
}
.f-text-center ul {
    padding: 0;
    list-style: none;
}
.textwidget p.mb-2 a, .textwidget p.mb-2 i {
    color: #fff !important;
}
.f-text-right {
    text-align: right;
}
.nes-lt-w input[type="text"] {
    width: 86%;
    background: none;
    border: 1px solid #666;
    padding: 8px 20px;
}
.nes-lt-w input.btn.btn-submit {
    background: #000;
    border-radius: 0;
    margin: 15px 0 0;
    color: #fff;
}
.container-fluid.copyright {
    background: #f8f8f8;
    padding: 13px 40px;
    font-size: 13px;
    color: #000000;
    border-top: 1px solid #ccc;
}
.col-md-4.copyright_payment_img.c-info {
    text-align: right;
}
.col-md-4.copyright_payment_img.c-info a {
    color: #696969; text-decoration:underline;
}
.pre-footer-block h5 {
    
    text-transform: uppercase;
    position: relative;
    font-size: 40px !important;
    color: #000;
}
.pre-footer-block .sub-heading {
    width: 30%;
    margin: 0 auto; color: #000;
}
.way-list ul {
    padding: 0;
    margin: 30px 0;
    text-align: center;
}
.way-list ul li {
    display: inline-block;
    margin: 0 30px;
    color: #000;
    font-weight: 600;
}
.way-list ul li {
    display: inline-block;
    margin: 0 25px;
    color: #000;
    font-weight: 500;
    font-size: 21px;
}
/*.pd-detail.prod-padd a:last-child {
    float: right;
}*/
a.btn.btn-primary.prev-next {
    float: right;
}
.pd-detail.prod-padd a {
    width: 176px;
    font-size: 24px;     float: left;
}
.prod-padd .mob-dis-none {
    width: 100%;
}
.ofspcgaaof h4 {
    font-size: 20px;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    font-weight: 700 !important;
}
.ofspcgaaof .bg-light {
    background: none;
    float: left;
    width: 50px;
}
.ofspcgaaof span.counter {
    float: left;
    position: absolute;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 0 4px;
    border-radius: 50px;
    right: 0;
    top: -6px;
    line-height: 19px;
    font-size: 12px;
    text-align: center;
    z-index: 999;
}
a.p-name-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}
div#furniture9 span.symbol {
    font-size: 14px;
    width: 100%;
    display: inline-block;
}
.p-name-title {
    line-height: 18px;
}
input.cswuihbbqs {
    background: none;
    border: 1px solid #878787;
    padding: 8px 15px;
    border-radius: 6px;
       width: 100%;
}
input.btn.btn-primary.ywzgaoyudt {
    width: 100%;
    padding: 9px 0;
}
a.btn.btn-block.btn-primary.full-width.big-font {
    background: #000;
    color: #fff;
    font-size: 22px;
    padding: 7px 35px;
}
.login-wrapper {
    padding: 35px;
}
.login-wrapper input.form-control {
    border-radius: 7px;
    margin-bottom: 21px;
}
.color-black a {
    padding: 0;
    color: #000 !important;
    margin-bottom: 13px;
}
input#loginSubmit {
    width: 143px;
}
.color-black, .color-black:hover {
    color: #000;
    text-decoration: underline;
}
.inner-banner-images img {
    width: 100%;
}
.product-carousel {
    overflow: hidden;
}
.product-left .image {
    width: 496px;
    height: 433px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.additional-carousel {
    position: relative;
}
.additional-carousel .owl-item.active li {
    border: 1px solid #ccc;
    border-radius: 20px;
    margin: 0 0 12px 0;
    width: 90%;
    overflow: hidden;
}
.prod-padd {
    padding: 25px 30px;
}
.product-page .product-left {
    padding: 10px 30px;
}
.bmbrcmjyzq, .dwtkxibhyi, .wiyfpecpgs {
    border: 1px solid #6b5a5a !important;
    padding: 2px;
}
.other-links {
    width: 100%;
}
.other-links label {
    color: #bf6306;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ec8c2b;
}
.other-links ul {
    list-style: none; padding: 0;
}
.other-links ul li {
    display: inline-block;
    padding: 4px 4px;
    border: 1px solid #ccc;
    margin: 10px 0;
}
.mrp-pp {
    display: inline-block;
    text-decoration: line-through;
    font-size: 15px;
    color: #999;
}
.special-pp {
    display: inline-block;
    margin-right: 15px;
    font-size: 25px;
    
}
.vvzymtacdm {
    width: 30px !important;
    height: 30px !important;
    min-width: inherit !important;
    border-radius: 500px;
    text-indent: -99999999px;
}

/* Zoom css start */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.easyzoom img {
	vertical-align: bottom;
}
.easyzoom.is-loading img {
	cursor: progress;
}
.success h1 {
    text-transform: inherit;
    line-height: 1;
    margin-top: 35px;
    font-size: 52px;
}

/*.easyzoom.is-ready img {
	cursor: crosshair;
}*/
.easyzoom.is-error  img {
	cursor: not-allowed;
}
.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
.inrbmxyrem {
    position: relative;
}
body {
   background: #fff;
}

.nav-link {
        display: block;
        padding: 0.5rem 1rem;
        color: #000000;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
        font-weight: 500;
    }
/* End */

.jmdcrdbonp.bmbrcmjyzq {
    background: #000;
    color: #fff;
}
.vvzymtacdm.dwtkxibhyi {
    border: 3px solid #756868 !important;
}
.product-carousel {
    overflow: hidden;
    padding: 14px 0;
}
.product-carousel .owl-item.active {
    width: auto;
    display: block;
}
.disabled {
    display: none;
}
.btn.btn-primary.oos {
    background: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;
}
.pd-info h4 {
    font-weight: 300 !important;
    color: #000;
    font-size: 35px;
}
.pd-info p {
    margin: 0 0 5px 0;
    padding: 0 0 0 25px;
}
.price.text-left .regular-pp {
    font-size: 30px;
    color: #000;
}
.pd-hei-auto h4 {
    font-weight: 700 !important;
}
.pd-hei-auto p {
    margin: 0 0 15px 0;
}
.f-detail.sku-code {
    position: relative;
    font-size: 19px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.f-detail {
    width: 100%;
}
.pd-info .col-lg-3.m-bottom {
    border-bottom: 1px solid #ccc;
    padding-bottom: 27px;
}
.f-detail.sku-code label {
    width: auto;
    font-weight: 700;
    color: #ed3237;
}
.txt-lft {
    text-align: left;
    padding-left: 24px;
    margin-bottom: 11px;
}
.txt-lft .color-lgt {
    color: #999;
    font-size: 17px;
    font-weight: 300;
}
.f-detail label {
    color: #000; 
    width: 100%;
}
.m-bottom {
    margin-bottom: 25px;
}

.f-detail span {
    color: #5c5c5c;
    font-weight: 400;
}
table.responsive-table p {
    font-family: sans-serif;
}
.shape-bt-black{display:none;}
header.header.header-desktop.shadow-sm2 {
    position: fixed;
    top: 0;    
    transition: .3s;
    z-index: 999;
    padding: 0px 0 0px 0;
    background: #ffffffb3;
    backdrop-filter: blur(9px); box-shadow: 0 0 12px #ccc;
}
header.header.header-desktop.shadow-sm2 a#branding_logo {
    top: 0;
    position: relative;     z-index: 10;
}
header.header.header-desktop.shadow-sm2 nav#menu {
    position: relative;
    margin: 6px 0 0 0;
}
header.header.header-desktop.shadow-sm2 .shape-bt-black{
    display: block;
    position: absolute;
    bottom: -90px;
}
header.header.header-desktop.shadow-sm2 img.logo-image.branding_logo_image {
    max-width: 150px;
    position: relative;
    top: 0;
    transition: .5s;
}
nav#menu {
    margin: 32px 0 0 0;
}
li.dd-menu .dropdown-lv1 ul {
    margin: 0;
}
header.header.header-desktop.shadow-sm2 ul {
    margin: 0;
}

.rating {
    display: inline-block;
    margin-bottom:30px;
}
h3.review-w {
    text-align: left;
    margin: 0 !important;
    font-weight: 500 !important;
    font-size: 22px;
    color: #000;
    margin-bottom: 5px !important;
}
h3.review-w .rating {
    display: inline-block;
}
.review-wrapper h5 {
    font-size: 15px;
}
.rsmxosilmp {
    border: 1px solid #ccc;
    text-align: center;
    padding: 6px 0;
        margin: 15px 0 0px;
    background: #ffffffb3;
}
.write-review-form input.form-control {
    border: 1px solid #ccc;
    padding: 12px 12px;
    margin-bottom: 19px;
    border-radius: 0px;
}
.unfdiartqx.star-rat {
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 6px 19px;
    font-size: 17px;
    margin-bottom: 18px;
    position: relative;
}
.unfdiartqx.star-rat > label {
    position: relative;
    top: -6px;
}
.unfdiartqx.star-rat .rating {
    position: relative;
    top: 6px;
    left: 6px;
}
.col-md-12.writ-ee {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}
.write-a-reiview {
    padding: 38px 45px;
    background: url(../img/forn-bg-2.jpg) center 0 no-repeat;
    background-size: cover;
    border: 1px solid #FF9800;
}
.prod-padd .rating {
    position: relative;
    margin: 15px 0 25px;
    display: inline-block;
}
.rangeStartEnd .rating {
    margin: 0;
}
.rangeStartEnd .rating img.img-fluid {
    max-width: 13px;
}
.rangeStartEnd .rating {
    margin: 0 !important;
    position: relative;
    top: -9px;
}
.h-over-flow {
    /*height: 100vh;*/
    overflow: auto;
    overflow-x: hidden;
    margin-top:20px;
}
textarea.form-control.ctuvqvcqcs {
    border: 1px solid #ccc;
    border-radius: 0px;
    padding-top: 19px;
    margin-bottom: 18px;
}
.col-md-12.writ-ee {
    margin-top: 20px;
}
.col-md-12.writ-ee h4 {
    margin: 0;
}
.rating:not(:checked) > input {
    position: absolute;
    /* top: -9999px; */
    clip: rect(0,0,0,0);
}
.rating:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0 0.1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 25px;
    line-height: 1.2;
    color: #ddd;
    top: -4px;
    position: relative;
}
.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: rgb(255, 199, 0);
    
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    
}
.btn.btn-primary.fryeoxwpcd {
    position: relative;
    top: 25px;
}
.btn.btn-primary.fryeoxwpcd.view-more {
    font-size: 20px !important;
    padding: 15px 35px;
}
.pf-info {
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
    padding-bottom: 45px;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}
.write-review-form {
    display: none;
}
.bor-right-1 {
    border-right: 1px dashed #ccc;
}
.write-a-reiview {
    padding-left: 38px;
}
.write-a-reiview .rating {
    margin: 0;
}
.write-a-reiview .rating img.img-fluid {
    max-width: 14px;
}
.write-review-form .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
}
.write-review-form .modal-content {
    border-radius: 0;
}
button.btn-close.revie-c {
    position: absolute;
    right: 10px;
    top: -29px;
    font-size: 11px;
}
.p-list .btn.btn-primary.w-half.umpztwnsag {
    width: 45%;
    margin: inherit;
}
.m-menu-top-brand {
    display: none;
}
.price.text-left .regular-pp span {
    font-size: 17px;
}
.footer .widget ul li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
}
.footer .widget ul li a {
    position: relative;
}
.footer a {
    color: #ffffff;     transition: all 0.5s;
}
.footer .widget ul li a:hover {
    padding-left: 20px;
}
.footer .widget ul li a:hover:before {
    position: absolute;
    content: '-';
    /*font-family: 'Ionicons';*/
    left: 0;
    top: 0;
    color: inherit;
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer .widget .widget-title {
    color: #ccb39c !important;
    font-weight: 700;
}
.footer .widget .widget-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 0;
    color: #392a25;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .05em;
}
.facebook-icon {
    background: url(../img/ico4_facebook.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.instagram-icon {
    background: url(../img/ico4_instagram.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.pinterest {
    background: url(../img/ico4_pinterest.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: -2px;
}
.footer-social a {
    margin: 0 15px 0 0;
}
.footer {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    background-color: #444444;
    color: #ffffff;
    
}

/* E-store css start */
button.book-free.req-call {
    border: 0;
    background: #000;
    color: #fff;
    padding: 10px 35px;
    border-radius: 50px;
    margin: 20px 0 10px 0;
}
.estore-top-txt {
    width: 92%;
    margin: 0 auto;
}
.estore-top-txt h2 {
    font-weight: 300 !important;
}
div#EnquiryModal .modal-header {
    border: 0;
}
div#EnquiryModal .modal-content{background: #f1f1f1;
    padding: 10px 75px 50px;
    margin-top: 40px;
    border-radius: 15px;
    background-size: cover;
    border: 1px solid #69360d2e;
    
}
.wpcf7-select {
    width: 84%;
    padding: 12px;
    border-radius: 300px;
    text-align: center;
    margin: 10px 0 0;
    border: 1px solid #f1eeea;
    background: #ffffff6b;
}
div#wpcf7-f3393-o1 input {
   border: 1px solid #f1eeea;
    border-radius: 50px;
    padding: 11px;
    margin: 10px 0px;
    text-align: center;
    background: #ffffff6b;
}
label.select-dd-m {
    width: 90%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: 0;
    border-radius: 40px;
    margin: 13px 0 0;
    padding: 25px;
    text-align: center;
    height: 175px;
    border: 1px solid #f1eeea;
    background: #ffffff6b;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #000 !important;
    color: #fff;
    padding: 7px 48px !important;
    text-transform: uppercase;
    cursor: pointer;
}
.margin-adj .store-cat-w {
    margin-bottom: 0;
}
div#EnquiryModal {
    top: 0;
    padding-top: 3%;
    background: #ffffffa8;
}
div#EnquiryModal .modal-dialog {
    max-width: 760px;
}
.home-padding-top {
    padding: 25px 0 0 0 !important;
}
.top-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    
}
.top-header ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 4px 0px;
    position: relative;
}
.top-header {
    width: 100%;
    margin: 0 auto;
    background: #cccccc1c;
    /*padding: 10px 80px;*/
}
.open-menu ul{
    overflow: auto;
    height: 100%;
}
.clear-filter-link{
    text-align: center;
    border: 1px solid #ec8c2b;
    width: 100%;
    cursor: pointer;
    color: #ec8c2b;
    padding: 3px 10px;
}
span.ion-navicon {
    position: relative;
    border-top: 1px solid #000;
    width: 22px;
    height: 1px;
    display: inline-block;
}
span.ion-navicon:after {
    position: absolute;
    border-top: 1px solid #000;
    width: 22px;
    height: 1px;
    display: inline-block;
    top: -13px;
    left: 0;
    content: '';
}
span.ion-navicon:before {
    position: absolute;
    border-top: 1px solid #000;
    width: 22px;
    height: 1px;
    display: inline-block;
    top: -7px;
    left: 0;
    content: '';
}
.mob-g-t-h a {
    border: 0 !important;
    padding: 0 15px !important;
}

header.header.header-desktop.shadow-sm2 .l-c-icons.scrolltop {
    display: inline-block;
}
.footerCreativityHomeClass .pre-footer-block {
    margin: 0px;
}
/*.top-header ul li:after {
    content: '/';
    padding-right: 18px;
    position: absolute;
    top: 3px;
    right: -48px;
}*/
.top-header ul li:last-child:after {
    display: none;
}
div#EnquiryModal h3 {
    font-size: 40px;
}
.home-padding-top img {
    display: inline-block !important;
    width: auto !important;
        max-width: 200px;
}
.home-padding-top h4 {
    font-size: 17px;
    margin: 35px 0 0 0;
    text-transform: uppercase;
}


.request-a-call-back a {
   background: #000;
   color: #fff;
   padding: 14px;
   display: inline-block;
   border-radius: 50px;
   padding: 8px 35px;
   position: fixed;
   bottom: 94px;
   z-index: 99;
   left: 13px;
   display: none;
   }
.request-a-call-back a.show-anc-btn {
    display: inline-block;
    color: #fff; border: 1px solid #ccc;
}
.enquire {
   position: fixed;
   bottom: 0;
   width: 100%;
   background: #ff5722;
   padding: 20px 0 20px 0;
   z-index: 100;
   display: none; 
   }
   .enquire p {
   color: #fff;
   font-size: 25px;
   padding: 0px 0 0px;
   margin: 0;
   }
   .enquire input {
    border-radius: 50px;
    border: 1px solid #fff !important;
    color: #fff !important;
    background: none !important;
   }
   .enquire input::placeholder { 
      color: #fff;
      opacity: 1; 
    }
   .single-input-inner {
   margin-top: 15px;
   }
   button.btn.btn-primary.btn-lg.btn-block.btnn {
   background: #000;
   border-radius: 50px;
   border: 0;
   width: 210px;
   padding: 13px 0;
   margin-top: 15px;
   }
.enquire.show-form {
    display: none !important;
}
.marg-btm {
   margin-bottom: 123px;
}
.close-f-form {
    position: absolute;
    right: 20px;
    top: -16px;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    padding: 2px 5px;
    cursor: pointer;
        box-shadow: 0 5px 13px #ff5722;
}
.p-close-f-form {
    position: absolute;
    right: 64px;
    top: -16px;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    padding: 2px 5px;
    cursor: pointer;
        box-shadow: 0 5px 13px #ff5722;
}

.enquire .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.enquire label.chk-box-w {
    color: #fff !important; top: 20px;
}
.enquire .chk-box-w input:checked ~ .checkmark {
    background-color: #4caf5000;
    border: 1px solid #fff;
}
.error {
    color: #ff000091;
}

.top-header ul li a {
    color: #ec8c2b;
    border: 1px solid #ec8c2b;
    border-radius: 23px;
    padding: 6px 25px; text-transform: uppercase;
}
a.catalogue-btn.corp-enquiry.link-dark {
    background: #ec8c2b;
    color: #000;
    /* border: 1px solid #feb872; */
}
div#open-left {
    display: inline-block;
    margin: 0 16px; cursor: pointer;
}
.shadow-sm2 div#open-left {
    margin: 0 0px; right: 16px !important;
}
div#open-left.mob-des-block {
    display: none;
}
.mob-g-t-h {
    display: inline-block;
}
a.catalogue-btn {
    
    
}
a.catalogue-btn img {
    padding: 0 5px 3px 0;
}
.l-c-icons a {
    color: #000; text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}
/* End */
.bg-color-ll {
    padding: 22px 0 12px;
}
.top-offer {
    letter-spacing: 1px;
    color: #6a6a6a;
    padding: 3px 0 0 0;
}
.feature-wrap img {
    width: auto !important;
    display: inline-block !important;
}
.feature-wrap .price-wrap {
    margin-top: 20px;
}
.blog-testimonials-wrap {
    padding: 50px;
}
.ele-top-logo {
    position: absolute;
    top: -60px;
    text-align: center;
    left: 0;
    right: 0;
}
.ele-top-logo img {
    max-width: 135px;
}
.ele-bt-logo {
        position: absolute;
    bottom: -70px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9;
}
.ele-bt-logo img {
    max-width: 220px;
}

.blog-segment img {
        position: relative;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 29px;
    width: 100%;
}
.blog-segment .date-b {
    font-size: 16px;
    margin-bottom: 13px;
}
.b-title {
    margin-bottom: 14px;
    font-weight: 600;
}
.btn-link {
    font-weight: 400;
    color: #000000;
    text-decoration: underline;
}
.b-img {
    position: relative;
}


.testimonial-wrap {
    padding: 50px 0 0;
}
.testimonia-segment {
    border: 1px solid #ccc;
    padding: 25px 45px;
    margin: 20px 0px;
    text-align: left;
    border-radius: 25px;
}
.quote-img img {
    max-width: 92px;
}
.f-text-center li a.catalogue-btn.corp-enquiry.link-dark {
    border-radius: 21px;
    padding: 9px 23px;
    display: inline-block;
}
.f-text-center li {
    margin: 8px 0;
}
.t-title {
    color: #000;
    font-weight: 600;
    margin: 20px 0;
    font-size: 20px;
}
.t-design span:first-child {
    width: 100%;
    display: inline-block;
    font-size: 20px;
}
.bor-left {
    border-left: 1px solid #ccc;
    padding: 0 0 0 50px;
}
.bg-left {
    padding: 0 0 0 55px;
}
.bg-left div#accordion h4.panel-title {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
}
.bg-left div#accordion .collapse {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.left-all-cate ul {
    text-align: center;
}
.left-all-cate li {
    margin-bottom: 11px;
    list-style: none;
    
    display: inline-block;
    margin: 0 15px 15px 0;
    text-align: left;
}
.list-page-w.bor-left .text-left {
    margin-bottom: 70px;
}
.bg-left div#accordion h4.panel-title a {
    display: inline-block;
    width: 100%;
    position: relative;
}
.bg-left div#accordion h4.panel-title a:after {
    content: '-';
    position: absolute;
    right: 0;
    top: 0;
}
.bg-left div#accordion h4.panel-title a.collapsed:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
}
.left-all-cate li a {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 10px 40px;
    border: 1px solid #000;
}
.left-all-cate li a.active {
    font-weight: 700; border: 1px solid #f3a14f; font-weight: 700;
    background: #f3a14f;
    color: #ffffff;
}
/*.left-all-cate li a.active:after {
    content:"";
    position: absolute;
    background: url('../img/right-arrow.png') 0 0 no-repeat;
    right: 0;
    top: 0;
    width:20px;
    height:20px;
}*/
/*.left-all-cate li a.active:after {
    content: "";
    position: absolute;
    background: url(../img/right-arrow.png) 0 0 no-repeat;
    right: 0;
    width: 8px;
    height: 20px;
    background-size: contain;
    top: 2px;
}*/
.top-header.shadow-sm1 {
    top: 24px;
}
header.header.header-desktop.shadow-sm2 a {
    color: #000;
}
.shadow-sm2 span.hunudxtvoo {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}
.shadow-sm1 a {
    color: #000 !important;
    border: 1px solid #000 !important;
}
.shadow-sm1 li:nth-child(1) a {
    border: 0 !important;
}
.black-logo{display:none;}
.white-logo{display:block;}

.shadow-sm2 .black-logo{display:block;}
.shadow-sm2 .white-logo{display:none;}
.p-image img.img1 {
    max-width: 100%;
}
.pd-hei-auto.disclaimer-text p {
    font-size: 15px;
}
img.quote-after {
    transform: rotate(180deg);
    margin: 0 15px;
}
.easyzoom img {
    max-width: 100%;
    height: auto;
    /*border-radius: 40px;
    border: 1px solid #ec8c2b;*/
    border-radius: 0;
    border-right: 1px solid #f4433657;
}
img.logo-image.branding_logo_image {
    max-width: 100%;
}
.additional-carousel img {
    max-width: 100%;
    
}

/*mega menu css*/

.navbar-mega {
    display: inline-block;
}
.navbar-mega a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
}

.dropdown {
  color: #000;
    text-align: left; position: relative;
    padding: 0 25px 0 0;
}

.dropdown .dropbtn {
    border: none;
    text-transform: uppercase;
    background: none;
    font-weight: 500;
    color: #c76400 !important;
    letter-spacing: 1px;
    padding: 21px 0;
}


.dropdown-content {

  position: relative; 
  width: 100%;
  left: 0;
  
  z-index: 1;
}

.dropdown-content .header {
    padding: 0px 5px 5px 0px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}
.dd-menu-lv-one .header a {
    color: #313131 !important; font-size: 14px;        display: inline-block;
    width: 100%;
}
a.catalogue-btn {
    background: #000;
    color: #fff !important;
    padding: 9px 17px;
    border-radius: 35px;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dd-menu-lv-two {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    height: 100%;
    padding: 10px;
    
}
.sub-cat-name {
    position: absolute;
    opacity: 0; display: none;
    padding: 20px 40px 25px 40px;
    background: #fff; width: 300px;
    box-shadow: 0 0 20px #ccc;
}

.dd-menu-lv-one:hover .sub-cat-name {
    position: absolute;
    opacity: 1; display: block;
}

.dropdown-content .header a.mega-mm.inrbmxyrem {
    margin: 0;
    border: 0;
}
.dd-menu-lv-two {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    height: 100%;
    padding: 10px;
}
.dropdown-lv3 ul {
    padding: 0;
    list-style: none;
}
/* Create three equal columns that floats next to each other */
.aa-category {
    display: none;
}
.dropdown-more {
    display: inline-block;
    position: relative;
    padding: 21px 0px 21px 0;
}
.dropdown-more .aa-category {
    position: absolute;
    background: #fff;
    padding: 40px;
    right: 0;
    width: 290px;
    top: 0px;
        box-shadow: 0 0 20px #ccc;
}
.dropdown-more .aa-category ul {
    margin: 0;
}
div#video-btn .modal-dialog {
    max-width: max-content;
}
div#video-btn .modal-header {
    border: 0;
    padding: 0;
}
div#video-btn .modal-content {
    border-radius: 0;
    border: 0;
    padding: 0;
    background: #ffffff2e;
    backdrop-filter: blur(19px);
}
a.wapp-icon-bottom {
    position: fixed;
    bottom: 20px;
    z-index: 999;
    left: 20px;
}
.pf-info h4 {
    color: #c76400;
}
.pf-info ul {
    padding: 0;
    list-style: none;
}
.pf-info ul li {
    display: inline-block;
    border-right: 1px solid #ccc;
    margin: 8px 0px;
    padding: 8px 55px;
    text-align: center;
    font-size: 20px;
}
.dropdown-more:hover .aa-category {
    display: inline-block;
    position: absolute;
    top: 68px;
    background: #fff;
    padding: 28px;
    right: 0px;
    height: 450px;
    overflow: auto;
}
.dropdown-content-brands {
    display: none;
    position: absolute;
    background: #fff;
    width: 290px;
    padding: 25px 40px 0px 40px;
        box-shadow: 0 0 20px #ccc;
}
.dropdown-content-brands .dd-menu-lv-one {
    width: 100%;
    margin: 0 0 25px 0;
}
.dropdown.brands:hover .dropdown-content-brands {
    display: block !important;
    position: absolute;
    top: 63px;
    left: 0;
}
.column a:hover {
  background-color: #ddd;
  color: #000 !important;
}
.open-menu {
    position: fixed;
    top: 0;
    right: -83%;
    width: 400px;
    z-index: 99999;
    height: 100%;
    background: #ffffff9c;
    padding: 80px 50px;
    transition: .5s;
    backdrop-filter: blur(33px);
}
.top-header.menu-external-link .open-menu {
    right: 0;
    transition: .5s; cursor: pointer;  
}
.top-header.menu-external-link .open-menu span.ion-navicon {
    border-top: 1px solid #000;
    transform: rotate(45deg);
}
.top-header.menu-external-link .open-menu span.ion-navicon:after {
    border-top: 1px solid #000;
    transform: rotate(90deg);
    position: absolute;
    top: -1px;
}
.top-header.menu-external-link .open-menu span.ion-navicon:before{display: none}
.top-header.menu-external-link .open-menu div#open-left {
    position: absolute;
    left: 10px;
    top: 22px;
}
.top-header.menu-external-link .open-menu ul li {
    padding: 0;
    margin: 0;
    width: 100%;
}
.top-header.menu-external-link .open-menu ul li a {
    border: 0 !important;
    padding: 0;
    text-transform: capitalize;
    font-size: 20px;
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding-bottom: 27px;
    color: #000;
}
.dropdown-more .aa-category ul li.dropdown {
    width: 100%;
    margin-bottom: 21px;
    text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*mega menu css end*/
.cat-img {
    height: 230px;
    background-size: cover !important;
    margin: 20px 0;
}
.catalogue-wrap img {
    max-width: 416px;
    max-height: 224px;
    margin-bottom: 30px;
}
.cata-content h2 {
    text-transform: capitalize;
    min-height: 70px;
}
.cata-content a {
    font-size: 18px;
    letter-spacing: 1px;
}
.cata-content {
    padding: 0 28px 28px;
}
.catalogue-wrap {
    background: #f1f1f1;
    margin-bottom: 25px;
}
.get-link {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 75px;
    margin-top: 32px;
}
form#corporateEnquiryForm {
    max-width: 78%;
    margin: 0 auto;
    border: 1px solid #FFC107;
    padding: 50px;
    margin-bottom: 80px;
    border-radius: 22px;
}
.mob-des-block{display:none !important;}
.open-menu .mob-des-block{display:none;}
@media (max-width: 1360px) {
    .p-img {
        height: 240px;
    }
    nav#menu {
        margin: 10px 0 0 0;
    }
    .inner-banner-images img {
        max-width: 100%;
    }
    ul.home-cat-top {
        padding: 0 0%;
    }
    ul.home-cat-top h4 {
        font-size: 17px !important;
    }
    .home-padding-top img {
        max-width: 200px;
    }
    .list-wrapper img {
        max-width: 100%;
        max-height: 410px;
    }
    .dropdown {       
        padding: 0 14px 0 0;
    }
    

}
@media (max-width: 1300px) {

    .sub-cat-name {
        width: 215px;
    }

}

.video-home video {
    max-width: 100%;
    max-height: 100%;
}


/* Dropdown css  */

.pp-prod .dropdown {
    position: relative;
    display: inline-block;
}

.pp-prod .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
}

.pp-prod .dropdown-content label {
    display: block;
    padding: 5px;
    cursor: pointer;
}

.pp-prod .selected-items {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border-bottom: 1px solid #ccc;
    min-height: 41px;
    padding-bottom: 10px;
}

.pp-prod .selected-box {
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

.pp-prod .remove-box {
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
}
.pp-prod .selected-box + div:not([class]) {
    display: none;
}
.pp-prod .dropdown button {
    border: 0;
    background: none;
    padding: 0;
    font-size: 16px;
}
.ddd-close {
    position: sticky;
    right: 8px;
    top: 1px;
    background: #ccc;
    width: 20px;
    text-align: center;
    border-radius: 200px;
    line-height: 15px;
    padding: 1px 7px 4px;
    float: right;
}
.submitCorporateEnquiryForm {
    border: 0;
    background: #000 !important;
    color: #fff;     text-decoration: none;
}
/* End  */
@media (max-width: 900px) {
    header.header {
        padding: 0px 0 0 0;
    }
    .header-container {
        padding: 0 12px;
    }
    .col-md-2.header-left {
        width: 50%;
    }
    .col-md-10.header-right {
        width: 50%;
    }
    .col-md-2.header-left img.logo-image.branding_logo_image {
        
        padding: 0 0 0 0;
    }
    .mob-des-block{display: block !important;}
    div#open-left.mob-des-block {
        display: block;
        position: absolute;
        right: 0;
        top: 22px;
    }
    nav#menu.header-02 {
        display: none;
    }
    .top-header.menu-external-link .open-menu {
        width: 100%;
    }
    .open-menu {
        right: -138%;
    }
    .open-menu .mob-des-block{display:block;}
    .open-menu li:first-child{display:block !important;}
    div#open-left span.ion-navicon {
        float: right;
        position: relative;
        border-bottom: 1px solid #000;
        width: 20px;
        top: 8px;
        
    }
    .top-header.shadow-sm1 {
        top: 0;
    }
    span.ion-navicon:before {
        position: absolute;
        border-bottom: 1px solid #000;
        width: 100%;
        content: '';
        top: 5px;
        left: 0;
    }
    span.ion-navicon:after {
        position: absolute;
        border-bottom: 1px solid #000;
        width: 100%;
        content: '';
        top: -7px;
        left: 0;
    }
    .shadow-sm2 span.ion-navicon, .shadow-sm2 span.ion-navicon:after, .shadow-sm2 span.ion-navicon:before {
        border-bottom: 1px solid #000 !important;
    }
    .shadow-sm2 .menu-open-m {
        
        height: 100vh;     z-index: 9999;
    }
    a.open-dd-cat i.fa.fa-caret-down, a.mega-mm.inrbmxyrem.mob-menu i.fa.fa-caret-down, .open-dd-brand i.fa.fa-caret-down {
        transition: .5s; transform: rotate(0deg); position: relative;
        left: 9px;
    }
    a.open-dd-cat.arow-up i.fa.fa-caret-down, a.mega-mm.inrbmxyrem.mob-menu.open-cat-mob i.fa.fa-caret-down, .open-dd-brand.arow-up i.fa.fa-caret-down{
    transform: rotate(180deg);
    transition: .5s;
}
    a.mega-mm.inrbmxyrem.mob-menu.open-cat-mob + .sub-cat-name{
        display: block !important; opacity: 1;
    }
    .sub-cat-name {
        width: 100%;
        position: relative !important;
        display: none !important;
        padding: 13px 15px 25px 15px;
    }
    .sub-cat-name.open-cat-mob{display: block !important;}
    .sub-cat-name a.mega-mm {
        margin: 0 !important;
        padding: 0 0 20px 0 !important;
    }
    .owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: none;}
   
    .inner-banner-images img {
        max-width: 190%;
        margin: 0 -50px;
    }
    .inner-banner-images {
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
    .sub-cat-img-home {
        width: 80%;
        height: 80%;
    }
    .w-50 {
        width: 100% !important;
    }
    .vid-bg.btn-link {
        padding: 5px;
    }
    .vid-bg.btn-link img.img2.play-btn {
        max-width: 54px;
    }
    .mob-g-t-h {
        display: inline-block;
    }
    div#open-left {
        display: inline-block;
        top: -23px;
        position: relative;
        height: 18px;
    }
    
    .mob-g-t-h {
        display: inline-block;
        margin-top: 0;
        position: absolute;
        right: 55px;
        top: 22px;
    }
    .l-c-icons ul li {
        display: inline-block;
        margin: 10px 15px 0;
    }
    iframe {
        max-width: 100%;
    }
    li.cart span.doghvwgmxh {
        top: -5px;
        right: -14px;
    }
    .search-box {
        top: 66px;
        width: 100%;
    }
    a.closeSearch {
        top: 4px;
        position: absolute;
        right: 3px;
        background: #fff;
        border: 1px solid #ccc;
        width: 18px;
        text-align: center;
        border-radius: 33px;
        font-size: 11px;
    }
    .search-box input {
        width: 100%;
    }
    .menu-open-m {
        display: block ;
        width: 100%;
        background: linear-gradient(360deg, #b7b7b7, #fff);
        position: absolute;
        left: 0;
        top: 0;
        height: 100vh;
        overflow: auto;
        padding-top: 47px;
    }
    .menu-open-m div#open-left {
        top: -21px;
        right: 12px;
        position: absolute;
    }
    .top-header {
        top: 15px;
        z-index: 9999;
        width: 68%;
        margin: 0 auto;
        right: 70px;
    }
    .menu-external-link {
        right: 74px !important;
        top: 14px;
    }
    a.mega-mm.inrbmxyrem {
        background: none;
        padding: 3px 0px 0;
        width: 100%;
        border-bottom: 1px solid #666;
        margin-bottom: 0;
    }
    .cat-dd .dd-menu-lv-one {
        width: 100%;
    }
    ul.home-cat-top li {
        width: 100%;
        display: inline-block;
        margin-bottom: 40px;
    }
    .cat-dd .dd-menu-lv-one a.mega-mm {
        margin: 0 !important;
        padding: 10px 0 !important;
        font-size: 20px !important;
        color: #003e5b !important;
    }
    .cate-wrap {
        width: 95%;
        margin: 30px auto 0;
        padding-bottom: 0 !important;
    }
    .border-left {
        border-left: 0px solid #0b498f;
        padding-left: 15px;
    }
    .text-left {
        text-align: center;
    }
    .half-w {
        width: 47%;
        float: left;
    }
    .mob-des-none {
        display: none;
    }
    .menu-open-m ul {
        margin: 0;
    }
    .m-menu-top-brand {
        display: block;
    }
    .menu-open-m ul li {
        width: 100%;
        text-align: left; padding: 0;
    }
    .menu-open-m ul li a.nav-item.nav-link {
        width: 100%;
        border-bottom: 1px dashed;
    }
    .menu-open-m .navbar-nav {
        width: 100%;
    }
    .navbar-nav ul li.dd-menu-lv2:hover .dropdown-lv3 {
        display: block;
        position: inherit;
        left: 0;
        background: inherit;
        top: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
    }
    .half-w.text-right span.ion-navicon:before {
        display: none;
    }
    .half-w.text-right span.ion-navicon {
        transform: rotate(45deg);
    }
    .half-w.text-right span.ion-navicon:after {
        transform: rotate(-90deg);
        top: 0;
    }
    li.dd-menu .dropdown-lv1 {
        width: 100%;
        border-radius: 0;
        position: relative;
        height: auto;
        overflow: auto;
        display: block;
        border: 0;
        padding: 0;
    }
    
    .shadow-sm2 li.dd-menu .dropdown-lv1 a.nav-item.nav-link {
        border: 0;
        padding: 0;
        border-bottom: 1px dashed #000;
        padding-bottom: 15px;
        margin-bottom: 15px;
        color: #000;
    }
     li.dd-menu .dropdown-lv1 a.nav-item.nav-link {
        border: 0;
        padding: 0;
        border-bottom: 1px dashed #fff;
        padding-bottom: 15px;
        margin-bottom: 15px;
        background: none;
        color: #fff;
    }
    .dropdown-lv2 {
        display: block;
        background: #f3f3f3 !important;
        margin: 15px 15px 18px 15px;
        left: 0 !important;
        position: relative !important;
        width: 89% !important;
        border-radius: 0 !important;
        padding: 0 !important;
        
    }
    li.dd-menu-lv1 a.inrbmxyrem:after {
        transform: rotate(90deg);
    }
    .open-menu {       
        padding: 65px 25px;        
    }
    span.ion-navicon.cross-menu:before {
        transform: rotate(-50deg);
        left: 0px;
        top: 0px;
    }

    span.ion-navicon.cross-menu:after {
     transform: rotate(45deg);
     left: 0px;
        top: 0px;
    }
    .inner-banner {
        padding: 0 !important;
    }

    .store-cat-w {
        border-top: 0px solid #e9e7e8;
        border-bottom: 0px solid #e9e7e8;
    }
    .list-page-w .form-heading {
        font-size: 20px;
    }
    .list-page-w div#primary.content-area {
        padding: 0px 0 0 0;
        background-size: cover;
        background-position: 0 0;
        margin: 0 auto;
    }
    form#customFormEnquiryFurniturePage .col-lg-4 {
        width: 100%;
        background: none;
    }
    .form-bg input.form-input {
        background: none;
        font-size: 16px;
        padding: 0 0 7px 0;
    }
    .chk-box-w {
        display: inline-block;
        margin-bottom: 30px;
    }
    .filter-w .col-md-6.text-right {
        text-align: center;
        border-top: 1px solid #ccc;
        padding: 9px 0 0 0px;
    }
    .list-wrapper {
        border-right: 0px solid #ccc;
        padding-right: 0;
        margin-bottom: 0px;
    }
    .home-about-description {
        padding: 30px 25px;
    }
    .p-list {
        max-width: 100%;
    }
    .p-text h6 {
        width: 100%;
        text-align: center;
    }
    .price-wrap {
        text-align: center;
        width: 100%;
    }
    a.loadmore.mgooxxbjga {
        padding: 8px 30px;
    }
    .pre-footer-block {
        text-align: center;
        padding: 15px;
    }
    .pre-footer-block h5 {
        font-size: 21px !important;
    }
    .pre-footer-block .sub-heading {
        width: 90%;
    }
    .way-list ul li img {
        max-width: 100%;
    }
    .way-list ul li {
            display: inline-block;
        margin: 0 15px;
        color: #000;
        font-weight: 500;
        font-size: 12px;
        width: 35%;
        margin-bottom: 20px;
    }
    .footer-w h6 {
        font-size: 19px;
    }
    .footer {
        display: block;
        width: 100%;
        background: #000 !important;
        margin: 0 !important;
        position: relative;
        z-index: 9;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        color: #fff;
        background-size: cover !important;
        padding: 30px 30px !important;
    }
    .footer-w {
        border: 0 !important;
    }
    .container-fluid.copyright {
        padding: 13px 0 115px;
        border-top: 1px solid;
    }
    .col-md-4.copyright_payment_img.c-info {
        text-align: center;
    }
    .back-to-top {
        right: 20px;
    }
    li.fkqvvjbafi {
        width: 100%;
    }
    li.fkqvvjbafi a {
        border: 0;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        color: #000;
        padding: 6px 0;
        display: inline-block;
        margin: 0px 0px 5px;
        width: 100%;
        font-size: 13px;
    }
    .breadcrumb ul li {
        font-size: 15px;
    }
    .inner-banner-images.mob-des-block {
        min-height: 385px;
        display: block;
        background-size: cover !important;
        padding-bottom: 30px;
    }
    .shape-bt {
        position: absolute;
        z-index: 2;
        bottom: -4px;
    }
    a#branding_logo {
        top: 0;
        position: relative;
    }
    .term-description {
        text-align: center;
        padding: 0;
    }
    .easyzoom img {
        width: 100%;
        height: auto;
    }
    .product-carousel .owl-item.active {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 4px;
    }
    .product-carousel .owl-item.active img {
        width: 100% !important;
        height: auto !important;
    }
    
    .pd-detail.prod-padd a {
        width: auto;
        font-size: 24px;
    }
    .flex-nowrap {
        flex-wrap: wrap !important;
    }
    .flex-nowrap .col-6.col-lg-2:last-child {
        width: 100%;
        background: #cccccc38;
        text-align: center;
    }
    .flex-nowrap .col-6.col-lg-2:last-child p.text-right {
        margin: 5px 0;
        text-align: center;
        font-weight: 700;
    }
    .bbybqdnnbr .col-lg-4 {
        text-align: center;
    }
    .bbybqdnnbr .col-lg-8.text-right {
        text-align: center;
    }
    .address-book {
        margin-bottom: 12px;
    }
    .ofspcgaaof .col-lg-2 {
        width: 25%;
    }
    .ofspcgaaof .col-lg-5 {
        width: 70%;
    }
    .ofspcgaaof .col-lg-5:last-child {
        width: 100%;
        background: #cccccc38;
    }
    .ofspcgaaof .col-lg-5:last-child p.text-right {
        margin: 0 0 4px 0;
        text-align: center;
        font-weight: 700;
    }
    input.cswuihbbqs {
        margin-bottom: 12px;
    }
    .my-account .border-1.p-5 {
        padding: 30px 0 !important;
    }
    .my-account .container {
        padding: 0 20px;
    }
    .my-account .nav-pills-custom {
        margin-bottom: 30px;
    }
    .register.px-5 {
        padding: 48px 0 0 0 !important;
        border-top: 2px solid #000;
    }
    div#v-pills-tabContent div.tab-pane {
        padding: 0;
        border-radius: 0;
        background: none !important;
        border: 0px solid #ccc;
    }
    .overflow-auto.order-list tbody td:first-child, .overflow-auto.order-list tbody:first-child {
        display: none;
    }
    .overflow-auto.order-list tbody td {
        display: block;
        padding: 4px 15px;
        text-align: center;
    }
    .rungzbwasx {
        font-size: 24px;
    }
    .dropdown-lv3 {
        display: none;
        padding: 15px;
        background: #efefef;
        border-bottom: 2px solid #666;
    }
    li.dd-menu-lv1 a.inrbmxyrem:after{display:none !important;}
    
    .txt-lft .color-lgt {
        color: #999;
        font-size: 17px;
        font-weight: 300;
        text-align: center;
    }
    .rangeStartEnd .rating {
        margin: 0 !important;
        position: relative;
        top: -9px;
        width: 100%;
    }
    header.header.header-desktop.shadow-sm2 {
        padding: 0px 0 0 0;
    }
    .social-login {
        position: inherit; 
        border-top: 0px solid #ccc;
        padding: 23px 0;
        
    }
    .p-main-imag-overlay {
        position: absolute;
        width: 100%;
        height: 49%;
        z-index: 9999;
    }
    .navbar-nav ul li a:after{
        display:none;
    }
    .estore-top-txt {
        width: 100%;
        margin: 0 auto;
    }
    div#EnquiryModal .modal-content {
        padding: 10px 10px 50px;
    }
    div#wpcf7-f3393-o1 input {
        width: 100%;
    }
    .sub-cat-list ul li {
        width: 27%;
    }
    .top-header {
        top: 0;
        z-index: 9999;
        width: 100%;
        margin: 0 auto;
        right: 0;
        background: none;
        padding: 0;
    }
    .bg-color-ll {
        padding: 22px 30px 12px;
        overflow: hidden;
        text-align: center;
    }
    .top-header li:first-child {
        display: none;
    }
    .top-header ul li a {
        padding: 2px 8px;
      
    }
    .request-a-call-back a {
        bottom: 25px;
        left: 106px;
    }
    .sub-cat-list ul li img {
        max-width: 85px;
    }
    .sub-cat-list h4 {
        font-size: 14px;
        height: 45px;
    }
    nav#menu {
        position: absolute !important;
        right: 0;
        top: 0 !important;
    }
    .bor-right-1 {
        border-right: 0;
        border-bottom: 1px solid #ccc;
    }
    .p-text .col-lg-5 .price-wrap .rangeStartEnd {
        width: auto;
        position: inherit;
        left: 0;
        bottom: 6px;
        text-align: right;
        margin: 0 19px;
        border-left: 1px dashed #999;
        padding-left: 24px;
    }
    li.dd-menu > a {
        display: none;
    }
    .ele-top {
        position: relative;
        top: 3px;
    }
    .home-padding-top img {
        max-width: 100%;
    }
    .ele-top.ele-bt {
        top: -8px;
    }
    img.img2 {
        left: -40px;
    }
    .p-140 {
        padding: 50px 30px 100px;
    }
    .blog-testimonials-wrap {
        background: #faf1e7;
        padding: 35px 30px;
        margin: 40px 0 0;
    }
    .blog-carousel-home {
        width: 100%;
    }
    .blog-wrap {
        border-right: 0;
    }
    .testimonial-wrap {
        padding: 0 20px;
    }
    .bg-lo.footer-bg {
        padding: 55px 20px 80px;
    }
    .footer-social {
        position: absolute;
        bottom: 20px;
    }
    .f-text-center, .f-text-right {
        text-align: left;
    }
    .text-left.padd-a {
        padding: 30px;
    }
    .footer-top .ele-top {
        top: -6px;
    }
    .bg-lo.footer-bg .col-lg-4 {
        margin-bottom: 20px;
        border-bottom: 0px solid #999;
        padding-bottom: 20px;
        text-align: center;
    }
    .f-text-center li {
        margin: 8px 0;
        width: 100%;
    }
    .footer-info-link li a {
        margin: 5px 0 0;
        display: inline-block;
        border-bottom: 1px solid #fff;
        width: 100%;
        padding-bottom: 17px;
        position: relative;
        left: -8px;
    }
    .footer-info-link li:last-child a {
        border: 0;
    }
    .col-md-6.text-right {
        text-align: center;
    }
    .col-md-6.copyright_payment_img.c-info.text-right {
        border-top: 1px dashed #fff;
        margin-top: 7px;
        padding-top: 7px;
    }
    .f-text-center li a.catalogue-btn.corp-enquiry.link-dark {
        width: 100%;
        text-align: center;
    }
/*    .about-banner .page-title {
        position: inherit;
        padding-top: 36px;
        width: 93%;
        padding: 35px 0 0;
    }*/
    .bg-filter div#accordion {
        display: inline-block;     width: 100%;
    }
    .inner-banner img {
        max-width: 100%;
        object-fit: cover;
        height: 245px;
    }
    .bg-filter .panel.panel-default {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .bg-filter .panel-collapse {
        left: 0;
        top: 20px;
        padding: 14px;
        width: 100%; position: relative;
    }
    .bg-filter .panel.panel-default a {
        width: 88%;
        display: inline-block;
    }
    .left-all-cate ul {
        text-align: center;
        padding: 0;
    }
    .left-all-cate ul li {
        width: 100%;
        text-align: center;
        margin: 0 0 5px 0;
    }
    .c-name-img {
        display: inline-block;
        margin: 0 10px 30px 10px;
        letter-spacing: 1px;
        font-size: 15px;
    }
    .c-name-img img {
        border-radius: 200px;
        max-width: 100px;
    }
    .home-padding-top h4 {
        font-size: 14px;
    }
    .about-h-text {
        padding: 23px;
    }
    .i-text {
        margin-bottom: 15px;
        text-align: center;
    }
    .i-text img {
        float: none;
    }
    .border-right {
        border-right: 0px solid #ccc;
    }
    .sku-head {
        display: inline-block;
        font-size: 39px;
        font-weight: 700;
        text-align: center;
    }
    .about-vision .aa-des {
        text-align: center;
    }
    .email-form input, .email-form textarea {
        padding: 9px 0px;
        border-bottom: 1px solid #ccc;
    }
    .additional-carousel .owl-item.active li {
        width: 100%;
    }
    .f-detail.sku-code {
        margin-bottom: 25px;
    }
    .pf-info ul li {
        display: inline-block;
        border-right: 1px solid #ccc;
        margin: 8px 0px -8px;
        padding: 8px 5px;
        text-align: center;
        font-size: 20px;
        border-bottom: 1px solid #ccc;
        width: 49%;
    }
    .pf-info ul li .header {
        font-size: 14px;
    }
    button.close {
        right: -6px;
        top: -6px;
                z-index: 9999;
    }
    .left-all-cate li a{text-align: center;}
    .w-75 {
        width: 100% !important;
    }
    .list-page-content {
        padding: 0;
    }
    blockquote {
        width: 95%;
    }
    .bg-left {
        padding: 0 0 0 55px;
        display: none;
    }
    .bor-left {
        border-left: 0;
        padding: 0;
    }
    .divideri {
        border-top: 0;
        padding: 15px 0;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .product-page .col-lg-3.text-right {
        text-align: center;
    }
    .btn.btn-primary.fryeoxwpcd {
        top: 0;
    }
    .btn.btn-primary.fryeoxwpcd.sticky-btn {
        position: inherit;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .con-details ul li {
        width: 100%;
        margin: 27px 0;
    }
    .navbar-mega a {
        width: 100%;
        text-align: left;
        padding: 10px;
    }
    .dropdown {
        text-align: left;
        width: 100%;
        padding: 0 11px;
    }
    .dd-menu-lv-two {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        background: #fff0;
        height: auto;
        padding: 10px 0;
        border-right: 0;
    }
    .dropdown-content {
        background-color: #ffffff00;
        width: 94%;
        left: 10px;
        box-shadow: none;
        z-index: 1;
        position: relative;
    }
    .dropdown .dropbtn {
        width: 100%;
        text-align: left;
    }
    .navbar-mega {
        display: inline-block;
        
    }
    .l-c-icons li.mob-des-none {
        display: none;
    }
    .l-c-icons {
        display: inline-block;
        width: 100%;
        float: left;
        text-align: left;
    }
    div#navbarCollapse {
        top: 48px;
        position: relative;
    }
    .product-info ul.thumbnails.product-carousel .owl-stage {
        width: 100% !important;
    }
    .product-carousel {
        overflow: hidden;
        padding: 14px 0 0;
        margin: 0;
    }
    .cat-dd{display: none}
    
    .home-cat-top-carousel .owl-prev {
        left: 0; position: inherit;
    }
    .home-cat-top-carousel .owl-next {
        right: 0; position: inherit;
    }

    .top-header.shadow-sm1 .open-menu ul li a {
        border: 0 !important;
        padding: 0;
        text-transform: capitalize;
        font-size: 20px;
        width: 100%;
        display: inline-block;
        margin: 20px 0 0;
        border-bottom: 1px solid #000 !important;
        border-radius: 0;
        padding-bottom: 27px;
        color: #000;
    }
    form#corporateEnquiryForm {
        max-width: 90%;
        margin: 0 auto;
        border: 1px solid #FFC107;
        padding: 50px 25px;
        margin-bottom: 80px;
        border-radius: 22px;
    }
    .cat-dd-brand {
        display: none;
    }
    .cat-dd-brand .dd-menu-lv-one {
        width: 100%;
        padding-left: 38px;
    }
    ul.impnotice {
        font-size: 20px;
        text-align: center;
        padding: 0;
    }
    a.catalogue-btn {
        text-align: center;
        padding: 12px 0 !important;
    }
    a.white-logo.footer-logo {
        text-align: center;
        background: #fff;
        border-radius: 0 0 80px 80px;
        padding: 0 0 15px 0;
        margin-top: -100px;
        margin-bottom: 0;
    }
    .col-lg-4.mob-des-block {
        border: 0 !important;
        margin: 0 !important;
    }
    .h-p-w {
        width: 50%;
    }
    .p-text h5 {
        font-size: 16px;
        font-weight: 400 !important;
    }
    .about-home-wrapper img {
        max-width: 100%;
    }
    .sku-head:after{display: none}
    .sku-head {
        width: 94%;
    }
    .sub-text.cat-sub-text {
        padding: 35px 15px;
    }
    form#contactForm {
        text-align: left;
    }
    .easyzoom.easyzoom--overlay {
        width: 100%;
        float: right;
    }
    .easyzoom img {
        border-right: 0px solid #f4433657;
    }
    .additional-carousel {
        width: 100%;
    }
    .additional-carousel ul.thumbnails {
        padding: 0;
    }
    .additional-carousel li {
        width: 115px;
    }
    .product-banner .page-title {
        padding: 0 0px;
    }
}
