.cstm-container-fluid {
    margin: 0 auto;
    padding: 0 70px;
    width: 100%;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}

.btn {
    font-weight: 300;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    color: inherit;
    cursor: pointer;
}

a:focus,
a:hover,
button:focus {
    text-decoration: none;
    outline: 0 !important;
    color: inherit;
    cursor: pointer;
    box-shadow: none !important;
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.theme-btn {
    border: 1px solid rgba(4, 2, 2, .5);
    display: inline-block;
    cursor: pointer;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-weight: 500;
    transition: .3s all;
    padding: 0 15px;
    background: #040202 !important;
    color: #fff !important;
    min-width: 190px;
    font-size: 16px;
}

.theme-btn-outline {
    border: 1px solid rgba(4, 2, 2, .5);
    display: inline-block;
    cursor: pointer;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-weight: 500;
    transition: .3s all;
    padding: 0 15px;
    background: transparent !important;
    color: #040202 !important;
    font-size: 16px;
    min-width: 190px;
}

.sub-heading {
    font-size: 32px;
    line-height: 36px;
    font-family: "Marcellus", serif;
    font-weight: 500;
}

.fz-16 {
    font-size: 16px !important;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container {
       max-width: 1560px;
    }
}

.shop-banner {
    padding-top: 25px;
}

.cstm-bradcumb {
    display: flex;
    flex-wrap: wrap;
}

.cstm-bradcumb li {
    font-size: 16px;
}

.cstm-bradcumb li a,
.cstm-bradcumb li i {
    color: #757575;
}

.cstm-bradcumb li a:hover {
    color: #a54201;
}

.cstm-bradcumb li i {
    margin-right: 3px;
}

.cstm-bradcumb li+li {
    margin-left: 5px;
}

.shop-banner h2 {
    font-family: 'Marcellus';
    font-size: 37.9px;
    line-height: 42.64px;
    letter-spacing: -.758px;
    color: #000;
    margin-top: 43px;
    margin-bottom: 30px;
}

.shop-banner p {
    font-size: 16px;
    color: #000;
}

.prdct-sec {
    padding-bottom: 100px;
}

.prdct-itm {
    margin-bottom: 30px;
}

.prdct-itm .prdct-img {
    position: relative;
    overflow: hidden;
}

.prdct-itm .prdct-img .special-edition-text {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    border-radius: 3px;
    padding: 1px 10px;
    line-height: 20px;
    color: #422020;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9;
}

.prdct-itm .prdct-img .special-edition-text.sale-text {
    background-color: #a54201;
    color: #fff;
}

.prdct-itm .prdct-ul-wishlist {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
}

.prdct-itm .rating-field i {
    color: #a54201;
}

.prdct-itm .rating-field i.mark-rate {
    font-weight: 900;
}

.prdct-itm .prdct-ul-wishlist li {
    margin-bottom: 7px;
}


.prdct-itm .prdct-ul-wishlist li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 16px;
    color: #040202;
    text-align: center;
    box-shadow: 0 2px 8px -3px rgba(0, 0, 0, .25);
}

.prdct-itm .prdct-ul-wishlist li a:hover {
    background-color: #a54201;
    color: #fff;
}

.prdct-itm .prdct-ul-wishlist li .prdct-ul-wishlist-eye {
    transition: 0.3s;
    transform: translateX(50px);
}

.prdct-itm .prdct-cntnt {
    padding-top: 20px;
    position: relative;
}

.prdct-itm .prdct-cntnt h4 {
    font-size: 16px;
}

.prdct-itm .prdct-cntnt h4 a:hover {
    color: #a54201;
}

.prdct-itm .prdct-cntnt p {
    font-size: 14px;
    margin-bottom: 4px;
}

.prdct-itm .prdct-cntnt .prdct-price span {
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    display: block;
}

.prdct-itm .prdct-cntnt .prdct-price del {
    opacity: .4;
    margin-right: 10px;
    font-weight: 600;
}

