:root {
    --camel: #C89B57;
    --black: #000;
    --fadedOrange: #DAA049;
    --white: #FFF;
    --cloud: #C4C4C4;
    --gravel: #474747;
    --clover-green: #23a15c;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* font-family: 'Calibri'; */
    font-family: 'noto sans', 'noto sans fallback', Arial, Helvetica, sans-serif;
    font-style: normal;
}
img {
    -webkit-user-drag: none; /* Safari */
    -khtml-user-drag: none; /* Konqueror */
    -moz-user-drag: none; /* Firefox */
    -o-user-drag: none; /* Opera */
}

/* Start Navbar */
.navbar-section nav .container-fluid  ul li .nav-link{
    font-size: 1rem;
    line-height: 20px;
    color: var(--black);
}

.navbar-section nav .container-fluid .navbar-collapse ul li .login{
    box-sizing: border-box;
    position: relative;
    height: 38px;
    width: 69px;
    top: -9px;
    border: 2px solid var(--camel);
    border-radius: 22px;  
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: var(--camel);
    inline-size: 105px;
    overflow-wrap: break-word;
}
.navbar-section nav .container-fluid .navbar-collapse ul li .signup{
    position: relative;
    width: 112px;
    height: 38px;
    top: -9px;
    background: var(--camel);
    border-radius: 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--white);
    inline-size: 147px;
    overflow-wrap: break-word;
}
.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}
.navbar-light .navbar-toggler-icon{
    background-image: url('../images/bars.svg');
}
.dropdown-navbar{
    right:0px ;
    padding: 0px 16px !important;
    min-width: 14rem;
}
.navbar-home-mobile .accordion-button{
    color: var(--black);
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    padding: 4px 14px;
}
.navbar-home-mobile .accordion-button:not(.collapsed),.navbar-home-mobile .accordion-item{
    background: transparent;
}
.navbar-home-mobile .accordion-button:not(.collapsed){
    color: var(--camel) !important;
}
.navbar-home-mobile .accordion-button:not(.collapsed)::after{
    border: solid var(--camel);
    border-width: 0 2px 2px 0;
    padding: 2px;
}
#sell-pen .accordion-body {
    padding: 0px 1px;
}
.hr-line{
    width: 130%;
    text-align:left;
    margin-left: -25px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.hr-login-line{
    width: 123%;
    text-align:left;
    margin-left: -25px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.accordian-line {
    width: 116%;
    text-align: left;
    margin-left: -15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.login-accordian-line {
    width: 112%;
    text-align: left;
    margin-left: -15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#sellpen .dropdown-menu{
    left: -579px;
}
.home-navbar .dropdown .show:first-child {
    color: var(--camel) !important;
    border-bottom: 1px solid var(--camel);
}
.home-navbar .nav-link:focus,.home-navbar .nav-link:hover,.home-navbar .nav-link:active {
    color: var(--camel) !important;
}

.link-hover:hover{
    color: #C89B57 !important;
}

.navbar-home-mobile a,.navbar-home-mobile .accordion-item p{
    color: var(--black) !important;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 20px !important;
    text-decoration: none;
}
#sell-pen .link{
    color: var(--camel) !important;
}
#sell-pen .link::after{
    content: "";
    display: block;
    width: 65px;
    height: 0px;
    margin-top: 5px;
    border: 1px solid var(--camel);
}
#sell-pen .accordion-body div{
    border: 1px solid #EAEAEA;
    padding: 10px 17px;
}
.navbar-home-mobile .accordion-item p{
    border: none;
}
.navbar-home-mobile .accordion-button::after {
    margin-left: 10px;
}
#faq .accordion-button::after,#buyer-protection .accordion-button::after{
    border:none;
}
.navbar-home-mobile .accordion-body {
    padding: 0px 12px;
}
.navbar-home-mobile .nav-link:hover{
    color: var(--camel);
}
.navbar-home-mobile .accordion-button,.navbar-home-mobile .nav-link{
    color: var(--black);
    font-size: 1rem !important; 
    font-weight: 400;
    line-height: normal;
}
.login-navbar-section .navbar #userDropdown .dropdown-menu::after {
    content: '';
    width: 24px;
    height: 24px;
    background: var(--white);
    position: absolute;
    top: -12px;
    right: 36px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
}
.logo-dropdown .dropdown-menu::after {
    content: '';
    width: 24px;
    height: 24px;
    background: var(--white);
    position: absolute;
    top: -12px;
    right: 36px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
}
@media (max-width: 991px) {
    .navbar-section .navbar-brand .img-fluid{
        margin-left: -24px;
    }  
}
/* End Navbar */

/* Start Banner carousel */
#carouselBanner .carousel-indicators [data-bs-target] {
    border-bottom: transparent;
    width: 30px;
    height: 0px;
    border-radius: 25px;
    background-color: var(--fadedOrange);
    background-clip: border-box;
    box-sizing: border-box;
}
.home__search{
    margin-top:-30px;
}
#carouselBanner p{
    z-index: 2;
    position: absolute;
    top: 35%;
    left: 30%;
    right: 30%;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    color: var(--white);
}
.carousel-section .img-fluid{
    background: linear-gradient(-34.67deg, rgba(200, 155, 87, 0) -0.36%, rgba(101, 36, 15, 0.37) 48.43%,
    rgba(36, 13, 6, 0.61) 72.9%, #262324 93.41%);
}
.carousel-section .form-control{
    background: var(--white);
    border: 1px solid var(--camel);
    box-shadow: 19px 23px 17px -13px rgba(0, 0, 0, 0.14);
    border-radius: 54px !important;
    /* border-radius: 10px !important; */
}
.carousel-section .form-control::placeholder{ 
    font-weight: 300;
    font-size: 24px;
    line-height: 134.07%;
    color: #373737;
}
#carouselBanner .carousel-indicators {
    bottom: 5.5% !important;
}
.input-group .search-div .search-btn{
    position: absolute;
    right: 4px;
    top: 1px;
    color: var(--camel);
    z-index: 10;
    font-size: 25px;
}

.carousel-section .form-control:focus{
    border: 1px solid var(--camel);
}
/* End Banner carousel */

/* Start Popular Brands */
.popular-brands h6{
    font-weight: 400;
    font-size: 30px;
    line-height: 49px;
    color: var(--gravel);
}
.popular-brands h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    margin-top: 5px;
    border:  2px solid var(--camel);
}

.popular-brands .card{
    border: 1px solid #DECEB5;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 10px;
}
#popular-brands .slick-dots li.slick-active button:before{
    color: var(--fadedOrange) !important;
}

#popular-brands .slick-dots{
    bottom: -36px;
}

#popular-brands .brand-logo{
    width:140px;
    height:104px;
    margin-left: auto;
    margin-right: auto;
}
/* End Popular brands */

/* Start leading market */
.leading-market h6{
    height: 49px;
    font-weight: 400;
    font-size: 32px;
    line-height: 49px;
    color: var(--gravel);
}
.leading-market h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    margin-top: 5px;
    border:  2px solid var(--camel);;
}
.leading-market-row .leading-market-card{
    background: var(--white);
    border: 1px solid #DECEB5;
    border-radius: 16px;
    height: 100%;
} 
.leading-market-card .img-fluid{
    background: transparent;
}
.leading-market-card .card-title{
    margin-top: 33px;
    font-weight: 700;
    font-size: 26px;
    line-height: 111.57%;
    text-align: center;
    color: var(--camel);
}
.leading-market-card .card-text{
    margin-top: 9px;
    height: 78px;
    font-weight: 300;
    font-size: 18px;
    line-height: 134.07%;
    text-align: center;
    color: #373737;
} 
/* End Leading Market */


/* Start Buyer Protection */
.buyer-protection {
    background-image: url("../images/buyer-protection.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.buyer-protection .buyer-protection-header{
    height: 61px;
    font-weight: 400;
    font-size: 30px;
    line-height: 61px;
    color: var(--white);
    margin-left: 87px;
}
.buyer-protection .buyer-protection-header::before {
    content: "";
    display: block;
    width: 122px;
    height: 6px;
    margin-top: 37px;
    background: #D9D9D9;
    left: -137px;
    top: 35px;
    position: relative;
}
.buyer-protection ul > li {
    list-style-type: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 181.07%;
    color: var(--white);
    margin-left: 60px;
}
.buyer-protection ul > li >i{
    color: var(--camel);
}
.buyer-protection .btn {
    margin-left: 115px;
    box-sizing: border-box;
    width: 265px;
    height: 46px;
    border: 4px solid var(--camel);
    border-radius: 54px;
    font-weight: 400;
    font-size: 18px;
    line-height: 134.07%;
    color: var(--white);
}
/* End Buyer Protection */

/* Start Explore Ritepen */
.explore-ritepen h6 {
    height: 49px;
    font-weight: 400;
    font-size: 32px;
    line-height: 49px;
    color: var(--gravel);
}
.explore-ritepen h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    margin-top: 5px;
    border:  2px solid var(--camel);
}
.explore-ritepen .card{
    border: none;
    border-radius: 4px;
}
.explore-ritepen .card .img-fluid{
    width: 100%;
    height: 315px;
    background: transparent;
    border: 1px solid #EAEAEA;
}
.recommendation-card .img-fluid,.recently-sold .img-fluid{
    width: 295px;
    height: 315px;
}
/* Start Explore Ritepen */
.explore-ritepen .btn{
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: var(--camel);
    width: 192px;
    height: 50px;
    border: 4px solid var(--camel);
    border-radius: 58px;
} 
/* End Explore Ritepen */

/* Start Popular Model*/
.popular-model{
    margin-top: 58px;
}
.popular-model h6 {
    height: 49px;
    font-weight: 400;
    font-size: 30px;
    line-height: 49px;
    color: var(--gravel);
}
.popular-model h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    margin-top: 5px;
    border:  2px solid var(--camel);
}
.popular-model .btn{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--camel);
    width: 192px;
    height: 50px;
    border: 4px solid var(--camel);
    border-radius: 58px;
} 
/* End Popular Model*/

/* Start Testimony*/
.testimony-card .test-img,.login-testimony .test-img{
    display: block;
    width: 72px !important;
    height: 72px !important;
    border: 1px solid;
}
.testimony {
    background-size: 100% auto;
    background-color: #EDD9BA;
}
.testimony h6 {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 154.57%;
    color: var(--black);
}
.testimony .testimony-card{
    border-radius: 20px;
}
.testimony .card-text{
    
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    color: var(--black);
}
.slick-dots li button:before {
    font-size: 55px;
}
.slick-dots{
    bottom: 14px;
}
#slideshow .slick-next, .slick-prev {
    top: 35%;
}
.testimony .testimony-ul{
    display: flex;
    list-style-type: none;
    margin-top: 40px;
    margin-left: -30px;
}
.testimony .person-name{
    font-family: 'Lato';
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--black);
}
.testimony .person-profession{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--black);
}
.testimony .testimony-ul li{
    list-style: none;
    margin: 0px 3px;
}
.testimony .testimony-line{
    text-align: center;
}
#slideshow .slick-prev:before {
    content: url('../images/left-arrow.svg') !important; 
}
#slideshow .slick-next:before {
    content: url('../images/right-arrow.svg') !important;
}

/* End Testimony*/

/* Start 4 Easy Steps*/
.easy-steps h6 {
    height: 49px;
    font-weight: 400;
    font-size: 33px;
    line-height: 49px;
    color: var(--gravel);
}
.easy-steps h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    margin-top: 5px;
    border:  2px solid var(--camel);;
}
.easy-steps .card {
    border: none;
}
.easy-steps .card .img-fluid{
    background: transparent;
}
.new-easy-steps .card {
    height: 100%; 
}

.new-easy-steps .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; 
}

.new-easy-steps  .card-title {
    margin-bottom: 0; 
}

.easy-steps .card .card-text{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: var(--black);
}
.easy-steps-row {
    position: relative;
}
.easy-steps-no {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 120px;
    top: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 70px;
    line-height: 85px;
    color: #141D21;
    background: var(--white);
    border-radius: 61px;
    z-index: 2;
}
/* End 4 Easy Steps*/

/* Start video section */
.latest-video h6 {
    height: 49px;
    font-weight: 400;
    font-size: 30px;
    line-height: 49px;
    color: var(--gravel);
}
.latest-video h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    margin-top: 5px;
    border:  2px solid var(--camel);;
}

