/*  CSS definations for Real Spaces  */


/*-------------------------------------------------------------------------------------------*/


/* 0. RESET */


/*-------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Pacifico-Regular';
    font-display: block;
    src: url("/backer/public/assets/fonts/Pacifico-Regular.ttf");
}

@font-face {
    font-family: 'fontawesome-webfont';
    font-display: block;
    src: url("/backer/public/assets/fonts/fontawesome-webfont.woff2");
}

@font-face {
    font-family: 'Poppins-Light';
    font-display: block;
    src: url("/backer/public/assets/fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: 'Poppins-Regular';
    font-display: block;
    src: url("/backer/public/assets/fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: 'Lato-BoldItalic';
    font-display: block;
    src: url("/backer/public/assets/fonts/Lato/Lato-BoldItalic.ttf");
}

@font-face {
    font-family: 'Montserrat-Regular';
    font-display: block;
    src: url("fonts/Montserrat-Regular.ttf");
}



@font-face {
    font-family: 'Salsa-Regular';
    font-display: block;
    src: url("fonts/Salsa-Regular.ttf");
}

@font-face {
    font-family: 'MavenPro-Regular';
    font-display: block;
    src: url("fonts/MavenPro-Regular.ttf");
}

@font-face {
    font-family: 'MavenPro-Bold';
    font-display: block;
    src: url("fonts/MavenPro-Bold.ttf");
}

@font-face {
    font-family: 'MavenPro-Medium';
    font-display: block;
    src: url("fonts/MavenPro-Medium.ttf");
}

@font-face {
    font-family: 'MavenPro-Black';
    font-display: block;
    src: url("fonts/MavenPro-Black.ttf");
}

.fa {

    font-display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

iframe {
    border: 0;
}


/* ==================================================
     Basic Styles
  ================================================== */

html,
body {
    height: 100%;
}

html,
hmtl a {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: #5e5e5e !important;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
}

a:hover {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    color: #666666;
}

a img {
    border: none;
}

a>img {
    vertical-align: middle;
}

.gray-bg {
    background: #bababa;
}

.gray-text {
    color: #bababa;
}

.lgray-bg {
    background: #f8f8f8;
}

.dgray-bg {
    background: #333333;
}

img {
    max-width: 100%;
}

img,
object,
embed,
audio,
video {
    max-width: 100%;
}

img {
    height: auto;
}

strong,
.strong {
    font-weight: 700;
}

p {
    margin: 0 0 20px;
}

i,
em,
.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.align-left {
    float: left;
    margin: 0 25px 0 0px!important;
}

