:root {
    --yellow-color: #D98B1C;
    --main-color: #643271;
    --heading-color: #303030;
    --text-color: #1E1E1E;
    --white-color: #fff;
    --black-color: #000;
    --main-font: "Nunito", sans-serif;
    --heading-font: "Nunito", sans-serif;
    --button-font: "Nunito", sans-serif;
}

html,
body {
    font-family: var(--main-font);
}



a {
    text-decoration: none;
}

.container-fluid {
    padding: 0 4%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

p {
    font-family: var(--main-font);
}
.location_btn{
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    display: block;
}
.main_menu_hdr {
        background: transparent;
    z-index: 99;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.left_top {
    display: flex;
    justify-content: flex-start;
}

.main_menu {
    display: block;
    position: relative;
    background: transparent;
    padding: 5px 0px;
    border-radius: 15px;
}

.main_menu .navigation.navbar {
    padding: 0;
}

.container-menu {
    width: 80%;
    margin: 0 auto;
}

.logo {
    display: block;
    padding: 0px;
}

.logo a {
    position: relative;
    z-index: 1;
    width: 90px;
    display: block;
    margin-right: 20px;
}

.logo a img {
    width: 100%;
}

.right_login {
    background: transparent;
    padding: 0px 0px;
    border-radius: 0 0px;
}

.right_top {
    display: block;
}

.right_btm {}

.call a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 20px;
}

.icon_c a {
    color: var(--text-color);
    padding: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    background: transparent;
    border: 1px solid #1e1e1e;
}

.shoping_cart {
    color: var(--text-color);
    padding: 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    background: transparent;
    border: 1px solid var(--text-color);
    margin-right: 10px;
}
.cart_count{
    position: absolute;
    right: 0px;
    top: -3px;
    background: #dc3545;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 50%;
    color: #fff;
}

.back_main {
    color: var(--white-color);
    background: var(--yellow-color);
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 30px;
    letter-spacing: 2px;
    margin-right: 10px;
    font-weight: 400;
    font-size: 15px;
}

.profile_img_round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    border: none;
    padding: 0;
    /*color: var(--white-color);*/
}

.profile_img_round img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile_dropdown .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
}


.banner_sec {
    width: 100%;
    background-size: cover;
    position: relative;
    padding-top: 100px;
}
/* .banner_sec:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 64%;*/
/*    height: 100%;*/
/*    background: url(../images/slider-bg.png);*/
/*} */
/* .slide .slide__img:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgb(0 0 0 / 30%);*/
/*} */

.slider,
.slide {
    height: 750px;
}

.slide {
    position: relative;
    transition: 1s;
}
.slide_small_img{
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translateY(-50%);
    width: 350px;
    height: 60%;
    overflow: hidden;
}
.slide_small_img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.slide .slide__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.middle_arrow .slick-nav {
    top: auto;
    bottom: -22px;
    z-index: 1;
}

.middle_arrow .slick-nav.next-arrow {
    left: auto;
    right: 47%;
}

.middle_arrow .slick-nav.prev-arrow {
    left: 47%;
}

@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
}

.slide .slide__img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
    object-fit: cover;
}

.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
}

.slide .slide__content.slide__content__left {
        left: 10%;
    transform: translate(-10%, -50%);
}

.slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
}

.slide .slide__content--headings {
    color: #FFF;
}

.slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
    animation: fadeInLeft 0.5s both 1.5s;
}

.slide .slide__content--headings h5 {
    margin: 10px 0;
}

.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    animation: fadeInLeft 1s both 1.5s;
    color: #000;
}

.slide .slide__content--headings .title {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--yellow-color);
}

.slidebottomleft {
    animation: fadeInUp 1.5s both 1.5s;
}

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    top: 50%;
    right: 34px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 50px;
    transform: translate(0px, -50%);
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
}

.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}

.stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 1;
    width: 35px;
    height: 3px;
    padding: 0;
    border-radius: 30px;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
    color: var(--main-color);
    opacity: 1;
    width: 50px;
    background: var(--main-color);
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}

.slider .slide.slick-active {
    animation: Slick-FastSwipeIn 1s both;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
}