.prdct-itm .prdct-cntnt .prdct-price .prdct-price-text {
    display: flex;
    justify-content: center;
}

.prdct-itm:hover .prdct-cntnt .prdct-price .prdct-price-text span {
    opacity: 0;
    transform: translateY(-10px);
}

.prdct-itm .prdct-cntnt .prdct-price .prdct-price-add-to-cart {
    position: absolute;
    width: 100%;
    transition: .3s all;
    left: 0;
    opacity: 0;
}

.prdct-itm:hover .prdct-cntnt .prdct-price .prdct-price-add-to-cart {
    opacity: 1;
    transform: translateY(-23px);
}

.prdct-itm:hover .prdct-img img {
    transform: scale(1.2);
}

.prdct-itm .prdct-img img {
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    width: 100%;
}

.prdct-itm:hover .prdct-ul-wishlist li .prdct-ul-wishlist-eye {
    transform: translateX(0px);
}

.cstm-pagination {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.cstm-pagination li {
    margin: 0 5px;
}

.cstm-pagination li a {
    padding: 0 10px;
    opacity: .6;
    color: #040202;
    font-weight: 600;
}

.cstm-pagination li {
    font-weight: 600;
    color: #040202;
}

.cstm-pagination li a:hover {
    opacity: 1;
}

.hmg-cta {
    background-image: url(../img/cta-img.webp);
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center center;
    background-size: cover;
}

.hmg-cta h2 {
    font-family: "Marcellus", serif;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
}

.hmg-cta h6 {
    color: #A54201;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 200px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.hmg-cta form {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.hmg-cta form .form-control {
    background-color: #fafafa;
    padding: 14px 17px 14px 17px;
    border: none;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    color: #757575;
    width: 272px;
    margin-right: 15px;
}

.hmg-cta form .submit-button {
    padding: 10px 35px 10px 35px;
    color: #FFFFFF;
    background: #040202;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    font-weight: 300;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.hmg-cta form .submit-button i {
    font-size: 20px;
    margin-left: 15px;
}

.hmg-cta p {
    max-width: 495px;
    margin: auto;
    text-align: center;
}

.prdct-filter-sec {
    margin-bottom: 30px;
}

.prdct-filter-sec-inr {
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 13px;
    padding-top: 13px;
    align-items: center;
}

.prdct-filter-sec-upr-list {
    display: flex;
}

.prdct-filter-sec-upr-list li button {
    margin-right: 9px;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    border-right: 1px solid #c4c4c4;
    padding-right: 13px;
    line-height: 16px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;

}

.prdct-filter-sec-upr-list li button i {
    color: #979797;
    font-size: 16px;
    margin-right: 9px;
    transition: 0.5s;
}

.prdct-filter-sec-upr-list li button[aria-expanded="true"] i {
    transform: rotate(45deg);
}

.ordr-by-sec {
    display: inline-block;
    margin-left: auto;
    position: relative;
}

.ordr-by-sec-btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.ordr-by-sec-btn i {
    color: #979797;
    font-size: 16px;
    margin-left: 80px;
}

.ordr-by-sec-ul {
    padding: 0;
    list-style-type: none;
    transition: .3s all;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translatey(-10px);
    z-index: 999;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    width: 100%;
    pointer-events: none;
}

.ordr-by-sec:hover .ordr-by-sec-ul {
    opacity: 1;
    transform: translatey(0);
    pointer-events: auto;
}

.ordr-by-sec .ordr-by-sec-ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    cursor: pointer;
}

.ordr-by-sec:hover .ordr-by-sec-ul li:hover {
    color: #A54201;
}

.prdct-filter-sec-upr-list li {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
}

.prdct-filter-sec .prdct-fltr-upr {
    background-color: #F9F9F8;
    padding: 5px 40px 40px 40px;
    margin-top: 30px;
}

