/** Shopify CDN: Minification failed

Line 397:2 Expected identifier but found "*"
Line 839:2 Expected identifier but found "*"
Line 993:2 Expected identifier but found "*"
Line 1197:2 Expected identifier but found "*"
Line 1206:2 Expected identifier but found "*"
Line 1214:2 Expected identifier but found "*"
Line 1227:2 Expected identifier but found "*"
Line 1238:2 Expected identifier but found "*"
Line 1418:2 Expected identifier but found "*"
Line 1529:2 Expected identifier but found "*"
... and 19 more hidden warnings

**/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
(Tweaked for CleanThemes theme)
*/

.static{
  width: 1317px;
}

.box{
  width: 90%;
  margin: 0 auto;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
#add_address label {
  color: #061225;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS cross-browser clear fix */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}


/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button]{
  -webkit-appearance: none;
}

/* Stop Webkit's big glowy boxes, we have our own highlight effect */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/*Select standard for all browsers*/

/* select::-ms-expand {
display: none;
} */

/* Standard text CSS */
strong, b { font-weight:bold; }
abbr, acronym { border-bottom:1px dotted #7d8387; cursor:help; } 
em, i { font-style:italic; }
ul,ol,dl { margin:1em; font-size:100%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
blockquote {
  margin:1.5em 0em 1.5em 10px;
  padding:.5em 0em;
  quotes:"\201C""\201D";
  font-size:130%;
  font-style:italic;
  line-height: 100%;
}
blockquote:before{
  color: #7d8387;
  content:open-quote;
  font-size:3em;
  line-height:.1em;
  margin-left: -20px;
  margin-right: 10px;
  vertical-align:-0.48em;
}
blockquote :first-child { display:inline; }
blockquote :last-child { margin-bottom:0; }
blockquote:after { content: no-close-quote; }

ol,ul,dl { margin-left:2em; }
ol li {    list-style: decimal outside; }
ul li {	list-style: disc outside; }
dl dd { margin-left:1em; }
th,td {
  border-bottom: 1px solid #aeb0b2;
  border-collapse: collapse;
  border-top: 1px solid #aeb0b2;
  padding: 0.7em;
}
th {
  /*distinguishing table headers from data cells*/
  font-weight:bold;
  text-align:left;
  border-bottom-width: 3px;
}
caption { margin-bottom:.5em; text-align:center; }
p,fieldset,table { margin-bottom:1em; }

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 3px double #a3925f;
  height: 9px;
  margin: 1em 0;
}

/* Google Fonts */






 body, input, textarea, select option

{ font-family: Lato; }






 h1,h2,h3,h4,h5,h6

{ font-family: Lato; }






 #pageheader .logotext

{ font-family: Lato; }






 .nav-row

{ font-family: Lato; }







#pageheader .search-box input[type="text"],
.signup-form input[type="email"],
input[type="submit"],
button,
label,
#cart-summary-overlay,
#pageheader .utils,
.page-header .filters,
.tags,
#pagefooter

{ font-family: Lato; }


/* Theme styles */

body {
  font-size: 15px;
  line-height: 1.6em;
  color: #7d8387;
  background: #f7f4ef;
  letter-spacing: 1px;
  overflow-y: scroll;
}

::selection{/* Webkit & Opera */
  background:#061225;
  color:#ffffff;
}
::-moz-selection{ /* Firefox */
  background:#061225;
  color:#ffffff;
}

a,
a:link,
a:visited {
  color:#061225;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  text-decoration:none;
}

a:hover {
  color:#a3925f;
}

#tabs select {
  max-width: 100%;
}

#tabs select {
  min-width:300px;
  width: 50%;
  height: 30px;
  overflow: hidden;
  background: url(/cdn/shop/t/2/assets/arrow_selectbox.png?8639728367537706799) no-repeat right #f9f9f9;
  padding: 0px 0px 0px 5px;
  border: 1px solid #d1d3d4;
  color:#999999;
  cursor: default;
  line-height: 25px;
  font-size: 13px;
  margin-left:auto;
  margin-right:auto;
  -webkit-appearance: none;
  -moz-appearance: none; /*sup*/
  appearance: none; /*sup*/
}

#tabs12 select {
  min-width:300px;
  width: 50%;
  height: 30px;
  overflow: hidden;
  background: url(/cdn/shop/t/2/assets/arrow_selectbox.png?8639728367537706799) no-repeat right #f9f9f9;
  padding: 0px 0px 0px 5px;
  border: 1px solid #d1d3d4;
  color:#999999;
  cursor: default;
  line-height: 25px;
  font-size: 13px;
  margin-left:auto;
  margin-right:auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /*sup*/
}

input,
textarea {
  font-size: 15px;
  line-height: 15px;
  background-color: #ffffff;
  color: #7d8387;
  border: 1px solid #a3925f;
  padding: 11px 15px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: 1px;
  border-radius: 0px;
}

input[type=checkbox] {
  border:none;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
}

textarea {
  height:120px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize:none;
}

.align-terms{
  margin: 50px 0px 20px 0px !important;
}

.new-align-terms{
  margin: 50px 0px 20px 0px !important;
}

/* HTML5 input placeholders */
::-webkit-input-placeholder {
  
  color: #061225;
}

:-moz-placeholder { /* Firefox 18- */
  
  color: #061225; 
}

::-moz-placeholder {  /* Firefox 19+ */
  
  color: #061225;
}

:-ms-input-placeholder {
  
  color: #061225;
}


.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background:#061225;
  border: none;
  color:#ffffff;
  font-size: 12px;
  line-height: 12px;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  
  cursor: pointer;
  padding: 16px 15px 14px;
  vertical-align: middle;
  min-width: 120px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  -moz-transition: background-color 100ms, color 100ms;
  -webkit-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
  display: inline-block;
  zoom:1;
  *display:inline;
  letter-spacing: 1px;
}

.button.compact,
button.compact,
input[type="submit"].compact,
input[type="reset"].compact,
input[type="button"].compact {
  width: auto;
  min-width: 0;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #a3925f;
}

.button.altcolour,
button.altcolour,
input[type="submit"].altcolour,
input[type="reset"].altcolour,
input[type="button"].altcolour {
  background: #ffffff;
  color: #061225;
}

.button.altaltcolour,
button.altaltcolour,
input[type="submit"].altaltcolour {
  background: #a3925f;
}

.button.altaltcolour:hover,
button.altaltcolour:hover,
input[type="submit"].altaltcolour:hover {
  background: #061225;
}

.nav-row ul li:nth-child(5) a{
  position: relative;
}

.nav-row ul li:nth-child(5) a:before{
  content: "New ";
  right: 0;
  top: -6px;
  color: #061225;
  position: absolute;
  font-weight: bold;
  font-size: 11px;
}


@media only screen and (max-width: 500px) {
  .spr-review-header{
    text-align: left;
    display: block;


  }
}
.spr-review-header{
  text-align: left;
  display: block;

}

.button.notabutton,
a.button.notabutton,
button.notabutton,
input[type="submit"].notabutton {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: none;
  vertical-align: baseline;
  min-width: 0;
  overflow: visible;
  height: auto;
  color:#061225;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

.button.notabutton:hover,
a.button.notabutton:hover,
button.notabutton:hover,
input[type="submit"].notabutton:hover {
  color:#a3925f;
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  background: #999 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #061225;
  font-weight: normal;
  line-height: 1.2em;
  
  margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color:#a3925f;
}

h1,
h2.h1-style { font-size: 27px; }




h2,
h1.h2-style,
h2.h2-style,
h3.h2-style,
h4.h2-style,
h5.h2-style,
h6.h2-style {
  font-size: 25px;
}


h3,
h1.h3-style,
h2.h3-style,
h3.h3-style,
h4.h3-style,
h5.h3-style,
h6.h3-style {
  font-size: 23px;
}


h4,
h1.h4-style,
h2.h4-style,
h3.h4-style,
h4.h4-style,
h5.h4-style,
h6.h4-style {
  font-size: 21px;
}


h5,
h1.h5-style,
h2.h5-style,
h3.h5-style,
h4.h5-style,
h5.h5-style,
h6.h5-style {
  font-size: 19px;
}


h6,
h1.h6-style,
h2.h6-style,
h3.h6-style,
h4.h6-style,
h5.h6-style,
h6.h6-style {
  font-size: 17px;
}


h1.majortitle,
h2.title, /* Req for Shopify account templates */
h2.majortitle,
h3.majortitle,
h4.majortitle,
h5.majortitle,
h6.majortitle,
.majortitle {
  margin: 10px 0;
}

h1.hometitle,
h2.hometitle,
h3.hometitle,
.hometitle {
  line-height: 1em;
  margin: 10px 0;
}


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

.hidden {
  display: none;
}

/* Lists  */
#pageheader ul,
#pageheader li {
  margin: 0;
  padding: 0;
  display: inline;
}
.about-page-container {
  margin-left: auto;
  margin-right: auto;
  max-width:80%;
}
.page-container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.page-container-career {
  width:40%;
  float:left;
  margin-left:5%;
  margin-right:5%

}
.page-container-career p{
  font-size:20px;
  color:#a3925f;
  margin-top:15px;
  margin-bottom:-7px;
  margin-left:10px;
}

.contact {
  float:right; 	
  width: 35%; /*sup*/
  padding-left: 20px;
  padding-right: 20px;
}

.page-container-contact{
  width:65%; /*sup*/
  float:left;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  /*max-width: 1400px;*/
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.flexslider .container {
  padding-left: 40px;
  padding-right: 40px;
}

#content {
  background: #ffffff;

  

    
    background-repeat:repeat;
    
    

    padding-bottom: 60px;
    }

.template-index #content {
  padding-bottom: 0;
}


/* Header */

#mobile-header {
  display: none;
  text-align: right;
  background: #061225;
  color: #ffffff;
  border-bottom: 1px solid #061225;
  font-size: 15px;
  line-height: 32px;
}

#mobile-header a {
  color: inherit;
}

#mobile-header .mobile-nav-toggle {
  text-transform: uppercase;
  float: left;
  position: relative;
  padding: 0 1em 0 2em;
  color: inherit;
}

#mobile-header .mobile-nav-toggle span {
  position: absolute;
  background: #ffffff;
  left: 0.5em;
  width: 1em;
  height: 3px;
  top: 0;
  margin-top: 9px;
}

#mobile-header .mobile-nav-toggle span:nth-child(1) { top: 5px; }
#mobile-header .mobile-nav-toggle span:nth-child(2) { top: 10px; }

#mobile-nav-return {
  z-index: 7000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 250ms;
}

#main-nav .mobile-features {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#main-nav .mobile-features .mobile-nav-toggle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 200px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transition: opacity 500ms, left 500ms;
}

#main-nav .mobile-features .mobile-search input[type=text] {
  box-sizing: border-box;
  width: 100%;
  border: none;
  height: 40px;
}

#main-nav .mobile-features .mobile-search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
}

#pageheader {
  position: relative;
  background: #061225;
  z-index: 4000; /* Place above slider for live-search dropdown */
}

#pageheader,
#pageheader a {
  color: #ffffff;
}

#pageheader .logo {
  text-align: center;
  padding: 0px 0 25px;
  letter-spacing: 1px;
  margin-top: -20px;
}

#pageheader .logo a {
  color: #061225;
}

#pageheader .logo img {
  vertical-align: top;
}

#pageheader .logo .logotext {
  font-size: 22px;
  line-height: 1em;
}

#pageheader .search-box,
#pageheader .utils {
  position: absolute;
  top: 50%;
}

#pageheader .logo-pos-below .search-box,
#pageheader .logo-pos-below .utils,
#pageheader .logo-pos-above .search-box,
#pageheader .logo-pos-above .utils {
  top: 0;
  margin-top: 0;
}

#pageheader .search-box {
  left: 30px;
  margin-top: -15px;
}

#pageheader .search-box .search-form {
  border: 1px solid transparent;
  position: relative;
  display:inline-block;
  zoom:1;
  *display:inline;
}

#pageheader .search-box.focus .search-form {
  background-color: #fff;
  border-color: #dedede;
}

#pageheader .search-box .search-form i {
  width: 22px;
  height: 22px;
  background: url('//www.truefittandhill.in/cdn/shop/t/95/assets/social_spr_darkgrey.png?v=144876105007968458461747390007') -221px center no-repeat;
    top: 7px;
    left: 2px;
    position: absolute;
    z-index: 1;
    }

#pageheader .search-box.focus .search-form i {
  background-image: url('//www.truefittandhill.in/cdn/shop/t/95/assets/social_spr_darkgrey.png?v=144876105007968458461747390007');
    }

#pageheader .search-box .search-form input[type="text"] {
  border: none;
  background: transparent;
  padding: 11px 10px 11px 26px;
  width: 210px;
  font-size: 12px;
  color: #ffffff;
}

#pageheader .search-box.focus .search-form input[type="text"] {
  color: #666;
}

/* HTML5 input placeholders */
#pageheader .search-box .search-form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #ffffff; 
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

#pageheader .search-box .search-form input[type="submit"] {
  opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 8px;
  background: transparent;
  color: #7d8387;
  border: none;
  width: 20px;
  min-width: 0;
  height: 25px;
  padding: 5px 0;
  line-height: 2px;
  font-size: 100%;
}

#pageheader .search-box.focus .search-form input[type="submit"] {
  opacity: 1;
  filter:alpha(opacity=100);
}

#pageheader .search-box .results-box {
  position: absolute;
  background: #fff;
  color: #333;
  width: 300px;
  /* max-width: 100%; */
  z-index: 5000;
}

#pageheader .search-box .results-box a,
#pageheader .search-box .results-box a:hover {
  color: inherit;
}

#pageheader .search-box .results-box > * {
  display: block;
  padding: 7px 2px;
  margin: 0;
  border-bottom: 1px solid #a3925f;
  border-left: 1px solid #a3925f;
  border-right: 1px solid #a3925f;
  min-height:63px;
  max-height:63px;
  font-size:12px;
      overflow: hidden;
}

#pageheader .search-box .results-box > *:first-child {
  border-top: 1px solid #a3925f;
}

#pageheader .search-box .results-box > *:hover {
}

#pageheader .search-box .results-box .img {
  float: left;
  margin: 4px 10px 0 0;
  width: auto;
  height: 37px;
  text-align: center;
  overflow: hidden;
}

#pageheader .search-box .results-box .img img {
  vertical-align: middle;
  margin-top: -2px;
}

#pageheader .search-box .results-box .load {
  background: url('//www.truefittandhill.in/cdn/shop/t/95/assets/ajax-load.gif?v=62939699503414190391747390007') center center no-repeat;
    text-align: center;
    }

#pageheader .search-box .results-box .note {
  text-align: center;
  background:#061225;
  border: #061225;
  color:#ffffff;
  font-size: 12px;
  
}

#pageheader .utils {
  right: 30px;
  height: 44px;
  line-height: 40px;
  margin-top: -18px;
  
  font-size: 12px;
}

#pageheader .utils .social-links,
#pageheader .utils .cart-summary {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

#pageheader .utils .social-links {
  margin-right: 30px;
}

#pageheader .utils .cart-summary {
  text-align: right;
}

#pageheader .utils .cart-summary .switcher {
  margin-left: 3px;
  display: inline;
  vertical-align: middle;
  position: relative;
}

#pageheader .utils .cart-summary .switcher .selected-currency {
  padding: 4px 5px;
  border: 1px solid #061225;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#pageheader .utils .cart-summary .switcher .switcher-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner {
  margin-top: 1.3em;
  line-height: 1em;
  padding: 8px 20px 6px;
  border: 1px solid #dedede;
  background: #fff;
  color: #444;
  white-space: nowrap;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -5px;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -4px;
}

