/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none !important;
}

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize: vertical;
}

body {
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: 'Roboto', sans-serif;
    background: #f9f9f9;
}

.text-danger {
    color: #F60D29 !important;
}

/* color */
:root {
    --bs-primary: #212d6e;
    --bs-primary-hover: #1d1f2b;
    --bs-black: #323232;
    --bs-white: #ffffff;
    --bs-button-primary: #3F51B5;
    --bs-button-primary-hover: #303f90;
    --bs-button-secondary: #1d1f2b;
    --bs-button-secondary-hover: #212d6e;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

/* =============================  Header  ================================= */
.header_section {
    background: #F60D29;
}

.header_section .btn-primary {
    background: #d60820;
}

.header_section .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-white) !important;
    padding: 4px 6px !important;
    position: relative;
}

.header_section .form-control {
    color: var(--bs-button-primary);
    border: none !important;
    padding: 8px 17px;
    border-radius: 1px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400 !important;
    cursor: pointer;
}

.desktop_nav .nav-link {
    margin: 0px 9px;
}

.navbar-brand img {
    width: 250px;
}


.header_section .nav-link span,
#countWishlist {
    position: absolute;
    top: -8px;
    right: 0;
}

.header_section .nav-link:hover {
    color: #999494 !important;
}

.header_section .nav-link i {
    vertical-align: middle;
    color: var(--bs-primary);
}

.header_section .navbar-toggler {
    border-radius: 2px;
    font-size: 30px;
    padding: 3px 12px;
    background: #dc0b24;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    position: absolute;
    top: 10px;
    left: 0;
    border: none;
}

.btn-primary {
    border: none !important;
    background: var(--bs-button-primary);
    padding: 14px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px !important;
}

.btn-primary:hover {
    background-color: var(--bs-button-primary-hover);
}

.btn-secondary {
    border: none !important;
    background: var(--bs-button-secondary);
    border-radius: 5px;
    padding: 10px 17px;
    font-size: 15px;
    font-weight: 600;
}

.section_heading p {
    margin: 0;
    font-size: 15px;
    color: #888 !important;
    margin-bottom: 6px;
    max-width: 744px;
    margin: auto;
}

.btn-secondary:hover {
    background-color: var(--bs-button-secondary-hover);
}

.btn-primary i {
    vertical-align: middle;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-white) !important;
    background-color: var(--bs-primary-hover) !important;
    border-color: var(--bs-primary-hover) !important;
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
}

.form-control {
    border-radius: 6px;
    border: 1px solid #dfdada;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
}

.form-control:focus {
    border-color: var(--bs-primary)
}

.form-control::placeholder {
    color: #999;
}

.form-label {
    font-size: 14px;
    color: #444;
    font-weight: 500;
}

.dropdown-toggle::after {
    display: none;
}

/* =============================  Banner  ================================= */
.banner_section {
    padding: 250px 0px;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -69px;
}



#searchFrm .btn {
    height: 44px !important;
}

.banner_section .banner_form {
    padding: 16px;
    background: #ffffff42;
    border-radius: 15px;
    position: relative;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

/* .search_filter .banner_form {
    background: #ffffff;
    padding: 18px;
    border-radius: 4px;
    position: relative;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
} */

.banner_section .form-control {
    font-size: 13px;
    color: var(--bs-black);
    border-radius: 0px;
    font-weight: 500;
    border: 1px solid #f5f3f3 !important;
    padding: 12px 10px;
    height: 56px;
}

.search_filter .form-control {
    height: 50px;
    font-size: 14px;
    color: var(--bs-black);
    border-radius: 0px;
    font-weight: 500;
    border: 1px solid #e9e9e9 !important;
    /* background: #fff; */
}

/*
.banner_section .btn-primary,
.search_filter .btn-primary {
    padding: 0px 12px;
    font-size: 16px;
    height: 50px;
    border-radius: 0px;
}
*/

.section-footer p {
    font-size: 17px;
    line-height: 31px;
}

.banner_article .btn {
    background: #fff;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 6px;
    height: 56px;
    line-height: 37px;
}

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

.banner_article h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    max-width: 960px;
    margin-bottom: 35px;
    text-shadow: 3px 2px 4px #333333;
}

.section-footer .btn-primary {
    padding: 8px;
    font-size: 14px;
    height: 36px;
    border-radius: 7px;
}

.country_dropdown {
    background: transparent !important;
    padding: 20px 0px;
}

.country_dropdown:focus {
    background: transparent !important;
}

.footer-country-sec {
    background: #1b1a1a;
    padding: 15px 0px;
}

.country_list p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 19px;
}

.country_list h6 {
    color: #fff;
    font-weight: 200;
}

.country_list li {
    display: inline-block;
    margin: 7px;
}

.download_app p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 18px;
}

.download_app img {
    margin-bottom: 9px;
}

/* =============================  Category Megamenu ================================= */

.category_megamenu {
    background: #00000059;
    position: relative;
}

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

.category_megamenu .category_menu .dropdown {
    width: 100%;
    text-align: center;
    /* border-right: 1px solid #DDD; */
    position: static !important;
}



.category_megamenu .category_menu li:last-child {
    border: none !important;
}

.category_megamenu .category_menu li:first-child a {
    text-align: left;
}

.category_megamenu .category_menu li a {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 15px 5px;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    text-align: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.category_megamenu .megamenu h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-black);
    margin-bottom: 15px;
}

.list-unstyled li {
    text-align: left !important;
}

.category_megamenu .megamenu ul li a {
    font-size: 13px;
    padding: 4px 0px;
    display: block;
    font-weight: 400;
    color: #2196F3;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.category_megamenu .megamenu ul li a:hover {
    text-decoration: underline !important;
    color: var(--bs-black);
}

/* =============================  Category  ================================= */
.category_section {
    background: #fff;
    padding: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.category_item {
    border: 1px solid #e3e3e3;
    height: 100%;
    display: block;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    margin: 6px;
}

.category_item h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    margin-bottom: 15px;
}

.category_item span {
    font-size: 13px;
    margin-top: 4px;
    color: var(--bs-primary);
    font-weight: 600;
    padding: 1px 7px;
    border-radius: 3px;
    position: absolute;
    bottom: 8px;
    left: 24px;
    right: 25px;
}

.swiper-wrapper {
    padding: 10px 0px;
}