.prdct-filter-sec .prdct-fltr-upr h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'Marcellus';
    color: #000;
    margin-top: 35px;
}

.prdct-fltr-upr-checkbox+.prdct-fltr-upr-checkbox {
    margin-top: 10px;
}

.prdct-fltr-upr-checkbox .form-check {
    line-height: 20px;
    height: auto;
    min-height: auto;
    margin: 0;
}

.prdct-fltr-upr-checkbox .form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid #363636;
    border-radius: 0;
    box-shadow: none !important;
    margin-right: 8px;
}

.prdct-fltr-upr-checkbox .form-check-input[type=checkbox]:after {
    display: none;
}

.prdct-fltr-upr-checkbox .form-check-input:checked[type=checkbox] {
    background-image: none;
    background-color: transparent;
}

.prdct-fltr-upr-checkbox .form-check-input:checked[type=checkbox]:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #040202;
    position: absolute;
    left: 3px;
    top: 3px;
    opacity: 1;
}

.prdct-fltr-upr-checkbox .form-check-label {
    font-size: 16px;
}


/* Product Details Page */
.prdct-slider {
    display: flex;
}

.prdct-slider .slick-prev:before,
.prdct-slider .slick-next:before {
    display: none;
}

.prdct-slider .slick-prev i,
.prdct-slider .slick-next i {
    font-size: 26px;
    color: #fff;
}

.prdct-slider .slick-prev i,
.prdct-slider .slick-next i {
    font-size: 20px;
    color: #fff;
}

.prdct-slider .slick-prev,
.prdct-slider .slick-next {
    border: 1px solid #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    z-index: 9;
    transition: 0.5s;
}

.prdct-slider .slick-prev:hover,
.prdct-slider .slick-next:hover {
    border: 1px solid #000;
    background-color: #000;
}

.prdct-slider .slick-prev {
    left: 20px;
}

.prdct-slider .slick-next {
    right: 20px;
}

.prdct-slider-main-nav {
    width: 100px;
    padding-right: 15px;
}

.prdct-slider-main-nav .slick-slide {
    margin-bottom: 10px;
    border: 1px solid #fff;
}

.prdct-slider-main-nav .slick-slide.slick-current.slick-active {
    border: 1px solid #444;
}

.prdct-slider-main {
    width: calc(100% - 100px);
}

.prdct-slider-main .slick-slide img {
    width: 100%;
}

.prdct-dtls-page-contnt {
    margin-left: 15px;
}

.prdct-dtls-page-contnt h2 {
    font-size: 36px;
    color: #040202;
    margin-top: 12px;
    margin-bottom: 4px;
    line-height: 42px;
    font-family: "Marcellus", serif;
}

.prdct-dtls-page-contnt .description-text {
    margin-top: 10px;
    margin-bottom: 15px;
}

.prdct-dtls-page-contnt h5 {
    font-size: 18px;
    font-weight: 500;
    color: #040202;
    margin-top: 15px;
}

.prdct-dtls-page-contnt hr {
    background-color: #f1f1f1;
    opacity: 1;
}

.prdct-dtls-page-contnt .returs-list-ul li {
    font-size: 16px;
}

.prdct-dtls-page-contnt .returs-list-ul li img {
    margin-right: 8px;
    margin-top: -4px;
}

.prdct-dtls-page-contnt h6 {
    font-weight: 500;
    color: #040202;
    margin-bottom: 0;
    padding-bottom: 8px;
    font-size: 14px;
    margin-top: 10px;
}

.prdct-dtls-page-contnt .returs-list-ul li+li {
    margin-top: 7px;
}

.prdct-dtls-page-contnt .notify-text-description {
    font-size: 16px;
    margin-bottom: 25px;
}