#pageheader .utils .cart-summary .switcher.show-drop .switcher-drop,
#pageheader .utils .cart-summary .switcher:hover .switcher-drop {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

#pageheader .utils .cart-summary .switcher-drop {
}

#pageheader .utils .cart-summary .button {
  min-width: 0;
  padding: 8px 15px;
  vertical-align: middle;
  color: #ffffff;
}

#pageheader .util-area {
  
  position: relative;
  height: 30px;
  
  margin-top: 10px;
  
  
}

#pageheader .util-area .signup-reveal-area {
  display: inline;
  position: relative;
}

#pageheader .util-area .signup-reveal {
  
  font-size: 12px;
}

#pageheader .util-area .signup-form-cont {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50;
}

#pageheader .util-area .signup-reveal-area.show-drop .signup-form-cont,
#pageheader .util-area .signup-reveal-area:hover .signup-form-cont {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

#pageheader .util-area .signup-form-cont .signup-form {
  margin-top: 1.3em;
}

#pageheader .util-area .signup-form-cont .signup-form:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -5px;
}

#pageheader .util-area .signup-form-cont .signup-form:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -4px;
}

#pageheader .util-area .signup-form {
  background-color: #fff;
  border-color: #dedede;
}

#pageheader .util-area .signup-form * {
  color: #444;
  background: transparent;
}

/* HTML5 input placeholders */
#pageheader .util-area .signup-form input::-webkit-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form input:-moz-placeholder { /* Firefox 18- */
  color: #444;
}

#pageheader .util-area .signup-form input::-moz-placeholder {  /* Firefox 19+ */
  color: #444;
}

#pageheader .util-area .signup-form input:-ms-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form label {
  display: none;
}

/* Nav */
.nav-row {
  text-align: center;
  line-height: 2.5em;
  font-size: 14px;
}

.nav-row .multi-level-nav > div { /* All nav rows regardless of tier */
  padding: 5px 0;
}

.nav-row .tier-1 {
  
}

.nav-row ul {
  margin: 0;

  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row ul li {
  vertical-align: top;
  margin: 0;

  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a {
  padding: 10px 18px;
  white-space: nowrap;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a.expanded,
.nav-row li.active > a {
  color:#a3925f;
}

.nav-row a .exp {
  margin-left: 5px;
  width: 10px;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a.listing-title {
  font-weight: bold;
}

.nav-row .slash {
  padding: 10px 0;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row ul ul {
  display: none;
}

.nav-row ul ul.listed {
  display: block;
  padding-bottom: 10px;
}

.nav-row .tier-1 ul ul.listed {
  display: none;
}

.nav-row ul ul.listed > li {
  display: block;
}

.nav-row ul ul.listed > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1em;
}

.tags.nav-row {
  border-top: 1px solid #a3925f;
  border-bottom: 1px solid #a3925f;
  padding: 15px;
  text-transform: capitalize;
}

.tags .active a {
  color: #e94b3f;
}

.multi-tag-row {
  margin-bottom: 10px;
}

.multi-tag-row .tags.nav-row {
  margin-top: -1px;
}

.multi-tag-row .tags.nav-row.height-hidden {
  display: block;
  height: 0;
  overflow: hidden;
  border: none;
  padding: 0;
}


/* Main nav only */
#main-nav {
  border-bottom: 1px solid #a3925f;
}

#main-nav .multi-level-nav > div {
  border-top: 1px solid #061225;
  background: #f7f4ef;
}

#main-nav .multi-level-nav .tier-1 { background: #f7f4ef; }
#main-nav .multi-level-nav .tier-2 { background: #f7f4ef; }

#main-nav a {
  color: #061225;
}

#main-nav a.expanded,
#main-nav li.active > a,
#main-nav a:hover,
#main-nav .account-links a:hover {
  color: #a3925f;
}

#main-nav .account-links {
  padding: 0 18px;
  color: #ffffff;
  white-space: nowrap;
}

#main-nav .account-links a {
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
}

/* Store messages */
#store-messages {
  
  background: #f7f4ef;
  
}

#store-messages .message {
  position: relative;
  text-align: center;
  padding: 12px 0 16px;
}

#store-messages.messages-2 .message {
  float: left;
  width:49.5%;
}

#store-messages.messages-3 .message {
  float: left;
  width:16.33%;
}

#store-messages .message a {
  display: block;
}

#store-messages .message .title,
#store-messages .message .tagline {
  margin: 0 20px;

}

#store-messages .message .title {
  line-height:1.3em;
  font-size: 15px;
  color: #2e3438;
}

#store-messages .message .tagline {
  font-size: 14px;
  
  display: block;
  line-height:1.4em;
  margin-top:5px;
  color: #a3925f;
}

#store-messages .message .fluff {
  border-left: 1px solid #a3925f;
  width: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 28px;
}

/* Headings above content */
.page-header {
  text-align: center;
  padding: 20px 0 20px;
}

.page-header .pagetitle {
  margin-bottom: 20px;
}

.page-header .user-content {
  text-align: left;
}

.page-header .filters {
  float: left;
  
  font-size: 12px;
  margin: 10px 0;
}

.page-header .social-area {
  float: right;
  
  font-size: 12px;
  margin: 10px 0;
}

.page-header .social-area .rsslink,
.page-header .social-area .social {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.page-header .social-area .rsslink img {
  height: 28px;
  width: 28px;
  margin-left: 10px;
}

.page-header .filters .tags {
  margin-right: 25px;
  white-space: nowrap;
}

.page-header .filters .sort select {
  text-transform: none;
  letter-spacing: 0;
}

/* Pagination */
.pagination-row {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagination {
  
  font-size: 12px;
}

.pagination .pagecount {
  border-left: 1px solid ;
  border-right: 1px solid ;
  padding: 0 5px;
  margin: 0 2px;
}

/* Main footer */
#pagefooter {
  padding: 0 0 50px;
  font-size: 12px;
  
}

#pagefooter .image-links {
  background: #061225;
  padding: 25px 0;
  border-top: 1px solid #a3925f;
}

#pagefooter .image-links .image-link {
  width: 31.4%;
  float: left;
  text-align: center;
}

#pagefooter .image-links .image-link.block-1 {
  margin-left: 1.4%;
}

#pagefooter .image-links .image-link.block-2 {
  margin: 0 1.4%;
}

#pagefooter .image-links .image-link.block-3 {
  margin-right: 1.4%;
}

#pagefooter .image-links .image-link img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

#pagefooter .nav-row {
  background: #061225;
  border-top: 1px solid #a3925f;
  border-bottom: 1px solid #a3925f;
}

#pagefooter .nav-row a {
  color: #ffffff;
}

#pagefooter .lower {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

#pagefooter .copyright {
  margin-top: 30px;
}

#pagefooter .copyright .copy {
  white-space: nowrap;
}

#pagefooter .copyright img {
  vertical-align: middle;
  margin-right: 20px;
}

#pagefooter .interact {
  margin-top: 30px;
}

#pagefooter .interact .social-links {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
}

#pagefooter .social-links ul {
  margin-left:0em;
}

#pagefooter .payment-methods {
  margin-top: 20px;
}

#pagefooter .payment-methods ul {
  margin-left: 0;
}

/* Signup form in header *or* footer */
.signup-form-cont {
  text-align: center;
  clear: both;
  white-space: nowrap;
}

.signup-form {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
}

.signup-form {
  border: 1px solid #a3925f;
  background-color: #ffffff;
}

.signup-form label {
  font-size: 12px;
  line-height: 12px;
  padding: 0 25px;
  border-right: 1px solid #a3925f;
  vertical-align: middle;
  
}

.signup-form input[type="email"] {
  border: none;
  text-align: center;
  font-size: 12px;
}

.signup-form h4 {
  margin: 0.6em 2em;
}

/* Social links */
.social-links li {
  list-style:none;
  display:inline;
}

.social-links a {
  display:inline-block;
  zoom:1;
  *display:inline;
  height: 0;
  text-indent: -999em;
  vertical-align: middle;
  
    width: 22px;
    padding-top: 22px;
    background: url('//www.truefittandhill.in/cdn/shop/t/95/assets/social_spr_darkgrey.png?v=144876105007968458461747390007') 0 0 no-repeat;
      
      }

.social-links a:hover {
  opacity: 0.8;
}

.social-links .facebook a {}
.social-links .linkedin a {}

.social-links .twitter a { background-position: -22px 0; }
.social-links .rss a { background-position: -44px 0; }
.social-links .pinterest a { background-position: -66px 0; }
.social-links .google a { background-position: -88px 0; }
.social-links .instagram a { background-position: -110px 0; }
.social-links .vimeo a { background-position: -132px 0; }
.social-links .youtube a { background-position: -154px 0; }
.social-links .flickr a { background-position: -176px 0; }
.social-links .tumblr a { background-position: -198px 0; }


.multi-tag-row .social {
  text-align: right;
}

.social .socitem {
  vertical-align:top;
  display:inline-block;
  zoom:1;
  *display:inline;
  margin-top:15px;
}
.socitem.pinterestcont {
  margin-top: 10px;
}

.social .socitem.label {
  margin: 13px 10px 0 0;
}

/* Product listing */


.product-block {
  text-align: center;

}

.product-block .block-inner {
  height: 352px;
  position: relative;
}

.product-block .image-cont {
  position: relative;
  max-height: 260px;
  opacity: 0;
  padding-bottom: 92px;
}

.no-js .product-block .image-cont {
  opacity: 1;
}

.product-block .image-cont img {
  max-height: 260px;
  width: auto;
}

.product-block .image-cont .image-link {
  display: block;
  position: relative;
}

.product-block .productlabel {
  position: absolute;
  
  top: 50%;
  margin-top: -15px;
  
  left: 0;
  right: 0;
  text-align: center;
}

.productlabel > span {
  padding: 6px 20px;
  background: #061225;
  color: #ffffff;
  
  font-size: 80%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.productlabel.soldout > span {
  background: #a3925f;
}

.productlabel.general > span {
  background: #061225;
}

.product-block .hover-info {
  position: absolute;
  color: inherit;
  
  
  bottom: -1px;
  left: 0;
  width: 100%;
  
}

.product-block .hover-info .bg {
  background: #f2f2f2;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 1500ms;
  transition: opacity 150ms;
}



.product-block .hover-info > .inner {
  width: 100%;
  
  position: absolute; 
  z-index: 10;
}



.product-block .hover-info > .inner {
  min-height: 82px;
}

.product-block .hover-info .title {
  margin: 0 5px;
  color:#061225;
  font-weight:bold;
}
.product-block .hover-info .title:hover {
  color:#a3925f;
}


.product-block .hover-info > .inner > .innerer {
  
  
}

.ie7 .product-block .hover-info > .inner > .innerer {
  display: block;
}

.product-block .hover-info .reducedfrom {
  font-style: italic;
  opacity: 0.7;
  margin: 0 5px;
  
  display: inline;
  
}

.product-block .hover-info .reducedfrom .amount {
  text-decoration: line-through;
}

.product-block .hover-info .price {
  margin: 0 5px;
}

.product-block .hover-info .price .from {
  font-size: 80%;
}

.product-block.expanded .block-inner:after {
  top: 352px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f2f2f2;
  border-width: 15px;
  left: 50%;
  margin: -9px 0 0 -15px;
}

/* Collection blocks - in style of product block */

.product-block.collection-block .productlabel {
  
  top: 0;
  margin: 0;
  
}

.product-block.collection-block .productlabel > span {
  background: #061225;
  color: #ffffff;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  
}

.product-block.collection-block:hover .productlabel > span {
  background: #a3925f;
}

.product-block.collection-block .productlabel .count {
  text-transform: none;
  font-style: italic;
  display: block;
}

.product-block.collection-block .image-cont {
  padding-bottom: 0;
}

.collection-slider-row.is-showing-collections {
  
}

.collection-slider-row.is-showing-collections .collection-listing {
  height: 310px;
}

/* Search results */
.product-block.page-block {
}

.product-block.page-block .block-inner {
  border: 1px solid #000;
  
  width: 300px;
  
  overflow: hidden;
}

.product-block.page-block .block-inner .text-cont {
  padding: 20px;
  overflow: hidden;
  text-align: left;
}

/* Placeholder blocks for layout */
.product-block.placeholder {
  border: none !important;
  height: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  
  display: none;
  
}

/* Product detail */
.product-detail .gallery {
  position: relative;
}

.product-detail .gallery img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
}

.product-detail .gallery .main-image {
  margin: 0 0 20px 0;
  text-align: center;
}


.product-detail .gallery .thumbnails img {
  max-width: 75px;
  display:none;
}


.product-detail .detail {
  text-align: left;
  position: relative;
}

.product-detail .detail .title {
  margin: 0 0 0.5em;
}

.product-detail .detail .price {
}

.product-detail .detail .price .was-price {
  font-size: 15px;
  margin-right: 15px;
  text-decoration: line-through;
}

.product-detail .detail .productlabel {
  position: static;
  float: right;
  margin: 0 0 10px 10px;
}

.product-detail .detail .description {
  margin: 25px 0;
}

.product-detail .description {
  clear: both;
}

.product-detail .product-form .input-row {
  margin: 20px 0;
  clear: both;
}

.product-detail .product-form .input-row input[type="submit"] {
  text-transform: uppercase !important;
}

.product-detail .product-form .input-row label {
  float: left;
  width: 100px;
  margin-bottom: 25px;
}

.product-detail .product-form .input-row label.singleopt {
  float: none;
  width: auto;
}

.product-detail .product-form .input-row label[for="quantity"] {
  margin-top: 8px;
}

.product-detail .product-form .input-row .selector-wrapper {
  clear: both;
}

.product-detail .product-form .input-row .inline-option .selector-wrapper {
  clear: none;
  display: inline;
}

.product-detail .product-form .input-row select {
  min-width: 70px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 4px;
  border: 1px solid #a3925f;
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button; /*sup*/
  appearance: menulist-button; /*sup*/
  background: transparent;
  border-radius: 0px;
}

/* Slide-out product detail, i.e. home, collection */

.collection-listing .product-detail {
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
  line-height: 1.6em;
}

.collection-listing .product-detail .inner {
  padding: 50px 90px;
}

.collection-listing-stream .product-detail .gallery .thumbnails,
.collection-listing .product-detail .gallery .thumbnails {
  position: static; 
  display:none;
}

.collection-listing-stream .product-detail .gallery .thumbnails > *,
.collection-listing .product-detail .gallery .thumbnails > * {
  display: inline;
  margin: 0;
}

.collection-listing-stream .product-detail .gallery .thumbnails .active span,
.collection-listing .product-detail .gallery .thumbnails .active span {
  text-decoration: underline;
}

.collection-listing .product-detail,
.collection-listing .product-detail .title,
.collection-listing .product-detail .title a,
.collection-listing .product-detail h1.majortitle,
.collection-listing .product-detail h2,
.collection-listing .product-detail h3,
.collection-listing .product-detail h4,
.collection-listing .product-detail h5,
.collection-listing .product-detail h6 {
  color: #061225;
}

.collection-listing .product-detail a {
  color: #a3925f;
}

.collection-listing .product-detail a.button {
  background-color: #a3925f;
  color: #fff;
}

.collection-listing .product-detail a.button:hover {
  background-color: #a3925f;
}

.collection-listing .product-detail .gallery .main-image,
.collection-listing-stream .product-detail .gallery .main-image {
  margin-right: 0;
}

.product-detail .close-detail {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent url('//www.truefittandhill.in/cdn/shop/t/95/assets/close-bg-dark.png?v=65168528858547573881747390007') center center no-repeat;
    text-indent: -999em;
    width: 40px;
    height: 40px;
    padding: 10px;
    }

