/********** Template CSS **********/
:root {
    --primary: #000;
    --light: #F8F8F8;
    --dark: #252525;
}
@font-face {
font-family: 'Optima';
font-style: normal;
font-weight: normal;
src: local('Optima'), url('../fonts/OPTIMA.woff') format('woff');
}

@font-face {
font-family: 'Optima Italic';
font-style: normal;
font-weight: normal;
src: local('Optima Italic'), url('../fonts/Optima_Italic.woff') format('woff');
}

@font-face {
font-family: 'Optima Medium';
font-style: normal;
font-weight: normal;
src: local('Optima Medium'), url('../fonts/Optima Medium.woff') format('woff');
}

@font-face {
font-family: 'Optima Bold';
font-style: normal;
font-weight: normal;
src: local('Optima Bold'), url('../fonts/OPTIMA_B.woff') format('woff');
}

body{
  font-family: "Montserrat", serif;
  color: #000; overflow-x: hidden; font-size: 15px;
  
  background-image: url(../img/bg-footer.png), url(../img/bg.jpg);
  background-position: center bottom, center;
  background-repeat: no-repeat, repeat;
  
}
/*font-family: optima;*/
html {
    position: relative;
    overflow-x: hidden;
}
h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 400 !important;
    font-family: "Montserrat", serif;;
}
a {
    color: #000000;
    text-decoration: none;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}
h2#swal2-title {
    font-size: 2em;
}
h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}
.display-5 {
    font-size: 4.5rem; 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: 30px;
    bottom: 90px;
    z-index: 99;
}
a.btn.btn-link.zliggxevfz {
    border-color: #b7b7b7;
    color: #767676;
}
.contact-us {
    max-width: 880px;
    margin: 85px auto 0 auto;
}


h1 {
    font-family: optima;
    font-weight: 400 !important;
    font-size: 35px !important;
    color: #974c00;
}
.m-auto{margin: 0 auto;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    
}
h5, .h5 {
    font-size: 1.5rem;
}
h2 {
    font-family: optima;
    font-size: 40px;
    color: #000;
    position: relative;
        display: inline-block;
}
.m-auto.b-logo ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.m-auto.b-logo ul li {
    display: inline-block;
    margin: 0 35px 35px;
}
.m-auto.b-logo ul li img {
    border: 1px solid #eeaa65;
    border-radius: 500px;
    width: 307px;
    height: 307px;
    padding: 18px;
}
/*h2:before {
    content: "";
    width: 60px;
    height: 2px;
    background: #000;
    position: absolute;
    left: -85px;
    top: 50%;
}
h2:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #000;
    position: absolute;
    right: -85px;
    top: 50%;
}*/
h3 {
    color: #974c00;
    font-family: optima;
    font-size: 42px;
}
.prod-text {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
}
.bt-i-w-white .prod-text {
    top: 60%;
}
.bt-i-w-white .prod-text h2 a {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    border-bottom:0;
}
.bt-i-w-white .prod-text a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
}
.bt-i-w-black .prod-text {
    top: 79%;
}
.bt-i-w-white, .bt-i-w-black {
    margin-bottom: 30px;
}
.bt-i-w-black .prod-text h2 a {
    font-size: 40px;
    font-weight: 300;
    border-bottom:0;
}
#loginSubmit, #registerSubmit, #forgotSubmit {
    width: 52%;
    margin-bottom: 13px;
}
.divider-ge {
    margin-top: 70px;
}
.c-img img {
    max-height: 365px;
}
.testimonial-carousel-item ul {
    margin: 0;
    padding: 0;
}

/* Horizontal According  */