@-webkit-keyframes ProgressDots {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

@keyframes ProgressDots {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
        transition: 1s;
    }

    to {
        transform: scale3d(1, 1, 1);
        transition: 1s;
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
    transition: 1s;
}

.slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
    left: -3%;
    transform: scaleX(-1);
    z-index: 1;
}

.slick-nav.next-arrow {
    left: auto;
    right: -3%;
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: 0px 0 0 0px;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: var(--white-color);
}

.slick-nav i:before {
    /* content: "";
  width: 6px;
  height: 10px; */
    /* border-radius: 1px; */
    position: absolute;
    left: 50%;
    top: 50%;
    /* background: var(--main-color); */
    /* margin: -1px 0 0 -5px; */
    /* display: block; */
    /* transform-origin: 9px 50%; */
    /* z-index: 1;*/
    transform: translate(-50%, -50%);
    /* border-top: 6px solid transparent;
  border-left: 9px solid var(--main-color);
  border-bottom: 6px solid transparent;
  border-right: 0px solid transparent; */
}

/* .slick-nav:hover i:before{
  border-left: 9px solid var(--main-color);
} */
.slick-nav:before,
.slick-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: var(--active);
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}

@-webkit-keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@-webkit-keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@-webkit-keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@-webkit-keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(0.1);
    }
}

/*-------- button Effect-------*/
.red_btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 30px;
    border-radius: 30px;
    position: relative;
    color: var(--white-color);
    background: var(--yellow-color);
    text-decoration: none;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.red_btn span {
    font-weight: 500;
    position: relative;
    font-family: var(--button-font);
    letter-spacing: 2px;
    color: var(--white-color);
}

.red_btn:before {
    content: "";
    height: 0;
    width: 100%;
    transform: translateX(0%);
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--main-color);
    border-radius: 0px;
    transition: all ease-in 0.3s;
}

.red_btn:hover:before {
    bottom: 0;
    transition: all ease-in 0.3s;
    height: 100%;
}

.red_btn:hover span {
    color: var(--white-color);
}

.red_btn.white_bg {
    color: var(--black-color);
    background: var(--white-color);
}

.red_btn.white_bg:before {
    background: rgb(255 255 255 / 50%);
}

.red_btn.white_bg span {
    color: var(--black-color);
}

.red_btn.black_bg {
    color: var(--white-color);
    background: var(--black-color);
}

.red_btn.black_bg:before {
    background: rgb(0 0 0 / 50%);
}

.red_btn.black_bg span {
    color: var(--white-color);
}

/*-------- button Effect-------*/
.heading_hp h2 {
    font-size: 55px;
    font-weight: 600;
    color: var(--yellow-color);
    position: relative;
    /* text-transform: uppercase; */
}

.heading_hp h6 {
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0px;
    text-transform: uppercase;
}