/* Collection slider specific */
.collection-slider-row {
  padding-top: 40px;
}







.collection-slider .collection-listing {
  overflow: hidden;
  position: relative;
  /* height: 402px;*/
/*   height: 280px !important;   */
}

.collection-slider .collection-listing .product-block {
  height: auto;
  padding: 10px 10px 20px;
  position: relative;
}

.collection-slider .collection-listing .product-block .block-inner {
  height: auto;
  position: static;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont {
  max-height: none;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont img {
  max-height: 280px;
}

.collection-slider .collection-listing .product-block .product-detail {
  display: none;
}

.collection-slider-row .collection-listing .product-detail {
  position: relative;
  height: auto;
  margin-top: 0;
}

.collection-slider .product-block.expanded .block-inner:after {
  top: auto;
  bottom: 0;
  z-index: 10;
}

/* Collection page specific */
.collection-listing {
  text-align: center;
  line-height: 0;
}

.collection-listing .product-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 352px;
  
  padding: 10px 25px;
  vertical-align: top;
  line-height: 1.6em;
}

.collection-listing .product-block .image-cont img {
  max-height: 260px;
  vertical-align: top;
}

.collection-listing .product-detail {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: 20px;
  z-index:9;
}


.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 250px auto;
  background: #7e7e6e;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
  color: white;
  padding: 10px 40px;
  margin-bottom: 0;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}



/* Collection page stream-mode! */
.collection-listing-stream .block-inner {
  display: none;
}

.collection-listing-stream .product-detail {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #a3925f;
}

.collection-listing-stream .product-block:first-child .product-detail {
  border-top: none;
}

.collection-listing-stream .product-detail .close-detail {
  display: none;
}

/* View All under title on homepage */
.view-all {
  text-align: center;
  font-size: 80%;
  line-height: 1em;
  
  margin: 10px 0 20px;
}

.view-all > * {
  vertical-align: middle;
}

.view-all .prev,
.view-all .next {
  margin: 0 40px;
  font-size: 140%;
}

.collection-slider .has-paging .prev,
.collection-slider .has-paging .next {
  font-size: 80%;
  margin: 0 30px;
  vertical-align: top;
}

.collection-slider.no-pages .prev,
.collection-slider.no-pages .next {
  display: none;
}

/* Collection page items */
.view-as {
  white-space: nowrap;
  display: inline-block;
}

.view-as-label {
  
}

#view-as-tiles,
#view-as-stream {
  padding-left: 25px;
  position: relative;
  margin-left: 15px;
}

#view-as-tiles div,
#view-as-stream div {
  background: #061225;
  position: absolute;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

#view-as-tiles.active,
#view-as-stream.active {
  color: #a3925f;
}

#view-as-tiles.active div,
#view-as-stream.active div {
  background: #a3925f;
  position: absolute;
}

#view-as-tiles:hover div,
#view-as-stream:hover div {
  background: #a3925f;
}

#view-as-tiles div {
  height: 6px;
  width: 6px;
}

#view-as-tiles .fluff1 { left: 0; top: 0; }
#view-as-tiles .fluff2 { left: 8px; top: 0; }
#view-as-tiles .fluff3 { left: 0; top: 8px; }
#view-as-tiles .fluff4 { left: 8px; top: 8px; }

#view-as-stream .fluff {
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
}

/* Blog / articles */
.article-list .article {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #a3925f;
}

.article-list .article:first-child {
  border-top: none;
  padding-top: 20px;
}

.article .container,
#comments.container {
  max-width: 1200px;
}

.article .continue-reading {
  letter-spacing: normal;
  margin-bottom: 1em;
}

.article .meta {
  font-style: italic;
  letter-spacing: normal;
}

.article .meta .time {
  display: block;
  opacity: 0.9;
}

.article .meta .tags .label {
  color: #061225;
}

.article .meta .tags a {
  opacity: 0.9;
  color: inherit;
}

.article .meta .tags a:hover {
  color:#a3925f;
}

.user-content {
  letter-spacing: normal;
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h5,
.user-content h6 {
  letter-spacing: 1px;
  margin: 1em 0 5px;
}

.user-content a {
  /*text-decoration: underline;*/
}

.user-content iframe {
  max-width: 100%;
}

/* Meta info */
.meta .iconmeta {
  background: url('//www.truefittandhill.in/cdn/shop/t/95/assets/meta_icons_white.png?v=22737193245060493621747390007') no-repeat 0 0;
    padding-left: 25px;
    margin-right: 10px;
    line-height: 1.4em;
    height: 20px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    }

.meta .iconmeta a {
  white-space: nowrap;
}

.meta .iconmeta.time {
  background-position: 0 -162px;
}

.meta .iconmeta.tags {
  background-position: 0 -80px;
}

/* Cart */

#cartform .divider {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a3925f;
}

#cartform .item-list {
  margin: 10px 0 40px;
}

#cartform .item {
  clear:both;
  list-style:none;
  position:relative;
  border-top: 1px solid #a3925f;
  padding: 10px 0;
}

#cartform .item:first-child {
  border-top: none;
}

#cartform .item a.remove {
  position: absolute;
  top: 45px;
  right: 5%;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#cartform .item .image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 4% 0 5%;
  float: left;
}

#cartform .item .image img {
  vertical-align: middle;
}

#cartform .item .desc {
  overflow: hidden;
  margin: 40px 50% 0 0;
}

#cartform .item .desc .name {
  display: block;
}

#cartform .item .quantity {
  position: absolute;
  top: 40px;
  right: 30%;
  width: 130px;
}

#cartform .item .quantity input {
  width: 34px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cartform .item .line-total {
  margin-top: 5px;
  position: absolute;
  top: 40px;
  right: 10%;
  width: 90px;
  text-align: right;
}

#cartform .checkout-note {
}

#cartform .checkout-note textarea {
  width: 370px;
  max-width: 90%;
  margin-top: 10px;
}

#cartform .totals-area {
  text-align: center;
}

#cartform .totals-area .checkout-col {
  float: right;
  max-width: 360px;
}

#cartform .totals-area .subtotal {
  margin: 0 0 40px;
}

#cartform .totals-area .checkout-buttons {
  margin: 0 0 40px;
}

#cartform .termsagreement {
  margin-bottom: 5px;
}

#cartform .termsagreement label {
  vertical-align:middle;
}

#additional-checkout-buttons input {
  background: none;
  border: none;
  height: auto;
}

#cartform #shipping-calculator {
}

#cartform #shipping-calculator .inputrow {
  float: left;
  clear: none;
  width: 20%;
  padding: 0 30px 20px 0;
}

#cartform #shipping-calculator .inputrow label {
  display: block;
  float: none;
  margin: 0 0 10px 0;
}

#cartform #shipping-calculator .inputrow.ziprow {
  width: auto;
  overflow: hidden;
  padding-right: 0;
}

#cartform #shipping-calculator .inputrow.ziprow input {
  width: auto;
}

#cartform #shipping-calculator .inputrow.ziprow #address_zip {
  width: 120px;
  margin-right: 20px;
}

#cartform #shipping-calculator #wrapper-response {
  padding: 20px 0;
  clear: both;
}

/** Forms **/

#template { /* All default Shopify form templates start with #template */
  text-align: center;
}

#template .template_header {
  margin: 40px 0;
}

#template button,
#template input {
  width: 362px;
  text-align: center;
}

#template textarea {
  width: 362px;
}

#template label {
  
  font-size: 85%;
}

#template .action_bottom {
  margin-top: 27px;
}

#template .note {
  display: block;
}

#template .errors {
  margin: 10px 25px;
  font-style: italic;
}

#template .errors li {
  list-style: none;
}

.jsforms #template .large_form {
  position: relative;
  margin-top: -1px;
}

.jsforms #template .large_form label {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  padding: 0 20px;
}

#template.lefty-form {
  text-align: left;
}

#template.lefty-form input[type="text"],
#template.lefty-form input[type="email"],
#template.lefty-form textarea {
  text-align: left;
}

#template.righty-form {
  text-align: center;
}

#template.righty-form input[type="text"],
#template.righty-form input[type="email"],
#template.righty-form textarea,
#template.righty-form input[type="submit"] {
  text-align: center;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}

#address_tables {
  margin-top: 40px;
}

#admin_header {
  margin: 20px 0 40px;
}

#admin_header .title {
  text-align: center;
}

#admin_header .action_return {
  margin-bottom: 20px;
}

#customer_sidebar {
  float: left;
  width: 33%;
}

#customer_detail .address p,
.address_table .view_address p,
#order_address .address p {
  margin-bottom: 0;
}

#customer_orders {
  float: right;
  width: 60%;
}

#order_address {
  margin-top: 10px;
}

#order_address #order_payment {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}

#order_address #order_shipping {
  float: right;
  width: 48%;
  margin-bottom: 20px;
}

#order_details {
  clear: both;
  width: 100%;
}

#comments .comment {
  padding-top: 20px;
  border-top: 1px solid #a3925f;
}

#comments .comment.first {
  border-top: 0;
}

#comments .comment .gravatar {
  float: left;
}

#comments .comment .detail {
  margin-left: 100px;
}

.payment-methods li {
  margin-left:5px;
  padding-top:32px;
  height:0;
  width:53px;
  overflow:hidden;
  background:url('//www.truefittandhill.in/cdn/shop/t/95/assets/payment_spr_grey.png?v=165306067436778412271747390007');
    display: inline-block;
    zoom:1;
    *display:inline;
    }

.payment-methods li.pay-paypal {
  background-position: -5px 0;
}
.payment-methods li.pay-visa {
  background-position: -78px 0;
  width: 44px;
}
.payment-methods li.pay-mastercard {
  background-position: -137px 0;
  width:40px;
}
.payment-methods li.pay-amex {
  background-position: -192px 0;
  width: 36px;
}
.payment-methods li.pay-discover {
  background-position: -239px 0;
  width:54px;
}
.payment-methods li.pay-cirrus {
  background-position: -305px 0;
  width: 42px;
}
.payment-methods li.pay-maestro {
  background-position: -363px 0;
  width: 42px;
}
.payment-methods li.pay-google-wallet {
  background-position: -419px 0;
  width: 101px;
}
.payment-methods li.pay-dankort {
  background-position: -525px 0;
  width: 50px;
}
.payment-methods li.pay-jcb {
  background-position: -595px 0;
  width: 38px;
}
.payment-methods li.pay-diners {
  background-position: -650px 0;
  width: 36px;
}

.payment-methods li.pay-bitcoin {
  background-position: -697px 0;
  width: 34px;
}

ul.taglist {
  margin:0;
}

ul.taglist li {
  display:inline;
  white-space: nowrap;
}

table.noborders,
table.noborders tr,
table.noborders th,
table.noborders td {
  border:0;
}

.simple-popup {
  position: absolute;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid #a3925f;
  color: #ffffff;
  background: #061225;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align:center;
}

/* quick hacks for Facebook button */
.fb_iframe_widget > span { vertical-align: baseline!important; }

.fb_iframe_widget iframe {
  max-width:none;
}

/* Overlays over slider and ad on homepage */
.slide .overlay-text {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  text-align: center;
}

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

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

.slide .overlay-text .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.slide .overlay-text .text {
  font-size: 50px;
  line-height: 1px;
  margin: 0;
  display: table-cell;
  vertical-align: middle; 
}

.slide .overlay-text .text1 {
  font-size: 20px;
  line-height: 1px;
  margin: 0;
  display: block;
  position: absolute;
  top: 65%;
  left: 63%;
  right: 63%;
}

.ie7 .slide .overlay-text .text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.slideshow {
  
}

.slideshow .overlay-text .button {
  background: ;
  border-color: ;
  color: #ffffff;
}

.slideshow .slide .overlay-text .text span {
  line-height: 1.2em;
  color: #ffffff;
  
  background: #000000;
  
  padding: 5px 10px;
  display: inline-block;
  zoom:1;
  *display:inline;
}

/* Full width ad only */
.full-width-image {
  display: block;
  position: relative;
  background-image: url(//www.truefittandhill.in/cdn/shop/t/95/assets/home_ad_1.jpg?v=68988189761893216121747390007);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 530px;
  margin-top:50px;
  margin-bottom:0px;
}

.ad-bg-full-width {

}

.half-width-image {
  background:#a3925f;
  width:50%;
  height:320px;
  float:left;
  text-align:center;
  margin-bottom:80px;
}
.half-width-image-2 {
  background:#061225;
  width:50%;
  height:320px;
  float:left;
  text-align:center;
  margin-bottom:80px;
}

<!--.callout-first-box {
background-size: 75%;
background-position: center;
background-repeat: no-repeat;
}
.callout-second-box {
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}-->

.callout-first-box
{
  background-repeat: no-repeat;
  background-image: url(/cdn/shop/files/razor_illustration.png?11346637539960657618);
  background-size: 14rem;
  background-position: center bottom;
}

.callout-second-box
{
  background-repeat: no-repeat;
  background-image: url(/cdn/shop/files/scissors_illustration.png?11346637539960657618);
  background-size: 27rem;
  background-position: center;
}

.full-width-ht {
  background:#ffffff;
  width:100%;
  float:left;
  text-align:center;
}
.full-width-ht img{
  padding-top:70px;
}

.full-width-ht p{
  color:#ffffff;
  text-align:center;
  padding-top:7px;
}
.full-width-ht a{
  color:#ffffff;
  text-align:center;
}
.ad_button {
  padding:10px 35px 10px 35px;
  background:none;
  text-align:center;
  border: 1px solid #ffffff;
  border-radius:5px;
  font-size:14px;
  color:#ffffff;
  float:center;

}
.ad_button:hover {
  background:#ffffff;
  color:#a3925f;
}

.ad_button1{
  padding:15px 45px 15px 45px;
  background:none;
  text-align:center;
  border: 1px solid #a3925f;
  border-radius:5px;
  font-size:14px;
  color:#a3925f !important;
  float:center;

}
.ad_button1:hover {
  background:#a3925f;
  color:#ffffff !important;
}
.full-width-image h1 a{
  color:#ffffff;
}

.full-width-image .img-cont {
  display: block;
  position: relative;
}

/*.full-width-image img {
width: 100%;
height: auto;
vertical-align: top;
}*/

.full-width-image .overlay-text,
.full-width-image h1 span {
  color: #a3925f;
}

.full-width-image h1 span p{
  color: #a3925f; 
  max-width:750px;
}
.slide.full-width-image .overlay-text .text {
  font-size: 50px;
}

.slide.full-width-image .overlay-text .text span {
  line-height: 1.2em;

  padding: 5px 10px;
  vertical-align: middle;
  display: inline-block;
  zoom:1;
  *display:inline;
}

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

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

a .state {
  display: inline-block;
  zoom:1;
  *display:inline;
  width: 1em;
  text-align: center;
}

/* Content and content layouts */

.spaced-row {
  margin-bottom: 40px;
}

.padded-row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.strongly-padded-row {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content img,
.content iframe,
.content embed,
.content object {
  max-width: 100%;
  height: auto;
}

.layout-column-half-left {
  float: left;
  width: 45%;
}

.layout-column-half-right {
  float: right;
  width: 45%;
}

.layout-content-with-image-left .image-cont,
.layout-content-with-image-right .image-cont {
  display: inline-block;
  zoom:1;
  *display:inline;

  width: 33%;
  text-align: center;
  vertical-align: middle;
}

.layout-content-with-image-left .content,
.layout-content-with-image-right .content {
  display: inline-block;
  zoom:1;
  *display:inline;

  width: 60%;
  margin-right: 5%;
  vertical-align: middle;
}

.layout-content-with-image-left .content {
  margin-left: 5%;
  margin-right: 0;
}

.layout {
  position: relative;
}

.layout .col-third {
  float: left;
  width: 30%;
  margin-left: 5%;
}

.layout .col-third.left {
  margin-left: 0;
}

.layout .col-third.right {
  float: right;
  margin-left: 0;
}

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

/* Just-added-to-cart summary */
#cart-summary-overlay {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #ffffff;
  border-bottom: 1px solid #a3925f;
  
  font-size: 80%;
}

#cart-summary-overlay .item {
  float: left;
  width: 50%;
  padding-left: 20px;
}