.horizontal-accordian-one {
      width: 85%;
      display: flex;
      position: relative;
      margin: 0 auto;
      height: 515px;
      overflow: hidden;
    }
    .horizontal-accordian-one .accordian-container {
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: row;
      list-style: none;
      padding: 0;
      margin: 0;
      height: 100%;
    }
    .horizontal-accordian-one .accordian-container .accordian-item {
      display: flex;
      flex-direction: row;
      height: 100%;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item
      .accordian-head.color-orange {
          border-left: 1px solid #000;
        color: #000;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item
      .accordian-head {
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 100%;
      width: 100px;
      align-items: center;
      transition: all ease-in 0.4s;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item
      .accordian-head
      span {
      font-family: 'Montserrat';
    font-size: 14px;
    transform: rotate(90deg);
    display: flex;
    width: fit-content;
    text-wrap: nowrap;
    text-align: left;
    transition: all ease-in 0.4s;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #af5800;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item
      .accordian-head.color-red {
      border-left: 1px solid #000;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item
      .accordian-head.color-blue {
      border-left: 1px solid #000;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item
      .accordian-head.color-green {
      border-left: 1px solid #000;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item
      .accordian-head.color-yellow {
      border-left: 1px solid #000;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item
      .accordian-data {
      width: 0;

      overflow: hidden;
      opacity: 0;
      height: fit-content;
    }
    .content-head {
        width: 100%;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item.active
      .accordian-data {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      animation: open 0.4s;
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box;
      opacity: 1;
      overflow: hidden;
    }
    .content-head h2 {
        font-family: 'Montserrat';
        font-size: 30px;
        font-weight: 600 !important;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item.deactivate
      .accordian-data {
      animation: close 0.4s;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item.active
      .accordian-head {
      width: 130px;
    }
    @keyframes open {
      0% {
        width: 0px;
        opacity: 0;
      }

      75% {
        opacity: 0;
      }

      100% {
        width: 600px;
        opacity: 1;
      }
    }

    @keyframes close {
      0% {
        width: 600px;
        opacity: 1;
      }

      75% {
        opacity: 0;
      }

      100% {
        width: 0;
        opacity: 0;
      }
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item.active
      .accordian-head
      span {
      transform: rotate(90deg) scale(1.2);
      font-weight: 600;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item.active
      .accordian-data.content-head {
      width: fit-content;
      display: flex;
      background: #ffffff;
      text-align: center;
      cursor: pointer;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item.active
      .accordian-data
      .content-head
      h1 {
      font-family: Montserrat;
      margin: 10px 0px;
    }

    .horizontal-accordian-one
      .accordian-container
      .accordian-item.active
      .accordian-data
      .content-head
      p {
      font-size: 16px;
      line-height: 24px;
      font-family: Montserrat;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item.active
      .accordian-data
      .bottom-content {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      height: fit-content;
      flex-wrap: nowrap;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item.active
      .accordian-data
      .bottom-content
      .content-img {
      width: 100%;
    }
    .horizontal-accordian-one
      .accordian-container
      .accordian-item.active
      .accordian-data
      .bottom-content
      .content-img
      img {
      width: 100%;
    }
    .horizontal-accordian-one .accordian-container .accordian-item.active .accordian-data .bottom-content .bottom-dta {
        width: 83%;
        padding: 20px;
        font-family: 'Montserrat';
        font-size: 17px;
    }

/* End  */

.login-wrapper a {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
    border: 0 !important;
}
.no-border {
    border: 0 !important;
}
.login-wrapper .element1 img {
    max-width: 190px;
    left: -80px;
    bottom: -76px;
}
.login-wrapper .elementplate img {
    max-width: 170px;
}
.login-wrapper .elementplate {
    right: -80px;
    top: -100px;
}
label.l-l {
    text-align: left;
    float: left;
    margin: 0 0 7px 0;
    font-size: 14px;
    position: relative;
    top: 0;
}
.my-account .nav {
    text-align: left;
    width: 100%;
    display: inline-block;
}

.u-information {
    position: relative;
    top: -24px;
}
a.btn-link-l {
    color: #18a149;
    margin: 0 4px;
}
.col-lg-6 .wo-login-wrap {
    max-width: 90%;
    margin: 0 auto;
}
.col-lg-6 .right-side-w {
    width: 100%;
    margin: 0 auto;
    background: #f5f6f5;
    padding: 60px;
}

.my-account .nav-pills-custom a.nav-link {
    display: inline-block;
    margin: 0 25px 0 0;
    border-radius: 10px;
    padding: 8px 22px !important;
    background: #4caf50;
    color: #fff;
    border: 0;
}
.login-wrapper a:hover{color: #000; text-decoration: none;}
.bt-i-w-black .prod-text a {
    color: #000;
    font-size: 20px;
    display: inline-block;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
}
.bt-i-w-black .prod-text {
    top: 78%;
}


.error {
    width: 100%;
    text-align: left;
    color: #ff0000;
}
.home-why-wrap p {
    font-size: 20px;
}
.home-page-why{background: url(../img/corner-r-t.png) no-repeat right top, url(../img/divi-bt.png) no-repeat bottom right;}
.home-why-wrap {
    width: 80%;
    margin: 85px auto 50px 33px;
    text-align: center;

}

.cate-carousel-item img {
    max-width: 100%;
    width: auto !important;
    display: inline-block !important;
    position: relative;
    z-index: 1;
}

.c-img {
    position: relative;
    top: -115px; transition: .5s;
}
.c-img:after {
    content: '';
    width: 200px;
    height: 200px;
    background: #ffdbc9;
    position: absolute;
    border-radius: 500px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 0;
}
.category-list .owl-item {
    padding: 170px 0 0px 0;
}
a.cate-link {
    top: -80px !important;
    font-size: 21px;
    font-family: optima; transition: .5s;
}
.cate-carousel-item {
    background: #00808038;
    border-radius: 25px;
    padding: 60px 0 0;
    position: relative;
    top: -30px; transition: .5s;
}
a.cate-link.underline {
    text-decoration: underline;
}
.category-list .owl-item:nth-child(5) .cate-carousel-item {
    background: #fdeee8 !important;
}
.category-list .owl-item:nth-child(5) .cate-carousel-item .c-img::after{
    background: #fae6c7;
}
.category-list .owl-item:nth-child(6) .cate-carousel-item {
    background: #e1e3f4 !important;
}
.category-list .owl-item:nth-child(6) .cate-carousel-item .c-img::after{
    background: #cfc5f5;
}
.category-list .owl-item:nth-child(7) .cate-carousel-item {
    background: #f7e4f4 !important;
}
.category-list .owl-item:nth-child(7) .cate-carousel-item .c-img::after{
    background: #fbcbe4;
}
.category-list .owl-item:nth-child(8) .cate-carousel-item {
    background: #faf5e5 !important;
}
.category-list .owl-item:nth-child(8) .cate-carousel-item .c-img::after{
    background: #fae5c8;
}
.category-list .owl-item:nth-child(9) .cate-carousel-item {
    background: #fdeee8 !important;
}
.category-list .owl-item:nth-child(9) .cate-carousel-item .c-img::after{
    background: #ffdec7;
}
.category-list .owl-item:nth-child(10) .cate-carousel-item {
    background: #fdeee8 !important;
}
.category-list .owl-item:nth-child(10) .cate-carousel-item .c-img::after{
    background: #cec5f7;
}
.category-list .owl-item:nth-child(11) .cate-carousel-item {
    background: #e1e3f4 !important;
}
.category-list .owl-item:nth-child(11) .cate-carousel-item .c-img::after{
    background: #f7cde2;
}
.category-list .owl-item:nth-child(12) .cate-carousel-item {
    background: #f7e4f4 !important;
}
.category-list .owl-item:nth-child(12) .cate-carousel-item .c-img::after{
    background: #fceac1;
}
.category-list .owl-item:nth-child(13) .cate-carousel-item {
    background: #faf5e5 !important;
}
.category-list .owl-item:nth-child(13) .cate-carousel-item .c-img::after{
    background: #fae6c7;
}
.category-list .owl-item:nth-child(14) .cate-carousel-item {
    background: #fdeee8 !important;
}
.category-list .owl-item:nth-child(14) .cate-carousel-item .c-img::after{
    background: #cfc5f5;
}
.cate-carousel-item a {
    position: relative;
    top: -45px; 
}
.category-list .owl-item:hover .cate-carousel-item {
    top: 0;
    transition: .5s;
}
/*.category-list .owl-item:hover .c-img {
    top: -140px; transition: .5s;
}*/
.category-list .owl-item:hover a.cate-link {
    font-size: 25px; transition: .5s;
}
table.xhpjwmuqca tr:nth-child(2) td {
    background: #000;
    color: #fff;
    border-right: 1px solid #fff;
}
/*** 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;
}
.left-side a {
    color: #1ba24b;
}
.pink .pd-wrapper h2 {
    color: #c72401;
}
.brown .pd-wrapper h2 {
    color: #955300;
}
.orange .pd-wrapper h2 {
    color: #f2642c;
}
.owl-next.disabled, .owl-prev.disabled {
    display: none;
}

.orange h1 {
    color: #ffffff;
}

.pink h1 {
    color: #fffbe1;
}

.brown h1 {
    color: #955300;
}
.orange .breadcrumb ul li a, .orange .breadcrumb ul li {
    color: #ffffff;
}
.pink .breadcrumb ul li a, .pink .breadcrumb ul li {
    color: #fffbe1;
}
.brown .breadcrumb ul li a, .brown .breadcrumb ul li {
    color: #955300;
}
.svzybegunh {
    margin-bottom: 14px;
}
.social-cta-right img {
    max-width: 25px;
}
.social-cta-right {
    position: fixed;
    z-index: 99999;
    right: 10px;
    top: 25px;
    background: #ffffffc7;
    border-radius: 50px;
    padding: 6px 6px 0px;
    border: 1px solid #999;
    display: none;
}
.social-icons-w ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.social-icons-w ul li {
    margin: 10px 0;
}

/*** Button ***/
.btn {
    font-weight: 400;
    transition: .5s;
}

.btn.btn-primary, .btn.btn-secondary {
    color: #000;
    background: none;
    border-color: inherit;
}


.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, a.btn.btn-link:hover {
    border-color: #108181;
    padding: 12px 8px;
    transition: .5s;
}
.why-img2 {
    position: relative;
}
.why-img2 img.round-img {
    position: absolute;
    left: 0;
    bottom: 0;
}
.why-img2 img {
    margin-bottom: 50px;
}
.why-img3 img {
    position: relative;
    left: -40px;
}
.mid-content {
        width: 65%;
        margin: 0 auto;
    }

@media (max-width: 1300px){
    .home-why-wrap {
        width: 74%;
        margin: 77px auto 45px 70px;
    }
}
.back-to-top {
    background: #1ba24b00 !important;
    border-radius: 50px;
    border: 1px solid #eba864 !important;
    color: #eba864 !important;
}
.additional-varients select.select-dd {
    margin-bottom: 12px;
    width: 100%;
    border-radius: 62px;
    padding: 12px;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    position: absolute;
    right: 0;
}
a.wapp-icon-bottom {
    position: absolute;
    bottom: 84px;
    left: 18px;
    z-index: 999;
}
a.wapp-icon-bottom img#style-9 {
    width: 60px;
    height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 0px;
    padding: 8px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
}

/*.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}*/
.top-message.text-center {
    background: #e8f1f1;
    border-bottom: 1px solid #32989a;
    padding: 6px 0;
}
.con-info-top {
    display: inline-block; font-family: "Montserrat", serif;
}
.con-info-top a {
    border-right: 1px solid #ffffff;
    font-size: 18px;
    padding: 12px 25px;
    color: #fff;
    display: inline-block;
}
.con-info-top a:last-child{border: 0; padding-right: 0}
.navbar-light.shadow-sm  {
    background: #fff;
}
.navbar.sticky-top {
    position: fixed;
    z-index: 99999;
    top: 0;
    background: linear-gradient(180deg, black, transparent);
    padding-bottom: 84px;
    width: 100%;
    padding-top: 0;
}
.nav-bar-top-95 {
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(180deg, black, transparent);
    padding: 0 40px;
}
nav.navbar.shadow-sm img {
    max-width: 100px; transition: .5s;
}
nav.navbar.shadow-sm {
    backdrop-filter: blur(10px);
    background: #000000bd;
}
.home-banner {
    overflow: hidden;
}
.shadow-sm {
    top: 0 !important;
    transition: .5s;
}
.top-se-info {
    border-bottom: 1px solid #ccc;
}
.navbar-brand {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-right: inherit;
    font-size: inherit;
    white-space: inherit;
    
    display: inline-block;
}
.navbar-expand-lg {
    flex-wrap: inherit;
    justify-content: inherit;
}
.navbar {
    display: inherit; font-family: 'Optima';
}
.navbar-nav {
    display: block; margin: 0 auto;
}
.navbar .navbar-nav .nav-link {
    display: inline-block;
    font-weight: 500;
    font-size: 21px;
    color: #ffffff;
    text-align: left;
    padding: 7px 35px;
    position: relative;
}
/*.navbar .navbar-nav .nav-link:after, .catt-list a:after {
    content: '-';
    position: absolute;
    right: -5px;
}*/
.all-catt, .catt-list {
    display: inline-block; position: relative;
}
.nav-item.dropdown {
    display: inline-block;
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    background: #fff;
}
.navbar-toggler-icon {
    width: 30px;
    height: 72px;
    cursor: pointer;
    background-image: url(../img/icons/menu-ham.png)  !important;
}
.txt-i-w {
    position: relative;
}
.best-seller-head h2:after, .best-seller-head h2:before{display: none}
.best-seller-head.text-right {
    height: 100%;
    padding: 85px;
}
.home-banner {
    /*position: absolute;*/
    top: 0;
}
.home-banner .owl-nav {
    width: 100%;
    position: absolute;
    top: 45%;
    padding: 0 75px;
}
.bor-left {
    border-right: 1px solid #ccc;
    text-align: center;
}
.statistics {
    margin-top: 50px;
}
.s-txt {
    display: inline-block;
    font-size: 19px;
    text-align: center;
    padding: 0;
    position: relative;
    top: 0px;
    color: #000000;
    font-weight: 500;
}

.btn-link.sts-link:hover{color: #fff; background:#000;}
.bor-left img {
    width: 65px !important;
}
.home-banner .owl-prev {
    position: absolute;
    left: 70px;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/left-arrow.png) 0 0 no-repeat;
}
.bg-wheat {
    background: url(../img/whete-bg-pattern.png) center 0 repeat;
}
.bg-wheat-green {
    background: #daffdb url(../img/whete-bg-pattern.png) center 0 repeat;
}

.bg-wheat-light {
    background: #fff7ee url(../img/whete-bg-pattern.png) center 0 repeat;;
}

.bulk-order-bg {
    background: #ffe6d0 url(../img/whete-bg-pattern.png) center 0 repeat;
    position: relative;
    top: 65px;
    padding-top: 75px;
}

.home-banner .owl-next {
    position: absolute;
    right: 70px;
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    background: url(../img/right-arrow.png) 0 0 no-repeat;
}
.elementplate {
    position: absolute;
    right: -205px;
    top: -110px;
}
.elementplate img{
    max-width: 54%;
    /*animation: m 30s infinite;*/
}
.kxemfyxryk {
    margin-bottom: 50px;
}
.related-p-l123 img.main-img {
    height: 100%;
}
.related-p-l123 .c-image {
    width: 70%;
    margin: 0 auto;
    display: inherit;
    height: auto;
}
@keyframes m {
  100% {transform: rotate(360deg);}
  
}

.element1 img {
    position: absolute;
    left: -228px;
    bottom: -165px;
    text-align: left;
    overflow: hidden;
    z-index: 999;
    max-width: 76%;
    animation: m1 20s infinite;
}
@keyframes m1 {
  100% {transform: rotate(-360deg);}
}

.w-65 {
    width: 68%;
}
.w-55 {
    width: 55%;
}
.element1.right-side img {
    right: -190px;
    left: inherit;
    width: 365px;
    animation: m1 20s infinite;
}
@keyframes m2 {
  100% {transform: rotate(360deg);}
}

/*.prod-img-bg img{
    animation: m1 35s infinite;
}*/
img.main-img.hover {
    display: none;
    position: absolute;
        top: 0;
}
.p-imag.position-relative:hover img.main-img.hover {
    display: block;
}
.p-imag.position-relative {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

/*.home-prod .owl-nav {
    width: 100%;
    position: relative;
    top: -92px;
    padding: 0 75px;
}*/

.home-prod .owl-nav .owl-prev {
    position: absolute;
    top: 43%;
    left: -50px;
    background: url(../img/left-image.png);
    text-indent: -9999px;
    width: 44px;
    height: 44px;
}
.home-prod .owl-nav .owl-next {
    position: absolute;
    top: 43%;
    right: -50px;
    background: url(../img/right-image.png);
    text-indent: -9999px;
    width: 44px;
    height: 44px;
}

.home-testimonials .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: -50px;
    background: url(../img/left-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.home-testimonials .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: -50px;
    background: url(../img/right-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}



.prod-img-bg {
    border-radius: 500px;
    padding: 20px;
}

.prod-img-bg img.img-fluid {
    opacity: .4;
}

.pp-plate {
    position: absolute;
    top: 87px;
    z-index: -1;
    transition: .5s;
    width: 100%;
    text-align: center;
        display: none;
}
.pp-plate img.img-fluid {
    max-width: 195px;
    left: 0;
    right: 0;
}

.c-image:hover .pp-plate {
    top: -90px;
}

.btn-primary {
    color: #000;
    border-color: #000000;
    
}

.l-c-icons ul {
    padding: 0;
    list-style: none;
    display: inline-block;
}
.l-c-icons ul li {
    display: inline-block;
    margin: 0px 0 0px 25px;
}

.currency-list {
    display: none;
}
.currency-w {
    display: inline-block;
}
.currency-w img.img-fluid {
    width: 13px;
}
.dd-icon {
    width: 10px !important;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl {
    display: inline-block;
    flex-wrap: inherit;
    align-items: center;
    justify-content: inherit;
}
.txt-i-w h2 {
    position: absolute;
    bottom: 25px;
    color: #fff;
    font-size: 90px;
    left: 57px;
}
.txt-i-w h2 a{color: #fff}
.c-image h6 a {
    color: #000;
    font-size: 17px;
        margin-bottom: 14px;
    display: inline-block;
}
.prod-list .c-image h6 a {
    color: #000; font-size: 17px;
    margin-bottom: 0;
}
.p-size-rating {
    font-size: 16px;
    padding: 8px 0 0;
}
.price span {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.p-size-rating label {
    font-weight: 500;
    color: #000;
}
.founder-detail p {
    margin: 11px 0 0 0;
    font-weight: 500;
    font-size: 20px;
}
span.sell-p {
    color: #008080;
}
a.btn.btn-link {
    border: 1px solid #000;
    color: #000;
    font-weight: 400;
    padding: 12px 24px;
    display: inline-block;
    margin: 0px 10px;
    border-right: 0;
    border-left: 0;
    text-transform: uppercase;
    transition: .5s;
}
a.btn.btn-link.dark {
    border: 1px solid #000;
    border-radius: 57px;
    color: #000;
    font-weight: 400;
    padding: 6px 25px;
    display: inline-block;
}
h3 span {
    color: #6a3e15;
}
a.btn-link.sts-link {
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    border: 1px solid #000;
    font-weight: 300 !important;
    border-radius: 60px;
    padding: 5px 35px;
    font-size: 15px;
    position: relative;
    top: 17px;
}
ul.home-gift {
    list-style: none; margin-top: 135px;
}
ul.home-gift li img {
    margin: 0 20px;
    max-width: 85px;
}
ul.home-gift li {
    margin-bottom: 85px;
    font-size: 26px;
}
.bottom-content {
    margin: 0 0 0 !important;
    padding: 0;
}
.bottom-content li {
    display: inline-block;
    margin: 0 8%;
}
.bottom-content li:nth-child(1), .bottom-content li:nth-child(3) {
    position: relative;
    top: -66px;
}

@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) {
   

}


/*** 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: 100%;
        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;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.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: 0;
}
.modal {
    z-index: 9999999999999;
    background: #00000052;
}
.modal-content {
    border-radius:0;
}
.modal.fade .modal-dialog {
    transform: inherit;
}
.modal-dialog {
    max-width: 650px;
}
.submitBulkOrderForm {
    background: #29a71a !important;
    width: auto;
    color: #fff !important;
    border: 0 !important;
    padding: 8px 27px !important;
}
.submitBulkOrderForm:hover {
    background: #000 !important;
}
button.close {
    background: #fff;
    border: 1px solid #000;
    border-radius: 66px;
    position: absolute;
    right: -9px;
    top: -11px;
    width: 29px;
}
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-family: "Montserrat", serif;;
}
.pre-p a.btn.btn-link {
    padding: 0;
    color: #000;
    text-decoration: underline;
    font-size: 14px;
        font-weight: 400;
}
.bg-dark {
    background: #000;
    color: #fff;
    padding: 20px 55px;
    border-radius: 100px;
    font-size: 21px;
}
.we-sell {
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
}

.form-control {
    background-color: #fff0;
}
.modal-content {
    background-color: #fff;
}
/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.modal-header, .modal-body {
    padding: 1rem 2rem;
}
.modal-dialog {
    margin: 1.75rem auto 5.75rem;
}
.static-content-dd-img img {
    width: 100%;
}
.static-content-dd-img {
    width: 60%;
}
.static-content-dd {
    background: #fffffff0;
    padding: 100px;
    width: 65%;
    float: right;
    margin: -27% 0 0;
    position: relative;
}
.static-content-dd p {
    line-height: 30px;
}



/*** 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: 495px;
}

/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 50%;
    height: 60%;
    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 {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 85%;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 22px;
    margin: 0 5px;
    transition: .5s;
}

/*.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}*/

/*.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;
}*/

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .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-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-next {
    position: absolute;
    top: 35%;
    right: -65px;
    background: url(../img/icons/t-a-right.png);
    text-indent: -9999px;
    width: 47px;
    height: 47px;
}
.testimonial-carousel-item li {
    list-style: none;
}
.testimonial-carousel-item li img {
    margin: 25px auto 15px;
}
.user-image img {
    max-width: 170px !important;
}
.content-author {
    font-weight: 500;
    text-align: center;
    margin: 30px 0;
}
.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; margin: 80px 0;
}
.p-img img.bg-img {
    position: relative;
    border: 5px solid #fff;
    border-radius: 22px;
    width: 85%;
        z-index: 1;
}
.p-img:after {
    position: absolute;
    background: #ae935c;
    width: 78%;
    height: 90%;
    content: '';
    top: -35px;
    left: 80px;
    z-index: 0;
    border-radius: 25px;
}
.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
}
.nav-tabs {
    border: 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 40px;
}
.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:460px;
    vertical-align: middle;
    width: 375px;
}*/
.prod-list .col-lg-4 {
    margin-bottom: 15px;
}
.prod-carousel-home .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 375px;
}
.prod-carousel-item a.btn.read-more {
    margin-top: 10px;
    width: 100%;
}
/*.prod-carousel-home .owl-nav.disabled {
    display: block;
}*/
.prod-carousel-home .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-next {
    position: absolute;
    top: 35%;
    right: -65px;
    background: url(../img/icons/right-arrow.png);
    text-indent: -9999px;
    width: 19px;
    height: 42px;
}
.prod-carousel-item p {
    margin-bottom: 4px;
}
.bg-lo {
    background: #f4ece5;
}
.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;
}
.blog-bg img {
    width: 100%;
}
a.loadmore {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    padding: 9px 20px;
    border-radius: 50px;
}
.divideri {
    border-top: 1px solid #ccc;
    padding: 15px 0;
    margin-top: 30px;
}
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;
}
/*.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;
}
.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;

}


/****  End   ****/


/*** Footer ***/
.footer-links a.btn.btn-link {
    color: #fff;
    display: inline-block;
    margin: 0 8px 5px 20px;
    padding: 0 0px;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    letter-spacing: 0px;
    transition: .5s;
}



.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: absolute;
    content: '';
    font-weight: 500;
    margin-right: 18px;
    font-size: 20px;
    top: 7px;
    background: #d1d1d1;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    left: -18px;
}
.footer .divideri {
    margin: 0;
}
.footer .col-lg-12 {
    margin: 0 0 10px;
        padding: 0 10px;
}


.footer .btn.btn-link:hover {
    color: #fff;
    letter-spacing: 1px;
    box-shadow: none;
}
.social-links a:after {
    content: '-';
    position: absolute;
    right: -3px;
}

.social-links a {
    margin-right: 14px;
    position: relative;
    padding-right: 15px;
    color: #fff;
}
.social-links a img:hover {
    filter: grayscale(1);
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 14px 40px;
    font-size: 15px;
    border-top: 1px dashed #fff;
    margin-top: 0;
    color: #fff;
    position: relative;
}
.footer h3 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 25px !important;
    font-style: normal;
    color: #eeaa65;
}

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;
}

/*Common inner header page*/
.navbar-expand-lg .navbar-toggler {
    display: block;
}
.inner-page h4.section-title {
    width: 70%;
    line-height: 65px;
    font-size: 34px;
}
.breadcrumb {
    width: 100%;
    display: inline-block;
    color: #a75401;
}
.breadcrumb ul {
    /*padding: 10px 0;
    border-bottom: 1px solid #ccc;*/
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li {
    margin: 0 12px 0 12px;
    position: relative;
}
.breadcrumb ul li a {
    color: #a75401;
}
.breadcrumb ul li a:after {
    content: '/';
    position: absolute;
    right: -19px;
}
.inner-page .footer {
        border-top: 1px dashed #d7bc95;
}
.f-des p {
    font-size: 20px;
}
.element-df-center {
    max-width: 185px;
    /*animation: m 30s infinite;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
    opacity: .3;
}
.prod-list .pp-plate {
    animation: m 35s infinite;
    left: 0;
}
.prod-list .c-image:hover .pp-plate {
    top: -106px;
    z-index: 0;
    left: -68px;
}
.aa-bg {
    background: #efefef url(../img/whete-bg.png) center center no-repeat;
    text-align: center;
    padding: 80px 0;
    margin-bottom: 70px;
}
.last-txt h3 {
    text-align: left;
    font-weight: 500 !important;
}
.add-image {
    position: relative;
    border-radius: 30px;
    width: 100%;
   
}
.container.last-contaciner {
    max-width: 990px; margin-bottom: 60px;
}

.aa-bg img {
    max-width: 185px;
    margin-bottom: 0;
}
.add-image img {
    border-radius: 30px;
    max-width: 470px;
}

.divider-b:after {
    background: url(../img/divider-b.png) 0 0 no-repeat;
    width: 100%;
    content: '';
    height: 50px;
    left: 0;
    bottom: -70px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
h2.divider-b {
    margin-bottom: 60px !important;
}
.about-us .divider-b::after {
    background: url(../img/divider-b.png) center 0 no-repeat;
}

h4.one-liner {
    font-family: "Montserrat", serif;;
    font-size: 30px;
}
.l-c-icons {
    padding-top: 20px;     position: relative; display: inline-block;
}
h2.display-5 {
    font-size: 3.8rem;
}
.f-des.scroller-c {
    height: 200px;
    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: 560px;    transition: 1s;
}
.product-wrapper .p-img img:hover {
    transform: scale(1.5);
    transition: 1s;
}
.product-wrapper {
    padding: 0 35px;
}
.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;
    font-family: "Montserrat", serif;;
    color: #000;
    font-weight: 500 !important;
}
.short-de {
    font-size: 12px;
}
.artist-name {
    text-align: right;
}
.price {
    text-align: center; margin-bottom: 10px;
}
span.p-disc {
    color: #008080;
    font-weight: 600;
}
.pagination ul {
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}
.pagination ul li {
    display: inline-block;
}
.price span.mrp {
    text-decoration: line-through;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin: 0 5px;
}
.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 50px 5px 0;
}
.sel-price {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
}
.nprice {
    display: inline-block;
    font-size: 25px;
    margin: 0 20px;
    color: #999;
    text-decoration: line-through;
}
.price.text-left {    
    padding: 14px 0 0;    
}
.price.text-left p {
    display: inline-block;
    color: #666;
    width: 100%;
}
.hurry {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 1px 10px;
    font-size: 10px;
}
.size-p {
    display: inline-block;
    padding: 0 10px;
}
.size-p a {
    text-decoration: underline; font-size: 14px;
}
.pd-info {
    margin: 13px 0 7px;
    /*font-size: 17px;*/
    width: 100%;
    display: inline-block;
}

.pd-description-points ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.pd-description-points ul li {
    display: inline-block;
    width: 125px;
    margin: 50px 0 0;
    font-size: 13px;
}
.pd-description-points ul li img {
    margin-bottom: 15px;
}

.pd-info table.responsive-table td:last-child {
    font-weight: 500;
    font-size: 14px;
}
p.more-info {
    font-size: 15px;
}
.p-size-rating .rating img.img-fluid {
    display: inline-block;
    width: auto;
}
.shipping-d p {
    font-size: 20px;
    line-height: 38px;
}
.enquire-btn a {
    background: #000000;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 11px 20px;
    margin-right: 25px;
    border: 1px solid #008080;
    text-transform: uppercase;
    border-radius: 0;
}
a.add-wish.qghksxwmet, a.add-wish.kvmbqowqqo {
    background: none;
    color: #000;
    border: 1px solid #999;
    border-radius: 10px;
    padding: 11px 40px;
    margin: 0;
}
a.add-wish.kvmbqowqqo {
    background: #cf7e5b;
    border-color: #cf7e5b;
    color: #ffffff;
}
.enquire-btn a:hover {
    background: #fff;
    color: #000;
}
.pd-info.pd-d label {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 0 0 8px 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 24px;
}
.pd-detail label {
    font-size: 24px;
    margin-bottom: 12px;
}
.pd-detail p {
    font-size: 20px;
    line-height: 33px;
    color: #333;
}
.pd-details {
    text-align: left;
    /* height: 260px; */
    overflow: auto;
    padding-right: 20px;
    font-weight: 400;
    /*font-size: 17px;*/
}
.pd-details h3 {
    text-align: left;
    font-size: 15px;
    margin-bottom: 15px !important;
}
.pd-details h5 {
    font-size: 19px;
}
.pd-details table tr td {
    padding: 7px 0;
}
.pd-details table tr td:first-child {
    font-weight: 500;
    width: 165px;
}

.pd-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}
.pd-carousel .owl-prev {
    position: absolute;
    top: 35%;
    left: -10px;
    background: #fff url(../img/icons/left-arrow.png) center center no-repeat;
    text-indent: -9999px;
    width: 19px;
    height: 42px;
    padding: 35px 20px;
    border-radius: 9px;
}
.pd-carousel .owl-next {
    position: absolute;
    top: 35%;
    right: -10px;
    background: #fff url(../img/icons/right-arrow.png) center center no-repeat;
    text-indent: -9999px;
    width: 19px;
    height: 42px;
    padding: 35px 20px;
    border-radius: 9px;
}
.pd-carousel .owl-dots {
    text-align: center;
    padding: 19px 0 25px;
}


.pd-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.pd-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    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: fit-content;
    max-height: 600px;
}

.prod-detail .owl-item img {
    cursor: pointer;
    width: auto;
    display: inline-block;
}


.a-c-wrapper img {
    max-width: 100%; margin-bottom: 20px;     max-height: 300px;
}
.product-wrapper.a-c-wrapper a {
    font-size: 23px;
    color: #000;
}
.email-form input, .email-form textarea, .form-control:disabled, .form-control:read-only {
        border: 1px solid #000000a3;
    border-radius: 50px;
    padding: 10px 15px;
    text-align: left;
    color: #727272;
    background: #ffffff36;
   
}
.big-txt-area {
    border-radius: 25px !important;
}
.form-group {
    margin-bottom: 30px;
}
input.form-control.btn.btn-link.submitCustomizeForm {
    border: 1px solid #000;
    background: none;
    color: #000;
    
    font-weight: 400;
    display: inline-block;
    width: auto;
    padding: 5px 40px;
}
form#customizeForm {
    margin-top: 30px;
}

.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;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: .8;
}

input:-ms-input-placeholder {
  color: #000;
}

input::-ms-input-placeholder {
  color: #000;
}

.con-de{border-right: 1px dashed #ccc;}
.contact-de i {
    font-size: 20px;
    margin-right: 9px;
}
.contact-de h4 {
    display: inline-block;
}

.contact-de {
    padding: 26px 0px 33px 0px;
    border: 1px dashed #000;
    margin-bottom: 0px;
    height: 160px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
div#popupModal.show {
    display: block;
}
.modal-backdrop-new {
    display: none;
}
div#popupModal .modal-dialog, div#popupModal-2 .modal-dialog {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
div#popupModal .modal-dialog .modal-content.rounded-0, div#popupModal-2 .modal-dialog .modal-content.rounded-0 {
    background: #dfbf9f80;
    height: 100%;
    backdrop-filter: blur(6px);
}
div#popupModal .modal-body, div#popupModal-2 .modal-body {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #482400 url('../img/popup-bg.jpg') center center no-repeat;
        padding: 6% 0;

}
div#popupModal .modal-body img, div#popupModal-2 .modal-body img {
    max-width: 200px;
    margin-bottom: 40px;
}
p.head_age {
    font-size: 46px;
    color: #eeaa65;
    line-height: 45px;
    font-weight: 700;
}
div#popupModal .modal-body p.small, div#popupModal-2 .modal-body p.small {
    font-size: 16px;
    color: #cb7f31;
}
.btn-link-y.text-center button {
    display: inline-block;
    width: auto;
    border: 0;
    padding: 15px 30px;
    font-size: 25px;
    background: #ed963c;
    color: #000;
    margin: 0 16px 20px;
    opacity: 1;
    height: auto;
}
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: 10px;
    top: 7px;
    z-index: 99;
}
.product-wrapper a.wishlist-ic img:hover {
    transform: scale(1);
}
.bg-foo {
    background: #292d35 url('../img/footer-bg.png') 0 -190px no-repeat;
    padding: 60px 55px 0px;
    background-size: cover;
}
span.color-green {
    color: #eeaa65;
}
a.color-green {
    color: #eeaa65 !important;
}
.footer {
    margin-top: 70px;
    background: url('../img/footer-bg.webp') no-repeat 0 0;
    background-size: cover;
    position: relative;
    padding-top: 100px !important;
}
.footer:before {
    content: '';
    background: #000000eb;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.footer .container {
    position: relative;
}
.footer .newsletter-w h3 {
    font-size: 26px;
    font-weight: 400 !important;
}
.footer .newsletter-w span {
    font-size: 19px;
    font-weight: 400;
}
.row.n-form input[type="text"] {
    width: 100%;
    padding: 6px 15px;
    margin: 20px 0 0;
    text-align: left;
}
input.n-btn {
    width: 78%;
    padding: 8px 15px;
    margin: 20px 0 0;
    background: none;
    border: 1px solid #000;
    font-size: 25px;
}
.footer p {
    color: #fff;
    font-size: 18px;
}
.f-logo a {
    display: inline-block;
    margin-bottom: 25px;
}

p.small.c-name {
    position: relative;
    top: -3px;
}
.c-image img.bg-img {
    max-width: 100%;
    max-height: 440px;
    width: auto;
    margin: 0 auto;
}
.left-side-bar h3.cat-name {
    text-align: left;
    font-size: 28px;
    margin-bottom: 35px !important;
    display: inline-block;
    width: 100%;
}
a.btn.btn-link.c-btn-right {
    float: right;
    position: relative;
    top: -37px;
}
.filters ul {
    list-style: none;
    padding: 0;
}
.filters ul li {
    border-bottom: 1px solid #e5e5e596;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
}
.filter-dd {
    display: block; /*height: 185px;*/
    overflow: auto; width: 85%;
}
.filer-head{
    font-size: 19px;
    border-bottom: 1px dashed #008080;
    border-top: 1px dashed #008080;
    margin-bottom: 15px;
    
}
.usps h3 {
        display: inline-block;
    background: #fff7ee;
    padding: 17px 35px;
    border-radius: 100px;
    position: relative;
    margin: 17px 0 55px 0 !important;
    height: 74px;
    z-index: 18;
}
.usps h3:before {
    position: absolute;
    left: -10px;
    width: 106%;
    background: #a3c49a;
    content: '';
    border-radius: 100px;
    height: 75px;
    top: 0;
    z-index: -1;
}
.usps h3:after {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff7ee;
    content: '';
    border-radius: 100px;
    height: 75px;
    top: 0;
    z-index: -1;
}
.usp-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.filer-head h5 {
    font-size: 19px;
    margin: 0;
    padding: 9px 0;
}
.usp-wrapper ul li {
    display: inline-block;
    margin: 0 40px;
}
.usp-wrapper ul li img {
    max-width: 100px;
    margin-bottom: 10px;
}
.usp-wrapper ul li p {
    font-size: 20px;
}
/*
.filters {
    overflow: auto;
    height: 66vh;
}*/

.filters::-webkit-scrollbar {
  width: 3px;
}

.filters::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filters::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 1px solid #000;
}

.filter-dd::-webkit-scrollbar {
  width: 3px;
}

.filter-dd::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filter-dd::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #ccc;
}

.f-name {
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}
.f-name span {
    position: absolute;
    font-size: 25px;
    top: -3px;
    right: 11px;
}
.filter-dd ul li {
    padding: 0;
    margin: 0;
    border: 0;
}
.filter-dd ul li a {
    padding: 7px 20px;
    display: inline-block;
    color: #000;
    position: relative;
        font-size: 15px;
}
.filter-dd ul li a:before {
    width: 5px;
    height: 5px;
    background: #000;
    content: '';
    position: absolute;
    top: 16px;
    left: 1px;
    border-radius: 50px;
}
.ele100 {
    position: absolute;
    top: -84px;
    left: -75px;
    z-index: 999;
}
.ele3 {
    position: absolute;
    top: -80px;
    left: 19%;
}
.ele2 {
    position: absolute;
    top: -29px;
    right: -35px;
    z-index: 9999;
}
.ele4 {
    position: absolute;
    right: -60px;
    bottom: 0;
    z-index: 0;
}
.additional-carousel {
    padding-top: 14px;
}
ul.thumbnails.product-carousel {
    padding: 0;
}
ul.thumbnails.product-carousel li {
    border-radius: 9px;
    overflow: hidden;
    margin: 0 15px 0 0;
}
.easyzoom {
    border-radius: 20px;
    overflow: hidden;
}
.green .pd-info {
    color: #345736;
}
.green .pd-info h2 {
    color: #345736;
}
.pd-info a {
    text-decoration: underline;
}
.size-q {
    font-weight: 400;
    margin-bottom: 12px;
}
.size-q label {
    font-weight: 700;
    margin-right: 9px;
    
}
.q-w-wrap input.form-control.vjmusiimhq {
    width: 88px;
    float: left;
    padding: 10px 20px;
    border: 1px solid #999;
}
.q-w-wrap {
    float: left;
    width: 100%;
        margin-bottom: 25px;
}
.add-cart {
    float: left;
    width: 100%;
}
.add-cart a.enq-list {
    width: 100%;
    font-size: 18px;
    border-radius: 100px;
    padding: 12px 0;
}
a.enq-list.zliggxevfz {
    background: #ccc;
    color: #666;
    border: 0;
}
.wishlist-icon-pd .add-cart {
    width: auto;
}
.wishlist-icon-pd .add-cart a {
    margin-right: 20px;
    background: #008080;
    color: #ffffff;
}
.wishlist-icon-pd .b-w-w a {
    background: #fff;
    color: #000;
}
.wishlist-icon-pd .b-w-w {
    float: left;
}
a.btn.btn-link.dark:hover, .wishlist-icon-pd .add-cart a:hover, .wishlist-icon-pd .b-w-w a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.row.gjbwdjhpzp1234 .c-image {
    display: inline-block;
    text-align: center;
    height: auto;
    vertical-align: middle;
    width: 95%;
    margin-bottom: 90px;
}
.easyzoom img {
    vertical-align: bottom;
    height: auto;
}
.p-detail-desc ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.p-detail-desc ul li {
    border: 1px solid #000;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 25px;
    margin: 10px;
}
div#exTab1 {
    padding: 0;
    margin: 50px auto 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
div#exTab1 ul.nav.nav-pills.qbtqtwezko {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.qbtqtwezko li {
    display: inline-block;
}
.tab-pane h4 {
    color: #000;
}
.wishlist-icon-pd {
    width: auto;
    float: left;
    margin: 0 20px;
}
.green .size-q label {
    color: #345635;
}
.green .svzybegunh {
    color: #698701;
    font-weight: 400;
    margin-bottom: 10px;
}

.pink .svzybegunh {
    color: #c72401;
    font-weight: 400;
    margin-bottom: 10px;
}

.orange .svzybegunh {
    color: #f4642c;
    font-weight: 400;
    margin-bottom: 10px;
}

.brown .svzybegunh {
    color: #955300;
    font-weight: 400;
    margin-bottom: 10px;
}

.ngauhixhfk {
    background: #dbdbdb94;
    text-align: center;
    padding: 15px;
    border-radius: 13px;
    /*font-size: 17px;*/
    letter-spacing: 0px;
    border: 1px solid #ccc;
}

.submitPaymentForm {
    width: auto;
    background: #000 !important;
    color: #fff !important;
}
/* Price Range Slider Start  */
.price-range-slider {
  width: 100%;
  float: left;
  padding: 0;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
  position: relative;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
  position: relative;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #000;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #000;
  height: 17px;
  width: 17px;
  top: -7px;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
/* End  */


.login-d {
    border: 1px dashed #cfcfcf;
    border-radius: 45px;
    padding: 100px 0 0;
    background: #fff;
}
.login .submitLoginForm, .login .submitRegisterForm, .my-account input.form-control.btn.btn-link {
    background: #000;
    color: #fff;
    font-size: 20px;
    width: auto;
}
.pd-item {
    position: relative;
    display: table-cell;
    height: 670px;
    vertical-align: middle;
        width: 865px;
}

.nav-pills-custom .nav-link {
    color: #000;
    position: relative;
    
}
.nav-pills-custom .nav-link {
    color: #000;
    position: relative;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid;
}
.nav-pills-custom .nav-link::before {
    right: 48% !important;
    transform: rotate(90deg) !important;
    top: inherit !important;
    bottom: -11px !important;
}
.left-imgg img {
    border-right: 2px solid #8ec0384a;
}
div#v-pills-tabContent {
    border-radius: 0;
    overflow: hidden;
    padding: 0 38px;
    border: 0px solid #ccc;
    border-radius: 0;
    padding: 0;
    max-width: 1000px;
    margin: 10px auto 0;
}
table.responsive-table.my-order-page thead {
    background: #e8e8e8;
}
table.responsive-table.my-order-page thead th, table.responsive-table.my-order-page tbody td {
    padding: 10px 10px;
    text-align: left !important;
    border: 1px solid #ccc;
    font-weight: 500;
}
table.responsive-table.my-order-page tbody td {
    font-weight: 400;
}
table.responsive-table.my-order-page a.btn.btn-primary, table.responsive-table.my-order-page .btn.btn-success.ajksvilzdq {
    width: 165px;
    margin-bottom: 10px;
    padding: 2px 0;
    font-size: 14px;
}
table.responsive-table.my-order-page tbody td:last-child {
    text-align: right !important;
    width: 200px;
}
.navbar .nav-item .dropdown-menu {
    display: none;
    top: 0;
    background: #000;
    
}
.navbar-nav .dropdown-menu {
    position: relative;
}
.open-sub {
    display: block !important;
}
.brnad-list {
    display: none;
}
.all-brand {
    width: 100%;
    text-align: left;
    padding: 14px 0 14px 0;
    border-bottom: 1px solid #d5d5d5;
}
.all-brand label {
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 14px;
    color: #000;
    padding: 6px 0;
}
.brnad-list a {
    width: 100%;
    color: #000;
    padding: 6px 15px;
    display: inline-block;
    font-size: 14px;
}
.brnad-list a:hover {
    background: #fff;
    color: #000;
}
.all-brand label:after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    position: absolute;
    right: 0;
    transition: .5s;
}
.all-brand label.open-subb::after {
    transform: rotate(180deg);
}
.sub-catt {
    display: none;
    position: absolute;
    text-align: left;
    top: 61px;
    left: 0;
    background: #000;
    width: 200px;
}
.catt-list a {
    color: #fff;
    text-align: left;
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    position: relative;
    padding: 15px 20px;
}
.sub-catt a {
    color: #fff;
    padding: 9px 25px;
    border: 0;
    font-weight: 500;
    font-size: 21px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}
