/* Font Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap');

/* Playfair Display */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Common CSS */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #fff;
}
.mb--30 {
    margin-bottom: 30px;
}
ul, li {padding: 0; list-style-type: none;}
h1, h2, h3, h4, h5, h6 {padding: 0; margin: 0;}

h1 {font-size: 43px;}
h2 {font-size: 24px;}
h3 {font-size: 16px;}
p {margin: 0; padding: 0;}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #5a5a5a;
}
.leading-5 {height: 38px; line-height: 38px;}
.dropdown-item.active, .dropdown-item:active {
    background-color: #d3d3d3;
}
.w-30 {Width: 30%;}
.h-400 img {height: 400px !important}
.font-500 {font-weight: 500;}
.font-600 {font-weight: 600;}
.icon-unrated i, .icon-unrated .fa-star {color: #8b8b8b !important;}
.category-scroll {display: none;}
/* Border Style CSS */
.border-style {
    --x: 50%;
    --y: 50%;
    position: relative;
    padding: 1em 2em;
    color: #fff !important;
    cursor: pointer;
    outline: none;
    border-radius: 30px !important;
    padding: 3px 16px;
    transition: all .5s ease-in-out;
    background: rgb(0,27,88);
    background: -moz-linear-gradient(90deg, rgba(0,27,88,1) 0%, rgba(2,49,159,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,27,88,1) 0%, rgba(2,49,159,1) 100%);
    background: linear-gradient(90deg, rgba(0,27,88,1) 0%, rgba(2,49,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001b58",endColorstr="#02319f",GradientType=1);
    font-size: 16px;
    display: inline-block;
    box-shadow: 1px 0px 8px #dfdfdf;
    font-weight: 500 !important;
    padding-left: 4px;
}
.border-style:hover {
    color: #0b0263 !important;
    transition: all .5s ease-in-out;
    box-shadow: -1px 0px 8px #c1c1c1;
    background: transparent;
}
.border-style i {
    width: 30px;
    height: 30px;
    background: rgb(32,164,209);
    background: -moz-linear-gradient(360deg, rgba(32,164,209,1) 0%, rgba(21,108,188,1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(32,164,209,1) 0%, rgba(21,108,188,1) 100%);
    background: linear-gradient(360deg, rgba(32,164,209,1) 0%, rgba(21,108,188,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20a4d1",endColorstr="#156cbc",GradientType=1);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
/* Collapse */
.collapse {
    visibility: visible;
}
.coin .accordion-button::after {
    content: "";
    background: url("../images/arrow-icon.png") no-repeat center !important;
}
.cursor-p {cursor: pointer;}
/*ANIK CURSOR NONE*/
.cursor-na {cursor: not-allowed;}
/*ANIK CURSOR NONE*/
/* Min Height */
.mh-188 {min-height: 188px;}
/* theme arrow */
.theme-arrow select {background-position: right -0.1rem center;}
.breadcrumb li a {color: #000;}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: url("../images/next.png");
    background: url(../images/next.png) no-repeat left 0px center;
}
/* Keywords */
.keyword-tag {background: #f2f2f2; padding: 3px 7px; border-radius: 4px; margin-right: 6px; font-size: 14px; font-weight: 500; margin-top: 6px; display: inline-block; border: 1px solid #c0c0c0;}
.keyword-tag2 {background: #f2f2f2; padding: 3px 7px; border-radius: 4px; margin-right: 6px; font-size: 15px; font-weight: 700; margin-top: 6px; display: inline-block; border: 1px solid #c0c0c0;}
.form-check-input {margin-top: 0;}
.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
/*collapse*/
.collapse {
    visibility: visible;
}
.d-root {display: flow-root;}

.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cover-img .btn:focus {box-shadow: inherit; border-radius: 8px; padding: 0.375rem 0.75rem;}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.modal-content {border-radius: 18px;}
/*country code css*/
.country-code {
    position: absolute;
    top: 37px;
    left: 26px;
    font-size: 13px;
}

.country-code-profile {
    position: absolute;
    top: 18px;
    font-size: 16px;
    left: 8px;
}

.pad-left {padding-left: 50px !important;}
/* Margin */
.mt--20 {margin-top: 20px;}
.mt--30 {margin-top: 30px;}
.mt--40 {margin-top: 40px;}
.mt--60 {margin-top: 60px;}
.mt--80 {margin-top: 80px;}
.mt--120 {margin-top: 120px;}
.mb--30 {margin-bottom: 30px;}
.mb--40 {margin-bottom: 40px;}
.mb--60 {margin-bottom: 60px;}
.mb--80 {margin-bottom: 80px;}
.mb--120 {margin-bottom: 120px;}
.border-top-dashed {border-top: 1px dashed #e7e7e7; margin: 18px 0;}
.best-sell-tag span {font-weight: 400;}
.split-bdr {border-bottom: 1px solid #e7e7e7; margin: 13px 0;}
a:focus {
    outline: none
}
.btn-page {width: 40px; height: 40px; background: #fff; color: #000; text-align: center; display: inline-block; border-radius: 8px; margin: 0 3px; padding: 0; line-height: 40px; border: 1px solid #7a7a7a;}
button, input, optgroup, select, textarea {line-height: inherit !important;}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.responsive-img {
    width: 100%;
}
/* pagination css */
.pagination {margin-bottom: 0;}
.view-btn {
    border: 1px solid #adadad;
    border-radius: 18px;
    padding: 8px 18px;
    color: #5a5a5a;
    text-decoration: none;
    transition-delay: .3s;
    font-weight: 500;
    float: right;
    background: #fff;
}
.view-btn:hover {
    color: #5a5a5a;
    box-shadow: 3px 0px 13px #ebebeb;
    text-decoration: none;
    transition: .3s;
}

select:focus-visible, select:focus, input:focus {
    border: 0;
    outline: 0;
    --tw-ring-color: transparent;
}
.btn-check:focus+.btn, .btn:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.btn-1 {background: #02325d; color: #fff; border-radius: 8px; margin: 13px 0; border: 0; padding: 8px 18px; border: 1px solid #02325d;}
.btn-1-hover:hover {background: transparent; color: #02325d !important; border: 1px solid #02325d;}
.btn-1:hover {color: #fff;}
.btn-1:focus {color: #fff; border-radius: 8px; margin: 13px 0; border: 0; padding: 8px 18px; box-shadow: none;}

/* Form Alert */
.error {color: #d60000; font-weight: 500; font-size: 14px;}
.error-btn {display: block !important;}


/* Top Header CSS */
.top-header {
    border-top: 6px solid #f1f1f1;
    padding: 8px 0;
}
.top-header ul {
    padding: 0;
    border: 0;
    margin: 0;
    font-weight: 500;
    display: flex;
}
.top-header .top-lft ul {
    display: flex;
    align-items: center;
}
.top-header .top-lft ul > li {
    margin-right: 24px;
    list-style-type: none;
    font-size: 14px;
}
.top-header .top-rgt ul {
    display: flex;
    justify-content: end;
}
.top-header .top-rgt ul > li {
    margin-left: 18px;
    list-style-type: none;
    font-size: 14px;
}
.top-header .top-rgt ul > li img {
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #efefef;
    box-shadow: 1px 0px 8px #ebebeb;
}

/* Header CSS */
.main-header {
    background-color: #f1f1f1;
    padding: 12px 0;
}
.main-header select {
    cursor: pointer;
}
.main-header .location-ico {
    background: url("../images/location.png") no-repeat center left 8px, url("../images/down-arrow.png") no-repeat center right 3px;
    padding: 8px 6px 8px 26px;
    font-size: 14px;
    color: #2d2d2d;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border-right: 1px solid #c8c8c8;
}
.main-header .location-ico span, .main-header .cat-ico span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 21px;
}
/* .main-header .location-ico::after {
    content: "â–¼";
    font-size: 1rem;
    top: 6px;
    right: 10px;
    position: absolute;
} */
.main-header .cat-ico {
    background: url("../images/category.png") no-repeat center left 8px, url("../images/down-arrow.png") no-repeat center right 3px;
    padding: 8px 6px 8px 26px;
    font-size: 14px;
    color: #2D2D2D;
    outline: 0;
    --tw-ring-shadow: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border-right: 1px solid #C8C8C8;
}
.main-header .src-ico {
    background: url("../images/search-interface-symbol.png") no-repeat center left 8px;
    padding: 8px 6px 8px 26px;
    font-size: 14px;
}
.main-header .src-ico:focus {--tw-ring-shadow: 0;}
.search-cat-form {
    border: 1px solid #c8c8c8;
    border-radius: 26px;
    background-color: #fff;
    position: relative;
    padding: 8px 0;
    appearance: auto;
}
.search-cat-form select, input {
    border: 0;
    width: 100%;
    background-color: transparent;
    padding: 8px 8px;
    border-right: 1px solid #c8c8c8;
    border-left: 0;
}
.search-cat-form input {
    border-right: 0;
    border-left: 0;
}
.search-cat-form .btn-search {
    background: #02325d;
    color: #fff;
    height: 100%;
    width: auto;
    border-radius: 0px 18px 18px 0;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 30px;
    border: 1px solid #02325d;
}
.search-cat-form .btn-search:focus {color: #fff; border-radius: 0px 26px 26px 0; box-shadow: none;}
.lang-tab {text-align: end;}
.lang-tab select {background-color: transparent; font-weight: 600; border: 0;}
.lang-tab .dropdown-toggle {background-color: transparent; font-weight: 600; border: 0; padding: revert; border-right: 1px solid #d3d3d3; padding-right: 13px;}
.log-user ul {margin: 0;}
.log-user ul li {list-style-type: none; line-height: 10px; display: flex; justify-content: space-between; align-items: center;}
.log-user .dropdown-menu li {justify-content: left;}
.log-user ul li .dropdown-toggle {padding: 0; font-weight: 600; font-size: 14px; color: #000; margin: 0 8px;}
.log-user ul li > a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 34px;
    margin-left: 0;
    padding-right: 16px;
    margin-right: 0;
}
.log-user ul li a span {width: 30px; height: 30px; border: 1px solid #505050; padding: 3px; border-radius: 50%; display: inline-block; margin: 0 6px; text-align: center; line-height: 21px;}
.log-user ul li a span img {width: 100%; height: 100%; border-radius: 50%;}
.log-user ul li > .dropdown-item {color: #000; font-weight: 400; text-decoration: none; display: inline-block; font-size: 16px; line-height: 30px;}
.log-user ul li a > i {margin-right: 4px; font-size: 14px;}
.log-user ul li img {margin-right: 8px;}
.profile-bx .collapse {visibility: visible;}
.flag-icon ul li a {display: flex; align-items: center;}
.flag-icon .dropdown .dropdown-toggle {display: flex; align-items: center; justify-content: end;}

/* Location View CSS */
.location-view h2 {color: #02325d; font-weight: 700; font-size: 21px;}
.location-view ul {
    padding-left: 3px;
}
.location-view ul li {
    color: #2d2d2d;
    font-weight: 500;
    line-height: 38px;
    border-bottom: 1px dashed #c3c1c1;
    font-size: 16px;
}
.location-view ul li > a {
    width: 100%
}
.location-view li::before{
    content: "\00BB";
    padding-right: 18px;
    color: #02325d;
    font-weight: 600;
    font-size: 23px;
}
.location-view .modal-header .btn-close {
    border-radius: 18px;
    margin-top: -6px;
    margin-right: -6px;
}
.location-view .modal-header {
    padding: 8px;
    border-bottom: 0;
}
.location-view .btn-close {
    background: #efefef url("../images/cancel.png") no-repeat center;
}
.category-menu h2 {
    text-align: center;
    margin-bottom: 18px;
    font-weight: 600;
}
.category-menu .catmenu-bx {
    text-align: center;
    background: #ffff;
    box-shadow: 0px 0px 3px #d9d9d9;
    padding: 8px;
    margin-bottom: 18px;
    transition: .3s;
    border-radius: 3px;
    padding-top: 23px;
}
.category-menu .catmenu-bx:hover {
    transform: scale(1.1);
    transition: .3s;
}
.category-menu .catmenu-bx h6 {
    color: #2d2d2d;
    margin-top: 8px;
    font-size: 13px;
    word-break: break-all;
}
.category-menu .modal-body {
    overflow: hidden;
}

/* Category and Slider CSS */
.category-slider-section {
    padding: 18px 0;
}
.sidebar-category ul li > i {margin-right: 8px; color: #414141; width: 18px;}
.sidebar-category {
    background: #fff;
    display: block;
}
/* .sidebar-category ul li {
    border-bottom: 1px dashed #e6e6e6;
    display: flex;
    align-items: center;
} */
.sidebar-category ul li img {
    margin-right: 8px;
}
.sidebar-category ul li {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    line-height: 33px;
    border-bottom: 1px dashed #e6e6e6;
    display: flex;
    align-items: center;
}
.sidebar-category ul li a {
    color: #000;
    text-decoration: none;
    width: 100%;
    line-height: 33px;
}
.sidebar-category .arrow-btn::after {
    content: url(../images/next.png);
    float: right;
}
.sidebar-category .arrow-btn[aria-expanded="true"]::after {
    content: url(../images/down-arrow.png);
}
.sidebar-category ul li .form-check {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sidebar-category ul li .form-check-input[type=checkbox] {
    margin-right: 8px;
}

.sidebar-category ul li a .dropend .dropdown-toggle::after {
    text-align: end;
}
.sidebar-category .btn-category {
    background: #02325d;
    padding: 8px 18px;
    border-radius: 8px;
    width: 100%;
    border: 0;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.sidebar-category .btn-category:focus {padding: 8px 18px; border-radius: 8px; box-shadow: none;}
.sidebar-category .btn-category i {margin: 0 8px;}
.sub-text-tab i {margin-right: 8px; color: #414141;}
.bg-sub-color {background: #f1f1f1; font-weight: 600;}
.bg-sub-color i {margin-right: 8px; color: #414141;}
.sub-dotted li {list-style-type: square; display: list-item !important; margin-left: 16px;}
.sub-dotted li::marker {color: #414141;}
.sidebar-category .list-group-flush>.list-group-item:last-child {
    border-bottom-width: 1px;
}
.sidebar-category button img {
    filter: brightness(0) invert(1);
    margin-right: 18px;
}
.sidebar-category .dropdown-menu {
    padding: 8px;
    width: 100%;
    transform: translate(98%, 0) !important;
}
.sidebar-category .dropend .dropdown-toggle::after {
    float: right;
    border-left: 0;
}
.sidebar-category .dropend .dropdown-toggle {
    background: url("../images/next.png") no-repeat right;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 18px;
}
.banner-slider .carousel-inner {background: #efefef; border-radius: 8px; padding: 80px 0;}
.banner-slider .carousel-inner .youtube-container {background: url("../images/banner-bg.gif") no-repeat center center; background-size: 100%; height: 100vh;}
.banner-slider .carousel-inner img {width: 100%; height: 430px; object-fit: scale-down;}
.banner-slider .carousel-item {
    padding: 30px 40px;
}
.banner-slider span {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-style: italic;
    color: #000;
    font-weight: 600;
}
.banner-slider h1 {
    color: #02325d;
    font-weight: 800;
}
.banner-slider p {
    color: #000;
    font-weight: 500;
    font: 16px;
}
.banner-slider .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    background-color: #8d8d8d;
    opacity: 1;
    border-radius: 50%;
}
.banner-slider .carousel-indicators .active {
    width: 18px;
    height: 18px;
    background: #000;
    border: 8px solid;
    border-color: rgb(219 219 219 / 80%);
    opacity: .6;
}
.banner-slider .carousel-indicators {
    position: absolute;
    right: -9%;
    left: 0;
    display: block;
    justify-content: center;
    margin-left: 0;
    bottom: 0;
    text-align: end;
}

/* Animation CSS */
.animate {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

  @keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }

    100% {
      transform: translateY(0rem);
      opacity: 1;
    }

    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }

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

/* Product-section CSS */
.product-section {
    padding: 40px 0;
    position: relative;
}
.product-section .view-btn i {margin: 0 5px;}
.product-small-thumb {width: 70px; height: 400px; overflow: hidden; direction:rtl; border-radius: 8px;}
.product-small-thumb:hover {overflow-y: scroll; width: 80px;}
.product-small-thumb::-webkit-scrollbar {width: 0px; background: rgba('0,0,0,.0');}
.product-small-thumb::-webkit-scrollbar, .product-small-thumb.scroll-box::-webkit-scrollbar-thumb {overflow:visible; border-radius: 4px;}
/* .product-small-thumb::-webkit-scrollbar-thumb {background: rgba(0,0,0,.1);} */
.title {
    display: flex;
    align-items: center;
}
.title .design-dot {
    width: 30px;
    height: 3px;
    background: #02325d;
}
.product-section .title h2 {
    color: #02325d;
    font-weight: 600;
    margin-right: 3px;
}
.product-item {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin: 0 15px;
    overflow: hidden;
}
.tag-top {position: absolute; z-index: 99; top: 4px; left: 9px;}
.tag-top img {width: 113px;}
.real-estate-tag {position: absolute; z-index: 99; top: 24px; left: 6px;}
.real-estate-tag img {width: 118px;}
.product-item .thumbnail {
    position: relative;
    overflow: hidden;
    background: #efefef;
}
.product-item .thumbnail img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: .3s;
}
.product-item:hover .thumbnail img {
    transform: scale(1.3);
    visibility: visible;
    transition-delay: .3s;
}
.product-item .product-hover-action ul {
    list-style-type: none;
}
.product-item .product-hover-action {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.product-item:hover .product-hover-action {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    transition-delay: .2s;
}
.product-item .cart-action {
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.product-item .cart-action li {
    margin: 8px 8px 15px 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 12px;
    line-height: 19px;
    box-shadow: 3px 0px 13px #dddddd;
}
.product-item .cart-action li a {
    color: #5a5a5a;
}
.product-item .product-content {
    padding: 8px 18px;
    position: relative;
}
.product-item .product-content .product-title h3 {
    font-weight: 700;
    color: #5a5a5a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    position: relative;
    z-index: 1;
    padding: 3px 0;
}
.product-item .product-content .product-title h3 a {
    color: #5a5a5a;
    text-decoration: none;
}
.product-item .overlay-tab {
    width: 100%;
    background: #fff;
    position: absolute;
    margin-top: -23px;
    height: 30px;
    left: 0;
    right: 0;
    border-radius: 13px 13px 0 0;
    border-top: 1px solid #dfdfdf;
}
.product-item .product-content .product-price-tag span.price.old-price {
    color: #d6d6d6;
    text-decoration: line-through;
    margin-left: 0;
    font-size: 17px;
}
.product-item .product-content .product-price-tag span.price {
    margin: 4px;
    color: #dd0604;
    font-weight: 600;
    font-size: 20px;
}
.product-item .product-content .product-rating {
    margin-bottom: 10px;
    font-size: 12px;
}
.product-item .product-content .product-rating i {
    color: #d3ab1c;
}
.product-item .product-content .product-rating .rating-number {
    margin-left: 5px;
    font-weight: 500;
    color: #8d8d8d;
}
.product-item .product-content .product-seller-info {
    margin-top: 13px;
    padding: 8px 0;
    font-size: 12px;
    border-top: 1px dashed #d5d5d5;
    display: flex;
    align-items: center;
}
.product-item .product-content .product-seller-info .seller-name {
    color: #8d8d8d;
    /* border-right: 1px solid #afafaf; */
    padding-right: 4px;
    white-space: nowrap;
    overflow: hidden;
    width: 50%;
    text-overflow: ellipsis;
}
.product-item .product-content .product-seller-info .seller-name i {
    margin-right: 3px;
}
.product-seller-info .icon {border-left: 1px solid #afafaf; padding-left: 8px;}
.product-item .product-content .product-seller-info .seller-Verify {
    margin-left: 0;
    color: #8d8d8d;
    display: flex;
    align-items: center;
    border-left: 1px solid #afafaf;
    padding-left: 8px;
}
.product-item .product-content .product-seller-info .seller-Verify i {
    margin-left: 3px;
    color: #d3ab1c;
}
.product-item .product-content .product-post-tag {
    padding: 3px 0;
}
.product-item .product-content .product-post-tag i {
    margin-right: 4px;
    color: #8d8d8d;
    font-size: 13px;
}
.product-item .product-content .product-post-tag .post-dest {
    color: #8d8d8d;
    display:inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}
.product-item .product-content .product-post-tag .post-dt {
    color: #8d8d8d;
    display:inline-block;
    margin-bottom: 8px;
}

/* Car Bikes Section */
.car-bike-section {
    padding: 40px 0;
}
.car-bike-section .title h2 {
    color: #02325d;
    font-weight: 600;
    margin-right: 3px;
}
.car-bike-section .product-content .product-seller-info {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100%;
}
.car-bike-section .product-content .product-seller-info .icon i {
    color: #d3ab1c;
}
.car-bike-section .product-content .product-seller-info .icon .rating-number {
    color: #5a5a5a;
    font-style: normal;
}
.car-bike-section .product-item .product-content .product-seller-info .icon-unrated {
    border-left: 1px solid #d5d5d5;
    padding-left: 8px;
}
.car-bike-section .product-content .product-seller-info .seller-Verify {
    margin-left: 8px;
    color: #8d8d8d;
    border-left: 1px solid #afafaf;
    padding-left: 3px;
}

/* Promo Banner CSS */
.promotional-banner .promo-banner-wrapper-big {
    width: 100%;
}
.promotional-banner .promo-banner-wrapper-big a {
    background: #efefef url(../images/banner-bg.gif) center center;
    background-size: cover;
    border-radius: 17px;
    height: 300px;
    display: flex;
}
.promotional-banner .promo-banner-wrapper-big video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promotional-banner .promo-banner-wrapper {
    width: 100%;
    height: 250px;
    background: #efefef url(../images/banner-bg.gif) center center;
    background-size: cover;
    border-radius: 17px;
}
.promotional-banner .promo-banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promotional-banner .promo-banner-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
}
.promo-wrapper .product-item .thumbnail {
    width: 100%;
    height: 220px;
    background: #bbbbbb url("../images/oui-background.gif") repeat center center;
    background-size: 100%;
}
.promo-wrapper .product-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}
.promo-wrapper .product-item .thumbnail video {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    padding: 0;
    transition: transform 0.3s;
}
.promo-wrapper .product-item:hover .thumbnail video {
    transform: scale(1.3);
    visibility: visible;
    transition: transform 0.3s;
}
.promo-banner-section {
    width: 100%;
    margin: 8px 0;
}
.promo-banner-section .promo-wrapper {
    background: #f0f0f0;
    border-radius: 8px;
}
.promo-banner-section .promo-wrapper img {
    max-width: 100%;
    padding-right: 80px;
}
.promo-banner-section .promo-wrapper span {
    font-size: 20PX;
    color: #2d2d2d;
    font-weight: 400;
}
.promo-banner-section .promo-wrapper h2 {
    color: #2d2d2d;
    font-weight: 600;
}
.promo-banner-section .promo-wrapper P {
    color: #2d2d2d;
}

/* Real Easte CSS */
.real-estate-section {
    width: 100%;
    padding: 40px 0;
}
.real-estate-section .title h2 {
    color: #02325d;
    font-weight: 600;
    margin-right: 3px;
}
.real-estate-section .real-property .overlay-tab {
    background: rgba(0,0,0, .2);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 13px;
}
.real-estate-section .real-property {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}
.real-estate-section .real-property .thumbnail {
   border-radius: 13px;
   overflow: hidden;
}

.real-estate-section .real-property .thumbnail img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 13px;
    transition: .3s;
}
.real-estate-section .real-property:hover .thumbnail img {
    transform: scale(1.3);
    transition: .3s;
}
.real-estate-section .real-property .content-bx {
    width: 88%;
    position: absolute;
    bottom: 23px;
    left: 6%;
    right: 6%;
    background: #fff;
    padding: 18px;
    border-radius: 13px;
    box-shadow: 1px 1px 3px #898989;
    overflow: hidden;
}
.real-estate-section .real-property .content-bx .property-title h3 {
    font-weight: 700;
    color: #000;
    width: 90%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.real-estate-section .real-property .content-bx .property-title h3 > a {
    color: #000;
}
.real-estate-section .real-property .content-bx .descrip-bx {
    margin: 13px 0;
}
.real-estate-section .real-property .content-bx .property-post-tag {
    margin: 13px 0;
    color: #8d8d8d;
    font-weight: 400;
    width: 90%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.real-estate-section .real-property .content-bx .property-post-tag i {
    margin-right: 4px;
}
.real-estate-section .real-property .content-bx .descrip-bx span {
    margin-right: 8px;
    font-weight: 400;
    width: 98%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.real-estate-section .real-property .content-bx .descrip-bx i {
    color: #8d8d8d;
    font-size: 12px;
    margin-right: 3px;
}
.real-estate-section .real-property .content-bx .descrip-bx .post-dest {
    color: #8d8d8d;
}
.real-estate-section .real-property .content-bx .property-seller-info {
    border-top: 1px solid #dfdfdf;
    font-size: 13px;
    padding: 8px 0;
    color: #8d8d8d;
    align-items: center;
}
.real-estate-section .real-property .content-bx .property-seller-info i {
    margin-right: 4px;
    margin-left: 4px
}
.real-estate-section .real-property .content-bx .property-seller-info .seller-name {
    border-right: 1px solid #c8c8c8;
    padding-right: 4px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.real-estate-section .real-property .content-bx .property-seller-info .seller-Verify {
    display: flex;
    align-items: center;
}
.real-estate-section .real-property .content-bx .property-seller-info .seller-Verify img {margin: 0 4px;}

/* Beast Deals CSS */
.deal-section {
    width: 100%;
    padding: 40px 0;
}
.deal-section .title h2 {
    color: #02325d;
    font-weight: 600;
    margin-right: 3px;
}
.deal-section .single-deal-bx {
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    margin-bottom: 18px;
}
.deal-section .single-deal-bx .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .3);
}
.deal-section .single-deal-bx .thumbnail img {
    width: 100%;
    height: 688px;
    object-fit: cover;
    transition: .3s;
}
.deal-section .single-deal-bx:hover .thumbnail img {
    transform: scale(1.3);
    transition: .3s;
}
.deal-section .single-deal-bx .deal-content {
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    text-align: center;
}
.deal-section .single-deal-bx .deal-content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}
.deal-section .single-deal-bx .deal-content a {
    color: #fff;
    text-decoration: none;
}
.deal-section .single-deal-bx .deal-content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.deal-section .single-deal-bx .deal-content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.deal-section .multi-item {
    position: relative;
    margin-bottom: 23px;
    overflow: hidden;
    border-radius: 8px;
}
.deal-section .multi-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .3);
    border-radius: 13px;
}
.deal-section .multi-item .multi-item-content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 8px;
    right: 8px;
}
.deal-section .multi-item img {
    overflow: hidden;
    transition: .3s;
}
.deal-section .multi-item:hover img {
    transform: scale(1.3);
    transition: .3s;
    border-radius: 8px;
}
.deal-section .multi-item .multi-item-content h3 {
    font-size: 18px;
    font-weight: 600;
}
.deal-section .multi-item .multi-item-content h3 a {
    color: #fff;
}
.deal-section .item-h-1 img, .item-h-2 img, .item-h-5 img, .item-h-6 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}
.deal-section .item-h-3 img, .item-h-4 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
}
.deal-section .item-h-7 img, .item-h-8 img {
    width: 100%;
    height: 288px;
    object-fit: cover;
    border-radius: 8px;
}

/* ************************************************** */

/* Inner Page Banner */
.main-inner-section {margin: 18px 0;}
.inner-banner-bg {overflow: hidden; position: relative; background: #e3e3e3; border-radius: 18px;}
.inner-banner-bg img {width: 100%; height: 250px; object-fit: cover; border-radius: 18px;}
.inner-banner-bg .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,.6) 0%, rgba(255,255,255,.6) 39%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,.6) 0%, rgba(255,255,255,.6) 39%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,.6) 0%, rgba(255,255,255,.6) 39%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0dee1",endColorstr="#ffffff",GradientType=1);
}
.inner-banner-bg .content-bx {position: absolute; top: 0; bottom: 0; left: 0; padding: 80px 30px;}
.inner-banner-bg .content-bx h1 {font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; font-size: 40px;}
.inner-banner-bg .content-bx .breadcrumbs i {margin-right: 8px;}
.inner-banner-bg .content-bx .breadcrumbs span {font-size: 16px; font-weight: 600; display: inline-flex;}
.inner-banner-bg .content-bx .breadcrumbs span:nth-child(2) {background: transparent}
.inner-banner-bg .content-bx .breadcrumbs span:nth-child(3) {background: url("../images/next.png") no-repeat left 0px center; padding-left: 18px;}
.inner-banner-bg .content-bx .breadcrumbs span:nth-child(4) {background: url("../images/next.png") no-repeat left 0px center; padding-left: 18px;}
.inner-banner-bg .content-bx .breadcrumbs span:nth-child(5) {background: url("../images/next.png") no-repeat left 0px center; padding-left: 18px;}
.inner-banner-bg .content-bx .breadcrumbs span:nth-child(6) {background: url("../images/next.png") no-repeat left 0px center; padding-left: 18px;}

/* Product Details Section */
.product-detail-section {
    padding: 60px 0;
}
.product-detail-section .product-features {border-bottom: 1px solid #efefef;}
.product-detail-section .product-features ul {padding-left: 18px;}
.product-detail-section .product-features ul li {line-height: 30px; list-style-type: square; color: #414141; font-weight: 600; width: 50%; float: left;}
.product-detail-section .product-features ul li span {color: #7a7a7a; font-weight: 400;}
.product-detail-section .product-features h3 {font-weight: 600; padding: 0 8px; margin-bottom: 5px;}
.product-detail-section .product-features p {font-weight: 400; padding: 0 8px;}
.product-detail-section .nav-tabs {border: 0;}
.product-detail-section .nav-tabs li button {padding: 8px 0; font-weight: 600;}
.product-detail-section .nav-tabs .nav-link.active {padding: 8px 23px 8px 0; font-weight: 600; color: #2d2d2d; border-color: transparent; background: transparent;}
.product-detail-section .border-offside {
    display: flex;
    height: 2px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.product-detail-section .tag-top img {
    width: 151px;
}
.product-detail-section .tag-top {
    left: 4px;
}
.border-offside .progress-bar {
    width: 23%;
    background-color: #adadad;
}
/* .product-detail-section */ .seller-profile {background: #f5f5f5; padding: 24px 30px; border-radius: 8px; border: 1px solid #e6e6e6; text-align: center;}
/* .product-detail-section */ .seller-profile .thumbnail img {width: 100px; height: 100px; border-radius: 50%; object-fit: cover; box-shadow: 0px 0px 3px 1px #ababab; border: 1px solid #977237;}
.profile-banner-section .seller-theme-1 {background: transparent; border: none; padding: 0 80px !important;}
.seller-theme-1 .thumbnail img {width: 100%; height: 180px; border-radius: 13px; position: relative; margin-top: -30px}
.seller-theme-1 .content-post {color: #2d2d2d;}
.seller-theme-1  .phone-no, .seller-theme-1 .whatsapp {
    width: 100% !important;
}
/* .product-detail-section */ .seller-profile .profile-content {margin-top: 18px;}
/* .product-detail-section */ .seller-profile .profile-content h3 {font-size: 21px; font-weight: 500; margin: 0;}
/* .product-detail-section */ .seller-profile .profile-content .badges span {margin: 8px 3px;}
/* .product-detail-section */ .seller-profile .profile-content .badges img {width: 23px; height: 23px; object-fit: scale-down;}
/* .product-detail-section */ .seller-profile .product-loaction i {color: #8d8d8d;}
/* .product-detail-section */ .seller-profile .single-product-seller .product-rating i {color: #d3ab1c;}
/* .product-detail-section */ .seller-profile .single-product-seller .seller-Verify i {color: #d3ab1c;}
                              .seller-profile .single-product-seller .seller-Verify span {margin: 0 3px;}
/* .product-detail-section */ .single-product-content .product-price-tag span.price.old-price {font-size: 30px;}
/* .product-detail-section */ .single-product-content .product-price-tag span.price.current-price {font-size: 36px;}
/* .product-detail-section */ .product-variations-wrapper {line-height: 30px;}
/* .product-detail-section */ .single-product-content .product-title h2 {margin: 18px 0;}
/* .product-detail-section */ .single-product-content .product-title h2 {margin: 18px 0;}
/* .product-detail-section */ .safety-tips button {
    background: #fff url("../images/play.png") no-repeat left 10px center;
    border: 0;
    margin-top: 8px;
    color: #000;
    text-align: left;
    font-weight: 600;
    box-shadow: 0px 0px 4px -1px #838383;
    padding-left: 30px;
}
.product-detail-section .safety-tips h3 {font-weight: 600;}

/* Category and Product Section */
.category-product-section {padding: 60px 0;}
.category-product-section .product-item {margin: 0;}
.category-product-section .product-section {padding: 0 15px;}
.product-category-search-bar {padding: 18px 0;}
.product-category-search-bar input {width: 23%; border: 1px solid #d9d9d9; padding: 8px; border-radius: 8px 0 0 8px;}
.product-category-search-bar button {background: #02325d; border: 1px solid #02325d; border-radius: 0 8px 8px 0; padding: 0 18px;}
.product-category-search-bar button i {color: #fff;}

/* Category price Filter CSS */
.category-product-section .sidebar-category .price-filter { width: auto; border-radius: 10px; padding: 13px;}
.category-product-section .sidebar-category .price-input {width: 100%;display: flex;margin: 0 0 30px;}
.category-product-section .sidebar-category .price-input .price-count {
    width: 100%;
    outline: none;
    font-size: 16px;
    margin-left: 0;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    padding: 0 3px;
}
.category-product-section .filter-box {margin-top: 18px; margin-bottom: 27px;}
.category-product-section .filter-box span {width: 118px; height: 38px; border: 1px solid #dfdfdf; border-radius: 8px; padding: 8px; font-weight: 500;}
.category-product-section .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    right: -12px;
    top: -8px;
    border-radius: 50%;
}
.category-product-section .noUi-target {
    height: 10px;
}
.category-product-section .noUi-handle:before, .noUi-handle:after {
    width: 0 !important;
}
.category-product-section .sidebar-category .price-input .price-count input {border-right: 0; border-left: 0; --tw-ring-color: transparent;}
.category-product-section .sidebar-category .price-input .separator{ width: 130px; display: flex; font-size: 19px; align-items: center; justify-content: center}
.category-product-section .sidebar-category .filter-range{ height: 5px; position: relative; background: #ddd; border-radius: 5px}
.category-product-section .sidebar-category .filter-range .progress { height: 100%; left: 25%; right: 25%; position: absolute; border-radius: 5px; background: #02325d;}
.category-product-section .sidebar-category .range-input {position: relative;}
.category-product-section .sidebar-category .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -9px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-right: 0;
    border-left: 0;
    background: transparent;
    border-radius: 18px;
    padding: 6px 8px;
}
.category-product-section .sidebar-category input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #02325d;
    pointer-events: auto;
    -webkit-appearance: none;
    color: #02325d;
}
.category-product-section .sidebar-category input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #02325d;
    pointer-events: auto;
    /* -moz-appearance: none; */
    color: #02325d;
}


/* Input Range CSS */
/* .min-range {background: #ced4da; appearance: none; height: 3px; padding: 3px 8px; border-radius: 18px;}
.min-range::-webkit-range-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #02325d;
    pointer-events: auto;
    -webkit-appearance: none;
    color: #02325d;
} */
.min-range {
    width: 100%;
    height: 3px;
    -webkit-appearance: none;
    background: #ced4da;
    outline: none;
    border-radius: 15px;
    overflow: hidden;
    padding: 7px 8px;
    margin-bottom: 18px;
}

.min-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #5f5f5f;
    cursor: pointer;
    border: 4px solid #fff;
    box-shadow: -407px 0 0 400px #5f5f5f;
}
.max-range {
    width: 100%;
    height: 3px;
    -webkit-appearance: none;
    background: #ced4da;
    outline: none;
    border-radius: 15px;
    overflow: hidden;
    padding: 7px 8px;
    margin-bottom: 18px;
}

.max-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #035bce;
    cursor: pointer;
    border: 4px solid #fff;
    box-shadow: -407px 0 0 400px #035bce;
}


/* Product Short filter bar CSS */
.product-filter {display: flex; position: absolute; top: 0; right: 0; align-items: center;}
.product-filter .show-product .dropdown, .Short-product .dropdown {padding: 6px 13px; border: 1px solid #efefef; border-radius: 8px; margin-right: 8px; margin-bottom: 0;}
.product-filter .found-product {margin-right: 8px;}
.product-filter span {margin-right: 3px;}
.text-brand {margin-right: 3px;}

/* Footer Section */
.disclaimer {margin-bottom: 8px; margin-top: 30px;}
.disclaimer h4 {font-size: 16px; color: #2d2d2d; font-weight: 700; margin-bottom: 8px;}
.service-info {padding: 23px 0;}
.service-info img {margin-right: 7px;}
.disclaimer .disc-bdr {border-bottom: 1px solid #d5d5d5; margin: 18px 0 0 0;}
footer {padding: 58px 0 0 0; border-top: 2px solid #d5d5d5;}
.contact-ftr li {
    line-height: 18px;
    margin-top: 13px;
}
.contact-ftr li span {font-weight: 600;}
.ftr-common-list h4 {
    width: 80%;
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 18px;
    font-weight: 700;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 13px;
}
.ftr-common-list ul li {
    line-height: 18px;
    margin-top: 13px;
    font-weight: 500;
    list-style-type: square;
    margin-left: 18px;
}
.ftr-common-list img {margin-right: 8px; margin-top: 18px; width: 100px; border-radius: 3px;}
.ftr-bottom {padding: 18px 0; border-top: 2px solid #d5d5d5; border-bottom: 8px solid #2d2d2d; margin-top: 33px;}
.ftr-bottom ul {margin-bottom: 0;}
.ftr-bottom li {padding: 0 8px;}


/* ************************************************** */

/* Profile Page Seller CSS */
.profile-banner-section {padding: 18px 0;}
.profile-banner-section .seller-profile {height: 100%; display: grid; padding: 13px 23px; margin-bottom: 18px;}
.seller-contact-bg {height: 100%; background: #fff; border: 1px solid #dfdfdf;}
.seller-contact-bg iframe {width: 100%; height: 130px; border-radius: 8px;}
.profile-banner-section .carousel {overflow: hidden; border-radius: 8px;}
.profile-banner-section .carousel-inner img {width: 100%; height: 300px; object-fit: cover; border-radius: 8px;}
.profile-banner-section .carousel-indicators [data-bs-target] {width: 8px; height: 8px; border-radius: 50%; border: 3px solid #fff; opacity: 1;}
.profile-banner-section .carousel-indicators .active {background: #2d2d2d;}
.product-category-list .nav-tabs .nav-link {font-size: 18px; color: #2d2d2d; padding-left: 16px; padding-right: 16px; font-weight: 600;}
.product-category-list .nav-tabs .nav-link:focus, .nav-tabs .nav-link {height: 45px;}
/* .product-category-list .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {height: 45px; background: #fff; position: relative; border-bottom: 0;} */
.product-category-list .product-item {margin: 0;}
.information-list ul {padding-left: 27px;}
.information-list ul li {list-style-type: square; line-height: 27px; color: #2d2d2d; font-weight: 500;}
.information-list h3 {font-weight: 600; margin-bottom: 8px; padding-left: 8px; color: #2d2d2d;}
.information-list button {background: #7c7c7c; color: #fff; text-align: left; font-weight: 600; margin-bottom: 18px; border-radius: 8px; border: 0; padding: 0.375rem 0.75rem;}
.information-list button:hover {background: #7c7c7c; color: #fff; border: 0;}
.information-list button:active {background: #7c7c7c; box-shadow: none;}
.information-list button:focus {background: #7c7c7c; box-shadow: none; border: 0; border-radius: 8px; padding: 0.375rem 0.75rem;}
.information-list button i {float: right; margin-top: 3px;}
.grey-bg h3 {font-weight: 600;}
.grey-bg {background: #f6f6f6; padding: 8px; border-radius: 8px;}


/* Slick Slider CSS */
.wrapper{
    padding: 23px 0;
}
.slick-next,
.slick-prev {
    z-index: 100;
    position: absolute;
    top: -58px;
}
.slick-next {
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #efefef;
    text-indent: -9999px;
    overflow: hidden;
    background: #fff url("../images/next.png") no-repeat center center;
    transition: .3s;
}
.slick-next:hover {
    box-shadow: 3px 0px 13px #ebebeb;
    transition-delay: .3s;
}
.slick-prev {
    right: 70px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #efefef;
    text-indent: -9999px;
    overflow: hidden;
    background: #fff url("../images/next.png") no-repeat center center;
    transform: rotate(180deg);
    transition: .3s;
}
.slick-prev:hover {
    box-shadow: 3px 0px 13px #ebebeb;
    transition-delay: .3s;
}
.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

/* Quick View Product */
.quick-view-product .modal-dialog {
    max-width: 1100px
}

.quick-view-product .modal-content {
    border: none
}

.quick-view-product .modal-header {
    padding: 0 15px;
    justify-content: flex-end;
    border: 0;
}

.quick-view-product .modal-header .btn-close {
    background-image: none;
    font-size: 18px;
    padding: 3px;
    position: relative;
    top: -9px;
    left: 21px;
    z-index: 1;
    line-height: 1;
    height: 35px;
    width: 35px;
    background: #2d2d2d;
    border-radius: 50%;
    color: #fff;
}
.quick-view-product .modal-header .btn-close:after {
    content: "";
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: -3px;
    transform: scale(0);
    z-index: -1;
}
.quick-view-product .modal-header .btn-close:hover {
    color: #fff;
}
.quick-view-product .modal-header .btn-close:hover:after {
    transform: scale(1)
}

.quick-view-product .modal-body {
    padding: 30px
}
.single-product-thumbnail.thumbnail-badge .thumbnail {
    padding-right: 23px;
    position: relative;
    margin-bottom: 18px;
}
.single-product-thumbnail .thumbnail img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 6px;
}
.single-product-thumbnail .thumbnail video {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 6px;
}
.small-thumb-wrapper .small-thumb-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: all .4s
}

.small-thumb-wrapper .small-thumb-img img {
    border-radius: 10px;
    border: 1px solid #c8c8c8;
    width: 80px;
    margin-bottom: 8px;
    /* height: auto; */
    transition: all .2s;
    height: 50px;
    object-fit: cover;
}
.small-thumb-wrapper .small-thumb-img video {
    border-radius: 10px;
    border: 1px solid #c8c8c8;
    width: 70px;
    margin-bottom: 8px;
    transition: all .2s;
    height: 50px;
    object-fit: fill;
}

.small-thumb-wrapper .small-thumb-img:hover img,
.small-thumb-wrapper .small-thumb-img.slick-current img {
    border-color: #7a7a7a;
}
.small-thumb-wrapper .small-thumb-img:hover video,
.small-thumb-wrapper .small-thumb-img.slick-current video {
    border-color: #7a7a7a;
}

.small-thumb-style-two .small-thumb-img img {
    width: 60px;
    height: auto;
    border-radius: 50%;
    display: inline-block
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.position-view {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 4;
}
.product-quick-view a {
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}
.product-quick-view a i {
    color: rgb(83, 83, 83);
}

.single-product-content .single-product-seller {
    border-bottom: 1px dashed #c3c1c1;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 500;
    /* white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis; */
    width: 100%;
}
.single-product-content .single-product-seller .seller-name {
    margin-right: 8px;
    border-right: 1px solid #c3c1c1;
    padding-right: 8px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 95%;
}
.single-product-content .single-product-seller .seller-name i {
    color: #7a7a7a;
}
.single-product-content .single-product-seller .product-rating {
    border-right: 1px solid #c3c1c1;
    padding-right: 8px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 88%;
}
.single-product-content .single-product-seller .product-rating .icon i {
    color: #d3ab1c;
}
.single-product-content .single-product-seller .product-rating .rating-number {
    color: #7a7a7a;
}
.single-product-content .single-product-seller .seller-Verify {
    color: #7a7a7a;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 46%;
}
.single-product-content .single-product-seller .seller-Verify i {
    color: #d3ab1c;
}
.single-product-content .product-title h2 {
    font-weight: 700;
    margin: 13px 0;
}
.single-product-content .product-price-tag span.price.old-price {
    color: #d6d6d6;
    text-decoration: line-through;
    margin-left: 0;
    font-size: 24px;
}
.single-product-content .product-price-tag span.price {
    margin: 4px;
    color: #dd0604;
    font-weight: 600;
    font-size: 30px;
}
.product-variations-wrapper {font-size: 17px; margin: 13px 0;}

.product-variations-wrapper .product-view {padding-right: 18px; margin: 8px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 30%;}
.product-variations-wrapper .product-view .icon i {color: #7a7a7a; padding-right: 0;}
.product-variations-wrapper .product-view .rating-number, .product-variations-wrapper .product-view .view-content {color: #2d2d2d; padding-right: 0;}

.product-variations-wrapper .product-post {padding-right: 18px; margin: 8px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 70%;}
.product-variations-wrapper .product-post .icon i, .post-content {color: #7a7a7a; padding-right: 8px;}

.product-variations-wrapper .product-loaction {padding-right: 18px; margin: 8px 0 13px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%;}
.product-variations-wrapper .product-loaction .icon i, .post-content {color: #7a7a7a; padding-right: 8px;}

.product-variations-wrapper .product-favorite {padding-right: 18px; margin: 8px 0 13px 0;}
.product-variations-wrapper .product-favorite .icon i, .post-content {color: #7a7a7a; padding-right: 8px;}

.product-variations-wrapper .product-share {padding-right: 18px; margin: 8px 0 13px 0; display: flex; align-items: center;}
.product-variations-wrapper .product-share .icon i {color: #7a7a7a; padding-right: 8px;}
.product-variations-wrapper .product-share ul {display: flex; align-items: center; margin-bottom: 0;}
.product-variations-wrapper .product-share ul li {padding: 0 8px;}

.product-variations-wrapper .product-report {padding-right: 18px; margin: 8px 0 13px 0;}
.product-variations-wrapper .product-report .icon i {color: #7a7a7a; padding-right: 8px;}

.seller-contact {border-top: 1px dashed #c3c1c1; padding-top: 30px; margin: 8px 0 0 0; display: flex; align-items: center;}
.seller-contact .name {font-size: 16px; font-weight: 600; padding-right: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 30%;}
.seller-contact .phone-no {background: #02325d; padding: 8px; color: #fff; border-radius: 8px; margin-right: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 30%;}
.seller-contact .whatsapp {background: #1bd741; padding: 8px; color: #fff; border-radius: 8px; margin-right: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 38%;}

/* Ads Section */
.ads-sec {
    width: 100%;
}


/* Profile Modal Box  */
.profile-bx .modal-header {border: 0;}
.profile-bx input {width: 100%; height: 40px; border: 1px solid #7e7e7e; border-radius: 18px; margin-top: 18px; padding: 13px;}
.profile-bx .btn-submit {width: 100%; height: 40px; border: 1px solid #02325d; background: #02325d; color: #fff; margin-top: 18px; border-radius: 18px;}
.profile-bx h6 {color: #02325d; padding: 8px 0; text-align: center;}
.profile-bx .btn-close {border: 0;background: url("../images/cancel.png") no-repeat center;background-color: #cccccc;opacity: 1;width: 18px;height: 18px;border-radius: 50%;}
.profile-bx .card {border: 0; background: #efefef; margin-bottom: 16px; min-height: 153px;}
.profile-bx .fade:not(.show) {opacity: 0; display: none;}
.profile-bx .nav {display: block;}

.resoponsive-banner {margin-top: 23px;}

/* Reviews Section CSS */
.review-section h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 15px 0;
}
.review-section .single-product-seller .product-rating .icon i {color: #d3ab1c;}
.review-section .single-product-seller .seller-Verify i {color: #d3ab1c;}
.review-content {
    color: #7c7c7c;
    font-size: 14px;
    text-align: left;
    margin: 5px;
    border-bottom: 1px dashed #dfdfdf;
    display: none;
    padding: 30px 0;
  }
.review-content .thumbnail img {width: 60px; height: 60px; border-radius: 50%; margin-bottom: 8px;}
.review-content h4 {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
}
.review-content p {
    color: #2d2d2d;
}
.review-content .product-post, .post-content {
    color: #2d2d2d;
    margin-bottom: 8px;
}
.review-content .product-rating {
    color: #d3ab1c;
    margin-bottom: 8px;
}
.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}


/* /////////////////////////Static pages/////////////////////////////// */

/* About Us CSS */
.about-section {padding: 40px 0;}
.about-section .thumbnail img {border-radius: 13px; width: 100%;}
.about-section .title h2 {font-weight: 600; margin: 13px 0;}
.about-section .design-dot {background: #000; margin-left: 8px;}
.about-section .about-content p {color: #414141; font-weight: 400;}
.about-section .sub-content {padding: 30px 0;}
.about-section .sub-content h3 {font-size: 21px; font-weight: 600; color: #7a7a7a; margin: 13px 0;}
.about-section .sub-content p {font-weight: 400; color: #7a7a7a;}
.about-section ul {display: flex;}
.about-section li {width: 100%;}
.about-section li:nth-child(1) {padding-right: 80px; padding-left: 0;}
.about-section li {padding-left: 80px; padding-right: 0;}
.spliter {background: #414141; width: 6px;}
.spliter .progress-bar {background-color: #c3c1c1; height: 80px;}

.team-section {background: #f1f1f1; padding: 80px 0;}
.team-section h2 {font-weight: 600;}
.team-section .design-dot {background: #000; margin-left: 13px;}
.team-section .team-item {padding: 8px 15px;}
.team-section .team-item .thumbnail img {width: 100%; height: 300px; object-fit: cover; border-radius: 13px; margin-bottom: 13px;}
.team-section .team-content span {font-size: 16px; color: #adadad; font-weight: 600;  margin: 13px 0;}
.team-section .team-content h3 {font-size: 18px; color: #000; font-weight: 600; margin: 8px 0;}
.team-section .team-content h3 a {color: #000;}

.team-section .overview-tag {position: relative; margin-top: -148px; margin-bottom: 80px;}
.team-section .customer-counter {background: #fff; padding: 48px 30px; border-radius: 13px; background: #fff; box-shadow: 1px 7px 23px 0px #cbcbcb; margin-bottom: 18px;}
.team-section .customer-counter .icon img {max-width: 100%;}
.team-section .customer-counter .content h4 {font-size: 21px; margin: 13px 0; font-weight: 600;}
.team-section .customer-counter .content p {font-weight: 400; margin-bottom: 13px;}

.why-choose-section {padding: 80px 0 0 0;}
.why-choose-section .title {margin-bottom: 23px;}
.why-choose-section .title h2 {font-weight: 600; margin: 13px 30px 13px 0;}
.why-choose-section .title p {margin: 13px 0;}
.why-choose-section .accordion-button:not(.collapsed) {color: #000; background-color: transparent; border-bottom: 1px solid #dfdfdf;}
.why-choose-section .accordion-body {padding: 16px 3px;}
.why-choose-section .accordion-header button {font-weight: 600; font-size: 14px; padding: 16px 3px;}
.why-choose-section .accordion-item {border-top: 0; border-left: 0; border-right: 0;}
.why-choose-section .accordion-button:not(.collapsed)::after {content: ""; background: url("../images/plus.png") no-repeat center !important; transform: rotate(-180deg);}
.accordion-button::after {content: ""; background: url("../images/minus-sign.png") no-repeat center !important;}
.why-choose-section .thumbnail {text-align: center;}
.why-choose-section .thumbnail img {max-width: 100%;}
.why-choose-section .collapse {visibility: visible;}


/* Contact Us */
.contact-section {padding: 60px 0 0 0;}
.contact-section .title h2 {font-weight: 600; margin-bottom: 18px;}
.contact-section p {font-weight: 400; margin-bottom: 18px;}
.contact-section .form-control {font-size: 14px; width: 100%; height: 60px; border-radius: 13px; margin-top: 18px; border: 1px solid #c3c1c1; padding: 13px;}
.contact-section .h-130 {height: 130px;}
.contact-section .location-content .title h4 {font-size: 21px; font-weight: 600; margin-bottom: 18px;}
.contact-section .location-content ul .location {background: url("../images/location.png") no-repeat left top 3px; padding-left: 30px;}
.contact-section .location-content ul .phone {background: url("../images/telephone.png") no-repeat left top 3px; padding-left: 30px;}
.contact-section .location-content ul .email {background: url("../images/email.png") no-repeat left top 3px; padding-left: 30px;}
.contact-section .location-content ul .opening {background: url("../images/wall-clock.png") no-repeat left top 3px; padding-left: 30px;}
.contact-section .location-content ul li {margin-bottom: 18px; font-weight: 500;}
.contact-section .social-icon li {margin-right: 13px;}
.map-section iframe {width: 100%; height: 480px; border-radius: 13px; margin: 30px 0;}

/* Common page CSS */
.common-section {padding: 30px 0;}
.common-section .title h2 {font-weight: 600; margin-bottom: 18px;}
.common-section h3 {margin: 13px 0; font-size: 21px;}
.common-section p {margin-bottom: 18px;}
.common-section ul {padding-left: 23px;}
.common-section ul li {margin-bottom: 8px; font-weight: 500; list-style-type: disc;}

.navbar {padding-top: 0; padding-bottom: 0;}



/* ////////////////////////Sign in / up Section/////////////////////////// */
.signin-area {position: fixed; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; overflow: hidden;}
.signin-header {position: fixed; top: 0; left: 0; right: 0; padding: 40px 100px; z-index: 1;}
.signin-form-wrap {width: 100%; height: calc(100vh - 180px); overflow-y: auto; display: flex; margin: 180px -30px -30px;}
.signin-form {max-width: 450px; width: 100%; padding: 30px;}
.signin-form .singin-form {padding-bottom: 30px;}
.form-group {margin-bottom: 35px; position: relative;}
.signin-banner {min-height: 900px; height: 100vh; padding: 200px 50px 0 100px;}
.bg-image--10 {background-image: url("../images/sign-in-bg.jpg"); background-repeat: repeat; background-size: cover;}
.signin-form .form-control {height: 60px; border-color: #cbd3d9; padding: 0 30px; color: #7a7a7a;}
.form-group label {position: absolute; top: -11px; left: 20px; pointer-events: none; z-index: 4; background: #fff; padding: 0 10px;}
.signin-header .singin-header-btn {display: flex; align-items: center; justify-content: flex-end;}
.signin-form h3 {font-weight: 700; color: #2d2d2d; margin-bottom: 18px; font-size: 21px;}
.signin-form p {color: #7c7c7c; margin-bottom: 30px;}
.signin-banner h2 {font-weight: 700;}
.social-login button {font-size: 15px; width: 100%; border: 0; background: transparent; margin-bottom: 18px; width: 100%; border: 1px solid #c8c8c8; border-radius: 17px; padding: 8px; margin-right: 8px; margin-bottom: 13px;}
.social-login .accordion-button {display: block; text-align: center;}
.social-login button a {color: #000; font-weight: 500;}
.social-login .accordion-button:not(.collapsed) {color: inherit; background-color: #efefef; box-shadow: none;}
.social-login .accordion-button:focus {border: 1px solid #c8c8c8;}
.profile-bx .accordion-body {background-color: #efefef; border-radius: 13px; margin-bottom: 0; padding: 0;}
.facebook-btn i {margin-right: 8px; color: #02325d;}
.google-btn i {margin-right: 8px; color: #DB4437;}

/* ////////////////////////account CSS/////////////////////////// */
.account-section .table-responsive {overflow-x: auto; -webkit-overflow-scrolling: touch;}
.account-section .nav {margin-bottom: 18px;}
.account-section {padding: 60px 0;}
.account-section .card {box-shadow: 0px 2px 6px #efefef; border-radius: 8px; transition: .3s; border-color: #efefef}
.account-section .card:hover {transition: .3s; transform: scale(1.1); position: relative; z-index: 1;}
.account-section .card .card-title {color: #646464; font-size: 12px; font-weight: 600;}
.account-section .card h2 {font-weight: 700; color: #242424; font-size: 23px; padding: 24px 0;}
.account-section .card a {color: #013480; text-decoration: underline;}
.account-section .card i {font-size: 11px; margin: 0 3px;}
.account-section .card .dropdown-toggle {text-decoration: none; color: #242424;}
.account-section .card .dropdown-item.active, .dropdown-item:active {background: #7e7e7e;}
.account-section .card .dropdown-item {font-size: 14px;}
.account-section .seller-theme-1 .thumbnail img {height: 148px;}
.account-section .nav {border: 1px solid #cccccc; padding: 30px; border-radius: 13px;}
.account-section .nav-pills .nav-link {margin-bottom: 8px; text-align: left; color: #7c7c7c; font-weight: 600; padding: 13px 18px;}
.account-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #2d2d2d; background-color: #efefef;}
.account-section i {font-size: 18px; margin-right: 8px;}
.account-section .product-loaction .icon {margin-bottom: 8px;}
.account-section .membership-report {margin-top: 24px;}
.account-section .membership-report li {display: flex; line-height: 30px; font-weight: 500;}
.account-section .membership-report li div {width: 230px; margin-right: 8px;}
.account-section .membership-report li div span {color: #126801}
.account-section .seller-profile {padding: 8px 18px;}
.account-section .dashboard-order .table thead {background-color: #efefef;}
.dashboard-order .view-btn {margin: 0 3px;}
.account-section .dashboard-order .table thead th {border: none; padding: 18px 8px; vertical-align: middle; font-size: 15px; font-weight: 600; text-transform: capitalize;}
.account-section .dashboard-order .table thead th:first-child {border-radius: 6px 0 0 6px;}
.account-section .dashboard-order .table thead th:last-child {border-radius: 0 6px 6px 0; padding-right: 30px; text-align: right;}
.account-section .dashboard-order .table tbody tr td, .dashboard-order .table tbody tr th {padding: 18px 8px; vertical-align: middle; color: #414141; border-top: none; border-bottom: 1px solid #cccccc;}
.account-section .dashboard-order .table tbody tr th {color: #dd0604;}
.account-section .dashboard-order .table tbody tr th span {color: #414141;}
/* .account-section table {caption-side: bottom; border-collapse: inherit; border: none;} */
.account-section .product-table thead {background-color: #efefef;}
.account-section .product-thumbnail img {width: 60px; height: 60px; object-fit: cover;}
.product-table thead th {font-size: 17px; text-transform: capitalize; border: none; color: #2d2d2d; padding: 18px 8px; font-weight: 600;}
.account-section .product-table tbody td {border-top: none; vertical-align: middle; padding: 15px; font-weight: 500; color: #2d2d2d; min-width: 80px;}
.account-section td.product-remove .remove-wishlist {display: block; text-align: center; height: 32px; width: 32px; line-height: 30px; background-color: #efefef; border-radius: 50%; font-size: 12px;}
.account-section td.product-remove .remove-wishlist i {font-size: 12px; margin-right: 0;}
.account-section td.product-remove .remove-wishlist button {border: 0; background: transparent;}
.account-section .product-table tbody .product-favourite {color: #02325d;}
.account-section .product-table tbody .product-stock {color: #126801;}
.account-section .dashboard-account .form-group .form-control {height: 60px; padding: 10px 30px; border-color: #c3c1c1; color: #7a7a7a;}
.account-section input:focus {border: 1px solid #afafaf}
.account-section .form-group label {
    position: absolute;
    top: -11px;
    left: 20px;
    pointer-events: none;
    z-index: 4;
    background: #fff;
    padding: 0 10px;
}
.account-section select, .select2 {
    width: 100%;
    cursor: pointer;
    transition: .3s;
    height: 55px;
    padding: 0 30px;
    outline: none;
    color: #7a7a7a;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #c3c1c1;
    border-radius: 6px;
    background: url("../images/arrow-icon.png") 95% center no-repeat rgba(0,0,0,0);
    padding-right: 32px;
    margin-bottom: 13px;
}
.dashboard-address .address-details li {line-height: 30px; font-size: 16px;}


/* Multiple Upload Images CSS */
.upload-box {
    padding: 0 0 3px 0;
    text-align: center;
}
.upload-box h3 {font-size: 17px; font-weight: 600; margin-bottom: 3px;}
.upload-box i {font-size: 18px; margin-bottom: 8px; color: #fff;}
.upload-inputfile {width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1;}

.upload-btn {
    display: inline-block;
    font-weight: 400;
    color: #fff !important;
    text-align: center;
    min-width: 116px;
    padding: 5px 17px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 0;
    /* background-color: #c8c8c8; */
    border-radius: 13px;
    line-height: 26px;
    font-size: 13px !important;
    margin-top: 8px;
}
.upload-box .gray-btn {background: #cbcbcb; border: 1px dashed #7c7c7c}
.upload-btn p {color: #2d2d2d;}

/* .upload-btn:hover {
    background-color: unset;
    color: #2d2d2d;
    transition: all 0.3s ease;
} */

.upload-btn-box {margin-bottom: 10px;}

.upload-img-wrap {display: flex; flex-wrap: wrap; margin: 0 -10px; justify-content: center;}

.upload-img-box {
    width: 180px;
    padding: 10px;
    border: 1px dashed #7c7c7c;
    border-radius: 18px;
    margin: 8px;
}
.upload-img-box .img-bg {
    width: 100%;
    height: 88px;
    padding: 13px;
    object-fit: cover;
    border-radius: 18px;
}

.upload-img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -66px;
    right: -16px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload-img-close:after {
    content: "âœ–";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}
.btn-cover {width: 100%; text-align: center !important; font-size: 13px !important; background: #efefef; padding: 6px 18px; border-radius: 8px; font-size: 13px; margin-bottom: 8px; cursor: pointer; transition: .3s;}
.btn-cover:hover {background: #02325d; color: #fff !important; transition: .3s;}
.upload-img-box .active {background: #02325d; color: #fff !important;}

.create-product-bx .product-upload .previw-upload {padding: 18px 0;}
.create-product-bx .product-upload .product-title label {font-size: 14px; font-weight: 600;}
.create-product-bx .modal-header {border-bottom: 0;}
.create-product-bx .product-upload h2 {text-align: center; background: #efefef; padding: 13px; border-radius: 8px;}
.create-product-bx .product-features input {width: 13%; margin-right: 8px;}
.form-control:focus {border: 1px solid #ced4da;}
.product-features select {background: url(../images/arrow-icon.png) 95% center no-repeat rgba(0,0,0,0); padding-right: 32px;}

/* Make Ads Section CSS */
.make-ads-section {padding: 18px 0 0 0;}
.make-ads-section .nav-pills .nav-link.active {display: none;}
.make-ads-section .previw-upload label {font-size: 16px; color: #2d2d2d; font-weight: 600; text-align: left;}
.make-ads-section .check-box label {font-size: 14px;}
.make-ads-section .check-box .form-check-input {padding-right: 13px;}
.previw-upload select {margin-bottom: 18px; margin-top: 8px;}
.previw-upload select {background: url(../images/arrow-icon.png) 98% center no-repeat rgba(0,0,0,0); padding-right: 32px; margin-bottom: 13px; height: 48px;}
.previw-upload label sup {color: #02325d;}
.make-ads-section .btn-1 {padding: 13px 30px; margin: 13px 8px;}
.make-ads-section .btn-1:focus {border-radius: 8px; margin: 13px 8px; padding: 8px 18px;box-shadow: none;}
.make-ads-section .breadcrumbs {display: flex; align-items: center;}
.make-ads-section .breadcrumbs span {font-size: 16px; font-weight: 600; margin-left: 8px;}
.make-ads-section .breadcrumbs span:nth-child(2) {background: transparent}
.make-ads-section .breadcrumbs span:nth-child(3) {background: url("../images/next.png") no-repeat left 0px center; padding-left: 18px;}
.make-ads-section .breadcrumbs span:nth-child(4) {background: url("../images/next.png") no-repeat left 0px center; padding-left: 18px;}
.make-ads-section .breadcrumbs span:nth-child(5) {background: url("../images/next.png") no-repeat left 0px center; padding-left: 18px;}
.make-ads-section .breadcrumbs span:nth-child(6) {background: url("../images/next.png") no-repeat left 0px center; padding-left: 18px;}
.feature-detals-spliter h3 {font-size: 21px; font-weight: 600; border-bottom: 1px dashed #d6d6d6; padding: 18px 0;}
.bg-off-gray {border: 1px solid #e6e6e6; padding: 18px; border-radius: 13px;}

.preview-img {width: 100%; height: 100px; object-fit: cover;}
.image-resizing {width: 200px;}
.dashed {border: 1px dashed #e6e6e6;}
.preview-img {padding: .75rem;}
.bg-gray {background: #7c7c7c;}

/* Next Form CSS */
.nextform {
	margin: 0;
	text-align: center;
	position: relative;
    padding: 0;
}
.nextform .step {
    border: 0 none;
    border-radius: 3px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    background: #efefef;
    z-index: 100;
    padding: 8px;
    margin-bottom: 13px;
    border-radius: 13px;
}
.nextform .step:not(:first-of-type) {
	display: none;
}
.nextform input, .nextform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 21px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
.nextform .action-button {
    width: 100%;
    background: #02325d;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 21px;
    cursor: pointer;
    padding: 10px;
    margin: 10px 0;
    text-decoration: none;
    font-size: 14px;
    border-radius: 21px;
}
.nextform .action-button:hover, .nextform .action-button:focus {
	box-shadow: none;
}
.nextform .otp input {margin: 0 3px; text-align: center; margin-top: 8px;}

/* Seller Rate CSS */
.seller-rate button {background: #c3c1c1; color: #000; border-radius: 8px; padding: 6px; margin-left: 18px; border: 1px solid #ababab; transition: .3s;}
.seller-rate button:hover {background: #02325d; color: #fff; border: 1px solid #02325d; transition: .3s;}
.seller-rate button:focus {border: 1px solid #ababab;}
.rating-stars ul {list-style-type: none; padding: 0; -moz-user-select: none; -webkit-user-select: none; margin-top: 8px;}
.rating-stars ul>li.star {display: inline-block;}
.rating-stars ul>li.star>i.fa {font-size: 1.5rem; color: #ccc;}
.rating-stars ul>li.star.hover>i.fa {color: #FFCC36;}
.rating-stars ul>li.star.selected>i.fa {color: #FFCC36;}
.rating-content .form-control {font-size: 14px; border-radius: 8px;}
.image-upload {position: relative; max-width: 100%; margin: 0 auto; overflow: hidden; margin-bottom: 18px;}
.image-upload input {position: absolute; top: 0; bottom: 0; left: 0; width: 100%; opacity: 0; cursor: pointer;}
.upload-field {display: block; background: #F4FAFE; padding: 12px; border-radius: 11px; margin: 8px 18px; display: flex; align-items: center; justify-content: center;}
/* .upload-field img {width: 100%; height: 100px; object-fit: cover; border-radius: 18px;} */

.upload-field .file-thumbnail {cursor: pointer; border: 1px dashed #BBD9EC; border-radius: 11px; text-align: center; padding: 18px;}

.upload-field .file-thumbnail img {width: auto; height: 80px; object-fit: cover; border-radius: 8px;}

.upload-field .file-thumbnail h3 {font-size: 12px; color: #000000; font-weight: 600; margin-bottom: 4px;}

.upload-field .file-thumbnail p {font-size: 12px; color: #9ABCD1; margin-bottom: 0;}
.form-check-input {margin-right: 8px;}
.form-check-box  .form-check-label {font-size: 14px !important;}

.upload-img-wrap ul {
    margin-bottom: .5rem;
}
.upload-img-wrap li {
    display: inline-block;
    margin: 3px;
    padding: 4px 13px;
    border-radius: 13px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-align: start;

}
.upload-img-wrap .dropdown {
    background:#ccc;
    height: 100%;
}
.upload-img-wrap .active {
    background:#126801;
    box-shadow:0px 0px 10px rgba(0,0,0,0.4);
}
.upload-box ul {display: flex; justify-content: center;}
.upload-box ul li img {width: 180px; height: 130px; object-fit: cover; margin: 8px; border-radius: 8px;}
.cover-img button {border-radius: 8px; margin-bottom: -13px;}
.cover-img .active {background: #02325d;}

/* Theme Choose Btn */
.account-section .dropdown {text-align: end;}
.theme-btn {background: #898989; padding: 8px 13px; color: #fff; border-radius: 6px;; border: 0; margin-bottom: 18px;}
.theme-btn:hover {background: #898989; padding: 8px 13px; color: #fff; border-radius: 6px;}
.theme-btn:focus {background: #898989; padding: 8px 13px; color: #fff; border-radius: 6px;}

/* Event Section CSS */
.event-section {padding: 40px 0;}
.event-list-content-wrap .event-list-item.event-list {
    margin-top: 60px;
    position: relative;
    padding-left: 80px;
}
.event-list-content-wrap .event-list-item.event-list .event-img {
    width: 300px;
    border-radius: 18px;
}
.event-list-content-wrap .event-list-item .event-img {
    overflow: hidden;
}
.event-list-content-wrap .event-list-item .event-img a {
    display: block;
}
.event-list-content-wrap .event-list-item .event-img a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 18px;
}
.event-list-content-wrap .event-list-item.event-list .event-list-content {
    flex: 1;
    margin-top: 0;
    margin-left: 50px;
}
.event-list-content-wrap .event-list-item .event-list-content .title h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    color: #1a0a1e;
    margin-top: 15px;
}
.event-list-content-wrap .event-list-item .event-list-content .meta-data {
    margin-top: 8px;
}
.event-list-content-wrap .event-list-item .event-list-content .meta-data span {
    font-size: 13px;
    margin-right: 18px;
}
.event-list-content-wrap .event-list-item .event-list-content .meta-data span i {
    margin-right: 8px;
}
.event-list-content-wrap .event-list-item .event-list-content p {
    margin-top: 15px;
}
.event-list-content-wrap .event-list-item.event-list .event-time {
    width: 45px;
    height: 45px;
    line-height: 16px;
    text-align: center;
    background: #02325d;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 8px;
}
.event-list-content-wrap .event-list-item.event-list .event-time span {
    font-size: 16px;
    display: block;
}
.event-list-content-wrap .event-list-item.event-list::before {
    content: "";
    width: 1px;
    height: 130%;
    background-color: #ebebeb;
    position: absolute;
    left: 22px;
    top: 0;
    z-index: -1;
}

/* Events Detail CSS */
.event-single-content p {font-size: 16px; line-height: 30px; margin-top: 18px;}
.meeta-thumbnail-section img {width: 100%; border-radius: 18px;}
.meeta-section-title h2 {margin-top: 30px; font-weight: 700;}
.event-single-content .event-single-item .title h3 {font-size: 23px; margin-top: 30px; line-height: 1; font-family: "Archivo", sans-serif; font-weight: 700; color: #1a0a1e;}
.event-single-sidebar .sidebar-item .sidebar-title {line-height: 30px; font-weight: 600; color: #ffff; margin-bottom: 18px; font-size: 21px !important;}
.event-single-sidebar .sidebar-item .event-details ul li > h5 {font-size: 14px; line-height: 24px; font-weight: 600; color: #1a0a1e;}
.event-single-sidebar .sidebar-item .event-details ul {padding-left: 8px;}
.event-single-sidebar .sidebar-item .event-details ul li + li {border-top: 1px solid #ebebeb; padding-top: 10px; margin-top: 15px;}
.event-single-sidebar .sidebar-item .event-details ul li i {margin-right: 8px; font-size: 12px; color: #2d2d2d;}
.event-single-sidebar .sidebar-item .google-map iframe {width: 100%; height: 300px; border-radius: 18px;}
.event-single-content .event-single-item .meeta-event-sponsors-3 .meeta-sponsor-wrap .meeta-sponsor-logo {
    height: 90px;
    line-height: 55px;
    padding: 15px 0;
    border: 1px solid #efefef;
    border-radius: 8px;
    margin-top: 18px;
}

.banner-upload-bx {background: #efefef; border-radius: 8px; padding: 18px; margin-top: -48px; text-align: inherit;}
/* .image-wrap {display: inline-table;} */
.image-wrap .upload-thumb img {width: 100%; height: 100px; object-fit: cover; border-radius: 8px; margin: 0 0 18px 0;}
.image-wrap .upload-thumb {width: 30%; position: relative; float: left; /* margin: 0 1.65%; */}
.image-wrap .upload-thumb .upload-ico {position: absolute; color: #000; top: 6px; left: 10px; width: 100%; text-align: left;}
.image-wrap .upload-thumb .upload-ico i {margin: 3px;
    width: 21px;
    height: 21px;
    border-radius: 3px;
    background: #fff;
    padding: 6px;
    font-size: 12px;
    line-height: 8px;
    text-align: center;
    box-shadow: 1px 1px 8px 2px #000;
    margin-left: 6px;
}
.image-wrap .upload-thumb .upload-ico .form-check-input {width: 21px; height: 21px; position: absolute; right: 18px; position: absolute; top: 0; border: 1px solid #000;}
.hiddenFileInput > input{
    height: 100%;
    width: 100;
    opacity: 0;
    cursor: pointer;
  }
  .hiddenFileInput{
    border: 1px solid #ccc;
    width: 200px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    background: #e1e1e1 url('../images/cloud-computing.png') no-repeat center center;
    border-radius: 18px;
    margin-top: 8px;
  }

/* Plan table */
.bg-silver {
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d2d2d2",GradientType=1);
}
.bg-gold {
    background: rgb(255,222,145);
    background: -moz-radial-gradient(circle, rgba(255,222,145,1) 0%, rgba(255,172,4,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,222,145,1) 0%, rgba(255,172,4,1) 100%);
    background: radial-gradient(circle, rgba(255,222,145,1) 0%, rgba(255,172,4,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffde91",endColorstr="#ffac04",GradientType=1);
}
.bg-platinum {
    background: rgb(213,213,213);
    background: -moz-radial-gradient(circle, rgba(213,213,213,1) 0%, rgba(140,140,140,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(213,213,213,1) 0%, rgba(140,140,140,1) 100%);
    background: radial-gradient(circle, rgba(213,213,213,1) 0%, rgba(140,140,140,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d5d5",endColorstr="#8c8c8c",GradientType=1);
}
.activated-tag span img {width: 48px; -o-object-fit: scale-down;}
.pricingTable {
    background: #fff;
    padding-bottom: 20px;
    overflow: hidden;
    box-shadow: 2px 0px 18px 1px #dbdbdb;
    border-radius: 18px;
    margin-bottom: 18px;
}

.pricingTable .pricingTable-header {
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

/* .pricingTable .pricingTable-header:before {
    content: "";
    width: 100%;
    height: 150%;
    background: #505050;
    position: absolute;
    top: -90%;
    left: -20%;
    z-index: -1;
    transform: rotate(-42deg);
    border-radius: 18px;
}

.pricingTable .pricingTable-header:after {
    content: "";
    width: 100%;
    height: 190%;
    background: #8b8b8b;
    position: absolute;
    top: -76%;
    right: -16%;
    z-index: -2;
    transform: rotate(20deg)
} */

.pricingTable .price-value {
    display: inline-block;
    width: 60%;
    padding: 30px 0;
}
.pricingTable .title {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

.pricingTable .price-value {
    float: left;
    font-size: 23px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #414141;
    clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
    line-height: 70px;
    border-radius: 0;
    position: absolute;
    z-index: 9;
    padding: 18px;
    line-height: 100px;
    height: 160px;
    color: #fff;
    font-weight: 600;
}

.pricingTable .currency {
    font-size: 20px;
    position: relative;
    top: 0;
    right: 0;
}

.pricingTable .title {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 34%, 0 0);
    background-color: #bdbdbd;
    text-align: end;
    padding-right: 27px;
    line-height: 60px;
    text-align: end;
    padding-right: 27px;
    color: #fff;
    font-weight: 600;
    height: 150px;
}

.pricingTable .pricing-content {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
    clear: both
}

.pricingTable .pricing-content li {
    font-size: 14px;
    color: #828282;
    line-height: 30px;
    margin-left: 30px;
    list-style-type: disc;
}

.pricingTable .pricingTable-signup {
    display: block;
    width: 80%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #505050;
    border-radius: 8px;
    margin: 0 auto;
    font-size: 18px;
    color: #505050;
    z-index: 1;
    text-transform: uppercase;
    overflow: hidden;
    position: relative
}
.signup-hover .sign-up1 {
    display: block;
    width: 70px;
    height: 50px;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
    background: #02325d;
    position: absolute;
    left: 0;
    top: 0;
}
.signup-hover .sign-up2 {
    display: block;
    width: 70px;
    height: 50px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background: #073a66;
    position: absolute;
    right: 0;
    top: 0;
}
.signup-hover {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .3s;
}
.signup-hover:hover {
    opacity: 1;
    transition: .3s;
}

/* .pricingTable .pricingTable-signup:after,
.pricingTable .pricingTable-signup:before {
    content: "";
    border-width: 0;
    border-style: solid;
    position: absolute;
    z-index: -1;
    transition: all .7s ease 0s
} */

/* .pricingTable .pricingTable-signup:before {
    border-color: transparent transparent transparent #505050;
    bottom: 0;
    left: 0
} */

.pricingTable .pricingTable-signup:after {
    border-color: transparent #8b8b8b transparent transparent;
    top: 0;
    right: 0
}

.pricingTable .pricingTable-signup:hover:after,
.pricingTable .pricingTable-signup:hover:before {
    border-width: 150px 262px
}

.pricingTable.green .pricingTable-header:before {
    background: #ffbc00;
}

.pricingTable.green .pricingTable-header:after {
    background: #d99530;
}

.pricingTable.green .pricingTable-signup {
    border-color: #ffbc00;
    color: #ffbc00;
}

.pricingTable.green .pricingTable-signup:before {
    border-color: transparent transparent transparent #ffbc00;
}

.pricingTable.green .pricingTable-signup:after {
    border-color: transparent #d99530 transparent transparent
}

.pricingTable.orange .pricingTable-header:before {
    background: #bbbbbb;
}

.pricingTable.orange .pricingTable-header:after {
    background: #d5d5d5;
}

.pricingTable.orange .pricingTable-signup {
    border-color: #bbbbbb;
    color: #bbbbbb;
}

.pricingTable.orange .pricingTable-signup:before {
    border-color: transparent transparent transparent #bbbbbb;
}

.pricingTable.orange .pricingTable-signup:after {
    border-color: transparent #d5d5d5 transparent transparent;
}
.pricingTable.blue .pricingTable-header:before {
    background: #4f748d;
}
.pricingTable.blue .pricingTable-header:after {
    background: #98a3af;
}

.pricingTable.purple .pricingTable-header:before {
    background: #b14468
}

.pricingTable.purple .pricingTable-header:after {
    background: #cf4d78
}

.pricingTable.purple .pricingTable-signup {
    border-color: #cf4d78;
    color: #cf4d78
}

.pricingTable.purple .pricingTable-signup:before {
    border-color: transparent transparent transparent #b14468
}

.pricingTable.purple .pricingTable-signup:after {
    border-color: transparent #b14468 transparent transparent
}
/* table {
    table-layout: fixed;
    word-wrap: break-word;
} */
.check-custom i {color: #3cd300}
.theme-preview img {border: 1px solid #EFEFEF; border-radius: 18px; width: 100%; height: 300px; object-fit: cover;}
.trans-history h3 {font-size: 21px; font-weight: 600; margin: 8px 0;}
.trans-history h6 {margin: 8px 0;}
.trans-bal {font-weight: 600;}
.trans-amount {font-weight: 400;}
.account-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {font-weight: 600;}
.account-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {color: #495057;}
.offcanvas-bottom {height: 100vh;}

/* Gallery CSS */
#gallery-images {
    padding-top: 40px;
}
.img-wrapper {
    position: relative;
    margin-top: 30px;
}
.img-wrapper img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 13px;
}
.seller-theme-3 .img-wrapper img {
    height: 80px;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 13px;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
    cursor: pointer;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}
#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
    cursor: pointer;
}
#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
    cursor: pointer;
}
#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

/* ///////////////////////RTL CSS//////////////////////////// */
.rtl-direction .top-lft img {margin-left: 8px;}
.rtl-direction .slick-next, .slick-prev {z-index: 100; position: absolute; top: -58px;}
.rtl-direction .slick-prev {left: 70px; right: inherit; transform: rotate(0deg);}
.rtl-direction .slick-next {left: 15px; right: inherit; transform: rotate(180deg);}

/* Category List RTL CSS */
.rtl-direction .sidebar-category ul li a {text-align: right;}
.rtl-direction .sidebar-category .dropend .dropdown-toggle {
    background: url(../images/left-arrow.png) no-repeat left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
    padding-left: 18px;
}
.rtl-direction .sidebar-category ul li img {margin-left: 8px; margin-right: 0;}
.rtl-direction .sidebar-category .dropdown-menu {transform: translate(-98%, 0) !important;}
.rtl-direction .carousel-indicators {margin-right: 4%;}
.rtl-direction .search-cat-form .btn-search {left: 0; right: inherit; border-radius: 18px 0 0 18px;}
.rtl-direction .main-header .cat-ico {
    background: url(../images/category.png) no-repeat center right 8px, url(../images/down-arrow.png) no-repeat center left 3px;
    padding: 8px 28px 8px 26px;
    border-left: 1px solid #c8c8c8;
    border-right: 0;
}
.rtl-direction .main-header .location-ico {
    background: url(../images/location.png) no-repeat center right 8px, url(../images/down-arrow.png) no-repeat center left 3px;
    padding: 8px 28px 8px 26px;
    border-left: 1px solid #c8c8c8;
    border-right: 0;
}
.rtl-direction .main-header .location-ico span, .rtl-direction .main-header .cat-ico span {padding-left: 21px; padding-right: 0;}
.rtl-direction .search-cat-form select, input {border-left: 1px solid #c8c8c8;border-right: 0;}
.rtl-direction .main-header .src-ico {background: url(../images/search-interface-symbol.png) no-repeat center right 8px; border-left: 0; padding: 8px 30px 8px 26px;}
.rtl-direction .real-estate-section .real-property .content-bx .property-seller-info .seller-name {border-right: 1px solid #c8c8c8; border-left: 0; padding-right: 6px; padding-left: 0; margin-right: 0;}
.rtl-direction .real-estate-section .real-property .content-bx .descrip-bx span {margin-right: 0;}
.rtl-direction .real-estate-section .real-property .content-bx .property-seller-info i {margin-right: 0;}
.car-bike-section .product-item .product-content .product-seller-info .seller-name {width: 33%;}
.rtl-direction .product-section, .car-bike-section {direction: ltr;}
.rtl-direction .title {direction: rtl;}
.rtl-direction .product-item .product-content .product-post-tag {direction: rtl;}
.rtl-direction .product-item .product-content .product-title h3 {width: auto; direction: rtl;}
.rtl-direction .product-price-tag {direction: rtl;}
.rtl-direction .product-item .product-content .product-seller-info {text-align: end; justify-content: end;}
.rtl-direction .product-item .product-content .product-rating {text-align: end;}
.rtl-direction .product-item .product-content .product-rating .rating-number {padding-right: 0;}
.rtl-direction .ftr-common-list ul li {margin-right: 18px; margin-left: 0;}
.rtl-direction .service-info img {margin-right: 0;}

/* Top Header RTL CSS */
.rtl-direction .top-header .top-rgt ul > li {margin-left: 0; margin-right: 8px;}
.rtl-direction .top-header .top-lft ul > li {margin-right: 0; margin-left: 8px;}

.rtl-direction .banner-slider .carousel-inner {display: table-footer-group;}

/* Real Estate RTL CSS */
.rtl-direction .real-estate-section {direction: ltr;}
.rtl-direction .real-estate-section .real-property .content-bx {width: auto; text-align: end;}
.rtl-direction .real-estate-section .real-property .content-bx .property-title h3 {width: auto;}
.rtl-direction .real-estate-section .real-property .content-bx .property-post-tag {width: auto; direction: rtl; text-align: right;}
.rtl-direction .location-view li::before {padding-right: 0;}
.rtl-direction .car-bike-section .content-direction {direction: rtl;}
.rtl-direction .product-item .product-content .product-post-tag i {margin-right: 0;}
.rtl-direction .service-info img {margin-left: 7px;}
.rtl-direction .ftr-common-list img {margin-left: 8px; margin-right: 0;}

/* Product Detail RTL CSS */
.rtl-direction .single-product-content .single-product-seller .seller-name {border-left: 1px solid #c3c1c1; border-right: 0;}
.rtl-direction .single-product-content .single-product-seller .product-rating {border-left: 1px solid #c3c1c1; border-right: 0;}
.rtl-direction .product-detail-section .product-features ul {padding-right: 18px; padding-left: 0;}
.rtl-direction .product-detail-section .nav-tabs .nav-link.active {padding: 8px 8px 8px 0;}
.rtl-direction .product-variations-wrapper .product-view {padding-right: 0;}
.rtl-direction .product-variations-wrapper .product-loaction {padding-right: 0;}
.rtl-direction .product-variations-wrapper .product-favorite {padding-right: 0;}
.product-variations-wrapper .product-share {padding-right: 0;}
.rtl-direction .product-detail-section .slick-slider {direction: ltr;}
.rtl-direction .single-product-thumb .slick-slider {direction: ltr;}

/* Category RTL CSS */
.rtl-direction .product-filter {left: 17px; right: inherit;}
.rtl-direction .product-filter span {margin-left: 3px;}
.rtl-direction .product-category-search-bar button {border-radius: 8px 0 0 8px;}
.rtl-direction .product-category-search-bar input {border-radius: 0 8px 8px 0;}
.rtl-direction .product-category-search-bar .dropdown-item {text-align: right;}
.rtl-direction .sidebar-category .btn-category {text-align: right;}
.rtl-direction .form-check .form-check-input {margin-left: 0.5em;}
.rtl-direction .category-product-section .sidebar-category .price-input .price-count input {border-left: 0;}
.rtl-direction .category-product-section .sidebar-category .price-filter {direction: ltr;}
.rtl-direction .category-product-section .sidebar-category .range-input input {border-left: 0;}
.rtl-direction .inner-banner-bg .content-bx {right: 0; left: inherit;}
.rtl-direction .inner-banner-bg .content-bx .breadcrumbs i {margin: 0 0 0 8px;}

/* Seller Profile RTL CSS */
.rtl-direction .profile-banner-section .single-product-seller {justify-content: right;}
.rtl-direction .product-loaction {text-align: right !important;}
.rtl-direction .seller-rate button {margin-right: 18px;}
.rtl-direction .information-list ul {padding-right: 16px;}
.rtl-direction .seller-profile .profile-content, .rtl-direction .seller-profile .profile-content .thumbnail {text-align: right !important;}
.rtl-direction .seller-profile .profile-content, .rtl-direction .seller-profile .profile-content .badges {text-align: right !important;}
.rtl-direction .review-content {text-align: right;}
.rtl-direction .modal-header .btn-close {margin: 0;}
.rtl-direction .quick-view-product .modal-header .btn-close {left: -30px;}
.rtl-direction .product-category-list .product-item {direction: ltr;}
.rtl-direction .seller-theme-2 .seller-profile .profile-content, .rtl-direction .seller-theme-2 .seller-profile .profile-content .badges {text-align: center !important;}
.rtl-direction .seller-theme-2 .product-loaction {text-align: center !important;}
.rtl-direction .seller-theme-2 .seller-contact .phone-no, .rtl-direction .seller-theme-2 .seller-contact .whatsapp {margin-right: 0;}
.rtl-direction .product-category-list .slick-single-seller {direction: ltr;}

.rtl-direction .seller-theme-3 .profile-content, .rtl-direction .seller-theme-3 .profile-content .badges {text-align: center !important;}
.rtl-direction .seller-theme-3 .seller-contact .phone-no, .rtl-direction .seller-theme-3 .seller-contact .whatsapp {margin-right: 0;}
.rtl-direction .seller-theme-3 .product-loaction {text-align: center !important;}

/* About RTL CSS */
.rtl-direction .about-section li {padding-right: 80px; padding-left: 0;}
.rtl-direction .about-section li:nth-child(1) {padding-left: 80px; padding-right: 0;}
.rtl-direction .team-section .slick-single-team {direction: ltr;}

/* Contact RTL CSS */
.rtl-direction .contact-section .location-content ul .location {background: url(../images/location.png) no-repeat right top 3px; padding-right: 30px;}
.rtl-direction .contact-section .location-content ul .phone {background: url(../images/telephone.png) no-repeat right top 3px; padding-right: 30px;}
.rtl-direction .contact-section .location-content ul .email {background: url(../images/email.png) no-repeat right top 3px; padding-right: 30px;}
.rtl-direction .contact-section .location-content ul .opening {background: url(../images/wall-clock.png) no-repeat right top 3px; padding-right: 30px;}
.rtl-direction .social-login button {margin-right: 0;}
.rtl-direction .common-section ul {padding-right: 23px;}
.rtl-direction .account-section .nav-pills .nav-link {text-align: right;}
.rtl-direction .account-section i {margin-left: 8px; margin-right: 0;}
.rtl-direction .account-section td.product-remove .remove-wishlist i {margin-right: 0; margin-left: 0;}
.rtl-direction .signin-form-wrap {justify-content: center; text-align: start;}
.rtl-direction .account-section select, .select2 {padding-right: 43px;}
.rtl-direction .form-check {padding-left: 0;}
.rtl-direction .breadcrumbs i {margin-left: 8px;}
.rtl-direction .feature-detals-spliter i {margin-left: 8px;}
.rtl-direction .make-ads-section .breadcrumbs span:nth-child(2) {background: transparent}
.rtl-direction .make-ads-section .breadcrumbs span:nth-child(3) {background: url("../images/next.png") no-repeat right 0px center; padding-right: 18px;}
.rtl-direction .make-ads-section .breadcrumbs span:nth-child(4) {background: url("../images/next.png") no-repeat right 0px center; padding-right: 18px;}
.rtl-direction .make-ads-section .breadcrumbs span:nth-child(5) {background: url("../images/next.png") no-repeat right 0px center; padding-right: 18px;}
.rtl-direction .make-ads-section .breadcrumbs span:nth-child(6) {background: url("../images/next.png") no-repeat right 0px center; padding-right: 18px;}
.rtl-direction .make-ads-section .btn-1 {margin: 13px 13px;}
.rtl-direction .facebook-btn i {margin-left: 8px;}
.rtl-direction .google-btn i {margin-left: 8px;}

.rtl-direction .product-detail-section .seller-profile .profile-content, .rtl-direction .product-detail-section .seller-profile .profile-content .badges {text-align: center !important;}
.rtl-direction .product-detail-section .product-loaction {text-align: center !important;}
.rtl-direction .product-detail-section .product-variations-wrapper .product-loaction {text-align: right !important;}
.rtl-direction .deal-section {direction: ltr;}
.rtl-direction .flag-icon ul li {text-align: right;}
.rtl-direction .lang-tab .dropdown-item {text-align: right;}
.rtl-direction .product-item .product-content .product-seller-info .seller-name i {margin-right: 0; margin-left: 3px;}
.rtl-direction .product-item .product-content .product-seller-info .seller-name {direction: rtl;}
.rtl-direction .real-estate-section .real-property .content-bx .property-seller-info {direction: rtl;}
.rtl-direction .real-estate-section .real-property .content-bx .property-seller-info .seller-name {/*border-left: 1px solid #c8c8c8;*/ border-right: 0; padding-right: 0; padding-left: 8px; margin-right: 0; text-align: right;}
.rtl-direction .real-estate-section .real-property .content-bx .property-seller-info .seller-Verify { margin-right: 8px;}
.rtl-direction .real-estate-section .real-property .content-bx .descrip-bx {direction: rtl; text-align: right;}
.rtl-direction .real-estate-section .real-property .content-bx .descrip-bx i {margin-right: 4px;}

.rtl-direction .event-list-content-wrap .event-list-item.event-list {padding-right: 80px; padding-left: 0;}
.rtl-direction .event-list-content-wrap .event-list-item.event-list .event-list-content {margin-right: 50px; margin-left: 0;}
.rtl-direction .event-list-content-wrap .event-list-item.event-list .event-time {right: 0;}
.rtl-direction .event-list-content-wrap .event-list-item.event-list::before {right: 22px;}
.rtl-direction .event-list-content-wrap .event-list-item .event-list-content .meta-data span {margin-left: 18px; margin-right: 0;}
.rtl-direction .event-list-content-wrap .event-list-item .event-list-content .meta-data {margin-top: 8px; direction: ltr; text-align: end;}
.rtl-direction .event-single-sidebar .sidebar-item .sidebar-title {text-align: right !important;}
.rtl-direction .event-single-sidebar .sidebar-item .event-details ul li i {margin-right: 0; margin-left: 8px;}
.rtl-direction .event-single-sidebar .sidebar-item .event-details ul {padding-left: 0; padding-right: 8px;}
.rtl-direction .log-user ul li > i {margin-left: 8px; margin-right: 0;}
.rtl-direction .log-user ul li a > i {margin-right: 0 !important; margin-left: 4px;}
.rtl-direction .dropdown-toggle::after {margin-right: 0.255em; margin-left: 0;}
.rtl-direction .sidebar-category ul li > i {margin-right: 0; margin-left: 8px;}
.rtl-direction .log-user ul li > a {
    padding-right: 8px;
    padding-left: 8px;
}
.rtl-direction .lang-tab .dropdown-toggle {
    border-right: 0;
    border-left: 1px solid #d3d3d3;
    padding-right: 0;
    padding-left: 13px;
}


span[aria-current] > span{
    background-color: #e7ecf1 !important;
}
.rtl-direction .banner-slider .carousel-indicators {right: 0; text-align: start;}

.event-single-content a{
    color: #075cff;
    text-decoration:Â underline;

}

/* promotional banner CSS */
.promotional-banner {padding: 30px 0;}
.promotional-banner img {width: 100%; border-radius: 17px; object-fit: cover;}