.align-right {
    float: right;
    margin: 0 0 0 25px!important;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.color-text {
    color: #ffffff;
}

.through {
    text-decoration: line-through;
}

.border-radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


/* ==================================================
     Typography
  ================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    color: #333333;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Salsa-Regular' !important;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
    font-family: 'Salsa-Regular' !important;
}

p {
    font-family: 'MavenPro-Regular' !important;
}

.home p {
    font-family: 'MavenPro-Regular' !important;
    text-align: justify;
}

label,
input {
    font-family: 'MavenPro-Regular' !important;
    color: #000;
}

span {}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 16px;
    font-weight: 700;
}

h6 {
    font-size: 12px;
}

h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
p.short {
    margin-bottom: 5px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
    margin-top: 22px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333333;
    text-decoration: none;
}

.huge {
    font-size: 10em;
}

blockquote {
    margin: 30px 0;
    padding: 0 0 0 30px;
    border-left: 3px solid;
}

blockquote p {
    margin-bottom: 0;
    white-space: normal;
    font-style: italic;
    font-size: 20px;
    font-family: Georgia, serif;
}

blockquote cite {
    color: #ffffff;
}

blockquote cite:before {
    content: "- ";
}

p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px 0;
}

p.md {
    font-size: 16px;
    line-height: 22px;
}

p.lg {
    font-size: 30px;
    line-height: 1.2em;
}

.big {
    font-size: 200%;
    line-height: 1.5em;
}

.thin {
    font-weight: 300;
}

p.drop-caps:first-child:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
    font-family: Georgia, serif;
    line-height: 60px;
}

p.drop-caps.secondary:first-child:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
}

hr {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #eee;
}

hr.fw {
    display: block;
    clear: both;
    margin-top: 0;
    margin-bottom: 50px;
    width: 100%;
    height: 1px;
    border: 0;
    background: #eee;
}

hr.sm {
    display: inline-block;
    margin: 15px 0;
    width: 40px;
    height: 2px;
    border: 0;
    background: #eee;
}

ul.checks,
ul.angles,
ul.carets,
ul.chevrons {
    margin-bottom: 15px;
}

ul.checks>li,
ul.angles>li,
ul.carets>li,
ul.chevrons>li {
    margin: 10px 0;
}

ul.checks>li>i,
ul.angles>li>i,
ul.carets>li>i,
ul.chevrons>li>i {
    margin-right: 2px;
}

ul.inline {
    margin: 10px 0;
}

ul.inline>li {
    display: inline-block;
    margin-right: 10px;
}

ul.inline>li i.fa {
    margin-right: 2px;
}

ul.nav-list-primary>li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #efefef;
    color: #666666;
    text-decoration: none;
}

ul.nav-list-primary>li a:hover {
    text-decoration: none;
}

ul.unordered {
    margin: 10px 0 10px 20px;
    list-style-type: disc;
}

ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal;
}

ul.unordered ul,
ol ul {
    margin: 10px 0 10px 20px;
}

ul.unordered ul {
    list-style-type: circle;
}

dl {
    margin: 10px 0;
}

dl dt {
    font-weight: 700;
}

address.ico i {
    display: inline-block;
    float: left;
    clear: both;
    padding-top: 3px;
}

address.ico p {
    margin: 0;
    padding-bottom: 10px;
}

address.ico span {
    display: inline-block;
    padding-left: 20px;
}

.cursive {
    font-family: Georgia, serif;
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    margin-bottom: 20px;
}


/* ==================================================
     Margin Bottom Sets
  ================================================== */

.margin-0 {
    margin-bottom: 0 !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.push-top {
    margin-top: 35px;
}


/* ==================================================
     Padding Sets
  ================================================== */

.padding-b0 {
    padding-bottom: 0!important;
}

.padding-tb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-tb45 {
    padding-top: 20px;
    padding-bottom: 45px;
    background-image: url("public/assets/images/test-bg.jpg");
}

.padding-tb75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-tb125 {
    padding-top: 125px;
    padding-bottom: 125px;
}

.padding-as25 {
    padding: 25px;
}


/* ==================================================
     Spacers
  ================================================== */

.spacer-20 {
    height: 30px;
    clear: both;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    clear: both;
    width: 100%;
}

.spacer-40 {
    height: 40px;
    clear: both;
    width: 100%;
}

.spacer-50 {
    height: 50px;
    clear: both;
    width: 100%;
}

.spacer-75 {
    height: 75px;
    clear: both;
    width: 100%;
}

.spacer-100 {
    height: 100px;
    clear: both;
    width: 100%;
}


/* ----------------------------------------------------------------------------------------- */


/* Multi purpose classes */


/* ----------------------------------------------------------------------------------------- */

.overlay-transparent {
    background: rgba(0, 0, 0, .6);
}

.btn {
    border-width: 0;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-default {
    border-width: 1px;
    box-shadow: none;
    text-shadow: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    opacity: .9
}

.social-icons a {
    margin: 0 8px;
    text-decoration: none;
}

.next-prev-nav {
    display: inline-block;
}

.next-prev-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}

.next-prev-nav a:hover {
    color: #fff;
}

.meta-data {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: italic;
    color: #999999;
    padding: 0!important;
    border-bottom-width: 3px!important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.meta-data a {
    color: #666666;
}

.meta-data a i {
    color: #999999;
}

.meta-data a:hover {
    text-decoration: none;
}

.meta-data>span {
    display: inline-block;
    padding: 10px 20px;
    border-right: 1px solid #efefef;
}

.meta-data i {
    margin-right: 4px;
}

.meta-data>span:last-child {
    border-right: 0;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.media-box {
    position: relative;
    display: block;
    max-width: 100%;
}

.media-box .zoom,
.media-box .expand {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff!important;
    font-size: 1.5em;
    z-index: 999;
    left: 0;
    top: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
}

.img-thumbnail img:hover,
.img-thumbnail:hover {
    opacity: .9
}

.media-box:hover .zoom,
.media-box:hover .expand {
    opacity: 1;
    -webkit-transition: opacity .3s .2s;
    -moz-transition: opacity .3s .2s;
    -ms-transition: opacity .3s .2s;
    -o-transition: opacity .3s .2s;
    transition: opacity .3s .2s;
}

.selectpicker {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}

.input-lg .selectpicker {
    padding-top: 12px;
    padding-bottom: 11px;
}

.bootstrap-select.form-control {
    margin-bottom: 20px!important;
}

.bootstrap-select.margin-0 {
    margin-bottom: 0px!important;
}


/*-------------------------------------------------------------------------------------------*/


/* SITE STRUCTURE & APPEARANCE */


/*-------------------------------------------------------------------------------------------*/

body {
    background-color: #ffffff;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    font-family: 'MavenPro-Regular' !important;
    line-height: 20px;
    background-attachment: fixed;
}

body.boxed .body {
    position: relative;
    margin: 25px auto;
    max-width: 1080px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

@media (min-width: 1200px) {
    body.boxed .body .site-header,
    body.boxed .body .main-menu-wrapper {
        max-width: 100%;
        width: 1080px;
    }
    .single-product .tab button {
        font-size: 16px;
    }
}

.site-header {
    width: 100%;
}

.top-header {
    height: 38px;
    /* background: #DC3349;*/
    background: #55403F;
    color: #fff;
    padding: 7px;
    font-weight: 500;
    letter-spacing: 1px;
}

.middle-header {
    /*height:80px;*/
    position: relative;
    z-index: 8;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.site-header h1.logo {
    position: relative;
    z-index: 1300;
    display: table;
    margin: 0;
    padding: 15px 0 0;
    height: 65px;
    vertical-align: middle;
    line-height: 0;
}

.logo a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.horiz-nav>li {
    float: left;
}

.horiz-nav>li>a {
    display: inline-block;
    padding: 0 20px;
    line-height: 20px;
    text-decoration: none;
    color: #fff !important;
}

.horiz-nav>li>a:hover {
    background: rgba(0, 0, 0, .05)
}

.horiz-nav>li:first-child>a {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.horiz-nav a {
    text-decoration: none;
}

.boxed .horiz-nav.pull-left li:first-child a {
    border-left: 0;
}

.boxed .horiz-nav.pull-right li:last-child a {
    border-right: 0;
}

.contact-info-blocks {
    text-align: right;
}

.contact-info-blocks>div {
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 0 20px;
    border-right: 1px solid #efefef;
    color: #999;
    text-align: left;
}

.contact-info-blocks>div:last-child {
    border-right: 0;
    padding-right: 0;
}

.contact-info-blocks>div>span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
}

.site-header .menu-toggle {
    font-size: 18px;
    margin: 30px 10px 0 0;
    float: right;
}

.site-header .menu-toggle:focus {
    outline: 0;
}

.main-menu-wrapper {
    display: block;
    position: relative;
    background: #fff;
    z-index: 6;
    width: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    background: #f8f8f8;
}

.navigation {
    height: 70px;
    text-align: center;
}

.navigation>ul>li {
    float: left;
    font-size: 15px;
    position: relative;
}

li.account-page a {
    position: relative;
}
.navigation > ul > li i{
	font-size:11px;
	margin-left:5px;
}

li.account-page .dropdown>a {
	 color: #fff !important;
}
.open>.dropdown-menu {
	right: -44px !important;
	left: unset;
}
li.account-page .dropdown a .caret{
	display: inline-block !important;
}

.navigation>ul>li>a {
    /*font-family: 'Poppins-Light' !important;*/
    padding: 8px 22px;
    display: block;
    text-decoration: none;
    /*	border-right:1px solid rgba(0,0,0,.05);*/
/*    font-family: 'Salsa-Regular' !important;*/
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    color: #555555;
    font-size: 14px;
}

ul#myDIV li a:hover,
ul#myDIV li a:active,
ul#myDIV li a:focus {
    color: #fdb140 !important;
}

.navigation>ul>li:first-child>a {
    /*border-left:1px solid rgba(0,0,0,.05);*/
    border-left: 0px;
}

.navigation>ul>li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    min-width: 100%;
    height: auto;
    background: #fff;
    text-align: left;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

.pull-left,
.pull-right {
    margin-bottom: 0px;
}

.top-header {
    height: auto !important;
}

.navigation>ul>li img {
    /*margin-left: 36px;*/
    width: 72%;
}

.navigation>ul>li>ul>li>ul>li:hover>ul a {
    background: #fff;
    border-bottom: 1px solid #f8f7f3;
}

.navigation>ul>li>ul>li>ul>li>ul>li:hover>a {
    border-top: 0!important;
    padding: 10px 25px!important;
    color: #fff!important
}

.navigation>ul>li:hover ul {
    display: block;
}

.navigation>ul>li>ul li {
    line-height: normal;
    font-size: 14px;
    position: relative;
}

.navigation>ul>li>ul li>a {
    display: block;
    padding: 10px 25px;
    border-bottom: 1px solid #f8f7f3;
    white-space: nowrap;
    text-decoration: none;
}

.navigation>ul>li>ul>li:hover>a,
.navigation>ul>li>ul>li>ul>li:hover>a {
    text-decoration: none;
    padding: 10px 25px;
    color: #ffffff;
    border-top: 0;
}

.navigation>ul>li>ul li:last-child a {
    border-bottom: 0;
}

.navigation>ul>li>ul li ul {
    left: 100%!important;
    top: 0;
    min-width: inherit;
    position: absolute;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

ul.slides {
    margin-bottom: 0px !important;
}

span.glyphicon.glyphicon-chevron-left,
span.glyphicon.glyphicon-chevron-right,
span.glyphicon.glyphicon-chevron-left:hover,
span.glyphicon.glyphicon-chevron-right:hover {
    color: #fff;
}

.boxed .navigation>ul>li:first-child a {
    border-left: 0;
}

.boxed .navigation>ul>li:last-child a {
    border-right: 0;
}

ul.horiz-nav.pull-left li,
ul.horiz-nav.pull-right li {
    padding: 0 10px;
    font-family: 'MavenPro-Regular' !Important;
   
    font-size: 14px;
}

.pull-right .fa {
    font-size: 18px;
    margin-top: 3px;
}

.pull-left .fa {
    padding: 5px;
    font-size: 16px;
}

#content .featured-blocks h1 {
    color: #fff;
    margin-top: 7%;
    text-align: left;
    margin-bottom: 20px;
    color: #DC3349 !important;
}

h6.design {
    border: 1px solid #fff;
    width: 35%;
    margin-left: 33%;
    margin-bottom: 5%;
}

.popular-block .product-img {
    background: #fff;
}

.popular-block img {
    width: 71%;
    margin: 0px 40px;
}

.popular-block h2 {
    text-align: center;
    font-size: 18px;
    margin-top: 0px !important;
    color: #7a7979;
}

.popular-block .rupees {
    font-size: 18px;
    color: #7a7979;
    font-weight: 600;
    margin-left: 20%;
}

.popular-block .price {
    padding-bottom: 15px;
}

.popular-block .add-cart {
    background: #e49a2d;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'MavenPro-Regular' !important;
}

.popular-block .add-cart.prod2 {
    background: #67d493 !important;
}

.popular-block .add-cart.prod3 {
    background: #a8cd41 !important;
}

.popular-block .add-cart.prod4 {
    background: #63b4e3 !important;
}

.popular-block .new-price {
    font-size: 18px;
    color: #bb1e2f;
    margin-left: 3%;
    font-weight: 600;
}

.popular-block .old-price {
    color: #7a7979;
    margin-left: 10%;
    font-size: 18px;
}

.popular-block {
    margin-right: 0px !important;
    margin-top: 12px !important;
}

.col-md-3.col-sm-3.popular-block {
    padding-right: 0px !important;
}

.row.popular {
    margin-bottom: 10%;
}

.row.product-level {
    margin: 30px;
}

.session-img {
    width: 25%;
    float: left;
    margin-top: 10%;
}

.session-content {
    width: 75%;
    padding: 0 9px;
    float: left;
    margin: 0px;
    color: #fff;
    border-radius: 6px;
     font-family: 'Salsa-Regular' !important;
}

.session-content h3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  font-family: 'Salsa-Regular' !important;
}

.fresh-content {
    background: #e786a3;
border-radius: 10px;
margin-right: 5px;
width: 100%;
display: flex;
align-items: baseline;
flex-direction: column;
justify-content: center;
padding: 20px 20px;
}
.fresh-content img, .baked-content img, .time-content img { width:100px; }
.fresh-content h3, .baked-content h3, .time-content h3 { font-size: 36px;
margin-top: 0; }
.fresh-content p, .baked-content p, .time-content p { font-size: 19px;
line-height: 30px; }

.baked-content {
    background: #FFF;
border-radius: 10px;
margin-right: 5px;
width: 100%;
display: flex;
align-items: baseline;
flex-direction: column;
justify-content: center;
    padding: 20px 20px;

}

.time-content {
    background: #00a3df;
border-radius: 10px;
margin-right: 5px;
width: 100%;
display: flex;
align-items: baseline;
flex-direction: column;
justify-content: center;
    padding: 20px 20px;

}
.text-white { color:#FFF !important; }
.mb20 { margin-bottom:20px; }

.our-services {
    background: #efefef;
}

.service {
    background: #fff;
}

.service-content {
    float: left;
    text-align: center;
    margin: 0px;
    color: #000;
    background: #fff;
    height: 250px;
    margin: 8px;
    padding: 20px;
}

.service-level h6.design {
    border: 1px solid #000;
    width: 16%;
    margin-left: 42%;
}

.service-level .block-heading {
    text-align: center;
}

.row.service-level {
    margin: 30px;
}

.service-content h3 {
    color: #e49a2d;
    text-align: center;
}

.service-content p {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}

.service-content a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: underline;
}

.our-story {
    background: #cecdc8;
}

.our-story .block-heading p {
    line-height: 2em;
    font-size: 15px;
    font-weight:800;
}

.our-story .block-heading {
    padding: 30px 60px;
}

.our-story h6.design {
    border: 2px solid #fff;
    width: 6%;
    margin-left: 1%;
    margin-bottom: 3%;
}

.our-story .block-heading h1 {
    color: #fff;
    font-weight: 700;
}

.our-story .block-heading a {
    padding: 10px 62px;
    background: #000;
    margin: 0px;
    color: #fff !important;
    text-decoration: none;
}

.dessert {
    margin: 8% 20% !important;
    background: #e3e1e2;
}

.testimonials {
    background: #4b4c4e;
}

.test img {
    margin-top: -6%;
    margin-left: 43%;
}

.rating {
    text-align: center;
    color: #a8504e;
}

.rating i.fa {
    padding: 5px !important;
    margin-top: 5px;
    margin-bottom: 20px;
}

.testimonials h6.design {
    border: 1px solid #a54f4e;
    margin-bottom: 0 !important;
}

.testimonials p {
    font-size: 17px;
    line-height: 1.9em;
    text-align: center;
    margin: 0 17%;
}

.viewed p {
    font-weight: 600;
    margin: 10px;
}

.viewed .design {
    border: 3px solid #a54f4e;
    width: 10%;
    margin-left: 44%;
    border-radius: 10px;
    /* text-align: center; */
    /* text-align: center; */
    margin-bottom: 5%;
}

.details {
    background: #e8e2e2;
}

.details .contact h4 {
    color: #804d00;
    font-weight: 600;
    font-family: 'Salsa-Regular' !important;
}

.details .contact p {
    color: #804d00;
}

.details .contact {
    background: #fff;
    text-align: center;
    padding: 14px 15px;
}

.offer h1 {
    color: #a5504d;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
}

.offer .row {
    margin: 5%;
}

.offer .block-heading {
    margin: 35px 0;
}

.offer .price {
    text-align: center;
}

.cakeimg {
    width: 70%;
    text-align: center;
    margin: 1px;
    margin-left: 15%;
}

.offer .add-cart.prod2 {
    padding: 9px 10px;
    background: #94c9d9;
    max-width: 60%;
    margin: auto;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: auto !important;
}

.offer h2 {
    font-size: 21px;
    text-align: center;
    margin-top: 12px;
}

.special-offer .new-price {
    font-weight: 600;
    font-size: 20px;
}

.special-offer .special {
    position: absolute;
    bottom: 27%;
    left: 0px;
    right: 0;
    padding-left: 0px;
    background: #fff;
    margin-left: 21%;
    margin-top: 0px;
    margin-right: 23%;
    padding: 8px;
    text-align: center;
}

.popular-block .button1 button {
    background: #e49a2d;
    color: #fff;
}

.popular-block .button2 button {
    background: #67d493;
    color: #fff;
}

.popular-block .button3 button {
    background: #a8cd41;
    color: #fff;
}

.popular-block .button4 button {
    background: #63b4e3;
    color: #fff;
}

.featured-blocks {
    position: relative;
    top: -33px;
}

.mapping img.cover {
    object-fit: cover;
    width: 100%;
}


/* Footer section */

footer.site-footer {
    background: #ffffe3;
}

.social-icons i {
    height: 40px;
    width: 40px;
    border: 1px solid grey;
    border-radius: 50%;
    padding: 10px;
    margin: 10px;
}

.social-icons {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.row.footer {
    margin: 3%;
}

.news-letter {
    text-align: center;
}

.news-letter h3 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    font-family: 'Salsa-Regular' !important;
}

.site-footer input {
    padding: 6px;
    margin: 5px;
    font-size: 15px;
    border: 1px solid grey;
    width: 18%;
    background: #262626;
    text-align: center;
}

.site-footer .butt {
    width: 15%;
    padding: 5px;
    margin: 1px;
    letter-spacing: 1px;
}

.policy p {
    float: left;
    padding: 9px;
    font-size: 15px;
    color: #d1d0cb;
}

.policy {
    float: left;
    color: #fff !important;
    margin-left: 10%;
}

.site-footer h5 {
    width: 100%;
    color: #d1d0cb;
    float: left;
    text-align: center;
    font-size: 13px;
    font-family: 'Salsa-Regular' !important;
}

.footer-logo {
    text-align: center;
    margin: 10px;
}


/*category page css*/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-down:before {
    content: "\f107";
}

span.wpb-submenu-indicator {
    float: right;
    font-size: 20px;
    color: white;
    line-height: 22px;
    font-weight: bolder;
    -o-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -webkit-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
}

.main_content {
    min-height: 700px;
    background-color: #f2f0ef !important;
}

div#menu_category {
    margin-top: 10%;
    padding-left: 0px;
}

h2.category_caption {
    text-align: center;
    font-size: 32px;
    color: #be1b2c;
    font-weight: 800;
    padding: 12px 0px;
    margin-top: 10%;
}

.Menu_title {
    color: white !important;
    left: -1px;
    background: #fcb040;
    margin-bottom: 0;
    font-size: 16px !important;
    text-align: center;
    padding: 13px 0px 9px !important;
    max-width: 240px !important;
    font-family: 'Salsa-Regular' !important;
}

.member-login .Menu_title {
    max-width: 277px !important;
}

.backButton a {
    color: #000000 !important;
}

.backButton a {
    display: flex;
    text-transform: uppercase;
    font-family: 'MavenPro-Regular', 'MavenPro-Regular';
    font-weight: 700;
    text-decoration: none !important;
}

.backButton .simbolo,
.backButton .texto {
    font-size: 15px !important;
    font-family: 'MavenPro-Regular' !important;
}

.backButton.Left {
    position: fixed;
    bottom: 50%;
    left: -250px;
    background: #F1F1F1;
    border-color: #000000 !important;
    border-right: 3px solid #CECECE;
    text-align: center;
    padding: 10px 15px;
    z-index: 10000;
}

.backButton.Left a .simbolo:after {
    content: "<";
    margin-right: 10px;
    font-family: 'MavenPro-Regular';
    font-weight: 700;
    color: #CECECE;
    text-shadow: 0px 1px #fff, 0px -1px #7B7B7B;
}

.backButton .simbolo:after,
.backButton .simbolo:before {
    color: #000000 !important;
}

.backButton.transition {
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    -moz-transition: 1s ease;
}

.ul_menu,
#menu {
    margin: 0;
    padding: 0;
}

#menu {
    position: relative;
    z-index: 5;
    color: black;
    font-size: 20px;
}

ul.sub-nav.sub-menu li {
    background: #f1efef;
    border-bottom: 1px solid white !important;
}

ul.ul_menu li ul li a {
    padding: 14px 22px;
}

#menu .parent {
    display: block;
    background: #b81f31;
    line-height: 30px;
    padding: 14px 22px;
    text-transform: capitalize;
    border-bottom: 1px solid;
    cursor: pointer;
    color: white;
    font-family: 'MavenPro-Regular' !important;
}

