gurl_o/themes/gurlushyk/partials/customStyle.htm

212 lines
3.4 KiB
HTML

[viewBag]
==
<style>
.tagCat{
border: 2px solid #d6e6fb;
border-radius: 10px;
display: inline-block;
font-size: 15px;
margin-left: 2px !important;
padding: 5px 15px;
margin: 15px;
margin-bottom: 0px !important;
margin-top: 5px !important;
background: white;
color: #070a57 !important;
}
.tagCat:hover{
border: 2px solid #d6e6fb;
border-radius: 10px;
display: inline-block;
font-size: 15px;
margin-left: 2px !important;
padding: 5px 15px;
margin: 15px;
margin-bottom: 0px !important;
margin-top: 5px !important;
background: #F37B1C;
color: white !important;;
}
.activeCat{
background: #F37B1C !important;
color: white !important;
}
.section_padding_50 {
padding: 20px 0 !important;
}
.breadcumb_area2 {
position: relative;
z-index: 1;
width: 100%;
height: 45px !important;
background-color: #f8f8ff;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 0rem;
list-style: none;
background-color: #f8f8ff;
border-radius: 0.25rem;
padding-bottom: 9px;
}
.accountq iframe{
height: 360px !important;
}
.single_slide {
position: relative;
z-index: 1;
background-position: center center;
background-size: cover;
height: 340px;
border: 0.3px solid #d5d5d5;
border-radius: 10px;
}
.single_catagory_slide a img {
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
border-radius: 15px !important;
border: 2px solid #d6e6fb;
}
.single_catagory_slide a img:hover {
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
border-radius: 15px !important;
border: 2px solid #ff9800;
}
.gurl_slider .owl-carousel .owl-stage-outer{
height: 300px !important;
border: 1px solid gray;
border-radius: 10px;
}
.gurl_slider2 .owl-carousel .owl-stage-outer{
height: 450px !important;
border: 1px solid gray;
border-radius: 10px;
}
.userBannerTitle{
padding: 5px;
text-align: center;
}
.userBannerBg{
background: #f37b1c;
color: white;
border-radius: 10px;
}
.userBannerBg:hover{
background: #904000;
color: white;
border-radius: 10px;
}
.bg-overlay::after {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
content: "";
background-color: #4b3320;
opacity: 0.6;
}
.shop_by_catagory_area::after {
width: 100%;
position: absolute;
height: 50%;
top: 0;
left: 0;
content: '';
background-color: #f8f8ff;
z-index: -1;
border-bottom: 1px solid #d5d5d5;
}
.searchGurl{
border: 1px solid #e5e5e5 !important;
}
.searchGurl:focus {
border: 1px solid #f37b1c !important;
}
.header_area .classynav ul li a {
text-transform: capitalize;
font-size: 14.5px;
height: auto;
line-height: 1;
padding: 15px 10px;
}
.header_area .classynav ul li li a {
padding: 10px 25px;
font-weight: normal;
font-size: 14px;
}
p{
word-wrap: break-word;
}
.nav-brand {
width: 180px;
height: 100%;
}
.my-account-content {
position: relative;
z-index: 1;
padding: 30px;
background-color: #f8f8ff;
border-radius: 6px;
border: 1px solid #b2b2b2;
}
</style>