.prdct-dtls-page-contnt .send-frm-detls-page {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.prdct-dtls-page-contnt .send-frm-detls-page input.form-control {
    border: 1px solid #e8e8eb;
    font-weight: 300;
    min-height: 50px;
    transition: .3s all;
    max-width: 290px;
    padding: 0 15px;
    border-radius: 0;
    box-shadow: none !important;
    border-right: none;
}

.prdct-dtls-page-contnt .send-frm-detls-page input.form-control:focus {
    border-color: #A54201;
}

.prdct-dtls-page-contnt .send-frm-detls-page button {
    border: 0;
    display: inline-block;
    height: 50px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    transition: .3s all;
    background: #040202;
    padding: 0 40px;
    margin-right: 10px;
}

.prdct-dtls-page-contnt .category-ul li {
    display: block;
    color: #040202;
    margin-bottom: 2px;
    font-size: 16px;
}

.prdct-dtls-page-contnt .category-ul li span,
.prdct-dtls-page-contnt .category-ul li a {
    opacity: 0.9;
    color: #363636;
    display: inline-block;
    margin-left: 5px;
}

.prdct-dtls-page-contnt .category-ul li a:hover {
    color: #A54201;
    opacity: 1;
}

.prdct-dtls-page-contnt .share-text {
    display: flex;
    align-items: center;
}

.prdct-dtls-page-contnt .share-text span {
    font-size: 16px;
    display: inline-block;
    margin-right: 16px;
}

.prdct-dtls-page-contnt .share-text a {
    font-size: 14px;
    display: inline-block;
    margin-right: 8px;
}

#product-slider {
    width: 500px;
}

#product-slider>div:nth-of-type(2) {
    margin-top: 0;
}

#product-slider.reverse {
    display: flex;
    flex-direction: column-reverse;
}

#product-slider.reverse>div:first-of-type {
    margin-bottom: 1em;
}

#product-slider.reverse>div:nth-of-type(2) {
    margin-top: 0;
}

#product-slider.has-social-share #product-slider__nav {
    width: 437.5px;
    margin-bottom: 0;
    display: inline-block;
}

#product-slider.has-social-share .social-share {
    width: 57.5px;
    height: 62.5px;
    background: no-repeat;
    border: 0;
    opacity: 0.5;
    cursor: pointer;
    position: relative;
    outline: none;
    box-shadow: none;
    display: inline-block;
    float: right;
}

#product-slider.has-social-share .social-share:hover {
    opacity: 1;
}

#product-slider.has-social-share .social-share * {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

#product-slider.has-social-share .social-share__links {
    display: none;
    position: absolute;
    width: 150px;
    padding: 2em 1em;
    border: 1px solid black;
    z-index: 1;
    background: white;
    left: 0;
    margin-top: 15px;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.16));
}

#product-slider.has-social-share .social-share__links::before {
    float: left;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.16));
    -webkit-filter: drop-shadow(0 -1px 0 black);
    position: relative;
    left: 17x;
    content: "";
    top: -11px;
    position: absolute;
    z-index: 2;
}

#product-slider.has-social-share .social-share__links a {
    text-decoration: none;
    margin: 0 0.5em;
    font-size: 2em;
    color: black;
    display: inline-block;
}

#product-slider.has-social-share .social-share__text {
    margin-top: 5px;
}

#product-slider.has-social-share .social-share__icon {
    font-size: 1.25em;
}

#product-slider.has-social-share .social-share.is-visible {
    opacity: 1;
}

#product-slider.has-social-share .social-share.is-visible .social-share__links {
    display: block;
}

#product-slider .slick-slide {
    display: flex;
    align-items: center;
}

#product-slider .slick-slide img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#product-slider .slick-arrow {
    -webkit-appearance: none;
    border: none;
    background: none;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 42px;
    margin: auto;
    width: 10%;
    text-align: center;
    z-index: 1;
    color: #000;
    background: white;
    height: 1.2em;
    padding: 1em 0;
    cursor: pointer;
}

#product-slider .slick-arrow.slick-next {
    left: initial;
}

#product-slider .slick-arrow.slick-prev {
    right: initial;
}