#menu .parent a {
    color: white;
    text-decoration: none;
}

#menu .parent:hover {
    background: #b81f31;
}

#menu .parent .sub-nav {
    display: none;
}

#menu .parent .sub-nav {
    list-style: none;
    font-style: normal;
    background: #ddd;
    margin: 10px 0 0;
    padding-left: 0px;
}


/*#menu .parent .sub-nav li:not(:last-child) {
    border-bottom: 1px solid #efefef;
  }*/

#menu .parent .sub-nav li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    display: block;
}

li.submenu-indicator-minus span.wpb-submenu-indicator {
    transform: rotate(180deg) !important;
}

#menu .parent .sub-nav li a:hover {
    color: purple;
}

body.category_template .main_content .container {
    padding-top: 15px;
}

.product_image {
    display: block;
    position: relative;
    height: 200px;
    width: 200px;
    overflow: auto;
}

.product_image img {
    display: block;
    position: relative;
    height: 200px;
    width: 200px;
    overflow: auto;
}

.cat_menu_wrapper .ul_menu li.menu-item:hover {
    background: #cccac16b;
    color: #b81f31 !important;
}

li.menu-item:hover a {
    color: #b81f31 !important;
}

h2.product__title {
    font-size: 19px !important;
    line-height: 20px;
    font-weight: 500 !important;
    padding: .5em 0;
    color: #b81f31;
    text-align: center;
    margin: 0;
    text-transform: uppercase !important;
    font-family: 'Salsa-Regular' !important;
}

body.quickproductlist.modal-open .modal-content {
    max-width: 80%;
    margin: auto;
}

span.product-Price-amount {
    color: #fcb040;
    font-weight: bolder;
    font-size: 15px;
    font-family: 'Salsa-Regular' !important;
}

.products.pdtList div {
    /*text-align: left;*/
}

.product_price {
    padding-bottom: 5px;
}