#cart-summary-overlay .item .cols {
  margin-top: 10px;
}

#cart-summary-overlay .item .img {
  float: left;
  width: 95px;
}

#cart-summary-overlay .item .info,
#cart-summary-overlay .item .detail {
  float: left;
  width: 190px;
  margin-left: 10px;
}

#cart-summary-overlay img {
  max-height: 70px;
  max-width: 100%;
}

#cart-summary-overlay .cart {
  float: right;
  width: 40%;
  text-align: right;
  padding-right: 20px;
}

#cart-summary-overlay .cart .cart-text {
  margin: 15px 0 10px;
  font-style: italic;
  text-transform: none;
}

#cart-summary-overlay #shop-more,
#cart-summary-overlay .button {
  margin-left: 10px;
}

.scaled-text {
  transition: font-size 300ms;
  font-size: 12px !important;
}

/*
* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-direction-nav {height:0;}
.flex-direction-nav li {list-style:none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider { width: 100%; margin: 0; padding: 0; overflow: hidden; }
.flexslider .slides > li {display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; margin: 0 auto; width: 100%; }/* stretch image */
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {overflow:hidden; zoom: 1; margin: 0;}
.flexslider .slides > li {position: relative; overflow:hidden;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Control Nav */
.flex-control-nav {
  text-align:center;
  margin-top: -25px;
  position: relative;
}
.flex-control-nav li {
  display:inline;
}
.flex-active
{
  background:#777 !important;
}

.flex-control-nav li a {
  text-indent:-9999em;
  width:15px;
  height:15px;
  background:#fff;
  border:2px solid #777;
  margin:3px;
  display:inline-block;
  zoom:1;
  *display:inline;
  cursor:pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 

  -moz-transition: background-color 250ms linear;
  -webkit-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.flex-control-nav li a.active {
  background:#fff;
}

.flexslider .flex-control-nav {
}

.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}

.flexslider .flex-direction-nav a {
  /*background: transparent url('//www.truefittandhill.in/cdn/shop/t/95/assets/flexslider-leftright.png?v=144327401011922793751747390007') left top no-repeat;
  */width: 59px;
  height: 74px;
  top: 50%;
  margin-top: -37px;
  z-index: 3000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border: 0!important;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.flexslider .flex-direction-nav a.flex-prev {
  left: 10px;
}

.flexslider .flex-direction-nav a.flex-next {
  right: 10px;
  background-position: 100% top;
}

.flexslider:hover .flex-direction-nav a.flex-prev:hover,
.flexslider:hover .flex-direction-nav a.flex-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.flexslider .slides > li { list-style: none; }

.mum1
{
  width: 99% !important;
}

.mum2
{
  width: 99% !important;
}
.mum3
{
  width: 87% !important;
}
.mum4
{
  width: 87% !important;
}
.mum5
{
  width: 87% !important;
}
.mum6
{
  width: 87% !important;
}
.mum7
{
  width: 87% !important;
}
.mum8
{
  width: 87% !important;
}

.hm-new-media
{
  width:92% !important;
}

.main-headline
{
  font-weight: normal; 
  line-height: 40px;
  color: #a3925f;
  font-size: 2rem;
  letter-spacing: .4rem;
}

.banner_logo
{
  width: 69px;
  /*margin-top: -30px; */
  margin-bottom: 25px;
}

.main_content
{
  font-size: 15px; 
  font-weight: normal; 
  line-height: 1.6; 
  margin-top: 0px; 
  margin-bottom: 30px;

}

.margintop-buffer{
  margin-top: 50px;
  text-align: center;
}

.press-coverage-align{
  display: inline-block;
}

/* Animations */
@-webkit-keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }

  1% {
    margin-left:0;
    opacity:0;
    -webkit-transform:scale(0.98) translateY(-15px);
  }

  80% { -webkit-transform:scale(1); }

  100% { -webkit-transform:translateY(0); }
}

@keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }

  1% {
    margin-left:0;
    opacity:0;
    transform:scale(0.98) translateY(-15px); }
  80% { transform:scale(1); }
  100% { transform:translateY(0); }
}

#page-cols-grid {
  width: 21%;
  float: left;
  margin:5px 2%;
  text-align:center;
}
#page-cols-grid img{
  max-width: 100%;
  text-align:center;
  margin-top:15px;
}
#page-cols-grid h6{
  margin-top:10px;
}
#grid-wrapper {
  width: 50%;
  float: left;
}
#page-cols-grid2 {
  width: 46%;
  float: left;
  margin:5px 1%;
  padding: 0px 1%;
  text-align:left;
}
#page-cols-grid2 h3{
  margin-top:15px;
  text-align:left;
}
#page-cols-grid2 span{
  width:100%;
  font-style:italic;
  text-align:left;
  margin-top:-10px;
}
#page-cols-grid2 p{
  text-align:left;
  margin-top:20px;
}
#page-cols-grid3 {
  width: 73%;
  float: left;
  margin:5px 1%;
  text-align:left;
}
#page-cols-grid3 h3{
  margin-top:15px;
  text-align:left;
}
#page-cols-grid3 span{
  width:100%;
  font-style:italic;
  text-align:left;
  margin-top:-10px;
}
#page-cols-grid3 p{
  text-align:left;
  margin-top:20px;
}
#page-cols-grid4 {
  width: 46%;
  float: left;
  margin:5px 1%;
  padding: 0px 1%;
  text-align:left;
}
#page-cols-grid4 img{
  width: 100%;
  text-align:center;
  margin-top:15px;
}


.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-features .compact
{
  background: #a3925f;
}

.button-align
{
  position: absolute;
  bottom: 50px;
  right: 40%;
}

/* Sup add*/

#franchise-send-button-wrapper{
  clear: both;
  float: none;
  margin: 0 auto;
}

.swym-button-bar .swym-btn-container .swym-button:after {
  line-height: 45px !important;
}

.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext{
  font-size: 12px !important;
  height: 42px !important;
  margin-top: 10px !important;
  line-height: 12px !important;
}
.swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icontext:after{
  font-size: 16px !important;
}
.swym-btn-container[data-position=default] .swym-button .swym-tooltip{
  display: none !important;
}
.swym-add-to-wishlist:hover{
  background: #a3925f !important;
}
.cod-text{
  font-size: 12px;
}

.page-container-contact .contact-us-tnh p {
  margin: 0;
}

.quick-inq-btn{
  padding:  15px 0 !important;
}

#template input[type="submit"]{
  width: 180px;
  transition: all 0.5s ease;
}

.form-all{
  width: 100% !important;
}


@media screen and (min-width: 480px)

.supernova .form-all {
    border: 1px solid #e6e6e6;
    box-shadow: none ! important;
}



.franchise-heading-resp{

  color: #061225;
  font-weight: normal;
  line-height: 1.2em;
  width: 394px;
  height: 1.2em;
  margin: 20px auto 10px auto;
  text-align: left;

}

#tabs13 select {
  min-width: 300px;
  width: 30%;
  margin: 40px auto 0;
  height: 30px;
  overflow: hidden;
  background: url(/cdn/shop/t/2/assets/arrow_selectbox.png?8639728367537706799) no-repeat right #f9f9f9;
  padding: 0px 0px 0px 5px;
  border: 1px solid #d1d3d4;
  color: #999999;
  cursor: default;
  line-height: 25px;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /*sup*/
}

.store-content-wrapper{
  text-align: center;
}

/* #template-contact {
text-align: center;
}
*/

#template-contact button, #template-contact input {
  width: 362px;
  text-align: left;
}

.jsforms #template-contact .large_form {
  position: relative;
  margin-top: -1px;
}

.jsforms #template-contact .large_form label {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  padding: 0 20px;
}
#template-contact label{
  font-size: 85%;
}
#template-contact .action_bottom {
  margin-top: 27px;
}
#template-contact input[type="submit"] {
  width: 180px;
  text-align: center;
  transition: all 0.5s ease;
}
#template-contact textarea{
  width: 362px;  
}
.page-container-contact .container-fluid {
  padding: 0;
}

.cologne-sitemap{
  color: #7d8387;
}

.cologne-sitemap:hover{
  color: #a3925f;
}

.scrolloff{
  pointer-events: none;
}

.testimonial-row{
  margin-top: 50px;
}

.testimonial-page-wrapper{

  margin-top:20px;
}

.page-container-career-form ul li{
  list-style: none;
}

.page-container-career-form input, .page-container-career-form textarea{
  width: 362px;
  font-size: 14px;
}
.page-container-career-form{
  width: 40%;
  float: left;
  margin-left: 5%;
  margin-right: 5%;

}
.job-div{
  margin-top: 26px;
}

.coming-soon-store{
  text-align: center;
  padding-top: 30px;

}

h3.coming{
  color: #a3925f!important;

}

.colors h6 {
  margin: 0 0 5px;
}

.colors img {
  margin-bottom: 20px;
}

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

/* Responsive styles */

/* 
* This media query is specifically for shunting logo onto its own line
* before search/social icons overlap.
*/


@media only screen and (min-width: 1500px){
  .collection-slider .collection-listing .product-block{
    width:20%;
  }
}

@media only screen and (max-width: 1040px)
{
  .button-align {
    position: absolute;
    bottom: 30px;
    right: 35%;
  }
}

@media only screen and (max-width: 959px) {
  /* Sit search/socials on different level to logo */
  #pageheader .logo {
    clear: both; /* avoid social icons interfering */
  }

  #pageheader .util-area {
    margin-left: 30px;
    margin-right: 30px;
    height: auto;
  }

  #pageheader .search-box,
  #pageheader .utils {
    position: static;
    float: right;
    margin: 10px 0;
    height: auto;
  }

  #pageheader .search-box {
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
}
/* Roughly tablet size */
@media only screen and (max-width: 959px) {
  .layout .col-third {
    float: none;
    width: auto;
    margin-left: 0;
  }

  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }

  #customer_sidebar,
  #customer_orders,
  #order_address #order_payment,
  #order_address #order_shipping {
    float: none;
    display: block;
    width: auto;
    margin: 20px 0;
  }

  .nav-row a {
    padding-left: 14px;
    padding-right: 14px;
  }

  #cartform .item .desc {
    margin-right: 43%;
  }

  #cartform .item .quantity {
    right: 23%;
  }

  #cartform #shipping-calculator .inputrow {
    width: auto;
    max-width: 100%;
    padding-right: 0;
  }

  #cartform #shipping-calculator .inputrow input {
    margin-bottom: 20px;
  }

  #template button,
  #template input,
  #template textarea {
    width: 332px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #pageheader .logo-pos-above .signup-form label {
    display: none;
  }
}
/* Phone sizes typically start here */
@media (min-width: 991px)
{
  .desktop-show1
  {
    display:block;
  }
  .mobile-show1
  {
    display:none;
  }
}
@media only screen and (max-width: 991px)
{
  .button-align {
    bottom: 20px;
    right: 42%;
  }
  .desktop-show1
  {
    display:none;
  }
  .mobile-show1
  {
    display:block;
    margin-top: -4px;
  }
  /*     .right-contact-us{
  margin-top: 20px;
} */
  /*sup add 991*/
  .page-container-contact{
    width: 100%;
  }
  .contact{
    width: 100%;
    margin-top: 20px;
  }
  #template-contact{
    padding: 0 15px;
  }
  .page-container-contact .container-fluid {
    padding: 0 15px;
  }
  .testimonial-content{
    text-align: center;
  }
  .testimonial-img img{
    margin: 0 auto
  }
  .page-container-career-form{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .page-container-career-form ul{
    margin-left: 0;
  }

}

@media only screen and (max-width: 767px) {
  #search-form{
    text-align: center;
  }


  .layout-content-with-image-right .user-content{
    margin-bottom: -50px !important;
  }


  .layout-content-with-image-right .image-cont{
    display: none !important;
  }


  .nir-row{
    text-align: center;
    margin-left: 15%;
    width: 100%;
  }

  .half-width-image {
    /*background:#a3925f;*/
    width:100%;
    height:320px;
    float:left;
    text-align:center;
    margin-bottom:0px;
  }
  .half-width-image-2 {
    /*background:#061225;*/
    width:100%;
    height:320px;
    float:left;
    text-align:center;
    margin-bottom:80px;
  }
  /* General layout */
  .container {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .page-container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact {
    width: 100%;
    padding: 0 20px;
  }
  .right-contact-us{
    margin-top: 20px;
  }

  .page-container-contact{
    width:90%;
    float:left;
    padding-left: 20px;
    padding-right: 0px;
    text-align: center;
  }
  #template-contact button, #template-contact input{
    text-align: center;
  }

  .strongly-padded-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .layout-column-half-left,
  .layout-column-half-right {
    float: none;
    width: auto;
  }

  .layout-column-half-left {
    margin-bottom: 40px;
  }

  .layout-content-with-image-left .content,
  .layout-content-with-image-left .image-cont,
  .layout-content-with-image-right .content,
  .layout-content-with-image-right .image-cont {
    display: block;
    width: auto;
    margin: 20px 0;
    text-align: center;
  }

  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
    width: auto;
    margin-left: 0;
  }

  #template.lefty-form {
    text-align: center;
  }

  .nav-row a {
    padding-left: 10px;
    padding-right: 10px;
  }

  

  #store-messages.messages-2 .message,
  #store-messages.messages-3 .message {
    float: none;
    width: auto;
  }

  #store-messages .message .fluff {
    display: none;
  }

  .page-header .filters {
    float: none;
  }

  .page-header .filters .tags {
    margin: 0 13px;
  }

  .page-header .filters .view-as {
    display: none;
  }

  .page-header .social-area {
    margin-top: 20px;
    float: none;
  }

  /* full-width images should keep a fixed height and crop to the side */

  #content .slide .overlay-text .button {
    display: none;
  }

  .flexslider .flex-direction-nav a {
    display: none;
  }

  .collection-slider .has-paging {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

  .collection-slider .has-paging .prev,
  .collection-slider .has-paging .next {
    position: absolute;
    left: 10px;
    top: 0px;
    margin: 0;
  }

  .collection-slider .has-paging .next {
    left: auto;
    right: 10px;
  }

  .collection-listing .product-block {
    /*     height: auto;  sup*/
    width: 47%;
    padding-left: 1%;
    padding-right: 1%;
    min-width: 0;
    height:  302px;
  }

  .collection-slider .collection-listing .product-block {
    max-width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .collection-listing .product-block .image-cont,
  .collection-slider .collection-listing .product-block .image-cont {
    height: auto;
    max-height: none;
    padding-bottom: 0;
  }

  .collection-listing .product-block img,
  .collection-slider .collection-listing .product-block img {
    max-height: none;
    max-width: 100%;
    height: auto;
  }

  .product-block.page-block .block-inner {
    width: auto;
  }

  .collection-listing .product-detail .inner {
    padding: 100px 40px 50px 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-block .block-inner {
    height: auto;
  }

  .product-block .block-inner .image-cont img {
    max-height: none;
  }

  /*TODO only if hover shows under */
  
  .product-block .hover-info {
    position: static;
    display: block;
    padding-top: 10px;
  }
  .product-block .hover-info > .inner {
    min-height: 0;
  }
  

  .product-block .hover-info .title {
    min-height: 0;
  }

  #cartform .item .image {
    margin-left: 0;
    width: 75px;
  }

  #cartform .item .desc {
    margin-right: 50px;
  }

  #cartform .item .quantotal {
    position: relative;
    clear: both;
    padding-top: 20px;
  }

  #cartform .item .quantity {
    position: static;
    float: left;
  }

  #cartform .item .line-total {
    position: static;
    float: right;
  }

  #cartform .item a.remove {
    right: 0;
    top: 35px;
    padding: 10px;
  }

  #cartform .totals-area .checkout-col {
    float: none;
    max-width: none;
  }
  #template-contact {
    text-align: center;
  }

  #template-contact textarea{
    text-align: center;
  }
  /*sup add 767*/
  .testimonial-content{
    text-align: center;
  }
  .testimonial-img img{
    margin: 50px auto 0 auto;
  }
  .testimonial-row{
    margin-top: 0;
  }
  .name-form, .email-form{
    float: none;
  }
  .message-form{
    clear: both;
  }
  #template-contact .message-form textarea{
    height: 120px;
    width: 362px;
  }
  .job-div ul{ 
    max-width: 230px;
    width: 90%;
    margin: 1em auto;
  }
  .job-div h4{
    max-width: 360px;
    width: 90%;
    margin: 0 auto;
  }
  .job-div p {
    max-width: 260px;
    width: 90%;
    margin: 1em auto;
  }
  .page-container-career-form{
    text-align: center;
  }
  .page-container-career-form #input_8 {
    display: initial;
  }

  .spr-header-title, .spr-summary{
    text-align: left!important;
  }

}