.sub-catt a::after{display:none;}
.sub-catt a:hover {
    color: #eeaa65;
}
a.nav-item.nav-link:last-child:after {
    display: none;
}
a:hover {
    color: #fff;
}
.why-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.why-img {
    overflow: hidden; text-align: left;
}
.catt-list a.dd-menu:after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    position: absolute;
    right: 0;
    transition: .5s;
}
a.dd-menu.open-subb::after {
    transform: rotate(180deg);
}

@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) {
    
}
.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: 100%;
    margin: 0;
    border-bottom: 0px dashed #ccc;
    padding: 6px 30px;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    transition: .5s;
    white-space: normal;
}
.navbar-nav .dropdown-menu a.dropdown-item:hover{
    color:#000;
}

.col-lg-6.payment-dd {
    padding: 0 70px;
}
.payment-page h2 {
    font-size: 31px;
    margin-bottom: 24px;
}
.col-lg-6.payment-dd .form-group {
    margin-bottom: 20px;
}
.col-lg-6.payment-dd {
    padding: 0 30px;
}

.blog-bg .gallery-txt h3 {
    font-size: 4.5rem;
}
.blog-bg .display-4 {
    font-size: 2rem;
}
label.orange-color {
    color: #f44336;
}

.btn.read-more {
    color: #000;
    border: 1px solid #0000009c;
    padding: 0.375rem 1.2rem;
    font-size: 1rem;
    border-radius: 90px;
}
.p-img {
    position: relative; margin: 60px 0 40px;
}
.p-img img.bg-img {
    position: relative;
    border: 5px solid #fff;
    border-radius: 22px;
    width: 85%;
        z-index: 1;
}
.p-img:after {
    position: absolute;
    background: #ae935c;
    width: 78%;
    height: 90%;
    content: '';
    top: -35px;
    left: 80px;
    z-index: 0;
    border-radius: 25px;
}
.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 3rem !important;
}
.nav-tabs {
    border: 0;
    display: inline-block;
    width: 100%;
    margin: 0 0 40px;
}
.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;
}