p.dev_time,
.gmap-content div#gmap-address-list li p {
    font-style: normal;
}

.gmap-content div#gmap-address-list li p {
    margin-bottom: 0;
    padding-top: 8px;
}

div.preparation_time {
    color: black !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center;
    line-height: 1.4;
}

.products.pdtList .col-md-3 {
    margin: 10px 0 25px 0;
}

span.product_image img {
    border: 2px solid #be1b2c;
}

img {
    max-width: 100%;
    height: auto;
}

span.product_image:hover .img_overlay {
    /* z-index: 3;
      opacity:1;*/
}

span.product_image .img_overlay {
    background: rgba(255, 253, 253, 0.6) !important;
}

p.product-result-count {
    font-size: 16px;
    font-style: normal;
}

.item-list:hover span.product_image img {
    border: 0 !important;
}

.img_overlay:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #99694c;
    margin: -14px 0 0 -14px;
    font-size: 30px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.img_overlay {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.product_flitering_section {
    margin-bottom: 20px;
    margin-left: 15px;
}


/* -- single product page -- */

form.product-ordering label {
    font-weight: 400 !important;
    font-size: 16px;
}

img.angry-img {
    border: 1px solid #bc2131;
}

.angry-tit {
    font-weight: bolder !important;
    font-size: 27px !important;
    margin-bottom: 20px;
    color: #b81f31;
}

.cat_products_listing p {
    padding-left: 0px;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: 'MavenPro-Regular' !important;
}

.cat_products_listing form {
    padding-left: 0px;
    color: #000!important;
    font-size: 19px !important;
    font-weight: 300 !important;
}

.cat_products_listing p span {
    color: black;
}

input.icon-map {
    background-image: url(assets/Images/iconmap.png);
    background-repeat: no-repeat;
}

.cat_products_listing label {
    margin-bottom: 16px;
}

.single-product select.orderby {
    margin-left: 32%;
    color: black;
    font-family: 'MavenPro-Regular' !important;
}

select.orderby {
    margin-left: 0px;
    color: black;
    font-size: 16px;
    font-family: 'MavenPro-Regular' !important;
    width: 45%;
}

select.orderby.egg-orderby {
    /* padding-left: 22px; */
    margin-left: 36%;
    font-family: 'MavenPro-Regular' !important;
}

select.orderby.weight-orderby {
    margin-left: 42%;
}

input.msg-field {
    margin-left: 31%;
    width: 46%;
    color: black;
    font-size: 16px;
}

input.date-field {
    margin-left: 35%;
    color: black;
    font-size: 16px;
    width: 46%;
}

input.icon-map {
    /* width: 100px; */
    width: 76%;
    height: 36px;
    color: black;
}

input.chck-field {
    margin-left: 26%;
    width: 46%;
    padding: 3px;
    font-size: 16px;
}

input.number {
    width: 38px;
    /* margin-left: 2px; */
    margin-right: 16px;
    color: black;
}

input.addto-cart {
    width: 112px;
    margin-right: 35px;
    color: black;
    font-size: 19px;
}

input[type="button"] {
    background-color: #b81f31;
    color: white;
    border: none;
}

.cat_products_listing h5 {
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Salsa-Regular' !important;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    margin: 20px 0;
    font-family: 'MavenPro-Regular' !important;
}


/* Style the buttons that are used to open the tab content */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-family: 'MavenPro-Regular' !important;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #fff;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    line-height: 2em;
}

.tabcontent li,
.tabcontent p,
.tabcontent h3 {
    font-family: 'Salsa-Regular' !important;
}

div#London {
    margin-bottom: 34px;
    margin-top: -20px;
}

div#Paris {
    margin-bottom: 31px;
    margin-top: -20px;
}

div#Tokyo {
    margin-bottom: 31px;
    margin-top: -20px;
}

.single-product .cat_products_listing {
    margin-top: 5%;
}

.single-product .cat_image {
    margin-top: 4%;
    text-align: center;
}

.single-product .sub_img {
    margin-bottom: 20px;
    text-align: center;
}

.account {
    background: #f2f0ef !important;
}

.account h1 {
    color: #DC3349;
    font-weight: 800;
    font-size: 32px;
    margin-top: 5%;
    margin-left: 10px;
    text-align: center;
}

.account h3 {
    color: #DC3349;
    font-size: 24px;
    font-family: 'Salsa-Regular' !important;
}

.row.lost h3 {
    text-align: center;
}

.account .login,
.account .register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.account p input {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
}

.account img.soimg {
    margin: 5px;
}

.lostpass p input {
    width: 50%;
    padding: 10px;
    border-radius: 3px;
}

.lostpass field {
    padding: 20px;
    margin: 2em 0;
    text-align: left;
}

.account p {
    margin: 10px;
}

.account label {
    font-weight: 400;
    font-size: 16px;
    margin-right: 15px;
}

.account button,
.lostpass button {
    margin: 12px;
    border: 2px solid #DC3349;
    padding: 8px;
    padding: 8px 10px;
    color: #DC3349;
    background: transparent;
    font-size: 18px;
    background: transparent;
    font-family: 'MavenPro-Light' !important;
    font-weight: 600;
}

.account span {
    color: #DC3349;
}

.account span a {
    color: #DC3349 !important;
    margin: 10px;
}

.lostpass label {
    font-weight: 400;
    font-size: 14px;
}

.row.lost h1 {
    margin-left: 2%;
    margin-bottom: 20px;
}

.lost .field {
    margin: 15px 0;
}


/*--Cart Page ---*/

.product-image {
    float: left;
    /*width: 20%;*/
}

.product-details {
    float: left;
    /*width: 37%;*/
}

.product-price {
    float: left;
    /*width: 12%;*/
}

.product-quantity {
    float: left;
    /* width: 10%;*/
}


/*.product-removal {
    float: left;
    width: 9%;
  }*/

.product-line-price {
    float: left;
    width: 12%;
    text-align: center;
}


/* This is used as the traditional .clearfix class */

.group:before,
.shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: '';
    display: table;
}

.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    clear: both;
}

.group,
.shopping-cart,
.column-labels,
.product,
.totals-item {
    zoom: 1;
}


/* Apply clearfix in a few places */


/* Apply dollar signs */


/* Body/Header stuff */


/*body {
    padding: 0px 30px 30px 20px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
  }*/

h1 {
    font-weight: 100;
}

label {
    color: #aaa;
}

.shopping-cart {
    margin-top: -45px;
    background: #fff;
}


/* Column headers */

.column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    color: #fff;
    font-size: 18px;
    background: #DC3349;
}

.column-labels .product-image,
.column-labels .product-details,
.column-labels .product-removal {
    text-indent: 103px;
}


/* Product entries */

.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DC3349;
}

.product .product-image {
    text-align: center;
}

.product .product-image img {
    width: 100px;
}

.product .product-details .product-title {
    font-size: 16px;
    font-family: 'MavenPro-Regular' !important;
}

.product .product-details .product-description {
    margin: 10px 20px 5px 0;
}

.totals-item label {
    color: #000 !important;
    font-size: 16px;
}

.product .product-quantity input {
    width: 40px;
}

.product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #DC3349;
    color: #fff;
    /*font-family: 'Poppins-Light'  !important;*/
    cursor: pointer;
    font-size: 12px;
    border-radius: 3px;
}

.product .remove-product:hover {
    background-color: #DC3349;
}


/* Totals section */

.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}

.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}

.totals .totals-item-total {
    font-family: "MavenPro-Regular", sans-serif;
}

.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 4px 10px;
    background-color: #DC3349;
    color: #fff !important;
    font-size: 21px;
    border-radius: 3px;
    margin-left: 4%;
    font-family: 'MavenPro-Regular' !important;
}

.checkout:hover {
    background-color: #DC3349;
}

a.checkout {
    margin-bottom: 15px;
    margin: right !important;
}

.cart.check h2.category_caption {
    margin-left: 0 !important;
}

.cart.check h4 {
    font-family: 'Salsa-Regular' !important;
}

.pdsa-summary-block {
    position: relative;
    width: 100%;
    margin: 0.3em;
    padding: 1em;
    min-height: 12em;
    background-color: #fcb040;
    color: #fff;
    font-family: 'MavenPro-Regular' !important;
}

.pdsa-summary-block .summary-background i,
.pdsa-summary-block .summary-background div {
    margin-left: 0em;
    margin-top: 0.1em;
    font-size: 8em;
    opacity: 0.3;
}

.pdsa-summary-block .summary-body {
    position: absolute;
    top: 1.3em;
    right: 0.8em;
}

.pdsa-summary-block .summary-body .summary-line1 {
    text-align: right;
    font-size: xx-large;
}

.pdsa-summary-block .summary-body .summary-line2 {
    text-align: right;
    font-size: medium;
}

.pdsa-summary-block .summary-footer {
    position: absolute;
    background-color: #be823e;
    bottom: 0em;
    right: 0em;
    width: 100%;
    padding: 0.4em;
    font-weight: 300;
    text-transform: uppercase;
    font-size: small;
    opacity: 0.6;
}

.pdsa-summary-block .summary-footer a {
    text-decoration: none;
    color: #fff !important;
}