.heading_hp p {
    font-size: 16px;
    color: rgb(0 0 0 / 100%);
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.heading_hp.text_white h2,
.heading_hp.text_white p {
    color: var(--white-color);
}

.catagory_img {
    width: 100%;
    height: 150px;
    display: block;
    position: relative;
    margin-bottom: 6px;
    border-radius: 100px;
    overflow: hidden;
    /*border: 1px solid rgb(0 0 0 / 14%);*/
    /* -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%); */
}

.catagory_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.catagory_text a {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    display: block;
    line-height: 22px;
    font-family: var(--heading-font);
    text-align: center;
}

.catagory_text p {
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 45px;
}

.catagory_slid_padding {
    padding: 15px 15px;
    border: 1px solid #dfdfdf;
}

.catagory_box {
    width: 100%;
    position: relative;
    border-radius: 0px;
    transition: all ease-in 0.3s;
}
.bg_right_img:before{
    content: '';
    position: absolute;
    background: url(../images/bg-pattern.png);
    top: 0;
    right: 0;
    width: 68%;
    height: 100%;
}

.product_catagory{
    padding: 50px 0;
}


.feature_sec {
    position: relative;
    width: 100%;
    padding: 100px 0;
}

.feature_slid_padding {
    padding: 0 10px;
}

.feature_img {
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    margin-bottom: 6px;
    /* border: 1px solid rgb(0 0 0 / 14%); */
    /* -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%); */
}

.feature_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.wishlist_icon {
    width: 40px;
    height: auto;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all ease-in 0.3s;
}

.wishlist_icon a {
    width: 35px;
    height: 35px;
    padding: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: rgb(30 30 30 / 50%);
    background: #fff;
}

.wishlist_icon a:hover {
    color: #EE3C3C;
}

.wishlist_icon img {
    object-fit: contain;
}

.addtocart a {
    background: #F6BC41;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    transition: all ease-in 0.3s;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.addtocart a img {
    color: var(--main-color);
    transition: all ease-in 0.3s;
    width: 100%;
    height: 100%
}

.feature_text a {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
    min-height: 40px;
    display: block;
    line-height: 22px;
    font-family: var(--heading-font);
}

.feature_text p {
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 45px;
}

.price_text {
    display: block;
    color: #643271;
    font-size: 18px;
    font-weight: 800;
}

/* .price_text span{
  color: var(--text-color);
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
} */
/*.feature_slid_padding {*/
/*    padding: 30px 12px;*/
/*}*/

.feature_box {
    width: 100%;
    position: relative;
    border-radius: 0px;
    transition: all ease-in 0.3s;
}
.pos_zi .feature_img{
   border: none;
}
.pos_zi .feature_box{
    width: 100%;
    position: relative;
    border-radius: 20px;
    transition: all ease-in 0.3s;
    padding: 15px;
    background: url(../images/slider-bg.png);

}
.star_ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin: 6px 0;
    list-style: none;
}

.star_ul li i {
    color: #FFC107;
}

.star_ul li span {
    color: var(--text-color);
}

.star_ul li {
    font-size: 12px;
    margin-right: 2px;
}

.know_btn span {
    color: var(--main-color);
    padding-right: 5px;
}

.pos_zi {
    position: relative;
    z-index: 1;
}

.product_catagory .feature_box .feature_text a {
    text-align: center;
    color: var(--white-color);
}

.addtocart a:hover {
    background: var(--main-color);
}

/*.back_gb {*/
/*    background: var(--main-color);*/
/*}*/

.back_gb .heading_hp p {
    color: var(--white-color);
}

.back_gb .star_ul li,
.back_gb .feature_text a,
.back_gb .feature_text p {
    color: var(--white-color);
}

.back_gb .addtocart a:hover {
    background: var(--white-color);
    color: var(--heading-color);
}

.lockets.feature_sec {
    background: #929292;
}
.new_arr{
    padding: 0px 0;
}
.new_arr_bg{
    width: 100%;
}

.new_arr_bg img{
    width: 100%;
}
.new_arr_box{
    position: relative;
}

.new_arr_text{
    position: absolute;
    left: 8%;
    width: 40%;
    top: 57%;
    transform: translate(-8%, -50%);
}









.footer_sec {
    width: 100%;
    background: url(../images/bg-pattern.png);
    padding: 50px 0 0px 0;
}

.left_logo p a {
    color: var(--yellow-color);
}

.left_logo span {
    color: var(--text-color);
}

.ftr_logo img {
    width: 120px;
}

.left_ali {
    width: 100%;
}

.left_ali h4 {
    position: relative;
    color: var(--text-color);
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.left_ali p,
.left_ali a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 15px;
}

.icon_map {
    margin-right: 10px;
}