/* 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: 0;
    font-size: 14px;
}
.sel-price {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
}
.nprice {
    display: inline-block;
    font-size: 18px;
    margin: 0 8px;
    color: #666;
    text-decoration: line-through;
    font-weight: 300;
}
.card {
    margin-bottom: 16px;
}



.in-out-stock {
    color: #34bf03;     font-size: 13px; margin-bottom: 17px;
}
.price p {
    font-size: 13px;
}
a.authentication {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 14px;
}
h3.pd-label {
    text-align: left;
    font-size: 22px;
    font-weight: 400 !important;
}
/*div#navbarCollapse {
    position: fixed;
    left: 0;
    background: #fffffff0;
    top: 0;
    height: 100%;
    overflow: auto;
    padding: 50px 45px 150px 45px;
    color: #000;
    width: 340px;
    box-shadow: 0 0 19px #ccc;
    /*transform: translateX( -112% ); transition: transform 300ms ease;*/
        z-index: 99;
}*/

.all-brand label:hover .brnad-list {
    display: block !important;
}
div#navbarCollapse.open {
    /*transform: translateX( 0% ); display: block !important;*/
}

.currentZoomImageSrc{
    position: absolute;left: 0;right: 0;margin-left: auto;margin-right: auto;  top: 0%;
    /*height: 80%;*/
}
.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:#000;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;
}
.customZoomFunctionHolder{
    background:rgb(245 245 245 / 94%);width:100%;height:100vh;position:fixed;top:0;z-index:99999
}
.main-img {
    position: relative;
    z-index: 9;
    height: 100%;
    overflow: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
.c-image.position-relative {
    width: 90%;
    margin: 0 auto 50px;
}
.prod-text-left.text-left h2:after, .prod-text-left.text-left h2:before{display: none}
.prod-text-left.text-left {
    padding: 1% 70px;
    font-size: 18px;
}
.blog-home {
    border: 1px solid #0281806b;
    border-radius: 50px;
    padding: 75px;
    margin-bottom: 80px;
}
.filter-bg{
    background-size: cover;
    width: 100%;
    height: 100vh;
    filter: blur(50px);
    position: absolute;
    z-index: 1;
}
.prod-list .prod-img-bg {
    border-radius: 500px;
    padding: 20px;
    max-width: 325px;
    margin: 0 auto;
}
.home-prod {
    width: 100%;
    margin: 0 auto;
}

.activeFilter{
    color:green !important;
}
.inzbnhcrrt {
    padding: 0px;
    text-align: right;
    width: auto;
    color: black;
    cursor: pointer;
    margin: 0;
padding: 0px 0 16px;
    
}
.search-box {
    position: absolute;
    right: 0;
    padding: 10px;
    background: white;
    top: 100%;
    width: 100%;
    display: none;
    max-width: 1130px;
    margin: 0 auto;
    left: 0;
}
.search-box a.close {
    position: absolute;
    right: -33px;
    background: #fff;
    padding: 9px 16px;
    font-size: 14px;
    font-family: monospace;
}

.jqfayddvcx {
text-align: left;
}
.row.gjbwdjhpzp h5 a {
    font-size: 18px;
}
/*.row.gjbwdjhpzp a, .row.gjbwdjhpzp p {
    font-size: 14px;
    font-weight: 400;
}*/
.row.gjbwdjhpzp h6 {
    margin-top: 10px;
    margin-bottom: 1px;
}
.row.gjbwdjhpzp h5 {
    margin: 0;
}
.price span {
    font-size: 15px;
    margin-top: 9px;
    display: inline-block;
}

.jqfayddvcx {
    box-shadow: 0 0 10px #ccc;
    padding: 33px;
    height: 500px;
    overflow: auto;
}
.jqfayddvcx h4 {
    padding: 20px 0px 10px;
    border-bottom: 1px dashed #ccc;
}
.search-box input.nbbzvuwbeu {
    width: 100%;
    border: 1px solid #ccc;
    padding: 14px 12px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.section-one {
    padding: 115px 50px 0 50px;
}
.section-one h2::before, .section-one h2::after{display: none}
img.s-image {
    border-radius: 50px;
}
li.fkqvvjbafi {
    display: inline-block;
}
li.fkqvvjbafi a {
    border: 0px solid #ccc;
    border-radius: 63px;
    color: #000;
    padding: 4px 4px;
    display: inline-block;
    margin: 12px 12px;
        font-size: 21px;
}
ul.apajvhdmqm {
    padding: 0;
}
li.fkqvvjbafi {
    display: inline-block;
    margin: 0px;
    padding: 0;
}
.new-arrival h2 a {
    font-size: 36px;     margin-bottom: 20px;
}
a.menu-close {
    color: #8f8f8f;
    position: absolute;
    top: 17px;
    right: 22px;
    border: 1px solid #a9a9a9;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 2px 0 0 0;
    cursor: pointer;
    border-radius: 50px;
    font-size: 13px;
}
.container-fluid.about-us.my-account .p-5 {
    padding: 0 !important;
}
input.form-control.btn.btn-link.submitLegitForm, input.form-control.btn.btn-link.submitStylingForm {
    background: #000;
    color: #fff;
}
.all-cat label {
    width: 100%;
    text-align: left;
    padding: 15px 0 14px 0;
    cursor: pointer;
    border-bottom: 1px dashed #404040;
    font-weight: 300;
    font-size: 19px;
    position: relative;
}
.all-cat label:after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    position: absolute;
    right: 0;
}
.all-cat {
    text-align: left;
}
.nav-item.dropdown {
    width: 100%;
    text-align: left;
    margin-left: 0;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #eeaa65;
}
.brand-logo img {
    max-width: 50%;
    transition: .5s;
}
.brand-logo {
    position: relative;
    top: 9px;
    transition: .5s;
}
li.cart, li.wishlist {
    position: relative;
}
li.cart span.doghvwgmxh {
    position: absolute;
    border: 1px solid #1e8e8f;
    font-size: 11px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50px;
    top: -4px;
    right: -8px;
    background: #1e8e8f;
    color: #fff;
}
li.wishlist span.zyelivnqoj {
    position: absolute;
    border: 1px solid #1e8e8f;
    font-size: 11px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50px;
    top: -4px;
    right: -8px;
    background: #1e8e8f;
    color: #fff;
}
h2.pd-title {
    display: inline-block;
    float: left;
    width: 87%;
    font-size: 22px;
}
.wishlist-icon.pd {
    display: inline-block;
    margin-right: 0;
    float: right;
    position: relative;
    top: 7px;
    width: auto;
}
.pw-titile {
    width: 100%;
    float: left;
}
.pd-wrapper {
    padding: 0 0 0 40px;
}
.login-wrapper {
    width: 100%;
    max-width: 450px;
    margin: 130px auto;
    text-align: center;
    border: 1px solid #84c9c9;
    border-radius: 15px;
    box-shadow: 5px 6px 21px #00000047;
}
.register-wrapper{max-width: 650px;}
.login-wrapper h1 {
    margin-bottom: 22px; font-size: 30px !important; text-align: left;
}
.account-holder {
    max-width: 1000px;
    margin: 50px auto 0;
}
.account-holder h2 {
    font-size: 30px;
    font-weight: 700 !important;
}
.shopping-cart {
    padding: 0px 0;
}
.right-p-side .item p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}
span.counter {
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    border: 1px solid #adadad;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    right: -7px;
    font-size: 9px;
    top: -7px;
    z-index: 9;
}
.discount-c input {
    width: 100%;
    padding: 8px 14px;
}
.discount-c hr {
    margin: 15px 0;
}
.discount-c input.btn {
    margin-left: 10px;
    width: 90%;
    padding: 9px 0;
}
.full-width {
    width: 100%;
}
.big-font {
    font-size: 17px;
}
.midium-font{
 font-size: 22px;   
}
.address-book {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 13px;
}
img.tick {
    position: absolute;
        top: -4px;
    right: -5px;
    width: 13px;
    background: #fff;
}
.address-book a.btn.btn-green.text-left {
       font-size: 12px;
    font-weight: 400;
    color: #000;
    border: 1px solid #000;
    padding: 2px 13px;
    width: 100%;
    text-align: center;
    margin-bottom: 11px;
    margin-top: 5px;
}
.border-right {
    border-right: 1px solid #ccc;
}
a.bor-1.p-2.bor-radius-5.text-center.w-100.display-inline {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 !important;
    border-radius: 50px;
}