.pdsa-summary-block .summary-footer:hover {
    opacity: 1;
    cursor: pointer;
}

.pdsa-summary-block-success {
    background-color: #b81f31;
    color: #fff;
}

.pdsa-summary-block-success .summary-footer {
    background-color: #671b1b;
}

.pdsa-summary-block-success .summary-footer i {
    color: white;
}

.pdsa-summary-block-danger {
    background-color: #a94442;
    color: #fff;
}

.pdsa-summary-block-danger .summary-footer {
    background-color: red;
}

.pdsa-summary-block-danger .summary-footer i {
    color: white;
}

button.reg {
    margin-bottom: 85px;
    ;
}

.social-icons .fa-facebook:before {
    color: #4267B2!important;
}

.social-icons i.fa.fa-facebook {
    border-color: #4267B2 !important;
}

.social-icons .fa-twitter:before {
    color: #1DA1F2;
}

.social-icons i.fa.fa-twitter {
    border-color: #1DA1F2 !important;
}

.social-icons .fa-instagram:before {
    color: #833AB4;
}

.social-icons i.fa.fa-instagram {
    border-color: #833AB4 !important;
}

.social-icons .fa-pinterest:before {
    color: #E60023;
}

.social-icons i.fa.fa-pinterest {
    border-color: #E60023 !important;
}

.social-icons .fa-cutlery:before {
    color: #CB202D;
}

.social-icons i.fa.fa-cutlery {
    border-color: #CB202D !important;
}


/* ----------------------------- Media Queries ------------------------- */

@media(min-width:992px) {
    li.menuimg {
        border-radius: 50%;
        position: absolute;
        z-index: 999;
        width: 22%;
        top: 7px;
        padding: 0px 13px;
        padding-bottom: 20px;
        background: #fff;
    }
    /*li.menuimg {
      position: absolute;
      z-index: 999;
      width: 22%;
      top: 7px;
      padding: 0px 13px;
      padding-bottom: 20px;
  }*/
    ul#myDIV {
        position: relative;
        /*top: 25px;*/
        text-align: right;
    }
    li.menuimg img {
        width: 76%;
        position: relative;
        bottom: 25px;
    }
    .navigation>ul>li>a {
        padding: 8px 10px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .navigation>ul>li>a {
        padding: 8px 10px;
    }
    .details .contact {
        margin: 31px;
        padding: 14px 15px;
        word-break: break-all;
    }
    .special-offer .special {
        /*	top:52%;*/
    }
    .offer .add-cart.prod2 {
        /*	padding:9px 6px;*/
    }
}

@media(max-width:991px) {
    .sf-menu a:not(.menubar),
    .sf-menu a.icon {
        display: none;
    }
    input.date-field {
        margin-left: 37%;
        color: black;
        font-size: 16px;
        width: 45%;
    }
    input.chck-field {
        margin-left: 29%;
        width: 46%;
        padding: 2px;
        font-size: 16px;
    }
    button.reg {
        margin-bottom: 28%;
    }
    input.msg-field {
        margin-left: 33%;
        width: 45%;
    }
    .single-product .angry-tit {
        text-align: center;
        font-size: 32px !important;
    }
    .single-product .tab button {
        font-size: 18px;
    }
    .product_flitering_section {
        text-align: center;
    }
    .details .contact {
        margin: 31px;
        padding: 14px 15px;
        word-break: break-all;
    }
    .top-header {
        height: 100%;
    }
    .row.product-level,
    .row.service-level {
        margin: 0;
        margin-bottom: 30px;
    }
    .popular-block .add-cart {
        font-size: 16px;
    }
    h2.category_caption {
        margin-left: 0;
    }
    .sf-menu a.icon {
        float: right;
        display: block;
    }
    .sf-menu.responsive {
        position: relative;
    }
    .sf-menu.responsive a {
        float: none;
        display: block;
        text-align: right;
        position: relative;
        background: #f6f6f6;
    }
    .sf-menu.responsive a,
    .sf-menu.responsive a:not(.menubar) {
        z-index: 999;
    }
    .navigation>ul>li img {
        margin-left: 20px;
        width: auto;
        float: left;
    }
    .navigation>ul>li {
        float: none;
    }
    .responsive li.menuimg {
        position: absolute !important;
        bottom: 78% !important;
    }
    .navigation {
        height: 100px;
    }
}

@media(min-width:767px) and (max-width:991px) {
    .session-content {
        padding: 6px
    }
}

@media(max-width:991px) {
    #content .featured-blocks h1 {
        /*font-size:22px;*/
    }
    .featured-blocks {
        position: relative;
        /*top: -39px;*/
    }
    .col-md-3.col-sm-3.popular-block {
        padding-right: 15px !important;
    }
    .our-story h6.design {
        width: 25%;
    }
    .site-footer .butt {
        width: 75% !important;
        margin-top: 10px;
    }
    .site-footer input {
        width: 75% !important;
    }
    .policy p {
        float: none !important;
        padding: 8px !important;
        font-size: 18px !important;
        text-align: center !important;
    }
    .test img {
        margin-left: 37% !important;
    }
    .special-offer .special {
        padding: 8px !important;
        /*top:70%;*/
        bottom: 21%;
    }
    .offer .add-cart.prod2 {
        padding: 9px 5px !important;
        margin-top: 8px !important;
        margin-bottom: 5% !important;
    }
    .policy {
        float: none !important;
        margin-left: 0 !important;
    }
}

@media(max-width:767px) {
    .session-img {
        margin-top: 25px !important;
        text-align: center;
    }
    .popular-block img {
        margin-right: 30%;
        margin-left: 30%;
        width: 40%;
    }
    .session-content {
        padding: 8px
    }
    .account h1,
    .account h3 {
        text-align: center;
    }
    .hdg1 { font-size:4em !important; }
    .product_image img { height:auto !important; }
    .products.pdtList .col-md-3 { height:300px; }
    .contact .sub-line { font-size:3em !important; }
}

@media(max-width:727px) {
    .column-labels .product-image,
    .column-labels .product-details,
    .column-labels .product-removal {
        text-indent: 0px;
    }
    .pull-right {
        float: left;
    }
    .special-offer category1 {
        text-align: center;
    }
    .service-content {
        padding: 5px;
    }
    .our-story .block-heading {
        padding: 0px 0px;
    }
}

@media(max-width:600px) {
    .dessert {
        margin: 0 -15px !important;
    }
}

@media (max-width:580px) {
    .special-offer .special {}
}

@media(max-width:480px) {
    input.date-field,
    input.msg-field {
        margin-left: 0px;
    }
}

@media(max-width:320px) {
    input.addto-cart,
    input.number {
        margin-bottom: 20px;
    }
    select.orderby.weight-orderby,
    input.date-field,
    select.orderby,
    input.msg-field,
    select.orderby.weight-orderby,
    select.orderby.egg-orderby {
        margin-left: 0px !important;
    }
    .special-offer .special {
        /*	top:47%;*/
    }
}


/* Make adjustments for tablet */

@media screen and (max-width: 650px) {
    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    .product .product-details .product-title {
        font-size: 16px;
    }
    .column-labels {
        display: none;
    }
    .product-image {
        float: right;
        width: auto;
    }
    .product-image img {
        margin: 0 0 10px 10px;
    }
    .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }
    .product-price {
        clear: both;
        width: 70px;
    }
    .product-quantity {
        width: 100px;
    }
    .product-quantity input {
        margin-left: 20px;
    }
    .product-quantity:before {
        content: 'x';
    }
    .product-removal {
        width: auto;
    }
    .product-line-price {
        float: right;
        width: 70px;
    }
}


/* Make more adjustments for phone */

@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }
    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }
    .product .product-line-price:before {
        content: 'Item Total: $';
    }
    .totals .totals-item label {
        width: 60%;
    }
    .totals .totals-item .totals-value {
        width: 40%;
    }
}

.our-story {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2% 0 !important;
}

ul.horiz-nav.pull-right li:first-child,
ul.horiz-nav.pull-right li:nth-child(2),
ul.horiz-nav.pull-right li:nth-child(3) {
    padding: 0 0px !important;
}

.horiz-nav>li>a {
    display: inline-block;
    padding: 0 10px;
    line-height: 20px;
    text-decoration: none;
    color: #fff !important;
}

h2.category_caption {
    /*font-family: 'Lato', sans-serif !important;*/
}

#menu .parent {
    display: block;
    background: #b81f31;
    font-size: 15px !important;
    line-height: 30px;
    padding: 14px 22px;
    text-transform: capitalize;
    border-bottom: 1px solid;
    cursor: pointer;
    color: white;
    font-family: 'MavenPro-Regular' !important;
}

select.orderby {
    margin-left: 0px;
    color: black;
    font-size: 16px;
    font-family: 'Salsa-Regular' !important;
    width: 25% !important;
}

.shopping-cart {
    margin-top: 0px !important;
}

span.wpb-submenu-indicator.fa.fa-angle-down {
    position: relative;
    top: 5px;
}

.shopping-cart .column-labels label {
    color: #fff !important;
    background: transparent !important;
}