.latest-video .youtube-embed {
	margin: auto;
    cursor: pointer;
	.video-wrapper {
		position: relative;
        overflow: hidden;
		padding-bottom: 56.25%; 
		padding-top: 25px;
		height: 0;
		.video {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	}
}

.latest-video .video {
    z-index: 0;
}

.latest-video button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 18px 25px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.latest-video .hide-button {
    display: none;
}
/* End video section */

/* Footer Start */
.sub-footer .container-fluid{
    background-color: #f3f3f3;
}

footer .top-box{
    width: 100%;
    left: 0px;
    background: #222222;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
} 
footer .col-md-4 .box{
    height: 45px;
    width: 50px;
}
footer .logo-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--white);
    text-align: center;
}
footer .contact-area{
    border-bottom: 2px solid rgba(231, 231, 231, 0.13);
}
footer .container-fluid .contact-area-para{
    text-align: justify;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--white);
}
footer  .details h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--white);
}
footer .container-fluid .details a{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #A9A9A9;
}
footer .container-fluid .details a:hover{
    color: #d0d0d0;
}
footer .details p{
    font-weight: 700;
    font-size: 60px;
    color: var(--white);
}
footer .details  input{
    box-sizing: border-box;
    width: 100%;
    height: 54px;
    background: var(--white);
    border: 1px solid #818181;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}
footer .details  .btn{
    background: var(--camel);
    border-radius: 8px;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: var(--white);
}
footer .social-media-icon{
    background: #303030;
    text-align: center;
}
footer .footer-text{
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    color: var(--white);
    width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 381px){
    .home__search{
        margin-top:-20px;
    }
    .login-testimony .card .person-name {
        font-size: 16px !important;
    }
    #carouselBanner p {
        top: 45px;
        left: 117px;
        font-size: 16px;
        line-height: 20px;
    }
    .search-box .form-control{
        height: 40px !important;
    }
    .input-group .search-div .search-btn{
        right: 4px;
        top: 0px;
        font-size: 18px;
    }
    #carouselBanner .carousel-indicators {
        bottom: -48% !important;
    }
    .explore-ritepen .card-title{
        font-size:16px;
    }
    .carousel-section .form-control::placeholder{
        font-size: 14px;
    } 
    #carouselBanner .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }
    .recommendation .card .card-title,.leading-market-card .card-title,.popular-model .card-title{
        font-size: 16px !important;
    }
    .popular-brands h6{
        font-size: 20px;
    }    
    .leading-market h6 {
        font-size: 20px;
        line-height: 29px;
    }
    .leading-market-card .img-fluid{
        background: none;
    }
    .leading-market-card .card-title{
        margin-top: 9px;
        text-align: center;
    }
    .leading-market-card .card-text, .popular-model .card p {
        font-weight: 300;
        font-size: 12px !important;
    }
    .leading-market-card .card-text {
        margin-top: 8px;
        height: 40px;
        text-align: center;
    }
    .explore-ritepen h6 {
        font-size: 24px;
    }
    .explore-ritepen .card .img-fluid{
        height: 185px;
        background: transparent;
    }
    .recommendation-card .img-fluid{
        height: 185px;
    }
    .recently-sold-card  .img-fluid{
        height: 185px;
    }
    .explore-ritepen .btn{
        border: 2px solid var(--camel);
    } 
    .popular-model h6 {
        font-size: 24px;
    }
    .popular-model .card .img-fluid{
        background: transparent;
    }
    .popular-model .btn{
        border: 2px solid var(--camel);
    } 
    .easy-steps h6{
        font-size: 24px;
    }  
    .latest-video h6 {
        font-size: 20px;
        line-height: 29px;
    }
    .buyer-protection .buyer-protection-header{
        height: 20px;
        font-size: 15px;
        line-height: 20px;
        margin-top: -29px;
        margin-left: 41px;
    }
    .buyer-protection .buyer-protection-header::before {
        left: -137px;
        top: 13px;
    }
    .buyer-protection ul > li {
        font-size: 10px;
        margin-left: 10px;
    }
    .buyer-protection .btn {
        display: none;
    }
    .testimony-card .test-img{
        width: 79px !important;
        height: 55px !important;
    }
    .login-testimony .test-img{
        width: 79px !important;
        height: 74px !important;
    }
    .testimony h6 {
        font-size: 24px;
    }
    .easy-steps-no{
        top: 25px
    }
    .testimony .testimony-card{
        width: 250px;
    }
    footer .details p{
        font-size: 30px;
    }
    footer .logo-text{
        font-size: 14px;
    }
    footer .box {
        height: 35px;
        width: 40px;
    }
    footer  .details .col-md-6 .btn {
        font-size: 1rem;
    }
    footer .container-fluid .contact-area-para {
        font-size: 1rem;
        line-height: 20px;
    }
    #listings .search-box-icon .form-control{
        width: 202px !important;
    }
    .active>.page-link, .page-link.active {
        font-size: 24px !important;
        padding: 1px 16px !important;
    }
    .page-link{
        font-size: 16px !important;
        font-weight: 300 !important;
    }
    .badge-home {
        right: 50px !important;
        top: 10px !important;
    }
}
@media only screen and (min-width: 381px) and (max-width: 481px) {
    .filter-section .filter{
        font-size: 1rem !important;
    }
    .filter-section .items{
        font-weight: 400;
        font-size: 1rem;
        margin-left: 10px;
    }
    .input-group .search-div .search-btn{
        font-size: 23px;
    }
    .search-box .form-control {
        height: 48px !important;
    }
    #carouselBanner .carousel-indicators {
        bottom: -32.5% !important;
    }
    .carousel-section .form-control::placeholder{
        font-size: 17px;
    } 
    #carouselBanner .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }
    #carouselBanner p {
        top: 43px;
        left: 100px;
        font-size: 16px;
        line-height: 25px;
    }
    .popular-brands h6{
        font-size: 20px;
    }    
    .leading-market h6 {
        font-size: 20px;
        line-height: 29px;
    }
    .leading-market-card .img-fluid{
        background: none;
    }
    .leading-market-card .card-title{
        margin-top: 9px;
        font-size: 24px;
        text-align: center;
    }
    .leading-market-card .card-text {
        margin-top: 8px;
        height: 40px;
        font-size: 16px;
        text-align: center;
    }
    .explore-ritepen h6 {
        font-size: 20px;
    }
    .explore-ritepen .card .img-fluid{
        height: 185px;
        background: transparent;
    }
    .recommendation-card .img-fluid{
        width: 175px;
        height: 185px;
    }
    .recently-sold-card  .img-fluid{
        height: 185px;
    }
    .explore-ritepen .btn{
        border: 2px solid var(--camel);
    } 
    .explore-ritepen .card {
        border: 2px solid #EAEAEA;
    }
    .popular-model h6 {
        font-size: 24px;
    }
    .popular-model .card .img-fluid{
        background: transparent;
    }
    .popular-model .btn{
        border: 2px solid var(--camel);
    } 
    .explore-ritepen .card-title{
        font-size:16px;
    }
    .easy-steps h6{
        font-size: 24px;
    }  
    .latest-video h6 {
        font-size: 20px;
        line-height: 29px;
    }
    .buyer-protection .buyer-protection-header{
        height: 20px;
        font-size: 16px;
        line-height: 20px;
        margin-top: -29px;
        margin-left: 41px;
    }
    .buyer-protection .buyer-protection-header::before {
        left: -137px;
        top: 13px;
    }
    .buyer-protection ul > li {
        font-size: 10px;
        margin-left: 10px;
    }
    .buyer-protection .btn {
        display: none;
    }
    .testimony h6 {
        font-size: 24px;
    }
    .easy-steps-no{
        left: 135px;
        top: 20px;
    }
    .testimony .testimony-card{
        width: 250px;
    }
    footer .details p{
        font-size: 30px;
    }
    footer .logo-text{
        font-size: 14px;
    }
    footer .box {
        height: 45px;
        width: 45px
    }
    footer  .details .col-md-6 .btn {
        font-size: 16px;
    }
    footer .container-fluid .contact-area-para {
        font-size: 16px;
        line-height: 20px;
    }
    footer .container-fluid .details p{
        font-size: 30px;
    }
    #listings .search-box-icon .form-control{
        width: 230px !important;
    }
    .active>.page-link, .page-link.active {
        font-size: 24px !important;
        padding: 1px 16px !important;
    }
    .page-link{
        font-size: 16px !important;
        font-weight: 300 !important;
    }
    .badge-home {
        right: 56px !important;
        top: 10px !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 641px) {
    #carouselBanner p{
        line-height: 32px;
    }
    #carouselBanner .carousel-indicators {
        bottom: 7.5% !important;
    }
    .carousel-section .search{
        display: none;
    }
    #carouselBanner .carousel-indicators [data-bs-target]{
        width: 16px;
        height: 16px;
    }
    .carousel-section .form-control::placeholder{
        font-size: 18px;
    } 
    .popular-brands h6{
        font-size: 24px;
    }      
    .leading-market h6 {
        font-size: 24px;
        line-height: 29px;
    }
    .leading-market-card .img-fluid{
        background: none;
    }
    .leading-market-card .card-text {
        margin-top: 8px;
        width: 187px;
        height: 40px;
        font-size: 18px;
        text-align: center;
    }
    .explore-ritepen h6 {
        font-size: 24px;
    }
    .explore-ritepen .card {
        border: 2px solid #EAEAEA;
    }
    .popular-model h6 {
        font-size: 34px;
    }
    .popular-model .card{
        width: 245px !important;
    }
    .easy-steps h6{
        font-size: 34px;
    }
    .latest-video h6 {
        font-size: 24px;
    }
    .buyer-protection .buyer-protection-header{
        height: 20px;
        font-size: 26px;
        line-height: 20px;
        margin-top: -29px;
        margin-left: 50px;
    }
    .buyer-protection .buyer-protection-header::before {
        left: -130px;
        top: 13px;
    }
    .buyer-protection ul > li {
        font-size: 14px;
        margin-left: 18px;
    }
    .buyer-protection .btn {
        margin-left: 60px;
        width: 200px;
        height: 40px;
        border: 2px solid var(--camel);
        font-weight: 400;
        font-size: 18px;
    }
    .testimony h6 {
        font-size: 28px;
    }
    #carouselBanner p {
        top: 70px;
        font-size: 20px;
    }
    .active>.page-link, .page-link.active {
        font-size: 24px !important;
        padding: 1px 16px !important;
    }
    .page-link{
        font-size: 16px !important;
        font-weight: 300 !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 500px) {
    .easy-steps .easy-steps-no {
        left: 155px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 641px) {
    .easy-steps .easy-steps-no {
        left: 164px;
    }
    .input-group .search-div .fa-magnifying-glass{
        font-size: 24px;
    }
    .input-group .search-div .search-btn {
        font-size: 21px;
    }
    .badge-home {
        right: 85px !important;
        top: 10px !important;
    }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
    .easy-steps .easy-steps-no {
        left: 184px;
    }
    .input-group .search-div .fa-magnifying-glass{
        font-size: 1rem;
    }
    .input-group .search-div .search-btn {
        top: -1px;
    }
    .badge-home {
        right: 135px !important;
        top: 10px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 961px) {
    #carouselBanner p {
        left: 245px;
        line-height: 41px;
    }
    
    .easy-steps-no{
        left: 140px;
    }
    .input-group .search-div .fa-magnifying-glass{
        font-size: 1rem;
    }
    .badge-home {
        right: 135px !important;
        top: 10px !important;
    }
}
@media only screen and (min-width: 641px) and (max-width: 961px) {

    #carouselBanner .carousel-indicators {
        bottom: 7.5% !important;
    }
    #carouselBanner .carousel-indicators [data-bs-target]{
        width: 16px;
        height: 16px;
    }
    .carousel-section .form-control::placeholder{
        font-size: 18px;
    } 
    #carouselBanner p {
        top: 75px;
        font-size: 34px;
    }
    .popular-brands h6{
        font-size: 34px;
    }
    .leading-market h6 {
        font-size: 28px;
        line-height: 29px;
    }
    .leading-market-card .card-title{
        margin-top: 14px;
        font-size: 22px;
    }
    .leading-market-card .img-fluid{
        background: none;
    }
    .leading-market-card .card-text {
        margin-top: 8px;
        font-size: 18px;
    }
    .explore-ritepen h6 {
        font-size: 34px;
    }
    .explore-ritepen .btn{
        border: 2px solid var(--camel);
    } 
    .popular-model h6 {
        font-size: 34px;
    }
    .popular-model .btn{
        border: 2px solid var(--camel);
    } 
    .explore-ritepen h6{
        font-size: 34px;
    }
    .buyer-protection .buyer-protection-header{
        height: 20px;
        font-size: 26px;
        line-height: 20px;
        margin-top: -29px;
        margin-left: 50px;
    }
    .buyer-protection .buyer-protection-header::before {
        left: -130px;
        top: 13px;
    }
    .buyer-protection ul > li {
        font-size: 14px;
        margin-left: 18px;
    }
    .buyer-protection .btn {
        margin-left: 60px;
        width: 200px;
        height: 40px;
        border: 2px solid var(--camel);
        border-radius: 54px;
        font-weight: 400;
        font-size: 18px;
    }
    .testimony .testimony-ul {
        margin-left: -50px;
    }
    .testimony h6 {
        font-size: 32px;
        height: 96px;
    }
    footer .container-fluid .details p {
        font-size: 45px;
    }
    footer .container-fluid .details .col-md-2 a {
        font-size: 16px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
    #carouselBanner .carousel-indicators {
        bottom: 7.5% !important;
    }
    #carouselBanner p{
        top: 80px;
    }
    #carouselBanner .carousel-indicators [data-bs-target]{
        width: 20px;
        height: 20px;
    }
    .carousel-section .form-control::placeholder{
        font-size: 20px;
    } 
    
    .popular-brands h6{
        font-size: 30px;
    }
    .explore-ritepen h6 {
        font-size: 30px;
    }
    .explore-ritepen .card {
        border: 2px solid #EAEAEA;
    }
    .testimony .testimony-ul {
        margin-left: -47px;
    }
    .popular-model h6 {
        font-size: 30px;
    }
    .easy-steps h6{
        font-size: 30px;
    }
    .latest-video h6 {
        font-size: 30px;
    }
    .badge-home {
        right: 75px !important;
        top: 10px !important;
    }

}
@media only screen and (min-width: 1025px) and (max-width: 1281px) {
    #carouselBanner .carousel-indicators {
        bottom: 7.5% !important;
    }
    #carouselBanner .carousel-indicators [data-bs-target]{
        width: 20px;
        height: 20px;
    }
    .carousel-section .form-control::placeholder{
        font-size: 20px;
    } 
}

/* Start Signup page */
.signup .card{
    border: 1px solid var(--cloud) !important;
    border-radius: 0;
}
#signin .form-check .form-check-input:checked,#signup .form-check .form-check-input:checked,
#submitReview .form-check .form-check-input:checked{
    background-color: var(--black);
    border-color: var(--black);
}
.or-title {
    color: #1c1c1c;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    color: var(--black);
  }
.title--center-line {
    text-align: center;
    &::before {
        content: "";
        background-color: var(--cloud);
        height: 2px;
        width: 100%;
        margin-right: 1rem;
    }
    &::after {
        content: "";
        background-color: var(--cloud);
        height: 2px;
        width: 100%;
        margin-left: 1rem;
    }
}
.signup .card-body .form-label{
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: var(--black);
}
.signup .card-body .form-control{
    border: 1px solid var(--cloud);
    border-radius: 10px;
}
.signup .card-body .signup-btn {
    font-weight: 700;
    font-size: 18px;
    line-height: 37px;
    background: var(--black);
    color: var(--white);
    border-radius: 10px;
}
.form-check-input[type=checkbox]{
    border: 2px solid var(--black);
    border-radius: 4px !important;
}
.signup .card-body .form-check-label{
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: var(--black);
}
.signup .form-control::placeholder{
    font-weight: 300;
    font-size: 14px;
    line-height: 29px;
    color: var(--black);
}
.signup  .forgot_password{
    text-decoration: underline;
    font-weight: 600 !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: var(--black);
}
.signup .signup-button .btn{
    font-weight: 400;
    line-height: 37px;
    color: var(--black);
    background: var(--white);
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-size: 20px;
}
.signup .signup-row::after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    margin: 25px 0px;
    border: 1px solid var(--cloud);
}
.signup p,.signup a,.footer a{
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: var(--black);
}
.footer a{
    margin-left: 18px;
    font-size: 1rem;
    font-weight: 600;
}
.sigin_and_signup .field-icon {
    font-size: 12px;
}
.input-group-text{
    background: transparent;   
}
.password{
    border-right: 0px !important;
}
@media only screen and (min-width: 320px) and (max-width: 481px) {
    .signup .card{
        border: none !important;
    }
    .footer a {
        margin-left: 10px;
    }
    .signup  .forgot_password{
        font-size: 12px;
    }
    .signup .card-body .form-check-label {
        font-size: 12px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 641px) {
    .signup .card{
        border: none !important;
    }
    .footer a {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 961px) {
    .footer a {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1025px) {
    .footer a {
        margin-left: 10px;
    }
    .sigin_and_signup .field-icon {
        right: 60px;
        top: 170px;
        position: absolute;
        font-size: 12px;
    }
}
/* End Signup page */
/* Start after login Home page  */

/* Start Navbar Section */
.login-navbar-section nav .container-fluid  ul li a{
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    color: var(--black) !important;
}
.login-navbar-section nav .container-fluid .navbar-collapse ul li .login{
    box-sizing: border-box;
    position: relative;
    height: 38px;
    width: 69px;
    top: -9px;
    border: 2px solid var(--camel);
    border-radius: 22px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: var(--camel);
}
.login-navbar-section nav .container-fluid .navbar-collapse ul li .signup{
    position: relative;
    width: 112px;
    height: 38px;
    top: -9px;
    background: var(--camel);
    border-radius: 29px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    color: var(--white);
}
.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}
.navbar-light .navbar-toggler-icon{
    background-image: url('../images/bars.svg');
}
.login-navbar-section .navbar-brand .img-fluid{
    margin-left: -22px;
}  
/* End Navbar */
.login-navbar-section{
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
}
.login-navbar-section nav .container-fluid .navbar-collapse ul li .logo{
    position: relative;
    width: 40px;
    height: 38px;
    top: -9px;
    background: var(--camel);
    border-radius: 29px;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    color: var(--black);
}
.dropdown-toggle::after {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.login-navbar-section .form-control {
    background: var(--white);
    border: 1px solid var(--camel);
    border-radius: 54px !important;
}
.login-navbar-section .input-group .search-div .search-btn {
    position: absolute;
    right: 59px;
    top: -3px;
    color: var(--camel);
    z-index: 32;
    font-size: 20px;
}
.login-navbar-section .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: 48px !important;
    left: -125px;
}
.login-navbar-section .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
.login-navbar-section nav .container-fluid  .logo-top{
    display: none;
}
.second-navbar-section a{
    color:#03181c;
}
.dropdown .dropdown-menu{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 29px;
    border: 1px solid #D9D9D9;
    border-radius: 0;
}
.dropdown-flex .link{
    color: var(--camel);
}
.dropdown-item.active, .dropdown-item:active{
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-flex .link::after{
    content: "";
    display: block;
    width: 65px;
    height: 0px;
    margin-top: 5px;
    border: 1px solid var(--camel);
}
#userDropdown  .show:first-child {
    border-bottom: none;
}

.dropdown .show:first-child  {
    color: var(--camel);
    border-bottom: 1px solid var(--camel);
}
.dropdown .show::after  {
    border: solid var(--camel);
    border-width: 0 2px 2px 0;
}
.nav-link:focus, .nav-link:hover {
    color: var(--camel) !important;
}
#userDropdown .dropdown-toggle:hover::after {
    border: solid var(--black);
    border-width: 0 2px 2px 0;
}
.dropdown-toggle:hover::after {
    border: solid var(--camel);
    border-width: 0 2px 2px 0;
}
.login-navbar-section .dropdown-menu{
    min-width: 18rem !important;
}
/* End Navbar Section */

/* Start Recommendation Section */
.recommendation h6{
    font-weight: 400;
    font-size: 30px;
    line-height: 49px;
    color: var(--gravel);
}
.recommendation h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    margin-top: 5px;
    border:  2px solid var(--camel);
}
.recommendation .card{
    border: 1px solid #DECEB5;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 10px;
}
#recommendation .slick-dots li.slick-active button:before{
    color: var(--fadedOrange) !important;
}
#recommendation .slick-dots{
    bottom: -36px;
}

/* Start Recommendation Section */
#recommendation .slick-dots li.slick-active button:before {
    color: var(--fadedOrange) !important;
}
#recommendation .slick-dots {
    bottom: -36px;
}
#recommendation .slick-prev:before {
    content: url('../images/chevron-left.svg') !important; 
}
#recommendation .slick-next:before {
    content: url('../images/chevron-right.svg') !important;
}
#recommendation .card{
    border: transparent !important;
    border-radius: 0px;
}
#recommendation  .card .img-fluid{
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}
#recommendation  .card .heart,#popular-model  .card .heart{
    color: #373737;
    right: 16px;
    top: 10px;
    font-size: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    &.is-active{
        color: var(--camel);
        transform: scale(1.2);
        transition-duration: 1s;
    };
}

