@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

body,
html {
    overflow-x: hidden;
}

.theme_btn {
    background: #262626;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: table;
    margin: auto;
    margin-top: 30px;
}
.theme_btn:hover{
    background: #DC0000;
    color: #fff;
}
@media(min-width:1900px) {
    .container-fluid {
        max-width: 1690px;
    }
}

.top-header {
    background: #262626;
    color: #fff;
    height: 48px;
}

.top_head_right ul {
    list-style: none;
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.top_head_right ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-left: 21px;
}

.top_head_right ul li a img {
    margin-right: 10px;
}

.top_head_right,
.top-header .container,
.top-header .container .row {
    height: 100%;
}

.top_head_left .dropdown-toggle {
    color: #fff !important;
    background: transparent;
    padding: 0;
    padding-right: 20px;
    border: 0;
    font-weight: 400;
    font-size: 14px;
}

.main-header .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #434347;
    white-space: nowrap;
}
.main-header .navbar-nav .nav-item:hover .nav-link{
    color: #DC0000;
}
.main-header .navbar-nav .nav-item {
    padding: 0 10px;
}

.main-header .input-group {
    width: 407px;
    height: 52px;
    border: 2px solid #b9b9b999;
    border-radius: 10px;
}

.main-header .form-control {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #262626;
    height: 100%;
    border: 0 !important;
    border-radius: 30px;
    box-shadow: none;
    padding-left: 22px;
}

.header-search .input-group-append i {
    font-size: 22px;
    color: #262626;
}

.header-search .input-group-append button {
    height: 52px;
}

.header-search .input-group-append button {
    height: 48px;
    border: 0 !important;
    border-radius: 30px;
}


.socialIcon .fb,
.socialIcon .google {
    background: #4568B2;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    height: 56px;
    line-height: 56px;
    padding: 0;
    font-weight: 700;
    font-size: 19px;
    margin: 0 0 20px;
}

.socialIcon .fb img,
.socialIcon .google img {
    margin-right: 12px;
}

.socialIcon .google {
    background: #fff;
    color: #000;
    border: 3px solid #dddddd6b
}

.line-or {
    text-align: center;
    border-top: 3px solid #dddddd9e;
    margin-top: 15px;
    margin-bottom: 15px;
}

.line-or span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    box-shadow: 0px 0px 10px #ddd;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -6px;
}

.line-or-inner {
    background: #fff;
    position: relative;
    top: -6px;
    display: inline-block;
    width: 70px;
    border-left: 3px solid #dddddd6b;
    border-right: 3px solid #dddddd6b;
    height: 10px;
}

.loginform input {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    border-radius: 0;
    height: 56px;
    margin-bottom: 20px;
    padding: 0 25px;
    border: 3px solid #dddddd6b;
}

.loginform .forgot_password a {
    text-decoration: none;
    display: block;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
}

.loginform button {
    width: 100%;
    height: 56px;
    background: #262626;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    border: 0;
}

.loginform .signup-link {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin-top: 28px;
}

#LoginModal .modal-title,
#SignupModal .modal-title,
#otpModal .modal-title,
#ResetpasswordModal .modal-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #262626;
}

form.loginform {
    padding: 20px;
}

.visible-password {
    background: url('../img//visible.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.not-visible-password {
    background: url('../img//notvisible.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.not-visible-password::after {
    content: "";
    border: 2px solid #DF0000;
    transform: rotate(26deg);
    height: 20px;
}

#ForgotModal .forgot_text,
#otpModal .otp_text {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #212121;
    margin-bottom: 30px;
}

.opt-input-boxes {
    display: flex;
    justify-content: space-evenly;
}

.opt-input-boxes .otp {
    width: 50px;
    padding: 0;
    text-align: center;
    height: 50px;
    margin: 0;
}

#otpModal .otp_text {
    text-align: center;
}

#otpModal label {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #212121;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.error-msg {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #DF0000;
}


.theme_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #090D22;
    text-align: center;
}

.caregory-row,
.row_arrivals {
    display: flex;
    justify-content: center;
}

.category-box img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}

.category-box,
.box_arrivals {
    text-align: center;
    padding: 15px;
}

.category-box .cat_name {
    background: #232323;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    padding: 11px;
    min-height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0 15px 15px;
}

.top-category {
    padding: 70px 0;
}

.box_arrivals {
    background: #eaeaea;
    border-radius: 15px;
    margin: 10px;
}
.box_arrivals:hover span{
   color: #DC0000;
}
.row_arrivals img {
    width: 100%;
    border-radius: 15px;
}

.box_arrivals .name_arrivals {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #0A0D23;
    margin-top: 10px;
}

.box_arrivals .rating {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 14px;
    color: #434347;
    margin: 0;
}

.box_arrivals del {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #616161;
    display: block;
}

.box_arrivals span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #090D23;
}

.new_arrivals,
.home_img_gallery,
.home_advertisement,
.latest_blog,
.home_testimonial {
    padding-bottom: 70px;
}

.new_arrivals .rating i {
    color: #DC0000;
}

.home_img_gallery .one_col img,
.home_img_gallery .three_col img {
    width: 100%;
    height: 100%;
}

.home_img_gallery .two_col img {
    width: 100%;
    height: 50%;
}

.home_advertisement img {
    width: 100%;
    height: 500px;
}

/* Latest Blog */
.latest_blog .blog_img img {
    border-radius: 15px 15px 0 0;
}