.cat_products_listing p,
span.att-label {
    padding-left: 0px;
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    font-family: 'MavenPro-Regular' !important;
}

.cat_products_listing span.currency-symbol {
    padding-left: 0px;
    color: #6f6565 !important;
    font-size: 15px !important;
    font-family: none;
}

select.orderby {
    margin-left: 0px;
    color: black;
    font-size: 13px;
    font-family: 'MavenPro-Regular' !important;
    width: 25% !important;
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
    padding-right: 4px;
}

span.product-Price-amount {
    color: #b81f31;
    font-weight: bolder;
    font-size: 13px;
    font-family: 'MavenPro-Regular' !important;
}

div.preparation_time {
    color: black !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-align: center;
    line-height: 1.4;
    font-family: 'MavenPro-Regular' !important;
}

.headeroftable {
    font-family: 'Salsa-Regular' !important;
}

.products.pdtList .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 6px 0;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

input#availablilitypin {
    width: 242px;
}

button#addtocart {
    background: #b81f31;
    color: #f2f0ef;
    font-size: 14px;
}

button#addtocart:hover {
    background: #f2f0ef;
    color: #b81f31;
}

span#pinstatus {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 5px !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #DC3349 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fdb140 !important;
    border-radius: 10px;
}

.column-labels label {
    padding-bottom: 10px !important;
    margin-bottom: 15px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
    color: #fff;
    font-size: 18px;
    background: #DC3349;
}

.totals .totals-item {
    margin-bottom: 0px !important;
}

a.checkout {
    text-decoration: none !important;
    /* font-style: unset; */
    font-size: 16px;
    padding: 10px 20px;
}

button.checkout {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 26px;
}

button.checkout:hover {
    background: #f2f0ef;
    color: #DC3349 !important;
    border: 1px solid #DC3349;
}

.checkout:hover {
    background-color: #f2f0ef !important;
    border: 1px solid #DC3349;
    color: #DC3349 !important;
}

.shopping-cart .column-labels {
    background: #DC3349;
}

.shopping-cart .product {
    margin-top: 15px;
}

.shopping-cart .column-labels label {
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    border-bottom: none !important;
}

form.form-horizontal input.form-control {
    margin-bottom: 0px;
}

.product .product-quantity input {
    text-align: center;
}

.checkout {
    background-color: #DC3349 !important;
}

button.checkout:hover {
    background: #f2f0ef !important;
    color: #DC3349 !important;
    border: 1px solid #DC3349;
}

form.form-horizontal label {
    color: #DC3349 !important;
}

input#newactrigger {
    position: relative;
    top: 2px;
}

ul#myDIV li a {
    font-size: 17px;
    font-weight: 400;
    color: #DC3349 !important;
}

.i4ewOd-pzNkMb-haAclf {
    background: transparent !Important;
}

.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}

.details .contact h4 {
    text-transform: uppercase;
    ;
}

.policy {
    margin: 0;
}

.Contact-info {
    text-align: center;
}

.Contact-info li,
.Contact-info li a {
    color: #55403F !important;
    padding: 10px 0px;
    font-size: 16px;
}

.policy p a,
.social-icons i {
    color: #d1d0cb !important;
}

.social-icons i {
    border-color: #d1d0cb !important;
}

.Contact-info li a {
    margin-left: 5px;
}

.store-timings {
    text-align: center;
    color: #d1d0cb;
    margin: 10px 0px;
}

.site-footer h5 {
    text-align: right;
}

.tab button.active {
    background-color: #b81f31;
    color: #fff;
}

.contact_content ul li {
    padding: 10px 0px;
}

.products.pdtList .angery-text-tag td span {
    font-family: none;
}

.tab button {
    font-size: 15px;
}

.tab button:hover {
    background-color: #b81f31 !important;
    color: #fff !important;
    border-color: #fff !Important;
    border-left: 1px solid;
}

.tab {
    background-color: #fff !important;
}

div#section-container {
    padding: 57px 25px;
}

#customers {
    overflow: auto;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

div#section-container h1,
div#section-container h2,
div#section-container h3,
div#section-container h4,
div#section-container h5,
div#section-container h6,
.enquiry_section h1,
.enquiry_section h2,
.enquiry_section h3,
.enquiry_section h4,
.enquiry_section h5,
.enquiry_section h6 {
    font-family: 'Salsa-Regular' !important;
    line-height: 1.5em;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    text-indent: .0em !important;
}

div#section-container p,
.enquiry_section p {
    line-height: 1.7em;
    padding: 5px 0px 10px;
}

.enquiry_section h2,
h3.form_title {
    font-size: 20px;
}

button.btn.btn-default.send_data {
    background: #b81f31;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
}

form#smValidationForm .form-control {
    height: 100%;
    padding: 10px 12px;
}

form#smValidationForm textarea.form-control {
    height: 90px;
}

button.btn.btn-default.send_data:hover {
    background-color: transparent !important;
    color: #b81f31 !important;
    border-color: #b81f31 !important;
}

.mapping {
    overflow: hidden;
    clear: both;
    background: #e8e2e2;
}

.contact-box {
    background: #fff;
    text-align: center;
    margin: 40px 0px 30px;
    padding: 14px 15px;
}

.contact-box h4 {
    color: #804d00;
    font-weight: 600;
    font-family: 'MavenPro-Regular' !important;
}

#product-listing-area .item-list:hover,
#quick-foods-page #items-listing-area:hover {
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .5);
    animation-name: fadeInUp;
    webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.items-acco {
    max-width: 80%;
    margin: auto;
    padding-top: 10px;
}

.container.quicklist {
    width: auto !important;
}

.img_overlay {
    border: none !important;
}

div#cat-product-listing,
#single-product-listing {
    background: #f2f0ef2b !important;
}

div#cat-product-listing h2.product__title,
#quick-foods-page h2.product__title {
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

h2.category_caption {
    margin-top: 4% !important;
}

span.product_image img {
    border: none !important;
}

.site-header,
li.menuimg {
    box-shadow: 1px 4px 5px -7px rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 4px 5px -7px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 4px 5px -7px rgba(0, 0, 0, .5);
}

#single-product-listing img.angry-img {
    max-width: 70%;
    box-shadow: 1px 1px 5px -1px #DC334952;
    -moz-box-shadow: 1px 4px 5px -7px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 1px 5px -1px #DC334952;
}

img.angry-img {
    border: 1px solid #DC334952 !important;
}

#single-product-listing img.angry-img {
    max-width: 80%;
}

form#productform span.LABEL_1 {
    font-size: 16px !important;
    text-transform: capitalize !important;
}

#single-product-listing .INPUT_2,
#single-product-listing select#deliverytime,
#single-product-listing input#availablilitypin {
    width: 100%;
    max-width: 100%;
    padding: 4px 8px;
    margin: 0px 15px 0px 0px;
    background: transparent;
    border-color: #66666675 !important;
    color: #666 !important;
    font-weight: 400 !important;
    font-size: 12px;
}

.products.pdtList {
    overflow: hidden;
    padding-top: 20px;
}

p#df {
    font-size: 14px !important;
}

#single-product-listing select {
    width: 100%;
    min-width: 100%;
    border-color: #66666675 !important;
    color: #666 !important;
    font-weight: 400 !important;
    font-size: 12px;
    background-color: transparent !important;
}

.item-list:hover .img_overlay {
    z-index: 3;
    opacity: 1;
}

.product_image {
    width: 100%;
    height: 100%;
}

span.product_image img {
    margin: auto;
}

div#single-product-listing {
    padding-bottom: 40px;
}

.accordion_body {
    text-align: left !important;
    padding: 10px;
    font-size: 13px;
}

#product-des {
    padding-top: 30px;
}

div#construction_specifications {
    max-width: 80%;
    margin: auto;
}

.cart-ajax {
    float: right !important;
}

body.quickproductlist .main_content {
    background: transparent !important;
}

.items-acco .panel {
    padding: 0px !important;
}

img.varient-img {
    width: 7%;
}

.quickcontent p.price {
    font-size: 13px;
}

.container.quicklist hr {
    border-color: #DC3349;
    margin: 5% 0px;
    opacity: 0.1;
}

.row.quickinner a.button.fancybox {
    border: 1px solid;
    width: auto;
    height: auto;
    clear: both;
    text-transform: uppercase;
    font-size: 14px !important;
    border-radius: 2px;
    padding: 0px 10px !important;
}

p.c-product__description {
    clear: both;
}

.item-img {
    max-width: 65%;
    margin: auto;
}

.quickcontent {
    text-align: center;
}

ul.items li.label {
    list-style: none;
    display: inline-block;
    /* padding: 0px 10px; */
    margin: 0px 0px 5px;
    background: transparent;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'MavenPro-Regular' !important;
}