.recommendation.card{
    border: 1px solid #EAEAEA;
    border-radius: 4px;
}
.recommendation .card .img-fluid{
    background: transparent;
}
#recommendation .slick-next{
    right: 0px;
    top: 35%;
}
#recommendation .slick-prev{
    left: -17px;
    top: 35%;
    z-index: 2;
}
.recommendation .form-control {
    display: none;
}
.recommendation .input-group .search-div .search-btn {
    display: none;

}
/* End Recommendation Section */

/* Start Buyer protection after login */
.buyer-protection-login{
    background-image: url("../images/buyer-protection-after-login.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

/* End Buyer protection after login */

/* Start Explore Ritepen after login */
.explore-ritepen .explore-ritepen-rows .card{
    border: transparent !important;
    border-radius: 0px;
}
.explore-ritepen .explore-ritepen-rows .card .img-fluid{
    border-radius: 10px;
}
.explore-ritepen .explore-ritepen-rows .card .card-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 111.57%;
    text-transform: uppercase !important;
    color: var(--black);
}
/* End Explore Ritepen after login */

/* Start Popular model after login */
#popular-model  .card{
    border-radius: 0 !important;
}
#popular-model .slick-prev:before {
    content: url('../images/chevron-left.svg') !important; 
}
#popular-model .slick-next:before {
    content: url('../images/chevron-right.svg') !important;
}
#popular-model .slick-next{
    right: 8px;
    top: 48%;
}
#popular-model .slick-prev{
    left: -12px;
    top: 48%;
    z-index: 2;
}
/* End Popular model after login */

/* Start Ritepen Blog */
.ritepen-blog h6{
    height: 49px;
    font-weight: 400;
    font-size: 30px;
    line-height: 49px;
    color: var(--gravel);
}
.ritepen-blog h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    margin-top: 5px;
    border:  2px solid var(--camel);;
}
.ritepen-blog-row .ritepen-blog-card{
    background: var(--white);
    border: transparent !important;
    border-radius: 0px;
} 
.ritepen-blog-card .img-fluid{
    background: transparent;
}
.ritepen-blog-card .card-title{
    margin-top: 33px;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: var(--gravel);
}
.ritepen-blog-card .card-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    margin-top: 24px;
    border: 1px solid var(--camel);
}
.ritepen-blog-card .card-text{
    margin-top: 9px;
    height: 78px;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    text-align: justify;
    color: var(--gravel);
} 
/* End Ritepen Blog */
.search-box .form-control{
    height: 55px;
}
@media only screen and (min-width: 0px) and (max-width: 481px) {
    .modal .modal-btn-filters,.modal .modal-btn-clear{
        font-size: 22px !important;
    }
    .login-navbar-section ul #userDropdown{
        display:none !important;
    }
    .login-navbar-section{
        box-shadow: none;
    }
    .login-navbar-section nav .container-fluid  .logo-top{
        display: block;
        position: relative;
        width: 40px;
        height: 38px;
        background: var(--camel);
        border-radius: 29px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: var(--black);
        list-style: none;
        text-decoration: none;
    }

    .login-navbar-section .search-box .input-group .form-control{
        display: none;
    }
    .recommendation .form-control {
        display: block;
        background: var(--white);
        border: 1px solid var(--camel);
        border-radius: 54px !important;
        margin-right:0 !important;
        width:0 !important;
    }

.second-navbar-section{
        display: none;
}
    .recommendation h6{
        font-size: 20px;
        
    }
    .recommendation .card .card-title,.leading-market-card .card-title,.popular-model .card-title{
        font-size: 24px;
    }
    .recommendation .card .price{
        font-weight: 700;
        font-size: 16px;
    }
    #recommendation .card .heart, #popular-model .card .heart {
        right: 10px;
        top: 5px;
        z-index: 2;
    }
    .ritepen-blog h6,.ritepen-blog-card .card-title {
        font-size: 24px;
        line-height: 29px;
    }

    .leading-market-card .card-text,.popular-model .card p{
        font-weight: 300;
        font-size: 16px;
    }
    .explore-ritepen .explore-ritepen-rows .card .card-title,.ritepen-blog-card .card-text, #popular-model .card .card-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
    }
    
}
@media only screen and (min-width: 481px) and (max-width: 641px) {
    .search-box .form-control{
        height: 45px;
    }
    .modal .modal-btn-filters,.modal .modal-btn-clear{
        font-size: 22px;
    }
    .login-navbar-section ul #userDropdown{
        display:none !important;
    }
    .login-navbar-section .search-box .input-group .form-control{
        display: none;
    }
    .recommendation h6{
        font-size: 34px;
    }
    .ritepen-blog h6 {
        font-size: 34px;
    }
    .login-navbar-section ul{
        display: none;
    }
    .login-navbar-section{
        box-shadow: none;
    }
    .login-navbar-section nav .container-fluid  .logo-top{
        display: block;
        position: relative;
        width: 40px;
        height: 38px;
        top: 0px;
        background: var(--camel);
        border-radius: 29px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: var(--black);
        list-style: none;
        text-decoration: none;
    }

    .recommendation .form-control {
        display: block;
        background: var(--white);
        border: 1px solid var(--camel);
        border-radius: 54px !important;
        margin-right:0 !important;
        width:0 !important;
    }
 
    .second-navbar-section{
            display: none;
    }
    .recommendation h6{
        font-size: 24px;
    }
    .recommendation .card .card-title,.leading-market-card .card-title,.popular-model .card-title{
        font-size: 24px;
    }
    .recommendation .card .price{
        font-weight: 700;
        font-size: 16px;
    }

    .ritepen-blog h6,.ritepen-blog-card .card-title {
        font-size: 24px;
        line-height: 29px;
    }

    .leading-market-card .card-text,.popular-model .card p{
        font-weight: 300;
        font-size: 16px;
    }
    .explore-ritepen .explore-ritepen-rows .card .card-title,.ritepen-blog-card .card-text, #popular-model .card .card-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
    }
    
}
@media only screen and (min-width: 641px) and (max-width: 961px) {
    .login-navbar-section ul #userDropdown{
        display:none !important;
    }
    .login-navbar-section nav .container-fluid  .logo-top{
        display: block;
        position: relative;
        width: 40px;
        height: 38px;
        background: var(--camel);
        border-radius: 29px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: var(--black);
        list-style: none;
        text-decoration: none;
    }
    .second-navbar-section{
        display: none;
   }
    .login-navbar-section .search-box .input-group .form-control{
        display: none;
    }
    .recommendation h6{
        font-size: 34px;
    }
    .ritepen-blog h6 {
        font-size: 34px;
    }

    .recommendation h6{
        font-size: 24px;
    }
    .recommendation .card .card-title,.leading-market-card .card-title,.popular-model .card-title{
        font-size: 24px;
    }
    .recommendation .card .price{
        font-weight: 700;
        font-size: 16px;
    }
    #recommendation .card .heart, #popular-model .card .heart {
        margin-top: 3px;
        margin-left: 975px;
        z-index: 2;
    }
    .ritepen-blog h6,.ritepen-blog-card .card-title {
        font-size: 24px;
        line-height: 29px;
    }

    .login-navbar-section .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        right: 0px !important;
        left: 0px;
    }
    .leading-market-card .card-text,.popular-model .card p{
        font-weight: 300;
        font-size: 16px;
    }
    .explore-ritepen .explore-ritepen-rows .card .card-title,.ritepen-blog-card .card-text, #popular-model .card .card-text {
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
    }
    
}
@media only screen and (min-width: 961px) and (max-width: 991px) {
    .login-navbar-section nav .container-fluid  .logo-top{
        display: block;
        position: relative;
        width: 40px;
        height: 38px;
        background: var(--camel);
        border-radius: 29px;
        font-weight: 400;
        font-size: 1rem;
        line-height: 20px;
        color: var(--black);
        list-style: none;
        text-decoration: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1025px) {
    .recommendation h6{
        font-size: 30px;
    }
    .ritepen-blog h6 {
        font-size: 30px;
    }
}

/* End after login Home page  */

/* Start Brand Inner Page */
.filter-section .filter{
    background: var(--camel);
    border: 1px solid var(--camel);
    border-radius: 8px;
    color: var(--white);
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
.filter-section i{
    font-size: 30px;
    margin-left: 10px;
}
.filter-section .items{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    text-decoration: none;
    margin-left: 10px;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.modal-title{
    font-weight: 700 ;
    font-size: 32px;
}
.modal .accordion-button::after{
    -webkit-transform: rotate(312deg);
}
.modal .accordion-button:not(.collapsed)::after {
    transform: rotate(42deg) !important;
}
.modal .accordion-item{
    border-bottom: 1px solid var(--camel);
    background: transparent;
}
.modal .modal-btn-filters,.modal .modal-btn-clear{
    font-size: 24px;
}
.modal .accordion-button:not(.collapsed){
    background-color: var(--white);
}
.modal .modal-btn-clear{
    color: #966F33;
    border: 1px solid var(--camel);
}
.modal .btn-close {
    border: 2px solid var(--black);
    opacity: 1;
}
.modal  .accordion-button{
    font-size: 32px !important;
}
#category .form-check-input[type=checkbox] {
    border-radius: 3px;
    border: 1px solid #A9A9A9;
}
.form-check-input:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
#category .form-check-input:checked {
    background-color: var(--camel);
    border-color: var(--camel);
}
 .modal p, .modal .form-check-label,.modal .form-label{
    font-size: 16px !important;
    font-weight: 300 !important;
}
.modal .form-control:focus,.new-listing .form-select:focus {
    border: 2px solid var(--black);
    box-shadow: none;
}
.modal .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.slider {
    -webkit-appearance: none;
    height: 14px;
    outline: none;
    background: linear-gradient(90deg,var(--cloud) 60%,var(--cloud) 60%);
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 22px;
    border: 1px solid rgba(200, 155, 87, 0.25);
    position: relative;
}
.slider::after{
    content: '\0024 100';
    color: #626262;
    font-size: 14px;
    font-weight: 300;
    line-height: 176.07%;
    position: absolute;
    right: 10px;
    top: 14px;
}
.slider::before{
    content: '\0024  0';
    color: #626262;
    font-size: 14px;
    font-weight: 300;
    line-height: 176.07%;
    position: absolute;
    left: 10px;
    top: 14px;
}
.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 22px;
    border: 1px solid rgba(133, 97, 42, 0.35);
    background: var(--camel);
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: var(--camel);
}

.modal #payment-seller p,.modal #payment-seller p{
    font-size: 16px;
    color: var(--black);
}
#payment-seller .form-check-input[type=checkbox] {
    border-radius: 21px !important;
    border: 1px solid var(--cloud);
}
#payment-seller .form-check-input:checked {
    background-color: var(--camel);
    border-color: var(--camel);
}
#payment-seller .form-check-input:checked {
    border-color: var(--fadedOrange);
    background-color: var(--camel);
}
.form-select:focus{
    border: 2px solid var(--black);
    box-shadow: none;
}
#payment-seller .form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23B97816'/%3e%3c/svg%3e");
    width: 46px;
    height: 16px;
}

#payment-seller .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23B97816'/%3e%3c/svg%3e");
}

.recently-sold h6{
    font-weight: 700;
    font-size: 30px;
    line-height: 49px;
    color: var(--gravel);
}
.recently-sold h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    margin-top: 5px;
    border:  2px solid var(--camel);
}

.models .card{
    border: none !important;
}
.models .card .img-fluid{
    border: 1px solid #EAEAEA;
}
.recently-sold li,.recently-sold p{
    font-weight: 400;
    font-size: 20px;
    line-height: 154.57%;
    color: #626262;
}
.questions{
    background-color: #EAEAEA;
    height: auto;
}
.questions .accordion-item .accordion-button.accordion-button{
    background-color: #EAEAEA !important;
}
.accordion-button:focus,.accordion-button:focus{
    color: var(--black);
}
.accordion-button:not(.collapsed){
    color: var(--black);
}
.border-top{
    border-top: 1px solid var(--cloud) !important;
}
.accordion-header .accordion-button{
    font-weight: 400;
    font-size: 20px;
    line-height: 154.57%;
    color: var(--black);
}
.accordion-item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 148.57%;
    color: #626262;
}
.accordion-item{
    border: none;
    background-color: #EAEAEA;
}
.accordion-button:focus{
    border-color: none;
    box-shadow: none;
}
.accordion-button::after{
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 0;
    height: 0;
}
@media only screen and (min-width: 320px) and (max-width: 481px) {
    .recently-sold h6 {
        font-size: 24px;
        line-height: 29px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 641px) {
    .recently-sold h6 {
        font-size: 34px;
        line-height: 29px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 961px) {
    .recently-sold h6 {
        font-size: 34px;
        line-height: 29px;
    }
}

/* Start Brand Inner Page */


/* Start Product Detail Page */

.search-box-mobile .form-control{
    background: var(--white);
    border: 1px solid var(--camel);
    box-shadow: 19px 23px 17px -13px rgba(0, 0, 0, 0.14);
    border-radius: 54px !important;
    width: 100% !important;
}
.search-box-mobile .form-control:focus{
    border: 1px solid var(--camel);
}
.search-box-mobile .input-group .search-div .mobile-btn{
    position: absolute;
    right: 4px;
    top: -3px;
    color: var(--camel);
    z-index: 30;
}
/* Start Product detail */
.product-multiple-images .demo{
    width: 119px !important;
    height: 116px;
}
.productImages .parent {
    height: 600px;
}
.productImages .parent .img-fluid{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.product-detail .brand_logo_detail{
    width: 110px;
    height: 50px
}
.product-detail .slick-prev:before {
    content: url('../images/chevron-left.svg') !important; 
}
.product-detail .slick-next:before {
    content: url('../images/chevron-right.svg') !important;
}
.product-detail .slick-next{
    right: 55px;
    top: 48%;
}
.product-detail .slick-prev{
    left: 37px;
    top: 48%;
    z-index: 2;
}

.product-detail .heart {
    color: #373737;
    top: 10px;
    z-index: 2;
    right: 24px;
    font-size: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    transition: 1s steps(28);
    transition-duration: 0s;
    &.is-active {
        color: var(--camel);
        transform: scale(1.2); 
        transition-duration: 1s;
    }
}

.product-detail .card{
    border: 1px solid var(--camel);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 0;
    object-fit: cover;
}

.product-detail .product-multiple-images .img-fluid{
    border: 1px solid var(--camel);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity:0.3;
    margin-left: 10px;
    cursor: pointer;
}
.product-detail .product-multiple-images .img-fluid:hover{
    opacity:1;
}
.product-detail .product-multiple-images .slick-current{
    opacity : 1;
}
.product-detail .product-multiple-images .img-fluid:first-of-type{
    margin-left: 0px;
}

.product-detail .breadcrumb .breadcrumb-item a{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #696969;
    text-decoration: none;
}
.product-detail .product-heading,.product-detail .product-desc{
    font-size: 24px;
}
.product-detail .product-desc{
    font-size: 18px;
}
.review-star{
    margin-left: -35px;
}
.review-star li{
    list-style-type: none; 
    margin-left: 5px;
}
.fa-star{
    color: var(--cloud) !important;
}
.filled-star{
    color: var(--fadedOrange) !important;
}
.review-star li:first-child{
    font-weight: 400;
    font-size: 30px;
    color: #696969;
}
.review-star li i,.login-testimony .review-star li i{
    margin-left: 5px;
}
.product-detail .review,.product-detail .price{
    font-weight: 400;
    font-size: 18px;
    line-height: 154.07%;
    color: var(--black);
}
.original-price{
    color: var(--black);
    font-weight: 400;
    font-size: 24px;
    line-height: 154.07%;
}
.product-detail .price{
    font-size: 40px;
    line-height: 49px;
}
.product-detail .btn-personlise{
    background: var(--camel);
    border: 1px solid var(--camel);
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--white);
}
.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}
.product-detail .btn-buy{
    background: var(--black);
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--white);
}
.product-detail .btn-seller{
    border: 1px solid var(--black);
    background: var(--white);
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--black);
}
.product-detail .response-time{
    font-weight: 400;
    font-size: 16px;
    line-height: 154.07%;
    color: #A9A9A9;
}
.product-detail .question{
    font-weight: 400;
    font-size: 18px;
    line-height: 154.07%;
    color: var(--black);
}
.product-detail .stock{
    font-weight: 500;
    font-size: 18px;
    color: var(--black);
    line-height: 15px;
}

