/home/hdwebsolution/www/sareenn/assets/css/custom.css
body {
background-image: url(assets/img/bg-1.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.bg-ffffff {
background-color: #ffffff;
}
.related-products {
margin-top: 100px;
}
.contact-form-bg {
background-image: url(assets/img/bg/contact-form-bg.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.products-details-desc .products-size-wrapper ul li a {
width: auto;
padding-left: 10px;
padding-right: 10px;
}
.productsQuickView
.modal-content
.products-content
.products-size-wrapper
ul
li
a {
width: auto;
padding-left: 5px;
padding-right: 5px;
}
/*================================================
Page Title Area CSS
=================================================*/
.page-title-content h1 {
margin-bottom: 0;
color: #ffffff;
font-size: 40px;
}
.page-title-content ul {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
margin-top: 12px;
}
.page-title-content ul li {
display: inline-block;
position: relative;
color: var(--mainColor);
font-weight: 600;
font-size: 16px;
margin-left: 10px;
margin-right: 10px;
}
.page-title-content ul li::before {
width: 1px;
height: 14px;
content: "";
position: absolute;
right: -13px;
top: 6.2px;
background-color: #404040;
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
.page-title-content ul li:first-child {
margin-left: 0;
}
.page-title-content ul li:last-child {
margin-right: 0;
}
.page-title-content ul li:last-child::before {
display: none;
}
.page-title-content ul li a {
display: inline-block;
color: #e1e1e1;
}
.page-title-content ul li a:hover {
color: var(--mainColor);
}
/*default-btn*/
.category-btn {
display: inline-block;
position: relative;
z-index: 1;
color: var(--mainColor);
border-radius: 5px;
border: 1px solid #2a96ff;
-webkit-box-shadow: unset;
box-shadow: unset;
-webkit-transition: var(--transition);
transition: var(--transition);
text-align: center;
padding-top: 11px;
padding-bottom: 11px;
padding-left: 52px;
padding-right: 25px;
font-size: var(--fontSize);
font-weight: 600;
}
.category-btn a {
position: absolute;
left: 25px;
top: 13px;
font-size: 19px;
color: var(--mainColor);
line-height: 1;
-webkit-transition: var(--transition);
transition: var(--transition);
}
.category-btn:hover {
background-color: var(--mainColor);
color: var(--blackColor);
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.category-btn:hover a {
color: #ffffff;
}
.product-category-heading {
text-align: centre;
margin-bottom: 50px;
}
.categories-card {
margin-bottom: 20px;
}
.categories-name-card {
background-color: #2a96ff;
width: 100%;
text-align: center;
}
.categories-name-card a {
color: #e1e1e1;
}
.categories-img-card {
position: relative;
border-radius: 3px;
text-align: center;
background-color: var(--whiteColor);
padding: 30px 15px;
-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.categories-img-card:hover img {
-webkit-transform: scale(1.08);
transform: scale(1.08);
}
.categories-name-card:hover a {
color: #ffffff;
}
.footer-bottom-line {
background-color: #e30045;
padding-top: 5px;
padding-bottom: 5px;
}
.category-line {
background-color: #e30045;
padding-top: 1px;
padding-bottom: 1px;
}
.hid {
font-size: 1px;
color: #ffffff !important;
}
.lc_product_image_fixed {
background-color: white;
display: flex;
justify-content: center;
align-items: center;
}
.lc_product_image_fixed img {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 400px;
object-fit: contain;
}