.category_section .swiper-button-next,
.category_section .swiper-button-prev {
    height: 28px;
    width: 28px;
    background: #d8d8d8;
    color: #000;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-weight: bold;
}

.category_section .swiper-button-next:after,
.category_section .swiper-button-prev:after {
    font-size: 12px;
}

.category_section .swiper-button-prev {
    left: 0px;
    left: auto;
    top: 60px;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.category_section .swiper-button-next {
    right: 0px;
    left: auto;
    top: 60px;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.category_section .swiper-slide {
    height: auto;
}

.category_section .swiper:hover .swiper-button-next,
.category_section .swiper:hover .swiper-button-prev {
    opacity: 1;
}


.site_title h3 {
    margin: 0;
    font-size: 14px;
    color: #EEE;
    vertical-align: middle;
}

/* =============================  Sponsored ads  ================================= */
.section_heading h2 {
    font-size: 25px;
    margin-top: 15px;
    font-weight: 600;
    color: #444;
}

.section_heading h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: var(--bs-black);
    vertical-align: middle;
}

.section_heading h3 a {
    color: var(--bs-primary);
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    margin-top: 3px;
}

.quick_view {
    position: absolute;
    top: 44%;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    font-size: 17px;
    border-radius: 3px;
    cursor: pointer;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

}

.product_wrapper:hover .quick_view {
    opacity: 1;
}

.sponsored_product .product_content {
    padding: 10px;
    background: #dc354508;
    min-height: 110px;
}

.top_ads .product_wrapper {
    min-height: 100px !important;
}

.product_wrapper {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #b8b8b8;
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: none !important;
}

.featured_tag {
    position: absolute;
}

.featured_tag .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.featured_tag .ribbon span {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #126a38;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: -21px;
}

/* .featured_tag .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #126a38;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #126a38;
} */

/* .featured_tag .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #126a38;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #126a38;
} */

.product_img {
    overflow: hidden;
}

.product_img img {
    border-radius: 10px 10px 0px 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    /* min-height: 150px; */
}

.product_wrapper:hover .product_img img {
    transform: scale(1.1);
}

.product_content {
    padding: 10px;
}

.product_content span {
    color: var(--bs-black);
    font-size: 14px;
    font-weight: 700;
}

.product_content h3 a {
    font-size: 14px;
    color: #1d1f2b;
}

.product_content h3 {
    line-height: 16px;
    color: var(--bs-black);
    font-weight: 500;
    margin-bottom: 13px;
}

.product_content h3 a:hover {
    color: var(--bs-primary);
}

.product_content p {
    margin: 0;
    font-size: 13px;
    color: #555;
}

.product_content p i {
    color: var(--bs-primary);
    font-weight: bold;
}



.sponsored_product .swiper-button-next,
.sponsored_product .swiper-button-prev {
    height: 28px;
    width: 28px;
    background: #ffffff;
    color: #000;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.sponsored_product .swiper-button-next:after,
.sponsored_product .swiper-button-prev:after {
    font-size: 12px;
}

.sponsored_product .swiper-button-prev {
    left: 0px;
    left: auto;
    top: 50%;
}

.sponsored_product .swiper-button-next {
    right: 0px;
    left: auto;
    top: 50%;
}

.topproduct_wrapper {
    padding: 13px 0px;
}

.topproduct_wrapper .vertical.carousel .carousel-item {
    overflow: hidden;
}

.topproduct_wrapper .vertical.carousel .carousel-item-next:not(.carousel-item-start),
.topproduct_wrapper .vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.topproduct_wrapper .vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.topproduct_wrapper .vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.topproduct_wrapper .vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;
    margin-left: unset !important;
    margin-right: 1rem;
    flex-direction: column;
}

.topproduct_wrapper .vertical.carousel .carousel-indicators [data-bs-target] {
    height: 30px;
    width: 3px;
}

.topproduct_wrapper .vertical.carousel .carousel-control-prev,
.topproduct_wrapper .vertical.carousel .carousel-control-next {
    width: 100%;
    height: 60px;
}

.topproduct_wrapper .vertical.carousel .carousel-control-prev-icon,
.topproduct_wrapper .vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
}

.topproduct_wrapper .vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}

.latest_ads .product_wrapper {
    box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 10%);
}

.product_icon {
    position: absolute;
    bottom: 4px;
    right: 8px;
    display: flex;
}

.compare_check {
    margin-right: 28px;
    vertical-align: middle;
}

.favorite_check input[type="checkbox"] {
    display: none;
}

.favorite_check .form-check-label {
    position: relative;
    cursor: pointer;
    top: -11px;
}

.favorite_check .form-check {
    padding: 0;
}

.favorite_check .form-check-label:before {
    position: absolute;
    content: '\f004';
    top: -4px;
    right: 0px;
    color: #000000;
    font-family: 'Line Awesome Free';
    font-size: 15px;
    text-align: center;
    border: 1px solid #f4efef;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    line-height: 23px;
    padding: 0;
}

.favorite_check input[type="checkbox"]:checked+label::before {
    content: '\f004';
    color: var(--bs-primary);
    font-weight: bold;
    border-color: var(--bs-primary);
}

.compare_check input[type="checkbox"] {
    display: none;
}

.compare_check .form-check-label {
    position: relative;
    cursor: pointer;
    top: -11px;
}

.compare_check .form-check {
    padding: 0;
}

.compare_check .form-check-label:before {
    position: absolute;
    content: '\f021';
    top: -4px;
    right: 0px;
    color: #000000;
    font-family: 'Line Awesome Free';
    font-size: 15px;
    text-align: center;
    border: 1px solid #f4efef;
    width: 24px;
    height: 24px;
    font-weight: bold;
    border-radius: 50px;
    line-height: 23px;
    padding: 0;
}

.compare_check input[type="checkbox"]:checked+label::before {
    content: '\f021';
    color: var(--bs-white);
    font-weight: bold;
    border-color: var(--bs-primary);
    background: var(--bs-primary);
}

.addToCompare.active {
    color: var(--bs-white);
    border-color: var(--bs-primary);
    background: var(--bs-primary);
}

.empty_compare img {
    width: 400px;
}