/* End Product detail */
/* Start Description tab */
.description .nav-link,.details-security .nav-link{
    font-weight: 400;
    font-size: 24px;
    color: #626262;
}
.description .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.details-security .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: transparent;
    background-color: transparent;
    font-weight: 700;
}
.description .nav-tabs .nav-item.show .nav-link,.description .nav-tabs .nav-link.active::after {
    content: "";
    display: block;
    width: 44px;
    border:  2px solid #AB7F3B;
}
.description .nav-tabs,.details-security .nav-tabs{
    border-bottom: 2px solid #D1D1D1;
    border-top: 2px solid #D1D1D1;
}
.description .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.description .nav-link:focus, .nav-link:hover {
    color: var(--camel) !important;
}
.description #highlights ul li{
    font-weight: 400;
    font-size: 20px;
    line-height: 154.57%;
    color: #626262;
}
.description #description-tab p,.details-security .detail-desc{
    font-weight: 400;
    font-size: 20px;
    line-height: 154.57%;
    color: #626262;
}
.description #tech_spec ul {
    font-weight: 400;
    font-size: 20px;
    line-height: 189%;
    color: #626262;
    list-style-type: none;
}
/* End Description tab */

/* Start Detail Security tabs */
.details-security #details .col-head{
    font-weight: 700;
    font-size: 24px;
    line-height: 154.57%;
    color: #626262;
    margin-left: 30px;
}
.details-security #details ul li{
    list-style-type: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 188.57%;
    color: #626262;
}

.details-security #security .card-title,.details-security #security .card-text{
    color: #626262;
    text-align: center;
}
.details-security #security .card{
    border: 1px solid var(--cloud);
    border-radius: 0;
    width: 400px !important;
}
.details-security #security .card-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 125.07%;
}
.details-security #security .card-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 154.57%;

}
.details-security .security-text{
    font-weight: 700;
    font-size: 24px;
    line-height: 154.57%;
    color: #626262;
}
.details-security .nav-tabs .nav-link.active::after {
    content: "";
    display: block;
    width: 44px;
    border: 2px solid #AB7F3B;
}
/* End Detail Security tabs */

/* Start Testimony after login */
.login-testimony .card{
    border: 1px solid #D1D1D1;
    border-radius: 0;
    position: relative;
}
.login-testimony .card .img-fluid{
    border-radius: 50%;
    border: 1px solid #D1D1D1;
}
.login-testimony .image-star{
    margin: 0px 25px;
}
.login-testimony .card .person-name{
    font-family: 'Lato';
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--black);
    position: absolute;
    top: 25px;
    left: 110px;
}
.login-testimony .card .review-star{
    position: absolute;
    top: 45px;
    left: 107px;
}
.login-testimony .review-star li:first-child{
    font-weight: 400;
    font-size: 25px;
    color: #696969;
}
.login-testimony .card .date{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #878686;
    position: absolute;
    right: 45px;
    top: 25px;
}
.login-testimony .card .card-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    color: var(--black);
}
.login-testimony .view-more{
    border: 1px solid var(--camel);
    border-radius: 8px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: var(--camel);
}
.login-testimony .submit-review{
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--white);
}
/* End Testimony after login */

/* Start Performance model */
.performance-model h6{
    font-weight: 400;
    font-size: 30px;
    line-height: 49px;
    color: var(--gravel);
}
.performance-model h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    margin-top: 5px;
    border:  2px solid var(--camel);
}
.performance-model .img-fluid{
    border: 2px solid var(--camel);
    border-radius: 250px;
}
.performance-model .pen-info{
    font-weight: 400;
    font-size: 18px;
    color: var(--black);
    margin: 15px 0px 0px 15px;
}
.performance-model .pen-info .pen-desc{
    font-weight: 600;
    font-size: 18px;
}
.performance-model .nav-tabs .nav-item.show .nav-link, .performance-model .nav-tabs .nav-link.active{
    border-bottom: 2px solid var(--camel);
}
.performance-model .nav-tabs {
    border-bottom: 1px solid #D1D1D1;
}
.performance-model .nav-link{
    font-weight: 400;
    font-size: 18px;
    color: var(--black);
}
/* End Performance model */

/* Start Recentlt sold Section */

.recently-sold h6{
    font-weight: 400;
    font-size: 30px;
    line-height: 49px;
    color: var(--gravel);
}
.recently-sold h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    margin-top: 5px;
    border:  2px solid var(--camel);
}
.recently-sold .card{
    border: 1px solid #DECEB5;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 10px;
}
#recently-sold .slick-dots li.slick-active button:before{
    color: var(--fadedOrange) !important;
}

#recently-sold .slick-dots{
    bottom: -36px;
}

/* Start Recommendation Section */
#recently-sold .slick-dots li.slick-active button:before {
    color: var(--fadedOrange) !important;
}
#recently-sold .slick-dots {
    bottom: -36px;
}
#recently-sold .slick-prev:before {
    content: url('../images/chevron-left.svg') !important; 
}
#recently-sold .slick-next:before {
    content: url('../images/chevron-right.svg') !important;
}
#recently-sold .card{
    border: transparent !important;
    border-radius: 0px;
}
#recently-sold  .card .img-fluid{
    border-radius: 10px;
    border: 1px solid #EAEAEA;

}