.icon_map span {
    color: var(--main-color);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.ftr-frm form .form-group .form-control {
    background: rgb(0 0 0 / 8%);
    border-radius: 0;
    border: none;
    color: rgb(0 0 0);
    font-size: 15px;
    padding: 12px;
    margin-bottom: 10px;
}

.ftr-frm .form-control::-webkit-input-placeholder {
    color: rgb(0 0 0 / 50%);
}

.ftr-frm .form-control:-ms-input-placeholder {
    color: rgb(0 0 0 / 50%);
}

.ftr-frm .form-control::placeholder {
    color: rgb(0 0 0 / 50%);
}

.red_btn_submit {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 30px;
    border-radius: 30px;
    position: relative;
    color: var(--white-color);
    background: var(--main-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border: none;
}

.ftr_text_h p {
    margin: 0;
}

.ftr_text_h span {
    font-size: 13px;
    color: rgb(255 255 255 / 60%);
    display: block;
}

.left_logo p {
    color: var(--text-color);
    margin-bottom: 15px;
    font-size: 14px;
}

.left_logo ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}

.left_logo ul li {
    margin-right: 5px;
}

.left_logo ul li a {
    background: rgb(217 139 28 / 22%);
    color: var(--yellow-color);
    padding: 12px;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 0;
    box-shadow: 0 0 24px rgb(0 0 0 / 56%);
}

.left_logo ul li a:hover {
    color: var(--main-color);
}


.left_ali .hero-form-submit {
    position: absolute;
    right: 0px;
    border: none;
    background: var(--main-color);
    padding: 6px 18px;
    border-radius: 0px;
    width: fit-content;
    height: 46px;
    color: var(--white-color);
    top: 0px;
    font-size: 14px;
    font-weight: 600;
}

.frt_btm ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.frt_btm ul li {
    padding: 0 10px;
}

.frt_btm ul li a {
    font-size: 15px;
    color: var(--white-color);
    text-decoration: none;
    text-transform: uppercase;
}

.ftr_line_link ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.ftr_line_link ul li {
    padding: 0 15px;
}

.ftr_line_link ul li a {
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
}

.copy_right {
    background: var(--main-color);
    text-align: center;
    padding: 20px 0;
    margin-top: 10px;
}

.copy_right p {
    font-size: 13px;
    color: rgb(255 255 255 / 60%);
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 300;
}

.copy_right a {
    color: rgb(255 255 255 / 60%);
    text-decoration: none;
}

.read_more_ftr {
    color: var(--main-color);
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}

/*------------- Inner Page ----------------- */


.inner_banner_sec {
    padding: 170px 0 120px 0;
    position: relative
}

/* .inner_banner_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
} */
.inner_banner_ontent {
    position: relative;
    z-index: 9;
    text-align: center;
}

.inner_banner_ontent h2 {
    font-family: var(--heading-font);
    color: var(--yellow-color);
    margin-bottom: 0;
    /* text-transform: uppercase; */
    font-size: 50px;
    font-weight: 600;
}

.inner_banner_ontent h4 {
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: var(--heading-font);
    font-size: 60px;
    font-weight: 300
}

.inner_banner_ontent p {
    color: var(--white-color);
}


.search_color {
    position: relative;
    width: 450px;
    margin: 30px auto 0;
}

.search_color input {
    padding: 12px;
    border: 1px solid #fff;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    background: transparent;
}

.search_color button {
    position: absolute;
    right: 7px;
    top: 50%;
    background: none;
    box-shadow: none;
    border: none;
    transform: translate(0px, -50%);
}



.filter {
    border-right: 1px solid #BDBDBD;
    background: var(--main-color);
    border-radius: 15px;
}

.padding_filter {
    padding: 20px 40px 20px 40px;
    border-bottom: 1px solid #BDBDBD;
}

.filter_heading {
    display: flex;
}

.filter_heading h4 {
    font-size: 22px;
    margin-bottom: 0;
    padding-left: 10px;
    color: var(--white-color);
    font-family: var(--main-font);
}

.filter .search_color {
    margin-top: 10px;
}

.filter .search_color input {
    font-size: 15px;
}

.filter .search_color input::placeholder {
    text-transform: capitalize;
    color: rgb(255 255 255 / 70%);
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    opacity: 1;
}

.filter .search_color input::-ms-input-placeholder {
    text-transform: capitalize;
    color: rgb(255 255 255 / 70%);
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    opacity: 1;
}

.filter .form-group {
    display: block;
    margin-bottom: 15px;
}

.filter .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter .form-group label {
    position: relative;
    cursor: pointer;
    color: var(--white-color);
}

.filter .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--white-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.filter .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--white-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter .form-group input:checked+label:before {
    border: 1px solid var(--white-color);
}

.filter .accordion-button {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.filter .accordion-item {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: var(--main-color);
}

.filter .accordion-button:not(.collapsed) {
    background: none;
}

.filter .accordion-button {
    background: none;
}

.accordion-body {
    padding: 15px 0 0;
}

.filter .accordion-button:after {
    background-image: url(../images/filter_arrow.svg);
    background-size: 16px;
}

.filter h2.accordion-header button {
    font-size: 22px;
    color: var(--white-color);
    font-family: var(--main-font);
}

.filter_resilt {
    background: #fff;
    width: 100%;
    padding: 30px;
}

.filter_res_text h4 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
}

.filter_res_text p {
    margin-bottom: 0;
}

.latest_filter {
    padding: 3px;
    background: transparent;
    border-radius: 5px;
}

.filter_and_productlist {
    padding: 50px 0;
}

.fa-star {
    color: var(--yellow-color);
}


/*---- Price ----*/
/*
.proce_slider.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
} */
/*---- Price ----*/

.cdp {
    position: relative;
    text-align: center;
    padding: 0px 0;
    font-size: 0;
    z-index: 6;
    margin: 0px 0;
}

.cdp_i {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px 6px;
    height: 38px;
    min-width: 38px;
    border-radius: 38px;
    border: 1px solid #000;
    line-height: 38px;
    padding: 0;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.cdp_i:first-child,
.cdp_i:last-child {
    padding: 0 16px;
    margin: 0 12px 6px;
}

.cdp_i:hover {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}



/*--- product_details ---*/

.details-snippet1 {
    color: #585656;
}

/* Main text uses this styling and color */
.details-snippet1 .theme-text {
    color: var(--main-color);
    font-weight: bold;
}

.details-snippet1 .mini-preview img {
    border: 1px solid #585656;
    border: 1px solid var(--main-color);
    margin-bottom: 8px;
}

.details-snippet1 .title {
    color: var(--yellow-color);
    font-weight: bold;
    font-size: 2rem;
}

.details-snippet1 .price {
    font-weight: bold;
    font-size: 1.8rem;
}

.details-snippet1 .original-price {
    font-weight: normal;
    font-size: 20px;
}

.brief-description {
    color: var(--text-color);
    line-height: 30px;
}

.related-heading {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    /* color: var(--yellow-color); */
}

.details-snippet1 .related-title {
    color: var(--yellow-color);
    font-weight: bold;
}

.details-snippet1 .related-price {
    color: var(--yellow-color);
    font-weight: bold;
}

.additional-details .nav-link {
    border: none;
    color: var(--yellow-color);
}

.additional-details .nav-link.active {
    background-color: var(--main-color);
    color: #fff;
    border: none;
    border-bottom: 4px solid var(--main-color);
}

.small_number .form-control {
    width: 100px;
    height: 56px;
}

.slid_big_img {
    width: 100%;
    height: 500px;
    background: #EBEBEB;
}

.slid_big_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slid_small_img {
    width: 100%;
    height: 120px;
    background: #EBEBEB;
}

.slid_small_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small_box_img {
    padding: 0 5px;
}

.slid_rel {
    padding: 0 15px;
}


/*
		 * Rating styles
		 */
.rating {
    width: 226px;
    margin: 0;
    font-size: 45px;
    overflow: hidden;
}

.rating input {
    float: right;
    opacity: 0;
    position: absolute;
}

.rating a,
.rating label {
    float: left;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}

.rating label:hover~label,
.rating input:focus~label,
.rating label:hover,
.rating a:hover,
.rating a:hover~a,
.rating a:focus,
.rating a:focus~a {
    color: orange;
    cursor: pointer;
}

.pure_tab #testimonials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.pure_tab .testimonial-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pure_tab .testimonial-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pure_tab .testimonial-box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.pure_tab .testimonial-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 0px;
    cursor: pointer;
    margin-bottom: 20px;
}

.pure_tab .profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.pure_tab .profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pure_tab .profile {
    display: flex;
    align-items: center;
}

.pure_tab .name-user {
    display: flex;
    flex-direction: column;
}

.pure_tab .name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.pure_tab .name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.pure_tab .reviews {
    color: #f9d71c;
}

.pure_tab .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.pure_tab .client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
}