.nav-pills-custom .nav-link {
color: #aaa;
background: #fff;
position: relative;
}
.nav-pills-custom .nav-link.active {
color: #000;
background: #fff;
}
/* Add indicator arrow for the active tab */

.statistics .col-lg-2:last-child .bor-left {
    border: 0;
}
.order-history-wrapp .o-p-i img {
    max-width: 80px; border-radius: 10px;
}
.order-history-wrapp .row {
    
}
.o-p-o-d ul {
    list-style: none; padding: 0;
}
.o-p-o-d ul label {
    font-weight: 700;
}
.o-p-i {
    text-align: center;
}
.o-p-o-d span.value.price {
    
    color: #1ba24b;
}
span.value.view-btn a {
    border: 1px solid #000;
    padding: 4px 25px;
    display: inline-block;

}
.o-p-o-d li {
    margin-bottom: 6px;
}
.wishlist-ww span.value {
    
    font-size: 17px;
}
.wishlist-ww span.value.view-btn {
    font-weight: 400;
    font-size: 13px;
    padding: 0;
}
.wishlist-ww span.value.view-btn a {
    padding: 2px 9px;
    
    margin-bottom: 9px;
}
.wishlist-ww .q-w-wrap {
    width: auto;
    margin: 0 !important;
}
.wishlist-ww .q-w-wrap input {
    padding: 4px 20px !important;
    width: 90px !important;
    margin-right: 18px;
}

.o-p-o-d.wishlist-ww li {
    margin-bottom: 16px;
}


@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 7px solid #4caf50;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
    }
}
.nav-pills-custom .nav-link.active::before {
opacity: 1;
}
.sub-heading {
    background: #000;
    color: #fff;
    padding: 4px 8px;
    margin-bottom: 14px;
}
.add-new a {
    border: 1px solid #000;
    color: #000;
    padding: 12px 28px;
    display: inline-block;
    font-size: 20px;
}
.contact-us h5 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 25px;
}
input.form-control.btn.btn-link.submitContactForm {
    
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 5px 27px;
    font-weight: 400;
}
input.form-control.btn.btn-link.submitContactForm:hover{
    background: #000;
    color: #fff;
    background-color: #18a149bf;
    border: 1px solid #18a149bf;
}
.blog-dd h1 {
    font-size: 28px !important;
    font-weight: 400 !important;
    margin-bottom: 20px;
}
blockquote {
    border-left: 5px solid #000;
    padding: 0 20px;
    width: 70%;
    margin: 50px auto;
    border-right: 5px solid #000;
    text-align: center;
}

.jjnlkrnqmw{
  cursor:pointer;
}
.fsobtevcuv{
cursor:pointer;
}
.editAddress{
 cursor:pointer;
}
.deleteAddress{
 cursor:pointer;
}
.add-detail {
    border-right: 1px dashed;
}
table.responsive-table {
    height: 92px;     background: #ffffff80;
}
.press-list {
    padding: 0;
    border-bottom: 1px dashed #000;
    padding-bottom: 25px;
    width: 85%;
    margin: 0 auto 38px;
}
.press-list h3 {
    font-size: 24px;
    text-align: left;
    font-weight: 400 !important;
    margin-bottom: 7px !important;
}
.press-detail img {
    max-width: 100%;
}
.height-auto {
    height: 600px;
    overflow: auto;
    padding-right: 30px;
    width: 99%;
}
.wishlist-icon {
    position: absolute;
    right: 0;
    top: 22px;
    cursor: pointer;
    z-index: 999;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 10px 13px 10px 10px;
}
.writ-ee {
    text-align: left;
    margin-bottom: 45px;
}
.prod-detail .wishlist-icon {
    top: 0;
}
.pd-info h2:before, .pd-info h2:after{display: none}
.pd-info h2 {
    width: 90%;
}
.prod-carousel-home .wishlist-icon {
    height: 30px;
    padding: 10px 15px 0px 11px;
}
a.kvmbqowqqo {
    position: relative;
    top: -3px;
}
.inner-pages a.kvmbqowqqo {
    top: 0px;
}
.prod-carousel-home .wishlist-icon img.img-fluid {
    width: 17px;
    margin: 0 auto;
}
.home-page-product {
    padding: 85px !important;
    border-radius: 50px;
}

.collapse.in {
    display: block;
}
.card-header {
    padding: 0;
    border: 0;
}
.card-header a.card-link {
    padding: 15px 18px;
    display: inline-block;
    width: 100%;
    font-size: 19px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.blog-listing h3 {
    margin: 0 !important;
}
.blog-listing .author-d {
    margin-bottom: 12px;
    color: #333;
    font-weight: 300;
}
.blog-listing .blog-img {
    height: 205px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    border-radius: 19px;
    background-size: cover !important;
}
.blog-listing .blog-img a {
    position: absolute;
    width: 86%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}
.left-side h3 {
    text-align: left;     margin: 0 !important;
}
.left-side .author-d {
    margin-bottom: 13px;
    color: #666;
    font-weight: 400;
}
.cat-img-full {
    text-align: center;
    margin: 30px 0;
}
a.card-link {
    background: #d7d7d752;
    color: #000;
}
.blog-dd.link-c a {
    color: #00a1ef;
}
h3.review-w {
    text-align: center;
}
.review-rating h2:before, .review-rating h2:after{display: none}
.review-rating h2{color: #036c6d}
h3.review-w .rating {
    display: inline-block;
}
.row.review-width {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 23px 0;
    margin-bottom: 40px;
}
.review-w {
    border-right: 1px solid #ccc;
}
.review-wrapper h5 {
    font-size: 15px;
}
.write-review-form {
    display: none;
}
.write-review-form input.form-control {
    border: 1px dashed #ccc;
    padding: 12px 12px;
    margin-bottom: 19px;
}
.write-review-form textarea {
    border: 1px dashed #ccc;
    margin-bottom: 20px;
    padding: 12px;
}
.row.review-width {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #01b1b1;
    border-bottom: 1px solid #01b1b1;
    text-align: center;
    padding: 23px 0;
    margin-bottom: 40px;
}
.review-w h5 {
    font-size: 18px;
}
.writ-ee h4 {
    font-size: 17px;
}
h3.pd-label {
    text-align: left;
    font-style: normal;
    font-family: optima;
    font-size: 40px;
    font-weight: 400 !important;
    border-bottom: 1px solid #036c6d;
    border-top: 1px solid #036c6d;
    padding: 13px 0;
    margin-bottom: 40px;
}
.no-review {
    margin-bottom: 35px;
    text-align: center;
    font-size: 20px;
}
.rsmxosilmp.w-review {
    display: inline-block;
    padding: 6px 45px;
    background: #171717;
    color: #fff;
    border: 1px solid #171717;
    text-transform: uppercase;
    margin: 22px 0 0;
    font-size: 20px;
}
.rsmxosilmp {
    border: 1px solid #ccc;
    text-align: center;
    padding: 6px 0;
    margin: 25px 0;
}
form#subscriptionForm {
    width: 60%;
    margin: 0 auto;
}
form#subscriptionForm input#subscribe-button {
    font-size: 18px;
    padding: 5px 0;
}
/*a.card-link[aria-expanded="false"] {
    background: #fff;
    color: #000;
}*/
table.table.table-bordered-z thead {
    background: #d5e59a;
    color: #000;
}
.bg-thumb {
    text-align: left;
}
.max-w-700{max-width:1050px; margin: 0 auto;}
.bg-thumb img.img-fluid {
    max-width: 50px;
}
table.table.table-bordered-z th {
    font-weight: 400;
}
.btn.w-link a {
    border: 1px solid #000;
    font-weight: 400;
    padding: 5px 10px;
    font-size: 13px;
}
.btn.kvmbqowqqo {
    padding: 0;
    color: #000;
}
.content.status-page {
    margin: 140px 0 240px;
}
.bottomCaption {
    background: #000;
    position: fixed;
    bottom: 0;
    z-index: 999;
    padding: 10px 22px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.full-filter-wrapper {
    border-top: 1px solid #04707075;
    border-bottom: 1px solid #04707075;
    padding: 20px 20px 0;
    width: 93%;
    margin: 0 auto 30px;
    position: relative;
}
.full-filter-wrapper div#accordion {
    display: flex;
    justify-content: space-between;
}
.full-filter-wrapper .panel-collapse {
    position: absolute;
    background: #fff;
    left: 0;
    top: 60px;
    padding: 14px;
    box-shadow: 0 0 13px #ccc;
    z-index: 9999;
    width: 100%;
}
.full-filter-wrapper div#accordion h4.panel-title a {
    color: #008080;
}
.left-all-cate ul {
    list-style: none;
}
.left-all-cate ul li {
    display: inline-block;
}
.left-all-cate ul li a {
    border: 1px solid #008080;
    border-radius: 7px;
    padding: 10px 20px;
    display: inline-block;
    margin: 8px;
    color: #008080;
}
.left-all-cate ul li a.active {
    background: #008080;
    color: #fff;
}
.full-filter-wrapper div#accordion h4.panel-title{position: relative;}

.full-filter-wrapper div#accordion h4.panel-title:after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    position: absolute;
    right: -21px;
    transition: .5s;
    top: 2px;
}

.full-filter-wrapper div#accordion h4.panel-title {
    margin: 0;
    font-size: 16px;
    font-weight: 400 !important;
    color: #047070;
}

.soldOut {
   position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 999;
    display: none;
}
.swal2-container {
    z-index: 999999999999 !important;
}
.enquire-form .single-input-inner {
    margin-bottom: 25px;
}
.enquire-form {
    background: #fff url('../img/footer-bg.png') -270px -118px no-repeat;
    border-radius: 55px 14px;
}
.enquire-form .single-input-inner input {
    background: #ffffffc4;
}
.enquire-form .single-input-inner textarea.form-control {
    background: #ffffffc4;
}

.aa-bg.about-us h3 {
    text-align: left;
    background: #ffffff00;
    position: relative;
}
.prod-detail .price {
    text-align: left;
}
.prod-list .price {
    text-align: center;
}
.soldOut p {
    vertical-align: middle;
    display: table-cell;
    width: 350px;
    height: 440px;
}
.soldOut p span {
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 13px;
}
.prod-list h6 {
    margin: 0;
}
.prod-list .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    left: -50px;
    background: #18a049 url(../img/left-image.png) -1px -1px;
    text-indent: -9999px;
    width: 42px;
    height: 42px;
    border-radius: 500px;
}
.prod-list .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    right: -50px;
    background: #18a049 url(../img/right-image.png) -1px -1px;
    text-indent: -9999px;
    width: 42px;
    height: 42px;
    border-radius: 500px;
}
.prod-list .disabled {
    display: none;
}

.left-side-bar {
    top: 0px;
    position: relative;
    z-index: 99;
    left: 0;
    background: #ffffff;
    padding: 0px 35px 0px 0px;
    border-right: 1px dashed #999;
    height: 92%;
}

.left-side-bar.sticky-g {
    top: 126px;
    position: sticky;
}

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: #000;
  outline: 1px solid #000;
}

.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: #000;
  outline: 1px solid #000;
}

div#navbarCollapse::-webkit-scrollbar {
  width: 3px;
}
div#navbarCollapse::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}
div#navbarCollapse::-webkit-scrollbar-thumb {
  background-color: #cbcbcb;
  outline: 1px solid #cbcbcb;
}

.pd-details::-webkit-scrollbar {
  width: 3px;
}

.pd-details::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pd-details::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 1px solid #000;
}

.height-auto::-webkit-scrollbar {
  width: 3px;
}

.height-auto::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.height-auto::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 1px solid #000;
}


.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;
}
.dawgjjwadt{
    background: #b9edb9;
}

h1.brand-logo img {
    max-width: 30%;
}
.breadcrumb ul {
    padding: 0;
    margin: 0;
}