.recently-sold.card{
    border: 1px solid #EAEAEA;
    border-radius: 4px;
}
.recently-sold .card .img-fluid{
    background: transparent;
}
#recently-sold .slick-next{
    right: 30px;
    top: 30%;
}
#recently-sold .slick-prev{
    left: -3px;
    top: 30%;
    z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 321px) {
    .productImages .parent {
        height: 340px;
    }

    .product-detail .product-heading,.product-detail .product-desc{
        font-size: 24px;
    }
    .product-detail .product-desc{
        font-size: 18px;
    }
    .product-detail .review-star{
        margin-left: -35px;
    }
    .product-detail .review-star li{
        list-style-type: none; 
        margin-left: 5px;
    }
    .second-navbar-section{
        display: none;
    }

    .product-detail .review-star li i,.login-testimony .review-star li i{
        margin-left: 5px;
    }
    
    .product-detail .price{
        font-size: 40px;
        line-height: 49px;
    }

    .product-detail .breadcrumb-desktop{
        display: none;
    }


    /* End Product detail */

    /* Start Testimony after login */
    .login-testimony .card .review-star{
        position: absolute;
        top: 52px;
        left: 80px;
    }
    .login-testimony .card .date{
        display: none;
    }
    /* End Testimony after login */
    
    /* Start Performance model */
    .performance-model h6{
        font-size: 24px;
        line-height: 29px;
    }
    .performance-model .nav-link{
        font-size: 10px;
    }
    /* End Performance model */
    
    /* Start Recently sold Section */
    
    .recently-sold h6{
        font-size: 24px;
    }

}
@media only screen and (min-width: 321px) and (max-width: 375px) {
    .productImages .parent {
        height: 425px !important;
    }
}
@media only screen and (min-width: 375px) and (max-width: 481px) {
    .productImages .parent {
        height: 500px !important;
    }
}
@media only screen and (min-width: 321px) and (max-width: 481px) {

    .product-detail .product-heading,.product-detail .product-desc{
        font-size: 24px;
    }
    .product-detail .product-desc{
        font-size: 18px;
    }
    .product-detail .review-star{
        margin-left: -35px;
    }
    .product-detail .review-star li{
        list-style-type: none; 
        margin-left: 5px;
    }

    .product-detail .review-star li i,.login-testimony .review-star li i{
        margin-left: 5px;
    }

    .product-detail .price{
        font-size: 40px;
        line-height: 49px;
    }

    .product-detail .breadcrumb-desktop{
        display: none;
    }
    .detail-desc-col {
        margin-left: 32px;
    }

    /* End Product detail */

    /* Start Testimony after login */
    .login-testimony .card .review-star{
        position: absolute;
        top: 52px;
        /* left: 80px; */
    }
    .login-testimony .card .date{
        display: none;
    }

    /* End Testimony after login */
    
    /* Start Performance model */
    .performance-model h6{
        font-size: 24px;
        line-height: 29px;
    }
    .performance-model .nav-link{
        font-size: 10px;
    }
    /* End Performance model */
    
    /* Start Recently sold Section */
    
    .recently-sold h6{
        font-size: 24px;
    }

    .breadcrumb .breadcrumb-item{
        font-size: 14px;
    }
    .search-box-mobile .form-control{
        font-size: 12px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 371px) {
    .breadcrumb .breadcrumb-item{
        font-size: 14px;
    }
    .search-box-mobile .form-control{
        font-size: 12px;
    }
    .login-navbar-section nav .container-fluid .logo-top {
        top: 0px;
        right: -10px;

    }
}
@media only screen and (min-width: 371px) and (max-width: 481px) {

    .product-detail .product-heading,.product-detail .product-desc{
        font-size: 24px;
    }
    .product-detail .product-desc{
        font-size: 18px;
    }
    .product-detail .review-star{
        margin-left: -35px;
    }
    .product-detail .review-star li{
        list-style-type: none; 
        margin-left: 5px;
    }
    .product-detail .review-star li i,.login-testimony .review-star li i{
        margin-left: 5px;
    }
    .product-detail .price{
        font-size: 40px;
        line-height: 49px;
    }
    .product-detail .breadcrumb-desktop{
        display: none;
    }
    /* End Product detail */

    /* Start Testimony after login */
    .login-testimony .card .review-star{
        position: absolute;
        top: 52px;
        /* left: 80px; */
    }
    .login-testimony .card .date{
        display: none;
    }

    /* End Testimony after login */
    
    /* Start Performance model */
    .performance-model h6{
        font-size: 24px;
        line-height: 29px;
    }
    .performance-model .nav-link{
        font-size: 10px;
    }
    /* End Performance model */
    
    /* Start Recently sold Section */
    
    .recently-sold h6{
        font-size: 24px;
    }
}
/* End Recently-Sold Section */

@media only screen and (min-width: 481px) and (max-width: 641px) {
    .product-detail .product-heading,.product-detail .product-desc{
        font-size: 24px;
    }
    .product-detail .product-desc{
        font-size: 18px;
    }
    .product-detail .review-star{
        margin-left: -35px;
    }
    .product-detail .review-star li{
        list-style-type: none; 
        margin-left: 5px;
    }
    .product-detail .review-star li i,.login-testimony .review-star li i{
        margin-left: 5px;
    }
    .product-detail .price{
        font-size: 40px;
        line-height: 49px;
    }
    .product-detail .breadcrumb-desktop{
        display: none;
    }

    .login-testimony .card .review-star{
        position: absolute;
        top: 52px;
    }
    .login-testimony .card .date{
        display: none;
    }
    .performance-model h6{
        font-size: 34px;
        line-height: 29px;
    }
    .performance-model .nav-link{
        font-size: 10px;
    }
    .recently-sold h6{
        font-size: 34px;
        line-height: 29px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 961px) {
    .product-detail .product-heading,.product-detail .product-desc{
        font-size: 24px;
    }
    .product-detail .product-desc{
        font-size: 18px;
    }
    .product-detail .review-star{
        margin-left: -35px;
    }
    .product-detail .review-star li{
        list-style-type: none; 
        margin-left: 5px;
    }
    .product-detail .review-star li i,.login-testimony .review-star li i{
        margin-left: 5px;
    }
    .product-detail .price{
        font-size: 40px;
        line-height: 49px;
    }
    .product-detail .breadcrumb-desktop{
        display: block;
    }

    .login-testimony .card .review-star{
        position: absolute;
        top: 52px;
        left: 105px;
    }
    .login-testimony .card .date{
        display: none;
    }

    .performance-model h6{
        font-size: 34px;
        line-height: 29px;
    }
    .performance-model .nav-link{
        font-size: 16px;
    }
    .recently-sold h6{
        font-size: 34px;
        line-height: 29px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1025px) {
    
    .product-detail .product-desc{
        font-size: 18px;
    }
    .product-detail .review-star{
        margin-left: -35px;
    }
    .product-detail .review-star li{
        list-style-type: none; 
        margin-left: 5px;
    }
    .product-detail .review-star li i,.login-testimony .review-star li i{
        margin-left: 5px;
    }
    .product-detail .price{
        font-size: 40px;
        line-height: 49px;
    }
    .product-detail .breadcrumb-desktop{
        display: block;
    }

    .login-testimony .card .review-star{
        position: absolute;
        top: 52px;
        left: 105px;
    }

    .performance-model h6{
        font-size: 34px;
        line-height: 29px;
    }
    .performance-model .nav-link{
        font-size: 16px;
    }
    .recently-sold h6{
        font-size: 34px;
        line-height: 29px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1281px) {

    .product-detail .review-star li{
        list-style-type: none; 
        margin-left: 5px;
    }
    .product-detail .review-star li i,.login-testimony .review-star li i{
        margin-left: 5px;
    }

    .product-detail .breadcrumb-desktop{
        display: block;
    }

    .login-testimony .card .review-star{
        position: absolute;
        top: 52px;
        left: 105px;
    }
}
/* End Product Detail Page */
.dropdown-flex > li {
    display: inline-block;
}
.tabbable .nav-pills{
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
}

.tabbable .nav-pills .nav-item{
    white-space: nowrap;
}
.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
    white-space: nowrap;
}

 /* Start FAQ Page  */
.brand-banner .img-fluid {
    position: relative;
}

.brand-banner .text-banner{
    position: absolute;
    left: 109px;
    top: 316px;
    font-weight: 700;
    font-size: 45px;
    line-height: 78px;
    text-align: center;
    color: var(--white);
}
.questions-section{
    background-color: transparent;
    height: auto;
}
.questions-section .accordion-item:first-of-type {
    border-top-left-radius: 0px !important; 
    border-top-right-radius: 0px !important;
}
.questions-section .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.questions-section .accordion-item .accordion-button.accordion-button{
    background-color: transparent !important;
}
.accordion-button:focus,.accordion-button:focus{
    color: var(--black);
}
.accordion-button:not(.collapsed){
    color: var(--black);
}
.questions-section .border-top{
    border-top: 1px solid var(--cloud) !important;
}
.questions-section .accordion-item{
    background:transparent
}
.accordion-button:not(.collapsed)::after{
    transform: rotate(221deg) !important;
}
@media only screen and (min-width: 0px) and (max-width: 380px){
    .product-multiple-images .demo{
        width: 78px !important;
        height: 78px;
    }
    .brand-banner .text-banner{
        left: 23px;
        top: 213px;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
    }
    
}
@media only screen and (min-width: 380px) and (max-width: 481px) {
    .product-multiple-images .demo{
        width: 78px !important;
        height: 78px;
    }
    .brand-banner .text-banner{
        top: 142px;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 641px) {
    .product-multiple-images .demo{
        width: 78px !important;
        height: 78px;
    }
    .brand-banner .text-banner{
        top: 142px;
        font-weight: 700;
        font-size: 28px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 961px) {
    .brand-banner .text-banner{
        top: 175px;
        font-weight: 700;
        font-size: 50px;
    }
}

/* End FAQ Page  */

/* Start Professional Dealer Page */
.seller h6{
    font-weight: 400;
    font-size: 30px;
    line-height: 49px;
    color: var(--gravel);
}
.seller h6::after {
    content: "";
    display: block;
    width: 69px;
    height: 0px;
    margin-top: 5px;
    border: 2px solid var(--camel);
}
.seller .img-fluid{
    border: 2px solid var(--black);
    border-radius: 92px;
}
.seller .seller-user-head,.seller .seller-user-desc{
    font-size: 24px;
    line-height: 154.57%;
    color: #626262;
}
.seller .seller-user-head{
    font-weight: 700;
}
.seller .seller-user-desc{
    font-weight: 400;
}
.seller .seller-head-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 188.57%;
    color: #626262;
}
.seller .progress{
    background: #EBEBEB;
    border-radius: 35px;
    height: 10px;
}
.seller .progress-bar{
    background: var(--black) !important;
}

.seller .form-select,.seller label{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: var(--black);
}
.seller .review-text,.seller .seller-desc{
    font-weight: 400;
    font-size: 20px;
    color: #626262;
}
.seller .rating{
    font-weight: 700;
    font-size: 30px;
    color: #626262;
    margin-left: 10px;

}
.seller .seller-star{
    font-weight: 400;
    font-size: 20px;
    color: #626262;
    line-height: 16px;
}
@media(max-width: 481px) {
    .seller .container{
        margin-left: 30px;
    }
    .seller h6{
        font-size: 24px;
        line-height: 29px;
    }
    .seller h6::after {
        width: 54px;
    }
    .shipping-info{
        margin-left: -1px;
    }

    .seller .seller-user-head,.seller .seller-user-desc{
        font-size: 16px;
        line-height: 29px;
    }

    .seller .progress{
        height: 8px;
    }
    .seller .progress-bar{
        background: var(--black) !important;
    }
    .seller .form-select,.seller label{
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
        color: var(--black);
    }
    .seller .review-text,.seller .seller-desc{
        font-size: 16px;
    }
    .seller .rating{
        font-weight: 700;
        font-size: 30px;
        color: #626262;
        margin-left: 10px;
    
    }
    .seller .seller-star{
        font-size: 16px;
        line-height: 15px;
    }
    .seller .seller-head-title{
        font-size: 16px;
    }
    .seller .professional-form{
        display: none;
    }
}

 /* End Professional Dealer Page */

 /* Start Inks & Refills page */
.explore-ink-card .img-fluid{
    border: 1px solid #DECEB5;
    border-radius: 16px;
}
 /* End Inks & Refills page */

 /* Start Private Seller detail */
.seller .btn-contactus{
    background: var(--black);
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--white);
}
 /* Start Private Seller detail */


 /* Start Seller Page */
.pen-description .card{
    border: transparent;
}
.pen-description .card .img-fluid{
    border: 1px solid var(--cloud);
    border-radius: 15px;
}
.pen-description h6{
    color: var(--black);
    font-size: 30px;
    font-weight: 700;
    line-height: 154.57%;
}
.pen-description h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    float: center;
    margin: 5px auto auto;
    border: 2px solid var(--camel);
}
.pen-description ul li{
    color: var(--black);
    font-size: 24px;
    line-height: 172.57%;
    text-align: justify;
}
/* End Pen description Section */

/* Start Detail Seller Section */
.detail h6{
    color: var(--black) !important;
    font-weight: 700 !important;
    line-height: 154.57%;
    text-align: center;
}
.detail p{
    color: var(--black);
    font-size: 24px;
    line-height: 172.57%;
}
.detail b{
    color: var(--black);
    font-size: 24px;
    line-height: 172.57%;
}
.detail .percent{
    border-radius: 50%;
    border: 4px solid #72C61E;
    font-size: 16px;
}

/* End Detail Seller Section */
/* Start Recent View Section */
.recent-view h6{
    font-weight: 400;
    font-size: 30px;
    line-height: 49px;
    color: var(--gravel);
    text-align: center;
}
.recent-view h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    border:  2px solid var(--camel);
    margin: 5px auto auto;
}
.recent-view .card{
    border: 1px solid #DECEB5;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 10px;
}
.recent-view .view-listings{
    color: var(--black);
    font-size: 24px;
    border-radius: 8px;
    border: 1px solid var(--black);
}
/* End Recent View Section */

/* Start Dispute resolution */
.dispute-resoultion h6{
    font-weight: 400;
    font-size: 30px;
    line-height: 49px;
    color: var(--gravel);
}
.dispute-resoultion h6::after {
    content: "";
    display: block;
    width: 122px;
    height: 0px;
    border:  2px solid var(--camel);
    margin: 5px auto auto;
}
.dispute-resoultion p{
    color: var(--black);
    font-size: 24px;
    line-height: 172.57%;
    text-align: justify;
}
.detail .seller-recommend{
    margin: 20px;
}
.detail a{
    color: var(--black);
}
.dispute-resoultion .accordion-button:not(.collapsed){
    background: transparent;
}
.dispute-resoultion .accordion-item .accordion-button.accordion-button{
    background-color: var(--white) !important;
}
.dispute-resoultion .accordion-item{
    background-color:  var(--white) !important;
}

/* Start Dispute resolution */

@media only screen and (min-width: 0px) and (max-width: 321px) {
    .pen-description .card .img-fluid{
        border-radius: 12px;
    }
    .pen-description h6{
        font-size: 24px;
    }
    .pen-description h6::after {
        width: 94px;
        border: 2px solid var(--camel);
    }
    .pen-description ul li{
        font-size: 16px;
    }
    .detail p{
        font-size: 16px;
    }
    .detail b{
        font-size: 16px;
    }
    .detail .percent{
        border-radius: 400px;
        border: 4px solid #72C61E;
    }
    .detail ul li{
        font-size: 16px !important;
    }
    .detail .seller-recommend{
        margin: 12px;
    }
    .recent-view h6{
        font-size: 24px;
        text-align: left;
    }
    .recent-view h6::after {
        width: 122px;
        margin: 0px 0px 0px 0px;
    }
    .recent-view .card{
        border: 1px solid #DECEB5;
        border-radius: 8px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .dispute-resoultion h6{
        font-weight: 700;
        font-size: 24px;
        line-height: 119.07%;
    }
    .dispute-resoultion h6::after {
        width: 0px;
        height: 0px;
        border: 0;
    }
    .dispute-resoultion p{
        font-size: 16px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 481px) {
    .pen-description .card .img-fluid{
        border-radius: 12px;
    }
    .pen-description h6{
        font-size: 24px;
    }
    .pen-description h6::after {
        width: 94px;
        border: 2px solid var(--camel);
    }
    .pen-description ul li{
        font-size: 16px;
    }
    .detail p{
        font-size: 16px;
    }
    .detail b{
        font-size: 16px;
    }

    .detail ul li{
        font-size: 16px !important;
    }
    .detail .seller-recommend{
        margin: 12px;
    }
    .recent-view h6{
        font-size: 24px;
        text-align: left;
    }
    .recent-view h6::after {
        width: 122px;
        margin: 0px 0px 0px 0px;
    }
    .recent-view .card{
        border: 1px solid #DECEB5;
        border-radius: 8px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .dispute-resoultion h6{
        font-weight: 700;
        font-size: 24px;
        line-height: 119.07%;
    }
    .dispute-resoultion h6::after {
        width: 0px;
        height: 0px;
        border: 0;
    }
    .dispute-resoultion p{
        font-size: 16px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 641px) {
    .pen-description .card .img-fluid{
        border-radius: 12px;
    }
    .pen-description h6{
        font-size: 34px;
    }
    .pen-description h6::after {
        width: 94px;
    }
    .pen-description ul li{
        font-size: 16px;
    }
    .detail p{
        font-size: 16px;
    }
    .detail b{
        font-size: 16px;
    }

    .detail ul li{
        font-size: 16px !important;
    }
    .detail .seller-recommend{
        margin: 12px;
    }
    .recent-view h6{
        font-size: 34px;
    }
    .recent-view h6::after {
        width: 122px;
    }
    .recent-view .card{
        border: 1px solid #DECEB5;
        border-radius: 8px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .dispute-resoultion h6{
        font-weight: 700;
        font-size: 34px;
        line-height: 119.07%;
    }

    .dispute-resoultion p{
        font-size: 16px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 961px) {
    .detail .seller-recommend{
        margin: 1px 0px -24px 10px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1025px) {

    .detail .seller-recommend{
        margin: 1px 0px -24px 10px;
    }
}
 /* End Seller Page */

/* Start Message to Seller  */
.message-seller p{
    color: var(--black);
    font-size: 60px;
    font-weight: 700;
}
.message-seller .message::after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    margin-top: 5px;
    border: 1px solid #EAEAEA;
}
.message-seller .card{
    border: none;
}
.message-seller .card-title{
    color: var(--black);
    font-size: 34px;
}
.message-seller label,.message-seller .pay-msg,.message-seller button{
    color: var(--black);
    font-size: 16px;
    font-weight: 300;
}
@media only screen and (min-width: 0px) and (max-width: 481px) {
    .message-seller p{
        font-size: 24px;
    }
    .message-seller .message::after {
        border: none;
    }
    .message-seller .card-title{
        font-size: 24px;
    }
    .message-seller label,.message-seller .pay-msg,.message-seller button{
        font-size: 16px;
    }
    .message-seller .form-control,.message-seller .form-select{
        border-radius: 12px;
        border: 1px solid var(--cloud);
    }
}
@media only screen and (min-width: 481px) and (max-width: 641px) {
    .message-seller p{
        font-size: 34px;
    }
    .message-seller .card-title{
        font-size: 34px;
    }
    .message-seller label,.message-seller .pay-msg,.message-seller button{
        font-size: 20px;
    }
    .message-seller .form-control,.message-seller .form-select{
        border-radius: 12px;
        border: 1px solid var(--cloud);
    }
}
@media only screen and (min-width: 641px) and (max-width: 961px) {
    .message-seller p{
        font-size: 30px;
    }
    .message-seller .card-title{
        font-size: 34px;
    }

}
/* End Message to Seller Page */

/*Start  Seller Section */
/* Start Login Page */
.login_section{
    background: var(--black);
    height: 100vh;
}
.login_section .card{
    border: 1px solid #BEBEBE;
    background: var(--black);
}
.login_section .card-title{
    color: var(--white);
    font-size: 32px;
    text-align: center;
    text-transform: uppercase !important;
}
.login_section label{
    color: var(--white);
    font-size: 16px;
}
.login_section .form-control{
    border-radius: 12px;
    border: 1px solid var(--cloud);
    background: transparent;
}
.login_section .form-control:focus{
    border: 2px solid var(--camel);
}
.input-group-text:focus{
    border: 2px solid var(--camel);
}
.login_section .login-btn{
    border-radius: 8px;
    border: 1px solid var(--camel);
    background: var(--camel);
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
}
.login_section .login-btn:active{
    border: 1px solid var(--camel);
    background: var(--camel);
    color: var(--black);
}
.login_section a{
    color: var(--white);
    font-size: 16px;
}
.login_section a:hover{
    color: var(--camel);
}
/* End Login Page */

/* Start Message Page */
.logo-name{
    display: block;
    position: relative;
    width: 40px;
    height: 38px;
    top: 0px;
    background: var(--camel);
    border-radius: 29px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    list-style: none;
    text-decoration: none;
}

.logo-name:active{
    background: var(--camel);
    border:1px solid var(--camel);
}
.tabs-section .nav-tabs{
    border: none;
}
.tabs-section .nav-list .active::after {
    content: "";
    display: block;
    width: 68px;
    margin-top: 2px;
    border:  1px solid var(--camel);
}
.tabs-section .nav-tabs .nav-item.show .nav-link,.tabs-section .nav-tabs .nav-link.active {
    color: var(--camel);
    font-size: 16px;
}
.tabs-section .nav-tabs .nav-link:hover{
    color: var(--camel) !important;
}
.tabs-section .nav-link{
    color: var(--black);
    font-size: 16px;
}
.tabs-section #messages-tab .outer-card{
    border-radius: 13px;
    border: 1px solid #E2E2E2;
    background: var(--white); 
    height: 535px;
}
.chat-box{
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden !important;
    padding-bottom: 60px
}
.chat-box::-webkit-scrollbar {
    width: 3px; 
    border-radius: 13px;
}

.chat-box::-webkit-scrollbar-thumb {
    background-color: rgba(179, 181, 183, 0.20);
}
.seller-msg .chat-box-detail{
    margin-right: -4px;
    margin-top: -4px;
    overflow-y: auto;
    overflow-x: hidden !important;
    padding-bottom: 60px;
    height: 372px;
}
.chat-box-detail{
    margin-right: -12px;
    padding-right: 8px;
    overflow-y: auto;
    overflow-x: hidden !important;
    padding-bottom: 60px;
    height: 300px;
}
.chat-box-detail-mobile{
    margin-right: -12px;
    padding-right: 8px;
    overflow-y: auto;
    overflow-x: hidden !important;
    padding-bottom: 60px;
    height: 480px;
}
/* .chat-box-detail::-webkit-scrollbar {
    width: 10px; 
    border-radius: 13px;
} */

.message-seller-chat{
    background: #F3F3F3;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 171.523%;
    border-radius: 0;
}
.message-seller-chat img{
    border: 1px solid #C6C6C6;
    background-color: rgb(211,211,211);
    border-radius: 0 !important;
}
.chat-box-detail::-webkit-scrollbar-thumb,.seller-msg .chat-box-detail::-webkit-scrollbar-thumb{
    background-color: rgba(179, 181, 183, 0.20);
}



.tabs-section .date-time{
    color: #656565;
    font-size: 16px;
    font-family: 'Inter';
    line-height: 171.523%;
}
.tabs-section .message-user{
    background: #B8E2FF;
    padding: 10px;
    margin-top: 18px;
    color: var(--black);
    font-size: 16px;
    line-height: 171.523%;
}
@media only screen and (min-width: 0px) and (max-width: 381px){
    .tabs-section .nav-tabs .nav-item.show .nav-link,.tabs-section .nav-tabs .nav-link.active,.tabs-section .nav-link {
        font-size: 16px;
    }
    .chat-box{
        padding-bottom: 20px;
    }
    .chat-box-detail{
        padding-bottom: 35px;
    }
    .message-seller-chat{
        font-size: 14px;
    }
    .seller-msg .type-message{
        width: 302px;
    }
    .tabs-section .time{
        font-size: 8px;
        margin-top: 18px;
    }
    
    .tabs-section .active-now,.tabs-section .date-time,.tabs-section .message-user{
        font-size: 12px;
    }
    .tabs-section .active-now::before{
        padding: 0px 0px 0px 12px;
    }
}
@media only screen and (min-width: 381px) and (max-width: 442px) {
    
    .tabs-section .nav-tabs .nav-item.show .nav-link,.tabs-section .nav-tabs .nav-link.active,.tabs-section .nav-link {
        font-size: 18px;
    }
    .chat-box{
        padding-bottom: 20px;
    }
    .chat-box-detail{
        padding-bottom: 35px;
    }
    .message-seller-chat{
        font-size: 14px;
    }

    .tabs-section .active-now,.tabs-section .date-time,.tabs-section .message-user{
        font-size: 14px;
    }
    .tabs-section .active-now::before{
        padding: 0px 0px 0px 12px;
    }
}
@media only screen and (min-width: 442px) and (max-width: 481px) {
    .tabs-section .nav-tabs .nav-item.show .nav-link,.tabs-section .nav-tabs .nav-link.active,.tabs-section .nav-link {
        font-size: 18px;
    }
    .chat-box{
        padding-bottom: 20px;
    }
    .chat-box-detail{
        padding-bottom: 35px;
    }
    .message-seller-chat{
        font-size: 14px;
    }
    .seller-msg .type-message{
        width: 456px;
    }
    .tabs-section .time{
        font-size: 8px;
        margin-top: 18px;
    }

    .tabs-section .active-now,.tabs-section .date-time,.tabs-section .message-user{
        font-size: 14px;
    }
    .tabs-section .active-now::before{
        padding: 0px 0px 0px 12px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 641px) {
    .tabs-section .nav-tabs .nav-item.show .nav-link,.tabs-section .nav-tabs .nav-link.active,.tabs-section .nav-link {
        font-size: 18px;
    }
    .chat-box{
        padding-bottom: 20px;
    }
    .chat-box-detail{
        padding-bottom: 35px;
    }
    .message-seller-chat{
        font-size: 14px;
    }
    .seller-msg .type-message{
        width: 516px;
    }
    .tabs-section .time{
        font-size: 8px;
        margin-top: 18px;
    }
    
    .tabs-section .active-now,.tabs-section .date-time,.tabs-section .message-user{
        font-size: 14px;
    }
    .tabs-section .active-now::before{
        padding: 0px 0px 0px 12px;
    }
}


@media only screen and (min-width: 641px) and (max-width: 961px) {
    .tabs-section .nav-tabs .nav-item.show .nav-link,.tabs-section .nav-tabs .nav-link.active,.tabs-section .nav-link {
        font-size: 18px;
    }
    .chat-box{
        padding-bottom: 20px;
    }
    .chat-box-detail{
        padding-bottom: 35px;
    }
    .message-seller-chat{
        font-size: 14px;
    }
    
    .tabs-section .time{
        font-size: 8px;
        margin-top: 18px;
    }
    
    .tabs-section .profile{
        width: 65px !important;
        height: 65px !important;
    }
    .tabs-section .active-now,.tabs-section .date-time,.tabs-section .message-user{
        font-size: 14px;
    }
    .tabs-section .active-now::before{
        padding: 0px 0px 0px 12px;
    }
}


/* Start listing */
#listings .card{
    border-radius: 16px;
    border: 1px solid #CBCBCB;
}
#listings .card-title{
    color: #010101;
    font-size: 36px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 171.523%;
}
#listings .card-text{
    color: #626262;
    font-size: 24px;
    font-weight: 300;
    line-height: 123.57%;
}

.table-header{
    color: #626262;
    font-size: 24px;
    font-weight: 300;
    line-height: 123.57%;
}
.product-name{
    color: #626262;
    font-size: 16px;
    line-height: 123.57%;
}
.product-desc{
    color: #626262;
    font-size: 14px;
    font-weight: 300;
    line-height: 123.57%;
}
.product-text{
    color: #626262;
    font-size: 16px;
    font-weight: 700;
    line-height: 141.57%;
}
.colored-row{
    border: 1px solid #EFEFEF;
    background: #F8F8F8;
}

#listings .icon-num{
    color: #626262;
    font-size: 12px;
    font-weight: 300;
    line-height: 123.57%;
    padding-left: 10px;
}
#listings .icon-num-first{
    padding-left: 0px; 
}
.order-header,.order-date,.cancel,.processing,.pending,.create-list,.order-total,.completed,.order-no{
    font-size: 24px;
    line-height: 123.57%;
}
.create-list{
    background-color: white;
    border-radius: 40px;
    border: 2px solid var(--camel);
    color: var(--camel);
    font-size: 28px;
    font-weight: 300;
    position: absolute;
    left: 1060px;
}
.create-list:hover{
    color:var(--camel);
}
.pending{
    color: #626262;
    border-radius: 14px;
    background: #E5E5E5;
}
.processing,.completed{
    color: var('--clover-green');
    border-radius: 14px;
    background: #C6E1C6;
}
.cancel{
    color: #626262;
    border-radius: 14px;
    background: #FFC3C3;
}
.order-header,.order-no{
    color: #0083FD;
}
.order-date{
    color: #626262;
}
.order-total{
    color: #626262;
}

.search-box-icon .form-control{
    border-radius: 46px !important;
    border: 1px solid var(--cloud);
    background: var(--white);
}
.search-box-icon .search-div .search-btn {
    top: 0px;
    z-index: 10;
}
.pagination .number{
    color: #626262;
    font-size: 24px;
    font-weight: 300;
    line-height: 123.57%;
    margin: 0px 6px;
}
.pagination .active{
    font-size: 40px;
    font-weight:600;
    border-radius: 50%;
    border: 1px solid var(--black);
    color: var(--black);
    position: relative;
    top: -15px;
    margin-right: 2px;
}
.listings-number p{
    color: #626262;
    font-size: 24px;
    font-weight: 300;
    line-height: 123.57%;
}
.listings-number .number{
    border-radius: 4px;
    border: 1px solid var(--cloud);
    background: var(--white);
}
/* Start New Listing Page */
.new-listing .outer{
    border: 1px solid #EAEAEA;
    background: var(--white);
}
.list-heading,.list-desc,.new-listing .form-label,.new-listing .form-control::placeholder,
.new-listing .form-select,.new-listing .form-check,.new-listing .nav-link{
    color: #626262 !important;
    line-height: 123.57%;
    text-align: justify;
}
.new-listing .form-check-input:checked{
    background-color: var(--camel);
}
.list-heading{
    font-size: 32px;
    font-weight: 700;
}
.list-desc,.new-listing .form-label,.new-listing .form-control::placeholder,.new-listing .form-select,
.new-listing .form-check,.new-listing .nav-link
{
    font-size: 24px;
}
.new-listing .form-control,.new-listing .form-select{
    border-radius: 8px;
    border: 1px solid #CCC;
    height: 60px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}
.select2-container .select2-selection--single{
    padding-top: 12px;
    padding-left: 4px; 
    height: 60px !important;
    font-size: 24px;
}
.select2-container--default .select2-selection--single{
    border-radius: 8px !important;
    border: 1px solid #CCC !important;
}
.select2-container .select2-selection--multiple{
    padding-top: 12px;
    padding-left: 4px; 
    height: 60px !important;
}
.select2-container--default .select2-selection--multiple{
    border-radius: 8px !important;
    border: 1px solid #CCC !important;
}

.select2-container .select2-results__option {
    color: #333; 
    padding: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: var(--camel); 
}
.select2-container .select2-results__option:hover {
    background-color: var(--camel); 
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--camel); 
    color: #fff; 
    border: 1px solid var(--camel); 
    border-radius: 4px;
    padding: 2px 6px; 
    margin-right: 5px; 
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background-color: var(--camel); 
    color: #fff; 
    border: 1px solid var(--camel); 
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.image-container {
    position: relative;
    padding-top: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    height: 140px;
    margin-right: 18px;
    margin-left: 14px;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
}

.remove-button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--camel);
    border-radius: 50%;
    color: #fff;
    padding: 0px 5px;
    cursor: pointer;
}

 /* Style the file input container */