#product-slider__main {
    margin-bottom: 0;
}

#product-slider__main::after {
    color: #555;
    font-size: 0.85em;
    content: "Roll over image to zoom in";
    text-align: center;
    width: 100%;
    display: block;
    padding: 1em 0;
}

#product-slider__main:hover::after {
    content: "Click to open expanded view";
}

#product-slider__main.object-fit--contain .slick-slide img {
    object-fit: cover;
    height: 500px;
    width: 500px;
}

#product-slider__main .slick-slide {
    height: 500px;
}

#product-slider__main .slick-slide img {
    cursor: zoom-in;
}

#product-slider__nav.object-fit--contain .slick-slide img {
    object-fit: cover;
    height: 62.5px;
}

#product-slider__nav .slick-slide {
    margin-right: 1em;
}

#product-slider__nav .slick-slide.slick-current img {
    border: 1px solid #333;
    padding: 2px;
    box-sizing: border-box;
    opacity: 0.7;
}

#product-slider__nav .slick-slide img {
    cursor: pointer;
}

.aditional-prdct {
    margin-top: 50px;
}

.aditional-prdct .nav-tabs {
    border-bottom: 2px solid #f3f3f3;
    justify-content: center;
    margin-bottom: 10px;
}

.aditional-prdct .nav-tabs .nav-link {
    margin: 0 !important;
    border: none;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #040202;
    position: relative;
    padding-bottom: 8px;
    line-height: 25px;
    opacity: .5;
}

.aditional-prdct .nav-tabs .nav-link.active {
    opacity: 1;
    background-color: transparent;
}

.aditional-prdct .nav-tabs .nav-link:after {
    content: "";
    width: 0;
    transition: .3s all;
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #a54201;
}

.aditional-prdct .nav-tabs .nav-link.active:after {
    width: 100%;
    left: 0;
}

.aditional-prdct .tab-content {
    padding: 30px 15px 50px;
}

.aditional-prdct table {
    margin: 0 auto;
    max-width: 845px;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #f1f1f1;
}

.aditional-prdct table th {
    font-weight: 700;
    padding: 10px 20px;
    min-width: 100px;
    color: #040202;
    border-right: 1px solid #f1f1f1;
    font-size: 16px;
}

.aditional-prdct table td {
    padding: 10px 15px;
    vertical-align: middle;
    color: #040202;
    border-right: 1px solid #f1f1f1;
    font-size: 16px;
}

.aditional-prdct table tr {
    border-bottom: 1px solid #e8e7ec;
}

.cstmr-reviews-prdct {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cstmr-reviews-prdct .sub-heading {
    margin-bottom: 36px;
}

.prdct-reviws-inr {
    margin-bottom: 35px;
}

.prdct-reviws-inr .avg-rating-bx {
    vertical-align: top;
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 20px;
}

.prdct-reviws-inr mark {
    font-size: 36px;
    font-weight: 500;
    background: transparent;
    padding: 0;
    margin-right: 11px;
    vertical-align: middle;
}

.star-rtng {
    height: 26px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 87px;
    letter-spacing: 5px;
    display: inline-block;
    vertical-align: middle;
}

.prdct-reviws-inr .avg-rating-bx .star-rtng {
    width: 113px;
    margin-top: 7px;
    letter-spacing: 0;
}

.prdct-reviws-inr .avg-rating-bx .star-rtng:before {
    font-size: 20px;
}

.star-rtng:before {
    left: 0;
    top: 0;
    font-size: 12px;
    color: #a54201;
    font-family: 'Line Awesome Free';
    content: "\f005\f005\f005\f005\f005";
    font-weight: 400;
}

.prdct-reviws-inr .avg-rating-bx .rtng-review {
    display: block;
    margin-top: 10px;
}

.prdct-reviws-inr .rtng-list {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    text-align: center;
    border-left: 1px solid #e8e8eb;
    border-right: 1px solid #e8e8eb;
    padding-top: 4px;
    padding-bottom: 15px;
}

.prdct-reviws-inr .rtng-list .rtng-item {
    text-align: left;
    display: block;
    max-width: 100%;
    width: 250px;
    margin: 0 auto;
    margin-bottom: -4px;
}

.prdct-reviws-inr .rtng-list .star-rtng {
    margin-right: 10px;
    height: 14px;
    line-height: 10px;
}

.prdct-reviws-inr .rtng-list .star-rtng:before {
    color: #757575;
}

.star-rtng span {
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    color: #333;
    padding-top: 1.5em;
    left: 0;
    top: 0;
}

.star-rtng span:before {
    left: 0;
    top: 2px;
    position: absolute;
    font-size: 12px;
    text-indent: 0;
    color: #a54201;
    font-family: 'Line Awesome Free';
    content: "\f005\f005\f005\f005\f005";
    font-weight: 900;
    animation: fadeIn .5s both;
    animation-delay: 0.3s;
}

.prdct-reviws-inr .rtng-list .rtng-percent {
    display: inline-block;
    position: relative;
    height: 5px;
    width: calc(100% - 135px);
    margin-right: 8px;
    vertical-align: middle;
}

.prdct-reviws-inr .rtng-list .rtng-percent:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #a54201;
    opacity: .1;
    content: "";
    top: 0;
}