.addToCompare {
    color: #000000;
    font-family: 'Line Awesome Free';
    font-size: 15px;
    text-align: center;
    border: 1px solid #e8e8e8;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    line-height: 23px;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}

.addToCompare:hover {
    color: var(--bs-white);
    border-color: var(--bs-primary);
    background: var(--bs-primary);
}

.donation_box h3 {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #d5d5d5;
    font-weight: 500;
}

.donation_box a {
    border-radius: 50px;
    padding: 9px 34px;
    text-transform: uppercase;
}


/* =============================  Blog  ================================= */
.blog_wrapper {
    background: #fff;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f5f5f5 !important;
}

.blog_img {
    overflow: hidden;
}

.blog_img img {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog_wrapper:hover .blog_img img {
    transform: scale(1.1);
}

.blog_content h6 {
    font-size: 13px;
    color: #777;
    font-weight: 400;
    margin-bottom: 15px;
}

.blog_content h2 a {
    font-size: 17px;
    font-weight: 400;
    display: block;
    line-height: 25px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #333333;
}

.blog_content h2 a:hover {
    color: var(--bs-primary)
}

.blog_content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-bottom: 18px;
}

.blog_content div {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 24px;
}

.blog_content h5 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    background: #f2f2f2;
    padding: 8px 10px;
    border-radius: 2px;
}

.blog_content h5 a {
    color: var(--bs-primary) !important;
}


.term-list .title {
    font-size: 15px;
    color: #1b1b1b;
    font-weight: 600;
}

.term-list li {
    font-size: 14px;
    padding: 2px 0px;
}

.term-list li a {
    color: #2196F3;
    transition: all 0.2s ease;
}

.term-list li a:hover {
    color: #1b1b1b;
}

/* =============================  Footer  ================================= */

.footer_section {
    background: #1c2951;
}

.ekazone_sponsored {
    border-bottom: 1px solid #232121;
    margin-bottom: 50px;
    background: #3a404d;
}

.ekazone_sponsored a {
    font-size: 13px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.ekazone_sponsored a:hover {
    color: #2196F3 !important;
}

.footer_section .footer_address ul li {
    font-size: 14px;
    padding: 10px 0px;
    color: #a9a3a3;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
}

.footer_section .footer_address ul li i {
    font-size: 18px;
    color: var(--bs-primary);
    position: absolute;
    left: 0;
}

.footer_section .footer_heading h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--bs-white);
}

.footer_section .footer_links ul li a {
    font-size: 14px;
    color: #a1a1a1;
    padding: 4px 0px;
    display: inline-block;
    transition: all 0.3s ease;
}

.footer_section .footer_links ul li a:hover {
    color: var(--bs-white);
}

.copyright_sec {
    background: #1c2951;
    padding: 12px 0px;
}

.copyright-text p {
    margin: 0;
    font-size: 15px;
    color: var(--bs-white);
}

.social_link ul li {
    display: inline-block;
}

.social_link ul li img {
    width: 30px;
    margin: 2px;
}


.donation_box .form-control {
    height: 38px !important;
    border: none !important;
    border-radius: 50px;
}

.paynow_form .input-group-text {
    padding: 0;
    background: transparent;
    border: none !important;
    font-size: 12px !important;
}

.paynow_form .input-group-text.btn.btn-primary {
    background: #ffc439 !important;
    color: #222;
    padding: 5px 16px;
    font-weight: 700;
    height: 38px;
    border-radius: 50px;
}

/* ============================= Breadcrumb  ================================= */

.breadcrumb_sec {
    background: #3f51b514;
}

.breadcrumb-item a {
    color: var(--bs-black);
    font-weight: 400;
    font-size: 14px;
}

.breadcrumb-item.active {
    color: var(--bs-primary);
    font-size: 15px;
    vertical-align: middle;
}

/* ============================= About us  ================================= */

.about_content h2 {
    font-size: 18px;
    color: var(--bs-black);
    margin-bottom: 16px;
    font-weight: 600;
}

.about_content p {
    color: #555;
    line-height: 27px;
    margin: 0;
    margin-bottom: 20px;
    text-align: justify;
}

.about_img img {
    border-radius: 10px;
}

/* =============================  Privacy  ================================= */
.page_content {
    color: #555;
    line-height: 27px;
    margin: 0;
    margin-bottom: 20px;
    text-align: justify;
}

.page_content .title h2 {
    font-size: 18px;
    color: var(--bs-black);
    margin-bottom: 16px;
    font-weight: 600;
}

/* =============================  Contact  ================================= */

.contact_section .title h3 {
    font-size: 17px;
    font-weight: 500;
    color: var(--bs-black);
}

.contact_info,
.contact_form {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.contact_address h4 {
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact_address h4 i {
    color: var(--bs-primary);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #f0f0f0;
    line-height: 29px;
    margin-right: 5px;
    vertical-align: middle;
}

.contact_address p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

/* =============================  Faq  ================================= */

.faq_list .accordion-item {
    border: 1px solid #EEE !important;
    margin-bottom: 12px;
    border-radius: 0px !important;
}

.faq_list .accordion-item button {
    font-size: 15px;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    padding: 26px 19px;
}


.faq_list .accordion-body {
    padding: 20px 20px;
}

.faq_list .accordion-body p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    color: #737373;
    text-align: justify;
}

.faq_list .accordion-button::after {
    background-image: none !important;
    content: "\f078";
    font-family: 'Line Awesome Free';
    font-weight: bold;
    transform: rotate(0);
}

.faq_list .accordion-button:not(.collapsed)::after {
    content: "\f077";
}

.faq_list .accordion-button:not(.collapsed) {
    background: var(--bs-primary);
    color: #fff !important;
    border-radius: 0px !important;

}

/* =============================  Shop  ================================= */

.shop_sideabr {
    background: #ffffff;
    padding: 15px;
    border-radius: 2px;
}

.shop_heading h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--bs-black);
}

.shop_list ul li a {
    color: var(--bs-black);
    font-size: 15px;
    font-weight: 300;
    display: block;
    padding: 5px 0px 5px 13px;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f4f5fa;
}

.shop_list ul li a:hover {
    color: var(--bs-primary);
}

.shop_list ul li a span {
    float: right;
    color: var(--bs-primary);
}

.featured_tag {
    position: absolute;
}

.featured_tag .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}


.featured_tag .ribbon span {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #2dbe6c;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: -21px;
}

/* .featured_tag .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #2dbe6c;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2dbe6c;
}

.featured_tag .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #2dbe6c;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2dbe6c;
} */

.listing_ad h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.shop_header {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
}