.custom-file-input-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: var(--camel);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Style the file input button */
.custom-file-input-button {
    display: inline-block;
    padding: 10px 20px;
}

/* Hide the actual file input */
#imageInput {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#singleSelect-error{
    position: absolute;
    top: 107px;
    left: 13px;
    margin-top: -1px;
}
#country-select-error{
    position: absolute;
    top: 98px;
    left: 13px;
    margin-top: -1px; 
}
.new-listing .form-check-input[type=checkbox] {
    border-radius: 8px;
    border: 1px solid #CCC;
}
.new-listing .nav-link{
    font-weight: 700;
}
.new-listing .nav-tabs{
    border-bottom: none;
}
.new-listing .form-btn{
    font-size: 32px;
    font-weight: 700;
    line-height: 123.57%;
    border-radius: 8px;
}
#listings .search-box-icon .form-control{
    height: 40px;
    width: 290px;
}
.new-listing  .nav-tabs .nav-link.active::after{
    content: "";
    display: block;
    width: 86px;
    border:  2px solid #626262;
    margin-top: 5px;
}
.form-control:focus {
    box-shadow: none;
    border: 2px solid var(--black);
}
.new-listing .list-desc a{
    color: #00A4FF;
    text-decoration: none;
}
.upload-img-container .wrapper{
    height: 300px;
    background: var(--white);
    border: 1px dashed var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.wrapper .image{
    position: absolute;
    height: 100%;
    width:100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.wrapper .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: none;
}
.wrapper .text{
    color: #626262;
    font-size: 24px;
    line-height: 123.57%;
}
.wrapper #cancel-btn{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
    display: none;
    z-index: 20;
    color: var(--camel);
}
.wrapper .file-name{
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: var(--white);
    padding: 8px 0;
    font-size: 24px;
    background: #626262;
    text-align: center;
    display: none;
    z-index: 10;
}
@media only screen and (min-width: 0px) and (max-width: 481px) {
    .multibuttons{
        font-size: 12px;
    }
    .new-listing .outer{
        border: none;
    }
    .list-heading{
        font-size: 24px;
        font-weight: 700;
    }
    .list-desc,.new-listing .form-label,.new-listing .form-control::placeholder,.new-listing .form-select,
    .new-listing .form-check,.new-listing .nav-link
    {
        font-size: 16px;
    }
    .new-listing .form-control,.new-listing .form-select{
        height: 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 6px;
    }
    .select2-container .select2-selection--single{
        padding-top: 3px;
        padding-left: 1px; 
        height: 40px !important;
    }
    .select2-container .select2-selection--multiple{
        padding-top: 3px;
        padding-left: 1px; 
        height: 40px !important;
    }

    .new-listing .form-btn{
        font-size: 24px;        
    }
    .new-listing  .nav-tabs .nav-link.active::after{
        border:  1px solid #626262;
    }
    .wrapper .text{
        font-size: 16px;
    }
    /* Listing Page */
    .order-header,.order-date,.cancel,.processing,.pending,.create-list,.order-total,.completed{
        font-size: 12px;
    }
    .create-list{
        border-radius: 50%;
        font-size: 16px;
        position: absolute;
        left: 265px;
        padding-top: 5px;
        padding-left: -3px;
        width: 40px !important;
        height: 36px;
    }
    .search-box-icon .search-div .search-btn {
        display: block !important;
    }
    .pagination .number{
        font-size: 12px;
        margin: 6px 3px 0px 8px;
    }

    .listings-number p{
        font-size: 16px;
    }
    .listings-number .number{
        height: 43px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 641px) {
    .new-listing .outer{
        border: none;
    }
    .list-heading{
        font-size: 24px;
        font-weight: 700;
    }
    .list-desc,.new-listing .form-label,.new-listing .form-control::placeholder,.new-listing .form-select,
    .new-listing .form-check,.new-listing .nav-link
    {
        font-size: 16px;
    }
    .new-listing .form-control,.new-listing .form-select{
        height: 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 6px;
    }
    .select2-container .select2-selection--single{
        padding-top: 3px;
        padding-left: 1px; 
        height: 40px !important;
    }
    .select2-container .select2-selection--multiple{
        padding-top: 3px;
        padding-left: 1px; 
        height: 40px !important;
    }

    .new-listing .form-btn{
        font-size: 24px;        
    }
    .new-listing  .nav-tabs .nav-link.active::after{
        border:  1px solid #626262;
    }
    .wrapper .text{
        font-size: 16px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 961px) {

    .list-heading{
        font-size: 24px;
        font-weight: 700;
    }
    .list-desc,.new-listing .form-label,.new-listing .form-control::placeholder,.new-listing .form-select,
    .new-listing .form-check,.new-listing .nav-link
    {
        font-size: 16px;
    }
    .new-listing .form-control,.new-listing .form-select{
        height: 40px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 6px;
    }
    .select2-container .select2-selection--single{
        padding-top: 3px;
        padding-left: 1px; 
        height: 40px !important;
        font-size: 16px;
    }
    .new-listing .form-btn{
        font-size: 24px;        
    }
    .new-listing  .nav-tabs .nav-link.active::after{
        border:  1px solid #626262;
    }
    .wrapper .text{
        font-size: 16px;
    }
}
/* End New Listing Page */

/* Start Revenue Calculator Section */
#revenue-calculator .title,#revenue-calculator .card-title,#revenue-calculator .card-text,#revenue-calculator .form-select{
    line-height: 123.57%;
}
#revenue-calculator .title{
    color: #626262;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}
#revenue-calculator .form-select:focus{
    border: 2px solid var(--black);
    box-shadow: none;
}
#revenue-calculator .card{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#revenue-calculator .card-title{
    color: #626262;
    font-size: 60px;
    font-weight: 400;
}
#revenue-calculator .card-text{
    color: #626262;
    font-size: 32px;    
    font-weight: 400;
}
#revenue-calculator .form-select{
    color: #626262;
    font-size: 24px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid var(--cloud);
    background: var(--white);
}
@media only screen and (min-width: 0px) and (max-width: 481px) {
    #revenue-calculator .title{
        font-size: 24px;
    }
    #revenue-calculator .card-title{
        font-size: 30px;
    }
    #revenue-calculator .card-text{
        font-size: 32px;    
    }
    #revenue-calculator .form-select{
        font-size: 16px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 641px) {
    #revenue-calculator .title{
        font-size: 24px;
    }
    #revenue-calculator .card-title{
        font-size: 30px;
    }
    #revenue-calculator .card-text{
        font-size: 32px;    
    }
    #revenue-calculator .form-select{
        font-size: 16px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 961px) {
    #revenue-calculator .title{
        font-size: 24px;
    }
    #revenue-calculator .card-title{
        font-size: 30px;
    }
    #revenue-calculator .card-text{
        font-size: 32px;    
    }
    #revenue-calculator .form-select{
        font-size: 16px;
    }
    .order-header, .order-date, .cancel, .processing, .pending, .create-list, .order-total, .completed, .order-no{
        font-size: 18px;
    }
}
/* End Revenue Calculator Section */

/* Start More Section -Reviews */

.notification{
    position: relative;
}
.notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    color: var(--white);
    font-size: 14px !important;
    background: #0AA50A !important;
    z-index: 10;
} 

.view-button{
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #A9A9A9;
    background: var(--camel);
}
.drop-line{
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--camel);
}
.login-navbar-section  .dropdown-menu::after, .seller-section .dropdown-menu::after{
    content: '';
    width: 24px;
    height: 24px;
    background: var(--white);
    position: absolute;
    top: -13px;
    right: 15px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
}
.seller-section .dropdown-menu::after{
    top: -12px;
    right: 36px;
}

.product-img{
    border: 1px solid var(--black);
    border-radius: 50%;
}
.rate-number{
    color: #626262;
    font-size: 24px;
    font-weight: 300;
    line-height: 123.57%;
}
.transc-date{
    font-size: 1rem;
    line-height: 123.57%;
    color: #626262;
}
.order-no{
    font-size: 1rem;
}
.transc-amount{
    color: #128807;
    font-size: 1rem;
    font-weight: 700;
    line-height: 141.57%;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
    .transc-date,.order-no,.transc-amount{
        font-size: 12px;
    }
}
/* End More Section -Reviews */

/* End seller_page page */
/* End Seller Section */
.page-link{
    border:0 !important;
    color: #626262 !important;
    font-size: 24px;
    font-weight: 300;
    line-height: 123.57%;
}
.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
.page-link:hover{
    background-color: transparent;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--black);
    font-size: 40px !important;
    font-weight: 600 !important;
    padding: 0px 14px !important;
    background-color: transparent !important;
}
.dynamicTable th{
    text-align: left !important;
}
.dynamicTable tbody tr:nth-of-type(odd) {
    background-color: #F8F8F8; 
}

.dynamicTable {
    border-collapse: collapse;
}
.dynamicTable td{
    padding: 0px;
    margin: auto;
    border: none;
}
.dynamicTable th{
    padding: 0px;
    margin: auto;
    border:none;
}

.dynamicTable tr{
    padding: 0px;
    margin: auto;
}
.dynamicTable tr{
    border: 3px solid #dee2e6;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 271px;
    height: 44px;
    border-radius: 24px;
}


.multibuttons,.multibuttons:hover,.multibuttons:focus,.multibuttons:active{
    background: #e8f0fe !important;
    border: 1px solid #e8f0fe !important;
    color: #626262 !important;
}

.dataTables_filter .form-control:focus{
    border : 1px solid var(--cloud);
}


.logo-name:focus,.logo-name:hover,.logo-name:active{
    background-color: var(--camel) !important;
    border: var(--camel) !important;
    color: #000 !important;
}

.create-list-text {
    display: inline;
}

@media (max-width: 768px) {
    .create-list-text {
        display: none;
        padding:0px;
    }
}
table.dynamicTable thead > tr > th.sorting_asc::before,
table.dynamicTable thead > tr > th.sorting_asc::after,
table.dynamicTable thead > tr > th.sorting_desc::before,
table.dynamicTable thead > tr > th.sorting_desc::after {
    font-size: 16px;
}

.pagination-list i{
    padding: 7px 12px 7px 12px;
    border: 1px solid var(--camel);
    color: var(--camel);
}
.pagination-list .page_link:hover{
    background-color: #c7c6c6;
    border: 1px solid #c7c6c6;
}
.pagination-list .page_link{
    text-decoration: none;
    font-size: 16px;
    color: var(--black);
    font-style: normal;
    margin: 0px 1px;
    padding: 7px 12px 7px 12px;
    border: 1px solid var(--camel);
}
.pagination-list .active {
    background-color: var(--camel);
    text-align: center;
    padding: 7px 12px 7px 12px;
}
.clear-filters{
    cursor: pointer;
}

#overlay{	
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #C89B57 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}
.is-hide{
    display:none;
}
.intl-tel-input {
    position: relative;
    display: block;
}

.sidebar .nav-item .nav-link{
    color: var(--black) !important;
    font-size: 14px;
}
.sidebar .nav-item .active{
    color: var(--camel) !important;
    font-weight: 600;
}

.sidebar .nav-item .nav-link:hover{
    color: var(--camel) !important;
}
.intl-tel-input.separate-dial-code .selected-flag{
    background: transparent;
    border-right: 1px solid #ced4da;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

.avatar-upload {
    position: relative;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 42px;
    z-index: 1;
    top: 30px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 100%;
    border: 1px dotted #ced4da;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Start Order */
.shipping .form-check .form-check-input:checked {
    background-color: var(--black);
    border-color: var(--black);
}
.order .accordion {
    --bs-accordion-border-color: #FFF;
    --bs-accordion-active-color: #FFF;
    --bs-accordion-active-bg: #FFF;
}
.order .accordion-item {
    background-color: #FFF;
}
/* End Order */

/* Start Checkout */
.progress-container {
    width: 100%;
    margin: 2em auto;
}

.progress-steps a {
    list-style-type: none;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    color: #999;
}

.progress-steps a:before {
    width: 2.5em;
    height: 2.5em;
    content: "";
    border: 3px solid var(--clover-green);
    display: block;
    text-align: center;
    margin:auto 0px;
    border-radius: 50%;
    background-color: white;
}

.progress-steps a:after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #d4e9dd;
    top: 1.3em;
    left: -100%;
    z-index: -1;
}
.progress-steps a{
    color: var(--clover-green);
}

.progress-steps a:first-child:after {
    content: none;
}
.progress-steps a i{
    position: absolute;
    top: 11px;
    left: 12px;
    z-index: 100
}
.progress-steps a.finished i{
    color: #FFF;
}
.progress-steps a.finished:before {
    border-color: var(--clover-green);
    background-color: var(--clover-green);
    color: #FFF;
}
.progress-steps a:before{
    border-color: var(--clover-green);
    background-color: #d4e9dd;
    color: var(--clover-green);
    border: 0;
}
.progress-steps a.finished + a:after {
    background-color: var(--clover-green);
}

.progress-steps a.active:before{
    border: 3px solid var(--clover-green);
    background-color: #fff;
    
}
.progress-steps a.active i{
    color: var(--clover-green);
}
.del-text{
    font-size: 12px;
    color: var(--black);
    line-height: 2px;
}
.checkout .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "|");
}
.checkout .please-pay{
    background:transparent;
    border: 1px solid #b30000;
    border-radius: 0px;
}
.checkout .credit-terms{
    list-style: square;
}
.checkout .credit-terms li{
    color: rgb(43, 41, 41);
}
.checkout .accordion {
    --bs-accordion-border-color: #FFF;
    --bs-accordion-active-color: #FFF;
    --bs-accordion-active-bg: #FFF;
}
.checkout .accordion-item {
    background-color: #FFF;
}
.total-price .accordion {
    --bs-accordion-border-color: #f3f3f3;
    --bs-accordion-active-color: #f3f3f3;
    --bs-accordion-active-bg: #f3f3f3;
}

