Untitled

 avatar
unknown
plain_text
a year ago
3.6 kB
5
Indexable
/* fix header desktop category tab */
.prk_mega_menu .ri-menu-line {
	  font-size: 20px;
    font-weight: 600;
}
#menu-item-309 > a span.title {
	font-weight: 700;
}

/* fix section before brand logos */

.elementor-element-bdcae78 .main_grid_product {
	margin-bottom: -20px !important;
}
.elementor-element-bdcae78  .mcarousel_product_head h4 {
	color: #000 !important;
	font-size: 18px !important;
}
.elementor-element-bdcae78  .product-item-link {
	color: #000 !important;
}

/* custom style for section title in desktop */
.custom-title-style .head-product, .custom-title-style h4 {
		margin: 0 !important;
		width: 100% !important;
    padding: 13px 17px !important;
    border-radius: 11px;
    background: #f5f5f5;
}
.custom-title-style .titles-pro::after {
	content: unset;
}
.custom-title-style h4::before {
	content: unset !important;
}

/* fix brand slider height */
.elementor-element-339c403 .item-brands {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* fix btn add to cart in slider off products desktop */
.quick_add2cart.text {
    position: absolute;
    right: unset;
    padding: 10px 15px;
    transform: translateX(-50%);
    left: 50%;
    white-space: nowrap;
    width: fit-content;
}

/* three slider in desktop fix actived slide bg */
.swiper-slide.swiper-slide-active .product-thumbnail {
    background: #f5f5f5;
    border-radius: 15px;
}

/* fix hover categories item in desktop */
article.promotion_term:hover {
    background: #73057F !important;
}

/* tree slider in home page */
.elementor-widget.elementor-widget-lists_section_products .lists_product {
    padding: 0 10px;
}
.elementor-widget.elementor-widget-lists_section_products .mcarousel_product_head {
	margin: 10px 0 !important;
}
.lists_product .mcarousel_product_head h4 {
	font-weight: 700;
	color: #1e2220;
	font-size: 16px;
}

/* fix title section blog list */
.mcarousel_product.modern_blog .product-item-link {
    position: absolute;
    left: 25px;
}
.carousel_offer_mobit_title {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

/* hidden buy cart count in desktop */
.header-carter .em-plus {
	display: none !important;
}

/* fix mobit card image bg */
.swiper-slide.swiper-slide .product-thumbnail {
	background-color: #fff !important;
}

/* hide banner two in twice banner */
@media screen and (max-width: 768px) {
  #twice-banner .list2:last-child {
    display: none;
  }	
}

/* fix brand slider padding-y*/
#brand-slider .head-product {
    padding: 10px 17px !important;
}

/* fix title blog */
.modern_blog h4 {
    font-weight: 700;
    font-size: 16.5px;
}

/* fix title desktop for mobile and tablet */
@media screen and (max-width: 990px) {
	#brand-slider .head-product {
		padding-right: 5px !important;
	}
	.custom-title-style h4 {
		padding-right: 10px !important;
	}
	.lists_product h4, .modern_blog h4, #brand-slider .head-product span, body .carousel_offer_mobit_title h2 {
		font-size: 14px !important;
	}
}

/* fix brand slider items items-center*/
#brand-slider .carousel-item {
    display: flex;
    align-items: center;
    height: 65px;
}

/* fix show see all btn in slider */
body .carousel_offer_mobit_title a {
	display: flex !important;
	font-size: 14px !important;
}

/* fix modern blog see-all btn style */
.modern_blog .product-item-link {
	font-size: 14px !important;
}
.modern_blog .ri-arrow-left-line:before {
	content: "\ea64" !important;
    font-size: 18px !important;
    color: #666 !important;
}
.modern_blog .ri-arrow-left-line {
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}
Editor is loading...
Leave a Comment