h1.cart-caption {
    font-size: 22px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

span.pro-caption {
    font-size: 15px;
}

.row.quickinner {
    border: none !important;
}

body.cartview .product-title {
    font-size: 16px !important;
}

span.p-currency {
    font-family: none;
}

.item-list .product_price,
.item-list .preparation_time {
    text-align: center !important;
}

.menu-cart-body input#cartqty {
    color: #000000;
    height: 100%;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration: none solid #000000;
    width: 42.0938px;
    column-rule-color: #000000;
    perspective-origin: 21.0469px 19.5px;
    transform-origin: 21.0469px 19.5px;
    caret-color: #000000;
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    font: normal normal 500 normal 16px / normal Roboto, Helvetica, Arial, Lucida, sans-serif;
    outline: #000000 none 0px;
    padding: 2px;
}

.extra_charge {
    clear: both;
    font-size: 12px;
}

.menu-cart-footer .row {
    padding: 25px 0px 10px;
}

.menu-cart-footer strike {
    padding: 0px 5px;
}

.extra_charge {
    clear: both;
    font-size: 12px;
}

.btn-checkout,
.btn-checkout:hover {
    position: relative;
    background-color: #DC3349;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 0 !important;
    padding: 1em !important;
    font-weight: 700 !important;
}

.menu-cart-body .row {
    padding: 10px 0px;
}

p.veg-item,
p.total-p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
}

.cartsection {
    overflow: hidden;
}

#cart-qnty input {
    color: rgb(190, 27, 45);
    height: 39px;
    overflow-wrap: break-word;
    text-align: center;
    text-decoration: none solid rgb(190, 27, 45);
    width: 42.0938px;
    column-rule-color: rgb(190, 27, 45);
    perspective-origin: 21.0469px 19.5px;
    transform-origin: 21.0469px 19.5px;
    caret-color: rgb(190, 27, 45);
    border: 1px solid rgb(190, 27, 45);
    border-radius: 3px 3px 3px 3px;
    font: normal normal 500 normal 16px / normal Roboto, Helvetica, Arial, Lucida, sans-serif;
    outline: rgb(190, 27, 45) none 0px;
    padding: 2px;
}

section.et_section_area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.testimonial.row h3 {
    text-align: center;
    color: white !important;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.7em !important;
}

.tabbable-panel {
    padding: 10px;
}

.testimonial.row .tabbable-line {
    text-align: center;
}

.testimonial.row ul.nav.nav-tabs {
    display: inline-flex;
}

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #fffffe !important;
    font-size: 18px;
    font-weight: bold;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0 !important;
    color: #d32a17 !IMPORTANT;
    background: transparent !important;
}

.tabbable-line>.nav-tabs>li.focus>a {
    border: 0 !important;
}

.carousel-inner.testimonialinner .item p {
    color: #fff !important;
}

#quote-carousel .carousel-indicators li {
    BORDER-COLOR: #b81f31;
    WIDTH: 17PX;
}

#quote-carousel .carousel-indicators li {
    background: TRANSPARENT;
}

div#quote-carousel,
.carousel-inner.testimonialinner {
    height: auto !important;
}

#quote-carousel,
#quote-carousel1,
#quote-carousel2 {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    text-align: center;
}

#quote-carousel .carousel-indicators .active {
    background: #b81f31;
    height: 10px;
    width: 17px;
    margin-bottom: 1px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

.testimonial_section ul.nav.nav-tabs li:hover a {
    border: none;
    background: transparent;
    color: #d32a17 !Important;
}

.carousel-control-prev-icon {
    background-image: url(https://www.bakersspring.com/public/images/left-1.png) !important;
    filter: invert(100%);
}

.carousel-control-next-icon {
    background-image: url(https://www.bakersspring.com/public/images/right-arrow.png) !important;
    filter: invert(100%);
}

.navigators-slider a {
    background: #d32a17;
    margin: 0px 10px;
}

.navigators-slider a span:first-child {
    background-repeat: no-repeat;
    background-size: 13px 13px !important;
    background-position: 50%;
    position: relative;
    top: 4px;
}

.sr-only {
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.navigators-slider {
    text-align: right;
    padding: 10px 10px;
}

span.LABEL_1.cart-type {
    float: none !important;
}

li#dsk-logo {
    text-align: center;
}

@media (max-width:767px) {
    div#product-content-wrapper {
        border-radius: 10px;
        margin: 10px 0px;
        padding-right:0;
    }
    .product-content .row.product-level {
        margin-bottom: 0;
    }
    div#product-content-wrapper:first-child {
        /*background: #E786A3;*/
    }
    div#product-content-wrapper:nth-child(2) .baked-content{
            background: #FFF;
            border: 1px solid;
    }
    div#product-content-wrapper:nth-child(3) {
        /*background: #00A3DF;*/
    }
    .product-content {
        padding: 20px 0px;
    }
    .our-story { padding:5% !important; }
    .mt80 { margint-top:20px !important }
}


/*media screen*/

@media(max-width:1200px) {
    .policy p {
        padding: 9px 6px !important;
        font-size: 14px !important;
    }
    .site-footer h5 {
        font-size: 11px !important;
    }
    .site-footer h5 {
        text-align: center;
    }
}

body.orderconfirm .main_content {
    padding-bottom: 40px;
}

body.cartview .shopping-cart .column-labels label {
    text-align: left;
}

body.orderconfirm .shopping-cart .column-labels label {
    font-size: 14px;
    text-align: right;
}


/**body.orderconfirm .column-labels .product-details,body.orderconfirm .column-labels .product-image {
      opacity: 0;
  }*/

body.orderconfirm .cat_products_listing p,
body.orderconfirm span.att-label {
    font-size: 13px !important;
}

body.orderconfirm .product .product-details .product-title {
    font-size: 14px;
}

.trusted-logo {
    text-align: center;
}

.trusted-logo span a {
    color: #fff !important;
    font-weight: 500;
}

.trusted-logo a {
    pointer-events: none;
}

#home_pick .modal-header {
    text-align: center;
}

div#home_pick .modal-header h3,
div#myModalpin.location_list h4.modal-title {
    font-family: 'MavenPro-Regular' !important;
}

#home_pick .modal-content {
    background-color: #f6f6f8;
}

body {
    overflow-x: hidden;
}

#home_pick .modal-body {
    position: relative;
    /*padding: 15px 0px;
      width: 320px; */
    margin: 0 auto;
    box-sizing: border-box;
}

#home_pick .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}

div#viewavailablepins .table.table-hover ul li {
    display: inline-block;
    width: 25%;
    padding: 5px;
}

div#viewavailablepins .table.table-hover {
    margin-bottom: 0;
}

div#product_listing_tbs .row {
    padding-top: 40px;
    padding-bottom: 40px;
}

p.sec1 {
    border: 3px solid #e6394c;
border-radius: 10px;
}

p.sec1 a.sub-tex,
p.sec1 a.sub-tex1,
a.par-tex {
    color: #c32b3a !IMPORTANT;
    padding: 0px 5px;
     font-family: 'MavenPro-Regular' !important;
     font-size: 16px;

}
.tawk-text-truncate {
    font-family: 'MavenPro-Regular' !important;
     font-size: 16px;
}

.image-module {
    text-align: center;
    margin-top: 50px;
}

p.sec1 a.sub {
    color: #151313 !IMPORTANT;
    font-weight: bold;
    font-size: 15px !important;
}

body.blogpreview .description h1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px !important;
    font-style: normal !important;
    text-align: left !important;
    color: #DC3349 !important;
}

body.blognewpreview .description h1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px !important;
    font-style: normal !important;
    text-align: left !important;
    color: #DC3349 !important;
}

.description ul.details li {
    display: inline;
    padding: 0px 5px;
    font-weight: 600;
    color: #000;
}

.blog-image {
    /* max-width: 70%; */
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    /*padding-top: 20%;*/
}

.blog-data .details a {
    color: #fff !important;
}

div#blog-listing {
    overflow: hidden;
}

.description ul.details li a {
    font-weight: 600;
    color: #000 !important;
}

.description h3 {
    font-size: 18px;
}

.description .details {
    background: transparent !important;
}

#notfound {
    position: relative;
    height: 100vh;
}

.notfound .notfound-404 {
    height: 190px;
}

.notfound h2 {
    font-family: 'Salsa-Regular', sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 10px;
    text-transform: uppercase;
    color: #232323;
}

.notfound p {
    font-family: 'MavenPro-Regular', sans-serif !important;
    color: #787878;
    font-weight: 300;
}

.notfound .notfound-404 h1>span {
    display: inline-block;
    width: 90px;
    height: 90px;
    background-image: url(https://www.bakersspring.com/public/img/emoji.png);
    background-size: cover;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    z-index: -1;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound .notfound-404 h1 {
    font-family: 'Salsa-Regular', sans-serif !important;
    font-size: 146px;
    font-weight: 700;
    margin: 0px;
    color: #232323;
}

.notfound a {
    font-family: 'MavenPro-Regular', sans-serif !important;
    display: inline-block;
    padding: 12px 30px;
    font-weight: 700;
    background-color: #f99827;
    color: #fff !important;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound {
    max-width: 520px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

.col-md-3.col-sm-3.contact h4 {
    font-size: 16px;
}

.service .service-content {
    float: left;
    margin: 0px;
    color: #000;
    background: #fff;
    text-align: center;
    margin: 8px;
    padding: 20px;
    height: 250px;
}

.details p {
    text-align: center;
}

#contact-info-boxes .contact-box h4 {
    font-size: 15px !important;
}


/*** gopi css 0717 ***/

a.par-tex {
    font-size: 20px;
    font-weight: 800;
  font-family: 'Salsa-Regular' !important;

}

p.sec1 {
    MIN-HEIGHT: 110PX!IMPORTANT;
    PADDING: 10PX;
}

div#product_listing_tbs .row {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}


/* gopi css 0729  */

.modal-header h4 {
    font-family: 'Salsa-Regular' !important;
    font-size: 16px;
}

a#allpin {
    color: white!important;
    background-color: #b81f31;
    padding: 6px;
    border-radius: 5px;
    text-decoration: none;
    float: left;
}

#df a {
    color: white!important;
    background-color: #b81f31;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}

#home_pick .modal-body {
    text-align: center;
}