.total-price .accordion button{
    background-color: #f3f3f3;
}
.total-price .accordion-item {
    background-color: #f3f3f3;
}
.imp-quest .accordion {
    --bs-accordion-border-color: #f6f2ee;
    --bs-accordion-active-color: #f6f2ee;
    --bs-accordion-active-bg: #f6f2ee;
}
.imp-quest .accordion button{
    background-color: #f6f2ee;
}
.imp-quest .accordion-item {
    background-color: #f6f2ee;
}
/* End Checkout */


/* Start product-detail */
.chronography .heart {
    color: #373737;
    top: 10px;
    z-index: 2;
    right: 24px;
    font-size: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    transition: 1s steps(28);
    transition-duration: 0s;
    &.is-active {
        color: var(--camel);
        transform: scale(1.2); 
        transition-duration: 1s;
    }
}

.chronography p{
    line-height: 6px;
}
@media only screen and (min-width: 0px) and (max-width: 320px){
    .chronography .heart {
        top: -125px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 576px){
    .chronography .heart {
        top: -125px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 768px){
    .chronography .heart {
        top: -125px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .chronography .heart {
        top: -185px;
        left: 360px;
    }
    .chronography p{
        line-height: 20px;
    }
}
/* End chronography */

/* Start rating dealer */
.rate {
    float: left;
    padding: 0px 0px 0px 6px;
}
.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: 50px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: "★ ";
}
.rate > input:checked ~ label {
    color: var(--camel);
}
.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;
}

.clear-chronography:hover{
    color: var(--camel) !important;
}
.review {
    padding: 0px !important;
}
.review:not(:checked) > label{
    font-size: 28px !important;
}
.review:not(:checked) > label:hover,
.review:not(:checked) > label:hover ~ label {
    color: #ccc;
}
/* Start Pen Collection */
.collection .nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--camel);
    color: var(--black) !important;
    font-weight: bold;
}
.InputBorder{
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}
.SelectBorder{
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}
.limit-text {
    bottom: 2px;
    right: 1px;
    color: #d5d2d2;
}
.own_notown .form-check .form-check-input:checked {
    background-color: var(--black);
    border-color: var(--black);
}
/* End Pen Collection */

.text-sm {
    font-size: 15px;
    font-weight: 400;
}
/* start product_detail page recent-view  by amit */
.recently-sold .heart1 {
    color: #373737;
    top: 20px;
    z-index: 2;
    right: -180px;
    font-size: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    transition: 1s steps(28);
    transition-duration: 0s;
    &.is-active {
        color: var(--camel);
        transform: scale(1.2); 
        transition-duration: 0.2s;
    }
}

@media only screen and (min-width: 0px) and (max-width: 320px){
    .recently-sold .heart1 {
        top: 10px;
        left: 90px;
    }
}
    @media only screen and (min-width: 321px) and (max-width: 375px){
        .recently-sold .heart1 {
            top: 10px;
            left: 290px;
    
        }
    
}
@media only screen and (min-width: 376px) and (max-width: 768px){
    .recently-sold .heart1 {
        top: 20px;
        right: -240px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .recently-sold .heart1 {
        top: 20px;
        right: -220px;
    }
    
}

.pill {
    display: inline-block;
    padding: 5px 5px 4px;
    color: #fff;
    background-color: #c39052;
    text-align: center;
    vertical-align: baseline;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    border-radius: 100px;
    min-width: 21px;
}
.order_count {
    position: absolute;
    top: -5px;
    right: 1px;
    z-index: 12
}
.sidebar_buy_count{
    position: unset !important;
}
.order-mobile-count{
    top: -7px !important;
    right: -6px !important;
}

/* Start Wishlist */
.wishlist .heart {
    color: #373737;
    top: -2px;
    z-index: 2;
    right: 4px;
    font-size: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    transition: 1s steps(28);
    transition-duration: 0s;
    &.is-active {
        color: var(--camel);
        transform: scale(1.2); 
        transition-duration: 0.5s;
    }
}
/* End Wishlist */

/* Start Notification */
.notification-user .nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--camel);
    color: var(--black) !important;
    font-weight: bold;
}
.offer .form-switch .form-check-input{
    border-radius: 2em !important;
    border: 1px solid rgba(0,0,0,.25) !important;
    height: 20px;
}
.offer .form-check-input:checked {
    background-color: var(--camel) !important;
}
/* End Notification */

/* Sell page start */
.sell a:hover{
    text-decoration: underline;
}
.delete a{
    color: black;
}
.delete a:hover{
    color: #c59b08;
}
@media (max-width: 767px) {
    .Sheafer .border-bottom{
        border-bottom: none !important;
    }
}
/* End Sell page start */

.recommendation .heart2 {
    color: #373737;
    top: 20px;
    z-index: 2;
    right: 12px;
    font-size: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    transition: 1s steps(28);
    transition-duration: 0s;
    &.is-active {
        color: var(--camel);
        transform: scale(1.2); 
        transition-duration: 0.2s;
    }
}


/* start my pen collection  */
.input_files_upload {
    display: block !important;
    width: 147% !important;
    height: 148px !important;
    padding: 10px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #03181c !important;
    background-color: #fff !important;
    border: 1px solid #dcdfe0 !important;
    border-radius: 6px !important;
    margin-top: -150px !important;
    opacity: 0 !important;
    cursor: pointer;

}




.quote-imgs-thumbs--hidden {
    display: none;
}



input[type="file"] {
    display: block;
}

.imageThumb {
    max-height: 100px;
    border: 1px solid #dcdfe0;
    padding: 1px;
    cursor: pointer;
}

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

.remove {
    display: block;
    /* background: #444; */
    /* border: 1px solid black; */
    color: black;
    text-align: center;
    cursor: pointer;
    margin-top: -26px;
}

.remove:hover {
    background: white;
    color: black;
}

.btn_uplaod {
    border: dashed 2px gray;
    color: gray;
    background-color: white;
    border-radius: 8px;
    font-size: 20px;
    padding: 40px 5px 20px 5px;
    height: 140px;
    width: 140px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 70px;
    position: absolute;
    left: 95px;
    max-width: 20%;
    opacity: 0;
    top: 100px;
}

.InputBorder {
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    /* border-right: none !important; */
}

.SelectBorder {
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

.form-control:focus {
    border-color: black;
    /* box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5); */
}

.form-select:focus {
    border-color: black;
    /* box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5); */
}

.feature_border {
    border-color: #50a700 !important;
}

.suggestion {
    float: right !important;
    background-color: #50a700;
    padding: 0px 10px 0px 10px;
    color: white;
    font-size: 12px;
}

.img-thumbs-hidden {
    display: none;
}

.wrapper-thumb {
    position: relative;
    display: inline-block;
    margin: 1rem 0;
    justify-content: space-around;
}

.img-preview-thumb {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-right: 1rem;
    height: 140px;
    width: 140px;
    max-width: 140px;
    padding: 10px;
}

.remove-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -90px;
    padding: 1px 10px 3px 10px;
    width: 20%;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid gray;
    margin-left: 122px;
    z-index: 1;
}

.remove-btn:hover {
    box-shadow: 0px 0px 3px grey;
    transition: all .3s ease-in-out;
}

.image-container {
    position: relative !important;
    display: inline-block;
    max-width: 140px;
    max-height: 150px;
}

.close-icon {
    position: absolute;
    top: 45px;
    right: -11px;
    padding: 1px 10px 3px 10px;
    background-color: var(--bs-white) !important;
    color: var(--bs-black);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid gray;
}
.close-icon1 {
    position: absolute;
    top: 45px;
    right: -11px;
    padding: 1px 10px 3px 10px;
    background-color: var(--bs-white) !important;
    color: var(--bs-black);
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid gray;
}
.error-btn{
    background: #b30000;
    color: white;
    border: 1px solid #b30000;
    position: absolute;
    top: 0px;
    padding: 1px 4px;
    left: 12px;
    border-radius: 2px;
}

@media only screen and (min-width: 0px) and (max-width: 381px){
    .image-container {
        max-width: 110px !important;
        max-height: 110px !important;
    }
    .btn_uplaod {
        padding: 30px 5px 20px 5px;
        height: 110px;
        width: 110px;
    }
    .input_files_upload {
        width: 80% !important;
        height: 153px !important;
        padding: 10px !important;
    }
}
@media only screen and (min-width: 381px) and (max-width: 549px){
    .image-container {
        max-width: 110px !important;
        max-height: 110px !important;
    }
    .btn_uplaod {
        padding: 30px 5px 20px 5px;
        height: 110px;
        width: 110px;
    }
    .input_files_upload {
        width: 49% !important;
        height: 115px !important;
        padding: 10px !important;
    }
}
/* end mypen collention */


/* Start user message */
.search i{
    top: 7px;
    right: 9px
}
.message-list-left .top{
    font-size: 12px;
    font-weight: 400;
}

.message-list-left .product-title{
    font-size: 16px;
}
.message-list-left .price{
    font-size: 14px;
    letter-spacing: .01em;
}
.message-list-left .dropdown .dropdown-menu {
    line-height: 18px;
    padding: 0px; 
    border-radius: 0;
    text-align: right;
    cursor: pointer;
    
}
.message-list-left .dropdown .dropdown-item{
    color: rgb(50, 47, 47);
}
.message-list-left .dropdown  .dropdown-item:hover{
    background-color: transparent;
    color: var(--camel);
}
.message-list-left .dropdown .show:first-child {
    color: var(--camel);
    border-bottom: 0px;
}
div .scroll-left-msg {
    height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}

.scroll-left-msg::-webkit-scrollbar {
    width: 8px; 
    cursor: pointer;
}
.scroll-left-msg::-webkit-scrollbar-thumb {
    background-color: rgba(179, 181, 183, 0.20);
}
.message-list-left .unread{
    border-left: 3px solid var(--camel);
}

.message-right{
    height: 585px;
}
.message-right .profile{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.message-right .header-msg-top{
    border: 1px solid #dcdfe0;
    background-color: #eeedec;
}
/* .message-right .fa-paperclip,.message-right .fa-paper-plane {
    position: absolute;
    top: 19px;
    right: 15px;
    color: #6a6a6a;
    opacity: 1;
} */
.message-right .link-message-paper,.message-right .link-message-plane {
    position: absolute;
    top: 2px;
    right: 8px;
    color: #6a6a6a;
    opacity: 1;
    cursor: pointer;
}
.message-right .link-message-paper:focus,.message-right .link-message-plane:focus {
    border: none;
}
.message-right .view-order{
    background-color: #23a15c;
    border-color: #23a15c;
}
.message-right .communication-interface-wrapper {
    background-color: #f3f3f3;
    border: 1px solid #dcdfe0;
    padding: 14px 8px 6px 8px !important;
    position: absolute;
    left: 12px;
    bottom: 0px;
    width: 100%;
}

.message-right .message-user-chat{
    background: #F3F3F3;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 171.523%;
    border-radius: 15px 0px 15px 15px;
    padding: 10px;
    width: fit-content;
}
.message-right .message-user-chat img{
    border: 1px solid #C6C6C6;
    background-color: rgb(211,211,211);
    border-radius: 0 !important;
}

.message-right .message-sellers-chat{
    padding: 10px;
    margin-left: 8px;
    color: var(--black);
    font-size: 16px;
    line-height: 171.523%;
    border: 1px solid #C6C6C6;
    border-radius: 0px 15px 15px 15px;
    width: fit-content;
    margin-bottom: 8px;
}

.message-right .trusted-checkout{
    font-size: 16px;
    /* font-family: Inter; */
    line-height: 171.523%;
    margin: -18px 0px 0px 0px;
}
.message-right .communication-header-pen{
    padding: 10px;
    border: 1px solid #dcdfe0;
    border-top: none;
    background-color: #f3f3f3;
}


.message-right .upload-files{
    right: 30px;
    position: absolute;
    top: 6px;
    width: 22px;
    height: 24px;
    opacity: 0;
    z-index: 10;
}


.message-list-left .top{
    font-size: 12px;
    font-weight: 400;
}

.message-list-left .product-title{
    font-size: 16px;
}
.message-list-left .price{
    font-size: 14px;
    letter-spacing: .01em;
}
.message-list-left .dropdown .dropdown-menu {
    line-height: 18px;
    padding: 0px; 
    border-radius: 0;
    text-align: right;
    cursor: pointer;
    
}
.message-list-left .dropdown .dropdown-item{
    color: rgb(50, 47, 47);
}
.message-list-left .dropdown  .dropdown-item:hover{
    background-color: transparent;
    color: var(--camel);
}
.message-list-left .dropdown .show:first-child {
    color: var(--camel);
    border-bottom: 0px;
}
div .scroll-left-msg {
    height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}

.scroll-left-msg::-webkit-scrollbar {
    width: 8px; 
    cursor: pointer;
}
.scroll-left-msg::-webkit-scrollbar-thumb {
    background-color: rgba(179, 181, 183, 0.20);
}
.message-list-left .unread{
    border-left: 3px solid var(--camel);
}

/* Mobile view */
@media only screen and (min-width: 0px) and (max-width: 381px){
    .message-right .chat-box-detail{
        padding-bottom: 150px !important;
    }
}
@media only screen and (min-width: 381px) and (max-width: 991px){
    .message-right .chat-box-detail{
        padding-bottom: 0px !important;
    }
    
}

.message-tabs .nav-tabs .nav-link.active {
    border-bottom: 4px solid var(--camel);
}
.message-tabs .nav-tabs {
    border-top: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.flag{
    width: 38px;
    height: 18px;
}
.read,.unreadmess,.all{
    margin-top: 10%;
}
.chat-detail-col{
    margin-top: -41px !important;
}
.chat-detail-col .card-body{
    padding: 0px 12px 0px;
    flex: 0 0 auto !important;
}
.seller-detail{
    padding: 15px 2px 4px 3px;
    background-color: #04293a;
    color: #fff;
}
.seller-detail a{
    color: #fff;
}
.seller-message .seller-msg-time{
    font-size: 12px;
    margin: -6px 0px 0px 18px;
}
.seller-message .web-name{
    color: #C89B57;
}
.seller-message .message-sellers-chat{
    border: 1px solid #C89B57;
}
.user-msg-time{
    font-size: 12px;
    padding :2px 18px 0px 0px;
}
.fa-check{
    color: #cfcfcf;
}
.no-message{
    margin-top: 25%;
    margin-bottom:25%;
}
textarea[type=text] {
    width: 100%;
    padding: 5px 40px 4px 8px;
    margin: 8px 0;
    box-sizing: border-box;
}
.message-right-mobile{
    height:90vh !important;
}
#addpencollection .form-check .form-check-input:checked {
    background-color: var(--black);
    border-color: var(--black);
}
.message-list-left .highlight {
    color: #fff;
    background-color: #e89508;
    border: 2px solid #e89508;
}
.chat-box-detail .customer-image,.chat-box-detail-mobile .customer-image{
    border-radius: 15px 0px 15px 15px;
    object-fit: cover;
    height:100px;
    width:100%;
    border: 1px solid #d9d5d5;
}
.chat-box-detail-mobile{
    padding-bottom: 150px;
}
.loadMore{
    position: absolute;
    margin-top: 10px;
    z-index:10
}
.loadMore,.loadMore:focus,.loadMore:hover{
    background-color: #23a15c;
    color: #FFF;
}
.loadMore:active{
    background-color: #23a15c !important;
    color: #FFF !important;
}
.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #696767;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
  }
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.badge{
    position: absolute;
    top: -8px;
    right: 0px;
    color: #FFF;
    background: var(--camel);
    border-radius: 50%;
    z-index: 10;
}
.badge-sidebar{
    top: 10px;
    right: 165px;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .badge-sidebar{
        top: 11px;
        right: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .badge-sidebar{
        top: 11px;
        right: 75px;
    }
    .badge-home {
        right: 93px !important;
        top: 10px !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .badge-sidebar{
        top: 11px;
        right: 120px;
    }
    .badge-home {
        right: 115px !important;
        top: 10px !important;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 2000px){
    
    .badge-home {
        right: 120px !important;
        top: 10px !important;
    }
}

.loadMore[data-title]:hover::before {
    content: "";
    position: absolute;
    top: 51%;
    left: 40px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #23a15c;
    transform: translateY(-50%);
}

.loadMore[data-title]:hover::after {
    content: attr(data-title);
    position: absolute;
    bottom: 0px;
    right: -136px;
    border-radius: 5px;
    display: block;
    background: #23a15c;
    color: #FFF;
    padding: 5px;
    transform: translateX(-50%);
}

/* End user message */

/*  start Seller forgot Password */
.seller_signup{
    background: black;
}
.seller_signup .card{
    background: black;
    border:1px solid white;
    font-size: 16px;
}

.seller_signup .form-control {
    border-radius: 12px;
    border: 1px solid var(--cloud);
    background: transparent;
}

.seller_signup .form-control:focus{
    border: 2px solid var(--camel);
}
.seller_signup .signup-btn{
    border-radius: 8px;
    border: 1px solid var(--camel);
    background: var(--camel);
    color: var(--black);
    font-size: 24px;
    font-weight: 600;
}
.seller_signup .signup-btn:active{
    border: 1px solid var(--camel);
    background: var(--camel);
    color: var(--black);
}
.seller_signup a{
    color: var(--white);
    font-size: 16px;
}
.seller_signup a:hover{
    color: var(--camel);
}



.seller_reset{
    background: var(--black);
}
.seller_reset .card{
    background: var(--black);
    border:1px solid white;
    font-size: 16px;
}

.seller_reset .form-control {
    border-radius: 12px;
    border: 1px solid var(--cloud);
    background: transparent;
    color: white;
}

.seller_reset .form-control:focus{
    border: 2px solid var(--camel);
}
.seller_reset .signup-btn{
    border-radius: 8px;
    border: 1px solid var(--camel);
    background: var(--camel);
    color: var(--black);
    font-size: 24px;
    font-weight: 600;
}
.seller_reset .signup-btn:active{
    border: 1px solid var(--camel);
    background: var(--camel);
    color: var(--black);
}
.seller_reset a{
    color: var(--white);
    font-size: 16px;
}
.seller_reset a:hover{
    color: var(--camel);
}
.rate-product[data-title]:hover::before{
    content: "";
    position: absolute;
    top: 112%;
    left: 208px;
    text-align: center;
    border-bottom: 10px solid #eaeaea;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translateY(-50%);
    
}
.rate-product[data-title]:hover::after {
    content: attr(data-title);
    position: absolute;
    bottom: -131px;
    left: 225px;
    text-align: center;
    border-radius: 5px;
    background: #eaeaea;
    font-size: 15px;
    padding: 5px;
    transform: translateX(-50%);
    width: 300px;
}

/*  end Seller forgot Password */

/* Start product list page */
/* Add this CSS to your stylesheet */
.product-list-desktop .offer-price,.product-list-mobile .offer-price {
    font-size: 25px;
    font-weight: 400;
}
.product-list-mobile .offer-price {
    font-size: 16px;
    font-weight: 400;
}
.product-list-desktop .card .shimmerBG,.product-list-mobile .card .shimmerBG {
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: #ddd;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 1200px 100%;
}
@-webkit-keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}
@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }
    100% {
        background-position: 1200px 0;
    }
}