@media only screen and (max-width: 480px){
  .spr-header-title, .spr-summary{
    text-align: left!important;
  }
}

@media only screen and (max-width: 700px)
{
  .button-align {
    bottom: 20px;
    right: 38%;
  }
}
@media only screen and (max-width: 680px) {
  #store-messages.messages-3 .message {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  body .promotional-bar {
    padding-bottom: 45px;
}
  body .promotional-bar .promo-left, body .promotional-bar .promo-right {
    text-align:center;

    width:100%;
    max-width:100%;
  }
  /* Mobile header */
  #mobile-header {
    display: block;
  }

  .reveal-mobile-nav #mobile-nav-return {
    height: 100%;
    opacity: 1;
  }

  #pageheader {
    border-bottom: 1px solid #061225;
  }

  #pageheader .logo {
    padding: 0px 0 12px;
    margin-top: -25px;
    margin-bottom: 10px;
  }

  #pageheader .logo img {
    margin-top: 5px !important;
  }

  #pageheader .util-area .search-box {
    display: none;
  }

  #main-nav {
    position: fixed;
    text-align: left;
    background: #f7f4ef;
    border-right: 1px solid #061225;
    left: 0;
    width: 260px;
    top: 0;
    height: 100%;
    margin-left: -260px;
    z-index: 8000;
    transition: margin-left 250ms;
  }

  .reveal-mobile-nav #main-nav {
    margin-left: 0;
  }

  .reveal-mobile-nav #main-nav .mobile-nav-toggle {
    left: 100%;
    opacity: 1;
  }

  #main-nav .mobile-features {
    display: block;
    border-bottom: 1px solid #061225;
  }

  #main-nav .multi-level-nav {
    overflow: auto;
    max-height: 100%;
    padding-top: 40px;
    box-sizing: border-box;
  }

  #main-nav.nav-row ul {
    width: 100%;
  }

  #main-nav.nav-row ul li {
    display: block;
    padding: 0;
  }

  #main-nav.nav-row .mobile-expanded > ul {
    display: block;
  }

  #main-nav.nav-row .multi-level-nav > div > ul { display: none; }
  #main-nav.nav-row .multi-level-nav > div.tier-1 > ul { display: block; }

  #main-nav .multi-level-nav ul ul {
    background: #f7f4ef;
    padding-bottom: 0;
  }
  #main-nav .multi-level-nav > div > ul > li > ul { background: #f7f4ef; }

  #main-nav.nav-row ul li a.has-children:after {
    content: '+';
    margin-left: 5px;
    width: 10px;
  }

  #main-nav.nav-row ul li.mobile-expanded > a.has-children:after {
    content: '-';
  }

  #main-nav.nav-row ul li a.has-children .exp {
    display: none;
  }

  #main-nav.nav-row a.listing-title {
    font-weight: normal;
  }

  #main-nav.nav-row ul ul li a { margin-left: 10px; }
  #main-nav.nav-row ul ul ul li { margin-left: 10px; }

  #main-nav a { display: block; }
  #main-nav a.expanded { color: #061225; }
  #main-nav a:hover { color: #a3925f; }

  #main-nav .account-links a {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  #pageheader .util-area {
    text-align: center;
    position: static;
  }

  #pageheader .utils {
    float: none;
    display: block;
    margin: 5px 0;
  }

  #pageheader .util-area .signup-reveal-area {
    display: block;
    margin-bottom: 15px;
  }

  #pageheader .util-area .signup-form-cont .signup-form:before {
    left: 50%;
  }

  #pageheader .util-area .signup-form-cont .signup-form:after {
    left: 50%;
  }

  #pageheader .utils .social-links {
    display: block;
    margin: 0;
    text-align: center;
  }

  #pageheader .utils .cart-summary {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 15px;
    line-height: 32px;
  }

  #pageheader .utils .cart-summary .switcher .switcher-drop,
  #pageheader .util-area .signup-form-cont {
    position: relative;
    -webkit-animation: none;
    animation: none;
  }

  #pageheader .utils .cart-summary .switcher .switcher-drop .inner {
    white-space: normal;
  }

  #pageheader .utils .cart-summary .switcher .switcher-drop .inner:before {
    top: 0;
    left: 50%;
  }

  #pageheader .utils .cart-summary .switcher .switcher-drop .inner:after {
    top: 1px;
    left: 50%;
  }

  #pagefooter .image-links .image-link {
    float: none;
    width: auto;
  }

  #pagefooter .image-links .image-link.block-1,
  #pagefooter .image-links .image-link.block-2,
  #pagefooter .image-links .image-link.block-3 {
    margin: 0 1.4%;
  }

  .nav-row {
    line-height: 1em;
  }

  .view-as {
    display: block;
    margin: 10px 0 0;
  }

  #comments .comment .gravatar {
    width: 40px;
  }

  #comments .comment .detail {
    margin-left: 55px;
  }

  #cart-summary-overlay .item * {
    display: inline;
  }

  #cart-summary-overlay .item,
  #cart-summary-overlay .item .info,
  #cart-summary-overlay .cart {
    width: auto;
    float: none;
    padding: 0 20px;
  }

  #cart-summary-overlay .item .img,
  #cart-summary-overlay .item .detail,
  #cart-summary-overlay .cart .cart-text {
    display: none;
  }

  #cart-summary-overlay .item .info > * {
    display: inline;
    margin-right: 10px;
  }

  #cart-summary-overlay #shop-more,
  #cart-summary-overlay .button {
    width: 49%;
    margin: 0;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
  }

  #cart-summary-overlay #shop-more {
    float: left;
  }

  #pagefooter .copyright .copy {
    white-space: normal;
  }
}
* High DPI devices get some graphical upgrades */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {

    
    .social-links a {
      background-image:url('//www.truefittandhill.in/cdn/shop/t/95/assets/social_spr_darkgrey_2x.png?v=28918070341378062831747390007');
        -moz-background-size:243px 22px;
        -ie-background-size:243px 22px;
        -o-background-size:243px 22px;
        -webkit-background-size:243px 22px;
        background-size:243px 22px;
        }
    

    #pageheader .search-box .search-form i {
      background-image:url('//www.truefittandhill.in/cdn/shop/t/95/assets/social_spr_darkgrey_2x.png?v=28918070341378062831747390007');
        -moz-background-size:243px 22px;
        -ie-background-size:243px 22px;
        -o-background-size:243px 22px;
        -webkit-background-size:243px 22px;
        background-size:243px 22px;
        }

    .payment-methods li {
      background:url('//www.truefittandhill.in/cdn/shop/t/95/assets/payment_spr_grey_2x.png?v=79826648377031815431747390007');
        -moz-background-size:731px 32px;
        -ie-background-size:731px 32px;
        -o-background-size:731px 32px;
        -webkit-background-size:731px 32px;
        background-size:731px 32px;
        }
  }
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  html {
    -webkit-text-size-adjust: none; /* Prevent iOS font scaling */
  }
}
/* for 800px screens or less */
@media screen and (max-width: 800px) {

  #page-cols-grid {
    width: 46%;
    float: left;
    margin:5px 1%;
    padding: 0px 1%;
    text-align:center;
  }

  #grid-wrapper {
    width: 100%;
    float: left;
  }

  #page-cols-grid2 {
    width: 98%;
    float: left;
    margin:5px 1%;
    padding: 0px 1%;
    text-align:left;
  }
  #page-cols-grid3 {
    width: auto;
    float: left;
    margin:5px 1%;
    text-align:left;
  }

  #page-cols-grid4 {
    width: 98%;
    float: left;
    margin:5px 1%;
    padding: 0px 1%;
    text-align:left;
  }

}
/* for 767px screens or less */
@media screen and (max-width: 530px)
{
  /*     .full-width-image
  {
  margin-top: -36px;
} */
}
@media screen and (max-width: 500px) {
  .button-align {
    bottom: 10px;
    right: 35%;
  }
  #page-cols-grid {
    width: auto;
    float: none;
    margin:5px 0;
  }
  #page-cols-grid img{
    width: auto;
    text-align:center;
  }
  #page-cols-grid2 {
    width: auto;
    float: left;
    margin:5px 1%;
    padding: 0px 1%;
    text-align:left;
  }
  #page-cols-grid4 {
    width: auto;
    float: left;
    margin:5px 1%;
    padding: 0px 1%;
    text-align:left;
  }

  .slide .overlay-text .text {
    top: 70%;
    font-size: 43px !important;
  }
}

@media screen and (max-width: 400px) {
  .slide .overlay-text .text {
    left: 25%;
    right: 25%;
  }
}

@media screen and (max-width: 360px) {
  .slide .overlay-text .text {
    left: 20%;
    right: 20%;
    top: 65%;
  }
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}
#tabs {
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom:20px;
  text-align:center;
  width:auto;
}    
#tabs ul {
  list-style: none;
}
#tabs ul li {
  display: inline-block;
}
#tabs ul li a {
  color: #a3925f;
  margin: 0px 5px 0px 5px;
  cursor:pointer;
  text-decoration:none;
  padding: 8px 15px;
  border-radius: .25rem;
  border:thin solid #ffffff;

}
#tabs ul li:last-child a {
  margin-right: 0px;
  background: none;
}
#tabs ul li a:hover { color: #a3925f; border:thin solid #a3925f; }
#tabs ul li a.current { color: #ffffff; background: #a3925f; border:thin solid #a3925f; }
#tabs select {
  display: none;
}
#tabs12 {
  display: none;
}
#service-wrapper {
  width:100%;
  float:left;
  margin-top:40px;
  padding-top:20px;
  border-top:1px solid #d9d9d9;
  padding-left: 8%;
  padding-right: 8%;
}
#service-details {
  width:80%;
  float:left;
}
#service-details h5{
  font-size:16px;
  margin-bottom:15px;
}
#service-details p{
  font-size:15px;
  margin-bottom:10px;
}
#service-cost {
  width:20%;
  float:left;
  text-align:center;
}
#service-cost h5{
  font-size:16px;
}
.hidden {
  display:none; 
}
.store-locator {
  text-align:center;
  cursor:default;
}



.store-id-1 {background-image:url(/cdn/shop/files/3_397b13f7-0969-4556-b57c-ef1565ae27dd.png?11379379255438180866);}
@media screen and (min-width: 650px) {.store-id-1{background-image:url(/cdn/shop/files/2_f51b46a9-f2a8-4732-b03f-9e886ac6512e.png?11219691715426375272);}}
@media screen and (min-width: 975px) {.store-id-1{background-image:url(/cdn/shop/files/1_09c5a7d0-a4a4-4851-875e-99e82602bdc7.png?15275069709769847059);}}

.store-id-2 {background-image:url(/cdn/shop/files/12-store-1440_2.jpg?2804608639606673756);}
@media screen and (min-width: 650px) {.store-id-2{background-image:url(/cdn/shop/files/12-store-1440_1.jpg?2804608639606673756);}}
@media screen and (min-width: 975px) {.store-id-2{background-image:url(/cdn/shop/files/12-store-1440.jpg?2804608639606673756);}}

.store-id-3 {background-image:url(/cdn/shop/files/13-store-1440_2_copy.jpg?14516242781359205989);}
@media screen and (min-width: 650px) {.store-id-3{background-image:url(/cdn/shop/files/13-store-1440_1_copy.jpg?14516242781359205989);}}
@media screen and (min-width: 975px) {.store-id-3{background-image:url(/cdn/shop/files/13-store-1440_copy.jpg?14516242781359205989);}}4

.store-id-4 {background-image:url(/cdn/shop/files/london-small.jpg?15815604991484556948);}
@media screen and (min-width: 650px) {.store-id-4{background-image:url(/cdn/shop/files/london-medium.jpg?15815604991484556948);}}
@media screen and (min-width: 975px) {.store-id-4{background-image:url(/cdn/shop/files/london-large.jpg?15815604991484556948);}}

.store-id-5 {background-image:url(/cdn/shop/files/toronto--small.jpg?7579835921451796103);}
@media screen and (min-width: 650px) {.store-id-5{background-image:url(/cdn/shop/files/toronto--medium.jpg?7579835921451796103);}}
@media screen and (min-width: 975px) {.store-id-5{background-image:url(/cdn/shop/files/toronto--large.jpg?7579835921451796103);}}

.store-id-6 {background-image:url(/cdn/shop/files/Bejin-Small.jpg?8903170138806393166);}
@media screen and (min-width: 650px) {.store-id-6{background-image:url(/cdn/shop/files/Bejin-medium.jpg?8903170138806393166);}}
@media screen and (min-width: 975px) {.store-id-6{background-image:url(/cdn/shop/files/Bejin-large.jpg?8903170138806393166);}}

.store-id-7 {background-image:url(/cdn/shop/files/BANGKOK-small.jpg?7396428717048799139);}
@media screen and (min-width: 650px) {.store-id-7{background-image:url(/cdn/shop/files/BANGKOK-medium.jpg?7396428717048799139);}}
@media screen and (min-width: 975px) {.store-id-7{background-image:url(/cdn/shop/files/BANGKOK-large.jpg?7396428717048799139);}}

.store-id-8 {background-image:url(/cdn/shop/files/singapore-small.jpg?7396428717048799139);}
@media screen and (min-width: 650px) {.store-id-8{background-image:url(/cdn/shop/files/singapore-medium.jpg?7396428717048799139);}}
@media screen and (min-width: 975px) {.store-id-8{background-image:url(/cdn/shop/files/singapore-large.jpg?7396428717048799139);}}

.store-id-9 {background-image:url(/cdn/shop/files/jw_kuala-small.jpg?7396428717048799139);}
@media screen and (min-width: 650px) {.store-id-9{background-image:url(/cdn/shop/files/jw_kuala-medium.jpg?7396428717048799139);}}
@media screen and (min-width: 975px) {.store-id-9{background-image:url(/cdn/shop/files/jw_kuala-large.jpg?7396428717048799139);}}