.product-price-tax {
    text-align: right;
}

.modal-body #allpin {
    padding: 4px!important
}

p.sku {
    text-align: center;
}


/* Media queries */

@media(max-width:336px) {
    p.sec1 a.sub-tex1,
    p.sec1 a.sub-tex {
        padding: 0 2px !important;
    }
}

@media(max-width:399px) {
    .service .service-content {
        height: 300px !important;
    }
}

@media(max-width:412px) {
    .testimonial.row .tabbable-panel .nav>li>a {
        padding: 10px 5px !important;
    }
}

@media (max-width: 650px) {
    .shopping-cart .product-quantity:before {
        padding: 10px;
    }
    .shopping-cart #mobile-cart .product-quantity:before {
        padding: 0 !important;
    }
    body.cartview .product-quantity input {
        margin-top: -2px;
    }
    body.cartview .product-line-price,
    body.orderconfirm .product .product-line-price {
        text-align: center !important;
    }
}


/*
  .product-quantity {
      width: 30px !important;
  }
  .product-price {
      width: 50px !important;
  }
      } */

@media(max-width:991px) {
    .cart-itemes-list .menu-cart-footer .pull-right {
        position: relative;
        bottom: 20px;
    }
    .cart-itemes-list .menu-cart-body .veg-item {
        padding: 10px 0px;
    }
    .image-module {
        margin-top: 20px !important;
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .menu-cart-body .col-lg-7 {
        width: 45.333333% !important;
    }
    #cart-qnty input {
        width: 30px !important;
    }
    .menu-cart-body .col-xs-3 {
        width: 44% !important;
        text-align: center;
    }
    .menu-cart-body .col-xs-2 {
        width: 10% !important;
    }
}

@media (max-width: 480px) {
    body.cartview .product-image,
    body.orderconfirm .product-image {
        width: auto !important;
        float: left;
    }
}

@media (max-width: 1199px) {
    .product-removal {
        float: left !important;
    }
}

#menu .parent {
    padding: 0 !important;
}

#menu .parent .sub-nav {
    background: #fff !important;
    margin: 0 !important;
}

.Menu_title {
    background: #b81f31 !important;
    max-width: initial !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 0 !important;
}

div#menu_category {
    padding-left: 15px !important;
}

.ul_menu ul.sub-nav .fa {
    padding: 0 10px !important;
}

.pdsa-summary-block {
    background: transparent !important;
}

.pdsa-summary-block .summary-footer {
    background: #fff !important;
}

.glyphicon-chevron-right:before {
    color: #b81f31 !important;
}

.pdsa-summary-block .summary-background {
    text-align: center;
}

.pdsa-summary-block .summary-background i {
    font-size: 4.5em !important;
    text-align: center !important;
    opacity: 1 !important;
}

.pdsa-summary-block .summary-footer {
    text-align: center !important;
    opacity: 1 !important;
}

.pdsa-summary-block .summary-footer a {
    color: #b81f31 !important;
    text-align: center;
}

.pdsa-summary-block {
    color: #b81f31bf !important;
    border: 1px solid;
}

#menu .parent .sub-nav li a {
    font-size: 16px !important;
}

.menu-item.active a {
    color: #b81f31 !important;
    font-weight: 700 !important;
}

@media (max-width:767px) {
    .banner .carousel-inner .item img {
        width: auto !important;
    }
}

@media(max-width:480px) {
    .shopping-cart .product .product-image img {
        width: 60% !important;
    }
}

@media(min-width:481px) and (max-width:767px) {
    .shopping-cart .product .product-image {
        z-index: 999999 !important;
        cursor: pointer;
    }
}

@media(min-width:481px) {
    .quickproductlist h2.category_caption.mob-view {
        display: none !important;
    }
}

@media(max-width:352px) {
    .tabbable-line>.nav-tabs>li>a {
        font-size: 15px !important;
    }
}

@media(max-width:480px) {
    .quickproductlist h2.category_caption.mob-view {
        display: block;
    }
    .quickproductlist h2.category_caption {
        display: none;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.navigation>ul>li img,
.banner .item img {
    -webkit-animation: fadein 3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s;
    /* Firefox < 16 */
    -ms-animation: fadein 3s;
    /* Internet Explorer */
    -o-animation: fadein 3s;
    /* Opera < 12.1 */
    animation: fadein 3s;
}

.coninfo-des {
    margin: 25px 0 15px 0px;
    font-size: 15px;
}

.contact_content ul {
    padding-left: 0;
}

.contact_content ul li {
    position: relative;
    padding: 8px 0px 8px 25px;
    font-size: 15px;
}

.contact_content ul li i {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 25px;
    height: 100%;
    line-height: 35px;
    font-size: 17px;
}

li.account-page .dropdown li {
	padding: 0!important;
}
.pin-btn {
    margin-top: 10px;
}

#pincodew {
    margin-bottom: 0 !important;
}
#home_pick .modal {
	top: -110px!important
}

address img {
    height: 80px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: middle;
}
address {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-style: normal;
}
.w50 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
}
address .country {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}

address h2 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
address h6 {
    font-size: 24px;
    margin-bottom: 20px;
}
address p {
    font-size: 15px;
    line-height: 1.5;
}
address p {
    font-size: 18px;
    line-height: 1.5;
}

.hdg1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.1;
    font-family: "MavenPro-Black" !important;
    text-transform: uppercase;
    letter-spacing: 0;
    transition: all 0.3s linear;
    opacity: 1;
}
.contact .sub-line {
    font-family: "MavenPro-Black" !important;
font-size: 49px;
transition: all 0.3s linear;
text-align: left !important;
margin: 50px 0 0 0 !important;
width: auto !important;
color: #DC3349 !important;
}
.h125vh {
    padding-bottom: 100px;
border-bottom: 1px solid #e6e0e0;
margin-bottom: 50px;
}

.ctitle { font-size:40px !important; line-height: 35px !important; margin-bottom: 0;
 font-weight:bold; margin-left:15px; font-family:"Salsa-Regular"; }
.titlec { font-size:16px; margin-left:15px; margin-bottom:20px; }


.block-head-widget {
    border-top-color: #DC3349;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.11em;
    color: #2a2a2a;
    -webkit-font-smoothing: antialiased;
    line-height: 44px;
}

.widget-title:not(.has-style), .block-head-widget {
    margin-bottom: 35px;
    padding: 0 18px;
    border-top: 1px solid #DC3349;
    box-sizing: border-box;
    font-family:"Salsa-Regular";
    font-size: 17px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0.055em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}

.widget-about .author-image {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.widget-posts .posts.default .post-thumb, .widget-posts .posts.meta-below .post-thumb {
    width: 87px;
}

.widget-posts .posts:not(.full) .post-thumb {
    margin-right: 22px;
    flex: 0 0 auto;
}
.widget-posts .content {
    overflow: hidden;
}

.widget-posts .posts:not(.large) .post-meta {
    font-size: 10px;
}
.widget-posts .post {
    display: flex;
    margin-bottom: 25px;
}
.pinit-btn {
    display: none;
    position: absolute;
    border-radius: 2px;
    width: auto !important;
    height: auto !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    padding: 9px 12px !important;
    z-index: 1;
    background: #ff1616 !important;
    color: #fff !important;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}



.mt80 { margin-top:80px; }
.mb80 { margin-bottom:80px; }
.mt20 { margin-top:20px; }
.mb40 { margin-bottom:40px; }

.pt80 { padding-top:80px; }
.pb80 { padding-bottom:80px; }
.pt20 { padding-top:20px; }
.pb40 { padding-bottom:40px; }

.featured-card {
    padding: 50px 30px;
    border-radius: 15px;
    border: 1px solid #ececec;
    background: #ffffe3;
    min-height: 450px;
}
.featured-card img { width:60px; }
.featured-card h4 {
    margin-bottom: 30px;
    font-size: 3em;
}
.featured-card p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 30px;
}
.featured-card:hover {
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.brown-color { color:#55403f; }

.blog .btn
{
background : #3BB77E;
border:0;
color:#FFF;
border-radius:4px;
font-size:16px;
padding:10px 24px;
}
Add the following in https://www.bakersspring.com/public/assets/css/style.css

.contact h4
{
font-size:17px!important;
}