.latest_blog .blog_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #090D22;
}

.latest_blog .blog_description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #434347;
    margin-bottom: 10px;
}

.latest_blog .blog_link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color: #007EEF;
    text-decoration: none;
}

.latest_blog .blog_admin {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #6E6E72;
    border-top: 1px solid #ECECEC;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}

.latest_blog .blog_box {
    box-shadow: 0px 5px 13px #dddddd73;
    margin-bottom: 20px;
}

.latest_blog .blog-content {
    padding: 15px;
}

.blog-owl-carousel,
.home_testimonial_slider {
    margin-top: 30px;
}


.testimonial_box img {
    width: auto !important;
    margin-left: 150px;
}

.testimonial_box {
    background: #f4f4f4;
    padding: 60px;
    text-align: center;
}

.testimonial_box .user_img {
    width: 145px;
    height: 145px;
    background: #313131;
    border-radius: 100%;
    margin: auto;
    line-height: 125px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #FFFFFF;
    border: 10px solid #fff;
}

p.user_dec {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 40px;
}

.user_name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 80px;
}

.user_city {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #DF0000;
}

footer.footer {
    background: #1C1C1C;
    color: #fff;
    padding: 150px 0 30px;
}

.footer_row {
    display: flex;
    justify-content: space-evenly;
}

.footer_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer_col ul {
    list-style: none;
    padding: 0;
}

.footer_col ul li {
    margin-bottom: 6px;
}

.footer_col ul li a {
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #E9E9E9;
}

ul.social_links_footer {
    display: flex;
    justify-content: space-between;
}

.newsletter_form .form-control {
    background: transparent;
    border: 2px solid #2D2D2D;
    padding: 0 0 0 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #EAEAEA;
}

.newsletter_form .input-group-btn button.btn {
    background: #DF0000;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    width: 88px;
    height: 50px;
    border-radius: 0px 6px 6px 0px;
}

.newsletter_form {
    max-width: 310px;
}

.footer_col p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #E9E9E9;
}
.footer_city_links ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}
.footer_city_links ul li {
    border-right: 2px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
}
.footer_city_links ul li:last-child{
    border: 0;
    padding-right: 0;
}
.footer_city_links ul li:first-child{
    padding-left: 0;
}
.footer_city_links ul li a{
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}
.footer_img {
    margin: 20px 0 30px;
}
.footer_copyright{
    padding: 10px 0;
}
.footer_copyright p {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #262626;
}
.footer_copyright .row {
    align-items: center;
}
.footer_copyright img {
    float: right;
}

.product_feature ul.product_feature_list {
    list-style: none;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 10px #00000042;
    width: 60%;
    margin: auto;
    padding: 30px 0;
    border-radius: 12px;
    position: relative;
    top: 56px;
    background: #fff;
}
.product_feature ul.product_feature_list li img{
    margin-right: 20px;
}
.product_feature ul.product_feature_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.social_links_footer li a i {
    background: #fff;
    color: #1c1c1c;
    width: 20px;
    height: 20px;
    margin: 5px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
.product_feature_list li p {
    margin: 0;
}
.product_feature ul.product_feature_list li.line {
    background: #ddd;
    width: 1px;
    padding: 0;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 1;
}


/*dropwon css*/

#navbarSupportedContent ul.submenu {
    display: none;
    padding: 0;
    position: absolute;
    z-index: 1;
    background: #fff;
    min-width: 130px;
    box-shadow: 0 0 1px #ddd;
    padding: 20px 0;
}
#navbarSupportedContent li.nav-item:hover ul.submenu {
    display: block;
}
#navbarSupportedContent .submenu li {
    list-style: none;
}
#navbarSupportedContent .submenu li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #434347;
    white-space: nowrap;
    margin-bottom: 7px;
}
#navbarSupportedContent .submenu li:hover a {
    color: #DC0000;
}

.box_arrivals .hover-box a i {
    background: #fff;
    color: #dc0000;
    width: 25px;
    height: 25px;
    margin: 2px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 14px;
}
.box_arrivals .hover-box {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.box_arrivals:hover .hover-box{
    display: block;
}
.box_arrivals .img_out_box{
    position: relative;
}

#onloadbox .text-box h1 {
    color: #22262A;
    font-size: 48px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#onloadbox .text-box p{
    color: #262626;
font-size: 16px;
font-family: Poppins;
font-style: normal;
font-weight: 700;
line-height: normal;
}
#onloadbox .text-box {
    text-align: center;
    padding: 50px;
}
#onloadbox .img_box img {
    width: 100%;
    max-height: 400px;
}

.modal button.btn-close {
    position: absolute;
    right: -10px;
    background-color: #fff;
    color: #000;
    opacity: 1;
    top: -10px;
    border-radius: 50%;
    padding: 5px;
    background-size: 10px;
}
#onloadbox form.newsletter_form.newsletter_popup {
    max-width: 100%;
}
#onloadbox .newsletter_form .input-group-btn button.btn {
    color: #FFF;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #22262a;
    display: block;
    width: 100%;
}
#onloadbox .newsletter_form .form-control {
    border: 1px solid #2d2d2d33;
}
#onloadbox .newsletter_form .form-check .form-check-input {
    float: none;
    margin-right: 10px;
}
#onloadbox .newsletter_form .form-check-input:checked {
    background-color: #22262a;
    border-color: #22262a;
}
#onloadbox .newsletter_form .form-check-label {
    color: #262626;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}