.store-id-10 {background-image:url(/cdn/shop/files/KEL--small.jpg?1559723998823830722);}
@media screen and (min-width: 650px) {.store-id-10{background-image:url(/cdn/shop/files/KEL--medium.jpg?1559723998823830722);}}
@media screen and (min-width: 975px) {.store-id-10{background-image:url(/cdn/shop/files/KEL--large.jpg?1559723998823830722);}}

.store-id-11 {background-image:url(/cdn/shop/files/majestic_kuala-small.jpg?7396428717048799139);}
@media screen and (min-width: 650px) {.store-id-11{background-image:url(/cdn/shop/files/majestic_kuala-medium.jpg?7396428717048799139);}}
@media screen and (min-width: 975px) {.store-id-11{background-image:url(/cdn/shop/files/majestic_kuala-large.jpg?7396428717048799139);}}

.store-id-12 {background-image:url(/cdn/shop/files/BANGSAR-small.jpg?7396428717048799139);}
@media screen and (min-width: 650px) {.store-id-12{background-image:url(/cdn/shop/files/BANGSAR-medium.jpg?7396428717048799139);}}
@media screen and (min-width: 975px) {.store-id-12{background-image:url(/cdn/shop/files/BANGSAR-large.jpg?7396428717048799139);}}

.store-id-13 {background-image:url(//cdn2.shopify.com/s/files/1/0731/4563/files/hughes-road-mumbai-1.jpg?704);}
@media screen and (min-width: 650px) {.store-id-13{background-image:url(//cdn2.shopify.com/s/files/1/0731/4563/files/hughes-road-mumbai-3.jpg?704);}}
@media screen and (min-width: 975px) {.store-id-13{background-image:url(//cdn2.shopify.com/s/files/1/0731/4563/files/hughes-road-mumbai-1.jpg?704);}}

.store-id-14 {background-image:url(/cdn/shop/files/Lokhandwala2_bd844040-bca2-4b58-9ea0-3bdccf627d58.jpg?15454026193662114813);}
@media screen and (min-width: 650px) {.store-id-14{background-image:url(/cdn/shop/files/Lokhandwala1_b13dd359-9c42-4a59-9b38-e1c7076f6339.jpg?15454026193662114813);}}
@media screen and (min-width: 975px) {.store-id-14{background-image:url(/cdn/shop/files/Lokhandwala_87838f32-1019-4076-9c5a-e18932bb4800.jpg?15454026193662114813);}}


.store-id-15 {background-image:url(/cdn/shop/files/great-kailash-540X280.jpg?1587);}
@media screen and (min-width: 650px) {.store-id-15{background-image:url(/cdn/shop/files/great-kailash-960X280.jpg?1587);}}
@media screen and (min-width: 975px) {.store-id-15{background-image:url(/cdn/shop/files/great-kailash-1366X464.jpg?1587);}}

.store-id-16 {background-image:url(/cdn/shop/files/3_02be94e2-5135-42f5-b364-6d8287fe3b76.jpg?2693923481826204391);}
@media screen and (min-width: 650px) {.store-id-16{background-image:url(/cdn/shop/files/1_577f5e33-5f41-43c2-a6f6-b8a99a9a0511.jpg?2693923481826204391);}}
@media screen and (min-width: 975px) {.store-id-16{background-image:url(/cdn/shop/files/2_c0a651f5-9abd-4c03-841f-68f6c4dad20b.jpg?2693923481826204391);}}

.store-id-17 {background-image:url(/cdn/shop/files/3_843116e3-1d9b-416f-98bc-4011a3de579d.jpg?7770168930566750388);}
@media screen and (min-width: 650px) {.store-id-17{background-image:url(/cdn/shop/files/2_727af321-11a1-4224-a50b-552fdb995339.jpg?872490428482328973);}}
@media screen and (min-width: 975px) {.store-id-17{background-image:url(/cdn/shop/files/1_e348289d-2268-4a8d-8d55-01f210d9fb70.jpg?11771298242131233525);}}

.store-id-18 {background-image:url(/cdn/shop/files/GUrgaon.jpg?16231263850407452010);}
@media screen and (min-width: 650px) {.store-id-18{background-image:url(/cdn/shop/files/gurgoan.jpg?17673491195962934807);}}
@media screen and (min-width: 975px) {.store-id-18{background-image:url(/cdn/shop/files/gurgaon_21711ffb-36e7-4f68-953b-4f7596d3be31.jpg?10205345240884563785);}}

.store-id-19 {background-image:url(/cdn/shop/files/003_e46443f0-d1c4-4b78-8f4b-88c608827ae8.jpg?11771298242131233525);}
@media screen and (min-width: 650px) {.store-id-19{background-image:url(/cdn/shop/files/002_6a0b21c0-5ee6-4a7d-901e-c6c74ba9bd40.jpg?17159268270069396486);}}
@media screen and (min-width: 975px) {.store-id-19{background-image:url(/cdn/shop/files/001_347e6b4a-4362-4505-b6b7-bca8f9675d8e.jpg?16086681458159781841);}}

.store-id-20 {background-image:url(/cdn/shop/files/image1-1.jpg?4728435887215658036);}
@media screen and (min-width: 650px) {.store-id-20{background-image:url(/cdn/shop/files/image2-2.jpg?4728435887215658036);}}
@media screen and (min-width: 975px) {.store-id-20{background-image:url(/cdn/shop/files/image3-3.jpg?4728435887215658036);}}

.store-id-21 {background-image:url(/cdn/shop/files/jb0189-1366-x464.jpg?5513058922831212277);}
@media screen and (min-width: 650px) {.store-id-21{background-image:url(/cdn/shop/files/jb0189-540-x-280.jpg?5513058922831212277);}}
@media screen and (min-width: 975px) {.store-id-21{background-image:url(/cdn/shop/files/jb0189-960-x-280.jpg?5513058922831212277);}}

.store-id-22 {background-image:url(/cdn/shop/files/jb0189-1366-x464.jpg?11888728336671318036);}
@media screen and (min-width: 650px) {.store-id-22{background-image:url(/cdn/shop/files/jb0189-540-x-280.jpg?11888728336671318036);}}
@media screen and (min-width: 975px) {.store-id-22{background-image:url(/cdn/shop/files/jb0189-960-x-280.jpg?11888728336671318036);}}

.store-id-23 {background-image:url(/cdn/shop/files/image1-1.jpg?4728435887215658036);}
@media screen and (min-width: 650px) {.store-id-23{background-image:url(/cdn/shop/files/image2-2.jpg?4728435887215658036);}}
@media screen and (min-width: 975px) {.store-id-23{background-image:url(/cdn/shop/files/image3-3.jpg?4728435887215658036);}}

.store-id-24 {background-image:url(/cdn/shop/files/image1-1.jpg?4728435887215658036);}
@media screen and (min-width: 650px) {.store-id-24{background-image:url(/cdn/shop/files/image2-2.jpg?4728435887215658036);}}
@media screen and (min-width: 975px) {.store-id-24{background-image:url(/cdn/shop/files/image3-3.jpg?4728435887215658036);}}

.store-id-25 {background-image:url(/cdn/shop/files/image1-1.jpg?4728435887215658036);}
@media screen and (min-width: 650px) {.store-id-25{background-image:url(/cdn/shop/files/image2-2.jpg?4728435887215658036);}}
@media screen and (min-width: 975px) {.store-id-25{background-image:url(/cdn/shop/files/image3-3.jpg?4728435887215658036);}}

.store-id-26 {background-image:url(/cdn/shop/files/image1-1.jpg?4728435887215658036);}
@media screen and (min-width: 650px) {.store-id-26{background-image:url(/cdn/shop/files/image2-2.jpg?4728435887215658036);}}
@media screen and (min-width: 975px) {.store-id-26{background-image:url(/cdn/shop/files/image3-3.jpg?4728435887215658036);}}

.store-id-27 {background-image:url(/cdn/shop/files/image1-1.jpg?4728435887215658036);}
@media screen and (min-width: 650px) {.store-id-27{background-image:url(/cdn/shop/files/image2-2.jpg?4728435887215658036);}}
@media screen and (min-width: 975px) {.store-id-27{background-image:url(/cdn/shop/files/image3-3.jpg?4728435887215658036);}}

.store-id-28 {background-image:url(/cdn/shop/files/image1-1.jpg?4728435887215658036);}
@media screen and (min-width: 650px) {.store-id-28{background-image:url(/cdn/shop/files/image2-2.jpg?4728435887215658036);}}
@media screen and (min-width: 975px) {.store-id-28{background-image:url(/cdn/shop/files/image3-3.jpg?4728435887215658036);}}

.store-id-29 {background-image:url(/cdn/shop/files/image1-1.jpg?4728435887215658036);}
@media screen and (min-width: 650px) {.store-id-29{background-image:url(/cdn/shop/files/image2-2.jpg?4728435887215658036);}}
@media screen and (min-width: 975px) {.store-id-29{background-image:url(/cdn/shop/files/image3-3.jpg?4728435887215658036);}}

.store-id-30 {background-image:url(/cdn/shop/files/store-locator-pune-1.jpg?15059842395150950998);}
@media screen and (min-width: 650px) {.store-id-30{background-image:url(/cdn/shop/files/store-locator-pune-2.jpg?15059842395150950998);}}
@media screen and (min-width: 975px) {.store-id-30{background-image:url(/cdn/shop/files/store-locator-pune-3.jpg?15059842395150950998);}}

/**** Chandigarh ******/
.store-id-31 {background-image:url(/cdn/shop/files/store-locator-chandigarh-1.jpg?15059842395150950998);}
@media screen and (min-width: 650px) {.store-id-31{background-image:url(/cdn/shop/files/store-locator-chandigarh-2.jpg?15059842395150950998);}}
@media screen and (min-width: 975px) {.store-id-31{background-image:url(/cdn/shop/files/store-locator-chandigarh-3.jpg?15059842395150950998);}}

.store-id-32 {background-image:url(/cdn/shop/files/prabhadevi_526170bb-e3d5-4708-9bf6-bb057e0f85ca.jpg?18280339868465900980);}
@media screen and (min-width: 650px) {.store-id-32{background-image:url(/cdn/shop/files/prabhadevi_526170bb-e3d5-4708-9bf6-bb057e0f85ca.jpg?18280339868465900980);}}
@media screen and (min-width: 975px) {.store-id-32{background-image:url(/cdn/shop/files/prabhadevi_526170bb-e3d5-4708-9bf6-bb057e0f85ca.jpg?18280339868465900980);}}

.store-id-33 {background-image:url(/cdn/shop/files/ahmedabad_91f8d91a-b900-4dcc-bfeb-840671caa608.jpg?18280339868465900980);}
@media screen and (min-width: 650px) {.store-id-33{background-image:url(/cdn/shop/files/ahmedabad_91f8d91a-b900-4dcc-bfeb-840671caa608.jpg?18280339868465900980);}}
@media screen and (min-width: 975px) {.store-id-33{background-image:url(/cdn/shop/files/ahmedabad_91f8d91a-b900-4dcc-bfeb-840671caa608.jpg?18280339868465900980);}}

.store-id-34 {background-image:url(/cdn/shop/files/jaipur_b6c18f5b-2eb4-4700-b36d-d1ece846fc42.jpg?18280339868465900980);}
@media screen and (min-width: 650px) {.store-id-34{background-image:url(/cdn/shop/files/jaipur_b6c18f5b-2eb4-4700-b36d-d1ece846fc42.jpg?18280339868465900980);}}
@media screen and (min-width: 975px) {.store-id-34{background-image:url(/cdn/shop/files/jaipur_b6c18f5b-2eb4-4700-b36d-d1ece846fc42.jpg?18280339868465900980);}}

.store-id-35 {background-image:url(/cdn/shop/files/kolkata_cb12db35-b6b0-4646-91d0-7c180fe6f1eb.jpg?18280339868465900980);}
@media screen and (min-width: 650px) {.store-id-35{background-image:url(/cdn/shop/files/kolkata_cb12db35-b6b0-4646-91d0-7c180fe6f1eb.jpg?18280339868465900980);}}
@media screen and (min-width: 975px) {.store-id-35{background-image:url(/cdn/shop/files/kolkata_cb12db35-b6b0-4646-91d0-7c180fe6f1eb.jpg?18280339868465900980);}}

.store-id-36 {background-image:url(/cdn/shop/files/store-locator-punjab-1.jpg?15059842395150950998);}
@media screen and (min-width: 650px) {.store-id-35{background-image:url(/cdn/shop/files/store-locator-punjab-2.jpg?15059842395150950998);}}
@media screen and (min-width: 975px) {.store-id-35{background-image:url(/cdn/shop/files/store-locator-punjab-3.jpg?15059842395150950998);}}

.store-id-37 {background-image:url(/cdn/shop/files/kolkata_cb12db35-b6b0-4646-91d0-7c180fe6f1eb.jpg?18280339868465900980);}
@media screen and (min-width: 650px) {.store-id-35{background-image:url(/cdn/shop/files/kolkata_cb12db35-b6b0-4646-91d0-7c180fe6f1eb.jpg?18280339868465900980);}}
@media screen and (min-width: 975px) {.store-id-35{background-image:url(/cdn/shop/files/kolkata_cb12db35-b6b0-4646-91d0-7c180fe6f1eb.jpg?18280339868465900980);}}

.store-id-38 {background-image:url(/cdn/shop/files/store-locator-chennai-1.jpg?15059842395150950998);}
@media screen and (min-width: 650px) {.store-id-35{background-image:url(/cdn/shop/files/store-locator-chennai-2.jpg?15059842395150950998);}}
@media screen and (min-width: 975px) {.store-id-35{background-image:url(/cdn/shop/files/store-locator-chennai-3.jpg?15059842395150950998);}}

.store-id-39 {background-image:url(/cdn/shop/files/store-locator-juhu-1.jpg?15059842395150950998);}
@media screen and (min-width: 650px) {.store-id-32{background-image:url(/cdn/shop/files/store-locator-juhu-2.jpg?15059842395150950998);}}
@media screen and (min-width: 975px) {.store-id-32{background-image:url(/cdn/shop/files/store-locator-juhu-3.jpg?15059842395150950998);}}

.store-id-40 {background-image:url(/cdn/shop/files/store-locator-chennai-1.jpg?15059842395150950998);}
@media screen and (min-width: 650px) {.store-id-35{background-image:url(/cdn/shop/files/store-locator-chennai-2.jpg?15059842395150950998);}}
@media screen and (min-width: 975px) {.store-id-35{background-image:url(/cdn/shop/files/store-locator-chennai-3.jpg?15059842395150950998);}}

.store-id-41 {background-image:url(/cdn/shop/files/sadashiv-nagar-1366X464.jpg?1665);}
@media screen and (min-width: 650px) {.store-id-41{background-image:url(/cdn/shop/files/sadashiv-nagar-540X280.jpg?1665);}}
@media screen and (min-width: 975px) {.store-id-41{background-image:url(/cdn/shop/files/sadashiv-nagar-960X280.jpg?1665);}}

.store-id-42 {background-image:url(/cdn/shop/files/surat-store-1440x490.jpeg?1186);}
@media screen and (min-width: 650px) {.store-id-35{background-image:url(/cdn/shop/files/surat-store-540x280.jpeg?1186);}}
@media screen and (min-width: 975px) {.store-id-35{background-image:url(/cdn/shop/files/surat-store-960x280.jpeg?1186);}}

.store-id-43 {background-image:url(/cdn/shop/files/store-locator-chennai-1.jpg?15059842395150950998);}
@media screen and (min-width: 650px) {.store-id-35{background-image:url(/cdn/shop/files/store-locator-chennai-2.jpg?15059842395150950998);}}
@media screen and (min-width: 975px) {.store-id-35{background-image:url(/cdn/shop/files/store-locator-chennai-3.jpg?15059842395150950998);}}

.store-id-44 {background-image:url(/cdn/shop/files/3Q2A0631.jpg?v=1736143972);}
@media screen and (min-width: 650px) {.store-id-44{background-image:url(/cdn/shop/files/3Q2A0631.jpg?v=1736143972);}}
@media screen and (min-width: 975px) {.store-id-44{background-image:url(/cdn/shop/files/3Q2A0631.jpg?v=1736143972);}}



.store-id-1 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-1 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-1 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-1 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-2 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-2 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-2 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-2 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-3 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-3 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-3 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-3 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-4 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-4 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-4 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-4 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-5 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-5 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-5 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-5 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-6 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-6 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-6 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-6 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-7 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-7 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-7 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-7 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-8 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-8 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-8 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-8 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-9 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-9 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-9 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-9 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-10 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-10 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-10 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-10 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-11 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-11 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-11 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-11 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-12 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-12 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-12 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-12 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-13 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-13 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-13 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-13 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-14 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-14 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-14 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-14 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-15 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-15 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-15 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-15 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-16 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-16 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-16 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-16 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-17 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-17 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-17 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-17 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-18 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-18 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-18 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-18 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-19 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-19 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-19 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-19 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-20 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-20 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-20 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-20 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-21 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-21 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-21 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-21 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-22 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-22 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-22 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-22 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-23 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-23 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-23 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-23 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-24 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-24 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-24 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-24 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-25 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-25 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-25 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-25 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-26 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-26 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-26 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-26 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-27 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-27 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-27 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-27 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-28 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-28 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-28 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-28 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-29 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-29 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-29 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-29 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-30 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-30 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-30 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-30 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-31 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-31 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-31 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-31 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-32 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-32 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-32 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-32 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-33 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-33 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-33 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-33 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-34 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-34 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-34 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-34 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-35 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-35 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-35 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-35 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-36 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-36 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-36 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-36 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-37 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-37 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-37 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-37 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-38 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-38 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-38 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-38 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-39 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-39 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-39 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-39 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-40 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-40 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-40 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-40 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-41 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-41 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-41 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-41 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-42 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-42 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-42 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-42 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-43 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-43 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-43 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-43 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-44 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-44 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-44 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-44 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-45 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-45 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-45 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-45 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-46 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-46 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-46 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-46 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-47 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-47 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-47 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-47 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-48 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-48 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-48 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-48 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-49 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-49 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-49 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-49 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}

.store-id-50 {
  height: 30.625rem;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: table;
}

.store-locator .store-id-50 .contact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
  visibility:hidden;
}
.store-id-50 .store-name {
  display: table-cell;
  vertical-align: middle;
  color: #a3925f;
  font-size:16px;
  letter-spacing:2px;
}

.store-id-50 .store-name span {
  line-height:70px;
  color: #ffffff;
  font-size:45px;
  letter-spacing:8px;
  font-weight:bold;
}


.store-locator .active .contact__map {
  opacity: 1;
  visibility:visible;
}

.store-locator .store-button-wrapper {
  margin:auto auto;
  width:550px;
}
.store-locator .store-button-wrapper-2 {
  margin:auto auto;
  width:550px;
}
.store-locator .store-button-wrapper-3 {
  margin:auto auto;
  width:550px;
}

.store-locator .store_button {
  color: #a3925f;
  margin: 30px 20px 30px 20px;
  cursor:pointer;
  text-decoration:none;
  padding: 13px 0px;
  border-radius: .25rem;
  border:thin solid #a3925f;
  width:230px;
  text-align:center;
  float:left;
}

.store-locator .active .store_button, .store-locator .store_button:hover {
  color: #ffffff;
  border:thin solid #a3925f;
  background:#a3925f;
}
.store-locator .store_button-2 {
  color: #a3925f;
  margin: 30px 20px 30px 20px;
  cursor:pointer;
  text-decoration:none;
  padding: 13px 0px;
  border-radius: .25rem;
  border:thin solid #a3925f;
  width:230px;
  text-align:center;
  float:left;
}
.store-locator .store_button-2:hover {
  color: #ffffff;
  border:thin solid #a3925f;
  background:#a3925f;
}


.store-page-container {
  margin-left: 10%;
  margin-right: 10%;
  width:80%;
  float:left;
}
.store-content-wrapper {
  width:33.33%;
  float:left;
  margin-bottom:30px;
}

.store-content-wrapper h3{
  width:100%;
  float:left;
  color: #a3925f;
  font-size:16px;
  letter-spacing:1px;
}
.store-content-wrapper p{
  width:100%;
  float:left;
  color: #061225;
  font-size:15px;
  margin-top:20px;
  letter-spacing:1px;
}



.retail-page-container {
  margin-left: auto;
  margin-right: auto;
  max-width:100%;
}
.retail-selectboxes {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 76.5%;
  overflow: hidden;
}
.retail-selectboxes select {
  width: 23%;/*40%;*/
  height: 30px;
  overflow: hidden;
  background: url(/cdn/shop/t/2/assets/arrow_selectbox.png?8639728367537706799) no-repeat right #f9f9f9;
  padding: 0px 0px 0px 5px;
  border: 1px solid #d1d3d4;
  color:#999999;
  cursor: default;
  line-height: 25px;
  font-size: 13px;
  margin-left:5%;
  margin-right:5%;
  float:left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
.retail-details-wrapper {
  margin-top:30px;
  width:100%;
  float:left;
  background-color: #fff;
}
.retail-details {
  Width:100%;
  text-align:center;
}
.retail-details h1{
  width:100%;
  float:left;
  color: #061225;
  font-size:20px;
  letter-spacing:1px;
  margin-top:25px;
  text-transform: uppercase;
}
.retail-details p{
  width:100%;
  float:left;
  color: #7d8387;
  font-size:15px;
  margin-top:5px;
  letter-spacing:1px;
}

.promotional-bar {
  background:#061225;
  padding-top:10px;
  padding-bottom:20px;
  width:100%; 
  margin:0px; 
  text-align:center; 
  color:#ffffff;
  font-size:13px;
  font-weight:normal;
}

.promotional-bar .promo-left {
  text-align:left;
  width: 50%;
  float: left;
}

.promotional-bar .promo-right {
  text-align:right;
  width: 50%;
  float: right;
}

.promotional-bar .promo-right a{
  text-decoration:none;
  color:#ffffff;
}
.promotional-bar .promo-right a:hover {
  color:#a3925f;
}

.promotional-bar .promo-left a:hover {
  color:#a3925f !important;
}

/* Transform text to uppercase*/
.text-capitalCase {

  text-transform:uppercase;

}

#login-wrapper {
  float:center; 
}

.franchise-wrapper {
  width:100%;
  max-width:90%;
  margin:50px auto 0px auto;
}
.franchise {
  width:100%;  /*ALTERED (50%)*/
  float:left;
}
.jsforms .franchise #template .large_form label {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  padding: 0 20px;
}
.franchise #template input[type="submit"] {
  width: 362px;
  text-align: center;
  font-size:14px;
  /*   margin:10px auto 5px auto; sup*/
  margin: 60px auto 0px auto;
}
.franchise #template input {
  width: 362px;
  text-align: left;
  font-size:14px;
  margin:10px auto 5px auto;
}

.franchise #template textarea {
  width: 362px;
  /*   height:74px; sup*/
  height: 92px;
  text-align: left;
  font-size:14px;
  margin:10px auto 5px auto;
}
.franchise-heading {
  color: #061225;
  font-weight: normal;
  line-height: 1.2em;
  
  width:394px;
  height:1.2em;
  margin:20px auto 10px auto;
  text-align:left;
}
.franchise select {
  /* width: 394px; sup*/
  width: 362px;
  height: 42px;
  overflow: hidden;
  background: url(/cdn/shop/files/arrow_selectbox.png?3351320770341493628) no-repeat right #ffffff;
  padding: 0px 0px 0px 10px;
  border: 1px solid #a3925f;
  color: #061225;
  cursor: default;
  font-size: 14px;
  margin:10px auto 5px auto;
  letter-spacing:1px;
  -webkit-appearance: none;
  -moz-appearance: none; /*sup*/
  appearance: none; /*sup*/
}
.franchise-content {
  width:100%;
  max-width:100%;
  margin: 0px auto 0px auto;
}
.franchise-top {
  font-size:12px;
  color: #fff !important;
}


.barbershops-drop{
  float: right;
  margin: 0 auto;
}


a[href^="tel:"]:before {
  content: "\2706";
  /* display: block;*/
  margin-right: 0.5em;
  text-decoration: none;
}

.headercall{
  color: #F9F9F9;
}

.collection-listing.cf .product-block .hover-info, .collection-listing.cf .product-block .block-inner {
  position: relative;
  height: auto; 
}

.collection-slider .collection-listing .product-block {
  height: auto !important;
  padding: 0;
  margin-bottom: 50px;
}

.collection-listing.cf .product-block {
  height: auto !important; 
}

.collection-listing .product-block .hover-info > .inner {
  position: relative;
  min-height: auto;
}
  

.collection-listing.cf .product-block .hover-info > .inner {
  max-width: 200px;
  min-height: auto;
  position: relative;
  margin: 0 auto;
}

.product-block .hover-info > .inner > .innerer {
    /* margin: 10px 0; */
}


<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
site map
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->




<!--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
end of site map
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->




.hello{

  width: 94% !important;
}

/*responsive*/


@media (max-width: 1600px){
  .static {
    width: 810px;
  }
}

@media only screen and (max-width: 991px) {
  .page-container-career {
    width:80%;
    float:left;
    margin-left:10%;
    margin-right:10%
  }
}

@media (max-width: 990px){
  .container{
    width:100%;
  }
}

@media (max-width: 960px) {
  #tabs ul { 
    display: none; 
  }
  /*#tabs select { display: inline-block; }*/
  .dsk-vers
  {
    display: none; 
  }
  .mob-vers
  {
    display: inline-block;
  }
  #tabs12 { display: inline-block;}
  #pagefooter .nav-row ul li {
    width:50%;
    float:left;
  }

  .store-content-wrapper {
    width:100%;
    float:left;
  }


  .retail-selectboxes {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width:80%;
  }

  .franchise select {
    width: 362px;
    height: 42px;
    overflow: hidden;
    background: url(/cdn/shop/files/arrow_selectbox.png?3351320770341493628) no-repeat right #ffffff;
    padding: 0px 0px 0px 10px;
    border: 1px solid #a3925f;
    color:#061225;
    cursor: default;
    font-size: 14px;
    margin:10px auto 5px auto;
    letter-spacing:1px;
    -webkit-appearance: none;
    -moz-appearance: none; /*sup*/
    appearance: none; /*sup*/
  }
  .franchise-heading {
    color: #061225;
    font-weight: normal;
    line-height: 1.2em;
    
    width:362px;
    height:1.2em;
    margin:20px auto 10px auto;
    text-align:left;
  }
}