.f-logo img {
    max-width: 125px;
}
.footer .copyright .text-left {
    font-size: 13px;
    font-weight: 300;
}
.footer .copyright .text-right {
    font-size: 13px;
    font-weight: 300;
}
.dsk-b{display:block;}
.mob-b{display:none;}
/*.container-fluid.about-us {
    margin-top: 47px;
}*/
.inner-bbg {
    padding: 0;
}
.home-page h3 {
    font-size: 30px;
}
.content-testimonials {
    
    overflow: auto;
    padding-right: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.home-testimonials .img1 {
    position: absolute;
    left: 70px;
    top: 0;
}
.home-testimonials .img2 {
    position: absolute;
    right: 70px;
    top: 0;
}
.m-cat {
    width: 100%;
    display: inline-block; margin-bottom: 15px;
}
.mob-dis-block{display:none;}
.mob-dis-none{display:block;}
.bg-light {
    background-color: #f3f5ed !important;     padding-bottom: 75px !important;
}
.container-fluid.footer-top.p-0 {
    /*margin: -65px 0 0 0px;*/
    position: relative;
    /*padding-top: 110px !important;
    */
    background: none;
}
.inner-bbg .container-fluid.footer-top.p-0 {
    background: #fff;
}
.b-img {
    width: 90%;
    height: 395px;
    overflow: hidden;
    background-size: cover !important;
    margin: 0 auto 20px;
}
.blog-details {
    width: 80%;
    background: #ffffffe8;
    margin: -122px auto 0;
    padding: 30px 38px;
}
.blogpost-v2 {
    position: relative;
}
.blog-it-content2 {
    background: #ffffffe8;
    padding: 33px 35px;
    width: 55%;
    position: absolute;
    right: 48px;
    bottom: 0px;
}
.blog-heading {
    font-size: 23px;
    width: 100%;
    margin: 0 auto 15px;
    font-weight: 500;
    height: 50px;
    font-family: optima;
    text-transform: uppercase;
}
a.btn.b-link {
    position: relative;
}
a.btn.b-link:before {
    content: '';
    width: 130px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 18px;
}
a.btn.b-link {
    position: relative;
    padding-left: 147px;
    text-transform: uppercase;
    color: #000;
}
.blogpost-v2 .b-img {
    height: auto;
    width: 100%;
}
.blogpost-v2 .b-img {
    height: auto;
    width: 100%;
    margin-bottom: 40px;
}
/*.b-short-desc {
    width: 75%;
    margin: 0 auto 10px;
    height: 175px;
    overflow: auto;
    padding-right: 15px;
}*/
.b-short-desc {
    width: 75%;
    margin: 0 auto 10px;
    height: 125px;
    overflow: auto;
    padding-right: 18px;
}

.b-short-desc::-webkit-scrollbar {
  width: 2px;
}
 
.b-short-desc::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.b-short-desc::-webkit-scrollbar-thumb {
  background-color: #8ec038;
  outline: 1px solid #8ec038;
}

.author-ntd {
    font-size: 15px;
    margin: 0 0 20px;
    color: #444;
    font-weight: 300;
}
h4 {
    color: #b1661a;
    text-transform: capitalize;
}
.gift-home-center img {
    max-width: 71% !important;
}
.footer-links a.btn.btn-link:hover {
    letter-spacing: 1px !important;
    background: none;
    color: #fff;
    font-weight: 600;
}
.wave-element img, .footer-top img{
    max-width: 100%;
}
img {
    max-width: 100%;
}
.inner-banner {
    position: relative;
    overflow: hidden;
}
.introduction-end-con {
    position: absolute;
    top: 68%;
    right: 8%;
    transform: translate(-10%, -50%);
}
.introduction-end-con h3 {
    border-top: 1px solid #ffffff36;
    border-bottom: 1px solid #ffffff36;
    padding: 20px 0;
    text-transform: uppercase;
    color: #eeaa65;
}
.introduction-end-con .rotate {
    font-weight: 300;
    color: #FFFFFF;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    padding: 10px 0;
    letter-spacing: 10px;
}
.about-us {
    text-align: right;
}
.about-us .m-auto {
    margin-top: 40px !important;
}
.about-us .why-img img {
    border-radius: 35px;
    position: relative;
}
.about-us .section-one {
    padding: 0 50px;
}
.about-us .section-one li {
    display: inline-block;
    width: 50%;
}
.about-us .section-one li:nth-child(odd) {
    text-align: left;
    width: 75%;
    float: left;
    margin: 25px 0;
    padding-left: 60px;
    background: url(../img/li-bg.png) no-repeat 0 26px;
    min-height: 54px;
}
.about-us .section-one li:nth-child(even) {
    text-align: right;
    width: 75%;
    float: right;
    margin: 25px 0;
    padding-right: 60px;
    background: url(../img/li-bg.png) no-repeat 100% 26px;
    min-height: 54px;
}
.about-us .section-one li strong {
    width: 100%;
    display: inline-block;
    font-size: 25px;
    font-family: optima;
    border-bottom: 1px solid #eeaa65;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #b5620e;
    font-weight: 400;
}
.about-us .section-one .m-auto {
    margin: 0 !important;
}
.about-us .section-one ul {
    margin: 0;
}

.golden-expe .introduction-end-con {
    transform: inherit;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    width: auto;
    display: inline-block;
}
.golden-expe .introduction-end-con h3 {
    width: auto;
    display: inline-block;
    color: #fff;
    letter-spacing: 12px;
}
.golden-expedite .home-why-wrap {
    width: 59%;
    text-align: center;
    margin: 85px auto;
}
.golden-expedite .home-why-wrap .m-auto p {
    font-size: 17px;
}
.golden-expedite .home-why-wrap h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.golden-expedite .home-why-wrap h3 {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500 !important;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.golden-expedite h4 {
    font-size: 51px;
    color: #ccc;
    font-family: optima;
        margin-bottom: 70px;
}
.section-left.position-relative h2, .section-right.position-relative h2 {
    color: #974c00;
}
.m-image {
    position: absolute;
    right: 0;
    top: 0;
}
.golden-expedite ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.lowercase {
    text-transform: lowercase !important;
}
.section-left.position-relative {
    padding-right: 300px;
    margin-bottom: 90px;
}
.section-right.position-relative {
    text-align: left;
    padding-left: 88px;
    margin-bottom: 90px;
}
.section-right.position-relative li {
    margin-bottom: 20px;
}
.section-left.position-relative li {
    margin-bottom: 20px;
}
.pt-9{padding-top: 90px}
.section-left.position-relative .content, .section-right.position-relative .content{
    position: relative;
}
.section-left.position-relative .content:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background: #b5712f;
    top: 13px;
    right: -90px;
}
.section-right.position-relative .content:before{
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    background: #b5712f;
    top: 13px;
    left: -90px;
}
.pb-7 {
    padding-bottom: 70px !important;
}
.pb-8 {
    padding-bottom: 80px !important;
}
.usps {
    background: url(../img/green-bg-pattern.jpg) repeat 0 0;
}

.usps .usp-ele-top {
    margin: -82px 0 0 0;
}
.content.status-page h1.page-title {
    position: inherit;
}

.elementplate-bt-r {
    position: absolute;
    bottom: -85px;
    left: -75px;
}
.elementplate-bt-r img {
    max-width: 230px; animation: m 30s infinite;
}
.inner-banner {
    text-align: center;
}
.page-title {
    width: 100%;
    background: #ffeeee00;
    margin: 10px auto 0px;
    padding: 15px 0 0;
    border-bottom: 2px solid #eeaa65;
}
.page-title.text-center.product-page {
    width: 100%;
    border-radius: 0;
    background: #fcefec;
    border: 0;
    margin-top: 126px;
}
.content.status-page h1.page-title {
    position: inherit;
    font-size: 25px !important;
}
.tab-pane.review-wrapper h4 {
        text-transform: capitalize;
    font-size: 17px;
    font-weight: 400 !important;
    color: #119e45;
}
.writ-ee p {
    font-size: 15px;
}

.unfdiartqx label {
    float: left;
    margin: 0 0 0 0;
}
.rating {
    display: inline-block;
    
}
.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;
    
}
.form-control {
    font-size: 15px;
}
h2#swal2-title p {
    color: #666 !important;
}

.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;
    
}

.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;
}
.Mob-menu-dis{display:none;}

.content-testimonials::-webkit-scrollbar {
  width: 5px;
}
 
.content-testimonials::-webkit-scrollbar-track {
  background: #ccc;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.content-testimonials::-webkit-scrollbar-thumb {
  background: #5a5a5a;
    border: 0px solid #000;
}
.cart-items-dd {
    display: none;
    position: absolute;
    background: #fff;
    right: 0;
    top: 65px;
    width: 385px;
    padding: 22px;
    border: 1px solid #129f45;
    border-radius: 0 0 10px 10px;
    border-top: 0;
        text-align: left;
        z-index: 99;
    font-family: 'Montserrat';
}
.cart-items-dd .footers .cart-link {
    margin-top: 10px;
    border: 0;
    text-decoration: underline;
}
.cart-items-dd .footers a.btn.btn-block.btn-primary {
    width: 100%;
}
a.close-box {
    position: absolute;
    top: -12px;
    right: -13px;
    border: 1px solid #000;
    width: 26px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
}
.cart-items-dd.cart-box-open {
    display: block !important;
}
.cart-items-dd .footers a.btn.btn-block.btn-primary {
    position: relative;
}
.cart-items-dd .footers a.btn.btn-block.btn-primary span.doghvwgmxh.brown-bg {
    right: -2px;
}