.product-list-desktop  .card .title-line,.product-list-mobile  .card .title-line,.product-list-desktop  .card .brand-line,
.product-list-mobile  .card .brand-line{
    height: 24px;
    width: 100%;
    margin-bottom: 12px;
}
.product-list-desktop .card .content-line,.product-list-mobile .card .content-line {
    height: 24px;
    width: 100%;
    margin-bottom: 16px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-list-desktop .lazy-load,.product-list-mobile .lazy-load {
    animation: fadeIn 0.5s ease-out;
}

.product-list-mobile .explore-ritepen-row .card img{
    height: 10rem;
}
.product-list-desktop .explore-ritepen-row .card img{
    height: 20rem;
}
.product-list-desktop .explore-ritepen-row .card img,.product-list-mobile .explore-ritepen-row .card img{
    object-fit: cover;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.filter-box .filter-header{
    font-weight: 600;
    font-size: 18px;
    color: var(--camel);
    text-transform: capitalize;
}
.filter-box .filter-type,.filters-mobile .filter-body .filter-type{
    font-size: 14px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3px;
}
.filters-mobile .filter-body .filter-type{
    text-align: left;
}
.filter-box .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.filter-box .accordion-item {
    border: none;
    background-color: transparent;
}
.filter-box .form-check-label{
    font-size: 14px;
    color: rgb(56, 55, 55);
}
.filter-box .form-check-input:checked,.filters-mobile .form-check-input:checked{
    background-color: var(--camel);
    border-color: var(--camel);
}
.filter-box .form-check-input[type=checkbox] {
    border-radius: 3px;
    border: 1px solid #A9A9A9;
}
.filters-data-tab {
    border-top: 1px solid rgb(220, 223, 230);
    border-bottom: 1px solid rgb(220, 223, 230);
}
.filters-mobile .filter-body .flex-column{
    background: #f1f3f6;
}
.filters-mobile .filter-body .flex-column .nav-link{
    border-radius: 0;
}
.filter-body .nav .active{
    color: var(--camel) !important;
    background-color: white;
}
.filters-mobile .filter-body .nav-pills{
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
}
.filters-mobile .view-more{
    color: var(--camel);
}
.filter-footer{
    position: fixed;
    bottom: 0px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 0px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    z-index: 100;
    background: #FFF;
}
.filters-mobile .filter-head{
    font-size: 16px;
    font-weight: 600;
}
#sortBy .form-check-input:checked{
    background-color: var(--camel);
    border-color: var(--camel);
}
#sortBy .modal-dialog {
    top: calc(100% - 160px); 
}  
/* End product list page */

/* Start dealer registration */
.dealer-registration .form-control,.dealer-registration .form-select{
    height: 45px;
}
.dealer-registration .continue-btn{
    margin-top: 8px;
}
.dealer-registration .form-check .form-check-input:checked{
    border-color: var(--camel);
    background-color: var(--camel);
}
.dealer-registration .nav-pills .nav-link.active{
    background-color: rgba(200, 155, 87, 0.25);
    font-weight: 200;
    font-size: 24px;
}
.dealer-registration .nav-pills .nav-link{
    font-weight: 200;
    font-size: 24px;
    text-align: unset;
    font-style: normal;
    line-height: 39px;
    color: #000000;
    border-bottom: 1px solid rgba(200, 155, 87, 0.35) !important;
}

.dealer-registration .nav-pills .nav-link:hover,.dealer-registration .nav-pills .nav-link:focus,
.dealer-registration .nav-pills .nav-link.active:focus{
    color: #000;
}
.dealer-registration .nav-pills .nav-link .numbers{
    font-weight: 200;
    font-size: 35px;
}
.dealer-registration .form-control:focus,.dealer-registration .form-select:focus {
    border-color: black;
    box-shadow: none;
}
/* End dealer registration */


/* All Brands */
.allbrands h3{
    font-size:24px;
    font-weight: 600;
    background-color:  #f6f2ee;
    padding: 4px 18px;
}
.allbrands  a{
    color: var(--black);
    text-decoration: none;
}
.allbrands  a:hover{
    color:var(--camel);
}

.slick-carousel-brand .slick-dots {
    bottom: -35px;
}

.slick-carousel-brand .slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--camel);
}
.slick-carousel-brand .slick-dots li button:before {
    content: '\2015'; 
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-carousel-brand .slick-next,.slick-carousel-brand .slick-prev{
    top: 50%;
}
.slick-carousel-brand .slick-next:before,.slick-carousel-brand .slick-prev:before {
    color: var(--camel);
}

.slick-carousel-brand img{
    border: 1px solid var(--camel);
    border-radius: 8px;
    padding: 20px;
    margin: 5px;
    height: 135px;
    cursor: pointer;
}
/* All Brands */

/* Magnifying image */
.magnify-image {
    position: relative;
}
.magnify-glass {
    position: absolute;
    top: calc(var(--top) - 5rem);
    left: calc(var(--left) - 5rem);
    width: 10rem;
    height: 10rem;
    border: 2px solid white;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(87, 87, 89, 0.1) 0px 0px 8px;
    cursor: zoom-in;
    opacity: 0;
    transform: scale(0); 
    transition: transform 200ms;
    transform-origin: top left; 
}

.show {
    opacity: 1;
    transform: scale(1);
}



/* Dropdown Search */
.search-box .dropdown {
    position: relative;
    display: inline-block;
}
.search-box  .dropdown-content {
    display: none;
    position: absolute;
    padding: 10px 18px;
    top: 60px;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #dcdfe0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.nav-search .nav-pills .nav-link {
    font-weight: 200;
    font-size: 20px;
    color: #212529;
    border-radius: 0;
}
.nav-search .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    font-weight: 600;
    background-color: transparent;
    border-bottom: 3px solid var(--camel);
}

.search-box .dropdown .show:first-child {
    border-bottom: none;
}
.nav-search .nav-list{
    padding: 5px 10px;
}
.nav-search .nav-list:hover{
    background-color: #f6f2ee;
    cursor:pointer;
    color: #212529;
    font-size: 16px;
}

.nav-search .nav-pills {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    border-bottom: 1px solid rgb(227 227 227);;
}
.search-box .dropdown .show:first-child {
    color: #212529;
}
.nav-search .nav-search-link {
    flex: 1;
    text-align: center; 
}
@media only screen and (min-width: 0px) and (max-width: 381px){
    .nav-search .nav-pills .nav-link {
        font-size: 16px;
    }

    .search-box  .dropdown-content {
        top: 45px;
    }
}
@media only screen and (min-width: 381px) and (max-width: 512px){
    .nav-search .nav-pills .nav-link {
        font-size: 16px;
    }

    .search-box  .dropdown-content {
        top: 55px;
    }
}
@media only screen and (min-width: 512px) and (max-width: 635px){
    .nav-search .nav-pills .nav-link {
        font-size: 16px;
    }

    .search-box  .dropdown-content {
        top: 50px;
    }
}
@media only screen and (min-width: 635px) and (max-width: 768px){
    .nav-search .nav-pills .nav-link {
        font-size: 16px;
    }

    .search-box  .dropdown-content {
        top: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .nav-search .nav-pills .nav-link {
        font-size: 16px;
    }

    .search-box  .dropdown-content {
        top: 60px;
    }
}




/* Start Descrition-ritepen */

/* End Descrition-ritepen */
.shimmer {
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 1200px 100%;
    padding: 2px 6px;
}

.descrition-ritepen .card-text{
    font-size: 16px !important;
}
/* Additional styling for demo purposes */

/* Start Blog section */
.blogs-section .left-side .card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height:100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 20px;
    background: #ECE9E6;
    background: linear-gradient(to right, #FFFFFF, #f2e9da);
}
.blogs-section .left-side .card:hover {
    border:2px solid var(--camel);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.blogs-section .left-side .card img{
	transform: scale(1);
	transition: .3s ease-in-out;
}
.blogs-section .left-side .card img:hover{
	transform: scale(1.1);
}
.blogs-section .left-side .card .card-title{
    font-size:24px;
}
.blogs-section .right-side .search-box-card,.blogs-section-details .right-side .search-box-card{
    background: #f2e9da;
    border:1px solid var(--camel);
    border-radius: 20px;
}
.blogs-section .right-side .search-box-card .form-control:focus,.blogs-section-details .right-side .search-box-card .form-control:focus{
    border:none;
    box-shadow:none;
}

.blogs-section .right-side .lists,.blogs-section-details .right-side .lists {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blogs-section .right-side .lists li,.blogs-section-details .right-side .lists li {
    margin-bottom: 10px;
}
.blogs-section .right-side .lists li::before,.blogs-section-details .right-side .lists li::before {
    content: '>>';
    margin-right: 5px;
    color: var(--camel);
    padding-right: 5px;
}

.blogs-section .left-side a.icon-link {
    color: #363738;
    transition: 200ms ease-in-out;
}
.blogs-section .left-side a.icon-link i {
    color: var(--camel);
}
.blogs-section .left-side a.icon-link:hover {
    color: var(--camel);
    text-decoration: none;
}
.blogs-section .left-side .btn {
    background: white;
    font-weight: bold;
    outline: none;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 30px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0;
    border: none;
}
.blogs-section .left-side .btn:focus {
    box-shadow: none;
}
.blogs-section .left-side .btn:hover {
    background: var(--camel);
    color: #fff;
}
.blogs-section .left-side .btn.btn--with-icon {
    padding-right: 20px;
}
.blogs-section .left-side .btn.btn--with-icon i {
    padding: 0px 30px 0px 15px;
    height: 35px;
    line-height: 35px;
    vertical-align: bottom;
    color: white;
    background: var(--camel);
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

.blogs-section-details .left-side .card{
    border:none;
    overflow: hidden;
}
.blogs-section-details .left-side .card-title{
    font-size:30px;
}
.blogs-section-details .left-side .card img{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.blogs-section-details .left-side .date{
    background: var(--camel);
    width: 14%;
    padding: 5px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 20px;
    color: #FFF;
}
.blogs-section-details .left-side .card-title:hover{
    color:var(--camel);
}
/* End Blog section */
/* Start Private Seller */
.private-hero .top-banner{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.private-hero .user-count{
    color: var(--camel);
    font-size:20px;
}
.private-hero .user-count{
    color: var(--camel);
    font-size:20px;
}
.private-hero h3{
    font-size:48px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.01em;

}
.private-hero .private__sell{
    font-size:14px;
    font-weight: 700;
}
.private-hero .form-control{
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #03181c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe0;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.private-hero .dropdown-content{
    background-color: #FFF;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 8px;
    padding: 15px 35px;
    font-size: 14px;
    max-height: 400px;
    overflow: auto;
}
.private-hero .add-pen-image{
    border: 1px solid #dcdfe0;
    border-radius: 8px;
}
.private-hero .dropdown-content{
    position: absolute;
    z-index: 1000;
}
.private-hero .content-row:hover{
    background: #f6f2ee;
    cursor: pointer;
}
.benefits_section{
    background: #f6f2ee !important;
}
.benefits_section .ticks li{
    position: relative;
    margin-bottom: 5px;
    list-style: none;
}
.benefits_section .ticks li::before {
    content: "\2713"; 
    display: inline-block;
    width: 1em;
    color: #c39052;
    padding-right: 22px;
}
.tips_private_seller .card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #dcdfe0!important;
}

.tips_private_seller .card-body {
    text-align: center;
}

.tips_private_seller .card:hover {
    color: #03181c;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1)!important;
}
.simple_steps .carousel-indicators [data-bs-target]{
    margin-top: 5px;
    background-color: #dcdfe0;
    border-radius: 2px;
    transition: all .1s ease-in-out;
}
.simple_steps .carousel-indicators .active{
    background-color: var(--camel);
    width: 50px;
}

.simple_steps .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 16' fill='%2303181c'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.simple_steps .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2303181c'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.simple_steps .success_simple{
    color: var(--camel);
    font-size: 20px;
    line-height: 0px;
}
.simple_steps h2{
    font-size: 30px;
    letter-spacing: -.01em;
    line-height: 1.25;
    font-weight: 600;
}
.simple_steps .carousel-control-prev{
    background-color: #FFF !important;
    width: 5%;
    height: 15%;
    top: 40%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 0px 18px 0px 0px;
    border-radius: 16px;
    z-index: 20;
}
.simple_steps .carousel-control-next{
    background-color: #FFF !important;
    width: 5%;
    height: 15%;
    top: 40%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 0px 0px 0px 0px;
    border-radius: 16px;
    z-index: 20;
}
.simple_steps .carousel-indicators {
    bottom: -44px;
}
@media only screen and (min-width: 0px) and (max-width: 760px){
    .simple_steps h2 {
        font-size: 24px;
    }
    .private-hero h3 {
        font-size: 36px;
    }
    .private-hero .search-box-content-no-data{
        text-align:center;
    }
    .private-hero .search-box-content-no-data img{
        width: 30%;
        height: 70%;
    }
    .simple_steps .data{
        text-align: center;
    }
    .simple_steps .carousel-control-next{
        width: 10%;
        height: 12%;
        top: 40%;
        right: 2%;
        padding: 4px 9px 6px 9px;
    }
    .simple_steps .carousel-control-prev{
        width: 10%;
        height: 12%;
        top: 40%;
        left: 2%;
        padding:7px 14px 5px 5px;
    }
}
#contact-form .right-side{
    border:2px solid #f1dfc4;
    background-image: linear-gradient(180deg, #C89B57, #ffeed3) !important;
    border-radius:0px 20px 20px 0px;
}
#contact-form img{
    border-radius:20px 0px 0px 20px;
}
@media only screen and (min-width: 320px) and (max-width: 768px)  {
    .blogs-section .left-side .card .card-title{
        font-size: 18px;
    }
    #contact-form .right-side{
        border-radius:0px 0px 20px 20px;
    }
    #contact-form img{
        border-radius:20px 20px 0px 0px;
    }
}
/* End Private Seller */

.profile-page .header{
    margin: 20px 0;
    line-height: 1.2;
    color: #03181C;
    font-weight: 600 !important;
    font-size: 36px !important;
    vertical-align : baseline;
    letter-spacing:-0.36px;
}