@media (max-width: 959px) {
  #pageheader .logo img {
    margin-top: -49px;
  }
}

@media (max-width: 860px) {
  .franchise {
    width:100%;
    float:left;
  }
  .minus-space {
    margin-top:-25px; 
  }

  .franchise-heading{
    margin: 40px auto 10px auto;
    text-align:center;
  }

}

@media only screen and (max-width: 640px){
  .full-width-image {
    height: 600px;
  }
} 
@media (max-width: 550px) {
  #service-details {
    width:100%;
    float:left;
  }
  #service-cost {
    width:100%;
    float:left;
    text-align:left;
  }
  #pagefooter .nav-row ul li {
    width:100%;
    float:left;
  }
  .store-id-1, .store-id-2, .store-id-3 {
    height: 17.5rem;
    overflow: hidden;
  }
  .store-locator .store-button-wrapper {
    margin:auto auto;
    width:auto;
  }

  .store-locator .store-button-wrapper-2 {
    margin:auto auto;
    width:auto;
  }

  .store-locator .store-button-wrapper-3 {
    margin:auto auto;
    width:auto;
  }
  .store-locator .store_button {
    margin: 30px 10% 30px 10%;
    width:80%;
  }
  .store-locator .store_button-2 {
    margin: 0px 10% 30px 10%;
    width:80%;
  }

  .store-id-1 .store-name , .store-id-2 .store-name , .store-id-3 .store-name {
    font-size:15px;
    letter-spacing:1px;
  }

  .store-id-1 .store-name span , .store-id-2 .store-name span, .store-id-3 .store-name span {
    line-height:50px;
    font-size:35px;
    letter-spacing:5px;
    font-weight:bold;
  }
  .retail-selectboxes {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width:80%;
  }
  .retail-selectboxes select {
    width: 100%;
    height: 30px;
    overflow: hidden;
    background: url(/cdn/shop/t/2/assets/arrow_selectbox.png?8639728367537706799) no-repeat right #f9f9f9;
    padding: 0px 0px 0px 5px;
    border: 1px solid #d1d3d4;
    color:#999999;
    cursor: default;
    line-height: 25px;
    font-size: 13px;
    margin-left:0%;
    margin-right:0%;
    margin-top:20px;
    float:left;
    -webkit-appearance: none;
    -moz-appearance: none; /*sup*/
    appearance: none; /*sup*/
  }
}

@media (max-width: 581px) {
  
  .slide .overlay-text .text1 {
    top: 60%;
    left: 58%;
    right: 58%;
  }
}

@media (max-width: 490px) {
  .slide .overlay-text .text1 {
    left: 55%;
    right: 55%;
  }
}

@media (max-width: 480px) {
  #service-wrapper{
    width: 90%;
    float: none;
    overflow: hidden;
  }  


  .full-width-image {
    /*     height: 635px;  */
    height: 750px;
  }

  
}

@media (max-width: 468px) {
  .full-width-image {
    margin-top: 28px;
  }

  
}

@media (max-width: 430px){
  /* .full-width-image {
  margin-top: -80px;
} */
}
@media (max-width: 425px) {

  .franchise select {
    width: 100%;
    height: 42px;
    overflow: hidden;
    background: url(/cdn/shop/files/arrow_selectbox.png?3351320770341493628) no-repeat right #ffffff;
    padding: 0px 0px 0px 10px;
    border: 1px solid #a3925f;
    color:#061225;
    cursor: default;
    font-size: 14px;
    margin:10px auto 5px auto;
    letter-spacing:1px;
    -webkit-appearance: none;
    -moz-appearance: none; /*sup*/
    appearance: none; /*sup*/
  }
  .button-align {
    bottom: 10px;
    right: 32%;
  }
}


@media (max-width: 391px) {
  
  #pageheader .logo {
    margin-top: -20px;
  }
  .promotional-bar {
    padding-bottom: 45px;
  }

  .promotional-bar .promo-right {
    text-align:center;
    width: 100%;
    margin-top:0px;

  }}



@media (max-width: 390px) {
  .slide .overlay-text .text1 {
    left: 50%;
    right: 50%;
  }
}

@media (max-width: 375px) {
  .full-width-image {
    /*     height: 745px; */
    height: 815px;
  }
  .button-align {
    bottom: 30px;
    right: 30%;
  }
}
@media (max-width: 370px){
  /* .full-width-image {
  margin-top: -100px;
} */
  .store-id-1 .store-name span, .store-id-2 .store-name span, .store-id-3 .store-name span, .store-id-4 .store-name span, .store-id-5 .store-name span, .store-id-6 .store-name span, .store-id-7 .store-name span, .store-id-8 .store-name span, .store-id-9 .store-name span, .store-id-10 .store-name span, .store-id-11 .store-name span, .store-id-12 .store-name span, .store-id-13 .store-name span, .store-id-14 .store-name span, .store-id-15 .store-name span, .store-id-16 .store-name span, .store-id-17 .store-name span, .store-id-18 .store-name span, .store-id-19 .store-name span, .store-id-20 .store-name span, .store-id-21 .store-name span, .store-id-22 .store-name span, .store-id-23 .store-name span, .store-id-24 .store-name span, .store-id-25 .store-name span, .store-id-26 .store-name span, .store-id-27 .store-name span, .store-id-28 .store-name span, .store-id-29 .store-name span, .store-id-30 .store-name span{
    font-size: 35px !important;
  }
}