.prdct-reviws-inr .rtng-list .rtng-percent>span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #a54201;
}

.prdct-reviws-inr .rtng-list .count {
    font-size: 14px;
    font-weight: 500;
    color: #040202;
    width: 20px;
    text-align: center;
    display: inline-block;
}

.prdct-reviws-inr .rtng-list .star-rtng span:before {
    color: #757575;
}

.cstmr-reviews-prdct .ask-ques-sec {
    margin-top: 25px;
}

.cstmr-reviews-prdct .ask-ques-sec h4 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cstmr-reviews-prdct .ask-ques-sec .form-control {
    border: 1px solid #e8e8eb;
    color: #757575;
    padding: 0 23px;
    font-weight: 300;
    background: #fff;
    border-radius: 0;
    min-height: 50px;
    box-shadow: none !important;
}

.cstmr-reviews-prdct .ask-ques-sec .form-control:focus {
    border-color: #a54201 !important;
    outline: none;
    transition: .3s all;
}

.cstmr-reviews-prdct .ask-ques-sec form .form-label {
    font-weight: 500;
    color: #040202;
    font-size: 16px;
}

.cstmr-reviews-prdct .ask-ques-sec form .row>div:not(:last-child) {
    margin-bottom: 30px;
}

.releted-prdct {
    padding-bottom: 50px;
}

.releted-prdct .sub-heading {
    margin-bottom: 25px;
}

.releted-prdct .slick-prev:before,
.releted-prdct .slick-next:before {
    display: none;
}

.releted-prdct .slick-prev,
.releted-prdct .slick-next {
    opacity: 0;
    transition: .3s all;
}

.releted-prdct .slick-prev i,
.releted-prdct .slick-next i {
    font-size: 20px;
    color: #040202;
}

.releted-prdct .slick-slider {
    margin: 0 -15px;
}

.releted-prdct .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.releted-prdct .slick-prev {
    left: -15px;
}

.releted-prdct .slick-next {
    right: -15px;
}

.releted-prdct .slick-slider .slick-track {}


.releted-prdct .slick-prev {
    transform: translatex(-15px);
}

.releted-prdct .slick-next {
    transform: translatex(+15px);
}

.releted-prdct .container:hover .slick-prev,
.releted-prdct .container:hover .slick-next {
    transform: translatex(0);
    opacity: 1;
}

.h-margin-top {
    padding-top: 130px;
}


/*======= wishlist-page-css-start =======*/
.wishlist-list-sec .table thead {
    background-color: #f2f2f2;
    color: #040202;
}