.shop_filter_btn {
    background: var(--bs-primary);
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    border-radius: 3px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.shop_filter_btn {
    background: var(--bs-primary);
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    border-radius: 3px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.shop_filter.offcanvas {
    border: none !important;
    width: 320px;
    overflow: hidden;
    height: 100%;
    overflow-y: auto;
}

.shop_filter .offcanvas-header {
    padding: 9px 27px;
}

.shop_filter .offcanvas-header h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-black);
}

.shop_filter .btn-close {
    box-shadow: none !important;
    opacity: 1;
}

.shop_filter .offcanvas-body {
    padding: 0px 9px;
}

.shop_header .filter_form .input-group-text {
    background: transparent;
    border: none !important;
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-black);
}

.shop_header .filter_form .form-control {
    border-radius: 4px !important;
    font-size: 15px;
    font-weight: 500;
    max-width: 200px !important;
    height: 42px;
    padding: 9px 12px;
    color: var(--bs-black);
    background: #ffffff;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.shop_checkbox label {
    font-size: 15px;
    font-weight: 500;
}

.shop_checkbox label {
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.shop_checkbox .form-check-input {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 0px;
    border: 1px solid var(--bs-primary);
    border-radius: 50px;
    outline: none !important;
    box-shadow: none !important;
}

.shop_checkbox .form-check-input:checked[type=radio] {
    background: var(--bs-primary);
}

.shop_checkbox .form-check {
    margin-bottom: 7px;
}

.shop_price .form-control {
    background: #fff;
    border: 1px solid #e5e0e0;
}

.shop_price span.input-group-text {
    border: none !important;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px !important;
}

.shop_price .btn-primary {
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px !important;
}

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

.shop_price input[type="number"] {
    -moz-appearance: textfield;
}

.shop_pagination .page-link {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    border: none !important;
    border-radius: 50px !important;
    line-height: 38px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
}

.shop_pagination .page-link.active {
    background: var(--bs-primary);
    color: #fff !important;
}

.shop_wrap {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 18px;
}

.accordion-button {
    padding: 10px 5px 10px 5px !important;
    font-size: 14px !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.shop_list {
    max-height: 430px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 11px;
}

.shop_list .active {
    color: #0D6EFD;
}

.category_list .active {
    color: #0D6EFD;
}

.shop_list::-webkit-scrollbar {
    width: 3px;
}

.shop_list::-webkit-scrollbar-thumb {
    background-color: #ddd;
}


.product_wrapper .product_img {
    overflow: hidden;
    position: relative;
}

.shop_wrap::-webkit-scrollbar {
    width: 3px;
}

.shop_wrap::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

.shop_wrap:last-child {
    border-bottom: 0px;
}


.single_ad_wrapper {
    box-shadow: rgb(99 99 99 / 12%) 0px 2px 8px 0px;
    padding: 20px;
    background: #ffff;
    border-radius: 4px;
}

.product_details {
    box-shadow: rgb(99 99 99 / 12%) 0px 2px 8px 0px;
    padding: 20px;
    background: #ffff;
    border-radius: 2px;
}

.ad_wrap {
    padding: 21px 18px;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 4px;
    background: #fff;
    border-radius: 2px;
}

.category_list ul li a {
    color: #1d1f2b;
}

.ad_header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-black);
    margin-bottom: 10px;
}

.product_details h3 {
    font-size: 21px;
    color: var(--bs-black);
    margin-bottom: 13px;
}

.product_details p {
    font-size: 14px;
    line-height: 29px;
    text-align: justify;
    color: #666;
}

.ad_price h4 {
    margin: 0;
    font-size: 21px;
    color: var(--bs-primary);
    margin-bottom: 10px;
}

.heading h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}


.single_ad_right ul li {
    font-size: 14px;
    padding: 6px 0px;
    color: #828282;
}


.product_quick_view .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.modal-header {
    border: none !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.product_quick_view .single_ad_wrapper {
    box-shadow: none !important;
}


.ad_wrap ul li {
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #f5f5f5;
}

.ad_wrap ul li span {
    float: right;
    font-weight: 600;
}

.single-cta {
    border-bottom: 1px solid #EEE;
    padding-bottom: 22px;
}

.single-cta:last-child {
    border: 0;
}

.single-cta h4 {
    font-size: 21px;
    font-weight: 600;
    color: var(--bs-black);
    margin-bottom: 6px;
}

.single-cta i {
    font-size: 54px;
    color: #312525;
    margin-bottom: 14px;
}

.single-cta p {
    margin: 0;
    font-size: 14px;
    color: #888;
}

/* Chrome, Safari, Edge, Opera */
.bid_form input::-webkit-outer-spin-button,
.bid_form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.bid_form input[type="number"] {
    -moz-appearance: textfield;
}


.ad_wrap .form-control {
    box-shadow: rgb(0 0 0 / 5%) 1.95px 1.95px 2.6px !important;
    border: 1px solid #EEE;
    height: 50px;
    font-size: 16px;
}

.ad_wrap ul li span a {
    color: var(--bs-primary);
}

.product-item__gallery .mySwiper2 {
    position: relative;
    width: 100%;
    height: 640px;
    margin-bottom: 4px;
    overflow: hidden;
    background-color: #1d1f2b;
}

.product-item__gallery .mySwiper2 .swiper-slide {
    /* display: flex; */
    justify-content: center;
}

.product-item__gallery .mySwiper2 .swiper-slide img {
    width: 100%;
    margin: 0px auto;
}

.product-item__gallery .swiper-wrapper {
    padding: 0px;
}

.product-item__gallery .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    transition: all 0.3s ease-in;
}

.product-item__gallery .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-item__gallery .swiper {
    width: 100%;
    height: 100%;
}

.product-item__gallery .swiper-slide {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

/* .product-item__gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
} */

.thumbsimg img {
    width: 100%;
    height: 100px !important;
}


.product_details_section .heading a {
    color: var(--bs-primary);
}


.modal-content {
    border: none !important;
    border-radius: 4px;
    padding: 10px;
}

.modal-danger .modal-content .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0;
    padding: 0;
    z-index: 10;
    outline: none !important;
    box-shadow: none !important;
}

.modal-danger h5 {
    font-size: 18px;
    color: #323232;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
}

.modal-footer .btn-danger {
    padding: 10px 13px;
    font-size: 15px;
    border-radius: 4px;
}

.modal-danger .btn.btn-info {
    font-size: 15px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d7d3d3;
    padding: 10px 30px;
}

