/* font-family: 'Merienda', cursive; */
/* font-family: 'My Soul', cursive; */

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    transition: background-color .5s;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:focus {
    outline: 0;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #cccccc;
}

::-webkit-scrollbar-thumb {
    background: #666666;
    border-radius: 5px;
}

body {
    position: relative;
    background-color: #FFFFFF;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #303030;
    font-variant: normal;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}

.display-1 {
    font-size: 3.75rem;
    line-height: 70px;
}

h1 {
    font-size: 2.5rem;
    line-height: 50px;
}

h2 {
    font-size: 1.8rem;
    line-height: 34px;
}

h3 {
    font-size: 1.5rem;
    line-height: 32px;
}

h4 {
    font-size: 1.25rem;
    line-height: 28px;
}

h5 {
    font-size: 1.125rem;
    line-height: 26px;
}

h6 {
    font-size: 1rem;
    line-height: 24px;
}

.font-40 {
    font-size: 40px;
}

.font-30 {
    font-size: 1.8rem;
}

.font-24 {
    font-size: 1.5rem;
}

.font-20 {
    font-size: 1.5rem;
}

.font-18 {
    font-size: 1.125rem;
}

.font-16 {
    font-size: 1rem;
}

span,
strong {
    font-size: 14px;
}

p {
    margin-bottom: 0.5rem;
}

