:root {
--primary-color: #dde9ed;
--primary-color-rgb: 221, 233, 237;
--secondary-color: #f25529;
--secondary-color-rgb: 242, 85, 41;
--font-color: #474747;
--font-color-rgb: 71, 71, 71;
--black-color: #000;
--black-color-rgb: 0, 0, 0;
--white-color: #ffffff;
--white-color-rgb: 255, 255, 255;
--primary-font: "DM Sans", sans-serif;
--secondary-font: "Playfair Display", serif;
} .header-two .header-main .site-branding {
text-align: left;
flex-direction: row;
align-items: center;
}
.header-two .header-main .site-branding.text-image .site-title-wrap {
padding-left: 15px;
}
.header-two .header-main .site-branding:not(.text-image) {
-ms-flex-direction: column;
flex-direction: column;
-ms-align-items: flex-start;
align-items: flex-start;
}
.header-two .header-main .site-branding .site-logo + .site-title-wrap {
margin-top: 0;
padding-left: 15px;
}
.header-two .header-main .main-navigation {
width: auto;
justify-content: center;
flex: auto;
}
@media screen and (min-width: 1024px) {
.header-two .header-main .container{
flex-wrap: nowrap;
}
.header-two .header-main .main-navigation {
margin: 0 30px;
}
.header-main .site-branding, .header-main .right{
flex-wrap: nowrap;
}
}
@media screen and (max-width: 1024px) {
.header-two .header-main .site-branding,
.header-two .header-main .right,
.header-two .header-main .main-navigation {
width: auto;
}
.header-two .header-main .main-navigation {
flex: initial;
}
}
@media screen and (max-width: 767px) {
.header-two .header-main .site-branding {
width: calc(100% - 30px);
justify-content: flex-start;
}
.header-two .header-main .site-branding.text-image .site-title-wrap{
padding-left: 0;
}
.header-two .header-main .site-branding .site-logo + .site-title-wrap {
margin-top: 5px;
padding-left: 0;
}
.header-two .header-main .main-navigation {
width: auto;
justify-content: flex-end;
margin-bottom: 20px;
}
.header-two .header-main .right {
width: auto;
flex: auto;
}
}
@media screen and (max-width: 558px) {
.header-two .header-main .site-branding {
flex-direction: column;
align-items: flex-start;
}
.header-two .header-main .site-branding.text-image .site-title-wrap{
padding-left: 0;
}
} .popular-prod-section {
text-align: center;
}
.popular-prod-section .popular-prod-grid {
display: flex;
flex: 1;
flex-wrap: wrap;
margin-left: -1%;
margin-right: -1%;
}
.popular-prod-section .popular-prod-grid .item {
width: 23%;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 60px;
}
.popular-prod-section .button-wrap {
margin-top: 15px;
}
.popular-prod-section .button-wrap .btn-readmore {
font-size: 0.7em;
display: inline-block;
letter-spacing: 1px;
font-weight: 700;
background: #000000;
color: #ffffff;
padding: 15px 30px;
}
.popular-prod-section .button-wrap .btn-readmore:hover {
color: var(--font-color);
}
.instagram-section .profile-link{
font-size: 1.1em;
}
section[class*="-cat-section"].style-three .cat-feature img{
position: absolute;
top: 0;
left:0;
}
@media(max-width:767px){
.popular-prod-section .popular-prod-grid .item{
width:48%;
}
}
@media(max-width:575px){
.popular-prod-section .popular-prod-grid .item{
width:100%;
}
}