.wishlist-list-sec .table thead tr th {
    text-align: center;
    font-size: 16px;
}

.wishlist-list-sec .table tbody {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.wishlist-list-sec .table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

.wishlist-list-sec .table tbody tr td {
    vertical-align: middle;
    padding: 25px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.wishlist-list-sec .table tbody tr td.wishlist-delete-col {
    font-size: 20px;
    text-align:left;
}

.wishlist-list-sec .table tbody tr td.wishlist-detail-col {
    text-align: left;
}

.wishlist-list-sec .table tbody tr td.wishlist-detail-col .product-img {
    max-width: 66px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle
}

.wishlist-list-sec .table tbody tr td.wishlist-detail-col .product-title {
    width: calc(100% - 100px);
    max-width: 230px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.wishlist-list-sec .table tbody tr td.wishlist-detail-col .product-title a {
    transition: all 0.5s;
}

.wishlist-list-sec .table tbody tr td.wishlist-detail-col .product-title a:hover {
    color: #a54201;
}

.wishlist-list-sec .table tbody tr td.price-col ul {
    color: #a54201;
    gap: 2px;
}

.wishlist-list-sec .table tbody tr td.price-col span.not-price {
    text-decoration: line-through;
}

.wishlist-list-sec .bottom-add-cart-btn-sec {
    margin-top: 37px;
    text-align: center;
}

.wishlist-list-sec .bottom-add-cart-btn-sec .btn {
    min-width: 220px;
}

/* add-to-card-sidebar */
/* .wishlist-sidebar {
    position: fixed;
    background-color: white;
    width: 460px;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    transform: translateX(105%);
    transition: transform 0.5s;
}

.wishlist-sidebar.show {
    transform: translateX(0%);
} */

.wishlist-sidebar .wishlist-sidebar-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wishlist-sidebar .wishlist-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 30px 17px;
    border-bottom: 1px solid #e8e8eb;
}

.wishlist-sidebar .wishlist-sidebar-header .left-heading h3 {
    font-family: var(--font2);
    color: var(--heading);
    font-size: 28.43px;
    line-height: 32px;
    position: relative;
    margin: 0;
    position: relative;
}

.wishlist-sidebar .wishlist-sidebar-header .left-heading h3 span {
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: block;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    top: 0px;
    right: -17px;
    position: absolute;
    background: #0f1f5a;
    color: var(--light);
}

.wishlist-sidebar .wishlist-sidebar-header .right-close-sec {
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.wishlist-sidebar .wishlist-sidebar-items {
    padding: 30px 0;
    flex: 3;
    overflow: auto;
    scrollbar-width: thin;
    padding-bottom: 0;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8eb;
    padding-left: 15px;
    padding-right: 15px;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item:last-child {
    border-bottom: none;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item:last-child {
    margin-bottom: 0px;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-thumbnail {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 20px;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    position: relative;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .top .left-title-sec h4 {
    margin-bottom: 8px;
    font-size: 16px;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .top .left-title-sec p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .top .right-icon-sec {
    font-size: 22px;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .bottom .left-quantity-sec {
    max-width: 106px;
    position: relative;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .bottom .left-quantity-sec span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 6px;
    font-weight: bold;
    color: var(--heading);
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .bottom .left-quantity-sec span.plus {
    right: 10px;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .bottom .left-quantity-sec span.minus {
    left: 10px;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .bottom .left-quantity-sec input[type="number"] {
    text-align: center;
    min-height: 36px;
    border: 1px solid #bababa;
    padding: 0 30px;
    width: 100%;
    outline: none !important;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .bottom .left-quantity-sec input[type="number"]:focus {
    border-color: #a54201;
    transition: all 0.2s;
}

.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .bottom .left-quantity-sec input[type=number]::-webkit-inner-spin-button,
.wishlist-sidebar .wishlist-sidebar-items ul li.wishlist-sidebar-item .wishlist-sidebar-item-wrapper .item-content .bottom .left-quantity-sec input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.wishlist-sidebar .wishlist-sidebar-bottom-sec {
    padding: 20px 30px;
    border-top: 1px solid #e8e8eb;
}

.wishlist-sidebar .wishlist-sidebar-bottom-sec .top-title-sec {
    margin-bottom: 15px;
    font-size: 16px;
}

.wishlist-sidebar .wishlist-sidebar-bottom-sec .middle-progress-sec {
    margin-bottom: 15px;
    position: relative;
}

.wishlist-sidebar .wishlist-sidebar-bottom-sec .middle-progress-sec .progress {
    height: 6px;
    border-radius: 0;
}

.wishlist-sidebar .wishlist-sidebar-bottom-sec .middle-progress-sec .progress .progress-bar {
    background-color: #0f1f5a;
}

.wishlist-sidebar .wishlist-sidebar-bottom-sec .middle-progress-sec .progress::after {
    display: none;
}

.wishlist-sidebar .wishlist-sidebar-bottom-sec .middle-progress-sec .progress span {
    position: absolute;
    background: #ffffff;
    top: -6px;
    font-size: 14px;
    font-weight: 500;
    color: var(--heading);
    line-height: 19.6px;
    padding: 0 5px;
    left: 75%;
}

.wishlist-sidebar .wishlist-sidebar-bottom-sec .middle-progress-sec .content-sec {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.wishlist-sidebar .wishlist-sidebar-bottom-sec .middle-progress-sec .content-sec span {
    font-weight: 500;
}

.wishlist-sidebar .wishlist-sidebar-bottom-sec .bottom-button-sec button:first-child {
    margin-bottom: 10px;
}

/* add-to-card-sidebar-end */
/*======= wishlist-page-css-end =======*/


/* =======login-model-css-start======= */
.auth-modal-sec .modal-content {
    border-radius: 0;
    padding: 25px;
}

.auth-modal-sec .modal-content .modal-header-sec {
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
}

.auth-modal-sec .modal-content .modal-header-sec h5 {
    font-size: 30px;
}

.auth-modal-sec .modal-content .modal-header-sec .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}

.auth-modal-sec .top-fb-google-items .top-fb-google-item {
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    width: 100%;
    border: 2px solid #e8e8eb;
    text-align: center;
    display: block;
    line-height: 45px;
    margin-bottom: 20px;
}

.auth-modal-sec .top-fb-google-items .top-fb-google-item .left-icon-sec {
    padding: 0 10px;
    margin-right: 10px;
    font-size: 20px;
}

.auth-modal-sec .middle-or-sec {
    position: relative;
    margin-top: 17px;
    margin-bottom: 23px;
    text-align: center;
}

.auth-modal-sec .middle-or-sec span {
    display: inline-block;
    background-color: #fff;
    padding: 0px 30px;
    position: relative;
    z-index: 1;
}

.auth-modal-sec .middle-or-sec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(113, 116, 136, 0.1);
}

.auth-modal-sec .modal-content .modal-body-sec form .eye-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
}

.auth-modal-sec .form-control {
    border: 1px solid #bababa;
    padding: 0 15px;
    background-color: transparent;
    min-height: 46px;
    font-size: 16px;
    font-weight: 300;
    box-shadow: none !important;
}

.auth-modal-sec .form-checkox-sec {
    font-size: 16px;
    font-weight: 300;
}

.auth-modal-sec .form-checkox-sec a {
    font-size: 16px;
    font-weight: 500;
    color: #0f1f5a;
}

.auth-modal-sec .bottom-navigate-sec {
    margin-top: 30px;
    text-align: center;
}

.auth-modal-sec .bottom-navigate-sec a {
    color: #0f1f5a;
    margin-left: 5px;
}

.auth-modal-sec .form-wrapper {
    box-shadow: none;
    background-color: transparent;
}

/* =======login-model-css-end======= */