.additional-details .tab-content {
    border: 1px solid rgb(0 0 0 / 14%);
    padding: 15px;
}

.additional-details .nav-tabs {
    border-bottom: 0;
}

@media(max-width:1060px) {
    .pure_tab .testimonial-box {
        width: 45%;
        padding: 10px;
    }
}

@media(max-width:790px) {
    .pure_tab .testimonial-box {
        width: 100%;
    }

    .pure_tab .testimonial-heading h1 {
        font-size: 1.4rem;
    }
}

@media(max-width:340px) {
    .pure_tab .box-top {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .pure_tab .reviews {
        margin-top: 10px;
    }
}


/*--- qty------*/

.qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

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

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus {
    border: 1px solid #181818;
    border-radius: 50%;
}

.qty-input .qty-count--add {
    border: 1px solid #181818;
    border-radius: 50%;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}


/*--- qty------*/





/*--- product_details ---*/


/** Rate */
.rate {
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

/** Rate */
.arrw-color .slick-nav:before, .arrw-color .slick-nav:after {
    border: 2px solid #643271;
}
.arrw-color .slick-nav i{
    color: #643271;
}

.ftr_logo_sec .ftr_logo_right{
    width: 100%;
    height: 120px;
    display: block;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .ftr_logo_sec .ftr_logo_right img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ftr_logo_sec .ftr_logo {
    width: 120px;
    display: block;
    margin-bottom: 20px;
}

.ftr_logo_sec a img {
    width: 100%;
}


/* =======================wishlist page css======by Pramesh========================  */
.shopping_cart_sec {
  /*border-top: 1px solid var(--black-color);*/
  padding: 50px 0;
  background: #fff;
}

.cart_product {
  width: 100%;
  border: 1px solid #B3B3B3;
  /* border-radius: 10px; */
  margin-bottom: 15px;
}

.cart_product .cart_images {
  width: 100%;
  height: 100%;
}

.cart_product .cart_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 10px 0 0 10px; */
}

.cart_text {
  padding: 20px;
}

.cart_text h4 {
  font-size: 24px;
}

.color_code {
  font-size: 16px;
}

.wl_price {
  width: 100%;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.wl_price li {
  font-size: 16px;
}

.wl_price li:last-child {
  color: var(--main-color);
}

.wl_price li:last-child span {
  text-decoration: line-through;
  font-size: 16px;
  color: #B3B3B3;
}

.left_p_text h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--black-color);
  margin-bottom: 0;
  /* letter-spacing: 3px; */
}

.right_p_text h4 {
  font-size: 16px;
  text-transform: uppercase;
  /* color: var(--main-color); */
  margin-bottom: 0;
  /* letter-spacing: 3px; */
  font-family: var(--main-font);
}

.final_price {
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  padding: 12px 0;
}
.add_wishlist {
    text-transform: uppercase;
    color: var(--black-color);
    /* letter-spacing: 3px; */
}
.wish_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add_wishlist i{
  font-size: 22px;
  color: var(--main-color);
}
.expeted{
  margin-bottom: 0px;
  font-size: 14px;
}
.expeted.stock{
  color: green;
}
/* ======================cart page css========================== */
.cart_text .product-name{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.coupons_sec {
    border: 1px solid #B3B3B3;
    padding: 10px;
    /* border-radius: 10px; */
}
.coupon_here {
    padding: 7px 12px;
    background: rgb(179 179 179 / 20%);
    border: none;
    border-radius: 6px;
    width: 100%;
}
.coupon_text span {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--main-color);
}
.edit_lens {
    padding: 7px;
    font-size: 12px;
    background: var(--yellow-color);
    margin-right: 5px;
    color: #fff;
    border-radius: 6px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remove_lens {
    background: #000;
}
.call_us_drop {
    padding: 8px 12px;
    border: 1px solid #B3B3B3;
    border-radius: 6px;
}
.qty_te {
    padding: 8px 12px;
    border: 1px solid #B3B3B3;
    border-radius: 6px;
    margin: 0 10px;
}
.bill_details h4 {
    font-size: 20px;
    color: var(--black-color);
}
.bill_text ul li {
    font-size: 16px;
}
.bill_text ul {
    width: 100%;
    padding-left: 0;
    margin-bottom: 5px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total_payable {
    display: flex;
    justify-content: space-between;
}
.total_payable_l {
    color: var(--black-color);
    font-size: 16px;
}
.by_con .form-group label {
    font-size: 16px;
    color: var(--black-color);
}
.form-group {
    display: block;
    margin-bottom: 15px;
}
.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px;
}
.form-group input:checked+label:before {
    border: 1px solid var(--main-color);
}
.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.by_con {
    padding: 25px 0px;
}
.by_con .form-group label a {
    font-size: 16px;
    color: var(--main-color);
}
.bill_details
 {
    padding: 20px 0;
}
.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid var(--main-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-group label {
    position: relative;
    cursor: pointer;
}
.control-label::before{
content: none !important;
}



.coupon_text p{
  margin-bottom: 0px;
}
.only_left {
    color: #E92F2A;
    font-size: 16px;
}
.save_as {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.save_as li {
    padding-right: 10px;
}
.save_as li a {
    border: 1px solid #B3B3B3;
    border-radius: 6px;
    color: var(--black-color);
    padding: 8px 20px;
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
}
.save_as li a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.save_as li a span {
    vertical-align: middle;
}
.checkout_item {
    /* padding-right: 150px; */
    border: 1px solid #ccc;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
}
.radio-label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 50%;
}
.radio-label {
    position: relative;
    padding-left: 27px;
    margin-right: 20px;
}
.radio-input:checked+.radio-label:after {
    transition: all 0.5s;
    background-color: var(--yellow-color);
}
.radio-input:checked+.radio-label .radio-border {
    outline: solid 1px var(--yellow-color);
    background: #fff;
}
.radio-border {
    width: 18px;
    height: 18px;
    display: inline-block;
    outline: solid 1px #000;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 1px;
}
.radio-input {
    visibility: hidden;
    display: none;
}
.select_danger {
    font-size: 20px;
    margin-bottom: 5px;
}
.total_payable_r {
    color: var(--black-color);
    font-size: 16px;
    text-transform: uppercase;
}
.cart_right{
    box-shadow: 0 0 15px #ccc;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

/* Cart Page Enhancements */
.empty-cart {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cart_item {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cart_item:last-child {
    border-bottom: none;
}

.qty-input {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    width: 120px;
}

.red_btn.red_border_black {
    background: transparent;
    border: 2px solid #000;
    color: #000;
}

.red_btn.red_border_black:hover {
    background: #000;
    color: #fff;
}

.red_btn.red_border_black:hover span {
    color: #fff;
}

.bill_text ul li:first-child {
    font-weight: 500;
}

.bill_text ul li:last-child {
    font-weight: 600;
    color: var(--main-color);
}

.total_payable {
    border-top: 2px solid var(--main-color);
    padding-top: 15px;
    margin-top: 15px;
}

.total_payable_l,
.total_payable_r {
    font-weight: 700;
    font-size: 18px;
    color: var(--main-color);
}

.checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}


.catagory_sec{
    background: #fff;
}
/*=======check box ==========*/
.product_details .form-check{
    padding-left: 0;
}
.product-select-size-input {
  display: none; /* hide default radio */
}

.product-select-size-input + .form-check-label {
     cursor: pointer;
    background-color: #f8f9fa;
    border: 2px solid #dee2e6;
    transition: all 0.2s ease-in-out;
    padding: 7px;
    min-width: 40px;
    height: 40px;
    text-align: center;
}

.product-select-size-input:checked + .form-check-label {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.product-select-size-input:disabled + .form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}

.brief-description p{
    margin-bottom: 0;
}

/*=======check box ==========*/


@media (max-width: 768px) {
    .cart_text h4 {
        font-size: 18px;
    }

    .qty-input {
        width: 100px;
    }

    .cart_right {
        margin-top: 30px;
    }
}