.modal-danger p {
    padding-bottom: 12px;
    color: #777;
    font-weight: 400;
}

.modal {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.modal-footer {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: #f6f8fb !important;
}

.modal-body {
    padding: 0;
}

.bidAmount_list .modal-header {
    padding: 3px 0px 20px 0px;
}

.bidAmount_list table th {
    border: 1px solid #EEE;
}

.bidAmount_list table tr td {
    border: 1px solid #EEE;
    font-size: 16px;
    font-weight: 400;
}

.bidAmount_list .modal-header .btn-close {
    border: none !important;
    opacity: 1;
    font-size: 13px;
    outline: none !important;
    box-shadow: none !important;
}


.related_post_slider .product_content {
    height: 110px !important;
}

.product_img img {
    height: 130px !important;
}

.related-post__slider-item {
    margin: 0px 8px;
    display: grid;
}

.related-post__slider-item .product_wrapper {
    box-shadow: none !important;
    border: 1px solid #ddd;
}

.related_product_section button.slider-btn--prev.slick-arrow,
.related_product_section button.slider-btn--next.slick-arrow {
    border: 1px solid #c8c8c8;
    width: 38px;
    height: 38px;
    border-radius: 33px;
    background: transparent;
    color: #000;
    font-size: 18px;
    margin: 0px 6px;
    line-height: 6px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.related_product_section button.slider-btn--prev.slick-arrow:hover,
.related_product_section button.slider-btn--next.slick-arrow:hover {
    background: var(--bs-primary);
    color: #fff;
}

.slider-btn {
    text-align: end;
}

.related-post__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.adpost_form {
    background: #fff;
    padding: 20px 20px;
}

.adpost_form .dropdown button {
    background: #fff !important;
}

.adpost_form .text-danger {
    color: #dc3545 !important;
}

.primary-color {
    color: var(--bs-primary);
}

.adpost_form .heading h3,
.seller_info .heading h3 {
    font-size: 20px;
    color: var(--bs-black);
    font-weight: 700;
}

.adpost_form .form-control[type=file] {
    cursor: pointer;
}

.image-uploader {
    border: none !important;
    border: 1px solid #e8e8e8 !important;
}

.image-uploader .uploaded .uploaded-image .delete-image {
    background-color: #f44336;
}

/*
.user_dashboard .dropdown {
    padding: 14px 0px;
} */

.user_dashboard .dropdown-toggle {
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

.user_dashboard .dropdown-menu {
    padding: 0;
    z-index: 5;
    border-radius: 0px !important;
}

.user_dashboard li {
    display: block !important;
}

.user_dashboard .dropdown-menu li a {
    padding: 7px 12px;
    font-size: 15px;
}

.user_dashboard .dropdown-item:focus,
.user_dashboard .dropdown-item:hover {
    background: #3f51b5 !important;
    color: #fff;
}

.dashboard_wrap {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    background: #fff;
}

.profile_info img {
    background: #fff;
    border: 3px solid #ff002f;
}

.dashboard_profile ul li a i {
    font-size: 21px;
    vertical-align: middle;
}

.profile_info h4 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--bs-black);
}

.profile_info p {
    margin: 0;
    font-size: 13px;
    color: #777;
}

.dashboard_profile ul li a {
    font-size: 14px;
    border: 1px solid #eee;
    border-bottom: none;
    border-right: 0;
    border-left: 0;
    padding: 12px 15px;
    color: #444;
    display: block;
    background: #fff;
}

.dashboard_profile ul li a.active {
    background: var(--bs-primary);
    color: #fff !important;
}


.dashboard_profile ul li a:hover {
    color: var(--bs-primary);
}

.dashboard_wrapper {
    background: #fff;
    border: 1px solid #EEE;
    border-radius: 6px;
    padding: 20px 20px;
}

.dashboard_card .card_item {
    border: 1px solid #EEE;
    padding: 12px 10px;
    border-radius: 7px;
}

.dashboard_card .card_item h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: var(--bs-white)
}

.dashboard_card .card_item h5 {
    font-size: 16px;
    font-weight: 400;
    color: var(--bs-white)
}

.dashboard_card .card_body {
    position: relative;
}

.badge {
    padding: 5px 8px;
    display: inline-block;
    height: 18px;
}

.dashboard_wrapper .table {
    border: 1px solid #EEE;
    text-align: center;
    min-width: 900px;
}

.dashboard_wrapper .table th {
    border: 1px solid #EEE;
}

.dashboard_wrapper .table td {
    border: 1px solid #EEE;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    color: #444;
}

.dashboard_wrapper .table .dropdown-toggle {
    background: #f3f3f3;
    border: none !important;
    font-size: 19px;
    border-radius: 50px;
    font-weight: bold;
    outline: none !important;
    box-shadow: none !important;
    line-height: 15px;
    width: 36px;
    height: 36px;
}

.dashboard_wrapper .dropdown-menu {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 0;
    min-width: 100px !important;
}

.dashboard_wrapper .dropdown-menu a {
    padding: 6px 14px;
    font-weight: 600;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-white) !important;
    background-color: var(--bs-primary) !important;
}

.dashboard_wrapper .heading h3 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.user_dashboard .text-danger {
    color: #dc3545 !important;
    font-size: 18px;
}

.user_dashboard .form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}


/*  chat box */


.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}

.chat-message-left {
    margin-right: auto
}

.chat_box .chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
}

.chat_box .user_list {
    display: block !important;
    margin-bottom: 10px;
    background: #fafafa;
    padding: 7px 9px;
    border-radius: 50px;
    transition: all 0.5ms ease-in;
    -webkit-transition: all 0.5ms ease-in;
    -moz-transition: all 0.5ms ease-in;
    -ms-transition: all 0.5ms ease-in;
    -o-transition: all 0.5ms ease-in;
}

.chat_box .user_list.active {
    background: #dddddd !important;
}

.chat_box .user_list:hover {
    background: #dddddd;
}


.chat_box .user_list img {
    border-radius: 50px;
    border: 1px solid #ddd;
    margin-right: 8px;
}

.chat_box .user_list h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-black);
    margin: 0;
    margin-bottom: 5px;
}

.chat_box .user_list span {
    font-size: 12px;
    padding: 0px 9px;
    display: inline-block;
    color: #fff;
    background: #2dbe6c;
    border-radius: 3px;
}