@media (max-width: 360px) {

  .nir-row{
    text-align: center;

    width: 91%;
  }



  .signup-form label {
    display: none;
  }
  #cartform .item .image {
    margin-left: 0;
    width: 50px;
  }
}



@media (max-width: 330px)
{
  .button-align {
    bottom: 10px;
    right: 28%;
  }
  .slide .overlay-text .text1 {
    left: 47%;
    right: 47%;
  }
  .slide .overlay-text .text1 button {
    padding: 13px 5px 14px;
  }
}
@media only screen and (max-width: 320px) {
  .full-width-image {
    height: 825px;
  }
  .store-locator .store_button, .store-locator .store_button-2{
    width: 50%;
    float: none;
    margin: 30px auto 30px auto;
  }

}

#book-service {
  width:auto;
  margin-left: auto; 
  margin-right: auto;
  text-align: center;
}
#book-service a{
  margin-top: 30px;
}

/* Float */
.float {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.track-button {
  width:540px;
  margin:30px auto 0px auto;
  float:center;
}





.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

.adarsh-maharashtra{
  color: #e01208;
  margin-top: 1em;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}

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

.only-add {
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .store-name span {
    font-size: 30px !important;
  }
}

.last-line {
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px){
  .last-line{
    padding: 10px;
  }
}

.back-to-top{
  bottom: 3em !important;
  right: 0.7em !important;
}

.full-box {
  /*width: 100%;*/
}

.best-seller{
 position: absolute;
 top: 0;
 right: 0;
 max-width: 30%!important;
 max-height: initial;
}

#pageheader .search-box .search-form input[type="text"] {
    font-size: 18px;;
}

#pageheader .search-box .search-form i {
  top: 11px;
}



@media screen and (max-width:600px){
.template-index .hide-mobile{display:none}
.template-index .hide-desktop{display:block}
}
@media screen and (min-width:600px){
.template-index .hide-mobile{display:block}
.template-index .hide-desktop{display:none}
}

.flexslider .slides img {
    margin: 0 auto 20px;
}

.flexslider .flex-direction-nav a {
    background: url(/cdn/shop/files/flexslider-leftright_1.png?v=1602675809) left top no-repeat;
}

@media only screen and (max-width: 767px)
{
.flexslider .flex-direction-nav a {
    display: block !important;
}
}

.flex-control-nav.flex-control-paging{
display:none
}

.radholder{position:relative}

.radholder input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.radholder label {
    display: block;
    position: relative;
    margin: 10px auto 10px 0px;
    z-index: 9;
    padding-left: 30px;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
.radholder .check {
    display: block;
    position: absolute;
    border: 2px solid #061224;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.radholder:hover .check {
  border: 2px solid #061224;
}

.radholder .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 5px;
    width: 5px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 2px solid #061224;
}

input[type=radio]:checked ~ .check::before{
  background: #061224;
}

input[type=radio] ~ label{
  color: #000;
}

input[type=radio]:checked ~ label {
    color: #061225;
}

.product-form legend {
    font-size: 16px;
    font-weight: 700;
}

.wpd-varient{display:block !important}


.wpd-formvari .input-row.quantity-input-row{display:none}
.wpd-formvari .input-row.dropdown-input-row-1{display:none}

.gallery .thumbnails img {
    max-width: 95px;
    display: inline-block !important;
}

.product-list .inline-option select{
    text-align-last: center;
  -moz-text-align-last: center;
}

#pageheader .logo img {
    height: 120px;
}

#pageheader .logo {
    padding: 0px 0 10px;
}

#pageheader .util-area {
    margin-top: 5px;
}

@media only screen and (max-width: 767px){
  .col-third.user-content.spaced-row{display:none}
  .col-third.user-content.right.spaced-row{display:none}
  .col-third.user-content.left.spaced-row{display:block}
}

.store-id-noida{
    background-image: url(/cdn/shop/files/Noida_A.jpg?v=1604579949);
}

@media screen and (min-width: 650px)
{
    .store-id-noida{
    background-image: url(/cdn/shop/files/Noida_A.jpg?v=1604579949);
}

}

@media screen and (min-width: 975px)
{
      .store-id-noida{
    background-image: url(/cdn/shop/files/Noida_A.jpg?v=1604579949);
}

}

.custom-testimonial-page .section-header__title{
margin-top:1em
}

.custom-testimonial-page blockquote {
    border: 2px solid #a3925f;
    border-radius: 2px;
}

.custom-testimonial-page .rte-setting.text-spacing p{
font-size:16px;
  display:block;
  padding: 0 10px;
  padding-bottom:10px;
  color:#000;
}

.testimonail-image img{
      border-radius: 50px;
  margin-bottom:10px;
}

.custom-testimonial-page cite{
    font-size: 15px;
    font-style: normal;
  	color:#000;
}

.custom-testimonial-page small{
    font-size: 13px;
    font-style: normal;
}

.grid-sizer,.col-md-4-item  {
  width: 33%;
}

@media screen and (max-width: 600px){
  grid-sizer,.col-md-4-item{
    width: 98%;
  }
  
  .collection-slider-row {
    padding-top: 0px;
	}
}

.testimonials-slider__text {
    margin: 1em 0em 1em 10px;
   	padding: 1em 0em; }


blockquote:before {
    color: #061225;
}

.template-article .social-area{display:none}


.myrelaprods .col-md-3 img {
    width: 240px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.myrelaprods h4{text-align:center}
.myrelaprods h5{text-align:center}


/* header white */
.promotional-bar {
    background: #fff;
}

.promotional-bar .promo-left a {
    text-decoration: none;
    color: #000 !important;
  font-size:13px;
}

.promotional-bar .promo-right a {
    text-decoration: none;
    color: #000;
}

#pageheader, #pageheader a {
    color: #000;
}

#pageheader .search-box .search-form {
    background-color: #fff;
    border-color: #dedede;
}

#pageheader {
    position: relative;
  background: #fff;}

button.notabutton.mobile-nav-toggle {
    color: #000 !important;
}
#mobile-header .mobile-nav-toggle span {
  background: #000;
}

#mobile-header {
    background: #fff;
}

.homepage-usp img{
width:100%}

#pageheader .search-box {
    left: 15px;
}

#pageheader .utils {
  right: 15px;
}

.video-testimonials{
margin-top:40px}

#store-messages {
    background: #fff;
}

#main-nav .multi-level-nav .tier-1 {
    background: #fff;
}

#main-nav .multi-level-nav .tier-2 {
    background: #fff;
}

#pagefooter{
    background: #fff;
}

.search-form{
	width: 159px;
  	border-radius: 50px;
}

.search-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.search-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.search-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.search-form input::active .search-form{
  width: 180px;
}

.newsletter h3{
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0em;
}

.newsletter p{
    font-size: 14px;
    text-align: center;
    margin: 5px;
}

.modal{
  overflow-y: initial !important;
  overflow: initial !important;
  border-radius:0px;
}

.blocker {
  z-index: 999999 !important;
}

#pagefooter .nav-row {
    background: #fff;
    border-top: 1px solid #a3925f;
    border-bottom: 1px solid #a3925f;
}

#pagefooter .nav-row a {
    color: #061225;
}


#main-nav .multi-level-nav > div {
    border-top: 1px solid #a3925f;
}

.testimonials-slider__text {
    box-shadow: -9px 12px 20px -6px rgba(0,0,0,0.7);
}

.offer-wrapper img{
    height: 300px;
    display: block;
    margin: 0 auto;}

.offerhead{
margin:1em 0 1em !important;
}

span.spr-review-header-byline::after {
    content: " | Verified Purchase";
    font-weight: 900;
    color: #000!important;
    font-style: normal;
    font-size: 13px;
}

ul.demosamp li::marker {
    font-size: 18px;
    color: #061225;
}

.product-detail .detail .price {
    font-size: 21px;
}

.flexslider3 .slides img {
    padding: 5px;
    width: 200px !important;
    height: auto;
}

@media screen and (max-width:600px){
.hide-mobile{display:none}
.hide-desktop{display:block}
  
  .mob-padding-2{
  margin-bottom:20px}
}
@media screen and (min-width:600px){
.hide-mobile{display:block}
.hide-desktop{display:none}
}

.gallery-wpd-4796350496853 .main-image{
position:relative}

.gallery-wpd-4796350496853 .main-image a.shows-lightbox::before{
  background: red;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 11;
    position: absolute;
/*     top: -58px; */
    right: 0;
  top:0;left:0;
/*     left: -50px; */
/*     background: url(/cdn/shop/files/ClipartKey_336288.png?v=1606386935); */
      background: url(/cdn/shop/files/Product-Corner-5.png?v=1607325013);
    background-size: 300px;
    background-repeat: no-repeat;
    z-index: 1;
    /* transform: rotate(90deg);*/
}
  
  
.page-header {
 border-bottom: 1px solid transparent;
}

.page-header p {
  font-size: 20px;
  color: #00008B;
}

.page-header img{
  widht: 100px;
  height: 50px;
}

@media screen and (min-width:600px){
  .mx-auto{
    display: flex;
    justify-content: center;
    margin-bottom:15px;
  }
  
  #store-messages.messages-3 .message {
    float: left;
    width: 16.33%;
}
}

/* body{cursor: url(/cdn/shop/files/heart-32_cb4e0490-8ec1-438c-9b76-7d2f337a4c65.png?v=1612429596), auto !important;}

a:-webkit-any-link {
    cursor: url(/cdn/shop/files/cupid-32_67e1fc1b-964b-43cd-8b79-7b76f92e6740.png?v=1612429595), auto !important;
}

.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  cursor: url(/cdn/shop/files/cupid-32_67e1fc1b-964b-43cd-8b79-7b76f92e6740.png?v=1612429595), auto !important;
}

.button, a.button, button, input[type="submit"], input[type="reset"], input[type="button"], select {
  cursor: url(/cdn/shop/files/cupid-32_67e1fc1b-964b-43cd-8b79-7b76f92e6740.png?v=1612429595), auto !important;
} */


/* temp red nav */
/* #main-nav .multi-level-nav .tier-1 {
    background: #b20b12;
}
#main-nav .multi-level-nav .tier-2 {
    background: #b20b12;
}

#main-nav a.expanded, #main-nav li.active > a, #main-nav a:hover, #main-nav .account-links a:hover {
    color: #061225;
}

#main-nav a {
    color: #fff !important;
}

#store-messages {
    background: #b20b12;
}
#store-messages .message .title {
    line-height: 1.3em;
    font-size: 15px;
    color: #fff;
}
#store-messages .message .tagline {
    font-size: 14px;
    display: block;
    line-height: 1.4em;
    margin-top: 5px;
    color: #fff;
}

@media only screen and (max-width: 600px)
{
#main-nav .multi-level-nav > div > ul > li > ul {
    background: #b20b12;
}} */

.article-list .article:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: none;
}

.article-list .article {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: none;
}

a img.logoimage{
	margin-top:-35px;
}

.shopify-policy__container {
    max-width: 100% !important;
}

@media screen and (max-width:500px){
.shopify-policy__container h1 {
    font-size:15px;
}
  
  
}

@media screen and (max-width:600px){

 
  body .promotional-bar {
        display: flex;
    padding-bottom: 0px;
}
  
  body .promotional-bar .promo-left{
    text-align: left;
}
  
 body .promotional-bar .promo-right {
    text-align: right;
}
  div#mobile-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
  
  button.notabutton.mobile-nav-toggle {
    width: auto;
    float: none;
}
  .newsearch{width:100%}
  
  #pageheader .logo {
    margin-top: 0;}
  
}

#pageheader .search-box .search-form input[type="text"]::placeholder{color:#0000008c !important;font-size:17px;padding-left:10px}

@media screen and (max-width:550px){
  
  	.nav-row ul li:nth-child(5) a:before {
    left: 165px;
	}
  
    .retail-selectboxes select {
    width: 96%;
    height: 35px;
    overflow: hidden;
    background: url(/cdn/shop/t/2/assets/arrow_selectbox.png?8639728367537706799) no-repeat right #f9f9f9;
    padding: 0px 10px;
    border: 3px solid #a3925f;
    color: #000000;
    cursor: default;
    line-height: 25px;
    font-size: 15px;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 35px;
    font-weight: 700;
}

.retail-selectboxes {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 90%;
    overflow: hidden;
}

.retail-page-container {
    max-width: 100%;
    margin: 20px;
    margin-bottom: -20px;
}

}

@media screen and (min-width:551px){
    .retail-selectboxes select {
    width: 29%;
    height: 35px;
    overflow: hidden;
    background: url(/cdn/shop/t/2/assets/arrow_selectbox.png?8639728367537706799) no-repeat right #f9f9f9;
    padding: 0px 10px;
    border: 3px solid #a3925f;
    color: #000000;
    cursor: default;
    line-height: 25px;
    font-size: 15px;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 35px;
    font-weight: 700;
}

.retail-selectboxes {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 75%;
    overflow: hidden;
}

.retail-page-container {
 max-width: 100%;
    margin: 0;
    margin-bottom: -60px;
    background: #f7f4ef;
    padding: 50px 0;
}


}

.vadodara-bg{
    background-image: url(/cdn/shop/files/KY9A9596_1.jpg?v=1638939428);
}

span.best-seller.img-responsive {
    background: #1b213f;
    padding: 2px 5px;
    color: #fff;
    font-size: 14px;
    left: 0;
    width: 50px;
}

.store-id-32.prabhadevi {background-image:url(/cdn/shop/files/Prabhadevi_2.jpg?v=1645098165);}
.store-id-13.powai {background-image:url(/cdn/shop/files/powai_store-min.png?v=1645609830);}
label.spb-productdescfont.spb-productdesctextcolor {
    padding-bottom: 10px;
}

.article.lightboximages{
margin-left:100px
}
@media only screen and (max-width: 1040px)
{.article.lightboximages{
margin-left:0
}
}
.liststylemargin{
style="margin-left: 37em;"
}
@media only screen and (max-width: 1040px){
.liststylemargin{
style="margin-left: 0;"
}
}

/* center align blog post */
.article.lightboximages .user-content p:first-child{
text-align:center;
}

 /* DUMMY CHAT HIDE */
iframe#dummy-chat-button-iframe {
    display: none !important;;
}

@media only screen and (min-width: 600px){
button.btn.btn-block.btn-social.btn-facebook {
    width: 20% !important;
}
  button.btn.btn-block.btn-social.btn-google-plus {
    width: 20% !important;
}
  }


 .template-product h2.h1-style.price {
    margin-bottom: 0px !important;
}

/* LINKEDIN FORM */
h1.link-form {
    text-align: center !important;
}
h2.link-form {
    text-align: center !important;
}
.error-navigation-container.is-success {
    display: none;
}
/* END */

/* .wpd-formvari .input-row.dropdown-input-row-1{display:none} */


/* Hide the hidden input field that is above the Add to Cart button */
@media screen and (max-width: 600px){
    .hide-on-mobile {
        display: none;
    }
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
      min-width: 100px;
    }
    a.but-now-btn {
      min-width: 100px !important;
    }
}

h2.h1-style.price {
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 600px){
.two-img-con {
    display: flex;
}
}

@media only screen and (max-width: 600px){
.two-img-con {
    display: flex;
    flex-direction: column;
}
}