.swal2-popup {
    padding: 1em 1.25em 1.5em 1.25em !important;
    border-radius: 15px !important;
    font-size: 13px !important;
}
.swal2-styled.swal2-confirm {
    background-color: #4caf50 !important;
}
.right-side-bar h4 {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    font-weight: 400 !important;
}
.right-side-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.right-side-bar ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.wish-box {
    margin: 0;
    padding: 30px;
    border-radius: 16px;
    background: linear-gradient(180deg, #8bc34a40, transparent);
}
.w-name-action ul {
    list-style: none; padding: 0;
}
.w-name-action ul li.heading a {
    font-size: 18px;
    font-weight: 500;
}
.w-name-action ul a.wish-link {
    background: #000;
    color: #fff;
    padding: 3px 7px;
    display: inline-block;
    border-radius: 5px;
}
.w-name-action ul .btn.kvmbqowqqo {
    border: 1px solid #000;
    padding: 2px 25px;
    margin: 10px 0;
    font-size: 14px;
    background: none;
    width: auto;
}
.w-name-action ul a.wish-link {
    border: 1px solid #000;
    color: #000;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 15px;
    font-size: 14px;
    background: none;
}

.statistics img {
    width: 120px !important;
}
ul.thumbnails.product-carousel img {
    max-width: 120px;
}
.related-p-l123 .p-imag.position-relative {
    margin-bottom: 25px;
}
.related-p-l123 .prod-carousel-item {
    padding-bottom: 15px;
}

.gift-page-d {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.gift-page-d h2 {
    font-size: 23px;
    color: #63af00;
}
.gift-page-d h3 {
    font-size: 23px;
    color: #000;
    margin-bottom: 11px !important;
    font-weight: 500 !important;
}
.accordian-pd .card {
    border: 0;
}
.accordian-pd .card-header {
    /*background: #f15c22;*/
    padding: 7px 3px;
    border-radius: 12px;
    border: 0;
}
.accordian-pd .card-header button.btn.btn-link {
    color: #008080;
    font-size: 24px;
    width: 100%;
    text-align: left;
    padding: 0;
}
.accordian-pd .card-body {
    background: #daeded;
    line-height: 30px;
}
.p-detail-desc h3 {
    font-size: 15px;
}
.accordian-pd .card-header button.btn.btn-link i.fa {
    float: right;
    position: relative;
    top: 3px;
}

.row.gjbwdjhpzp1234 img.main-img, .related-p-l1234 img.main-img{
    height: auto;
    top: 0;
}


.row.gjbwdjhpzp1234 .prod-img-bg, .related-p-l1234 .prod-img-bg{
    display: none;
}
.related-p-l1234 .c-image {
    height: auto;
}

.row.gjbwdjhpzp1234 .p-imag.position-relative{
    width: 90%;
    margin: 25px auto 25px;
    height: 340px;
}
.related-p-l1234 .p-imag.position-relative {
    width: 90%;
    margin: 25px auto 25px;
    height: 265px;
}
.chkout-form input {
    border-radius: 5px;
    margin-bottom: 7px;
    padding: 11px;
    border: 1px solid #999;
}
.state-wrap {
    position: relative;
    width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 11px;
    margin-bottom: 7px;
    float: left;
}
.state-wrap select.form-control {
    float: left;
    width: 63%;
    padding: 0px 16px;
    border: 1px solid #c8c8c8;
}
.state-wrap .label {
    width: 20%;
    float: left;
}
.checkout-wrapper.w-90 {
    width: 90%;
    margin: 0 auto;
}
.o-p-o-d {
    
    margin-bottom: 23px;
}
.border-red-error {
    border: 1px solid #ff0000 !important;
}
.checkout-wrapper.w-90 .blog-dd.checkout-head {
    padding: 0 0 0 29px;
}
.checkout-bc {
    margin-bottom: 10px;
}
.checkout-wrapper .blog-dd.checkout-head {
    padding: 0;
}
table.xhpjwmuqca {
    width: 100%;
}
table.xhpjwmuqca tr td {
    border: 1px solid #000;
    padding: 5px 15px;
}
.btn.btn-block.btn-primary.ajksvilzdq {
    width: 97%;
    margin-bottom: 6px;
}

html::-webkit-scrollbar {
  width: 10px;
}
 
html::-webkit-scrollbar-track {
  background: #ccc;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
html::-webkit-scrollbar-thumb {
  background: #000;
  border: 3px solid #000;
}
li.mob-menu span {
    border-bottom: 1px solid #eeaa65;
    width: 22px;
    display: block;
    margin: 0px 0px 5px 7px;
}
span.l-two {
    position: relative;
    left: 7px; transition: .5s;
}
li.mob-menu {
    position: relative;
    top: 7px;
    left: -6px; cursor: pointer;
}
li.mob-menu:hover span.l-two {
    left: 0;
    transition: .5s;
}


/* Responsive css Start  */
@media (max-width: 1400px) {
    .banner-text {    
        bottom: 4%;    
        width: 60%;    
    }
    .short-des {
        width: 97%;
        line-height: 35px;
    }
    .upload-design {
        padding: 5% 8% 3%;
    }
    .inner-page h4.section-title {
        width: 100%;
        line-height: 45px;
        height: 165px;
        overflow: auto;
        padding-right: 20px;
    }
    .row.gjbwdjhpzp1234 .p-imag.position-relative{
        width: 90%;
        margin: 25px auto 25px;     height: 270px;
    }
    .related-p-l1234 .p-imag.position-relative{
        width: 90%;
        margin: 25px auto 25px;     height: 200px;
    }
    
}

@media (min-width: 1600px)
{
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1450px;
    }
}
@media (min-width: 1500px)
{
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1500px;
    }
}
@media (max-width: 1370px)
{
    .bottom-content li {
        display: inline-block;
        margin: 0 4%;
    }
    .bg-foo {
        background: #292d35 url(../img/footer-bg.png) 0 -100px no-repeat;
    }
    .container-fluid.footer-top.p-0 {
        margin: -35px 0 0 0px; 
    }
    
    .b-img {
        width: 90%;
        height: 200px;
    }
    .wishlist-icon-pd {
       
        margin: 0 5px;
    }
}
@media (max-width: 1300px){
    .container-fluid.footer-top.p-0 {
        margin: 0px;
    }
    
}
@media (max-width: 1024px){
    .why-img img {
        max-width: 92%;
    }
    
}
@media (max-width: 767px) {
    .navbar-expand-lg .navbar-collapse {
        display: none;
    }
    div#popupModal .modal-body, div#popupModal-2 .modal-body {
        width: 95%;
    }
    div#popupModal .modal-body .brand-logo.text-center, div#popupModal-2 .modal-body .brand-logo.text-center {
        width: 93%;
        position: relative;
        left: 0;
    }
    p.head_age {
        font-size: 30px;
        line-height: 30px;
    }
    div#popupModal .modal-body p.small, div#popupModal-2 .modal-body p.small {
        font-size: 12px;
        color: #cb7f31;
    }
    .btn-link-y.text-center button {
        display: inline-block;
        width: auto;
        border: 0;
        padding: 10px 15px;
        font-size: 17px;
        background: #ed963c;
        color: #000;
        margin: 0 6px 15px;
        opacity: 1;
        height: auto;
    }
    .banner-text {
        bottom: -1%;
        width: 90%;
            left: 0;
    }
    .banner-text h1 {
        font-size: 20px !important;
    }
    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        width: 76%;
        margin: 0 auto;
    }
    .container-fluid.about-us .container.px-2 {
        width: 100%;
        padding: 0 !important;
    }
    .pd-wrapper {
        padding: 0 20px;
    }
    .modal {
        width: 100%;
        right: 0;
        margin: 0 auto;
    }
    .soldOut {
        position: absolute;
        background: #ffffffde;
        height: 100%;
        top: 0;
    }
    
    img.h-f-i {
        width: 100%; margin-bottom: 28px;
    }
    
    .wishlist-icon {
        top: 13px;
        right: 0;
    }
    .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;
    }
    .container-fluid.footer .row.g-5 {
        margin: 0;
    }
    
    .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;
    }
    
    .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: 30px;
        right: 0;
    }
    .mobile-icons .afhnheugug.search-box {
        position: absolute;
        top: 133px; background: #fffffff2;
    }
   
    .mobile-icons .l-c-icons {
        display: block;
    }
    .navbar-expand-lg .navbar-collapse {
        top: 3px; overflow: auto;
    height: 600px;
    }
    .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;
    }
    
    .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 {
        
    }
    .prod-text {
        width: 100%;
        max-width: 100%;
    }
    .prod-carousel-home .c-image img {
        
        width: auto;
        margin: 0 auto;
            max-width: 100%;
    }
    .bg-tringle ul.nav.nav-tabs li a {
        font-size: 15px;
        margin: 0 7px;
    }
    .bg-tringle .prod-carousel-item h5 {
        margin-top: 30px;
    }
    .artist-name {
        text-align: left;
    }
    .testi-pad {
        padding: 0 20px !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 8px;
        padding: 6px 0px;
        width: 89%;
        border-bottom: 0px dashed #999;
        border-radius: 0;
    }
    .footer .btn.btn-link::after{display:none;}
    .mob-dis-b{display:block;}
    .f-text-left {
        text-align: left !important;
    }
    .footer .copyright {
        padding: 20px 0 8px 0;
    }
    .footer .copyright .col-md-6.text-left {
        text-align: center;
    }
    .c-image {
            height: auto;
        display: inline-block;
        width: 80%;
    }
    
    .prod-list .c-image {
        width: 100%;
    }
    .p-imag.position-relative {
        margin-bottom: 20px;
        margin-top: 55px;
    }
    .py-5.bg-wheat-green.home-page {
        padding-bottom: 0 !important;
    }
    .c-image a.btn.btn-link {
        margin-bottom: 20px;
    }
    form#customizeForm {
        width: 82%;
        margin: 25px auto 0;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .usps .usp-ele-top {
        margin: -35px 0 0 0;
    }
    
    body.inner-page nav.navbar.sticky-top {
        height: 134px;
    }
    .f-des.m-5 {
        margin: 35px 0 !important;
    }
    .inner-page h4.section-title {
        height: auto;
    }
    .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;
    }
    
    .product-wrapper {
        padding: 2px 2px; border-bottom: 1px dashed #999; padding-bottom: 15px !important;
    margin-bottom: 20px; margin-top: 12px;
    }
    h4.one-liner {
        font-family: 'Poppins';
        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 30px !important;
    }
    .prod-padd {
        padding: 0 10px !important; margin-bottom: 25px;
    }
    .enquire-btn a {
        margin: 0 5px 0 0 !important;
        padding: 8px 9px;
    }
    .inner-page .footer .copyright .text-right {
        text-align: center;
    }
    .login {
        padding: 0 38px;
    }
    .login-d {
        padding: 50px 0;
    }
    .login .submitLoginForm, .login .submitRegisterForm, .my-account input.form-control.btn.btn-link {
        width: 100%;
    }
    .out-ofstock {
        text-align: left;
    }
    .pd-description-points ul li {
        display: inline-block;
        width: 42%;
        margin: 15px 7px;
        /* font-size: 17px; */
    }
    h3.pd-label {
        text-align: center;
    }
    .pad-z {
        padding: 0;
    }
    .btn.w-link a {
        padding: 5px;
        display: inline-block;
        border: 0;
    text-decoration: underline;
    }
    tbody.wishlist-items-wrapper tr td:nth-child(5) {
     
        text-align: center;
    }
    .currentZoomImageSrc {
        height: auto;
        max-width: 100%;
    }
    .btn.kvmbqowqqo {
        padding: 0;
        color: #000;
        border: 1px solid #ccc;
        width: 26px;
    }
    
    .product-wrapper.a-c-wrapper a {
        font-size: 18px;
     
    }
    .product-wrapper .p-img {
        height: 185px;
    }

    .statistics .col-lg-2 {
        width: 33%;
        text-align: center;
        margin: 0 auto;
        padding: 0 0;
    }
    .bor-left {
        border: 0px solid #ccc;
    padding: 15px 0 30px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    }
    .w-55 {
        width: 85%;
    }
    .usp-wrapper ul li p {
        font-size: 14px;
    }
    .testimonial-carousel-item ul {
        padding: 0;
    }
    .statistics .col-lg-3:nth-child(2n) .bor-left {
        border-right: 0;
    }
    .statistics .col-lg-3.text-center {
        width: 100%;
    }
    .elementplate img {
        max-width: 30%;
        animation: m 30s infinite;
    }
    .home-page h3 {
        padding: 0 25px;
    }
    .w-65 {
        width: 90%;
    }
    .footer .col-lg-4,.footer .col-lg-3 {
        margin: 0 0 35px 0;
    }
    .f-des.exe-height {
        height: 200px;
        overflow: auto;
        padding-right: 20px;
        margin-bottom: 65px;
    }
    .product-wrapper .p-img {
        overflow: visible;
     
    }
    a.wishlist-ic {
        right: -9px;
        top: -8px;
    }
    .g-imgs {
        height: 256px;
        padding: 0px;
        border: 0px dashed #ccc;
    }
    .customZoomFunctionNext, .customZoomFunctionPrev {
         padding: 2px;
    }
    .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        border: 1px solid #000;
        display: inline-block;
        border-radius: 50px;
    }
    .owl-dots {
        text-align: center;
    }
    .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 4px;
    }
    .owl-dots .owl-dot.active span {
        background: #000;
    }
    .f-logo a {
        display: inline-block;
        margin-bottom: 20px;
    }
    .footer-links a.btn.btn-link {
        color: #fdfdfd;
    }
    .footer .btn.btn-link::before {
        top: 15px;
    }
    .filter-full {
        width: 100%;
        margin: 0;
    }
    .currentZoomImageSrc {
        
        top: 10%;
     
    }
    .home-page h3 {
        font-size: 25px;
    }
    .usps h3 {
        padding: 20px 18px;
    }
}
@media (max-width: 767px)
{
    .mob-dis-block{display:block;}
    .mob-dis-none{display:none !important;}
    div#navbarCollapse {
        padding: 0;
    }
    .home-page-testimonials {
        margin: 0 !important;
        padding: 0 !important;
    }
    .why-img img {
        max-width: 100%;
    }
    .user-image img {
        max-width: 255px !important;
    }
    li.mob-menu span {
        border-bottom: 2px solid #eeaa65;
        width: 23px;
        display: block;
        margin: 0px 0px 6px 0px;
    }
    a.btn.btn-link.c-btn-right {
        font-size: 12px;
    }
    li.mob-menu {
        position: relative;
        top: 8px;
    }
    .navbar.sticky-top .col-lg-4 {
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 0;
    }
    .filters {
        overflow: auto;
        height: 43vh;
    }
    .navbar-light .navbar-brand img.me-3 {
        max-width: 190px;
    }
    .hamburger {
        position: absolute;
        left: 20px;
    top: 13px;
    }
    .l-c-icons ul li img.img-fluid {
        width: 16px;
        margin: 0 2px;
    }
    .l-c-icons {
        padding-top: 0;
        position: relative;
    }
    .sub-catt {
        display: none;
        position: inherit;
        text-align: left;
        top: 0;
        left: 0;
        background: #000;
        width: 100%;
    }
    .all-brand {
        padding: 6px 0;
    }
    .contact-de {
        padding: 30px 0 13px 15px;
        border: 1px solid #000;
        margin-bottom: 30px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        text-align: left;
    }
    .home-why-wrap {
        width: 95%;
        margin: 40px auto 61px;
        text-align: center;
    }
    .home-page-why {
     
        padding-bottom: 75px !important;
    }
    .catt-list a
    {
        padding: 12px 0;     width: 100%;
    }
    .sub-catt a {
        padding: 15px 0;
    }
    .l-c-icons ul li {
        display: inline-block;
        margin: 6px 0px 0 5px;
    }
    .open-menu-mobile span.l-two {
        opacity: 0;
}
.open-menu-mobile span.l-one {
    transform: rotate(51deg);
    top: 7px;
    position: relative;
}
.open-menu-mobile span.l-three {
    transform: rotate(128deg);
    position: relative;
    top: -7px;
    left: -1px;
}
.Mob-menu-dis{display:none;}
.all-catt {
    display: block;
    text-align: left;
}
.catt-list {
    display: block;
}
    
    .navbar-toggler-icon {
        height: 35px;
    }
    h1.brand-logo {
        width: auto;
    display: inline-block;
    line-height: 20px;
    position: relative;
    left: -7px;
    top: -6px;
    }
    h1.brand-logo a.navbar-brand {
        padding: 0;
    }
    .search-box {
        top: 80%;
    }
    .new-arrival h2 a {
        font-size: 30px; margin-bottom: 20px;
    }
    a.close {
        position: absolute;
        right: 5px;
        top: 0;
        background: #fff;
        width: 25px;
        height: 25px;
        border: 1px solid #ccc;
        border-radius: 50px;
        text-align: center;
    }
    .navbar .navbar-nav {
        border-top: 0;
        padding-bottom: 40px !important;
        background: #000;
        padding-top: 40px !important;
        position: relative;
        top: 93px;    
    }
    nav.navbar.shadow-sm {
        backdrop-filter: blur(10px);
        background: #000000;
    }
    nav.navbar.shadow-sm .navbar-nav {
        top: 68px;
        transition: .5s;
    }
    #spinner img {
        max-width: 65%;
    }
    .footer {
        margin-top: 0px;
        width: 100%;
        padding-top: 40px !important;
    }
    .footer .container {
        width: 100%; padding: 0;
    }
    form#subscriptionForm {
        width: 85%;
        margin: 0 auto;
    }
    form#subscriptionForm .col-lg-8 {
        width: 65%;
    }
    form#subscriptionForm .col-lg-4 {
        width: 35%;
        margin: 0;
    }
    form#subscriptionForm input#subscribe-button {
        padding: 8px 0;
        font-size: 14px;
        width: 100%;
        color: #000;
    }
    .container-fluid.footer > .container.py-5 {
        padding: 0 !important;
    }
    .container-fluid.footer .container-fluid {
        width: 100%;
    }
    .container-fluid.footer .bg-foo {
        padding: 20px 20px 0px;
    }
    .new-arrival.dsk-b {
        margin-bottom: 26px;
    }
    .prod-carousel-home .wishlist-icon {
        top: 6px;
    }
    .wishlist-icon img.img-fluid {
        width: 22px;
    }
    .mid-content {
        width: 85%;
        margin: 0 auto;
        font-size: 18px;
    }
    .horizontal-accordian-one .accordian-container .accordian-item.active .accordian-head span {
        transform: inherit;
        font-weight: 600;
    }
    .horizontal-accordian-one .accordian-container .accordian-item.active .accordian-head {
        width: 100%;
        padding-left: 20px;
        margin-bottom: 22px;
    }
    .horizontal-accordian-one .accordian-container .accordian-item {
        display: inline-block;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .horizontal-accordian-one .accordian-container {
        display: inline-block;
    }
    .category-list {
        width: 85%;
    }
    .horizontal-accordian-one .accordian-container .accordian-item .accordian-head {
        display: inline-block;
    }
    .horizontal-accordian-one .accordian-container .accordian-item .accordian-head.color-orange {
        border-left: 1px solid #000;
        color: #000;
        width: 100%;
        padding-left: 21px;
    }
    .horizontal-accordian-one .accordian-container .accordian-item .accordian-head.color-blue, .horizontal-accordian-one .accordian-container .accordian-item .accordian-head.color-red {
        border-left: 1px solid #000;
        width: 100%;
        padding-left: 20px;
    }
    .horizontal-accordian-one .accordian-container .accordian-item .accordian-data {
        display: none;
    }
    .horizontal-accordian-one .accordian-container .accordian-item.active .accordian-data {
        display: inline-block !important;
    }
    .horizontal-accordian-one .accordian-container .accordian-item.active .accordian-data .bottom-content {
        display: inline-block;
    }
    .horizontal-accordian-one .accordian-container .accordian-item.active .accordian-data .bottom-content .bottom-dta {
        width: 100%;
    }
    .horizontal-accordian-one {
        width: 91%;
        display: inline-block;
        height: auto;
    }
    .horizontal-accordian-one .accordian-container .accordian-item .accordian-head span {
        transform: inherit;
        display: inline-block;
    }
    h3 {
        font-size: 24px;
    }
    
    .footer .copyright .text-right, .footer .copyright .text-left {
        text-align: center;
    }
    .prod-text {
        position: relative;
        text-align: left;
    }
    .prod-text a.btn {
        display: none ;
    }
    .prod-text h2 {
        color: #000 !important;
        font-weight: 400 !important;
        font-size: 36px !important;
        padding: 12px 0;
    }
    .bt-i-w-white, .bt-i-w-black {
        margin-bottom: 0;
    }
    .prod-text h2 a {
        font-size: 30px !important;
        border: 0 !important;
        color: #000 !important;
        font-weight: 400 !important;
    }
    .static-content-dd-img {
        width: 100%;
    }
    .static-content-dd {
        padding: 25px 0;
        width: 100%;
        margin: 0;
    }
    .container-fluid.about-us {
        width: 100%;
        padding: 0px 0;
    }
    .container-fluid.about-us .container {
        padding: 6px;
    }
    .pd-item {
        height: 380px;
    }
    .pd-carousel .owl-item img {
        max-width: 98%;
    }
    table.table.table-bordered-z thead tr th:first-child, table.table.table-bordered-z tbody tr td:first-child {
        display: none;
    }
    .golden-expedite h4 {
        font-size: 44px;
        color: #ccc;
        font-family: optima;
        margin-bottom: 35px;
    }
    .section-left.position-relative {
        padding-right: 0;
        margin-bottom: 35px;
        text-align: center;
        width: 100%;
    }
    .m-image {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 25px;
    }
    .section-right.position-relative {
        padding-left: 0;
        width: 92%;
        text-align: center;
        margin: 0 auto 35px;
    }
    .soldOut p {
        height: 170px;
    }
    .dsk-b{display:none;}
    .mob-b{display:block;}
    .navbar-toggler-icon {
        width: 21px;
    }
    .txt-i-w h2 {
     
        bottom: 6px;
        left: 25px;
    }
    .l-c-icons {
    padding-top: 0;
    position: absolute;
    top: 18px;
    right: 25px;
        
    }
    .nav-bar-top-95 {
        padding: 0 0px;
    }
    .f-logo br {
        display: none;
    }
    
    .back-to-top {
        bottom: 5px;
        right: 5px;
    }
    .checkout-page .border-right {
        border: 0 ; margin-bottom: 34px;
    }
    .checkout-page .col-lg-4.right-p-side {
        width: 100%;
    }
    .discount-c .col-lg-4 {
        margin: 11px 0;
        padding: 0;
    }
    .discount-c .col-lg-4 input.btn.btn-primary.ywzgaoyudt {
        margin: 0;
    }
   
    .container-fluid.about-us.my-account .p-5 .col-md-9 {
        padding: 0px 0;
        border: 0px solid #ccc;
        margin: 18px 0;
    }
    .login-wrapper {
        width: 100%;
        max-width: 542px;
        margin: 5px auto 55px;
        text-align: center;
        
        padding: 10px;
    }
    .cart-items-dd.cart-box-open {
        display: block !important;
        right: -40px !important;
        top: 42px !important;
        width: 295px;
        padding: 35px 0;
    }
    .cart-items-dd.cart-box-open .col-6.col-lg-2 {
        width: 100%;
    }
    .cart-items-dd.cart-box-open .col-6.col-lg-2 img.img-fluid {
        width: 54px;
    }
    .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left {
        padding: 0;
    }
    .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .blog-dd.checkout-head {
        padding: 0;
    }
    .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .col-lg-6.border-right {
        margin: 0;
        padding: 0;
    }
    .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .col-lg-6.border-right .wo-login-wrap {
        max-width: 100%;
    }
    .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .col-lg-6.border-right .wo-login-wrap .col-lg-6 {
        padding: 0;
        text-align: left;
    }
    .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .col-lg-6.border-right .wo-login-wrap .col-md-12 {
        padding: 0;
    }
    .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .col-lg-6.border-right .wo-login-wrap .col-md-6 {
        padding: 0;
    }
    .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .col-lg-6.right-p-side {
        padding: 0;
    }
    .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .col-lg-6.right-p-side .right-side-w {
        padding: 25px 15px;
    }
    .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .col-lg-6.right-p-side .right-side-w .row.flex-nowrap {
        flex-wrap: inherit !important;
        width: 100%;
    }
    .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .col-lg-6.right-p-side .right-side-w .col-lg-2, .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .col-lg-6.right-p-side .right-side-w .col-lg-6, .checkout-page.inner-bbg .col-lg-12.wow.fadeIn.text-left .col-lg-6.right-p-side .right-side-w .col-lg-4 {
        width: 100%;
        flex-shrink: inherit !important;
    }
    .price {
        text-align: left;
        margin-bottom: 10px;
    }
    .bbybqdnnbr.hrlmhsdyog .col-auto.text-right {
        width: 65%;
    }
    .bg-thumb {
        text-align: left;
        width: auto;
        float: left;
    }
    .cart-items-dd .footers a.btn.btn-block.btn-primary {
        position: relative;
        margin-bottom: 10px;
    }
    input.form-control.border-dark.py-2.txtOnly {
        margin-bottom: 13px;
    }
    .wishlist-list .col-lg-4 {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
    .wishlist-list .col-lg-3 {
        width: 100%;
    }
    .wishlist-ww .q-w-wrap {
        width: 100%;
        margin: 0 !important;
    }
    .wishlist-ww .q-w-wrap input {
        width: 100% !important;
        text-align: center;
        margin: 0 0 7px 0 !important;
    }
    .wishlist-ww span.value.view-btn {
        font-weight: 400;
        font-size: 13px;
        padding: 0;
        margin: 0 0 10px 0 !important;
        display: inline-block;
        width: 46%;
        text-transform: uppercase;
    }
    h1 {
        font-size: 25px !important;
    }
    .new-arrival {
        margin-top: 22px;
    }
    .search-box {
        width: 92%;
    }
    .social-cta-right {
        display: none;
    }
    .brand-logo a.navbar-brand.ms-4.ms-lg-0 {
        margin: 0px !important;
        padding: 0;
    }
    .brand-logo a img {
        max-width: 130px;
    }
    nav.navbar.shadow-sm img {
        max-width: 68px;
        transition: .5s;
    }
    .right-side-bar {
        width: 100%;
        border-top: 5px solid #4CAF50;
        padding-top: 20px;
    }
    ul.thumbnails.product-carousel img {
        max-width: 100%;
    }
    .brand-logo {
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 15px;
    }
    .navbar.sticky-top {
        height: 65px;
    }
    .jqfayddvcx {
        height: 340px;
    }
    .home-banner {
        margin-top: 0px;
        padding: 0 0 0 0 !important;
        margin-bottom: 0px;
    }
    .s-txt {
        padding: 0;
        position: relative;
        top: 12px;
        width: 100%;
        text-align: center;
    }
    .usp-wrapper ul li {
        display: inline-block;
        margin: 0 5px;
        width: 39%;
    }
    .usp-ele-bt.text-center {
        position: relative;
        bottom: -6px;
    }
    .blog-home .b-img {
        width: 100%;
    }
    .blog-heading {
        font-size: 15px;
        width: 100%;
        height: auto;
    }
    .blog-home .col-lg-4 {
        width: 90%;
    }
    .row.wish-box {
        padding: 25px 0;
        text-align: center;
    }
    .b-short-desc {
        width: 90%;
        margin: 0 auto 10px;
        height: 105px;
        overflow: hidden;
    }
    .blog-home .col-lg-4:last-child {
        display: none;
    }
    .container-fluid.footer-top.p-0 {
        margin: -19px 0 0 0px;
    }
    .container-fluid.footer-top.p-0 img {
        position: relative;
        top: 4px;
    }
    a.wapp-icon-bottom img#style-9 {
        width: 52px;
        height: 52px;
    }
    a.wapp-icon-bottom {
        position: fixed;
        bottom: 5px;
        left: 5px;
        z-index: 999;
    }
    .container-fluid.footer .bg-foo .f-logo {
        margin: 0;
    }
    .container-fluid.footer .bg-foo .f-logo a {
        margin: 0 0 20px;
    }
    .footer .col-lg-12 {
        margin: 0px 0 16px;
        padding: 0 10px;
    }
    .element-df-center {
        max-width: 120px;
    }
    .inner-banner img {
        height: 375px;
        object-fit: cover;
        object-position: left;
    }
    .introduction-end-con {
        position: absolute;
        top: 68%;
        right: 0;
        transform: translate(0, -50%);
        text-align: center;
        width: 100%;
    }
    .introduction-end-con .rotate {
        font-size: 25px;
        letter-spacing: 2px;
    }
    .element-df-center img {
        object-fit: cover;
        height: 125px !important;
    }
    .inner-bbg {
        padding: 30px 0 0px !important;
    }
    .container.last-contaciner {
        padding: 0 0px !important;
    }
    .add-image img {
        max-width: 100%;
    }
    .about-us .section-one {
        padding: 0 0px;
        display: inline-block;
    }
    .about-us .section-one .m-auto {
        margin: 0 !important;
    }
    .about-us .section-one ul {
        margin: 0;
        padding: 0;
    }
    .about-us .section-one li:nth-child(even) {
        text-align: right;
        width: 100%;
    }
    .about-us .section-one li:nth-child(odd) {
        text-align: left;
        width: 100%;
    }
    .golden-expedite .home-why-wrap {
        width: 95%;
        text-align: center;
        margin: 25px auto;
    }
    .golden-expedite.inner-bbg {
        background: none !important;
    }
    .about-us .section-one li strong {
        width: 100%;
        display: inline-block;
        font-size: 21px;
    }
    .content-head h2 {
        font-family: 'Montserrat';
        font-size: 26px;
    }
    .left-side-bar {
       
        background: none;
        padding: 0 45px;
        border-right: 0px dashed #999;
        height: auto;
           margin-bottom: 50px;
    }
    .filer-head .col-lg-6 {
        width: 50%;
    }
    .filer-head h5 {
        padding: 12px 0;
    }
    .row {
        margin: 0 auto;
    }
    .prod-list .c-image .col-lg-12 {
        padding: 0 0px;
    }
    .prod-list .main-img {
        top: -47px;
    }
    .rating img.img-fluid {
        max-width: 12px;
    }
    .aa-bg.about-us h3 {
        text-align: center;
    }
    .a-height-auto {
        text-align: center;
        padding: 0 15px;
    }
    .last-txt h3 {
        text-align: center;
    }
    .ele100, .ele3 {
        display: none;
    }
    .ele2 img {
        max-width: 77px;
    }
    ul.thumbnails.product-carousel li {
        border-radius: 10px;
        overflow: hidden;
        max-width: 74px;
        margin: 0 7px 0 0;
    }
    .additional-carousel {
        padding-top: 6px;
    }
    .pd-details {
        padding-right: 0;
    }
    .q-w-wrap input.form-control.vjmusiimhq {
        width: 100%;
        margin-bottom: 19px;
    }
    .wishlist-icon-pd {
        width: 100%;
        float: left;
        margin: 0;
    }
    .b-w-w {
        text-align: center;
    }
    .modal-header, .modal-body {
        padding: 1rem 1rem;
    }
    .write-review-form input.form-control {
        border: 0;
        border: 1px dashed #ccc;
        padding: 12px 20px;
        margin-bottom: 19px;
    }
    .rate {
        padding: 0 14px;
    }
    .write-review-form textarea {
        border: 0;
        padding: 17px 17px;
        border: 1px dashed #ccc;
        margin-bottom: 20px;
    }
    .rate:not(:checked) > label {
        font-size: 24px;
        top: -6px;
    }
    .mob-p-m {
        margin: 0;
        padding: 0;
    }
    .date-review {
        border-bottom: 1px solid #000;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    .rating {
        display: inline-block;
        margin-left: 0;
    }
    .writ-ee p {
        font-size: 15px;
        margin-bottom: 2px;
    }
    
    .login-wrapper .elementplate img {
        max-width: 135px;
    }
    .login-wrapper .element1 img {
        max-width: 137px;
    }
    div#v-pills-tabContent {
        padding: 0;
    }
    .full-width-f {
        width: 100% !important;
    }
    .contact-us {
        max-width: 100%;
        margin: 15px auto 0 auto;
        padding: 0;
    }
    .contact-us .col-lg-4 {
        width: 100%;
        margin-bottom: 0;
    }
    .add-cart {
        text-align: center;
    }
    .row.gjbwdjhpzp1234 .c-image {
        margin-bottom: 16px;
    }
    .row.gjbwdjhpzp1234 .p-imag.position-relative {
        height: 125px;
    overflow: hidden;
    }
    .blog-dd h1 {
        font-size: 22px !important;
        font-weight: 400 !important;
        margin-bottom: 0;
        text-align: center;
    }
    .inner-bbg .col-lg-4.blog-listing {
        width: 100%;
    }
    .inner-bbg .col-lg-4.blog-listing {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 22px;
    }
    .blog-listing .blog-img {
        height: 160px;
    }
    a.btn.btn-link.dark {
        padding: 6px 10px;
    }
    .gift-page-d {
        width: 100%;
    }
    .home-banner .owl-nav {
        top: 12%;
    }
    .b-img {
        width: 90%;
        height: 153px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .page-title {
        position: inherit;
        top: 43%;
        z-index: 9;
        width: 100%;
        background: #eeaa6500;
        padding: 15px 20px 9px;
    }
    .inner-banner .inner-banner {
        display: none;
    }
    a#v-pills-settings-tab.fydoyrewcr {
        text-align: left;
    }
    a#v-pills-settings-tab.fydoyrewcr {
        text-align: left;
        position: relative;
        top: -1px;
        z-index: 999999999;
        padding: 7px 5px !important;
        border: 1px solid #ccc;
        text-align: center;
        border-radius: 39px;
    }
    .info-pages h1 {
        margin-bottom: 25px;
    }
    .my-account .nav-pills-custom a.nav-link {
        display: inline-block;
        margin: 0 1px 0 11px;
        border-radius: 10px;
        padding: 8px 15px !important;
        background: #4caf50;
        color: #fff;
        border: 0;
    }
    .o-p-o-d {
        margin-bottom: 23px;
        overflow: auto;
    }
    table.responsive-table.my-order-page thead th, table.responsive-table.my-order-page tbody td {
        padding: 10px 19px;
    }
    .nav-pills-custom .nav-link.active::before {
        opacity: 1;
    }

    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 7px solid #4caf50;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}


@media (max-width: 400px)
{
    .navbar-light .navbar-brand img.me-3 {
        max-width: 155px;
    }
    h1.brand-logo {
        left: -29px;
    }
    .usp-wrapper ul li {
        display: inline-block;
        margin: 0 5px;
        width: 45%;
    }
    .left-side-bar {
        padding: 0 25px;
    }
}