.chat_box .user_list .online {
    background: #2dbe6c !important;
}

.chat_box .user_list .offline {
    background: #d5d5d5 !important;
    color: #000;
}

.chat_box .border-right {
    border-right: 1px solid #efeeee;
    max-height: 634px;
    overflow: hidden;
    overflow-y: auto;
}

.selected_user.header {
    background: #fafafa;
    padding: 10px 20px;
}

.selected_user.header h5 {
    font-size: 16px;
    color: var(--bs-black);
    margin: 0;
    font-weight: 700;
}

.selected_user.header span {
    font-size: 12px;
    padding: 0px 9px;
    display: inline-block;
    color: #fff;
    background: #2dbe6c;
    border-radius: 3px;
}

.chat_messages {
    padding: 20px 17px;
    height: 500px;
    background-color: white;
    overflow: auto;
}

.chat_messages::-webkit-scrollbar {
    width: 3px;
}

.chat_messages::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

.chat_msg:last-child {
    border: 0;
}

.chat_msg {
    margin-bottom: 14px;
    padding: 10px 14px;
    border-radius: 10px;
}

.chat_msg h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: var(--bs-primary);
}

.chat_msg p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 26px;
}

.chat_msg .text-muted {
    text-align: center;
    font-weight: 600;
}

.lg-toolbar .lg-icon {
    color: #fff;
}

.seller_dashboard {
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 30px 21px;
    border-radius: 10px;
    position: relative;
}

.seller_dashboard .profile {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
}

.info_seller img {
    width: 16px;
    height: 16px;
    margin-bottom: 7px;
}

.info_seller .star span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 8px;
    font-weight: 400;
    color: #333;
}

.info_seller h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 4px;
}

.info_seller p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.info_seller p strong {
    color: #212121;
    margin: 0px 3px;
    font-size: 12px;
}


.chat_seller_btn {
    position: absolute;
    top: 45px;
    right: 15px;
}

.seller_dashboard_shop .nav-item {
    display: block;
    width: 33.33%;
}

.seller_dashboard_shop .nav-item button {
    width: 100%;
}

.seller_dashboard_shop .nav-pills .nav-link {
    font-size: 15px;
    color: var(--bs-black);
    border-radius: 3px;
    padding: 18px 5px;
    background: #ffffff;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;
    border: 1px solid #f0f0f0;
}

.seller_dashboard_shop .nav-pills .nav-link.active {
    background: var(--bs-primary) !important;
    color: #fff;
}

.seller_dashboard_shop .shop_header {
    border-bottom: 1px solid #efeeee;
    border-top: 1px solid #efeeee;
    background-color: #fff;
    border-radius: 0;
}

.seller_sort_info .profile {
    border: 2px solid #DDD;
    margin-bottom: 5px;
}

.seller_sort_info h3 a {
    font-size: 18px;
    font-weight: 600;
}

.seller_sort_info h3 {
    margin: 0;
}

.seller_sort_info p {
    margin: 0;
    font-size: 14px;
    padding: 6px 0px;
}

.seller_sort_info .star {
    margin: 0;
    font-size: 15px;
    padding: 6px 0px;
    border-bottom: 1px solid #f5f5f5;
}

.seller_sort_info .star img {
    width: 16px;
    height: 16px;
    margin-bottom: 7px;
}

.seller_sort_info .star span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 0px;
    font-weight: 400;
    color: #333;
}

.feedback_list {
    padding: 15px 15px;
    border-radius: 10px;
    background: #fff;
}

.feedback_list .feedback_img img {
    border-radius: 3px;
}

.feedback_content .star img {
    width: 17px;
    height: 17px;
}

.feedback_content h6 {
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
}


.feedback_content .star {
    margin-bottom: 9px;
}

.feedback_list p {
    margin: 0;
    font-size: 14px;
    color: #585858;
    line-height: 24px;
    text-align: justify;
}

.review_form {
    background: #fff;
    padding: 20px 20px;
}


/* sign in */
.signin_form .heading {
    border-bottom: 1px solid #f5f2f2;
}

.signin_form .form-control {
    background: #ebedf4;
}

.signin_form {
    padding: 30px;
    background: #fff;
    border-radius: 9px;
    max-width: 25rem;
    margin: auto;
}

.signin_form .heading h3 {
    color: #070707;
    font-weight: 600;
    font-size: 23px;
    margin: 0;
    margin-bottom: 10px;
}

.signin_form .heading p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.signin_form .heading p a {
    color: var(--bs-primary);
    font-weight: bold;
}


.signin_form .form-check label {
    cursor: pointer;
    font-size: 15px;
}

.signin_form .form-check .form-check-input {
    margin-top: 0px;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    border: 1px solid #c6c6c6 !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.signin_form .form-check-input:checked {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.signin_form .password_forgot a {
    font-weight: 600;
    font-size: 14px;
    color: var(--bs-black);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.signin_form .password_forgot a:hover {
    color: var(--bs-primary)
}

.signin_form .btn-primary {
    height: 50px;
    font-size: 17px;
}

.text-danger {
    color: #dc3545 !important;
}

.social_login ul li {
    display: inline-block;
}

.social_login ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #3f51b517;
    border-radius: 48px;
    line-height: 39px;
    margin: 0px 7px;
    font-size: 19px;
    background: var(--bs-primary);
    color: #ffffff;
}


/* shop */

.product_showing_number p {
    margin: 0;
    font-size: 14px;
    color: #444;
}

.sort_by_filter .form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px 12px !important;
    background: #fff;
}


.pagination_nav .page-link {
    width: 45px;
    height: 45px;
    margin: 0px 10px;
    border: none !important;
    border-radius: 6px !important;
    line-height: 35px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    text-align: center;
}

.pagination_nav .page-link.active {
    background: var(--bs-primary);
    color: #fff !important;
}

.pagination_nav .page-link.active {
    background: var(--bs-primary);
    color: #fff !important;
}

.share_ads h3 {
    font-size: 16px;
    color: #777;
}

#st-2 {
    text-align: left !important;
    margin-top: 30px !important;
}

div#st-el-1 {
    display: none;
}

#st-2 .st-total.st-hidden {
    display: inline-block !important;
}

.blog_share div#st-2 {
    text-align: center !important;
}

/* Blog  */

.blog_sidebar .post_wrap {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
}

