.adt-multivendor-top-search-bar {
padding: 10px 0;
background-color: #ffff;
}
.adt-multivendor-searchbar-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}
.adt-multivendor-searchbar-wrapper .adt-search-area {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.adt-multivendor-searchbar-wrapper .adt-search-area form {
display: flex;
align-items: flex-start;
gap: 15px;
}
.adt-multivendor-searchbar-wrapper .adt-search-area form input {
width: 330px;
font-size: 14px;
color: #555555;
padding: 10px 20px;
line-height: 23px;
background-color: #f6f6f6;
border: 1px solid #dedede;
border-radius: 4px;
}
.adt-multivendor-searchbar-wrapper .adt-search-area form input:focus-visible {
outline: none;
}
.adt-multivendor-searchbar-wrapper .adt-search-area form input::placeholder {
font-size: 14px;
color: #555555;
opacity: 1;
}
.adt-multivendor-searchbar-wrapper .select2 {
width: 200px !important;
}
.adt-multivendor-searchbar-wrapper
.select2-container
.select2-selection--single {
height: 45px;
border-radius: 4px;
border: none;
background-color: #f6f6f6;
border: 1px solid #dedede;
}
.adt-multivendor-searchbar-wrapper
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
color: #555555;
font-size: 14px;
line-height: 31px;
padding-left: 20px;
}
.adt-multivendor-searchbar-wrapper
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 45px;
right: 10px;
}
.adt-multivendor-searchbar-wrapper
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
border-color: #000 #000 transparent transparent;
border-width: 1px 1px 0 0px;
width: 6px;
height: 6px;
margin-top: -5px;
transform: rotate(135deg);
}
.adt-multivendor-searchbar-wrapper
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
margin-top: -2px;
transform: rotate(-45deg);
}
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
background-color: #ff002e;
}
.adt-multivendor-searchbar-wrapper .adt-search-area button {
width: 110px;
height: 45px;
font-size: 14px;
font-weight: 500;
color: #ffff;
padding: 10px 18px;
line-height: 20px;
background-color: #ff002e;
border: 1px solid #ff002e;
border-radius: 4px;
transition: all 0.3s ease;
}
.adt-multivendor-searchbar-wrapper .adt-search-area button i {
margin-right: 8px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons {
display: flex;
align-items: center;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons > div:has(.login-user) {
position: relative;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a {
position: relative;
font-size: 14px;
font-weight: 400;
color: #000 !important;
margin-left: 30px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a::before {
content: "";
position: absolute;
top: 5px;
right: -15px;
width: 1px;
height: 12px;
background-color: #000;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a.favourite::before {
top: 4px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a.login-user::before {
content: none;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .shop-dropdown-user {
margin: 15px auto;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .shop-dropdown-user a {
margin-left: 0;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .login-user img {
border: 0;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a:last-child:before {
content: none;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a i {
margin-right: 10px;
color: #ff002e;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a.favourite i {
font-size: 20px;
color: #000;
margin-right: 2px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box {
position: relative;
display: flex;
align-items: center;
gap: 10px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box::before {
content: "";
position: absolute;
top: 13px;
right: -12px;
width: 1px;
height: 12px;
background-color: #000;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .meta {
text-align: right;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .meta small {
font-size: 10px;
font-weight: 500;
color: #555555;
display: block;
line-height: 10px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .meta strong {
font-size: 15px;
font-weight: 600;
color: #000;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .icon {
position: relative;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .icon a {
margin-left: 0;
}
.adt-multivendor-searchbar-wrapper
.adt-extra-buttons
.cart-box
.icon
a::before {
content: none;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .icon i {
font-size: 20px;
color: #000;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .icon .count {
position: absolute;
top: -6px;
right: 0;
width: 13px;
height: 13px;
display: flex;
justify-content: center;
align-items: center;
font-size: 10px;
color: #ffff;
background-color: #ff002e;
border-radius: 50%;
padding: 8px;
}  .adt-multivendor-home-section {
padding: 40px 0 0 0;
}
.multivendor-hero-banner {
position: relative;
padding: 66px 40px;
background-image: linear-gradient(
to right,
rgba(0, 255, 209, 0.2),
rgba(255, 185, 0, 0.2)
);
margin-bottom: 40px;
border-radius: 4px;
}
.multivendor-hero-banner h3 {
position: relative;
font-size: 30px;
font-weight: 700;
color: #ff002e;
font-family: "Kalam", cursive;
z-index: 1;
}
.multivendor-hero-banner h1 {
position: relative;
font-size: 50px;
font-weight: 600;
color: #000;
margin: 30px 0;
max-width: 500px;
line-height: 45px;
z-index: 1;
}
.multivendor-hero-banner a {
position: relative;
display: inline-block;
width: auto;
padding: 8px 32px;
line-height: 24px;
z-index: 1;
}
.multivendor-hero-banner img.main-img {
position: absolute;
top: 0;
right: 120px;
}
.multivendor-hero-banner .vector {
position: absolute;
bottom: 20px;
right: 20px;
}
.adt-multivendor-category-ad-card {
padding: 7px;
background-color: #ffff;
border: 1px solid #f0f0f0;
border-radius: 4px;
margin-bottom: 30px;
transition: 0.3s ease-in-out;
}
.adt-multivendor-category-ad-card:hover {
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}
.adt-multivendor-ads-carousel .adt-multivendor-category-ad-card {
margin-bottom: 0;
}
.adt-multivendor-category-ad-card .category-img-box {
position: relative;
width: 100%;
height: 190px;
background-color: #ffff;
border-radius: 4px;
}
.adt-multivendor-category-ad-card .category-img-box img {
width: 100%;
height: 100%;
object-fit: scale-down;
}
.adt-multivendor-category-ad-card .category-content-box {
padding: 15px 13px 0 13px;
}
.adt-multivendor-category-ad-card .category-content-box .rating {
display: flex;
align-items: center;
}
.adt-multivendor-category-ad-card .category-content-box .rating span {
font-size: 12px;
font-weight: 500;
color: #ffff;
padding: 2px 10px;
background-color: #ea9a00;
border-radius: 2px;
line-height: 16px;
}
.adt-multivendor-category-ad-card .category-content-box .rating small {
font-size: 12px;
color: #6d6d6d;
margin: 0 5px 0 10px;
}
.adt-multivendor-category-ad-card .category-content-box h5 {
font-size: 16px;
font-weight: 400;
color: #000;
margin: 5px 0;
}
.adt-multivendor-category-ad-card .category-content-box .price {
display: flex;
align-items: center;
font-size: 16px;
font-weight: 500;
color: #ff002e;
}
.adt-multivendor-category-ad-card .category-content-box .price del {
font-size: 12px;
font-weight: 400;
color: #555555;
margin-left: 5px;
}
.adt-multivendor-category-ad-card .category-content-box .detail-btn-box {
padding-top: 6px;
margin-top: 10px;
border-top: 1px solid #f0f0f0;
display: flex;
justify-content: space-between;
align-items: center;
}
.adt-multivendor-category-ad-card
.category-content-box
.detail-btn-box
.detail-btn {
font-size: 12px;
color: #6d6d6d;
}
.adt-multivendor-category-ad-card
.category-content-box
.detail-btn-box
.favourite
i {
font-size: 16px;
color: #d9d9d9;
}
.adt-multivendor-ads-carousel {
margin-bottom: 40px;
}
.adt-multivendor-ads-carousel .owl-nav {
position: absolute;
margin-top: 0;
top: -77px;
right: 123px;
text-align: right;
}
.adt-multivendor-ads-carousel .owl-nav .owl-prev,
.adt-multivendor-ads-carousel .owl-nav .owl-next {
width: 47px;
height: 47px;
background: #ffff !important;
border-radius: 4px;
margin: 0 10px;
border: 1px solid #f0f0f0 !important;
}
.adt-multivendor-ads-carousel .owl-nav .owl-prev.disabled,
.adt-multivendor-ads-carousel .owl-nav .owl-next.disabled {
opacity: 1;
}
.adt-multivendor-ads-carousel .owl-nav .owl-prev i,
.adt-multivendor-ads-carousel .owl-nav .owl-next i {
color: #6d6d6d;
}
.adt-multivendor-mini-ctg-box {
text-align: center;
}
.adt-multivendor-mini-ctg-box .img-box {
width: 120px;
height: 120px;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: #ffff;
}
.adt-multivendor-mini-ctg-box .img-box img {
width: 100%;
height: 100%;
object-fit: scale-down;
}
.adt-multivendor-mini-ctg-box h5 {
font-size: 16px;
font-weight: 400;
color: #000;
margin: 15px 0 10px 0;
}
.adt-multivendor-mini-ctg-box span {
font-size: 12px;
padding: 6px 8px;
color: #555555;
background-color: #ffff;
border-radius: 4px;
}
.adt-multivendor-mini-ctg-carousel {
margin-bottom: 40px;
}
.adt-multivendor-mini-ctg-carousel .owl-nav {
position: absolute;
margin-top: 0;
top: -87px;
right: 123px;
text-align: right;
}
.adt-multivendor-mini-ctg-carousel .owl-nav .owl-prev,
.adt-multivendor-mini-ctg-carousel .owl-nav .owl-next {
width: 47px;
height: 47px;
background: #ffff !important;
border-radius: 4px;
margin: 0 10px;
border: 1px solid #f0f0f0 !important;
}
.adt-multivendor-mini-ctg-carousel .owl-nav .owl-prev.disabled,
.adt-multivendor-mini-ctg-carousel .owl-nav .owl-next.disabled {
opacity: 1;
}
.adt-multivendor-mini-ctg-carousel .owl-nav .owl-prev i,
.adt-multivendor-mini-ctg-carousel .owl-nav .owl-next i {
color: #6d6d6d;
}
.adt-multivendor-product-sidebar-wrapper {
display: flex;
gap: 30px;
}
.adt-multivendor-product-sidebar-wrapper .adt-multivendor-product-wrapper {
width: calc(100% - 272px);
}
.adt-multivendor-product-sidebar-wrapper .adt-multivendor-product-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0px 30px;
}
.adt-multivendor-product-sidebar-wrapper .multivendor-product-sidebar {
width: 242px;
}
.multivendor-product-sidebar .adt-recent-ads-sidebar {
padding: 15px;
}
.multivendor-product-sidebar .adt-recent-ads-sidebar .adt-recent-ad-box {
gap: 10px;
}
.multivendor-product-sidebar
.adt-recent-ads-sidebar
.adt-recent-ad-box
.recent-img-box {
width: 50px;
height: 50px;
background-color: #ffff;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
}
.adt-recent-ads-sidebar .adt-recent-ad-box .recent-img-meta strong {
font-size: 12px;
font-weight: 400;
line-height: 18px;
}
.adt-horizontal-ad-box.margin-top-10 {
margin-top: 10px;
}
.adt-multivendor-services-box {
margin-bottom: 20px;
}
.adt-multivendor-services-box i {
font-size: 30px;
color: #ff002e;
}
.adt-multivendor-services-box h6 {
font-size: 18px;
font-weight: 500;
color: #000;
margin: 20px 0 10px;
}
.adt-multivendor-services-box p {
font-size: 14px;
color: #6d6d6d;
max-width: 220px;
}  .adt-multivendor-search-section {
padding: 60px 0 30px;
}
.adt-multivendor-search-wrapper {
display: flex;
gap: 30px;
}
.adt-multivendor-search-wrapper .adt-multivendor-search-filters-sidebar {
width: 242px;
}
.adt-multivendor-search-wrapper .adt-multivendor-search-filters-sidebar > div { margin-bottom: 30px;
background-color: #ffff;
border-radius: 4px;
}
.range-slider-woocommerce-shop,
.adt-search-rating-box-wc {
padding: 20px 15px;
}
.adt-multivendor-search-filters-sidebar h3 {
font-size: 18px;
font-weight: 500;
color: #000;
margin-bottom: 20px;
}
.adt-multivendor-search-wrapper .adt-multivendor-search-results-content {
width: calc(100% - 272px);
}
.adt-multivendor-search-filters-sidebar .categories-list li {
font-size: 14px;
padding-top: 15px;
margin-top: 15px;
border-top: 1px solid #cdcdcd;
}
.adt-multivendor-search-filters-sidebar .categories-list li a {
color: #6d6d6d;
}
.adt-multivendor-search-filters-sidebar .categories-list li i {
margin-right: 5px;
width: 20px;
text-align: center;
}
.adt-multivendor-search-filters-sidebar .adt-range-slider .adt-button-dark {
padding: 12px 20px;
}
.adt-multivendor-search-filters-sidebar .adt-type-filter-box .checkmark {
top: 2px;
width: 18px;
height: 18px;
}
.adt-multivendor-search-filters-sidebar .adt-type-filter-box .rating {
display: inline-block;
margin-right: 15px;
}
.adt-multivendor-search-filters-sidebar .adt-type-filter-box .rating i {
color: #d9d9d9;
margin-right: 5px;
}
.adt-multivendor-search-filters-sidebar .adt-type-filter-box .rating i.fill {
color: #ff9900;
}
.adt-multivendor-search-filters-sidebar .adt-type-filter-box .checkmark::after {
left: 6px;
top: 3px;
width: 6px;
}
.adt-multivendor-search-filters-sidebar .adt-recent-ad-box .recent-img-box {
width: 50px;
height: 50px;
background-color: #f6f6f6;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
}
.adt-multivendor-search-wrapper
.adt-multivendor-search-filters-sidebar
.adt-vertical-ad-box {
padding: 0;
}
.adt-multivendor-search-wrapper .adt-ads-sort-box .filter-box {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px 20px;
}
.adt-multivendor-search-wrapper
.adt-ads-sort-box
.filter-box
.filter-refresh-btn {
color: #35bd06;
background-color: transparent;
border: 0;
padding: 0;
margin-top: 4px;
}
.adt-multivendor-search-wrapper
.adt-ads-sort-box
.filter-box
.filter-refresh-btn
i {
margin-right: 5px;
}
.adt-multivendor-search-wrapper .adt-horizontal-ad-box {
margin: 30px 0;
}
.adt-multivendor-search-wrapper .adt-multivendor-product-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px 30px;
}
.adt-multivendor-search-wrapper .adt-custom-pagination {
margin-top: 40px;
justify-content: center;
}  @media (min-width: 1200px) and (max-width: 1399.98px) {
.multivendor-hero-banner img.main-img {
right: 30px !important;
}
.adt-multivendor-searchbar-wrapper .adt-search-area form input {
width: 230px !important;
}
.adt-multivendor-header .sb-header .sb-menu > ul > li > a {
padding: 0 15px !important;
}
.adt-recent-ads-sidebar .adt-recent-ad-box {
gap: 10px !important;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.adt-multivendor-product-sidebar-wrapper .adt-multivendor-product-grid {
grid-template-columns: repeat(3, 1fr);
}
.adt-multivendor-search-wrapper .adt-multivendor-product-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.adt-multivendor-searchbar-wrapper .adt-search-area {
width: 100%;
order: 3;
}
.adt-multivendor-searchbar-wrapper .adt-search-area form input {
width: calc(100% - 390px);
}
.adt-multivendor-searchbar-wrapper .adt-search-area form {
width: 100%;
}
.adt-multivendor-searchbar-wrapper .select2 {
width: 250px !important;
}
.multivendor-hero-banner img.main-img {
right: 26px;
}
.adt-multivendor-product-sidebar-wrapper .adt-multivendor-product-grid {
grid-template-columns: repeat(2, 1fr);
}
.adt-multivendor-search-wrapper .adt-multivendor-product-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.adt-multivendor-searchbar-wrapper .adt-search-area {
width: 100%;
order: 3;
}
.adt-multivendor-searchbar-wrapper .adt-search-area form input {
width: calc(100% - 320px);
}
.adt-multivendor-searchbar-wrapper .adt-search-area form {
width: 100%;
}
.adt-multivendor-searchbar-wrapper .select2 {
width: 180px !important;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a {
margin-left: 20px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a::before {
right: -10px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box::before {
right: -8px;
}
.multivendor-hero-banner img.main-img {
display: none;
}
.adt-multivendor-product-sidebar-wrapper {
flex-direction: column;
gap: 20px;
}
.adt-multivendor-product-sidebar-wrapper .adt-multivendor-product-wrapper {
width: 100%;
}
.adt-multivendor-product-sidebar-wrapper .adt-multivendor-product-grid {
grid-template-columns: repeat(2, 1fr);
}
.adt-multivendor-product-sidebar-wrapper .multivendor-product-sidebar {
width: 100%;
}
.adt-multivendor-search-wrapper .adt-multivendor-product-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 320px) and (max-width: 575.98px) {
.adt-multivendor-searchbar-wrapper .adt-search-area form input,
.adt-multivendor-searchbar-wrapper .select2,
.adt-multivendor-searchbar-wrapper .adt-search-area button span {
display: none;
}
.adt-multivendor-searchbar-wrapper .adt-search-area button i {
margin-right: 0;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons {
width: 100%;
justify-content: flex-end;
}
.multivendor-hero-banner img.main-img {
display: none;
}
.multivendor-hero-banner h3 {
font-size: 24px;
}
.multivendor-hero-banner h1 {
font-size: 30px;
line-height: 36px;
margin: 10px 0;
}
.adt-multivendor-product-sidebar-wrapper {
flex-direction: column;
gap: 20px;
}
.adt-multivendor-product-sidebar-wrapper .adt-multivendor-product-wrapper {
width: 100%;
}
.adt-multivendor-product-sidebar-wrapper .adt-multivendor-product-grid {
grid-template-columns: repeat(2, 1fr);
}
.adt-multivendor-product-sidebar-wrapper .multivendor-product-sidebar {
width: 100%;
}
.adt-multivendor-search-wrapper .adt-multivendor-product-grid {
grid-template-columns: repeat(2, 1fr);
}
.multivendor-hero-banner {
padding: 40px 20px;
}
.adt-multivendor-searchbar-wrapper .adt-search-area button {
width: 45px;
padding: 9px;
}
}
@media (max-width: 420px) { 
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a {
font-size: 12px;
margin-left: 16px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a i {
margin-right: 5px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a::before {
top: 3px;
right: -8px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons a.favourite i {
font-size: 16px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .icon i {
font-size: 16px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box::before {
right: -7px;
}
.adt-multivendor-searchbar-wrapper .adt-extra-buttons .cart-box .icon .count {
top: -5px;
right: -1px;
}
.adt-multivendor-product-sidebar-wrapper .adt-multivendor-product-grid {
grid-template-columns: repeat(1, 1fr);
}
.adt-multivendor-search-wrapper .adt-multivendor-product-grid {
grid-template-columns: repeat(1, 1fr);
}
}
.adt-ecommerce-top-search .adt-search-area form input {
width: 595px;
}
.adt-ecommerce-header {
border: 0;
background: #F6F6F6;
}
.adt-ecommerce-header .category-dropdown {
margin: 9px 0;
}
.adt-ecommerce-header .content-wrapper .category-dropdown button {
height: 42px;
padding: 9px 33px;
font-size: 16px;
font-weight: 400;
line-height: 16px;
width: 220px;
border-radius: 25px;
}
.adt-ecommerce-header .content-wrapper .category-dropdown .dropdown-toggle::after {
width: 8px;
height: 8px;
border-width: 1px;
margin-top: 3px;
}
.adt-ecommerce-header .content-wrapper .category-dropdown .dropdown-toggle.show::after {
margin-top: 6px;
}
.adt-ecommerce-header .content-wrapper .category-dropdown button img {
margin-right: 2px;
}
.adt-ecommerce-header .sb-header {
width: calc(100% - 620px);
}
.adt-ecommerce-header .ecommerce-extra-link {
width: 400px;
text-align: right;
}
.adt-ecommerce-header .ecommerce-extra-link ul li {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 24px;
gap: 5px;
padding: 0 25px;
}
.adt-ecommerce-header .ecommerce-extra-link ul li::before {
content: "";
position: absolute;
top: 6px;
right: -1px;
width: 1px;
height: 12px;
background-color: #000;
}
.adt-ecommerce-header .ecommerce-extra-link ul li:first-child {
padding-left: 0;
}
.adt-ecommerce-header .ecommerce-extra-link ul li:last-child {
padding-right: 0;
}
.adt-ecommerce-header .ecommerce-extra-link ul li:last-child::before {
content: none;
}
.adt-ecommerce-header .ecommerce-extra-link ul li a {
color: #000;
} .adt-ecommerce-hero-section {
padding: 30px 0 0 0;
background-color: #ffff;
overflow-x: hidden;
}
.adt-ecommerce-hero-section .adt-button-dark {
padding: 10px 34px;
border: 0;
}
.adt-ecommerce-hero-section .adt-button-1 {
background-color: #f6f6f6;
border: 1px solid #f6f6f6;
}
.adt-ecommerce-advertise-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 60px;
}
.adt-ecommerce-advertise-container .adt-ecommerce-advertise-box.adv-left-panel {
height: 550px;
}     .adt-ecommerce-advertise-box {
position: relative;
height: 170px;
background-size: contain;
transition: 0.3s ease-in-out;
}
.adt-ecommerce-advertise-box:hover {
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.adt-ecommerce-advertise-box .adt-ecom-advertise-inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.adt-ecommerce-advertise-box.adv-left-panel .ecom-advertise-content-box {
position: absolute;
top: 30px;
left: 30px;
}
.adt-ecommerce-advertise-box .subtitle {
position: absolute;
bottom: 20px;
left: 20px;
font-size: 14px;
font-weight: 400;
line-height: 22px;
color: #555555;
}
.adt-ecommerce-advertise-box .ecom-advertise-content-box .sub-title {
font-size: 22px;
font-weight: 500;
line-height: 28px;
color: #555555;
}
.adt-ecommerce-advertise-box .title {
position: absolute;
top: 20px;
left: 20px;
font-size: 18px;
font-weight: 600;
line-height: 24px;
color: #000;
width: 130px;
}
.adt-ecommerce-advertise-box .ecom-advertise-content-box .title {
position: unset;
font-size: 35px;
font-weight: 600;
line-height: 42px;
color: #000;
margin-bottom: 20px;
width: 100%;
}
.adt-ecommerce-advertise-box .ad-bidding-timer-box-inner {
position: absolute;
bottom: 30px;
right: 30px;
text-align: right;
}
.adt-ecommerce-advertise-box .ad-bidding-timer-box-inner h5 {
margin-bottom: 15px;
}
.adt-ecommerce-deals-box-wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin: 60px 0;
}
.adt-ecommerce-deals-box-wrapper .adt-ecommerce-deals-box {
margin: 0;
padding: 74px 40px;
}
.adt-ecommerce-deals-box {
padding: 90px 0;
text-align: center;
border-radius: 4px;
margin: 60px 0;
background-size: contain;
}
.adt-ecommerce-deals-box.ecom-deal-content-left {
text-align: left;
}
.adt-ecommerce-deals-box.ecom-deal-content-right {
text-align: right;
}
.adt-ecommerce-deals-box .title {
font-size: 24px;
font-weight: 600;
line-height: 30px;
color: #000;
margin-bottom: 5px;
}
.adt-ecommerce-deals-box .desc {
font-size: 18px;
font-weight: 400;
line-height: 22px;
color: #555555;
margin-bottom: 20px;
} .adt-ads-top-box .adt-counter-title {
display: flex;
align-items: center;
gap: 10px 30px;
}
.cyber-sale-products-carousel.carousel-with-counter .owl-nav {
top: -90px;
} @media (min-width: 1200px) and (max-width: 1399.98px) {
.adt-ecommerce-top-search .adt-search-area form input {
width: 350px;
}
.adt-ecommerce-header.adt-multivendor-header .sb-header .sb-menu > ul > li > a {
padding: 0 10px;
}
.adt-ecommerce-header .sb-header {
width: calc(100% - 560px);
}
.adt-ecommerce-header .ecommerce-extra-link {
width: 340px;
}
.adt-ecommerce-advertise-box {
height: 132px;
}
.adt-ecommerce-advertise-container .adt-ecommerce-advertise-box.adv-left-panel {
height: 436px;
}
.adt-ecommerce-deals-box {
padding: 58px 0;
}
.adt-ecommerce-deals-box-wrapper .adt-ecommerce-deals-box {
padding: 47px 40px;
}
}
@media (min-width: 320px) and (max-width: 1199.98px) {
.adt-multivendor-header .sb-header .sb-menu {
width: 100%;
position: absolute;
background-color: #fff;
box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.1);
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.adt-ecommerce-top-search .adt-search-area form input {
width: calc(100% - 127px);
}
.adt-ecommerce-header .ecommerce-extra-link {
width: auto;
margin-left: 20px;
}
.adt-ecommerce-header .sb-header .burger-menu {
right: 0;
}
.adt-ecommerce-header .sb-header {
width: 100%;
}
.adt-ecommerce-advertise-box {
height: 106px;
}
.adt-ecommerce-advertise-container .adt-ecommerce-advertise-box.adv-left-panel {
height: 360px;
}
.adt-ecommerce-advertise-box.adv-left-panel .ecom-advertise-content-box {
top: 20px;
left: 20px;
}
.adt-ecommerce-advertise-box .ad-bidding-timer-box-inner {
bottom: 20px;
right: 20px;
}
.adt-ecommerce-advertise-box .ecom-advertise-content-box .sub-title {
font-size: 18px;
}
.adt-ecommerce-advertise-box .ecom-advertise-content-box .title {
font-size: 28px;
line-height: 36px;
}
.adt-ecommerce-advertise-box .title {
font-size: 14px;
line-height: 18px;
}
.adt-ecommerce-advertise-box .subtitle {
font-size: 12px;
line-height: 18px;
}
.adt-ecommerce-deals-box {
padding: 40px 0;
}
.adt-ecommerce-deals-box-wrapper .adt-ecommerce-deals-box {
padding: 47px 40px;
background-size: cover;
}
}
@media (min-width: 320px) and (max-width: 991.98px) {
.adt-ecommerce-top-search .adt-search-area form input {
width: auto;
flex: 1;
}
.adt-ecommerce-header .ecommerce-extra-link {
width: auto;
margin-left: 20px;
}
.adt-ecommerce-header .sb-header .burger-menu {
right: 0;
}
.adt-ecommerce-header .sb-header {
width: 100%;
}
.adt-ecommerce-advertise-container {
grid-template-columns: 1fr;
}
.adt-ecommerce-deals-box {
padding: 40px 0;
background-size: cover;
}
.adt-ecommerce-deals-box-wrapper {
grid-template-columns: 1fr;
}
.adt-ads-top-box .adt-counter-title {
flex-direction: column;
align-items: flex-start;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.cyber-sale-products-carousel.carousel-with-counter .owl-nav {
top: -112px;
}
}
@media (min-width: 320px) and (max-width: 767.98px) {
.adt-ecommerce-header .ecommerce-extra-link {
display: none;
}
.adt-ecommerce-deals-box-wrapper .adt-ecommerce-deals-box {
padding: 40px 20px;
background-size: cover;
}
.adt-ecommerce-deals-box .title {
font-size: 20px;
line-height: 26px;
}
.adt-ecommerce-deals-box .desc {
font-size: 14px;
line-height: 18px;
}
.adt-ecommerce-hero-section .adt-button-dark {
font-size: 12px;
padding: 10px 26px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.adt-ecommerce-advertise-container .adt-ecommerce-advertise-box.adv-left-panel {
height: 405px;
}
.adt-ecommerce-advertise-box {
height: 124px;
}
}
@media (min-width: 320px) and (max-width: 576.98px) {
.adt-ecommerce-advertise-container .adt-ecommerce-advertise-box.adv-left-panel {
height: 405px;
}
.adt-ecommerce-advertise-box {
height: 124px;
background-size: cover;
}
.adt-ecommerce-advertise-box.adv-left-panel .ecom-advertise-content-box {
top: 20px;
left: 20px;
}
.adt-ecommerce-advertise-box .ad-bidding-timer-box-inner {
bottom: 20px;
right: 20px;
}
.adt-ecommerce-advertise-box .ecom-advertise-content-box .sub-title {
font-size: 18px;
}
.adt-ecommerce-advertise-box .ecom-advertise-content-box .title {
font-size: 28px;
line-height: 36px;
}
.adt-ecommerce-advertise-box .title {
font-size: 14px;
line-height: 18px;
}
.adt-ecommerce-advertise-box .subtitle {
font-size: 12px;
line-height: 18px;
}
}
@media (max-width: 420px) {
.adt-ecommerce-advertise-container .adv-right-panel {
grid-template-columns: 1fr;
}
}