product page changes

This commit is contained in:
sujan
2024-08-12 12:06:31 +05:45
parent a2fa49071a
commit 5189eb5086
31 changed files with 61 additions and 15 deletions

View File

@ -29,8 +29,10 @@ h6 {
font-size: 10.2px;
}
a {
color: #23a1d1;
color: #c71c6c;
text-decoration: none;
font-size: 16px;
font-weight: 0600;
}
a:hover {
text-decoration: none;
@ -233,7 +235,7 @@ footer a {
#menu {
background-color: #c71c6c;
min-height: 40px;
/*
/*
background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
background-repeat: repeat-x;
border: 1px solid #1f90bb;
@ -259,7 +261,7 @@ footer a {
}
#menu .dropdown-inner ul li a:hover {
color: #ffffff;
background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
background-image: linear-gradient(to bottom, #d82a80, #c71c6c);
}
#menu .dropdown-inner a {
min-width: 160px;
@ -268,7 +270,7 @@ footer a {
clear: both;
line-height: 20px;
color: #333333;
font-size: 12px;
font-size: 14px;
}
#menu .see-all {
display: block;
@ -284,7 +286,7 @@ footer a {
text-decoration: none;
color: #ffffff;
background-color: #229ac8;
background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
background-image: linear-gradient(to bottom, #d82a80, #c71c6c);
background-repeat: repeat-x;
}
#menu #category {
@ -305,6 +307,7 @@ footer a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
padding: 10px 15px 10px 15px;
min-height: 15px;
font-size: 15px;
background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
@ -644,12 +647,51 @@ footer h5 {
font-size: 16px;
color: #FFFFFF;
}
.list-unstyled li {
margin-bottom: 8px;
margin-bottom: 8px;
}
.nav-item dropdown li a0 {
font-size: 14px !important;
font-weight: 500;
}
.ekdant-btn {
width: 150px;
border: none;
border-radius: 0px;
padding: 10px 30px;
background: #c71c6c;
color: white;
}
.ekdant-btn:hover {
background: #e31f83;
color: white;
}
.wishlist-btn {
font-size: 16px;
margin-right: 20px;
border: none;
}
.wishlist-btn i {
padding-right: 10px;
}
.list-unstyled li {
font-size: 16px;
}
.qty {
font-size: 16px;
}
.nav-link {
font-size: 16px;
}
.nav-tabs .nav-link.active {
background: #c71c6c;
color: #fff;
}
.tab-content {
font-size: 16px;
}
.list-group-item.active{
background: #c71c6c;
border: none;
border-radius: 0px;
}