.blog_sidebar .post_widget h3 {
    font-size: 18px;
    color: #444;
}

.blog_sidebar .post_wrap ul li a {
    display: block;
    padding: 6px 0px;
    font-size: 14px;
    color: #777;
}

.blog_sidebar .post_wrap ul li a:hover {
    color: var(--bs-primary);
    text-decoration: underline !important;
}

.blog_sidebar .post_body {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.blog_sidebar .single_blog {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
}

.blog_section .single_post_img img {
    border-radius: 4px;
}

.blog_section .single_blog {
    background: #fff;
    padding: 20px;
    border-radius: 2px;
}

.blog_section .single_post_details h6 {
    font-size: 13px;
    color: #777;
    font-weight: 400;
    margin-bottom: 10px;
}

.blog_section .single_post_details h5 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #777;
}

.blog_section .single_post_details h5 a {
    color: var(--bs-primary);
}

.blog_section .single_post_details h2 a {
    font-size: 21px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    line-height: 29px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog_section .single_post_details p {
    margin-bottom: 20px;
    color: #666;
    line-height: 30px;
}

/* compare */
.wsus__compare_list .table {
    border: 1px solid #EEE;
    text-align: center;
    min-width: 900px;
}

.wsus__compare_list .btn-primary {
    padding: 7px 15px;
    font-size: 13px;
}

.wsus__compare_list .wsus__compare_img {
    padding: 0;
    text-align: center;
}

.wsus__compare_list table tbody tr td {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    padding: 20px 20px;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.wsus__compare_list p {
    margin: 0;
}



/* choose category */
.adpost_form .heading h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.post_category ul li {
    display: inline-block;
}

.post_category ul li .category_name {
    font-size: 14px;
    padding: 10px 18px;
    display: block;
    border: 1px solid #EEE;
    border-radius: 6px;
    font-weight: 500;
    margin: 7px 4px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.post_category ul li .category_name:hover {
    background: var(--bs-primary);
    color: #fff;
}

.product_featured_check {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 13px;
    text-align: left;
    float: none;
    position: relative;
    border-radius: 3px;
    margin: 0 0 8px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 6%), 0 0 0 1px rgb(0 0 0 / 15%) inset;
}

.product_featured_check label.osp-chk {
    padding: 10px;
    position: absolute;
    left: -1px;
    top: 0;
    margin: 0 !important;
    height: 100%;
    width: 50px;
    background: rgb(212 212 212);
    border: none !important;
    line-height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product_featured_check .form-check {
    margin-bottom: 6px;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 4px;
}

.product_featured_check .form-check .form-check-input {
    width: 18px;
    height: 18px;
    outline: none !important;
    box-shadow: none !important;
}

.product_featured_check .osp-text {
    float: left;
    width: 60%;
    padding: 10px 10px 10px 60px;
    clear: none;
}

.product_featured_check .osp-select {
    float: left;
    width: 40%;
    clear: none;
    padding: 6px 4px 0px 0px;
}

.product_featured_check .osp-pb-name {
    font-size: 13px;
    font-weight: 500;
}

.product_featured_check .osp-pb-desc {
    font-size: 13px;
    color: #777;
}

.product_featured_check .form-control {
    height: 45px;
    border-radius: 0px;
    border-color: #EEE;
    font-size: 13px;
}

.transmisson_type .form-check label {
    vertical-align: middle;
}

.transmisson_type .form-check {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
}

.condition_check .form-check {
    display: inline-block;
    margin-right: 8px;
}


.form-width {
    width: 140px !important;
    border-radius: 4px 0 0 4px !important;
}

.input-group-width {
    border-radius: 0 4px 4px 0 !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: none;
    width: 100%;
    height: 43px;
    font-size: 13px;
    padding: 7px 10px;
    font-weight: 400;
    border-radius: 4px;
    color: var(--bs-black);
    background: #ffffff;
    border: 1px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.select2-container {
    width: 100% !important;
    height: 48px;
}

.select2-results__option {
    font-size: 15px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bs-primary) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 16px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-dropdown {
    border: 1px solid #EEE !important;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    border-radius: 50px;
    height: 35px;
    outline: none !important;
    box-shadow: none !important;
    padding: 4px 13px;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}


.adpost_form .form-check .form-check-input {
    cursor: pointer;
    box-shadow: none !important;
}

.adpost_form .form-check-input:checked {
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary) !important;
}

.adpost_form .form-check-label {
    cursor: pointer;
}

.adpost_form .input-group-text {
    /* background: transparent !important; */
    font-size: 14px;
    text-align: left;
    outline: none !important;
    box-shadow: none !important;
}

.adpost_form .input-group .btn {
    font-size: 13px;
    font-weight: 500;
}

ul.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 150px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.2);
}

li.ui-menu-item {
    padding: 0 .5em;
    line-height: 2em;
    font-size: 15px;
    cursor: pointer;
}

li.ui-menu-item:hover {
    color: #3f51b5;
}

.ui-state-focus {
    background: #F7F7F7;
}


.promotion_product td {
    border: 1px solid #f3f3f3;
    padding: 15px 18px;
}

.payment_option .card {
    text-align: center;
    background: #889bff38;
    padding: 50px 10px;
    overflow: hidden;
    position: relative;
}

.payment_option .card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    margin: 0;
    margin-bottom: 30px;
}

.payment_option .card-body {
    padding: 0;
}

.payment_option .card img {
    width: 300px;
    position: absolute;
    bottom: -36px;
    left: -41px;
    transform: rotate(20deg);
    opacity: .1;
}

.customer_invoice td {
    border: 1px solid #f3f3f3 !important;
    padding: 15px 18px !important;
}

.customer_invoice th {
    border: 1px solid #f3f3f3 !important;
    padding: 15px 18px !important;
}

