* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

a,
button,
img {
    transition: ease 0.3s;
}

a,
button,
select {
    cursor: pointer;
}

p {
    font-size: 14px;
    color: #303030;
}

.slick-slider .slick-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: rgb(0, 0, 0, 0.5);
    background-image: url(../images/left-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 5;
    border-radius: 50%;
    /* margin-left: -36px; */
    top: 50%;
    /* left: -30px; */
    left: 0;
    padding-left: 20px;
    font-size: 0;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    margin-top: -35px;
}

.slick-slider .slick-next {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: rgb(0, 0, 0, 0.5);
    background-image: url(../images/right-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 5;
    border-radius: 50%;
    /* margin-left: -36px; */
    top: 50%;
    /* right: -30px; */
    right: 0;
    padding-left: 20px;
    font-size: 0;
    -webkit-appearance: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    margin-top: -35px;
}

.slick-disabled {
    opacity: 0.5;
    cursor: no-drop !important;
}

.top-header {
    background: #152b49;
    color: white;
    padding: 8px 0;
    font-size: 14px;
}

.top-header p {
    margin-bottom: 0;
    color: #fff;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 22;
}

.scuro {
    background: #fff;
}

.scuro .logo img {
    height: 50px;
}

header .logo img {
    height: 77px;
    margin: 0 0 0 10px;
}

.navbar-collapse {
    justify-content: center;
}

header .navbar-light .navbar-nav .nav-item:hover .megamenu {
    display: flex;
}

.sidenav a {
    display: inline-block;
    margin-left: 10px;
}

.sidenav a img {
    height: 20px;
}

.banner {
    overflow: hidden;
    position: relative;
}

.carousel-control-prev {
    width: 69px;
    height: 69px;
    background: rgba(255, 255, 255);
    border-radius: 50%;
    margin-left: 0;
    top: 45%;
    padding-left: 20px;
}

.carousel-control-next {
    width: 69px;
    height: 69px;
    background: rgba(255, 255, 255);
    border-radius: 50%;
    margin-right: 0;
    top: 45%;
    padding-right: 20px;
}

.carousel-control-prev-icon {
    background: url(../images/left.png) no-repeat center;
    background-size: 50%;
}

.carousel-control-next-icon {
    background: url(../images/right.png) no-repeat center;
    background-size: 50%;
}

.carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 0;
    top: 0;
}

.carousel-caption h5 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 60px;
    width: 80%;
    margin: 0 auto;
    color: #152b49;
}

.carousel-caption button {
    background: #bc9b5d;
    color: white;
    width: 168px;
    height: 46px;
    margin-top: 50px;
}