small {
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

ul {
    margin-bottom: 0;
}

ol,
ul {
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.img-fluid {
    width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus {
    text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
    color: #B0579C;
    font-weight: 400;
    display: inline-block;
}

.active-link:hover {
    text-decoration: none;
    color: #B0579C;
}

a,
dt {
    color: #666666;
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
    color: #B0579C;
    text-decoration: none;
}

.btn {
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:active,
.btn.active {
    outline: none;
    box-shadow: none;
}

.btn-button {
    position: relative;
    background-color: #B0579C;
    border: 2px solid transparent;
    border-radius: 0.0.125rem;
    box-shadow: none;
    -webkit-border-radius: 0.0.125rem;
    -moz-border-radius: 0.0.125rem;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    padding: 0.6rem 2.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.btn-button i {
    font-size: 18px;
    margin-left: 8px;
    margin-right: 8px;
}

.btn-button:hover,
.btn-button:focus {
    background-color: #a24c8f;
    border: 2px solid transparent;
    box-shadow: none;
    color: #ffffff;
    outline: none;
}

.btn-outline {
    background-color: unset;
    border: 2px solid #B0579C;
    color: #B0579C;
}

.btn-outline:hover {
    background-color: #B0579C;
    border: 2px solid #B0579C;
    box-shadow: none;
    color: #fff;
}

.btn-read {
    display: inline-block;
    position: relative;
    color: #B0579C;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-read i {
    font-size: 16px;
    margin-left: 10px;
}

.btn-read:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #B0579C;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: #B0579C;
}

.read-more {
    display: flex;
    color: #B0579C;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: capitalize;
}

.read-more span {
    font-size: 24px;
    margin-right: 10px;
}

.form-group {
    position: relative;
}

input,
textarea,
select,
button {
    outline: none;
    font-size: 0.875rem;
}

input.form-control,
textarea.form-control,
select.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    height: 46px;
    font-size: 0.875rem !important;
    padding: 0 20px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
input:focus,
textarea:focus,
select:focus {
    border: 1px solid #a4a4a4;
    outline: none;
    box-shadow: none;
    border-color: none;
}

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

input[type=number] {
    -moz-webkit-appearance: textfield;
}

textarea.form-control {
    height: 100px;
}

.form-control.ndate-picker {
    background-color: #ffffff;
}

.form-label {
    margin-bottom: .2rem;
}

label {
    display: inline-block;
    font-weight: 600;
    font-size: .875rem;
    margin-bottom: 5px;
}

.title-widget {
    position: relative;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
    position: relative;
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 2.25;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-animation: animatedIntro 1.5s;
    -ms-animation: animatedIntro 1.5s;
    -o-animation: animatedIntro 1.5s;
    animation: animatedIntro 1.5s;
}

.position-relative {
    position: relative !important;
    z-index: 1;
}

.py-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-80 {
    padding: 60px 0;
}

.pt-80 {
    padding-top: 60px;
}

.pb-80 {
    padding-bottom: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.py-60 {
    padding: 60px 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.py-50 {
    padding: 50px 0;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.py-30 {
    padding: 30px 0;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.py-20 {
    padding: 20px 0;
}

.pt-20 {
    padding-top: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

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

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.p-0 {
    padding: 0 !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-10 {
    margin-bottom: 10px;
}

hr {
    background-color: rgba(238, 227, 227, 1);
    padding: 0;
    margin: 5px;
    opacity: 1;
}

.line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border-bottom: 1px solid rgba(238, 227, 227, 1);
}

.site_bg {
    background-color: #D74451 !important;
}

.site_secondary {
    background-color: #B0579C !important;
}

.site-light {
    background-color: #FBFBFB !important;
}

.section-content {
    padding: 60px 0 60px 0;
}

main.section-all {
    min-height: 700px;
}

.container-fluid {
    padding: 0 50px !important;
}

/******** header ********/

header {
    position: relative;
}

.header_top {
    border-bottom: 1px solid #EEE3E3;
}

.top__link {
    position: relative;
    padding: 12px 0;
}

.top__link li {
    position: relative;
    color: #7C3D42;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    padding-left: 10px;
    text-transform: uppercase;
}

.top__link li:before {
    position: absolute;
    content: '/';
    color: #7C3D42;
    top: 0;
    left: 0;
}

.top__link li a {
    color: #7C3D42;
}

.top__link li a:hover {
    color: #D74451;
    text-decoration: underline;
}

.top__link li:first-child:before {
    display: none;
}

.badge_site {
    background-color: #D74451;
    border-radius: 2px;
    color: #fff !important;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    margin-left: 3px;
    padding: 2px 2px 2px 2px !important;
    text-transform: capitalize;
    text-align: center !important;
}

.header_rit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lag__wrap {
    position: relative;
    padding: 4px 0 0 0;
}

.wrapper-dropdown {
    position: relative;
    min-width: 55px;
    border-radius: 0;
    background: transparent;
    border: none;
    color: #303030;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper-dropdown span {
    font-size: 12px !important;
}

.wrapper-dropdown::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #6e6e6e transparent;
}

.wrapper-dropdown.active::before {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown .dropdown {
    position: absolute;
    background-color: rgb(255, 255, 255, 1);
    top: 140%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 9;
    list-style: none;
    border-radius: inherit;
    box-shadow: inherit;
    background: inherit;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    font-size: 12px !important;
    font-weight: 500;
}

.wrapper-dropdown .dropdown li {
    padding: 10px 20px;
    overflow: hidden;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
    background-color: rgb(255, 255, 255, 1);
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 12px;
}

.wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
}

.wrapper-dropdown .dropdown li:hover {
    background: rgba(250, 250, 250, 1);
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.btn-seller {
    background-color: #BF2936;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 12px;
}

.btn-seller:hover,
.btn-seller:focus {
    background-color: #D74451;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.rit_wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-top: 3px;
}

.top_login {
    position: relative;
    display: flex;
    align-items: center;
    color: #7C3D42;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.top_login span {
    color: #D74451;
    font-size: 18px;
    margin-right: 8px;
}


.dropbtn {
    background-color: transparent;
    color: white;
    padding: 0;
    color: #7C3D42;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    padding: 20px;
    z-index: 3;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
    color: #D74451;
}

.loginbtn {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    padding: 0.25rem 1rem;
}

.dropdown-content h6 {
    font-size: 12px;
}

.cart_item {
    position: absolute;
    background-color: #A51E2A;
    top: -5px;
    left: 10px;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}


.header_middle {
    position: relative;
    border-bottom: 1px solid #EEE3E3;
}

.logo_brand {
    transition: width .4s ease-in-out;
    padding: 20px 0;
}

.logo__widget {
    color: #D74451;
    font-family: 'Merienda', cursive;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.search-box {
    position: relative;
    margin: 20px 0;
}

form.example input[type=text] {
    position: relative;
    width: 100%;
    border-radius: 65px;
    border: 1px solid #BABABA;
    display: flex;
    height: 50px;
    padding: 0 30px;
    align-items: center;
    color: #808080;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.00875rem;

}

form.example button {
    position: absolute;
    right: 8px;
    top: 5px;
    width: 60px;
    height: 40px;
    padding: 10px;
    color: white;
    font-size: 1rem;
    border-radius: 65px;
    background: #303030;
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
}

form.example button i {
    font-size: 20px;
    text-align: center;
    padding: 0;
}

form.example button:hover {
    background: #BF2936;
}

/******** banner ********/
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .carousel-inner,
.banner-section .carousel.slide,
.banner-section .carousel-item {
    position: static;
    display: block;
}

.banner-section .carousel-inner .carousel-item img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16/9;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

.carousel .carousel-control-next {
    right: 3%;
}

.carousel .carousel-control-prev {
    left: 3%;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    position: absolute;
    top: 45%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 0;
    transition: opacity .15s ease;
    z-index: 9;
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

.viewbtn {
    float: right;
    position: relative;
    margin-top: -50px;
}

.category_wrap {
    position: relative;
}

/**** bestseller ****/
.bestseller-section {
    position: relative;
}

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

.img__wrap {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.imgcard {
    position: relative;
}

.imgcard img {
    object-fit: cover;
    height: 290px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.content__wrap:hover .imgcard img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    filter: brightness(1);
}

.add_wrap {
    position: relative;
}

.add_wrap img {
    overflow: hidden;
    height: 100%;
}

.content__text {
    display: none;
    position: relative;
    font-family: 'Lato', sans-serif;
}

.content__holder h6 {
    font-size: 16px;
    font-weight: 600;
}

.content__holder h6 a {
    color: #303030;
}

.grid_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricetag {
    color: #BF2936;
    font-size: 18px;
    font-weight: 700;
}

.wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 12px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.wishlist span {
    color: #D74451;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.customer_wrap {
    position: relative;
}

.customer_review {
    position: relative;
}

.customer_review p {
    color: #303030;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    padding: 0 60px;
}

.reviewtittle {
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.quote_icon_1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.boxwrap {
    display: flex;
    align-items: center;
}

.icos {
    margin-right: 15px;
}

.icos span {
    color: #ffffff;
    font-size: 24px;
}

.infos {
    color: #fff;
}

.infos h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.infos p {
    color: #fff;
    font-size: 14px;
}

/**** footer *****/
footer {
    position: relative;
}

.foter_logo {
    color: #BF2936;
    font-size: 20px;
    font-family: 'Merienda', cursive;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-info {
    position: relative;
}

.footer_info h6 {
    color: #303030;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-wrap {
    display: flex;
}

.contact-info address {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-info p {
    font-size: 14px;
    font-weight: 400;
}

.listing li {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 26px;
}

.listing li a {
    color: #666666;
}

.listing li a:hover {
    color: #B0579C;
    text-decoration: underline;
}

.social-icons ul li {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin-right: 3px;
}

.social-icons ul li a {
    border-radius: 100%;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0 2px;
    text-align: center;
}

.social-icons ul li:nth-child(1) a {
    background: #1974d0;
    color: #ffffff;
}

.social-icons ul li:nth-child(2) a {
    background: #1596e7;
    color: #ffffff;
}

.social-icons ul li:nth-child(3) a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #ffffff;
}

.social-icons ul li:nth-child(4) a {
    background: #db0505;
    color: #ffffff;
}

.subscribe-from {
    position: relative;
}

.subscribe-from input {
    position: relative;
    background: inherit;
    border: 2px solid #303030;
    border-radius: 65px;
    color: #666666;
    font-size: 14px;
    outline: none;
    line-height: 70px;
    height: 70px;
    text-align: left;
    padding: 0 30px;
    width: 100%;
    float: left;
    margin-right: 4px;
}

.subscribe-from .subscribe-button {
    position: absolute;
    top: 7px;
    right: 7px;
    background: #303030;
    border: none;
    color: #ffffff;
    height: 56px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 0 30px;
    border-radius: 65px;
}

.footer__bottom {
    padding: 20px 0;
}

.copy-right p a {
    color: #666666;
}

.copy-right p a:hover {
    color: #B0579C;
    text-decoration: underline;
}

.payment_method {
    float: right;
}

.payment_method ul li {
    display: inline-block;
    margin-left: 10px;
}

/******** all page css *******/
.site_page-title-inner {
    position: relative;
}

.page-titleShape {
    position: relative;
    padding: 280px 0 30px 0;
}

.page-titleShape::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.9));
    background-repeat: no-repeat !important;
    z-index: 1;
}

.page-title {
    position: relative;
    z-index: 2;
}

.page-title ul li {
    font-size: 14px;
    font-weight: 400;
    color: #C60101;
    text-transform: capitalize;
    padding: 10px 0;
}

.page-title ul li a {
    color: #fff;
}

.page-title ul li+li::before {
    content: "\f054";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 10px;
    display: inline-block;
    margin: 0 5px 0 8px;
}

.page-title h3 {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.list-item li {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    list-style-type: disc;
    list-style-position: inside;
    margin: 5px 0;
}

.scrolling_navbar {
    display: none;
}

.screen__767 {
    display: none;
}

.mt-15 {
    margin-top: 15px;
}

.ps_0 {
    padding-left: 5px;
}

.pe_0 {
    padding-right: 5px;
}


.product_info {
    padding-left: 20px;
}

.prd_title h3 {
    text-transform: capitalize;
}

.p_tag del {
    color: #D74451;
    font-size: 16px;
    padding-left: 6px;
}

.offers {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 5px 12px;
    margin-top: 4px;
}

.offers i {
    color: #D74451;
    margin-right: 8px;
}

.color_option {
    position: relative;
}

.color_option .input-hidden {
    position: absolute;
    left: -9999px;
}

.color_option input[type=radio]:checked+label>img {
    border: 1px solid #dcdcdc;
}

.color_option input[type=radio]+label>img {
    border: 1px solid #dcdcdc;
    width: 50px;
    height: 50px;
    margin-right: 4px;
    padding: 2px;
    transition: 500ms all;
    display: flex;
    text-align: center;
    justify-content: center;
}

.color_option input[type=radio]:checked+label>img {
    border: 1px solid #606060;
    transform: 0;
}

.color_option input[type=radio]+label>img span {
    text-align: center !important;
}

.p-inventory h6 {
    font-size: 14px;
    font-weight: 600;
}

.p-inventory ul li {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0;
}

.p-inventory ul li span {
    font-weight: 400;
    padding-left: 8px;
}

.delivery_time span i {
    font-size: 20px;
    vertical-align: middle;
}

.product-options-bottom {
    padding: 1.25rem 0 0 0;
    border-top: 1px solid rgba(238, 227, 227, 1);
    /* border-bottom: 1px solid #e7e7e7; */
    margin-top: 0.6rem;
}

.add-to-cart-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.p-count {
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
    /* justify-content: center; */
    align-items: center;
}

.p-count .qtyminus,
.p-count .qtyplus {
    width: 40px;
    height: 45px;
    background: #ffffff;
    border: 2px solid #231d1d;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: #464646;
    cursor: pointer;

}

.p-count .qtyminus {
    border-radius: 0.125rem 0 0 0.125rem;
}

.p-count .qtyplus {
    border-radius: 0 0.125rem 0.125rem 0;
}

.p-count .qty {
    border: none;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.add-to-links {
    margin-left: 30px;
}

.add-to-links ul li {
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block;
    margin-right: 15px;
}

.add-to-links ul li span {
    display: inline-block;
    /* width: 27px !important;
    height: 27px !important;
    line-height: 27px;
    text-align: center; */
    margin-right: 10px;
    /* background: #dbdbdb;
    border: 1px solid #dbdbdb; */
    border-radius: 50%;
}

.prodcut__dscp {
    margin-top: 50px;
}

.product__tabs {
    position: relative;
    /* margin-top: -45px; */
}

.product__tabs .nav-tabs {
    display: flex;
    justify-content: flex-start;
}

.product__tabs .nav-tabs {
    border-bottom: 1px solid #eee;
    position: relative;
}

.product__tabs .nav-tab::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 6.6875rem;
    height: 0.125rem;
    border-radius: 0.375rem;
    background: #D74451;
    z-index: 999;
}

.product__tabs .nav-tabs .nav-link {
    color: #383B46;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
    padding: .5rem 1rem;
}

.product__tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #D74451;
    background-color: transparent;
    border-color: transparent;
}

.product__tabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: transparent;
    border-color: transparent;
}


.unordered-list {
    margin-bottom: 20px;
    padding-left: 40px;
    list-style: none;
    letter-spacing: 0;
}

.unordered-list li {
    font-size: 14px;
    line-height: 1.5;
    list-style: inherit;
    padding-top: .5em;
    padding-bottom: .5em;
}

.unordered-list li::before {
    color: #333;
    font-family: "Font Awesome 5 free";
    font-size: 16px;
    content: "\f138";
    margin-right: 18px;
    line-height: 1.3;
    position: relative;
    font-weight: 900;
    top: .5px;
}

.review__box {
    border: 1px dashed #dcdcdc;
    padding: 20px;
}

.r_client {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    float: left;
}

.r_client img {
    width: 70px;
    height: 70px;
}

.r_review {
    margin-left: 90px;
}

.review__rating .rate {
    float: left;
    /* height: 46px; */
    padding: 0;
}

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

.review__rating .rate:not(:checked)>label {
    float: right;
    width: 20px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px;
    color: #b3b3b3;
    border: inherit !important;
    text-align: center;
    margin-bottom: 0;
}

.review__rating .rate:not(:checked)>label:before {
    content: '★';
    border: inherit !important;
}

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

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

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

.product_specification tbody,
td,
tfoot,
th,
thead,
tr {
    /* border: none; */
    font-size: 14px;
    font-weight: 400;
    padding: 20px 20px !important;
}

.sort-box {
    display: flex;
    align-items: center;
}

.sort_items {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.btn_1 {
    border: 1px solid #231D1D;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    background: none;
    cursor: pointer;
}

.btn-icon {
    width: 15px;
    height: 15px;
    stroke: #231D1D;
}

.btn_1:hover {
    background-color: #231D1D;
}

.btn_1:hover .btn-icon {
    stroke: #fff;
}

.page-link:link,
.page-link:visited {
    text-decoration: none;
    color: #343a40;
    font-size: 15px;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link:hover,
.page-link:active,
.page-link.page-link--current {
    background-color: #231D1D;
    color: #fff;
}

.sidebar_nav {
    position: relative;
    border: 1px solid #d3d3d3;
    padding: 15px 10px;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-right: none;
    padding: 15px;
    height: 36px;
    border-radius: 0;
    outline: none;
    color: #737373;
}

.searchTerm:focus {
    color: #9b9b9b;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #303030;
    background: #303030;
    text-align: center;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
}

.price_slider {
    position: relative;
    width: 100%;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 20px 0 20px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 42px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    margin-left: 0;
    border-radius: 2px;
    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: #B0579C;
}

.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: #B0579C;
    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: #B0579C;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.custom-checkbox {
    position: relative;
}

.checkbox-list {
    list-style: none;
}

.checkbox-list li {
    margin-bottom: 4px;
}

/*checkbox css start*/
.category__box [type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.category__box [type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label,
[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #4c4c4c;
}

.category__box [type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before,
[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #d3d3d3;
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.category__box [type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after,
[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    background: #B0579C;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 9px;
    left: 4px;
    border: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.category__box [type="checkbox"]:not(:checked)+label:after,
[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.category__box [type="checkbox"]:checked+label:after,
[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category__box [type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.category__box [type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.color-circle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    opacity: 0.8;
    border: 1px solid;
}

.contact_form {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 40px;
    height: 100%;
}

.loginwrap {
    position: relative;
    padding: 40px;
    height: 100%;
}

.btn.btn-go {
    background: #CF2C1F;
    padding: 0.5rem 1rem;
}

.btn.btn-fb {
    background: #4064AC;
    padding: 0.5rem 1rem;
}

.btn.btn-tw {
    background: #1C9CEB;
    padding: 0.5rem 1rem;
}

.p__s0 {
    padding-left: 0;
}

.p__e0 {
    padding-right: 0;
}

.cart_wrap {
    position: relative;
}

.cart_wrap .table>thead {
    background: #f5faff;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    padding: 20px !important;
}

.cart_wrap tbody,
td,
tfoot,
th,
thead,
tr {
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0 !important;
}

.cart_wrap .table> :not(:last-child)> :last-child>* {
    padding-left: 20px !important;
}

.cart__content {
    display: flex;
}

.cart__img {
    width: 90px;
    height: 110px;
    margin-right: 15px;
}

.cart__img img {
    width: 90px;
    height: 110px;
}

.cart__info h6 {
    font-size: 14px;
    font-weight: 600;
}

.cart__info ul li {
    display: block;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
}

.cart_del button {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: none;
    outline: none;
    text-align: center;
}

.cart_dtl {
    position: relative;
    padding: 20px;
}

.cartsdtl ul li {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 4px 0;
}

.cartsdtl ul li span {
    color: #303030;
    float: right;
    font-size: 14px;
    font-weight: 600;
}

.gift-voucher {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why_wrap {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 16px;
    padding: 20px 30px;
}

.wybox {
    display: flex;
    align-items: center;
}

.widget_icons {
    margin-right: 20px;
    font-size: 32px;
    color: #B0579C;
}

.widget_icons span {
    font-size: 32px;
    color: #B0579C;
}

.steps__wrap {
    position: relative;
    padding: 40px 30px;
    height: 100%;
}

.thumb-circle {
    display: inline-block;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
}

.thumb-circle {
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 6px;
    box-shadow: inset 0 0 0 5px rgba(176, 87, 156, .85);
    color: #fff;
}

.thumb-circle span {
    line-height: 80px;
}

.thumb-circle:hover {
    box-shadow: inset 0 0 0 5px rgba(176, 87, 156, .85);
    border: 1px solid #ffffff;
    background: #ffe7e6;
    -moz-transition: all .2s linear .1s;
    -ms-transition: all .2s linear .1s;
    -o-transition: all .2s linear .1s;
    -webkit-transition: all .2s linear .1s;
    transition: all .2s linear .1s;
}

.btn-outline_white {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-outline_white:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #B0579C;
}

.payment_wrap {
    padding: 30px;
}





/********dashboard css*********/

.wrapper .sidebar {
    background: #303030;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    padding: 20px 0;
    transition: all 0.5s ease;
}

.wrapper .sidebar .profile {
    margin-bottom: 30px;
    text-align: center;
}

.wrapper .sidebar .profile img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

.wrapper .sidebar .profile h5 {
    color: #ffffff;
    margin: 10px 0 5px;
}

.wrapper .sidebar .profile p {
    color: #fff;
    font-size: 14px;
}

.wrapper .sidebar ul li a {
    display: block;
    padding: 13px 30px;
    border-bottom: 1px solid #4c4d4c;
    color: rgb(241, 237, 237);
    font-size: 16px;
    position: relative;
}

.wrapper .sidebar ul li a .icon {
    color: #dee4ec;
    width: 30px;
    display: inline-block;
}



.wrapper .sidebar ul li a:hover,
.wrapper .sidebar ul li a.active {
    color: #b0579c;

    background: white;
    border-right: 2px solid #b0579c;
}

.wrapper .sidebar ul li a:hover .icon,
.wrapper .sidebar ul li a.active .icon {
    color: #b0579c;
}

.wrapper .sidebar ul li a:hover:before,
.wrapper .sidebar ul li a.active:before {
    display: block;
}

.wrapper .section {
    width: calc(100% - 225px);
    margin-left: 225px;
    transition: all 0.5s ease;
}

.wrapper .section .top_navbar {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid #e6e6e6;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 50px;

}

.wrapper .section .top_navbar .hamburger a {
    font-size: 28px;
    color: #b0579c;
}

.wrapper .section .top_navbar .hamburger a:hover {
    color: #b0579c;
}

.wrapper .section .container_inner {
    margin: 30px 30px 30px 50px;
    background: #fff;
    padding: 30px;
    line-height: 28px;
}

body.active .wrapper .sidebar {
    left: -225px;
}

body.active .wrapper .section {
    margin-left: 0;
    width: 100%;
}

.d_widget_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px;
}

.dw_icons {
    background-color: #bf2936;
    border-radius: 100%;
    color: #fff;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
}

.dw_icons span i {
    font-size: #fff !important;
    font-size: 24px;
    text-align: center;
}

.jobactivites .table>thead {
    vertical-align: middle;
}

.jobactivites .table> :not(caption)>*>* {
    border-bottom-width: 0;
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: .75rem;
}

.jobactivites .table> :not(:last-child)> :last-child>* {
    border-bottom-color: rgb(236, 236, 236);
    color: #24303c;
    font-size: 14px;
    font-weight: 700;
}



.category-tabs {
    position: relative;
}

.category-tabs .nav-pills {
    display: flex;
    justify-content: center;
}

.category-tabs .nav-item {
    margin: 0 4px 5px 0;
}

.category-tabs .nav-pills .nav-link {
    background-color: transparent !important;
    border: 1px solid #c9c9c9;
    border-radius: 0.125rem;
    color: #666666;
    font-size: 12px !important;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 20px !important;
}

.category-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent !important;
    border: 1px solid #303030;
    border-radius: 0.125rem;
    color: #303030;
    font-size: 12px !important;
    font-weight: 600;
    padding: 8px 20px !important;
}

.category__wrap {
    position: relative;
    padding: 0 10px;
    /* border-radius: 4px;
    border: 1px solid rgba(238, 227, 227, 1);
    */
}

.category__img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
}

.category__img img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
}

.category__holder h6 {
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}

.menu__767 {
    display: none;
}

.screen__menu ul li {
    position: relative;
    border-top: solid 1px #f2f2f2;
    color: #303030;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 10px 12px 20px;
    transition: color 0.3s, background 0.3s;
}

.screen__menu ul li a {
    color: #303030;
}


.sidepanel {
    width: 0;
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #303030;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidepanel a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: -16px;
    right: 0px;
    font-size: 30px;
}

.openbtn {
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 24px;
    cursor: pointer;
    background-color: transparent;
    color: #303030;
    /* padding: 10px 15px; */
    border: none;
}

.openbtn:hover {
    background-color: transparent;
    color: #303030;
}

.sm__seller {
    display: none;
}

.sm_mb {
    color: #7C3D42 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

/********responsive css*********/

@media (max-width: 1366px) {
    .container {
        padding: 0 20px !important;
        max-width: 1280px;
    }

    .nav-menu>li>a {
        padding: 10px 10px;
    }
}

@media (max-width: 1280px) {
    .container-fluid {
        padding: 0 20px !important;
    }

    .container {
        max-width: calc(100% - 20px);
        padding: 0 20px !important;
    }

    .section-content {
        padding: 50px 0 50px 0;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .py-80 {
        padding: 50px 0;
    }

    .pt-80 {
        padding-top: 50px;
    }

    .pb-80 {
        padding-bottom: 50px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .py-60 {
        padding: 30px 0;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .rit_wrap {
        margin-left: 10px;
        margin-top: 0px;
    }

}

@media (max-width: 992px) {

    .container-fluid {
        padding: 0 15px !important;
    }

    .container {
        max-width: calc(100% - 15px);
        padding: 0 15px !important;
    }

    .display-1 {
        font-size: 32px;
    }

    .font-40 {
        font-size: 30px;
    }

    .font-30 {
        font-size: 1.5rem;
    }

    .logo__widget {
        font-size: 24px;
    }

    .logo__widget:hover {
        color: #D74451;
    }

    .rit_wrap {
        margin-left: 10px;
    }

    .nav-menu>li>a {
        padding: 10px 10px;
    }

    .banner-section .carousel-inner .carousel-item {
        background-position: 20% center !important;
        background-size: cover !important;
        display: block;
    }

    /* .banner-section .carousel-inner .carousel-item img {
            height: 400px;
            object-fit: cover;
            object-position: center center;
    } */

    .carousel .carousel-control-next,
    .carousel .carousel-control-prev {
        width: 35px;
        height: 35px;
        z-index: 9;
    }

    .carousel .carousel-control-next-icon,
    .carousel .carousel-control-prev-icon {
        width: 1.125rem;
        height: 1.1.125rem;
    }

    .customer_review p {
        padding: 0 20px;
    }

}

@media (min-width: 768px) and (max-width: 990px) {

    .nav-menu>li>a {
        padding: 8px 8px;
    }

    .nav-menu>li>a {
        font-size: 13px;
        padding: 8px 8px;
    }

    .nav-toggle {
        top: -128px;
    }
}

.title-widget {
    text-align: center
}

.btn-read span {
    display: none
}

@media (max-width: 768px) {

    .title-widget {
        position: relative;
        float: left;
        text-align: left;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        font-size: 18px;
        line-height: 1.6rem;
    }

    .viewbtn {
        position: relative;
        color: #B0579C;
        font-size: 11px;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        text-transform: uppercase;
        margin-top: 0;
    }

    .section-content {
        padding: 20px 0 20px 0;
    }

    .pt-80,
    .pt-60,
    .pt-50 {
        padding-top: 30px;
    }

    h3 {
        font-size: 18px;
        line-height: 1.6rem;
    }

    .mt-30 {
        margin-top: 10px;

    }

    .mt-50 {
        margin-top: 20px;
    }

    .btn-button {
        font-size: 0.75rem;
        padding: 0.4rem 1.5rem;
    }

    .screen__767 {
        display: block;
    }

    .logo__widget {
        font-size: 18px;
    }

    .rit_wrap {
        margin-left: 10px;
    }

    .top_login span {
        font-size: 20px;
    }

    .header_middle {
        border-bottom: transparent;
    }

    .logo_brand {
        padding: 15px 0;
        margin-left: 36px;
    }

    .sm_mb {
        display: none !important;
    }

    .top__info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .search-box {
        margin: 0px;
    }

    .navigation-portrait {
        height: 0;
    }

    .scrolling_navbar {
        display: block;
    }

    .scroll__nav {
        position: relative;
        z-index: 2;
        /* height: 2.5rem; */
        overflow-y: hidden;
        scroll-behavior: smooth;
    }

    .scroll__nav ul {
        display: flex;
        flex-wrap: nowrap;
        /* padding-bottom: 1.5rem; */
        padding-left: 0;
        margin-block: 0;
        overflow-x: auto;
        list-style: none;
        text-align: center;
        white-space: nowrap;
    }

    .scroll__nav ul a {
        color: #303030;
        display: block;
        font-size: 14px;
        font-weight: 600;
        padding: .5rem .5rem;
    }

    .scroll__nav ul a:hover {
        color: #BF2936;
    }

    .scroll__nav ul a.active {
        color: #BF2936;
        font-weight: 600;
    }

    form.example input[type="text"] {

        border-radius: 4px;
        border: 1px solid #BABABA;
        height: 40px;
        padding: 0 20px;
    }

    form.example button {
        right: 4px;
        top: 4px;
        width: 44px;
        height: 32px;
        padding: 10px;
        color: white;
        font-size: 0.875rem;
        border-radius: 2px;
    }

    form.example button i {
        font-size: 16px;
        text-align: center;
        padding: 0;
        line-height: 12px;
    }

    /* .banner-section .carousel-inner .carousel-item img {
            height: 300px;
    } */

    .carousel .carousel-control-next {
        right: 2%;
    }

    .carousel .carousel-control-prev {
        left: 2%;
    }

    .bsb-overlay-hover>a::after,
    .bsb-overlay-hover>figcaption {
        display: none;
    }

    figure {
        margin: 0 0 5px;
    }

    .bsb-overlay-hover>figcaption h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .bsb-overlay-hover>figcaption p {
        display: none;
    }

    .content__text {
        display: block;
        text-align: center;
    }

    .content__text h6 {
        font-size: 16px;
        font-weight: 600;
    }

    .content__text h6 a {
        color: #303030;
    }

    .read_btn span {
        display: none;
    }

    .customer_review p {
        font-size: 20px;
        line-height: 26px;
        padding: 0 20px;
    }

    .subscribe-from input {
        border: 1px solid #303030;
        line-height: 50px;
        height: 50px;
        padding: 0 20px;
    }

    .subscribe-from .subscribe-button {
        position: absolute;
        top: 5px;
        right: 5px;
        height: 40px;
        font-size: 14px;
        padding: 0 20px;
    }

    .footer__bottom {
        padding: 0px 0 10px 0;
    }

    .category__img {
        width: 100%;
        height: auto;
        border-radius: 0;
        text-align: center;
        margin: 0 auto;
    }

    .category__img img {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .category__holder h6 {
        line-height: 16px;
        font-size: 12px;
        font-weight: 500;
    }

    .owl-item {
        /* margin-right: 0 !important; */
    }

    .menu__767 {
        display: none;
    }

    .sm__seller {
        position: relative;
        display: flex;
        align-items: center;
        margin-left: 5px;
        margin-top: 3px;
    }

    .top__link li {
        font-size: 11px !important;
        text-transform: capitalize;
        margin-left: 2px;
        padding-left: 2px;
    }

    .top__link li::before {
        position: absolute;
        content: '/';
        color: #7C3D42;
        top: 0;
        left: 0;
        display: none;
    }

}

@media (max-width: 576px) {

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        font-size: 16px;
        line-height: 1.5rem;
    }

    .payment_method {
        float: left;
    }

}

.dropdown-toggle::after {
    border-top: none;
}

.question-mark {
    text-align: center;
    font-size: 13px;
    width: 16px;
    height: 16px;
    background-color: #6d6b6b;
    color: #FFFFFF;
    display: block;
    border-radius: 100%;
    margin-top: 5px;
    float: right;
}

.gateway {
    height: 70px;
}

/*Framework CSS*/
 :root{
            --blue: #3490f3;
            --gray: #9d9da6;
            --gray-dark: #8d8d8d;
            --secondary: #919199;
            --soft-secondary: rgba(145, 145, 153, 0.15);
            --success: #85b567;
            --soft-success: rgba(133, 181, 103, 0.15);
            --warning: #f3af3d;
            --soft-warning: rgba(243, 175, 61, 0.15);
            --light: #f5f5f5;
            --soft-light: #dfdfe6;
            --soft-white: #b5b5bf;
            --dark: #292933;
            --soft-dark: #1b1b28;
            --primary: {{ get_setting('base_color', '#d43533') }};
            --hov-primary: {{ get_setting('base_hov_color', '#9d1b1a') }};
            --soft-primary: {{ hex2rgba(get_setting('base_color','#d43533'),.15) }};
        }
        body{
            font-family: 'Public Sans', sans-serif;
            font-weight: 400;
        }
        
        .pagination .page-link,
        .page-item.disabled .page-link {
            min-width: 32px;
            min-height: 32px;
            line-height: 32px;
            text-align: center;
            padding: 0;
            border: 1px solid var(--soft-light);
            font-size: 0.875rem;
            border-radius: 0 !important;
            color: var(--dark);
        }
        .pagination .page-item {
            margin: 0 5px;
        }

        .aiz-carousel.coupon-slider .slick-track{
            margin-left: 0;
        }

        .form-control:focus {
            border-width: 2px !important;
        }
        .iti__flag-container {
            padding: 2px;
        }
        .modal-content {
            border: 0 !important;
            border-radius: 0 !important;
        }

        #map{
            width: 100%;
            height: 250px;
        }
        #edit_map{
            width: 100%;
            height: 250px;
        }

.pac-container { z-index: 100000; }