.menu_offcanvas .nav-item {
    padding: 2px 0px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.category_wrap .category-name a {
    color: #2f3432;
    font-size: 15px;
    font-weight: 400;
}

.category_wrap span {
    font-size: 13px;
    color: #707676;
}


.category_wrap {
    border: 1px dashed #dadada;
    padding: 16px 10px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
}

.text-info-emphasis {
    color: #2196F3;
}

.banner_article ul li a {
    color: #ffffff;
    padding-bottom: 7px !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.banner_article ul li a i {
    color: #ffffff;
    margin-right: 2px;
}

.category_wrap:hover .category-name a {
    color: var(--bs-primary) !important;
}

.cities_list a {
    font-size: 13px;
    color: #fff;
    background: #1c2951;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 8px;
    border-radius: 2px;
    font-weight: 500;
}

/* .cities_list a:hover {
    background: #cbcbcb;
} */

.blog_section .post-item {
    background: #fff;
}



.blog_section .post-item .content {
    padding: 20px;
}

.blog_section .post-item .content h3 {
    line-height: 19px;
    margin-bottom: 12px;
}

.blog_section .post-item .content h3 a {
    color: #323232;
    font-size: 18px;
}

.blog_section .post-item .content p {
    color: #757575;
    margin: 10px 0;
}

.blog_section .post-item .content .btn-main {
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}



.footer_widget p {
    margin: 0;
    color: #d0d0d0;
    font-size: 14px;
    text-align: justify;
}

.download_app_section {
    background: #3a404d;
    overflow: hidden;
}



.app-text-section h5 {
    color: #BBB;
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
}

.app-text-section h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.category-name span {
    color: #2196F3 !important;
    font-size: 15px;
}

.cookies_content {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px;
    background: #fff;
    max-width: 520px;
    border-radius: 4px;
    z-index: 999;
    box-shadow: 0px 0px 9px #8c8c8c;
}



.locatiom_modal .nav-item {
    border: 1px solid #EED;
}

.locatiom_modal .nav-item button {
    padding: 13px 0px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0px !important;
    color: #222;
}

.locatiom_modal .nav-pills .nav-link.active,
.locatiom_modal .nav-pills .show>.nav-link {
    color: #222222;
    background-color: #f8f8f8;
}

.locatiom_modal .nav-item button img {
    border: 1px solid #EEE;
}

.locatiom_modal .nav-item:last-child {
    border-right: 0;
}

.locatiom_modal .nav-item:first-child {
    border-left: 0;
}

.city_list button {
    border-bottom: 1px solid #ebebeb !important;
    border-radius: 0px !important;
    padding: 0px 0px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 4px;
    background: transparent !important;
    color: #474747;
    outline: none !important;
    box-shadow: none !important;
}

.city_list button:hover {
    color: #1c2951;
}



.locatiom_modal .form-check-label {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 5px 0px;
    position: relative;
}

.locatiom_modal .form-check-input[type=radio] {
    border-radius: 0px;
    float: right;
    padding: 0;
    margin-top: 10px;
}

.locatiom_modal .form-check .form-check-label::before {
    position: absolute;
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-size: 18px;
    font-weight: 900;
    width: 100%;
    z-index: 0;
    color: rgb(51, 51, 51);
    top: 4px;
    float: right;
    text-align: right;
}

.locatiom_modal .form-check-input:checked + .form-check-label::before, .locatiom_modal .area_list .form-check-input:checked + .form-check-label::before, .locatiom_modal .mobile_area .form-check-input:checked + .form-check-label::before {
    content: "✔";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #4CAF50;
}

.locatiom_modal .area_list .form-check .form-check-label::before {
    content: "";
}
.locatiom_modal .mobile_area .form-check .form-check-label::before {
    content: "";
}
.locatiom_modal .form-check-input[type=radio] {
    display: none;
}




.city_list .nav-pills .nav-link.active,
.city_list .nav-pills .show>.nav-link {
    color: #7f0017 !important;
    font-weight: 400;
}

.area_list ul li a {
    font-size: 15px;
    color: #474747;
    padding: 9px 0px;
    display: block;
    border-bottom: 1px solid #EEE;
}

.city_list,
.area_list {
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

/* Width */
.locatiom_modal ::-webkit-scrollbar {
    width: 5px;

}

/* Track */
.locatiom_modal ::-webkit-scrollbar-track {
    background: rgb(216, 214, 217);
    border-radius: 12px;
}

/* Handle */
.locatiom_modal ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 12px;
}

/* Handle on hover */
.locatiom_modal ::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 12px;
}


.mobile_location .accordion {
    border: none !important;
}

.mobile_location .accordion-item {
    background: transparent;
    border-radius: 2px !important;
    margin-bottom: 5px;
    padding: 0 !important;
    border: none !important;
}

.m_country_name {
    background: #fafafa;
    border: 1px solid #EEE;
    padding: 12px;
}

.mobile_location .accordion-item button {
    font-size: 15px !important;
    font-weight: 500;
    color: #3c3c3c;
    padding: 0 !important;
    border-radius: 0px !important;
}

.mobile_location .accordion-button::after {
    background-image: none;
    font-family: 'Line Awesome Free';
    content: "\2b";
    font-weight: bold;
    font-size: 25px;
    margin-top: -9px;
    color: #444;
    width: 30px;
    text-align: center;
    transition: none !important;
}

.mobile_location .accordion-button:not(.collapsed)::after {
    content: "\f068";
    position: absolute;
    top: 13px;
    right: 0px;
}

.mobile_location .accordion-body {
    border: 1px solid #EEE;
    border-top: none;
}

.m_city_list .accordion-button::after {
    display: none;
}
.mobile_area li a {
    font-size: 15px;
    color: #474747;
    padding: 9px 0px;
    display: block;
    border-bottom: 1px solid #EEE;
}

.mobile_location .accordion-item:last-child {
    border: none !important;
}


.mobile_location .modal-body {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.mobile_area label {
    border-bottom: 1px solid #f7f3f3;
    padding: 6px 0px !important;
}

.app_dropdown .content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    padding-bottom: 5px;
}

.app_dropdown .content p {
    font-size: 14px;
    margin: 0;
    color: #444;
}

.app_dropdown .content a {
    color: #222 !important;
    text-align: left !important;
    text-decoration: underline !important;
    padding: 0 !important;
    margin-top: 12px;
    font-size: 14px !important;
    font-weight: 400 !important;
}





















/* ==========================================================================
     Helper classes
     ========================================================================== */

/*
   * Hide visually and from screen readers
   */

.hidden,
[hidden] {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
   * Hide visually and from screen readers, but maintain layout
   */

.invisible {
    visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * The use of `table` rather than `block` is only necessary if using
   * `::before` to contain the top-margins of child elements.
   */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.mySwiperQuickView .thumbsimg img {
    width: 100%;
    /* height: 100px !important; */
    height: auto !important;
    margin: 5px 5px 5px 0px !important;
}

/* textarea#description {
    white-space: pre-wrap!important;
} */