.mainhead {
    text-align: center;
    font-family: "Playfair Display", serif;
    color: #152b49;
    position: relative;
    padding: 15px 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.mainhead::before {
    width: 80px;
    position: absolute;
    height: 3px;
    background: #e6b7b5;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
    content: "";
}

.catgry {
    padding: 80px 0 0;
    overflow: hidden;
}

.cat-mane {
    background: #152b49;
    color: #fff;

    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    font-family: "Playfair Display", serif;
    right: 0px;
    color: #e6b7b5;
    padding: 15px 30px;

    font-size: 28px;
    white-space: nowrap;
    text-transform: capitalize;
    cursor: vertical-text;
    position: absolute;
    display: block;
    height: auto;
    width: 100%;
    z-index: 3;
    bottom: -20%;
    text-align: left;
}

.sc1 .cat-img:hover .cat-mane {
    cursor: pointer;
    filter: drop-shadow(0 0 5px #9b9b9b);
}

.cat-img {
    position: relative;
}

.cat-img>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc1 .cat-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #152c4830;
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s ease-in;
    transform: scale(0);
}

.sc1 .cat-img:hover::after {
    cursor: pointer;
    /* transform: scale(1); */
}

.catgry .col-md-3:nth-child(even) .cat-mane {
    background: #e6b7b5;
    color: #152b49;
}

.catgry .col-md-3 {
    position: relative;
    overflow: hidden;
}

.prod-btn {
    /* background: #bc9b5d;
    border: 1px solid #bc9b5d !important; */
    background: #152b49;
    border: 1px solid #152b49 !important;
    color: white;
    padding: 5px 6px;
    border: none;
    text-transform: capitalize;
}

.sell-with-us.prod-btn {
    background: #bc9b5d !important;
    border: 1px solid #bc9b5d !important;
}

.sell-with-us.prod-btn:hover {
    background-color: #ffffff !important;
    color: #bc9b5d !important;
}

.inner-banner img.img-fluid.top-banner-image {
    width: 100%;
}



.prod-btn:hover {
    background-color: #ffffff;
    color: #bc9b5d;
}

.btn:hover {
    background-color: #ffffff !important;
    color: #bc9b5d !important;
}

.btn:hover img {
    filter: invert(1);
}

.prod-details {
    padding: 10px 50px;
}

.prod-details h5 {
    white-space: nowrap;
    /* width: 193px; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto 5px;
}

.grybtn {
    margin-right: 9px;
    margin-top: 20px;
    border: none;
    height: 34px;
    width: 34px;
    background: #f7f2ed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-section .grybtn {
    margin-top: 30px;
}

.grybtn:hover {
    filter: drop-shadow(2px 4px 6px #b3b3b3);
}

.prod-details h5 strong {
    color: #152b49;
    font-size: 16px;
}

.large_slider .prod-details h5 strong {
    color: #152b49;
    font-size: 13px;
}

.newarrival {
    background: url(../images/newarrival.png) no-repeat;
    background-size: 100%;
    min-height: 500px;
    margin-top: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsec {
    width: 600px;
    max-width: 100%;
    height: 290px;
    background: url(../images/linenew.png) no-repeat bottom center;
    background-size: 100% 100%;
    position: relative;
}

.newsec h3 {
    font-family: "Playfair Display", serif;
    font-size: 100px;
    color: #152b49;
    margin-top: -60px;
}

.newsec h4 {
    color: #e6b7b5;
    font-size: 60px;
}

.newsec button {
    border: 2px solid #e6b7b5;
    width: 50%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #152b49;
    background: #d0e3ff;
    bottom: -30px;
    position: absolute;
    left: 50%;
    margin-left: -25%;
}

.newsec button:hover {
    border: none;
    background-color: #e6b7b5;
    color: #ffffff;
}

.mr-15 {
    margin-right: -15px;
}

.sqr-text {
    padding: 12%;
}

.sqr-text h2 {
    font-size: 60px;
    color: #152b49;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

.sqr-text h4 {
    color: #152b49;
    font-family: "Playfair Display", serif;
    font-weight: 300;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.roundsec {
    text-transform: uppercase;
    color: #152b49;
}

.sqr button {
    width: 140px;
    height: 50px;
    line-height: 30px;
}

.blue-sec {
    background: url(../images/blue.png) no-repeat center;
    background-size: cover;
    padding: 70px 0;
}

.blue-sec .mainhead {
    color: #e6b7b5;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 40px;
}

.blue-sec .mainhead::before {
    background: #bc9b5d;
}

.blue-sec p {
    color: #fff;
}

.whitecard {
    background: #fff;
}

.whitecard img {
    margin: 15px 0;
}

.whitecard h5 {
    color: #152b49;
    font-family: "Playfair Display", serif;
}

.whitecard p {
    color: #303030;
}

.footer-div h4 {
    color: #152b49;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 16px;
}

.footer-div h4::before {
    width: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    content: "";
    background: #bc9b5d;
}

.footer-div ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-div ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #152b49;
    font-size: 14px;
}

.footer-div ul li a:hover {
    color: #bc9b5d !important;
}

.footer-div ul {
    padding-left: 0;
}

.footer-div p {
    color: #152b49;
}

.footer-div p a:hover {
    color: #bc9b5d !important;
}

.footer-div input {
    width: 100%;
    border: 1px solid #152b49;
    padding: 10px;
}

.footer-div button {
    background: #bc9b5d;
    color: white;
    text-align: center;
    height: 46px;
    width: 100%;
    margin-top: 15px;
    border: none;
}

.footer-div button:hover {
    background: transparent;
    border: 1px solid #bc9b5d;
    color: #bc9b5d;
}

footer {
    background: #f3f1f1;
    padding-top: 70px;
    padding-bottom: 20px;
}

.linefooter {
    color: #152b49;
    margin: 1rem 0;
}

.linefooter a {
    display: inline-block;
    margin: 0 10px;
}

.linefooter a:hover {
    filter: hue-rotate(140deg) brightness(2.5);
}

.catgryscnd .carousel-control-prev {
    background: rgba(0, 0, 0, 0.8);
}

.catgryscnd .carousel-control-next {
    background: rgba(0, 0, 0, 0.8);
}

.catgryscnd .carousel-control-prev-icon {
    background-image: url(../images/left-white.png);
}

.catgryscnd .carousel-control-next-icon {
    background-image: url(../images/right-white.png);
}

/* product page */

.inner-banner {
    /* margin-top: 114px; */
    margin-top: 160px;
    position: relative;
}

.banner-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bannertext-center {
    width: 600px;
    max-width: 100%;
    padding: 5%;
}

.bannertext-center h3 {
    color: #152b49;
    font-family: "Playfair Display", serif;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 25px;
}

.bannertext-center p {
    color: #152b49;
    font-size: 18px;
}

.product-list {
    padding: 70px 0;
}

.dbfilter-list ul li {
    list-style: none;
    margin: 10px 0;
}

.dbfilter-list ul {
    padding: 0;
}

.dbfilter-list input[type="chexkbox"] {
    height: 30px;
    width: 30px;
}

.filter-item .accordion-item {
    border-right: none;
    border-left: none;
}

.accordion-body {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.accordion-button:not(.collapsed) {
    filter: grayscale(1);
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.breadcrm {
    border-bottom: 1px solid #152b49;
    margin-bottom: 15px;
}

.breadcrm ul li {
    text-transform: uppercase;
    color: #152b49;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    font-size: 15px;
}

.breadcrm ul {
    padding-left: 0;
}

.filter span {
    color: #152b49;
    font-size: 14px;
}

.filter h4 {
    color: #152b49;
    padding: 10px 0;
    font-size: 15px;
}

.filter-item .accordion-button:not(.collapsed),
.filter-item .accordion-button {
    font-size: 13px;
    font-weight: 600;
    padding-left: 0;
}

.accordion-button::after {
    transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.filtrbody {
    padding: 10px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dbfilter-list li {
    font-size: 14px;
}

/* price slider */
.price-slider input {
    box-shadow: 0;
    outline: 0;
}

.price-slider {
    width: 300px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    height: 30px;
}

.price-slider svg,
.price-slider input[type="range"] {
    position: absolute;
    left: 0;
    bottom: 0;
}

.price-slider input[type="number"] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 1.6em;
    -moz-appearance: textfield;
}

.price-slider input[type="number"]::-webkit-outer-spin-button,
.price-slider input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-slider input[type="number"]:invalid,
.price-slider input[type="number"]:out-of-range {
    border: 2px solid #e60023;
}

.price-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
}

.price-slider input[type="range"]:focus {
    outline: none;
}

.price-slider input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #000;
}

.price-slider input[type="range"]:focus::-ms-fill-lower {
    background: #000;
}

.price-slider input[type="range"]:focus::-ms-fill-upper {
    background: #000;
}

.price-slider input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    background: #000;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #000;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #000;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

.price-slider input[type="range"]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.price-slider input[type="range"]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.price-slider input[type="range"]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.price-slider input[type="range"]::-ms-fill-lower,
.price-slider input[type="range"]::-ms-fill-upper {
    background: #1da1f2;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.price-slider input[type="range"]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #1da1f2;
    height: 14px;
    width: 14px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.price-slider .rngvalue {
    display: flex;
    width: 100%;
    padding: 0 5px;
    justify-content: space-between;
}

.price-slider .rngvalue input {
    font-size: 12px;
    border: none;
}

.filtrbody::-webkit-scrollbar {
    width: 6px;
    color: black;
    background: #ddd;
}

.filtrbody::-webkit-scrollbar-thumb {
    background: black;
    outline: 1px solid black;
    border-radius: 10px;
}

.accordion-body::-webkit-scrollbar {
    width: 6px;
    color: black;
    background: #ddd;
}

.accordion-body::-webkit-scrollbar-thumb {
    background: black;
    outline: 1px solid black;
    border-radius: 10px;
}

.min-30 {
    min-width: 300px;
    max-width: 100%;
}

.min-30 .form-select {
    width: 200px;
}

.product-head {
    color: #152b49;
    font-size: 14px;
}

.product-head .form-select {
    border-radius: 0;
    font-size: 12px;
}

.product-list .prod-details h5 {
    font-size: 14px;
    text-transform: uppercase;
}

.product_name_heading {
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 161px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto 10px;
}

.product-list .prod-details h6 {
    font-size: 12px;
    text-transform: uppercase;
}

.product-list .prod-details {
    padding: 15px;
}

.product-list .prod-details .cat-img {
    margin-top: 20px;
}

.pagination {
    margin: 0 auto;
}

.page-link {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 5px;
    background: #dad9d9;
    color: #202020;
}

.page-item.active .page-link {
    background: #828080;
    border-color: #828080;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}

.blue {
    color: #152b49;
}

/* vendor page */

.banner-text-vendor .bannertext-center {
    width: 100%;
    padding: 0;
    margin-top: -90px;
    position: relative;
}

.btnbanner {
    position: absolute;
    right: 0;
    top: 112px;
}

.btnbanner button {
    background: #152b49;
    color: #fff;
    margin: 0 5px;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
}

.typedetails .nav-link {
    color: #202020;
    font-size: 13px;
    text-align: left;
    padding: 10px 10px 10px 0;
    margin-right: 20px;
    font-weight: bold;
}

.typedetails .nav-link.active {
    color: #e8adab;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #e8adab;
}

/* help */

.bannersearch {
    width: 800px;
    height: 60px;
    border-radius: 60px;
    background: white url(../images/search-red.png) no-repeat center right 15px;
    box-shadow: 0 2px 5px #ce9391;
    padding: 0 15px;
    border: none;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    outline: none;
}

.faqsec .accordion-button {
    background: #152b49 !important;
    color: #fff;
    filter: grayscale(0);
}

.faqsec .accordion-body {
    padding: 15px 30px;
    font-size: 14px;
}

.faqsec .accordion-button:not(.collapsed)::after {
    content: "-";
    color: white;
    background-image: none;
    font-size: 30px;
    margin-top: -20px;
}

.faqsec .accordion-button::after {
    content: "+";
    color: white;
    background-image: none;
    margin-top: -20px;
}

.bannerbig {
    text-transform: uppercase;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 26px !important;
}

.itlicp {
    font-family: "Playfair Display", serif;
    text-align: center;
    color: #303030;
}

.font-other {
    color: #152b49;
    font-family: "Playfair Display", serif !important;
}

.color-black {
    color: #000 !important;
}

.normal-text {
    text-transform: none;
    color: #303030;
}

.mobileitem {
    margin: 30px 15px;
}

.blue {
    color: #152b49 !important;
}

.success p strong {
    color: #152b49;
    font-size: 16px;
}

.mobileitem h5 {
    font-family: "Playfair Display", serif !important;
}

.mobileitem p {
    font-size: 12px;
    margin-top: 10px;
}

.success {
    padding: 60px 0;
    background: #fbe7e6;
}

.success h4 {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 26px;
}

.whttosell {
    padding: 60px 0;
}

.faq .accordion-button {
    letter-spacing: 3px;
    color: #152b49;
    font-size: 22px;
    filter: grayscale(0);
    background: #f5f6fb;
    border: none !important;
    box-shadow: none !important;
}

.faq .accordion-item {
    border: none;
}

.faq .accordion-body {
    padding: 0px 20px;
}

.faq .accordion-body a {
    color: #bc9b5d;
}

.faq .accordion-button:not(.collapsed)::after {
    background: url(../images/minus.png) no-repeat;
    background-size: 100% 100%;
}

.faq .accordion-button::after {
    background: url(../images/plus.png) no-repeat;
    background-size: 100% 100%;
}

.sell-with-us.btn {
    background: #bc9b5d !important;
    border: 1px solid #bc9b5d !important;
}

.sell-with-us.btn:hover {
    background-color: #ffffff !important;
    color: #bc9b5d !important;
}

.btn {
    border: 1px solid #152b49 !important;
    background: #152b49 !important;
    color: white !important;
    width: 168px;
    height: 46px;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0 !important;
}

.btn.textsamll {
    text-transform: none;
}

.prod-item {
    width: 200px;
}

.border-btn {
    font-size: 10px;
    border: 0;
}

.btn img {
    height: 15px;
    margin-top: -5px;
    display: inline-block;
    margin-right: 5px;
}

/* cart */
.cartsection {
    overflow: hidden;
}

td {
    vertical-align: middle;
}

th.w-200 {
    width: 200px;
    min-width: 200px;
}

th {
    color: #152b49;
    font-size: 16px;
    font-weight: normal;
}

.cartbtn {
    text-align: center;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cartbtn .border-btn {
    width: 46%;
    height: 26px;
    padding: 2px 0;
    margin: 2px;
}

.cartbtn .border-btn.remove {
    background: #e3d6bc;
}

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 35px;
    height: 41px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #d8d8d8;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    cursor: pointer;
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}

/* checkout */

.form-item input {
    height: 40px;
    margin-top: 10px;
    padding: 0 10px;
}

.mainitem {
    font-size: 14px;
    margin-bottom: 10px;
}

.orspan {
    display: inline-block;
    width: 168px;
    text-align: center;
    padding: 10px;
}

.breadcrump ul {
    padding-left: 0;
}

.breadcrump ul li {
    display: inline-block;
    color: #152b49;
    text-transform: uppercase;
    font-size: 14px;
}

/* product details */
.border-btn-in {
    border: 1px solid #152b49;
    text-align: center;
    width: 150px;
    height: 38px;
    background: #152b49;
    color: #ffffff;
    margin-left: auto;
    float: right;
    font-weight: bold;
}

.border-btn-in:hover {
    color: #dbcaa9;
    background: #ffffff;
}

.review-list ul {
    padding-left: 0;
}

.review-list ul li {
    list-style: none;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 15px;
    padding-top: 15px;
}

.review-list ul li:last-child {
    border: none;
}

.review-list ul li strong {
    color: #152b49;
    margin: 0;
}

.review-list ul li p {
    margin-bottom: 0;
}

.sidenav a {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #202020;
    text-decoration: none;
}

.sidenav a img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.sidenav a:hover {
    padding: 4px;
    background-color: #ead4a9;
}

.form-item input[type="checkbox"] {
    height: auto;
}

.signinbtn button {
    background: #152b49;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 6px;
}

.line-btn {
    color: #152b49;
    opacity: 1;
    text-align: center;
    width: 100%;
    height: 40px;
    border: 2px solid #152b49;
    border-radius: 6px;
}

.modal input,
.modal textarea {
    padding: 0 10px;
}

.itemcare h5 {
    text-transform: uppercase;
    font-size: 20px;
}

/* compare */
.compare-table .prod-img img {
    max-height: 200px;
}

.compare-table td,
.compare-table th {
    max-width: 200px;
    width: 200px;
    border: 1px solid #dbdbdb;
    border-top: none;
    margin-bottom: 15px;
}

.closebtn {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    box-shadow: 0 0 15px #ecbcba;
    text-decoration: none;
    color: #ecbcba;
}

.compare .badge {
    background: #bc9b5d;
}

.compare td,
.compare th {
    vertical-align: middle;
}

.color-red {
    color: #d98480;
}

/* slider */
.holder::-webkit-scrollbar {
    display: none;
}

/* Hide the images by default */
.slides {
    display: none;
    /* max-width: 1000px; */
    /* width: 100%;
    flex-shrink: 0;
    height: 100%; */
}

.slides img {
    width: 100%;
    height: 380px;
    object-fit: contain;
}

/* Smartphones (portrait and landscape) ----------- */

/* 15.07.21 */
.headerProfile {
    position: relative;
}

.header-bottom .sidenav {
    position: relative;
}

.frontend_after_login {
    position: absolute;
    top: 40px;
    right: 0;
    width: 180px;
    background: #fff;
    box-shadow: 0px 0px 18px -5px #ccc;
    padding: 13px 14px;
    text-align: left;
    display: none;
}

.frontend_after_login.active {
    display: block;
}

.frontend_after_login ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.frontend_after_login ul li {
    padding: 0;
    margin: 0 0 12px 0;
}

.frontend_after_login ul li:last-child {
    margin-bottom: 0;
}

.frontend_after_login ul li a {
    color: #000;
    font-size: 1.125rem;
    display: inline;
}

.frontend_after_login ul li a:hover {
    padding: 0;
    background: transparent;
    color: #bc9b5d;
}

/* 15.07.21 */


.prevContainer,
.nextContainer {
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50% - 54px));
    height: 54px;
    width: 54px;
    cursor: pointer;
}

.prevContainer {
    margin-left: 0px;
    left: 0;
    border-radius: 50%;
}

.prev {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: left;
    margin-left: 12px;
}

.prev svg,
.next svg {
    fill: black;
}

.nextContainer {
    margin-right: 0px;
    right: 0;
    border-radius: 50%;
}

.next {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: right;
    margin-right: 12px;
}

/* Container for image text */
.caption-container {
    text-align: left;
    background-color: #222;
    padding: 2px 16px;
    color: white;
    display: none;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumbnail images */
.slide-thumbnail {
    width: 100%;
    opacity: 0.6;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #a8a8a8;
}

.active,
.slide-thumbnail:hover {
    opacity: 1;
    border-color: #333;
}

.megamenu {
    width: calc(100% - 20px);
    max-width: 100%;
    background: white;
    position: fixed;
    left: 10px;
    display: flex;
    justify-content: center;
    top: 110px;
    padding: 30px 15px;
    display: none;
}

.megamenu li {
    list-style: none;
    margin-bottom: 10px;
}

.megamenu li h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.megamenu li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.megamenu li a:hover {
    color: #bc9b5d !important;
}

.scuro .megamenu {
    top: 80px;
}

.searchbar {
    position: absolute;
    width: 530px;
    background: white;
    padding: 10px;
    right: 0;
    display: none;
}

.searchbar input[type="text"] {
    width: calc(100% - 40px);
    display: inline-block;
    float: left;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.searchbar button {
    width: 40px;
    background: #152b49;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    height: 40px;
}

.searchbar button img {
    filter: invert(1);
    width: 20px;
}

/* 1.10.21 */

.order-item-radio {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.order-item-radio:last-child {
    margin-bottom: 0;
}

.order-page-radio {
    margin-bottom: 30px;
}

.order-item-radio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 4px;
}

.order-item-radio-inner {
    display: flex;
    flex-wrap: wrap;
}

.order-item-radio-inner-left {
    flex-basis: 75%;
    max-width: 75%;
    padding-right: 5px;
}

.order-item-radio-inner-right {
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 5px;
    text-align: right;
}

.order-item-radio-inner-left h5 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.order-item-radio-inner-left p:last-child {
    margin-bottom: 0;
}

.order-item-radio-inner-right .amount {
    display: table;
    margin-left: auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.order-item-radio-inner-right .amount.free {
    color: green;
}

.main-order-items-prnt-out {
    margin: 40px 0;
}

.main-order-items {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.main-order-items:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.main-order-items-images-content {
    display: flex;
    flex-wrap: wrap;
}

.main-order-items-images-content .main_img {
    flex-basis: 200px;
    max-width: 200px;
}

.main-order-items-images-content-rightts {
    flex-basis: calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding-left: 18px;
    color: #000;
}

.main-order-items-images-content-rightts h6 {
    color: #000;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
}

.main-order-items-images-content-rightts p:last-child {
    margin-bottom: 0;
}

.quantity_select {
    margin-top: 15px;
}

.quantity_select select {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.3;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/down_arrow_new.png) no-repeat right 10px center;
    background-size: 10px;
    padding-right: 30px;
}

.order-page-radio-heading h4 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}

.order-page-radio-heading h4:last-child {
    margin-bottom: 0;
}

.order-page-radio-heading {
    margin-bottom: 20px;
}

.enter_your_coupn_code_main {
    margin-top: 20px;
}

.enter_your_coupn_code_ancc {
    display: inline-block;
    color: #000;
}

.enter_your_coupn_code_main_btms {
    margin-top: 15px;
    display: none;
}

.enter_your_coupn_code_main_btms .form-group {
    display: inline-block;
    width: 100%;
}

.enter_your_coupn_code_main_btms input[type="text"],
.enter_your_coupn_code_main_btms input[type="email"] {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    color: #000;
    float: left;
    width: calc(100% - 190px);
}

.enter_your_coupn_code_main_btms .btn {
    float: right;
    margin-top: 0;
    width: 170px;
    float: right;
    min-height: 50px;
}

.small-product-list .prod-details .flex-wrap {
    justify-content: center !important;
}



.sc2 .cat-img a {
    /* height: 350px; */
    overflow: hidden;
    display: block;
}

.sc2 .cat-img a img {
    transition: all 0.3s ease-in;
    /* transform: scale(1); */
}

.sc2 .cat-img a:hover img {
    transform: scale(1);
}

.scuro .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 0.8rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 0.84rem;
}



.navbar-light .navbar-nav .nav-link:hover {
    color: #bc9b5d !important;
}

.alsoViewd .cat-img a {
    position: relative;
    display: block;
    height: 350px;
    background-color: rgb(246, 246, 246);
    border: 1px solid rgb(237, 236, 236);
    margin: 0 10px;
}

.alsoViewd .cat-img a .status {
    background-color: rgb(21, 43, 73);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 71px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.alsoViewd .cat-img .prod-details {
    padding: 20px 30px !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #000000 !important;
    background: black !important;
}

.ui-slider-horizontal {
    height: 0.2em !important;
}

.ui-widget-header {
    background: #000000 !important;
}

.ui-state-focus,
.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 #000000 !important;
    background: #000000 !important;
    border-radius: 50% !important;
    outline: none;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -9px;
}

.range_value {
    font-size: 12px;
    margin-bottom: 15px;
}

.register-range-slider {
    padding-left: 7px;
}

.ui-slider .ui-slider-handle {
    border-radius: 50% !important;
}

.reply-comment {
    padding-left: 2rem;
}

.reply-comment h6 {
    padding-top: 2rem;
}

.reply-comment p strong {
    padding-right: 0.5rem;
}

.review-list-dev::-webkit-scrollbar {
    width: 6px;
    color: black;
    background: #ddd;
}

.review-list-dev::-webkit-scrollbar-thumb {
    background: black;
    outline: 1px solid black;
    border-radius: 10px;
}

.top-header a {
    text-decoration: none;
}

.top-header a:hover p {
    color: #ecbcba;
}

li.nav-item {
    margin: 0 0.5rem;
}

a.nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bagIc {
    filter: invert(1);
}

button.compare {
    margin-top: 20px !important;
}

.blue-sec-sub-head p {
    font-size: 1.1rem;
}

.round-border img {
    border: 4px solid #eebdbb;
    border-radius: 50%;
}

.total_item_count span {
    font-family: "Times New Roman", Times, serif;
}

.text-custom-align {
    text-align: right;
    font-size: 13px;
}

.item-head {
    /* min-height: 45px; */
}

.btnbanner img {
    height: 20px;
}

.star-ic {
    width: 70px !important;
    display: block;
    margin: 6px auto;
    height: 14px;
}

.cart-link {
    text-decoration: none;
    color: rgb(21, 43, 73);
    font-weight: 600;
}

.cart-link:hover {
    text-decoration: underline;
}


.large_slider h5 {
    font-size: 12px !important;
    /* min-height: 41px; */
}

.large_slider .prod-details {
    padding: 10px 10px;
}

.large_slider h5.item-head {
    font-size: 15px !important;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px auto 5px;
}

.large_slider h6.shop-name {
    font-size: 14px !important;
}

.large_slider .col-lg-6 .img-fluid {
    height: 12px !important;
    max-width: 59px !important;
}

.large_slider .col-lg-auto span {
    font-size: 12px;
}

.post-image {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.post-image img {
    margin: 0 10px 10px 0;
    width: 80px;
    height: 80px;
    object-fit: cover;
    /* border: 2px solid #000;
    border-radius: 5px; */
}

.reply-post {
    margin-top: 20px;
}

.reply_btn img {
    width: 25px;
    margin-right: 2px;
}

.reply_btn {
    font-weight: 600;
    color: #152b49;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.reply-textarea-div {
    margin-bottom: 10px;
    display: none;
}

.reply-textarea-div button {
    background: #152b49;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 6px;
    padding: 8px 30px;
}

.reply-post-div ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.reply-post-div ul li {
    padding: 20px;
    border-radius: 10px;
    background: #f1f1f1;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
}

a.post_delete_btn {
    font-weight: 600;
    color: #152b49;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 30px;
}

a.reply_post_delete_btn {
    color: #152b49;
    float: right;
}

.vendor-about-us,
.vendor-followers {
    padding: 30px;
    box-shadow: 0px 0px 20px #ccc;
    border-radius: 10px;
    font-size: 16px;
    line-height: 25px;
}

.vendor-followers ul,
.vendor-followers li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.vendor-followers li {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #152b49;
}

.vendor-followers li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #152b49;
}

/* 10-11 / */
.catgryscnd .cat-img a,
.product-list .wishlist-section .cat-img a {
    /* height: 226px; */
    padding: 0 60px;
    display: block;
}

.product-list .cat-img a {
    /* height: 180px; */
    height: auto;
    padding: 0 30px;
    display: block;
    text-align: center;
}

.cartsection .prod-item {
    text-align: center;
}

.cartsection .prod-item img {
    width: 100px;
    padding-bottom: 10px;
}

/********** 11-11 **************/
.trending-box {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 14px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.trending-txt {
    max-width: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    padding-left: 10px;
}

.trend-pic {
    max-width: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
}

.trend-pic figure {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0;
}

.trend-pic figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cmn-gap {
    padding: 50px 0;
}

.trending-txt span img {
    width: 14px;
}

.sb-hdr {
    font-weight: 700;
}

.trending-txt h5 {
    font-size: 16px;
    font-weight: 700;
}

.trending-outr {
    margin: -6px;
}

.trending-innr {
    padding: 6px;
}

.trending-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.trending-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px;
}

.trending-slide {
    width: calc(100% / 4);
    padding: 6px;
}

.trending-slide img {
    width: 100%;
    height: 155px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cmn-gap.cmn-no-gap {
    padding-top: 0;
}

.post-pannel {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0;
}

.post-pannel li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    list-style-type: none;
}

.post-pannel li:last-child {
    border-bottom: 0;
}

.post-pannel li a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.post-pannel li a:hover {
    color: #fff;
    background: #bc9b5d;
}

.post-pannel li a.selected {
    color: #fff;
    background: #bc9b5d;
}

.all-posts-box {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.all-posts-box p a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

.post-date {
    font-size: 13px;
    color: #666666;
    display: block;
    margin-bottom: 15px;
}

.tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.tag-list li {
    list-style-type: none;
    margin-right: 20px;
}

.tag-list li:last-child {
    margin-right: 0;
}

.tag-list li {
    background: #152b49;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 0.8;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
}

.tag-list li.selected {
    background: #bc9b5d;
}

.tag-list li:hover {
    cursor: pointer;
}

.share-list {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share-list li {
    list-style-type: none;
    margin-right: 20px;
}

.share-list li:last-child,
.pst-list li:last-child {
    margin-right: 0;
}

.share-list li a {
    color: #000;
    text-decoration: none;
}

.share-list li a i {
    margin-right: 6px;
}

.pst-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.pst-list figure {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0;
}

.pst-list figure img,
.group-details-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pst-list li {
    margin-right: 20px;
    list-style-type: none;
}

.pst-list h5 {
    margin: 0;
}

.all-posts-box {
    margin-bottom: 16px;
    position: relative;
}

.bookmark {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000;
}

.all-posts-box:last-child {
    margin-bottom: 0;
}

.prod-btn.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin: auto; */
}

.grphubs-box {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.grphubs-box figure {
    width: 230px;
    /* height: 200px; */
    border-radius: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.grphubs-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.grphubs-outr {
    margin-top: -15px;
    margin-bottom: -15px;
}

.grphubs-innr {
    padding-top: 15px;
    padding-bottom: 15px;
}

.border-btm {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.group-form select {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 15px center;
}

.group-details-box ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.group-details-box ul li {
    margin-right: 20px;
    list-style-type: none;
}

.group-details-box ul li a {
    color: #000;
    text-decoration: none;
}

.group-details-box ul li:last-child {
    margin-right: 0;
}

.group-details-box figure {
    width: 300px;
    /* height: 300px; */
    border-radius: 100%;
    overflow: hidden;
}

.group-details-box {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}

.grp-btn-innr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grp-btn-innr .btn {
    margin-right: 15px !important;
}

.grp-btn-innr .btn:last-child {
    margin-right: 0 !important;
}

.reply-box {
    margin-left: 50px;
    padding: 15px;
    border: 1px solid #ddd;
}

.pro_section1>.img-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
}

.pro_section1 {
    align-items: center;
}

.featured_product_slider.recently_views_responsive .slick-prev {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: 15px;
    left: -30px;
}

.featured_product_slider.recently_views_responsive .slick-next {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: 15px;
    right: -30px;
}

.recently_views.cartsection {
    overflow: inherit;
}


.heading h2 {
    font-size: 60px;
    color: #152b49;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.about-main {
    /* padding: 60px 0 60px; */
    text-align: center;
}

.about-txt img {
    margin: 30px 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 5px 0 #ccc;
    height: 400px;
    width: 400px;
    object-fit: cover;
}

.about-txt p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}

.video-sec {
    text-align: center;
}

.video-sec iframe {
    width: 600px;
    height: 400px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 6px 0 #ccc;
}

.video-main {
    padding: 40px 0 40px;
}

.aboutus-footer-bnr {
    position: relative;
}

.shop-name:hover {
    cursor: pointer;
    color: #e6b7b5 !important;
}

.category_banner_title {
    padding: 0%;
}

.category_banner_title h3 {
    color: #e6b7b5;
    margin-left: 100px;
}


ul.brand_menu_dropdown li ul li {
    display: inline-block;
    margin: 0 10px;
}

ul.brand_menu_dropdown li ul li a h5 {
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 1px 5px 0 #ccc;
}

.out-of-stock {
    color: red;
    text-transform: none;
    font-size: 12px;
}

.featured_product_slider .slick-slide img {
    display: block;
    margin: 0 auto;
}

/* .pro_section1 img.img-fluid {
    max-width: 95px;
} */

.pro_section1 {
    padding: 0 !important;
}

.pro_section2 {
    flex: 0;
    padding: 0 !important;
}

.prod_section_details {
    justify-content: center !important;
}

.alpha_order_sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}

.alpha_order_sec ul {
    width: 90%;
}

.alpha_order_sec h4 {
    font-size: 18px;
    width: 10%;
    text-align: center;
}

.alpha_menu_sec {
    width: 70%;
}

.alpha_order_sec li {
    width: 25%;
    float: left;
}

.order_gift_text {
    margin: 0;
    margin-left: 15px;
    font-size: 16px;
}

.packing_slip_text {
    font-size: 10px;
    margin-left: 15px;
}

.filter_show_toggle .show_filter_div {
    width: 100%;
    background: #152b49;
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 10px;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
}

.filter_show_toggle {
    display: none;
}

.accordion-body ul {
    list-style: inherit;
}

.alpha_order_sec li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.flex-alpha {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.flex-alpha li {
    padding: 0 1.2rem;
}

.flex-alpha li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.flex-alpha li a:hover {
    color: #000;
    text-decoration: underline;
}

.reset-filter {
    text-align: center;
    background-color: #152b49;
    margin-top: 20px;
    padding: 7px 0;
    color: #ffffff;
    cursor: pointer;
}

.review-list .review-list__feedback .review-list__feedback--name {
    display: flex;
    align-items: center;
}

.review-list .review-list__feedback .review-list__feedback--name p {
    color: #333;
}

.review-list .review-list__feedback .review-list__feedback--name p:nth-child(1) {
    text-decoration: underline;
    text-transform: capitalize;
    margin-right: 0.5rem;
}

.review-list .list__container:not(:last-child) {
    margin-bottom: 2rem;
}

.review-list__feedback--review {
    padding-top: 0.3rem;
}

.review__heading {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.review-list__reply {
    padding-left: 1rem;
    border-left: 1px solid gainsboro;
}

.review-list__reply .review-list__reply--p1 {
    font-size: 14px;
    color: rgb(114, 114, 114);
    text-transform: capitalize;
}

.review-list__reply .review-list__reply--p1 a {
    text-decoration: none;
    color: rgb(78, 78, 78);
}

.review-list__reply .review-list__reply--p1 img {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.clearfix {
    clear: both;
}


.order-item-radio_new input[type="radio"] {
    float: left;
    margin: 3px 10px 0 0;
}

.order-item-radio_new {
    margin: 5px 0;
}

.main-order-items {
    margin: 15px 0 0 0;
}

.keep-signed {
    margin: 15px 0px 6px 10px;
}

.check_new {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.same-shipping {
    margin: 5px 0px 6px 10px;
}

select.form-control {
    -webkit-appearance: revert !important;
    -moz-appearance: revert !important;
    appearance: revert !important;
}

select.form-control:focus-visible {
    outline: none !important;
}

.banner .carousel-control-prev {
    padding-left: 0;
}

.banner .carousel-control-next {
    padding-right: 0;
}

/* 25.11.22 */

.orderDeatils_main {
    padding: 25px;
}

.order_wrap {
    background-color: rgba(241, 241, 241, 0.5);
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    box-shadow: 1px 12px 10px 6px rgb(15, 44, 72, 0.09);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
}

.ordr_head {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(181, 136, 92, 0.18);
}

.ordr_head h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.ordr_txt,
.ordr_smmry_txt {
    padding: 15px;
}

.ordr_txt ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ordr_txt ul li {
    margin-bottom: 10px;
}

.ordr_txt li p {
    margin-bottom: 0;
}

.ordr_txt li p span {
    font-weight: 600;
    margin-right: 5px;
}

.ordr_smmry_txt table {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.ordr_smmry_txt table th {
    padding: 10px;
    background: rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: bold;
}

.ordr_smmry_txt table td {
    padding: 10px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    font-size: 14px;
}

.ordr_smmry_txt table td p {
    margin-bottom: 0;
}

.ordr_smmry_txt table td a {
    color: #bc9b5d;
}

.ordr_smmry_txt table td a:hover {
    color: #000;
}

.ordr_smmry_txt table td .table_btn {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    background: #bc9b5d;
    color: #fff;
    border: 1px solid #bc9b5d;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ordr_smmry_txt table td .table_btn:hover {
    background: transparent !important;
    color: #bc9b5d !important;
}

.ordr_smmry_txt table td .table_btn:last-child {
    margin-right: 0;
}

.gift_card_payment__btn {
    width: 11%;
}


/* support 27-1-23 start  */


.catgry_nw {
    overflow: initial;
}

.flex-alpha {
    flex-wrap: wrap;
}

/* 17/2/23 work start */
.grphubs-box .prod-btn.btn {
    width: 100%;
}

/* 17/2/23 work end */

.header__menu_mobile{
    display: none !important;
}

.success_story_div p br {
    display: none;
}

.describ h5 strong {
    color: #152b49;
    /* font-size: 16px; */
}

/* responsive start */

@media (max-width: 1399px) {
    .product-list .cat-img a {
        padding: 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .product-list .prod-details h5 {
        width: 100% !important;
    }

    .product-list .prod-details h6 {
        width: 100% !important;
    }

    .scuro .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
}

@media (max-width: 1315px) {
    .prod-btn {
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 0.65rem;
    }
}

@media (max-width: 1280px) {
    .group-details-box figure {
        width: 260px;
        height: 260px;
    }
}

@media (max-width: 1199px) {
    .ordr_smmry_txt table {
        width: 1015px;
    }

    .ordr_smmry_txt {
        overflow-x: auto;
    }

    .ordr_smmry_txt table td .table_btn {
        margin-bottom: 5px;
    }

    .ordr_smmry_txt table th,
    .ordr_smmry_txt table td {
        width: auto;
        display: table-cell;
    }
}

@media (max-width: 1100px) {
    .product-list .prod-details {
        padding: 5px;
    }

    .star-ic {
        width: 60px !important;
        height: 10px;
    }

    .text-custom-align {
        text-align: center;
        font-size: 12px;
    }

    .out-of-stock {
        color: red;
        text-transform: none;
        width: 100%;
        float: left;
    }

    .product_name_heading {
        width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1080px) {
    .trending-txt h5 {
        font-size: 14px;
    }

    .trending-txt h6 {
        font-size: 12px;
    }

    .trending-slide img {
        height: 126px;
    }

    .grphubs-box figure {
        width: 150px;
        height: 150px;
    }

    .grphubs-box .prod-details {
        padding: 10px 0;
    }

    .grphubs-box .row span {
        font-size: 13px;
    }

    .group-details-box figure {
        width: 220px;
        height: 220px;
    }

    li.nav-item {
        margin: 0 5px;
    }
}

@media(max-width:1024px) {
    #kt_header_mobile_toggler {
        display: none;
    }
}

@media (max-width: 992px) {
    .trending-slide {
        width: calc(100% / 2);
    }

    .trending-slide img {
        height: 189px;
    }

    .sb-hdr {
        font-size: 17px;
    }

    .all-posts-box h6 {
        font-size: 13px;
    }

    .prod-item {
        width: 100%;
    }

    .product-list .cat-img a {
        height: auto;
    }

    .text-custom-align {
        text-align: right;
        font-size: 13px;
    }

    header .navbar-light .navbar-nav .nav-item:hover .megamenu {
        box-shadow: 0 0 10px 0 #ccc !important;
    }

    .navbar-collapse {
        background: #fff !important;
        position: absolute;
        right: 0px !important;
        top: 0 !important;
        width: 100%;
        padding: 0 15px;
        box-shadow: none !important;
    }

    .nav-link {
        padding: 0 !important;
    }

    .round-border img {
        width: 100%;
    }

    .col-md-4.text-center.roundsec {
        width: 32%;
    }

    .carousel-caption h5 {
        font-size: 18px;
    }

    header .logo img {
        height: 40px;
    }

    .navbar {
        float: right;
        margin-top: -0px;
        width: 100%;
    }

    .navbar-toggler {
        float: right;
        margin-left: auto;
    }

    .banner {
        margin-top: 136px;
    }

    .navbar-collapse {
        background: rgb(255 255 255);
        position: absolute;
        right: 0;
        top: 60px;
        width: 100%;
        padding: 0 15px;
        box-shadow: 0 0px 7px 0 #b2b1b1;
    }

    .scuro {
        padding-bottom: 15px;
    }

    .sidenav {
        width: 100%;
    }

    .cat-mane {
        text-align: center;
        bottom: -36% !important;
        top: auto;
        font-size: 14px;
    }

    .cat-img img {
        width: 100%;
    }

    .prod-details img {
        width: auto;
    }

    .bannertext-center h3 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .bannerbig {
        font-size: 14px !important;
    }

    .sqr-text h2 {
        font-size: 33px;
    }

    .sqr-text h4 {
        font-size: 20px;
    }

    .mobilesec .text-end {
        text-align: left !important;
    }

    .inner-banner {
        overflow: hidden;
    }

    .inner-banner img {
        max-width: none;
        height: auto !important;
    }

    table .text-end {
        text-align: center !important;
    }

    td {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    th {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .compare-table td,
    .compare-table th {
        max-width: 100%;
        width: 100%;
    }

    header .navbar-light .navbar-nav .nav-item:hover .megamenu {
        display: block;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    /* 19.10.22 */

    .table-responsive table td,
    .table-responsive table th {
        display: revert;
        width: auto;
    }

    .table-responsive table {
        width: 800px;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .table-responsive table tr:last-child td>div {
        display: block !important;
    }

    .table-responsive table tr:last-child td p {
        text-align: left !important;
    }

    .table-responsive table tr:nth-child(5) td {
        text-align: left !important;
    }

    .table-responsive table tr:nth-last-child(2) td {
        text-align: left !important;
    }

    .order_table.table-responsive table tr th,
    .order_table.table-responsive table tr td {
        text-align: center !important;
    }
}

@media(max-width:991px) {

    .header__menu {
        display: none !important;
    }

    .header__menu_mobile {
        display: block !important;
    }
    /* 17/2/23 work start */
    .navbar-collapse {
        background: rgb(255 255 255) !important;
        /* position: absolute; */
        right: 0;
        top: 100px !important;
        width: 100%;
        padding: 0 15px;
        box-shadow: 0 0px 7px 0 #b2b1b1 !important;
        width: calc(100% - 20px) !important;
        max-width: 100%;
        background: white;
        position: fixed;
        left: 0px;
        margin: 0 auto;
    }

    .navbar-collapse li {
        margin: 5px 0px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 0.875rem;
    }

    .megalist ul {
        padding: 0px;
    }

    li.nav-item:hover {
        border-color: transparent;
    }

    .megamenu .close {
        position: absolute;
        top: 10px;
        right: 20px;
        width: 25px;
        height: 25px;
        background: #000;
        border-radius: 100%;
        color: #fff;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: system-ui;
    }

    .success {
        text-align: center;
    }

    .success .col-lg-6>img {
        width: 100% !important;
    }

    .success .col-lg-6:nth-child(2)>img {
        width: auto !important;
    }

    .mobilesec .row .col-lg-4:nth-child(2) {
        display: none;
    }

    .faq .accordion-button {
        letter-spacing: 0px;
    }

    .grphubs-box .prod-details .col {
        display: none;
    }

    .grphubs-box .prod-details .row {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: center;
        flex-direction: row;
    }

    .grphubs-box .prod-details .row>* {
        width: auto !important;
        max-width: inherit !important;
        flex-basis: auto !important;
    }

    .grphubs-box .prod-details {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    /* 17/2/23 work end */

}


@media (max-width: 900px) {
    .group-details-box figure {
        width: 170px;
        height: 170px;
    }
}

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

    .prevContainer,
    .nextContainer {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 768px) {
    .table-bordered .responsive-head {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-bordered .responsive-head th {
        padding: 0 !important;
        min-width: 6rem !important;
        font-size: 12px !important;
    }

    .main-container {
        padding: 4px !important;
    }

    .new-tr-table {
        display: flex;
    }

    .catgry {
        overflow: scroll !important;
    }

    /* support 27-1-23 start  */

    .catgry_nw {
        overflow: initial !important;
    }
}

@media (max-width: 767px) {
    .trending-slide img {
        height: 280px;
    }

    .trending-outr {
        margin-bottom: 20px;
    }

    .cmn-gap {
        padding: 40px 0;
    }

    .group-details-box {
        text-align: center;
    }

    .group-details-box figure {
        margin-left: auto;
        margin-right: auto;
    }

    .group-details-box ul,
    .grp-btn-innr {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .reply-box {
        margin-left: 20px;
    }

    .prdut_img {
        margin-bottom: 20px;
        display: inline-block;
    }

    .featured_product_slider .slick-slide .pro_section1 img {
        width: 60%;
        margin-bottom: 10px;
    }

    .banner-text-vendor .bannertext-center {
        margin-top: 30px;
    }

    .banner-text-vendor .bannertext-center>.d-flex {
        padding: 0;
        display: block !important;
        flex-wrap: wrap;
        text-align: center;
    }

    .banner-text-vendor .bannertext-center>.d-flex .btnbanner {
        position: static;
    }

    .inner-banner {
        margin-top: 110px;
    }

    .cat-img {
        overflow: hidden;
    }

    .cat-mane {
        font-size: 14px !important;
        padding: 5px;
        width: 100%;
        bottom: -35px !important;
        right: -1px;
    }

    header .navbar-light .navbar-nav .nav-item:hover .megamenu {
        box-shadow: 0 0 10px 0 #ccc !important;
    }

    img.img-fluid.mr-15 {
        margin: 0 0 30px 0;
    }

    .shop-listing-ul.flex-alpha {
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    .shop-listing-ul.flex-alpha li {
        padding: 0 5px;
        font-size: 12px;
        width: 7%;
        float: left;
    }

    .catgryscnd .cat-img a,
    .product-list .wishlist-section .cat-img a {
        /* height: 226px; */
        padding: 0px !important;
        display: block;
    }

    .prod-details {
        padding: 10px 10px;
    }

    button.grybtn {
        padding: 10px;
        /* margin: 20px 2px; */
        margin: 20px 5px;
    }

    img.bagIc {
        height: auto;
    }

    .prod-details h5 {
        white-space: nowrap;
        /* width: 193px; */
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 auto 5px;
        font-size: 18px;
    }

    .featured_product_slider .slick-slide img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .prod-details h6 {
        font-size: 14px;
    }

    /* support 27-1-23 start  */

    .catgry {
        padding: 30px 0 0;
    }

    .mainhead {
        margin-bottom: 30px;
    }


    .prod-row {
        margin: 0 -10px;
        margin-bottom: -10px;
    }

    .prod-col {
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .prod-col .prdut_img {
        margin-bottom: 0;
    }

    .fp_slider_new .slick-list {
        margin-left: -7px;
        margin-right: 7px;
    }

    .fp_slider_new .nw-arr-item {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }



    .catgry_pt0 {
        padding-top: 0;
    }

    .sqr_mob_nw {
        margin-top: 10px !important;
    }

    .sqr_mob_nw .sqr-text {
        padding: 0px 12px 30px 12px;
        text-align: center;
    }

    .slick-slider .slick-next {
        width: 30px;
        height: 30px;
        background-size: 5px;
        right: -10px;
    }

    .slick-slider .slick-prev {
        width: 30px;
        height: 30px;
        background-size: 5px;
        left: -10px;
    }

    .blue-sec-nw {
        padding: 40px 0;
    }

    .blue-sec-nw .mainhead {
        font-size: 28px;
    }

    .blue-sec-nw .blue-sec-sub-head p {
        font-size: 14px;
    }

    footer {
        padding-top: 40px;
    }

    .sqr-text h2 {
        font-size: 28px;
    }

    .mainhead_mb_sm {
        margin-bottom: 10px;
    }

    .prod_item_row {
        margin: 0 -7px;
    }

    .prod_item_col {
        padding: 0 7px;
    }

    .brand_sidebar_nw {
        display: none;
    }

    .brand_pd .cat-img {
        margin-top: 0;
    }

    .brand_pd .cat-img a {
        padding: 0;
    }

    .product-list_nw {
        padding-top: 20px;
    }

    .brand_pd .prod_section_details .pro_section3 {
        text-align: center;
    }

    .brand_pd .product_name_heading {
        width: auto !important;
    }

    .prod_item_col .prod-details .prod_section_details {
        max-width: 180px;
        margin: 0 auto;
    }

    .com_and_btn {
        max-width: 180px;
        margin: 0 auto;
    }

    .shop-listing-ul.flex-alpha {
        width: 100%;
        padding-bottom: 15px;
    }

    /* .breadcrm_mon_none{
        display: none;
    } */
    .breadcrm_mon_none {
        display: block;
    }

    .product-list_nw2 {
        padding: 40px 0;
    }

    .product-head_nw {
        margin-top: 20px !important;
    }


    /* 17/2/23 work start */
    .linefooter .col-md-6:first-child {
        margin-bottom: 20px;
    }

    .itemcare h5 {
        font-size: 30px;
    }

    .blue-sec .col-md-4+.col-md-4 {
        margin-top: 10px;
    }

    .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    .kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container {
        width: 100%;
    }

    /* 17/2/23 work end */

    #group-search-form .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    #group-search-form .justify-content-end {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
        margin-top: 20px;
    }

    /* 767px  */


}

@media (max-width: 668px) {
    .product_name_heading {
        width: 580px !important;
    }
}

@media (max-width: 667px) {
    .inner-banner img {
        max-width: none;
        height: 150px;
    }

    .product-list {
        padding: 30px 0;
    }

    .filter_show_toggle {
        display: block !important;
    }

    .filter {
        display: none;
    }

    .products_listing_mobile {
        margin: 0 !important;
    }

    .scuro .logo img {
        height: 40px;
    }

    .cat-img {
        position: relative;
        margin: 15px 0;
    }
}

@media (max-width: 599px) {


    .banner .carousel-control-prev {
        width: 40px;
        height: 40px;
        /* background-size: 10px; */
        left: 0;
    }

    .banner .carousel-control-prev .carousel-control-prev-icon {
        background-size: 30%;
    }

    .banner .carousel-control-next {
        width: 40px;
        height: 40px;
        /* background-size: 10px; */
        right: 0;
    }

    .banner .carousel-control-next .carousel-control-next-icon {
        background-size: 30%;
    }

    .gift_card_payment__btn {
        width: 25%;
    }

    /* 17/2/23 work start */
    .searchbar {
        width: 100%;
    }

    /* 17/2/23 work end */


}

@media(max-width: 575px) {
    .featured_product_slider .slick-slide .col-lg-auto img {
        width: 60%;
    }

    .kt-portlet__body .row .col,
    .kt-portlet__body .row .col-6 {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 10px 0px;
    }
}

@media (max-width: 484px) {
    .trending-slide img {
        height: 208px;
    }

    .pagination {
        margin-top: 30px !important;
    }

    .pst-list li {
        margin-right: 14px;
    }

    .group-details-box ul li a {
        font-size: 14px;
    }

    .product_name_heading {
        width: 290px !important;
    }

    .featured_product_slider.recently_views_responsive .slick-prev {
        width: 35px;
        height: 35px;
        background-position: center center;
        background-size: 10px;
        left: -10px;
    }

    .featured_product_slider.recently_views_responsive .slick-next {
        width: 35px;
        height: 35px;
        background-position: center center;
        background-size: 10px;
        right: -10px;
    }

    /* support 27-1-23 start  */

    .product_name_heading {
        width: auto;
    }

}

@media (max-width: 479px) {
    .featured_product_slider button.grybtn {
        padding: 7px;
        height: 30px;
        width: 30px;
        margin: 20px 3px;
    }

    .featured_product_slider .prod-btn {
        font-size: 10px;
        padding: 5px 3px;
    }

    .header__logo {
        width: 70px;
        flex-basis: 70px;
        padding: 0 5px;
    }

    .header__logo .logo a {
        display: inline-block;
        width: 60px;
    }

    .header__logo .logo a img {
        width: 60px;
        margin: 0;
        height: inherit;
    }

    .header__menu button.navbar-toggler {
        padding: 5px;
    }

    .gift_card_payment__btn {
        width: 25%;
    }

    /* support 027-1-23 start  */
    .brand_pd .grybtn {
        width: 20px;
    }

    .brand_pd .grybtn img {
        width: 15px;
    }


    .brand_pd .cat-img {
        margin-bottom: 0;
    }

    .shop-listing-ul.flex-alpha li {
        width: 10%;
    }

    .product-head_nw .blue.total_products {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }

    .sort_by_slc_wrap {
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .navbar-collapse {
        width: 350px;
        padding: 0 15px;
        z-index: 99;
    }

    header .navbar-light .navbar-nav .nav-item:hover .megamenu {
        box-shadow: 0 0 10px 0 #ccc !important;
    }

    .alpha_menu_sec {
        width: 100% !important;
    }

    .alpha_order_sec li {
        width: 100% !important;
        float: left;
    }
}

@media (max-width:401px){
    .chatbox {
        width: 290px;
    }
}
