.flexslider {
  font-family: Poppins;
}

*,input,:before,:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body {
  padding: 0;
  margin: 0;
}

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

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"],input[type="text"],input[type="button"],input[type="email"],button,input[type="submit"] {
  outline: none;
  -moz-appearance: none;
}

:focus,.btn.active.focus,.active.focus.btn--secondary,.active.focus.btn--tertiary,input.active.focus[type="submit"],.btn.active:focus,.active.btn--secondary:focus,.active.btn--tertiary:focus,input.active[type="submit"]:focus,.btn.focus,.focus.btn--secondary,.focus.btn--tertiary,input.focus[type="submit"],.btn:active.focus,.btn--secondary:active.focus,.btn--tertiary:active.focus,input[type="submit"]:active.focus,.btn:active:focus,.btn--secondary:active:focus,.btn--tertiary:active:focus,input[type="submit"]:active:focus,.btn:focus,.btn--secondary:focus,.btn--tertiary:focus,input[type="submit"]:focus {
  outline: none;
}

body {
  background-color: #fff;
}

.wrapper {
  *zoom: 1;
  max-width: 100%;
  margin: 0 auto;
  clear: both;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.container-bg {
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 0 4%;
}

@media screen and (max-width: 967px) {
  .container-bg {
    padding: 0 1%;
  }
}

@media screen and (max-width: 1199px) {
  .container-bg {
    padding: 0 2%;
  }
}

hr {
  clear: both;
  border-top: solid #e4e4e4;
  border-width: 1px 0 0;
  margin: 15px 0;
  height: 0;
}

hr.hr--small {
  margin: 15px 0;
}

hr.hr--clear {
  border-top-color: transparent;
}

.template-index .main-content .grid-uniform+hr.hr--clear {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1409px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1410px) and (max-width: 1589px) {
  .container {
    width: 1380px;
  }
}

@media (min-width: 1590px) {
  .container {
    width: 1560px;
  }
}

.list-inline {
  margin: 0;
  padding: 0;
}

.list-inline>li {
  padding: 0;
}

body,input,textarea,button,select {
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 1.7;
  font-family: Roboto;
  color: #313131;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 967px) {
  body,input,textarea,button,select {
    font-size: 14px;
  }
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  margin: 0 0 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #282828;
}

h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a {
  text-decoration: none;
  font-weight: inherit;
}

h1,.h1 {
    font-size: 21px;
    text-transform: none;
    line-height: 1;
    margin-left: 10px;
    margin-bottom: 2px;
}

@media screen and (max-width: 567px) {
  h1,.h1 {
    font-size: 7vw;
  }
}

h2,.h2 {
  font-size: 36px;
  letter-spacing: 1px;
}

@media screen and (max-width: 567px) {
  h2,.h2 {
    font-size: 32px;
  }
}

h3,.h3 {
  font-size: 48px;
  text-transform: none;
}

@media screen and (max-width: 567px) {
  h3,.h3 {
    font-size: 37px;
  }
}

h4,.h4 {
  font-size: 24px;
}

@media screen and (max-width: 567px) {
  h4,.h4 {
    font-size: 21px;
  }
}

h5,.h5 {
  font-size: 19px;
}

@media screen and (max-width: 567px) {
  h5,.h5 {
    font-size: 17px;
  }
}

h6,.h6 {
  font-size: 18px;
}

@media screen and (max-width: 567px) {
  h6,.h6 {
    font-size: 16px;
  }
}

p {
  margin: 0 0 15px 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

b,strong {
  font-weight: bold;
}

small {
  font-size: 0.9em;
}

sup,sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

blockquote {
  margin: 0 0 10px;
  padding: 15px 30px;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p+cite {
  margin-top: 15px;
}

blockquote cite {
  display: block;
  font-size: 0.75em;
}

blockquote cite:before {
  content: "\2014 \0020";
}

code,pre {
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
}

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px;
}

ul,ol {
  margin: 0;
  padding: 0;
}

.inline-list li {
  display: inline-block;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .inline-list li {
    display: inline-block;
  }
}

.inline-list li:last-child {
  margin-right: 0;
}

table {
  background-color: #fff;
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

th {
  font-weight: bold;
}

th,td {
  text-align: left;
  padding: 15px;
  border: 1px solid #e4e4e4;
}

.grid,.grid--rev,.grid--full,.grid-uniform {
  *zoom: 1;
}

.grid:after,.grid--rev:after,.grid--full:after,.grid-uniform:after {
  content: "";
  display: table;
  clear: both;
}

.grid__item.clear {
  clear: both;
}

.grid,.grid--rev,.grid--full,.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid__item {
  float: left;
  min-height: 1px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev>.grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

.grid--full {
  margin-left: 0;
}

.grid--full>.grid__item {
  padding-left: 0;
}

.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.656%;
}

.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

.one-sixth {
  width: 16.666%;
}

.two-sixths {
  width: 33.333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.666%;
}

.five-sixths {
  width: 83.333%;
}

.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

@media only screen and (max-width: 567px) {
  .small--one-whole {
    width: 100%;
  }

  .small--one-half {
    width: 50%;
  }

  .small--one-third {
    width: 33.333%;
  }

  .small--two-thirds {
    width: 66.656%;
  }

  .small--one-quarter {
    width: 25%;
  }

  .small--two-quarters {
    width: 50%;
  }

  .small--three-quarters {
    width: 75%;
  }

  .small--one-fifth {
    width: 20%;
  }

  .small--two-fifths {
    width: 40%;
  }

  .small--three-fifths {
    width: 60%;
  }

  .small--four-fifths {
    width: 80%;
  }

  .small--one-sixth {
    width: 16.666%;
  }

  .small--two-sixths {
    width: 33.333%;
  }

  .small--three-sixths {
    width: 50%;
  }

  .small--four-sixths {
    width: 66.666%;
  }

  .small--five-sixths {
    width: 83.333%;
  }

  .small--one-eighth {
    width: 12.5%;
  }

  .small--two-eighths {
    width: 25%;
  }

  .small--three-eighths {
    width: 37.5%;
  }

  .small--four-eighths {
    width: 50%;
  }

  .small--five-eighths {
    width: 62.5%;
  }

  .small--six-eighths {
    width: 75%;
  }

  .small--seven-eighths {
    width: 87.5%;
  }

  .small--one-tenth {
    width: 10%;
  }

  .small--two-tenths {
    width: 20%;
  }

  .small--three-tenths {
    width: 30%;
  }

  .small--four-tenths {
    width: 40%;
  }

  .small--five-tenths {
    width: 50%;
  }

  .small--six-tenths {
    width: 60%;
  }

  .small--seven-tenths {
    width: 70%;
  }

  .small--eight-tenths {
    width: 80%;
  }

  .small--nine-tenths {
    width: 90%;
  }

  .small--left {
    float: left !important;
  }

  .small--right {
    float: right !important;
  }

  .grid-uniform .small--one-half:nth-child(2n+1),.grid-uniform .small--one-third:nth-child(3n+1),.grid-uniform .small--one-quarter:nth-child(4n+1),.grid-uniform .small--one-fifth:nth-child(5n+1),.grid-uniform .small--one-sixth:nth-child(6n+1),.grid-uniform .small--two-sixths:nth-child(3n+1),.grid-uniform .small--three-sixths:nth-child(2n+1),.grid-uniform .small--two-eighths:nth-child(4n+1),.grid-uniform .small--four-eighths:nth-child(2n+1),.grid-uniform .small--five-tenths:nth-child(2n+1),.grid-uniform .small--one-twelfth:nth-child(12n+1),.grid-uniform .small--two-twelfths:nth-child(6n+1),.grid-uniform .small--three-twelfths:nth-child(4n+1),.grid-uniform .small--four-twelfths:nth-child(3n+1),.grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
  .medium--one-whole {
    width: 100%;
  }

  .medium--one-half {
    width: 50%;
  }

  .medium--one-third {
    width: 33.333%;
  }

  .medium--two-thirds {
    width: 66.656%;
  }

  .medium--one-quarter {
    width: 25%;
  }

  .medium--two-quarters {
    width: 50%;
  }

  .medium--three-quarters {
    width: 75%;
  }

  .medium--one-fifth {
    width: 20%;
  }

  .medium--two-fifths {
    width: 40%;
  }

  .medium--three-fifths {
    width: 60%;
  }

  .medium--four-fifths {
    width: 80%;
  }

  .medium--one-sixth {
    width: 16.666%;
  }

  .medium--two-sixths {
    width: 33.333%;
  }

  .medium--three-sixths {
    width: 50%;
  }

  .medium--four-sixths {
    width: 66.666%;
  }

  .medium--five-sixths {
    width: 83.333%;
  }

  .medium--one-eighth {
    width: 12.5%;
  }

  .medium--two-eighths {
    width: 25%;
  }

  .medium--three-eighths {
    width: 37.5%;
  }

  .medium--four-eighths {
    width: 50%;
  }

  .medium--five-eighths {
    width: 62.5%;
  }

  .medium--six-eighths {
    width: 75%;
  }

  .medium--seven-eighths {
    width: 87.5%;
  }

  .medium--one-tenth {
    width: 10%;
  }

  .medium--two-tenths {
    width: 20%;
  }

  .medium--three-tenths {
    width: 30%;
  }

  .medium--four-tenths {
    width: 40%;
  }

  .medium--five-tenths {
    width: 50%;
  }

  .medium--six-tenths {
    width: 60%;
  }

  .medium--seven-tenths {
    width: 70%;
  }

  .medium--eight-tenths {
    width: 80%;
  }

  .medium--nine-tenths {
    width: 90%;
  }

  .medium--left {
    float: left !important;
  }

  .medium--right {
    float: right !important;
  }

  .grid-uniform .medium--one-half:nth-child(2n+1),.grid-uniform .medium--one-third:nth-child(3n+1),.grid-uniform .medium--one-quarter:nth-child(4n+1),.grid-uniform .medium--one-fifth:nth-child(5n+1),.grid-uniform .medium--one-sixth:nth-child(6n+1),.grid-uniform .medium--two-sixths:nth-child(3n+1),.grid-uniform .medium--three-sixths:nth-child(2n+1),.grid-uniform .medium--two-eighths:nth-child(4n+1),.grid-uniform .medium--four-eighths:nth-child(2n+1),.grid-uniform .medium--five-tenths:nth-child(2n+1),.grid-uniform .medium--one-twelfth:nth-child(12n+1),.grid-uniform .medium--two-twelfths:nth-child(6n+1),.grid-uniform .medium--three-twelfths:nth-child(4n+1),.grid-uniform .medium--four-twelfths:nth-child(3n+1),.grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  .medium-down--one-whole {
    width: 100%;
  }

  .medium-down--one-half {
    width: 50%;
  }

  .medium-down--one-third {
    width: 33.333%;
  }

  .medium-down--two-thirds {
    width: 66.656%;
  }

  .medium-down--one-quarter {
    width: 25%;
  }

  .medium-down--two-quarters {
    width: 50%;
  }

  .medium-down--three-quarters {
    width: 75%;
  }

  .medium-down--one-fifth {
    width: 20%;
  }

  .medium-down--two-fifths {
    width: 40%;
  }

  .medium-down--three-fifths {
    width: 60%;
  }

  .medium-down--four-fifths {
    width: 80%;
  }

  .medium-down--one-sixth {
    width: 16.666%;
  }

  .medium-down--two-sixths {
    width: 33.333%;
  }

  .medium-down--three-sixths {
    width: 50%;
  }

  .medium-down--four-sixths {
    width: 66.666%;
  }

  .medium-down--five-sixths {
    width: 83.333%;
  }

  .medium-down--one-eighth {
    width: 12.5%;
  }

  .medium-down--two-eighths {
    width: 25%;
  }

  .medium-down--three-eighths {
    width: 37.5%;
  }

  .medium-down--four-eighths {
    width: 50%;
  }

  .medium-down--five-eighths {
    width: 62.5%;
  }

  .medium-down--six-eighths {
    width: 75%;
  }

  .medium-down--seven-eighths {
    width: 87.5%;
  }

  .medium-down--one-tenth {
    width: 10%;
  }

  .medium-down--two-tenths {
    width: 20%;
  }

  .medium-down--three-tenths {
    width: 30%;
  }

  .medium-down--four-tenths {
    width: 40%;
  }

  .medium-down--five-tenths {
    width: 50%;
  }

  .medium-down--six-tenths {
    width: 60%;
  }

  .medium-down--seven-tenths {
    width: 70%;
  }

  .medium-down--eight-tenths {
    width: 80%;
  }

  .medium-down--nine-tenths {
    width: 90%;
  }

  .medium-down--left {
    float: left !important;
  }

  .medium-down--right {
    float: right !important;
  }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),.grid-uniform .medium-down--one-third:nth-child(3n+1),.grid-uniform .medium-down--one-quarter:nth-child(4n+1),.grid-uniform .medium-down--one-fifth:nth-child(5n+1),.grid-uniform .medium-down--one-sixth:nth-child(6n+1),.grid-uniform .medium-down--two-sixths:nth-child(3n+1),.grid-uniform .medium-down--three-sixths:nth-child(2n+1),.grid-uniform .medium-down--two-eighths:nth-child(4n+1),.grid-uniform .medium-down--four-eighths:nth-child(2n+1),.grid-uniform .medium-down--five-tenths:nth-child(2n+1),.grid-uniform .medium-down--one-twelfth:nth-child(12n+1),.grid-uniform .medium-down--two-twelfths:nth-child(6n+1),.grid-uniform .medium-down--three-twelfths:nth-child(4n+1),.grid-uniform .medium-down--four-twelfths:nth-child(3n+1),.grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 768px) and (max-width: 967px) {
  .large--one-whole {
    width: 100%;
  }

  .large--one-half {
    width: 50%;
  }

  .large--one-third {
    width: 33.333%;
  }

  .large--two-thirds {
    width: 66.656%;
  }

  .large--one-quarter {
    width: 25%;
  }

  .large--two-quarters {
    width: 50%;
  }

  .large--three-quarters {
    width: 75%;
  }

  .large--one-fifth {
    width: 20%;
  }

  .large--two-fifths {
    width: 40%;
  }

  .large--three-fifths {
    width: 60%;
  }

  .large--four-fifths {
    width: 80%;
  }

  .large--one-sixth {
    width: 16.666%;
  }

  .large--two-sixths {
    width: 33.333%;
  }

  .large--three-sixths {
    width: 50%;
  }

  .large--four-sixths {
    width: 66.666%;
  }

  .large--five-sixths {
    width: 83.333%;
  }

  .large--one-eighth {
    width: 12.5%;
  }

  .large--two-eighths {
    width: 25%;
  }

  .large--three-eighths {
    width: 37.5%;
  }

  .large--four-eighths {
    width: 50%;
  }

  .large--five-eighths {
    width: 62.5%;
  }

  .large--six-eighths {
    width: 75%;
  }

  .large--seven-eighths {
    width: 87.5%;
  }

  .large--one-tenth {
    width: 10%;
  }

  .large--two-tenths {
    width: 20%;
  }

  .large--three-tenths {
    width: 30%;
  }

  .large--four-tenths {
    width: 40%;
  }

  .large--five-tenths {
    width: 50%;
  }

  .large--six-tenths {
    width: 60%;
  }

  .large--seven-tenths {
    width: 70%;
  }

  .large--eight-tenths {
    width: 80%;
  }

  .large--nine-tenths {
    width: 90%;
  }

  .large--left {
    float: left !important;
  }

  .large--right {
    float: right !important;
  }

  .grid-uniform .large--one-half:nth-child(2n+1),.grid-uniform .large--one-third:nth-child(3n+1),.grid-uniform .large--one-quarter:nth-child(4n+1),.grid-uniform .large--one-fifth:nth-child(5n+1),.grid-uniform .large--one-sixth:nth-child(6n+1),.grid-uniform .large--two-sixths:nth-child(3n+1),.grid-uniform .large--three-sixths:nth-child(2n+1),.grid-uniform .large--two-eighths:nth-child(4n+1),.grid-uniform .large--four-eighths:nth-child(2n+1),.grid-uniform .large--five-tenths:nth-child(2n+1),.grid-uniform .large--one-twelfth:nth-child(12n+1),.grid-uniform .large--two-twelfths:nth-child(6n+1),.grid-uniform .large--three-twelfths:nth-child(4n+1),.grid-uniform .large--four-twelfths:nth-child(3n+1),.grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 968px) and (max-width: 1199px) {
  .post-large--one-whole {
    width: 100%;
  }

  .post-large--one-half {
    width: 50%;
  }

  .post-large--one-third {
    width: 33.333%;
  }

  .post-large--two-thirds {
    width: 66.656%;
  }

  .post-large--one-quarter {
    width: 25%;
  }

  .post-large--two-quarters {
    width: 50%;
  }

  .post-large--three-quarters {
    width: 75%;
  }

  .post-large--one-fifth {
    width: 20%;
  }

  .post-large--two-fifths {
    width: 40%;
  }

  .post-large--three-fifths {
    width: 60%;
  }

  .post-large--four-fifths {
    width: 80%;
  }

  .post-large--one-sixth {
    width: 16.666%;
  }

  .post-large--two-sixths {
    width: 33.333%;
  }

  .post-large--three-sixths {
    width: 50%;
  }

  .post-large--four-sixths {
    width: 66.666%;
  }

  .post-large--five-sixths {
    width: 83.333%;
  }

  .post-large--one-eighth {
    width: 12.5%;
  }

  .post-large--two-eighths {
    width: 25%;
  }

  .post-large--three-eighths {
    width: 37.5%;
  }

  .post-large--four-eighths {
    width: 50%;
  }

  .post-large--five-eighths {
    width: 62.5%;
  }

  .post-large--six-eighths {
    width: 75%;
  }

  .post-large--seven-eighths {
    width: 87.5%;
  }

  .post-large--one-tenth {
    width: 10%;
  }

  .post-large--two-tenths {
    width: 20%;
  }

  .post-large--three-tenths {
    width: 30%;
  }

  .post-large--four-tenths {
    width: 40%;
  }

  .post-large--five-tenths {
    width: 50%;
  }

  .post-large--six-tenths {
    width: 60%;
  }

  .post-large--seven-tenths {
    width: 70%;
  }

  .post-large--eight-tenths {
    width: 80%;
  }

  .post-large--nine-tenths {
    width: 90%;
  }

  .post-large--left {
    float: left !important;
  }

  .post-large--right {
    float: right !important;
  }

  .grid-uniform .post-large--one-half:nth-child(2n+1),.grid-uniform .post-large--one-third:nth-child(3n+1),.grid-uniform .post-large--one-quarter:nth-child(4n+1),.grid-uniform .post-large--one-fifth:nth-child(5n+1),.grid-uniform .post-large--one-sixth:nth-child(6n+1),.grid-uniform .post-large--two-sixths:nth-child(3n+1),.grid-uniform .post-large--three-sixths:nth-child(2n+1),.grid-uniform .post-large--two-eighths:nth-child(4n+1),.grid-uniform .post-large--four-eighths:nth-child(2n+1),.grid-uniform .post-large--five-tenths:nth-child(2n+1),.grid-uniform .post-large--one-twelfth:nth-child(12n+1),.grid-uniform .post-large--two-twelfths:nth-child(6n+1),.grid-uniform .post-large--three-twelfths:nth-child(4n+1),.grid-uniform .post-large--four-twelfths:nth-child(3n+1),.grid-uniform .post-large--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 5000px) {
  .wide--one-whole {
    width: 100%;
  }

  .wide--one-half {
    width: 50%;
  }

  .wide--one-third {
    width: 33.333%;
  }

  .wide--two-thirds {
    width: 66.656%;
  }

  .wide--one-quarter {
    width: 25%;
  }

  .wide--two-quarters {
    width: 50%;
  }

  .wide--three-quarters {
    width: 75%;
  }

  .wide--one-fifth {
    width: 20%;
  }

  .wide--two-fifths {
    width: 40%;
  }

  .wide--three-fifths {
    width: 60%;
  }

  .wide--four-fifths {
    width: 80%;
  }

  .wide--one-sixth {
    width: 16.666%;
  }

  .wide--two-sixths {
    width: 33.333%;
  }

  .wide--three-sixths {
    width: 50%;
  }

  .wide--four-sixths {
    width: 66.666%;
  }

  .wide--five-sixths {
    width: 83.333%;
  }

  .wide--one-eighth {
    width: 12.5%;
  }

  .wide--two-eighths {
    width: 25%;
  }

  .wide--three-eighths {
    width: 37.5%;
  }

  .wide--four-eighths {
    width: 50%;
  }

  .wide--five-eighths {
    width: 62.5%;
  }

  .wide--six-eighths {
    width: 75%;
  }

  .wide--seven-eighths {
    width: 87.5%;
  }

  .wide--one-tenth {
    width: 10%;
  }

  .wide--two-tenths {
    width: 20%;
  }

  .wide--three-tenths {
    width: 30%;
  }

  .wide--four-tenths {
    width: 40%;
  }

  .wide--five-tenths {
    width: 50%;
  }

  .wide--six-tenths {
    width: 60%;
  }

  .wide--seven-tenths {
    width: 70%;
  }

  .wide--eight-tenths {
    width: 80%;
  }

  .wide--nine-tenths {
    width: 90%;
  }

  .wide--left {
    float: left !important;
  }

  .wide--right {
    float: right !important;
  }

  .grid-uniform .wide--one-half:nth-child(2n+1),.grid-uniform .wide--one-third:nth-child(3n+1),.grid-uniform .wide--one-quarter:nth-child(4n+1),.grid-uniform .wide--one-fifth:nth-child(5n+1),.grid-uniform .wide--one-sixth:nth-child(6n+1),.grid-uniform .wide--two-sixths:nth-child(3n+1),.grid-uniform .wide--three-sixths:nth-child(2n+1),.grid-uniform .wide--two-eighths:nth-child(4n+1),.grid-uniform .wide--four-eighths:nth-child(2n+1),.grid-uniform .wide--five-tenths:nth-child(2n+1),.grid-uniform .wide--one-twelfth:nth-child(12n+1),.grid-uniform .wide--two-twelfths:nth-child(6n+1),.grid-uniform .wide--three-twelfths:nth-child(4n+1),.grid-uniform .wide--four-twelfths:nth-child(3n+1),.grid-uniform .wide--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media screen and (min-width: 768px) {
  .post-large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .post-large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

a,.text-link {
  color: #313131;
  text-decoration: none;
  background: transparent;
}


a:hover,a:focus,.text-link:hover,.text-link:focus {
  color: #9cc400;
}
.site-nav li.level1{
  border-bottom: 1px solid rgba(117, 190, 218, 0.0);
}

.site-nav li.level1:hover{
  border-bottom: 1px solid #9cc400;
}

button {
  overflow: visible;
}

button[disabled],html input[disabled] {
  cursor: default;
}






.btn,.btn--secondary,input.btn--secondary,.btn--tertiary,input.btn--tertiary,input[type="submit"],.dt-sc-button {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sidebar-tag input[type="checkbox"]+label {
  padding: 5px 25px;
  margin: 0;
}

.btn,.btn--secondary,input.btn--secondary,.btn--tertiary,input.btn--tertiary,input[type="submit"],.dt-sc-button {
  background: #480202;
  border: none;
  color: #fff;
}

.btn:hover,.btn--secondary:hover,.btn--tertiary:hover,input[type="submit"]:hover,.dt-sc-button:hover {
  background-color: #960202 ;
  color: #ffffff;
  border-color: #960202;
}

.btn,.btn--secondary,input.btn--secondary,.btn--tertiary,input.btn--tertiary,input[type="submit"],.dt-sc-button {
  display: inline-block;
  font-weight: normal;
  padding: 8px 10px;
  margin: 0;
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  ;-webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
}

.btn:active,.btn--secondary:active,.btn--tertiary:active,input[type="submit"]:active,.btn:focus,.btn--secondary:focus,.btn--tertiary:focus,input[type="submit"]:focus,.dt-sc-button:active,.dt-sc-button:focus {
  background-color: #222;
  color: #ffffff;
  border-color: #000;
}

.btn--small {
  padding: 4px 5px;
  font-size: em(12px);
}

.btn--large {
  padding: 12px 15px;
  font-size: em(16px);
}

.btn--full {
  width: 100%;
}

.btn--tertiary,input.btn--tertiary {
  margin: 0;
  background-color: #fff;
  color: #ffbf17;
  border: 1px solid #e4e4e4;
}

.btn--tertiary:hover,input.btn--tertiary:hover {
  opacity: 1;
  background-color: #ffbf17;
}

.btn--tertiary:active,.btn--tertiary:focus,input.btn--tertiary:active,input.btn--tertiary:focus {
  background-color: #e3a400;
}

select.btn--tertiary {
  padding: 6px 28px 6px 10px;
  font-size: 0.85em;
}

.text-link {
  display: inline;
  border: 0 none;
  padding: 0;
  margin: 0;
}

img {
  border: 0 none;
}

svg:not(:root) {
  overflow: hidden;
}

img.auto,.grid__item img,.grid__item iframe {
  max-width: 100%;
}

.table-wrapper {
  max-width: 100%;
  overflow: auto;
}

label {
  font-weight: 500;
}

input,textarea,button,select {
  font-size: 1em;
}

button,input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="tel"],input[type="submit"],textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0 0 10px 0;
  outline: none;
}

input,textarea,select,fieldset {
  max-width: 100%;
}

input.input-full,textarea.input-full,select.input-full,fieldset.input-full {
  width: 100%;
}

input,select,textarea {
  padding: 10px 15px;
  line-height: 1.42;
}

fieldset {
  border: 1px solid #e4e4e4;
  padding: 15px;
}

legend {
  border: 0;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

input {
  display: inline-block;
  width: auto;
}

button,input[type="submit"] {
  cursor: pointer;
}

input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="number"],input[type="tel"],textarea,select {
  border: 1px solid #eee;
  max-width: 100%;
}

input[type="text"]:focus,input[type="search"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="file"]:focus,input[type="number"]:focus,input[type="tel"]:focus,textarea:focus,select:focus {
  border: 1px solid #960202;
}

input[type="text"][disabled],input[type="text"].disabled,input[type="search"][disabled],input[type="search"].disabled,input[type="password"][disabled],input[type="password"].disabled,input[type="email"][disabled],input[type="email"].disabled,input[type="file"][disabled],input[type="file"].disabled,input[type="number"][disabled],input[type="number"].disabled,input[type="tel"][disabled],input[type="tel"].disabled,textarea[disabled],textarea.disabled,select[disabled],select.disabled {
  cursor: default;
  background-color: #f6f6f6;
  border-color: #b6b6b6;
}

textarea {
  min-height: 140px;
}

input[type="checkbox"],input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/ico-select.svg?v=2311470713116691728");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  outline: none;
}

.ie9 select,.lt-ie9 select {
  padding-right: 10px;
  background-image: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

option {
  color: #000;
  background-color: #fff;
}

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

.hidden-label {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

label,legend {
  display: block;
  margin-bottom: 2px;
}

label.inline,legend.inline {
  display: inline;
}

.form-horizontal label.label--hidden,label.label--hidden,.form-horizontal legend.label--hidden,legend.label--hidden {
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.ie9 .form-horizontal label.label--hidden,.lt-ie9 .form-horizontal label.label--hidden,.ie9 label.label--hidden,.lt-ie9 label.label--hidden,.ie9 .form-horizontal legend.label--hidden,.lt-ie9 .form-horizontal legend.label--hidden,.ie9 legend.label--hidden,.lt-ie9 legend.label--hidden {
  height: auto;
  width: auto;
  margin-bottom: 2px;
  overflow: visible;
}

.form-horizontal label:not(.label--hidden),.form-horizontal legend:not(.label--hidden) {
  font-size: 0.9em;
}

input[type="checkbox"]+label,input[type="radio"]+label {
  font-weight: normal;
}

.label-hint {
  color: #999;
}

form.form-horizontal,.form-horizontal {
  margin-bottom: 0;
}

form.form-horizontal input[type="text"],form.form-horizontal input[type="search"],form.form-horizontal input[type="password"],form.form-horizontal input[type="email"],form.form-horizontal input[type="file"],form.form-horizontal input[type="number"],form.form-horizontal input[type="tel"],form.form-horizontal textarea,form.form-horizontal select,form.form-horizontal label,.form-horizontal input[type="text"],.form-horizontal input[type="search"],.form-horizontal input[type="password"],.form-horizontal input[type="email"],.form-horizontal input[type="file"],.form-horizontal input[type="number"],.form-horizontal input[type="tel"],.form-horizontal textarea,.form-horizontal select,.form-horizontal label {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}

@media screen and (min-width: 768px) {
  .form-horizontal ~ .form-horizontal {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .form-horizontal ~ .form-horizontal {
    margin-top: 7.5px;
  }
}

input[type="text"].error,input[type="search"].error,input[type="password"].error,input[type="email"].error,input[type="file"].error,input[type="number"].error,input[type="tel"].error,textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e;
}

label.error {
  color: #d02e2e;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

.input-group-field,.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.input-group .btn,.input-group .btn--secondary,.input-group .btn--tertiary,.input-group input[type="submit"],.input-group .input-group-field {
  height: 37px;
}

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .search-bar {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

@font-face {
  font-family:'icons';src:url("//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/icons.eot?v=11209286326998609397");src:url("//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/icons.eot?v=11209286326998609397#iefix") format("embedded-opentype"),url("//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/icons.woff?v=6911760552366072133") format("woff"),url("//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/icons.ttf?v=11565561628289629118") format("truetype"),url("//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/icons.svg?v=10030422846255678419#timber-icons") format("svg");font-weight:normal;font-style:normal;
}

.icon-fallback-text .icon {
  display: none;
}

.supports-fontface .icon-fallback-text .icon {
  display: inline-block;
}

.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.icon:before {
  display: none;
}

.supports-fontface .icon:before {
  display: inline;
  font-family: "icons";
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumb a,.tags a {
  color: #313131;
}

.breadcrumb a:hover,.breadcrumb a:focus,.breadcrumb a:active,.tags a:hover,.tags a:focus,.tags a:active {
  color: #960202;
}

.parallax {
  float: left;
  width: 100%;
  text-align: center;
  height: auto;
  background-attachment: fixed;
  padding: 80px 0px;
}

.breadcrumb h1,.breadcrumb .h1 {
  display: inline-block;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .breadcrumb h1,.breadcrumb .h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 567px) {
  .breadcrumb h1,.breadcrumb .h1 {
    font-size: 22px;
    width: 100%;
    margin-top: 10px;
  }
}

.tag--active a {
  color: #ffbf17;
}

.footerbg .footer-logo {
  text-align: left;
  padding-right: 20px;
  padding-bottom: 120px;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .footerbg .footer-logo {
    position: static;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  .footerbg .footer-logo {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footerbg .footer-logo p {
  padding: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .footerbg .footer-logo p {
    font-size: 13px;
    font-weight: normal;
  }
}

@media screen and (max-width: 967px) {
  .footerbg .footer-logo p {
    margin-bottom: 10px;
  }
}

.footerbg .footer_container {
  float: right;
  width: 480px;
}

@media screen and (max-width: 1559px) {
  .footerbg .footer_container {
    width: 460px;
  }
}

@media screen and (max-width: 1199px) {
  .footerbg .footer_container {
    width: 370px;
  }
}

@media screen and (max-width: 967px) {
  .footerbg .footer_container {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .footerbg .footer_container {
    width: 100%;
  }
}

.footerbg .footer-logo img.normal-footer-logo {
  padding: 0;
  margin: 30px 0 15px;
}

@media screen and (max-width: 1199px) {
  .footerbg .footer-logo img.normal-footer-logo {
    margin: 20px 0 15px;
  }
}

.footerbg .social-links-type-5 li {
  margin-bottom: 7px;
  float: left;
  width: 100%;
}

.footerbg .social-links-type-5 li i {
  width: 25px;
}

.footerbg .footer-icons .payment-icons li a img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 967px) {
  .footerbg .footer-icons .payment-icons li a img {
    width: 35px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .footerbg .footer-icons .payment-icons {
    text-align: left;
  }
}
.site-footer a{
  position: relative;
  border-bottom: 1px solid rgba(117, 190, 218, 0.0);
}
.site-footer a:hover {
  color: #960202 !important;
}



.site-footer {
  margin-top: 60px;
  background: #f5f5f5;
}

.site-footer form {
  margin-bottom: 0;
  margin-top: 25px;
}

.site-footer .text-center input {
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer ul {
  margin-bottom: 0;
}

.site-footer input::-webkit-input-placeholder {
  color: #999;
}

.site-footer input:-moz-placeholder {
  color: #999;
}

.site-footer input::-moz-placeholder {
  color: #999;
}

.site-footer input:-ms-input-placeholder {
  color: #999;
}

.site-footer input {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

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

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea:-moz-placeholder {
  color: #999;
}

textarea::-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder {
  color: #999;
}

.note,.errors {
  display: inline-block;
  width: 100%;
  border-radius: 2px;
  padding: 6px 12px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left;
}

.note ul,.note ol,.errors ul,.errors ol {
  margin-top: 0;
  margin-bottom: 0;
}

.note li:last-child,.errors li:last-child {
  margin-bottom: 0;
}

.note p,.errors p {
  margin-bottom: 0;
}

.note {
  border-color: #e4e4e4;
}

.errors ul {
  list-style: disc outside;
  margin-left: 20px;
}

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a;
}

.form-success a {
  color: #56ad6a;
  text-decoration: underline;
}

.form-success a:hover {
  text-decoration: none;
}

.form-error,.errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e;
}

.form-error a,.errors a {
  color: #d02e2e;
  text-decoration: underline;
}

.form-error a:hover,.errors a:hover {
  text-decoration: none;
}

.pagination {
  margin-bottom: 1em;
}

.pagination-custom>li {
  display: inline-block;
}

.pagination-custom>li>a,.pagination-custom>li>span {
  position: relative;
  padding: 8px 0 0 0;
  line-height: 1.42;
  text-decoration: none;
  background: #ffbf17;
  color: #000;
  margin-right: 2px;
  border-radius: 4px;
  display: inline-block;
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  transition: 0.3s ease;
}

.pagination-custom>li>a:hover,.pagination-custom>li>span:hover {
  background: #222;
  color: #fff;
}

.pagination-custom>li:first-child>a,.pagination-custom>li:first-child>span {
  margin-left: 0;
}

.pagination-custom>.active>a,.pagination-custom>.active>span,.pagination-custom>.active>a:hover,.pagination-custom>.active>span:hover,.pagination-custom>.active>a:focus,.pagination-custom>.active>span:focus {
  z-index: 2;
  cursor: default;
  color: #fff;
  background: #000;
}

.pagination-custom>.disabled>span,.pagination-custom>.disabled>a,.pagination-custom>.disabled>a:hover,.pagination-custom>.disabled>a:focus {
  cursor: not-allowed;
}

.rte h1,.rte .h1,.rte h2,.rte .h2,.rte h3,.rte .h3,.rte h4,.rte .h4,.rte h5,.rte .h5,.rte h6,.rte .h6 {
  margin-top: 2em;
}

.rte h1:first-child,.rte .h1:first-child,.rte h2:first-child,.rte .h2:first-child,.rte h3:first-child,.rte .h3:first-child,.rte h4:first-child,.rte .h4:first-child,.rte h5:first-child,.rte .h5:first-child,.rte h6:first-child,.rte .h6:first-child {
  margin-top: 0;
}

.rte>div {
  margin-bottom: 15px;
}

.rte ul ul {
  list-style: circle outside;
}

.rte li {
  margin-bottom: 0.4em;
}

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

.rte table {
  table-layout: fixed;
}

.rte--header {
  margin-bottom: 30px;
}

.section-header {
  text-align: left;
  margin-bottom: 15px;
}

.section-header--small {
  margin-bottom: 0;
}

.section-header--medium {
  margin-bottom: 7.5px;
}

.section-header--large {
  margin-bottom: 30px;
}

.section-header--breadcrumb {
  margin-bottom: 15px;
}

.section-header__title {
  color: #282828;
}

.relpro .section-header__title {
  color: #282828;
}

span.large-font-text {
  font-size: 200px;
  font-weight: bold;
  float: left;
  width: 100%;
  margin: 0 0 30px;
  line-height: normal;
  color: #313131;
}

@media screen and (max-width: 967px) {
  span.large-font-text {
    font-size: 140px;
  }
}

@media screen and (max-width: 767px) {
  span.large-font-text {
    font-size: 90px;
  }
}

@media screen and (max-width: 767px) {
  span.large-font-text {
    font-size: 70px;
  }
}

.section-header__title--left,.section-header__link--right {
  padding-bottom: 12px;
  margin-bottom: 0;
}

.section-header__link--right {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .section-header {
    display: table;
    width: 100%;
    text-align: left;
  }

  .section-header__title--left {
    display: table-cell;
    vertical-align: middle;
  }

  .section-header__title--left h1,.section-header__title--left .h1,.section-header__title--left h2,.section-header__title--left .h2,.section-header__title--left h3,.section-header__title--left .h3,.section-header__title--left h4,.section-header__title--left .h4,.section-header__title--left .h1,.section-header__title--left .h2,.section-header__title--left .h3,.section-header__title--left .h4 {
    margin-bottom: 0;
  }

  .section-header__link--right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 550px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .section-header__link--right {
    margin-bottom: 30px;
  }
}

.section-header__link--right .form-horizontal {
  display: inline-block;
}

.section-header__link--right .form-horizontal,.section-header__link--right .collection-view {
  vertical-align: middle;
}

.section-header__link--right select,.section-header__link--right option {
  color: #313131;
}

@media screen and (min-width: 568px) {
  .section-header__link--right label+select,.section-header__link--right .collection-view {
    margin-left: 15px;
  }

  .section-header__link--right label:not(.label--hidden)+select {
    margin-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .section-header__link--right select {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .template-collection .section-header__link--right {
    display: block;
    width: 100%;
    margin-top: 0;
  }

  .template-collection .section-header__link--right .form-horizontal {
    width: 100%;
  }

  .template-collection .section-header__link--right .form-horizontal select {
    width: 100%;
    margin-left: 0;
  }
}

.view-more {
  clear: both;
  display: block;
  font-size: 0.85em;
  text-align: center;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .view-more {
    display: none;
  }
}

.site-header__menubar {
  float: left;
  width: 100%;
  height: 73px;
}

@media screen and (max-width: 1199px) {
  .site-header__menubar {
    padding: 0 10px 0 10px;
  }
}

@media screen and (max-width: 967px) {
  .site-header__menubar {
    padding: 0 5px 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .site-header__menubar {
    height: auto;
    padding: 10px 7px;
  }
}

.menubar-section {
  padding: 0 0px;
}

.site-header__logo a {
  max-width: 192px;
  margin: 0 auto;
}

.site-header__logo a,.site-header__logo a:hover,.site-header__logo a:focus {
  text-decoration: none;
}

.site-header__logo img {
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.site-header--text-links {
  margin-bottom: 0;
}

.header-message {
  text-align: center;
  margin: 15px 0 0;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .header-message {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-message {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .header-message {
    margin-bottom: 15px;
  }
}

.comment+.comment {
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
}

.meta-sep {
  position: relative;
  top: -1px;
  padding: 0 5px;
  font-size: 0.7em;
}

aside h4 ~ h4,aside .h4 ~ h4,aside h4 ~ .h4,aside .h4 ~ .h4 {
  margin-top: 45px;
}

aside time em {
  font-size: 0.8em;
}

@media screen and (max-width: 767px) {
  article {
    margin-bottom: 30px;
  }
}

.article__image {
  display: block;
  margin-bottom: 0;
  border-radius: 4px;
}

.cart__row+.cart__row {
  border-bottom: 1px solid #e4e4e4;
}

.cart__row:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.cart__row:last-child {
  padding-bottom: 0;
  border-top: 0 none;
}

.cart__row .js-qty {
  margin: 0;
}

.cart__image {
  display: block;
  margin-right: 15px;
}

.cart__subtotal,.cart-additional-savings__price {
  margin: 0 0 0 10px;
  display: inline;
}

.cart__mini-labels {
  display: block;
  font-size: em(12px);
}

@media screen and (min-width: 768px) {
  .cart__mini-labels {
    display: none;
  }
}

input.cart__quantity-selector {
  width: 100px;
  margin: 0 auto;
}

.cart__remove {
  display: block;
}

.wbcartbox-add.is-hidden {
  display: none;
}

.wbcartbox {
  display: none;
}

.wbcartbox.is-active {
  display: block;
}

.cart-item__discount,.cart-additional-savings__savings,.cart-subtotal__savings {
  display: block;
}

.cart__additional_checkout {
  margin: 15px 0 0;
}

.cart__additional_checkout input {
  padding: 0;
}

.cart__additional_checkout .google-wallet-button-holder {
  display: inline-block;
  vertical-align: 10px;
}

.singlepro__variants {
  display: none;
}

.no-js .singlepro__variants {
  display: block;
}

.singlepro__photos {
  margin-bottom: 30px;
}

.singlepro__photos a,.singlepro__photos img,.singlepro__thumbnails a,.singlepro__thumbnails img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#ProductPhotoImg {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.image-zoom {
  cursor: move;
}

.singlepro__prices {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.singlepro__price {
  color: #313131;
  font-size: 19.6px;
}

.singlepro__sale-price {
  opacity: 0.7;
  margin-left: 6px;
  font-size: 17.78px;
}

.change-view.grid-view {
  background-color: #ebebeb;
  margin-right: 12px;
  color: #c2c2c2;
}

@media screen and (max-width: 967px) {
  .change-view.grid-view {
    margin-right: 5px;
  }
}

.change-view {
  display: block;
  background: none;
  border: 0 none;
  float: left;
  padding: 7px 8px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #e4e4e4;
  line-height: 1;
}

@media screen and (max-width: 967px) {
  .change-view {
    width: 37px;
    height: 37px;
  }
}

@media screen and (max-width: 567px) {
  .change-view {
    float: none;
    display: inline-block;
    text-align: center;
    margin-left: -3px;
  }
}

.change-view:hover,.change-view:focus {
  color: #ffbf17;
}

a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slide-link {
  display: block;
  position: relative;
}

.slide-link img {
  display: block;
}

.slide_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin: auto;
}

.slide_content h2,.slide_content .h2 {
  color: #e89c2e;
  font-size: 80px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .slide_content h2,.slide_content .h2 {
    font-size: 35px;
  }
}

.slide_content p {
  font-size: 18px;
  color: #de2e2e;
}

@media screen and (max-width: 767px) {
  .slide_content p {
    font-size: 14px;
  }
}

.slide_content a.btn,.slide_content a.btn--secondary,.slide_content a.btn--tertiary {
  background: #22d0bf;
  border: none;
  color: #d23333;
}

.slide_content a.btn:hover,.slide_content a.btn--secondary:hover,.slide_content a.btn--tertiary:hover {
  background: #dc942d;
  border: none;
  color: #ffffff;
}

.badge {
  float: left;
  position: absolute;
  color: #ffffff;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  font-size: em(12px);
  line-height: 1.1;
  z-index: 1;
}

a.btn,a.btn--secondary,a.btn--tertiary {
  -webkit-transition-timing-function: linear;
}

.headertop .menu-tool ul li a {
  padding: 24px 20px;
}

@media screen and (max-width: 1199px) {
  .headertop .menu-tool ul li a {
    padding: 24px 10px;
  }
}

@media screen and (max-width: 967px) {
  .headertop .menu-tool ul li a {
    padding: 24px 7px;
  }
}

.headertop .customer_account {
  position: relative;
  float: none;
}

@media screen and (max-width: 767px) {
  .headertop .customer_account {
    text-align: left;
  }
}

.headertop .menu-tool {
  width: 100%;
}

.headertop .menu_icon .hmuser {
  cursor: pointer;
  font-size: 18px;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .headertop .menu_icon .hmuser {
    font-size: 16px;
  }
}

.headertop .menu_search li.header-search {
  width: 300px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .headertop .menu_search li.header-search {
    float: left;
    width: auto;
    margin: 0 0 0px;
  }
}

@media screen and (max-width: 567px) {
  .headertop .menu_search li.header-search {
    width: auto;
    padding: 0;
  }
}

.headertop .menu_search.menu_icon {
  z-index: 1;
}

.headertop .menu_icon .customer_account li a {
  padding: 0 0 10px;
  line-height: normal;
}

.headertop .menu-tool {
  float: left;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .headertop .menu-tool {
    padding: 0 15px;
  }
}

.headertop .menubar-section .hmuser i,.headertop .header-search span {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.headertop .site-header__menubar {
  border: 1px solid #e4e4e4;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .headertop .site-header__menubar {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .headertop .site-header__menubar {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .headertop .search-bar__form {
    background: none !important;
    border: none !important;
    float: none;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .headertop .search-bar__form button {
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .headertop .cur>li.currency>.dropdown-toggle {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .headertop .cur>li.currency .flag-dropdown-menu {
    padding: 10px 0 !important;
  }
}

.headertop .header_toggle.active+.header_slide_element {
  top: 0;
}

.headertop .slidersearch.header_slide_element {
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}

@media screen and (max-width: 767px) {
  .headertop .slidersearch.header_slide_element {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 0;
  }
}

.headertop .slidersearch.header_slide_element {
  padding: 12px 10px;
  box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.15);
}

@media screen and (max-width: 767px) {
  .headertop .slidersearch.header_slide_element {
    padding: 0;
  }
}

.headertop .search-bar__form button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.headertop .search-bar__form {
  border: none;
}

.headertop .is-sticky .site-header__menubar .site-header__logo,.headertop .is-sticky .menu_icon li.header-search,.headertop .is-sticky #minicart_total,.headertop .is-sticky .menu_icon li:last-child .headertop .menu_icon {
  min-height: 0;
}

.headertop .sb-search {
  z-index: 1;
}

#minicart_total {
  ;margin-left: 3px;
}

a:hover,a:focus,.a:active {
  outline: none;
  text-decoration: none;
}

#acdrop {
  background-color: #fff;
  box-shadow: 0 0px 5px rgba(0,0,0,0.175);
  width: 200px;
  padding: 15px 10px;
  line-height: 25px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  transform-origin: 0 0;
  border-radius: 4px;
}

.slidedown_section:hover #acdrop,.wrapper-top-cart:hover #slidedown-cart {
  opacity: 1;
  visibility: visible;
}

.slidedown_section ul li.logout-link span.fa {
  padding: 5px 0;
}

.slidedown_section ul li span.fa {
  float: left;
  margin: 0 15px 0 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.slidedown_section:hover #acdrop {
  opacity: 1;
  visibility: visible;
}

.slidedown_section ul li.logout-link span.fa {
  padding: 5px 0;
}

.slidedown_section ul li span.fa {
  float: left;
  margin: 0 15px 0 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

#currencies-picker .selection-box {
  float: right;
  margin: 0;
  position: relative;
}

#currencies-picker {
  width: 100%;
  margin: 0;
}

#currencies-picker .selection-box select {
  border: none;
  padding: 0;
}

#currencies-picker p {
  margin: 0 12px 0 0px;
}

#currencies-picker {
  padding: 35px 0;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #currencies-picker {
    margin: 0 !important;
  }
}

.currency_wrapper.dropdown-toggle {
  position: relative;
}

.header-bar .social-icons li {
  float: left;
}

@media screen and (max-width: 767px) {
  .header-bar .social-icons li {
    float: none;
    display: inline-block;
    text-align: center;
  }
}

.header-bar .social-icons li a {
  float: left;
  padding: 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .header-bar .social-icons li a {
    float: none;
  }
}

.header-bar .social-icons li:last-child a {
  padding-right: 0;
}

#currencies-picker select {
  margin: 0;
  width: 45px;
  float: left;
  line-height: normal;
}

.header-bar__left #currencies-picker .selection-box {
  float: right;
}

#currencies-picker {
  margin-top: 1px;
}

@media screen and (max-width: 767px) {
  #currencies-picker {
    float: none !important;
    display: inline-block;
    position: relative;
    top: 4px;
  }
}

#currencies-picker select {
  background: inherit;
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
}

.header-bar .selection-box {
  position: relative;
}

#currencies-picker .selection-box:before {
  content: "\f107";
  font-family: FontAwesome;
  margin: auto;
  right: 5px;
  top: 0px;
  z-index: 1;
  position: absolute;
  pointer-events: none;
}

@media screen and (max-width: 967px) {
  #currencies-picker .selection-box:before {
    right: 3px;
  }
}

.menubar-section .hmuser {
  cursor: pointer;
  float: left;
  padding: 33px 0 33px 15px;
  font-size: 14px;
  cursor: pointer;
}

#menubar-section ul li a.icon-cart-arrow {
  padding: 33px 0px 33px 25px;
  font-size: 14px;
  cursor: pointer;
}

@media screen and (max-width: 967px) {
  #menubar-section ul li a.icon-cart-arrow {
    padding: 33px 10px 33px 10px;
  }
}

.header-bar {
  float: left;
  width: 100%;
  padding: 5px 15%;
}

@media screen and (max-width: 1199px) {
  .header-bar {
    padding: 0 10px;
  }
}

@media screen and (max-width: 967px) {
  .header-bar {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-bar {
    border: none;
  }
}

.mini-cart-icon {
  float: left;
}

.mini-cart-details span {
  line-height: normal;
  margin: 0;
}

.mini-cart-details #cartCount i {
  font-size: 30px;
  margin-right: 28px;
  margin-top: 4px;
  float: left;
}

.mini-cart-details {
  float: right;
  margin: 0px 0px 0px 0px;
}

@media screen and (max-width: 967px) {
  .mini-cart-details {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .mini-cart-details {
    border-right: 1px solid #e4e4e4;
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

.mini-cart-icon i {
  float: right;
}

#cartCount {
  position: absolute;
  background: #888;
  color: #fff;
  display: inline-block;
  height: 16px;
  width: 16px;
  font-size: 11px;
  text-align: center;
  line-height: 17px;
  border-radius: 100%;
  right: -4px;
  bottom: -2px;
}

.wbcartbox-add {
  text-decoration: underline;
  margin-bottom: 10px;
}

.wbcartbox textarea {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .sb-icon-search {
    background: #222222;
    color: #ffffff;
  }
}

.sb-search-submit:hover,.sb-search.sb-search-open .sb-icon-search {
  background: #222222;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .sb-search-submit:hover,.sb-search.sb-search-open .sb-icon-search {
    background: none;
    color: none;
  }
}

.menu {
  list-style: none;
}

.sb-search {
  position: relative;
  margin: 23px 0;
  width: 0%;
  min-width: 50px;
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .sb-search {
    width: 100%;
  }
}

.sb-search input[type="text"] {
  border: none;
}

@media screen and (max-width: 767px) {
  .sb-search input[type="text"] {
    border: 1px solid #e4e4e4;
  }
}

.sb-search input[type="text"] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 16px 65px 16px 20px;
}

@media screen and (max-width: 767px) {
  .sb-search input[type="text"] {
    height: 55px;
    border: 1px solid #e4e4e4;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome,.sb-search input[type="text"] {
    text-indent: -9999px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome,.sb-search.sb-search-open input[type="text"] {
    text-indent: 0px;
  }
}

.sb-icon-search,.sb-search input[type="submit"] {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
}

.sb-search input[type="submit"] {
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  z-index: 90;
  font-size: 18px !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.sb-search.sb-search-open,.no-js .sb-search {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.collectionItems .wide--one-half {
  width: 49.25%;
  margin-right: 1.5%;
  margin-top: 1.5%;
}

@media screen and (max-width: 767px) {
  .collectionItems .wide--one-half {
    width: 100%;
    margin: 0;
  }
}

.collectionItems .wide--one-half:last-child {
  margin-right: 0;
}

.full-width-grid-banner.wide--one-half {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  margin-top: 0;
}

@media screen and (max-width: 567px) {
  .full-width-grid-banner.wide--one-half {
    width: 100%;
    margin: 0 0 15px;
  }
}

.full-width-grid-banner.wide--one-half:last-child {
  margin-right: 0;
}

.portfolio-container {
  margin-top: 60px;
}

.column.no-space.dt-sc-one-fourth {
  width: 24.96%;
  padding: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 967px) {
  .column.no-space.dt-sc-one-fourth {
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .column.no-space.dt-sc-one-fourth {
    width: 50%;
    padding: 5px;
  }
}

@media screen and (max-width: 567px) {
  .column.no-space.dt-sc-one-fourth {
    width: 100%;
  }
}

div.pp_default .pp_social {
  display: none;
}

.newsletter-section.parallax {
  margin: auto;
  text-align: center;
  padding: 0;
}

.newsletter-section form .btn:before,.newsletter-section form .btn--secondary:before,.newsletter-section form .btn--tertiary:before,.newsletter-section form input[type="submit"]:before {
  border: none;
}

.newsletter-section form .btn:hover,.newsletter-section form .btn--secondary:hover,.newsletter-section form .btn--tertiary:hover,.newsletter-section form input[type="submit"]:hover {
  background: none;
  color: #222222;
}

.newsletter-section form .btn,.newsletter-section form .btn--secondary,.newsletter-section form .btn--tertiary,.newsletter-section form input[type="submit"] {
  display: inline-block;
  height: auto;
  padding: 10px 20px;
  margin-left: 10px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 3px solid #fc381a;
}

.newsletter-section form {
  display: inline-block;
  width: 40%;
}

@media screen and (max-width: 567px) {
  .newsletter-section form {
    width: 100%;
  }
}

.newsletter-section form input[type="email"] {
  display: inline-block;
  padding: 10px;
  width: 75%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 3px solid #000000;
}

.flex-prev:before {
  content: "\f2ea";
  font-family: "Material-Design-Iconic-Font";
  float: left;
}

.flex-next:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0wLjUsMy4xYzIuMSwyLjEsMTYuMSwxNi42LDE2LjEsMTYuNlMyLjYsMzQuOCwwLjUsMzYuOVMzLjYsNDAsMy42LDQwbDE4LjctMjAuM0wzLjYsMEMzLjYsMC0xLjYsMSwwLjUsMy4xDQoJeiIvPg0KPC9zdmc+DQo=");
  background-position: center center;
  background-repeat: no-repeat;
}

.collection_sidebar .widget {
  position: relative;
}

.collection_sidebar .widget.widget_top_rated_products ul,.widget_promo_img.widget ul {
  border: none;
}

.tab-inner {
  float: left;
  width: 100%;
  position: relative;
}

.selector-wrapper .selector-arrow {
  position: relative;
  float: left;
  width: 25%;
}

@media screen and (max-width: 967px) {
  .selector-wrapper .selector-arrow {
    width: 40%;
  }
}

@media screen and (max-width: 567px) {
  .selector-wrapper .selector-arrow {
    width: 56%;
  }
}

.dis-price,.quick-view .compare-price,#ComparePrice {
  display: inline-block;
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: line-through;
  color: #bcbcbc;
  font-size: 12px;
}

#ComparePrice {
  display: inline-block !important;
}

.product_single_price {
  margin-bottom: 15px;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__links a:hover {
  color: #960202;
}

.site-footer .grid-uniform .grid__item {
  border-left: 1px solid #e4e4e4;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .site-footer .grid-uniform .grid__item {
    border-left: none;
  }
}

.site-footer .grid-uniform .grid__item:first-child {
  border-left: none;
}

.site-footer .grid-uniform .grid__item form {
  border-bottom: 1px solid #000000;
  display: inline-block;
  width: 72%;
}

@media screen and (max-width: 1199px) {
  .site-footer .grid-uniform .grid__item form {
    width: 90%;
  }
}

@media screen and (max-width: 967px) {
  .site-footer .grid-uniform .grid__item form {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .site-footer .grid-uniform .grid__item form {
    width: 100%;
  }
}

.site-footer__links a {
  color: #000;
  display: inline-block;
  ;line-height: 35px;
  transition: 0.3s ease;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.social-icons li {
  list-style: none;
}

.social-icons a {
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  transition: 0.3s ease;
  display: inline-block;
  border-radius: 4px;
  background: #fff;
  color: #555;
  padding: 6px 0 0 0;
  font-size: 14px;
}

.header_social {
  list-style: none;
}

.site-footer ul.social-icons {
  margin-bottom: 10px;
}

.social-icons a:hover {
  background: #960202;
  color: #000 !important;
}

.fspc h4,.fspc .h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.site-footer ul.foot-payment {
  margin-top: 20px;
}

#fcontact h4,#fcontact .h4,.header_social h4,.header_social .h4 {
  margin-top: 30px;
}

#fcontact svg {
  fill: #960202;
  margin-right: 10px;
}

#fcontact .address {
}

.footdes {
  color: #767676;
  line-height: 25px;
  font-size: 13px;
  margin: 30px 0;
}

.fspc {
  padding: 50px 0;
}

.foot-payment li svg {
  width: 45px;
  height: 45px;
}

.footer-logo p {
  margin: 0;
  padding-left: 30px;
}

@media screen and (max-width: 567px) {
  .footer-logo p {
    padding-left: 0;
  }
}

.footer-logo img {
  margin: 0;
  padding: 5px 0 0;
}

footer .grid.footer-icons,footer .footer-icons.grid--rev,footer .footer-icons.grid--full {
  margin: 20px 0 0;
}

.footer-icons .payment-icons li a:hover img {
  opacity: 1;
}

.footer-icons .payment-icons li a img {
  opacity: 0.7;
}

.footer-icons .payment-icons li a img {
  float: left;
  width: 40px;
  height: 25px;
}

.footer-icons .payment-icons li a img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer-icons .payment-icons li a {
  display: block;
}

.grid.footer-icons,.footer-icons.grid--rev,.footer-icons.grid--full {
  float: left;
}

@media screen and (max-width: 567px) {
  .grid.footer-icons,.footer-icons.grid--rev,.footer-icons.grid--full {
    float: none;
    display: inline-block;
  }
}

.footer-icons h4,.footer-icons .h4 {
  float: left;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 967px) {
  .footer-icons .payment-icons li img {
    width: 35px;
  }
}

@media screen and (max-width: 767px) {
  .footer-icons .payment-icons li img {
    width: 50px;
  }
}

@media screen and (max-width: 567px) {
  .footer-icons .payment-icons li img {
    width: 43px;
  }
}

.footer-icons .payment-icons {
  float: left;
  padding: 0px 0 0px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-icons .payment-icons {
    padding: 0;
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: auto;
  }
}

.copyright-section .footer-icons {
  float: right;
}

@media screen and (max-width: 767px) {
  .copyright-section .footer-icons {
    float: none;
  }
}

.copyright-section {
  float: left;
  width: 100%;
  padding: 20px 4%;
}

@media screen and (max-width: 967px) {
  .copyright-section {
    padding: 20px 1%;
  }
}

.copyright,.copyright a {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .copyright,.copyright a {
    text-align: center;
  }
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #ffbf17;
}

.sale .badge__text,.sale,.psold-out {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  ;border-radius: 4px;
  display: inline-block;
  padding: 1px 6px;
  font-weight: normal;
  letter-spacing: 0.3px;
  background: #ffbf17;
  color: #000;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/Preloader_2.gif?931) center no-repeat #fff;
}

.product-img-box .product-photo-container {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.product-img-box .p-video {
  text-align: center;
}

.zoomWrapper>div {
  width: 64px !important;
  height: 64px !important;
  background-color: #fff !important;
  left: 50% !important;
  margin: -32px 0 0 -32px !important;
  top: 50% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 99 !important;
}

.zoomWrapper img:nth-child(2) {
  display: none;
}

#toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background:#960202;
  outline: none;
  z-index: 2;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
}

#toTop::after {
  pointer-events: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 1;
  content: '';
  box-sizing: content-box;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.41, 0.12, 1, 1);
  background: #480202;
  border-radius: 4px;
}

#toTop:hover::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.41, 0.12, 1, 1);
}

#toTop i {
  color: #000;
  font-size: 25px;
  line-height: 35px;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#toTop:hover i {
  color: #fff;
  position: relative;
  z-index: 5;
}

#slidedown-cart .actions .btn i,#slidedown-cart .actions .btn--secondary i,#slidedown-cart .actions .btn--tertiary i,#slidedown-cart .actions input[type="submit"] i {
  margin-right: 8px;
}

#slidedown-cart .actions {
  padding: 0 0 15px 0;
}

#slidedown-cart li a.product-image {
  float: left;
  margin-right: 15px;
  width: 70px;
  height: auto;
}

#slidedown-cart .text-cart {
  margin-left: 5px;
}

@media screen and (max-width: 567px) {
  #slidedown-cart .text-cart {
    margin-left: 0;
  }
}

#slidedown-cart .product-details {
  float: left;
  width: 60%;
}

#slidedown-cart .btn-remove {
  position: absolute;
  right: 0px;
  top: 7px;
}

#slidedown-cart li .product-name a {
  font-size: 14px;
}

#slidedown-cart ul {
  padding: 10px;
  overflow-y: auto;
  max-height: 394px;
}

#slidedown-cart li {
  border-radius: 0;
  position: relative;
}

#slidedown-cart .product-name {
  margin: 0;
  ;overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
}

#slidedown-cart .has-items .summary {
  padding: 0 10px;
}

#slidedown-cart .product-name:hover {
  color: #ffbf17;
}

#slidedown-cart .actions {
  text-align: center;
}

#slidedown-cart .no-items {
  padding: 15px 25px;
  text-align: center;
}

.propage .add-to-wishlist .btn,.propage .add-to-wishlist .btn--secondary,.propage .add-to-wishlist .btn--tertiary,.propage .add-to-wishlist input[type="submit"] {
  margin-left: 10px;
}

.propage .product-arrows span a {
  color: #222222;
}

.propage .social-sharing {
  margin: 0px 0 0;
}

@media screen and (max-width: 1199px) {
  .propage .social-sharing {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .propage .social-sharing {
    margin: 0px 0 0;
  }
}

.propage .selector-wrapper-secton select {
  padding: 5px 10px;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  border-top: none;
  border-left: none;
  border-right: none;
}

.propage label {
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
  float: left;
  width: 165px;
}

.singlepro__quantity .quantity-box {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

.singlepro__quantity.is-hidden {
  display: none;
}

.singlepro__quantity .quantity-selector {
  border-radius: 0;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  float: left;
  margin: 0px 0;
  padding: 0;
}

.quick-view a div {
  display: none !important;
}

.quick-view .quantity {
  border-radius: 0;
  border: none;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  float: left;
  margin: 0px 0 0px 0;
  padding: 0;
}

.quick-view label {
  float: left;
  width: 130px;
  margin-top: 10px;
}

.singlepro__quantity input {
  border: none;
}

.singlepro__quantity label {
  color: #313131;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
  float: left;
}

.singlepro__quantity .qty-buttons {
  float: left;
}

.singlepro__quantity .qtyplus:hover,.singlepro__quantity .qtyminus:hover {
  opacity: 0.7;
}

.quick-view .quickqtyplus,.quick-view .quickqtyminus {
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  float: left;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}

.singlepro__quantity .qtyplus,.singlepro__quantity .qtyminus {
  font-size: 20px;
  border: none;
  background: #000;
  color: #fff;
  width: 40px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  display: block;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}

.propage .product_single_buttons .btn,.propage .product_single_buttons .btn--secondary,.propage .product_single_buttons .btn--tertiary,.propage .product_single_buttons input[type="submit"] {
  display: inline-block;
  margin: 0 0 0px;
}

@media screen and (max-width: 767px) {
  .propage .product_single_buttons .btn,.propage .product_single_buttons .btn--secondary,.propage .product_single_buttons .btn--tertiary,.propage .product_single_buttons input[type="submit"] {
    margin-bottom: 20px;
  }
}

.propage .product_single_buttons .wishlist.btn,.propage .product_single_buttons .wishlist.btn--secondary,.propage .product_single_buttons .wishlist.btn--tertiary,.propage .product_single_buttons input.wishlist[type="submit"] {
  padding: 14px;
}

.propage .product_single_buttons {
  width: 100%;
  margin: 0px 0 0;
}

@media screen and (max-width: 567px) {
  .propage .product_single_buttons {
    text-align: left;
  }
}

.propage .singlepro__quantity {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.qty-section.quantity-box {
  float: left;
}

.singlepro .wishlist,.singlepro button.wishlist {
  float: left;
  margin: 0px 0 20px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 967px) {
  .singlepro .wishlist,.singlepro button.wishlist {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .singlepro .wishlist,.singlepro button.wishlist {
    margin: 0px 0 20px 10px;
  }
}

.singlepro .wishlist i,.singlepro button.wishlist i {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #e4e4e4;
}

.breadcrumb {
  background: #fff;
  ;padding: 7px 15px;
  margin: 20px 0;
  border: 1px solid #eee;
}

.breadcrumb a {
  display: inline;
  font-size: 14px;
  color: #313131;
}

.breadcrumb__sep {
  margin: 0 10px;
}

.social-sharing a {
  margin-right: 15px;
}

.breadcrumb h1,.breadcrumb .h1 {
  ;color: #313131;
}

.breadcrumb a:hover {
  color: #960202 ;
}

.singlepro h4,.singlepro .h4 {
  font-weight: bold;
  color: #313131;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
}

.singlepro .gallery {
  list-style: none;
}

.singlepro .wishlist span {
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.singlepro .share-facebook {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px;
}

@media screen and (max-width: 567px) {
  .singlepro .share-facebook {
    font-size: 11px;
  }
}

.singlepro .share-twitter {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px;
}

@media screen and (max-width: 567px) {
  .singlepro .share-twitter {
    font-size: 11px;
  }
}

.singlepro .share-pinterest {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px;
}

@media screen and (max-width: 567px) {
  .singlepro .share-pinterest {
    font-size: 11px;
  }
}

.singlepro .share-fancy {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px;
}

@media screen and (max-width: 567px) {
  .singlepro .share-fancy {
    font-size: 11px;
  }
}

.singlepro .share-google {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px;
}

@media screen and (max-width: 567px) {
  .singlepro .share-google {
    font-size: 11px;
  }
}

.singlepro .social-sharing a {
  float: left;
  margin: 0;
}

.singlepro .social-sharing a.share-facebook:hover {
  background: #35538f;
  color: #fff;
}

.singlepro .social-sharing a.share-twitter:hover {
  background: #34b3d3;
  color: #fff;
}

.singlepro .social-sharing a.share-pinterest:hover {
  background: #b70400;
  color: #fff;
}

.singlepro .social-sharing a.share-fancy:hover {
  background: #d53e2b;
  color: #fff;
}

.singlepro .social-sharing a.share-google:hover {
  background: #d53e2b;
  color: #fff;
}

#xsfilter .filter.tags {
  margin-bottom: 15px;
}

.per-page-section ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}

.widget ul {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 30px 0px;
  border-bottom: 1px solid #e4e4e4;
  list-style: none;
}

.widget .widget_product_categories h4,.widget .widget_product_categories .h4 {
  margin-bottom: 20px;
}

.widget h4,.widget .h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
}

.listview.active,.gridview.active {
  color: #ffbf17;
}

.gridview,.listview {
  float: left;
  color: #222222;
}

.collection-list ul.products-grid-view li.item-row {
  padding-left: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .collection-list ul.products-grid-view li.item-row {
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .collection-list ul.products-grid-view li.item-row {
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  .collection-list ul.products-grid-view li.item-row {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}

.collection-list ul.list-method .grid__item.item-row {
  float: left;
  width: 100%;
}

.collection-list .form-horizontal {
  float: left;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .collection-list .form-horizontal {
    float: none;
  }
}

.collection-list select {
  text-align: left;
  padding: 8px 0px 8px 10px;
  border-radius: 3px;
}

@media screen and (max-width: 967px) {
  .collection-list select {
    width: 70%;
    padding: 8px 0 8px 5px;
  }
}

.collection-list .form-horizontal>label {
  margin-right: 10px;
  margin-top: 7px;
  float: left;
}

@media screen and (max-width: 1199px) {
  .collection-list .form-horizontal>label {
    margin-top: 5px;
  }
}

@media screen and (max-width: 967px) {
  .collection-list .form-horizontal>label {
    margin-top: 7px;
  }
}

.collection-list .collection-view {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .collection-list .collection-view {
    display: none;
  }
}

.collection-list .section-header__link--right {
  float: right;
  width: auto;
}

.collection-list .section-header__link--right .form-horizontal {
  float: left;
  margin-right: 20px;
}

.collection-list .section-header__link--right .form-horizontal label {
  font-size: 13px;
}

.collection-list .per-page-section {
  float: right;
}

@media screen and (max-width: 767px) {
  .collection-list .per-page-section {
    display: none;
  }
}

.collection-list .per-page-section li {
  float: left;
}

.collection-list .per-page-section li a:hover {
  color: #ffbf17;
}

.collection-list .per-page-section li.active a {
  color: #ffbf17;
}

.collection-list .per-page-section li a {
  float: left;
  padding: 7px 10px;
  border-right: 1px solid #e4e4e4;
}

@media screen and (max-width: 1199px) {
  .collection-list .per-page-section li a {
    padding: 7px 7px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .collection-list .per-page-section li a {
    padding: 5px 8px;
    font-size: 12px;
  }
}

.collection-list .per-page-section li:last-child a {
  border-right: none;
}

.collection-list .per-page-section p {
  float: left;
  margin-right: 10px;
  font-size: 13px;
  margin-top: 7px;
}

@media screen and (max-width: 967px) {
  .collection-list .per-page-section p {
    margin-right: 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .collection-list .per-page-section p {
    margin: 0;
  }
}

@media screen and (max-width: 567px) {
  .collection-list .per-page-section p {
    float: none;
  }
}

.collection-list .per-page-section ul {
  float: left;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}

@media screen and (max-width: 567px) {
  .collection-list .per-page-section ul {
    float: none;
    display: inline-block;
  }
}

.collection-list .list-product-detial {
  float: right;
}

@media screen and (max-width: 767px) {
  .featured .grid__item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .collection-list .post-large--one-third:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .collection-list .post-large--one-third:nth-child(3n) {
    margin-right: 0;
  }
}

.collection_sidebar .widget .collection_sidebar .top_products_nav a:hover {
  border-color: #ffbf17;
  background: #ffbf17;
  color: #222;
}

.collection_sidebar .top_products_nav a {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  text-align: center;
}

@media screen and (max-width: 967px) {
  .collection_sidebar .top_products_nav a {
    top: 30%;
  }
}

.collection_sidebar .top_products_nav a.prev {
  left: 0;
}

.collection_sidebar .top_products_nav a.next {
  right: 0;
}

.collection_sidebar .top-products li a.thumb img {
  margin: auto;
}

.top-products-detail .sale {
  display: none;
  background: #f92525;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
  float: left;
}

.collection_sidebar .top-products .top-products-detail a {
  font-size: 18px;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.collection_sidebar .top-products .top-products-detail .price {
  font-weight: bold;
  font-size: 16px;
  color: #313131;
}

@media screen and (max-width: 967px) {
  .collection_sidebar .top-products .top-products-detail .price {
    font-size: 12px;
  }
}

.collection_sidebar .widget .product-categories li {
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.collection_sidebar .widget .product-categories li a {
  float: left;
  padding: 5px 12px;
}

.collection_sidebar .widget .product-categories li .dt-menu-expand {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}

.collection_sidebar .widget .product-categories li:hover i:before,.sidebar-tag.brand li:hover i:before,.widget_categories li:hover i:before,.sidebar-tag.price li:hover i:before,.sidebar-tag.material li:hover i:before {
  background: #222;
}

.collection_sidebar .widget .product-categories ul.children {
  padding: 15px 0 15px 0px;
  margin: 0;
  border: none;
}

@media screen and (max-width: 967px) {
  .collection_sidebar .widget ul li a {
    font-size: 13px;
  }
}

.collection_sidebar .widget ul li a:hover,.collection_sidebar .widget .product-categories li:hover .dt-menu-expand {
  color: #ffbf17;
}

.widget.sidebar-tag ul {
  margin-bottom: 50px;
}

.sidebar-tag.brand li i,.sidebar-tag.price li i,.sidebar-tag.material li i {
  margin-top: 10px;
}

.widget.sidebar-tag:last-child ul {
  margin-bottom: 0;
}

ul#featured {
  list-style: none;
  padding: 50px 0 0;
}

ul#featured.owl-carousel .owl-item,#home-collection4.owl-carousel .owl-item,#home-collection2.owl-carousel .owl-item {
  padding: 0;
}

.image-block {
  position: relative;
}

.two_section_banner {
  float: left;
  width: 100%;
}

.newsletterwrapper .btn.close:before,.newsletterwrapper .close.btn--secondary:before,.newsletterwrapper .close.btn--tertiary:before,.newsletterwrapper input.close[type="submit"]:before {
  border: none;
  content: none;
}

.no-opacity .wrapper-dropdown-3 .dropdown,.no-pointerevents .wrapper-dropdown-3 .dropdown {
  display: none;
  opacity: 1;
  pointer-events: auto;
}

.no-opacity .wrapper-dropdown-3.active .dropdown,.no-pointerevents .wrapper-dropdown-3.active .dropdown {
  display: block;
}

.featured .grid__item.post-large--one-sixth:last-child {
  margin-right: 0;
}

.related-products .post-large--one-quarter:last-child {
  margin-right: 0;
}

.relpro h2,.relpro .h2 {
  float: left;
  width: 100%;
}

.relpro ul owl-item:last-child li .products {
  border-right: 1px solid #e4e4e4;
}

.relpro ul .owl-item li {
  padding: 10px;
}

.relpro ul .owl-item li .products {
  padding: 5px;
}

.owl-carousel .owl-item {
  padding: 0 0px;
}

.owl-carousel li {
  list-style: none;
}

.view_more_btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0 0;
}

.featured .grid__item.post-large--one-sixth {
  width: 15.6%;
  margin-right: 1%;
}

.contact-form-section .errors {
  display: inline-block;
  width: 100%;
}

.contp .contact-form-section .errors ul li {
  padding: 10px 0;
  border: none;
}

#contact_form label,#AddAddress label,.register-form label,#customer_login label,.forgotps label,.edit_address_form label {
  margin-top: 9px;
  font-weight: normal;
}

.edit_address_form select {
  margin-bottom: 10px;
}

.contp ul {
  margin-bottom: 20px;
}

.contp li {
  vertical-align: middle;
}

.contp ul:last-child li {
  display: block;
}

.contp li.address {
  float: left;
  height: 80px;
}

.contp h4,.contp .h4 {
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.contp li p {
  margin: 0;
}

.contp i {
  font-size: 20px;
  margin-right: 10px;
}

#map iframe {
  float: left;
  width: 100%;
}

.cmap {
  margin: 30px 0 0 0;
}

.contp li .icon i {
  color: #ffffff;
}

.contback {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
}

ul.protabc-frame li {
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px;
}

.protabc-frame-content,.protabc-content {
  padding: 15px;
  border-top: 1px solid #e4e4e4;
  letter-spacing: 0.5px;
}

.protabc-content ul {
  margin: 10px 0px 0px;
}

.protabc-content h3,.protabc-content .h3 {
  color: #313131;
}

.protabc-content p {
  color: #777;
  letter-spacing: 0.5px;
}

.protabc-content h2,.protabc-content .h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #313131;
}

.protabc-frame-content h5,.protabc-frame-content .h5,.protabc-content h5,.protabc-content .h5 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #313131;
}

.protabc-frame-content {
  background: #EDE7D6;
  margin-top: -1px;
  border: 1px solid #B6A99E;
  padding: 5px 10px;
  width: 100%;
  border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  -moz-border-radius: 0px 5px 5px 5px;
}

.protabc li {
  display: inline-block;
}

ul.protabc-frame li {
  margin: 0px 8px 0px 0px;
}

.protabc li a {
  border: none;
  padding: 12px 14px;
  display: inline-block;
  font-size: 15px;
  z-index: 1;
  font-weight: normal;
}
.protabc li a:hover{
   color: #960202 !important;
}

ul.protabc-frame li a {
  background: #D7CBBB;
  padding: 10px 15px 8px;
  float: left;
  position: relative;
  z-index: 1;
}

ul.protabc-frame li a.current,ul.protabc li a.current,ul.protabc-vertical-frame li a.current {
  color: #ffbf17;
}

.protabc-frame-content h5,.protabc-frame-content .h5 {
  margin: 15px 0px 10px;
}

.protabc-frame-content p {
  margin: 0px 0px 10px 0px;
}

.dt-sc-toggle-frame-set {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before,.dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5:before,.dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle:before,.dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle.h5:before {
  content: "\f077";
  font-family: Fontawesome;
  top: -6px;
  left: 0px;
  position: absolute;
  font-weight: normal;
}

.dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after,.dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5:after,.dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle:after,.dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle.h5:after {
  content: "\f078";
  font-family: Fontawesome;
  top: 4px;
  left: 0px;
  display: inline-block;
  float: left;
  position: absolute;
}

.dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.active:before,.dt-sc-toggle-frame-set .dt-sc-toggle-frame .active.h5:before,.dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.active:after,.dt-sc-toggle-frame-set .dt-sc-toggle-frame .active.h5:after,.dt-sc-toggle-frame-set h5.dt-sc-toggle.active:before,.dt-sc-toggle-frame-set .dt-sc-toggle.active.h5:before {
  content: "";
}

.dt-sc-toggle-accordion.active a:before,.dt-sc-toggle-accordion.active a:after,.dt-sc-toggle-frame .dt-sc-toggle.active a:before,.dt-sc-toggle-frame .dt-sc-toggle.active a:after,.dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle.active:before,.dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle.active.h5:before {
  content: "";
}

.dt-sc-toggle-frame-set h5.dt-sc-toggle-accordion:before,.dt-sc-toggle-frame-set .dt-sc-toggle-accordion.h5:before,h5.dt-sc-toggle:before,.dt-sc-toggle.h5:before {
  content: "\f107";
  font-family: FontAwesome;
}

h5.dt-sc-toggle-accordion.active:before,.dt-sc-toggle-accordion.active.h5:before,.dt-sc-toggle-frame-set h5.dt-sc-toggle.active:before,.dt-sc-toggle-frame-set .dt-sc-toggle.active.h5:before {
  content: "\f106";
  font-family: FontAwesome;
}

h5.dt-sc-toggle-accordion.active,.dt-sc-toggle-accordion.active.h5 {
  background: #ffbf17;
  color: #ffffff;
}

h5.dt-sc-toggle-accordion.active a,.dt-sc-toggle-accordion.active.h5 a {
  color: #ffffff;
}

.course h5.dt-sc-toggle-accordion:before,.course .dt-sc-toggle-accordion.h5:before {
  content: "?";
}

.course h5.dt-sc-toggle-accordion.active:before,.course .dt-sc-toggle-accordion.active.h5:before {
  content: "?";
}

h5.dt-sc-toggle-accordion,.dt-sc-toggle-accordion.h5,.dt-sc-toggle-frame h5.dt-sc-toggle,.dt-sc-toggle-frame .dt-sc-toggle.h5,h5.dt-sc-toggle,.dt-sc-toggle.h5 {
  padding: 15px 0px 15px 42px;
  line-height: 30px;
  position: relative;
  font-size: 16px;
  margin: 0 0 -1px;
  border: 1px solid #e4e4e4;
}

h5.dt-sc-toggle-accordion a,.dt-sc-toggle-accordion.h5 a {
  color: #5c5c5c;
  font-weight: bold;
  display: block;
}

h5.dt-sc-toggle a,.dt-sc-toggle.h5 a {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

h5.dt-sc-toggle-accordion:before,.dt-sc-toggle-accordion.h5:before,h5.dt-sc-toggle:before,.dt-sc-toggle.h5:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 3px;
  z-index: 1;
}

h5.dt-sc-toggle-accordion.active:before,.dt-sc-toggle-accordion.active.h5:before,h5.dt-sc-toggle.active:before,.dt-sc-toggle.active.h5:before {
  line-height: 22px;
}

.dt-sc-toggle-content {
  padding-left: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  clear: both;
  display: none;
  border: 1px solid #e4e4e4;
  border-bottom: none;
}

ul.protabc-vertical-frame {
  float: left;
  width: 18%;
  margin: 0px 0px 0px;
  padding: 0px;
}

@media screen and (max-width: 767px) {
  ul.protabc-vertical-frame {
    width: 100%;
    margin-bottom: 20px;
  }
}

ul.protabc-vertical-frame li.current {
  border-right: 2px solid #ffbf17;
}

@media screen and (max-width: 767px) {
  ul.protabc-vertical-frame li.current {
    border-right: none;
  }
}

ul.protabc-vertical-frame li {
  float: left;
  display: block;
  margin: 0px 1px 1px;
  padding: 0px;
  width: 100%;
  position: relative;
}

ul.protabc-vertical-frame li a {
  display: block;
  border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  margin: 0px;
  padding: 12px;
  font-family: Roboto;
}

ul.protabc-vertical-frame li.current:before {
  background: #ffbf17;
}

ul.protabc-vertical-frame li:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  float: left;
  content: "";
  background: #ffbf17;
  margin: 19px 10px 0 0;
}

.protabc-vertical-frame-content {
  border-left: 1px solid #e4e4e4;
  border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  -moz-border-radius: 0px 5px 5px 5px;
  float: left;
  width: 82%;
  margin: 0px;
  padding: 0px 0 0 4%;
}

@media screen and (max-width: 767px) {
  .protabc-vertical-frame-content {
    width: 100%;
    padding: 0;
    border-left: none;
  }
}

.protabc-vertical-frame-content .tab-right {
  padding: 30px;
  background: #f4f4f4;
  margin-right: 0;
  width: 50%;
  min-height: 420px;
}

@media screen and (max-width: 767px) {
  .protabc-vertical-frame-content .tab-right {
    width: 100%;
  }
}

.protabc-vertical-frame-content .tab-left {
  margin-right: 0;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .protabc-vertical-frame-content .tab-left {
    width: 100%;
  }
}

.blog-section h2,.blog-section .h2 {
  margin: 0;
}

.blog-section p.desc {
  margin: 0px 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
  float: left;
  width: 100%;
}

.blog-section.left-sidebar .post-large--four-fifths {
  padding-left: 60px;
}

.blog-section #comments {
  margin-top: 30px;
}

.blog-section #comments input[type="text"],.blog-section #comments input[type="email"] {
  float: left;
  width: 100%;
  border-bottom: 2px solid #000000;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}

.blog-section #comments textarea {
  width: 100%;
  border-bottom: 2px solid #000000;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}

.blog-section #comments ul {
  list-style: none;
  padding: 0;
}

.blog-section #comments form {
  margin: 0;
}

.blog-section #comments form h3,.blog-section #comments form .h3 {
  margin-bottom: 25px;
  font-size: 24px;
  text-transform: uppercase;
}

.blog-section #comments h4,.blog-section #comments .h4 {
  ;margin-bottom: 5px;
  float: left;
}

.blog-section #comments p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.blog-section #comments ul span {
  float: left;
  margin-right: 15px;
}

.blog-section #comments ul span {
  font-weight: normal;
}

.blog-section #comments ul li {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  float: left;
  width: 100%;
}

.share-facebook {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px;
}

.share-twitter {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px;
}

.share-pinterest {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px;
}

.share-google {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px;
}

.client_logo_section h2,.client_logo_section .h2 {
  color: #e62828;
}

.client_logo_section p {
  color: #808080;
  display: inline-block;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .client_logo_section p {
    width: 100%;
  }
}

#clients-carousel li a {
  position: relative;
  display: block;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #clients-carousel li a {
    text-align: center;
  }
}

#clients-carousel img {
  text-align: center;
  margin: auto;
}

#clients-carousel.owl-theme .owl-controls .owl-page.active span {
  background: #ffbf17;
}

#clients-carousel.owl-theme .owl-controls {
  margin-top: 40px;
}

#clients-carousel.owl-theme .owl-controls .owl-page span {
  opacity: 1;
  width: 8px;
  height: 8px;
  background: #000000;
  display: inline-block;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.owl-theme .owl-controls .owl-page span {
  background-color: #ffbf17;
}

.rbtn {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.retstore {
  font-weight: 500;
}

.retstore i {
  font-weight: 600;
  font-size: 16px;
}

.forgotps a.btn,.forgotps a.btn--secondary,.forgotps a.btn--tertiary {
  vertical-align: super;
}

#ResetSuccess {
  margin: 0 auto 20px;
}

#AddAddress .address_check {
  margin-bottom: 20px;
  line-height: 15px;
  margin-top: 20px;
}

#AddAddress .address_check input,.edit_address_form input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}

#AddAddress .address_check label,.edit_address_form label.inline {
  width: auto;
  font-size: 13px;
}

#CustomerLoginForm input[type="submit"] {
  margin: 0;
}

#jquery-tab-pager-navi {
  display: none;
}

#AddAddress select {
  margin-bottom: 10px;
}

.account-success-message {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: auto;
  float: none;
}

.order-form h4,.order-form .h4 {
  font-size: 22px;
  font-weight: normal;
}

.order-form h6,.order-form .h6 {
  ;font-weight: normal;
}

.order-form tr th {
  text-align: center;
}

.address-section {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 15px 15px 0 15px;
  border-radius: 4px;
}

.addbo {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #fff;
}

.address-section strong {
  font-weight: 500;
}

.customer-address-title {
  display: inline-block;
  width: 100%;
}

.edit_address_form input[type="checkbox"],.edit_address_form label.inline {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
}

.cart__header-labels,.cart__header-labels span {
  font-size: 14px;
  ;color: #ffffff;
}

.cart__header-labels {
  background: #000;
  padding: 15px 0 0;
}

.cart__header-labels .post-large--one-half,.cart__row .post-large--one-half {
  width: 50%;
  margin-right: 0;
}

@media screen and (max-width: 567px) {
  .cart__header-labels .post-large--one-half,.cart__row .post-large--one-half {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cart__row .shipping-section p {
    float: left;
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .cart__row .shipping-section .post-large--one-half {
    width: 100%;
    text-align: left !important;
  }
}

.cart__row .post-large--one-third {
  width: 33.3%;
  margin-right: 0;
}

.cart_total_price span {
  display: inline-block;
}

.cart__mini-labels {
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: em(12px);
}

@media screen and (max-width: 567px) {
  .cart__mini-labels {
    display: none;
  }
}

@media screen and (min-width: 567px) {
  .cart__large-labels {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  .cart_items {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
  }
}

.cart__row .cart_items {
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 567px) {
  .cart__row .four-tenths,.cart__row .six-tenths {
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  .cart__large-labels {
    float: left;
    width: 100%;
    padding: 20px 0;
  }
}

.cart__row .qtyminus,.cart__row .qtyplus {
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  float: left;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 967px) {
  .cart__row .qtyminus,.cart__row .qtyplus {
    width: 35px;
  }
}

@media screen and (max-width: 767px) {
  .cart__row .qtyminus,.cart__row .qtyplus {
    width: 22px;
  }
}

@media screen and (max-width: 567px) {
  .cart__row .qtyminus,.cart__row .qtyplus {
    width: 15px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}

.wishlist_table th {
  text-align: center;
}

.wishlist_page p a {
  text-decoration: underline;
}

.wishlist th,td {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .wishlist th,td {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 567px) {
  .wishlist th,td {
    padding: 10px 3px;
    font-size: 12px;
  }
}

.wishlist tr td {
  font-weight: 400;
}

.wishlist tr td p,.wishlist tr td form {
  margin-bottom: 0;
}

.wishlist tr {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.wishlist thead th {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: none;
  border-bottom: none;
}

.wishlist tr .product_image {
  display: inline-block;
}

.wishlist th {
  font-weight: 400;
}

@media screen and (max-width: 567px) {
  .wishlist .image img {
    max-width: 55%;
  }
}

@media screen and (max-width: 567px) {
  .wishlist a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .wishlist .dt-sc-button.small {
    font-size: 12px;
    padding: 10px 8px;
  }
}

@media screen and (max-width: 567px) {
  .wishlist .dt-sc-button.small {
    font-size: 9px;
    background: inherit;
    color: #000;
    padding: 0;
    ;text-decoration: underline;
  }
}

.wishlist thead th {
  font-size: 18px;
}

@media screen and (max-width: 567px) {
  .wishlist thead th {
    font-size: 12px;
    padding: 15px 5px;
  }
}

.wishlist thead th.item {
  padding: 15px;
}

.wishlist span.money {
  color: #ffbf17;
  font-size: 16px;
}

@media screen and (max-width: 567px) {
  .wishlist span.money {
    font-size: 12px;
  }
}

.cart__row .quantity-selector {
  border-radius: 0;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  float: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 967px) {
  .cart__row .quantity-selector {
    width: 35px;
  }
}

@media screen and (max-width: 767px) {
  .cart__row .quantity-selector {
    width: 22px;
  }
}

@media screen and (max-width: 567px) {
  .cart__row .quantity-selector {
    width: 15px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
  }
}

.cart__row .money {
  color: #ffbf17;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .cart__row .money {
    font-size: 14px;
  }
}

@media screen and (max-width: 567px) {
  .cart__row .money {
    font-size: 12px;
  }
}

.cart__row .cart__remove {
  display: inline-block;
}

.cart__row .cart__remove:hover {
  color: #ffbf17;
}

.cart_btn,.shopping-checkout {
  float: left;
  width: 100%;
}

@media screen and (max-width: 567px) {
  .cart_btn,.shopping-checkout {
    text-align: left;
  }
}

.cart_total_price {
  float: right;
}

.mobile-nav-trigger .icon,.mobile-cart-page-link .icon {
  position: relative;
  top: -1px;
  vertical-align: middle;
  padding-right: 4px;
}

.mobile-cart-page-link {
  display: block;
  float: right;
}

.mobile-cart-page-link .header-bar__cart-icon {
  font-size: 1.4em;
}

.mobile-cart-page-link .cart-count:before {
  display: inline;
  content: "(";
}

.mobile-cart-page-link .cart-count:after {
  display: inline;
  content: ")";
}

.mobile-nav {
  display: none;
  list-style: none;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.mobile-nav li {
  margin: 0;
}

.mobile-nav__link {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
}

.mobile-nav__link>a {
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.mobile-nav__link .header-bar__search {
  display: none;
}

.mobile-nav__sublist-expand,.mobile-nav__sublist-contract {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 2px;
  background: #f5f5f5;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: normal;
  padding: 2px 0;
}

.mobile-nav__sublist-expand:hover {
  color: #ffbf17;
}

.mobile-nav__sublist-contract {
  display: none;
}

.wbmobile-nav-menu {
  position: absolute;
  right: 10px;
  top: 7px;
}

.wbmobile-nav-menu.is-active .mobile-nav__sublist-contract {
  display: inline-block;
}

.wbmobile-nav-menu.is-active .mobile-nav__sublist-expand {
  display: none;
}

.mobile-nav__sublist {
  list-style: none;
  margin: 0;
  display: none;
}

.mobile-nav__sublist .mobile-nav__sublist {
  ;margin-left: 15px;
}

.mobile-nav__sublist .mobile-nav__sublist .mobile-nav__sublist-link a {
  border-top: none;
}

.mobile-nav__sublist-link a {
  ;display: block;
  padding: 12px 15px;
  border-top: 1px solid #e4e4e4;
}

@media screen and (min-width: 567px) {
  .mobile-nav__sublist-link a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mobile-nav__sublist-link a:hover {
  opacity: 1;
}

@media screen and (max-width: 567px) {
  .one-tenth {
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  .nine-tenths {
    width: 100%;
  }
}

.mobile-nav__link .mobile-nav__sublist {
  margin-left: 15px;
}

@media screen and (max-width: 567px) {
  .footer-logo img {
    margin: auto;
    padding: 0;
  }
}

.list-collection-products .grid-link__title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 10px;
}

@media screen and (max-width: 967px) {
  .list-collection-products .grid-link__title {
    font-size: 14px;
  }
}

.list-collection-products a.pickgradient.grid-link {
  display: block;
  border: 1px solid #e4e4e4;
}

.list-collection-products .brand-icons a.pickgradient.grid-link {
  border: none;
}

.list-collection-products .collection-detail {
  display: inline-block;
  width: 100%;
  padding: 30px 20px;
  border: 1px solid #e4e4e4;
  border-top: none;
}

.list-collection-products .grid__item {
  padding-right: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .list-collection-products .grid__item {
    padding-right: 7px;
  }
}

.list-collection-products .grid__item img {
  display: block;
  margin: auto;
}

.pickgradient {
  float: left;
  width: 100%;
  position: relative;
}

.pickgradient .collection-count span {
  font-size: 14px;
  color: #fff;
  color: black\9;
  text-transform: uppercase;
  float: left;
  width: 100%;
  letter-spacing: 1px;
}

.pickgradient .collection-count {
  font-size: 50px;
  color: #fff;
  color: black\9;
  line-height: 30px;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 25px;
  margin: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pickgradient .collection-count,.pickgradient .collection-count span {
    color: #fff;
  }
}

.pickgradient:hover .collection-count,.pickgradient:hover .dt-sc-event-overlay .collection-count {
  opacity: 1;
}

.dt-sc-event-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  transition: all 300ms linear;
}

.pickgradient:hover .dt-sc-event-overlay,.pickgradient:hover .dt-sc-event-overlay:before {
  opacity: 1;
}

.pickgradient-products:hover a.grid-link {
  color: #ffbf17;
}

.dt-sc-event-overlay:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,0) 20%, rgba(255,191,23,0.9) 100%);
  opacity: 0;
  transition: all 300ms linear;
}

.sidebar {
  display: block;
}

.search-form {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0;
}

.search-form .input-group-field {
  width: 45%;
  display: inline-block;
  min-height: 50px;
  padding: 10px 14px;
}

@media screen and (max-width: 567px) {
  .search-form .input-group-field {
    width: 76%;
  }
}

.search-form .input-group-btn {
  display: inline-block;
  min-height: 50px;
  margin-left: -4px;
}

.search-form .input-group-btn .btn,.search-form .input-group-btn .btn--secondary,.search-form .input-group-btn .btn--tertiary,.search-form .input-group-btn input[type="submit"] {
  min-height: 50px;
  padding: 10px 20px;
  border-radius: 0;
  border: none;
}

.search-form .input-group-btn .btn:hover,.search-form .input-group-btn .btn--secondary:hover,.search-form .input-group-btn .btn--tertiary:hover,.search-form .input-group-btn input[type="submit"]:hover {
  background: #ffbf17;
}

.search-products .grid-link__meta {
  padding: 0;
}

.search-products ul>li.grid__item ul {
  margin: 0 0 25px;
}

.product-photo-thumbs {
  margin: 15px 0 0;
}

.singlepro .product-photo-thumbs .owl-pagination {
  display: none;
}

.product-photo-thumbs li {
  display: inline-block;
}

.product-photo-thumbs .owl-item {
  float: none;
  display: inline-block;
}

.product-photo-thumbs.owl-carousel .owl-wrapper-outer {
  display: inline-block;
  text-align: center;
}

.product-img-box {
  position: relative;
  padding-right: 30px;
}

@media screen and (max-width: 967px) {
  .product-img-box {
    padding-right: 0;
  }
}

.product-img-box .product-photo-thumbs li {
  margin: 0;
}

.product-img-box .product-photo-thumbs.owl-theme li {
  padding: 0 5px;
  width: 100%;
}

.product-img-box .product-photo-thumbs li a {
  display: block;
}

@media screen and (max-width: 767px) {
  #fancybox-wrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .zoomWrapper img {
    z-index: -1;
  }
}

.ajax-success-modal .content,.ajax-error-modal .modal-inner {
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  bottom: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 50% !important;
  width: 700px;
  transform: translateY(-50%);
  margin: auto;
  z-index: 999;
}

.ajax-success-modal .ajax-left {
  float: left;
  padding-right: 14px;
  width: 40%;
}

.ajax-product-image {
  border: 1px solid #e4e4e4;
  padding: 1px;
}

.ajax-product-title {
  margin-bottom: 10px;
  font-size: 16px;
  ;font-weight: normal;
}

.ajax-right .ajax_price {
  font-size: 16px;
  font-weight: 500;
}

.ajax-right {
  float: left;
  width: 60%;
  padding: 0px;
}

.ajax-success-modal .added-to-cart.info,.ajax-success-modal .added-to-wishlist.info {
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 0 15px 0px;
}

.ajax_des {
  color: #777;
  margin-top: 10px;
  font-size: 12px;
}

.ajax_dprice {
  text-decoration: line-through;
  color: #666;
  font-size: 14px;
  letter-spacing: 0;
  margin-left: 8px;
}

#email-modal .modal-window .window-window {
  padding: 0px;
  float: left;
  width: 500px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 200px;
  background: #fff;
  background-repeat: no-repeat;
}

#email-modal .modal-window {
  display: none;
  margin: 0 auto;
  padding: 10px;
}

#email-modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  #email-modal {
    display: none !important;
  }
}

#mc_embed_signup #mc-embedded-subscribe-form #mail {
  border: 1px solid #e4e4e4;
  width: 100%;
  background: #fff;
  display: block;
  border-radius: 4px;
  max-width: 80%;
  margin: 0 auto 15px auto;
  font-size: 14px;
}

#mc-embedded-subscribe-form input[type='text'] {
  border: none;
  background: transparent;
}

#mc-embedded-subscribe-form button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#mc_embed_signup form {
  display: inline-block;
  float: left;
  text-align: left;
  width: 100%;
}

#mc_embed_signup form {
  text-align: center !important;
  margin: 0 0 5px;
  padding: 0 15px 12px;
}

#mailchimp-email-subscibe {
  padding-top: 20px;
  padding-bottom: 20px;
}

#email-modal .window-window .window-content img {
  display: block;
}

#mc_embed_signup button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#mc_embed_signup button {
  padding: 10px 24px;
}

.newsletterwrapper .btn.close,.newsletterwrapper .close.btn--secondary,.newsletterwrapper .close.btn--tertiary,.newsletterwrapper input.close[type="submit"] {
  background: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/hover.png?v=14866871867660656306) no-repeat;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: absolute;
}

.newsletterwrapper .btn.close,.newsletterwrapper .close.btn--secondary,.newsletterwrapper .close.btn--tertiary,.newsletterwrapper input.close[type="submit"] {
  top: 0;
  right: 0;
  z-index: 9;
}

.collection-list .selection-box,.selection-box.custom {
  position: relative;
  float: left;
}

.collection-list .selection-box {
  min-width: 185px;
}

@media screen and (max-width: 967px) {
  .collection-list .selection-box {
    min-width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .collection-list .selection-box {
    min-width: 180px;
  }
}

.collection-list .selection-box:before {
  z-index: 1;
  right: 12px;
  top: 3px;
  bottom: 0px;
  height: 0px;
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}

.selection-box.custom {
  width: 100%;
}

.selection-box.custom:before {
  z-index: 1;
  right: 16px;
  top: 0px;
  bottom: 0px;
  height: 30px;
  margin: auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}

.collection-list .selection-box:before,.selection-box:after,.selection-box.custom:before,.selection-box.custom:after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.collection-list .selection-box:after {
  width: 37px;
  height: 37px;
  right: 0px;
  top: 0px;
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 967px) {
  .collection-list .selection-box:after {
    width: 35px;
    height: 35px;
  }
}

.selection-box.custom:after {
  width: 51px;
  height: 51px;
  right: 0;
  top: 0;
}

.collection-list .selection-box:after,.selection-box.custom:after {
  background: #ffbf17;
}

.collection-list select {
  width: 100%;
  height: 37px;
  color: #313131;
}

@media screen and (max-width: 967px) {
  .collection-list select {
    font-size: 11px;
    height: 35px;
  }
}

@media screen and (max-width: 567px) {
  .collection-list select {
    font-size: 12px;
  }
}

.cur>li.currency>.dropdown-toggle i {
  margin-top: 6px;
  display: none;
}

@media screen and (max-width: 767px) {
  .cur>li.currency>.dropdown-toggle i {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .cur>li.currency .flag-dropdown-menu li {
    padding: 0;
  }
}

.cur>li.currency>.dropdown-toggle {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 967px) {
  .cur>li.currency>.dropdown-toggle {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .cur>li.currency>.dropdown-toggle {
    padding: 0;
    font-size: 12px;
  }
}

.swatch .swatch-element {
  margin-bottom: 10px;
}

.swatch input:checked+label {
  border: 1px solid #ffbf17;
}

.swatch-section {
  float: left;
}

.swatch .swatch-element {
  float: left;
}

.swatch .swatch-element.available {
  margin-right: 10px;
}

@media screen and (max-width: 967px) {
  .swatch .swatch-element.available {
    margin-right: 5px;
  }
}

.swatch-element label {
  font-size: 12px;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 600 !important;
  width: auto !important;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.is-sticky .sticky-logo img.retina-footer-logo,.footer-logo img.retina-footer-logo {
  display: none;
}

.copyright {
  float: left;
  padding-top: 7px;
}

@media screen and (max-width: 967px) {
  .copyright {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    font-size: 13px;
    float: none;
    padding: 7px 0 15px 0;
  }
}

footer .input-group .btn,footer .input-group .btn--secondary,footer .input-group .btn--tertiary,footer .input-group input[type="submit"] {
  height: auto;
  border-radius: 0;
  padding: 15px 14px;
  float: right;
}

.cur>li.currency .flag-dropdown-menu {
  right: 0;
  right: 20px;
  top: 100%;
  width: 90px;
  margin-top: 12px;
  padding: 10px 0 !important;
}

.Collection-content {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.Collection-content h3,.Collection-content .h3 {
  font-size: 16px;
  text-transform: inherit;
}

.Collection-content h2,.Collection-content .h2 {
  margin-bottom: 5px;
}

.home_product_detail_button {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.singlepro__quantity .quantity-box {
  margin: 0;
}

.singlepro__quantity .quantity-box select {
  padding: 0 20px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.collection_sidebar .widget h4:after,.collection_sidebar .widget .h4:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  margin: 5px 0 0;
}

.featuredCollections a:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.featuredCollections a {
  overflow: hidden;
  display: block;
}

.featuredCollections a img {
  -webkit-transition: all 1s ease-in-out 0s;
  -khtml-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  max-width: 100%;
}

.drawer--top {
  width: 50%;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .drawer--top {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .drawer--top {
    width: 98%;
  }
}

.js-drawer-open-top .drawer--top {
  display: block;
}

#SearchDrawer form {
  position: relative;
}

#SearchDrawer input {
  background: #fff;
  height: 40px;
  border-radius: 4px;
}

#SearchDrawer button {
  margin-bottom: 0;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 8px;
}

.search-products .product-container {
  margin-bottom: 30px;
}

.drawer--top .search-bar__table .search-bar__form {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
}

.wbsearch-input {
  background: none;
  border: none;
  width: 100%;
  padding: 0 15px;
}

#SearchDrawer .remove-button button {
  display: none;
  background: #222;
  padding: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 14px;
}

.drawer--top .search-bar__icon-button {
  z-index: 99999;
  position: relative;
  cursor: pointer;
  font-size: 40px;
  display: inline-block;
  position: fixed;
  top: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  right: 20px;
}

.js-drawer-open-top .drawer--top .search-bar__icon-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.search__results-count {
  padding: 0 10px 10px 20px;
  line-height: 50px;
}

.drawer {
  z-index: 99991;
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.drawer--left,.drawer--right {
  top: 0;
  max-width: 95%;
}

.drawer--left {
  width: 300px;
  left: -300px;
}

.js-drawer-open-left .drawer--left {
  display: block;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}

.drawer--right {
  width: 300px;
  right: -300px;
}

.js-drawer-open-right .drawer--right {
  display: block;
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

.drawer--right .drawer__close {
  float: right;
  height: 65px;
}

.js-drawer-open-top .drawer--top {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

#PageContainer {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 60px;
  height: 60px;
  position: fixed;
  top: -60px;
  right: -60px;
  z-index: 9998;
}

.drawer-page-content:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.9);
  zoom: 1;
  background-color: transparent\9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 9999;
}

.js-drawer-open .drawer-page-content:before {
  -webkit-transform: scale(75);
  -moz-transform: scale(75);
  -ms-transform: scale(75);
  -o-transform: scale(75);
}

.drawer__title,.drawer__close {
  display: table-cell;
  vertical-align: middle;
}

.drawer__title {
  font-weight: 700;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
}

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
}

.drawer--left .drawer__close-button {
  right: auto;
  left: -15px;
}

.fullblog .comments-count:before,.fullblog .blog-date:before {
  background: #e4e4e4;
  content: "";
  float: left;
  width: 1px;
  height: 15px;
  top: 5px;
  position: absolute;
  right: 0;
}

.fullblog .comments-count {
  color: #000;
}

.fullblog .blog-tag {
  margin-bottom: 20px;
  color: #000000;
}

.fullblog .blog-tag:hover {
  color: #c9a654;
}

.fullblog .blog-btn a {
  color: #ffffff;
  background: #c9a654;
}

.fullblog .blog-btn a:hover {
  color: #ffffff;
  background: #000;
}

.fullblog .blog-btn a i {
  margin-left: 5px;
}

.fullblog .blog-btn {
  border-bottom: 1px solid #e4e4e4;
  padding: 25px 0px;
  margin: -25px 0;
}

.fullblog .article-detail h5,.fullblog .article-detail .h5 {
  font-size: 16px;
  margin-bottom: 7px;
  text-transform: inherit;
}

@media screen and (max-width: 967px) {
  .fullblog .article-detail h5,.fullblog .article-detail .h5 {
    font-size: 14px;
  }
}

.fullblog .blog-btn a i {
  margin-left: 5px;
}

.fullblog .blog-description h4,.fullblog .blog-description .h4 {
  text-transform: inherit;
}

@media screen and (max-width: 967px) {
  .fullblog .blog-description h4,.fullblog .blog-description .h4 {
    font-size: 20px;
  }
}

.fullblog .blog-description h4 a,.fullblog .blog-description .h4 a {
  color: #282828;
}

.fullblog .blog-description h4 a:hover,.fullblog .blog-description .h4 a:hover {
  color: #fdba2d;
}

.fullblog .blog-description .blog-date {
  color: #000000;
}

.fullblog .blog-description .author {
  color: #000000;
}

.fullblog .blog-description .author {
  color: #000000;
}

.sorting-section {
  width: 200px;
  position: relative;
}

.sorting-section .dropdown-menu {
  right: 0;
  left: auto;
  width: 100%;
  padding: 0;
  border: 1px solid #eee;
  box-shadow: none;
}

.sorting-section .dropdown-menu>.active>a,.sorting-section .dropdown-menu>.active>a:focus,.sorting-section .dropdown-menu>.active>a:hover {
  background-color: #000;
}

.pages_list {
  width: 50%;
}

.filter-show .btn,.filter-show .btn--secondary,.filter-show .btn--tertiary,.filter-show input[type="submit"] {
  position: relative;
}

.filter-sortby input {
  display: none;
}

.filter-sortby label,.filter-show label {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .filter-sortby label,.filter-show label {
    display: none;
  }
}

.toolbar .view-mode a svg {
  fill: #aaa;
}

.toolbar .view-mode a:hover svg,.toolbar .view-mode a.active svg {
  fill: #000;
}

.filter_right {
  float: right;
}

@media screen and (max-width: 767px) {
  .filter_right {
    float: left;
  }
}

.filter-sortby {
  position: relative;
}

.filter-sortby,.sorting-section,.pages_list {
  display: inline-block;
}

.filter-show {
  text-align: right;
  display: none;
}

.filter-show .btn:after,.filter-show .btn--secondary:after,.filter-show .btn--tertiary:after,.filter-show input[type="submit"]:after,.sorting-section .btn:after,.sorting-section .btn--secondary:after,.sorting-section .btn--tertiary:after,.sorting-section input[type="submit"]:after {
  content: "\f107";
  font-family: 'fontAwesome';
  position: absolute;
  right: 10px;
  top: 8px;
}

.sorting-section .btn,.sorting-section .btn--secondary,.sorting-section .btn--tertiary,.sorting-section input[type="submit"],.filter-show .btn,.filter-show .btn--secondary,.filter-show .btn--tertiary,.filter-show input[type="submit"] {
  width: 100%;
  text-align: left;
  position: relative;
}

#promo-carousel li {
  position: relative;
  transition: all 900ms ease 0s;
  -webkit-transition: all 900ms ease 0s;
}

#promo-carousel li:before {
  background: rgba(255,255,255,0.3) none repeat scroll 0 0;
  bottom: 0px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all 900ms ease 0s;
}

#promo-carousel li:hover:before {
  left: 50%;
  opacity: 1;
  right: 50%;
}

#promo-carousel li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#promo-carousel li img {
  transition: all 900ms ease 0s;
  -webkit-transition: all 900ms ease 0s;
  margin-bottom: 10px;
}

.cur>li.currency>.dropdown-toggle .fa {
  margin: 0 0 0 3px;
}

.cur>li.currency .flag-dropdown-menu {
  left: 0;
  right: 20px;
  top: 100%;
  width: 90px;
  margin-top: 12px;
  padding: 10px 0 !important;
}

.menu-middle-section ul li.currency a {
  padding-right: 0;
}

.menu-middle-section ul li.currency .flag-dropdown-menu li a {
  padding: 7px 15px;
}

.menu-middle-section ul li.currency:hover .flag-dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.flag-dropdown-menu li a i {
  margin-top: 2px;
  margin-right: 7px;
  float: left;
}

@media screen and (max-width: 567px) {
  .flag-dropdown-menu li a i {
    margin-right: 5px;
  }
}

.flag-dropdown-menu li a span {
  float: right;
  color: #ffbf17;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.flag-dropdown-menu li a:hover span {
  color: #222;
}

.flag-dropdown-menu {
  text-align: left;
  width: 90px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -khtml-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.15);
  -ms-transform: 2px 3px 5px 2px rgba(0,0,0,0.15);
  -o-transform: 2px 3px 5px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.15);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .flag-dropdown-menu {
    right: auto;
  }
}

.cur>li.currency .flag-dropdown-menu li a {
  line-height: 1.2;
  padding: 6px 17px !important;
  border: none;
  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  .cur>li.currency .flag-dropdown-menu li a {
    font-size: 13px !important;
    padding: 10px 10px !important;
  }
}

@media screen and (max-width: 567px) {
  .cur>li.currency .flag-dropdown-menu li a {
    font-size: 13px !important;
    padding: 10px 10px 10px 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .cur>li.currency .flag-dropdown-menu li:last-child a {
    margin-right: 0;
  }
}

.cur>li.currency:hover .flag-dropdown-menu,.cur>li.currency.open .flag-dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.cur>li.currency:hover .flag-dropdown-menu::before,.cur>li.currency.open .flag-dropdown-menu::before {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 100%;
}

.flag-cny {
  background-image: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/currency_1.png?v=1823919696307517016);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
}

.flag-eur {
  background-image: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/currency_2.png?v=14244956204538523901);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
}

.flag-gbp {
  background-image: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/currency_3.png?v=17059659387528752532);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
}

.flag-aud {
  background-image: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/currency_4.png?v=18353265032290266033);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
}

.flag-inr {
  background-image: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/currency_5.png?v=3112637171493488905);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
  margin-right: 10px !important;
}

@media screen and (max-width: 567px) {
  .flag-inr {
    margin-right: 5px !important;
  }
}

.flag-usd {
  background-image: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/currency_6.png?931);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
}

.flag- {
  background-image: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/currency_7.png?931);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
}

.flag- {
  background-image: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/currency_8.png?931);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
}

.flag- {
  background-image: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/currency_9.png?931);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
}

.flag- {
  background-image: url(//cdn.shopify.com/s/files/1/0367/6205/8889/t/2/assets/currency_10.png?931);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
  margin-right: 10px !important;
}

@media screen and (max-width: 567px) {
  .flag- {
    margin-right: 5px !important;
  }
}

.header-bar .wrapper,.site-header .wrapper {
  max-width: 100%;
}

.menu-middle-section ul {
  list-style: none;
  padding: 0;
  float: right;
}

@media screen and (max-width: 767px) {
  .menu-middle-section ul {
    text-align: center;
    float: none;
  }
}

.menu-middle-section ul li {
  float: left;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .menu-middle-section ul li {
    float: none;
    display: inline-block;
    text-align: center;
  }
}

.menu-middle-section li a {
  float: left;
  padding: 7px 0 7px 15px;
  font-size: 13px;
  text-transform: uppercase;
}

@media screen and (max-width: 967px) {
  .menu-middle-section li a {
    padding-right: 5px;
  }
}

.menu-middle-section li a i {
  margin-right: 5px;
}

.menu-middle-section li.logout-link i {
  float: left;
  padding: 7px 0 7px 15px;
}

.menu-middle-section li.logout-link a {
  float: left;
  padding: 7px 0px 7px 5px;
}

.menu-middle-section li span.currency_code i {
  margin-right: 5px;
}

#currencies-picker {
  margin: 0;
}

.header-bar__module.cart .mini-cart-icon i {
  width: auto;
  background: none;
}

.header-bar__module.cart .mini-cart-icon,.header-bar__module.cart .mini-cart-icon i {
  margin-right: 0;
}

.header-bar__search form .btn,.header-bar__search form .btn--secondary,.header-bar__search form .btn--tertiary,.header-bar__search form input[type="submit"] {
  padding: 28px 17px !important;
}

.header-bar__search form {
  margin: 0;
}

.header-bar .social-icons li,.header-bar .social-icons li a {
  float: left;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .header-bar .social-icons li,.header-bar .social-icons li a {
    float: none;
  }
}

.header-bar .social-icons li {
  display: inline-block;
}

.header-bar__search form .header-bar__search-input {
  display: none;
}

.header-bar__search form .btn,.header-bar__search form .btn--secondary,.header-bar__search form .btn--tertiary,.header-bar__search form input[type="submit"] {
  border: none;
}

.header-bar__module.cart .baskettop a.icon-cart-arrow+#slidedown-cart {
  background-color: #fff;
  border-radius: 4px;
  width: 300px;
  position: absolute;
  right: 0;
  box-shadow: 0 0px 5px rgba(0,0,0,0.175);
  z-index: 9999;
  text-align: left;
}

.header-bar__module.cart .mini-cart-icon i {
  height: auto;
  line-height: normal;
  float: none;
  display: inline-block;
  padding: 28px 17px;
}

.is-sticky .header-bar__search .btn,.is-sticky .header-bar__search .btn--secondary,.is-sticky .header-bar__search .btn--tertiary,.is-sticky .header-bar__search input[type="submit"] {
  position: inherit;
}

.is-sticky .grid__item:nth-child(2n) {
  float: right;
}

.is-sticky .menu-right-section {
  position: absolute;
  right: 15%;
  bottom: 0;
  z-index: 99;
}

.is-sticky .menu-right li a {
  padding: 16px 15px;
  font-size: 16px;
}

.is-sticky .header_top {
  display: none;
}

.site-nav {
  list-style: none;
}

.site-nav li a.new:after,.site-nav li a.sale:after,.site-nav li a.offer:after {
  font-size: 9px;
  padding: 1px 7px 0;
  border-radius: 50px;
  line-height: 16px;
}

.site-nav li a.new:after {
  content: 'New';
  background: #fdba2d;
  color: #282828;
  padding: 3px 5px;
}

.site-nav li a.sale:after {
  content: 'Sale';
  background: #f92525;
  color: #ffffff;
  padding: 3px 5px;
}

.site-nav li a.offer:after {
  content: 'Offer';
  background: #2a5390;
  color: #ffffff;
  padding: 3px 5px;
}

.site-nav-dropdown li {
  float: left;
  width: 100%;
}

.top-menu {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .top-menu {
    width: 100%;
  }
}

.site-nav li {
  margin: 0;
}

.site-nav ul {
  list-style: none;
  padding: 0;
}

.site-nav li>a i {
  display: inline-block;
  margin-left: 7px;
}

.simple-menu .site-nav-dropdown {
  position: absolute;
  width: 100%;
}

.site-nav-dropdown li a {
  position: relative;
  padding-right: 0;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 14px;
  ;line-height: 35px;
}

.site-nav .widget-featured-product .product-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  display: block;
  padding-bottom: 5px;
}

.widget-product a {
  padding: 0;
}

.widget-featured-product h6,.widget-featured-product .h6 {
  font-size: 15px;
}

.megaprice .old-price {
  text-decoration: line-through;
  color: #777;
  font-size: 12px;
  letter-spacing: 0;
}

.megaproimg .mimh a {
  padding: 0;
}

.site-nav-dropdown .style_3 .inner {
  width: 25%;
  margin-bottom: 0 !important;
}

.site-nav-dropdown .style_5 .inner {
  width: 33.33%;
  padding: 0 10px;
}

.style_5 .parent-mega-menu {
  margin-bottom: 15px;
}

.widget-featured-product .products-grid img {
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.site-nav>.dropdown:hover>ul,.site-nav>.dropdown.open>ul {
  display: block;
}

.site-nav>li>ul>.dropdown:hover>ul,.site-nav>li>ul>.dropdown.open>ul {
  display: block;
}

.site-nav>li>ul>li>ul>.dropdown:hover>ul,.site-nav>li>ul>li>ul>.dropdown.open>ul {
  display: block;
}

.site-nav>li>ul>li>ul>li>ul>.dropdown:hover>ul,.site-nav>li>ul>li>ul>ul>li>.dropdown.open>ul {
  display: block;
}

.site-nav li.dropdown .icon-dropdown {
  height: 0;
  width: 0;
  border: 4px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  cursor: pointer;
}

.site-nav-dropdown li.dropdown .icon-dropdown {
  position: absolute;
  top: 16px;
  right: 20px;
}

.site-nav>li.mega-menu {
  position: static;
}

.site-nav li.mega-menu:hover .site-nav-dropdown,.site-nav li.mega-menu:hover .site-nav-dropdown,.site-nav li.dropdown:hover .site-nav-dropdown {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}

.site-nav li.dropdown:hover.mega-menu>a>.icon-dropdown {
  border-top-color: #fff;
  opacity: 1;
}

.site-nav li.mega-menu .site-nav-dropdown {
  width: 900px;
  left: 100%;
  right: 0;
  border: 0;
  padding: 15px;
}

.sub-mega-menu .parent-link {
  border-bottom: 1px solid #3d4549;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.sub-mega-menu .parent-link a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.sub-mega-menu .parent-link>span.up {
  text-indent: -999em;
  display: block;
  background: url(icon-menu-up.png) no-repeat;
  opacity: 0.5;
  width: 9px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 6px;
  cursor: pointer;
}

.sub-mega-menu .parent-link>span.up:hover {
  opacity: 1;
}

.sub-mega-menu .parent-link>span {
  padding: 0 10px;
}

.parent-mega-menu .inner .currentm {
  text-transform: uppercase;
  color: #ffbf17;
  font-weight: 500;
  margin-bottom: 5px;
  border-bottom: none;
}

.parent-mega-menu.parent-mega-menu .inner {
  margin-bottom: 15px;
}

.site-nav li .fa-angle-down {
  transition: all 0.1s ease 0s;
  margin-top: 3px;
}

.site-nav li:hover .fa-angle-down {
  transform: rotate(-90deg);
}

.style_2 .megaproimg [class*="col-"] a {
  display: block;
}

.style_2 .megaproimg [class*="col-"] a:nth-child(1) img {
  margin-bottom: 15px;
}

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

.site-nav li.mega-menu>.dropdown:hover>.site-nav-dropdown,.site-nav li.mega-menu>.dropdown.open>.site-nav-dropdown {
  display: block;
}

.site-nav li.mega-menu ul.site-nav-dropdown {
  padding: 20px 0px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
  border-radius: px;
}

.site-nav li.mega-menu ul.site-nav-dropdown li a {
  padding: 5px 20px;
}

.site-nav .widget-featured-product .widget-product {
  position: relative;
}

.site-nav .products-grid .grid-item .product-grid-image {
  display: inline-block;
  padding: 0;
  margin-bottom: 7px;
}

.sub-mega-menu {
  display: none;
}

.menu_bar_right {
  list-style: none;
  padding: 0;
}

.site-nav-dropdown {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform-origin: 0 0;
  position: absolute;
  left: 100%;
  z-index: 9999;
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  text-align: left;
  border-radius: 4px;
  margin-top: -50px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0px 5px rgba(0,0,0,0.175);
}

.megamenusale {
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: normal;
  font-size: 13px;
}

.widget-product .price-box {
  margin-top: 5px;
}

.widget-product .price-box p {
  margin-bottom: 0;
}

.menu-tool {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .menu-tool {
    width: 100%;
  }
}

.site-nav ul {
  list-style: none;
  padding: 0;
}

.cur>li.currency .flag-dropdown-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .cur>li.currency .flag-dropdown-menu li {
    width: auto;
    float: left;
  }
}

.cur>li.currency:hover .flag-dropdown-menu,.cur>li.currency.open .flag-dropdown-menu {
  display: block;
}

.cur>li.currency:hover .flag-dropdown-menu::before,.cur>li.currency.open .flag-dropdown-menu::before {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 100%;
}

.cur>li.currency>.dropdown-toggle .fa {
  margin: 0 0 0 5px;
}

.cur>li.currency .flag-dropdown-menu {
  right: 0;
  right: 20px;
  top: 100%;
  width: 100px;
  margin-top: 0px;
  padding: 10px 0 !important;
}

@media screen and (max-width: 767px) {
  .cur>li.currency .flag-dropdown-menu {
    margin-top: 0px;
    width: 75px;
    text-align: center;
    padding: 0 !important;
    right: 0;
    left: auto;
  }
}

.propage form {
  margin: 0;
  padding: 0;
}

.propage .deal-clock {
  float: left;
  width: auto;
  z-index: 1;
  position: static;
  text-align: left;
  margin-bottom: 20px;
}

.propage .deal-clock ul {
  margin: 10px 0 0;
}

.propage .deal-clock ul li:last-child {
  border-right: none;
}

.support-section-content {
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .support-section-content {
    text-align: left;
  }
}

.support-section i {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  font-size: 50px;
}

@media screen and (max-width: 967px) {
  .support-section i {
    font-size: 32px;
    margin-right: 7px;
  }
}

@media screen and (max-width: 567px) {
  .support-section i {
    float: left;
    margin-right: 15px;
  }
}

.support-section {
  float: left;
  text-align: center;
  width: 100%;
  padding: 80px 0px 0;
}

.footer-support p {
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  text-align: center;
}

.deal-items {
  padding: 80px 0;
  float: left;
  width: 100%;
}

.zoomWrapper>div {
  width: 64px !important;
  height: 64px !important;
  background-color: #fff !important;
  left: 50% !important;
  margin: -32px 0 0 -32px !important;
  top: 50% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 99 !important;
}

#email-modal .window-window .window-content .title b {
  font-family: Roboto;
}

.list-collection-products .grid__item:hover a.btn,.list-collection-products .grid__item:hover a.btn--secondary,.list-collection-products .grid__item:hover a.btn--tertiary {
  background-color: #222;
  color: #ffffff;
  border-color: #222;
}

.list-collection-products .grid__item:hover a.pickgradient:after {
  opacity: 0.4;
}

.list-collection-products .grid__item a.pickgradient {
  position: relative;
}

.list-collection-products .grid__item:hover a.pickgradient:before {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}

.header_custom p {
  margin: 0;
}

.header_custom {
  padding: 12px 20px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .header_custom {
    display: none;
  }
}

.header_user {
  position: relative;
  min-width: 100px;
  padding: 0 0px;
  text-align: center;
  line-height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 967px) {
  .header_user {
    min-width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .header_user {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    line-height: 60px;
    border-right: 1px solid #e4e4e4;
  }
}

@media screen and (max-width: 567px) {
  .header_user {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 30%;
    flex: 1 1 100%;
  }
}

.customer_account_links ul {
  position: absolute;
  background: red;
  top: 100%;
  line-height: 2em;
}

.customer_account_links ul {
  list-style: none;
}

.header_slide_element ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.header_slide_element ul li {
  line-height: normal;
  padding: 7px;
  float: left;
  width: 100%;
}

.header_slide_element ul li form button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.header_slide_element ul li a i,.header_slide_element ul li form button i {
  margin-right: 7px;
}

.header_slide_element ul li.logout-link i {
  margin-right: 7px;
}

.slidersearch.header_slide_element {
  padding: 20px;
  right: 0;
  z-index: 100;
  position: absolute;
  top: 0;
  width: 300px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

@media screen and (max-width: 767px) {
  .slidersearch.header_slide_element {
    display: inline-block;
    position: static;
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: auto;
    background: none;
    line-height: normal;
    padding: 0px;
  }
}

@media screen and (max-width: 567px) {
  .slidersearch.header_slide_element {
    padding: 0px;
    width: auto;
  }
}

.header_slide_element {
  padding: 20px;
  z-index: 100;
  position: absolute;
  top: 0;
  width: 300px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

@media screen and (max-width: 967px) {
  .header_slide_element {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .header_slide_element {
    padding: 7px;
    width: 100%;
    left: 0;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
  }
}

.header_toggle.active+.header_slide_element {
  top: 100%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .header_toggle.active+.header_slide_element {
    z-index: 1000;
  }
}

.item-swatch {
  margin: 0;
}

.full_width_tab ul.item-swatch {
  margin: 0;
}

.option-loader .product-img,.option-loader .product-title,.option-loader .product-title,.option-loader .page-des {
  display: none;
}

.for-home {
  border: none;
  border-bottom: 1px solid;
}

.quick-view .content {
  width: 50%;
}

.quick-view .content {
  position: relative;
  margin: 30px auto;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}

.quick-view.option-loader .content {
  width: 34%;
}

@media screen and (max-width: 1199px) {
  .quick-view.option-loader .content {
    width: 60%;
  }
}

@media screen and (max-width: 967px) {
  .quick-view.option-loader .content {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .quick-view.option-loader .content {
    width: 90%;
  }
}

.quick-view {
  background: rgba(0,0,0,0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform .2s,opacity .2s,visibility .2s;
  -webkit-transition: opacity .2s,visibility .2s,-webkit-transform .2s;
  transition: opacity .2s,visibility .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s,visibility .2s;
  transition: transform .2s,opacity .2s,visibility .2s,-webkit-transform .2s;
  display: block !important;
}

.quick-view .close-window {
  border-radius: 4px;
}

.product-inventory label,.product_price label {
  margin-top: 0;
}

.quick-view .product-photo-thumbs li {
  margin: 0 3px;
}

.quickright .product-inventory {
  margin: 15px 0;
}

#QProductPrice {
  font-size: 16px;
}

.quickview-featured-image,.quickview-more-views-owlslider img {
  border: 1px solid #eee;
  border-radius: 4px;
}

.infinite-scrolling {
  text-align: center;
  clear: both;
}

.infinite-scrolling a,.infinite-scrolling-homepage a {
  display: inline-block;
  width: 345px;
}

@media screen and (max-width: 767px) {
  .infinite-scrolling a,.infinite-scrolling-homepage a {
    width: 100%;
  }
}

.brand-landing-wrapper .alphabet-brands {
  background-color: #f5f5f5;
  z-index: 99999 !important;
  padding: 30px;
}

.is-sticky .alphabet-brands {
  margin-top: 130px;
}

.brand-landing-wrapper .alphabet-brands ul {
  text-align: center;
}

.brand-landing-wrapper .alphabet-brands li {
  display: inline-block;
}

.brand-landing-wrapper .alphabet-brands a {
  border: 1px solid #e4e4e4;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  margin: 0 10px 20px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 45px;
}

.brand-landing-wrapper .alphabet-brands a:hover {
  background-color: #d6d3d3;
  text-decoration: none;
}

.brand-landing-wrapper .alphabet-brands a.active {
  background-color: #d6d3d3;
}

.brand-landing-wrapper .categories-section {
  border-top: 1px solid #d6d3d3;
  clear: both;
  width: 100%;
  float: left;
  padding: 30px 0;
}

.brand-landing-wrapper .categories-section ul {
  overflow: auto;
  float: left;
  width: 90%;
}

.brand-landing-wrapper .categories-section li {
  display: inline-block;
  vertical-align: top;
}

.brand-landing-wrapper .categories-section li.alphabet-brand {
  float: left;
  font-size: 19px;
  padding-top: 1px;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
}

.brand-landing-wrapper .categories-section .brand-items {
  float: left;
  width: 80%;
}

.brand-landing-wrapper .categories-section .brand-items .brand-item {
  margin: 0 15px 10px 0;
  width: 90%;
}

.brand-landing-wrapper .categories-section .brand-items a {
  font-size: 14px;
}

.brand-landing-wrapper .categories-section .back-to-top {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 35px;
  width: 10%;
}

.brand-landing-wrapper .categories-section .back-to-top:hover {
  text-decoration: none;
}

.brand-landing-wrapper .categories-section.section-a ul {
  margin-top: 75px;
}

@media (max-width: 480px) {
  .brand-landing-wrapper h1,.brand-landing-wrapper .h1 {
    font-size: 24px;
    margin: 0;
    padding: 25px 0;
  }

  .brand-landing-wrapper .popular-brands {
    margin: 0 auto;
    width: 95%;
  }

  .brand-landing-wrapper .popular-brands .content-asset {
    width: auto;
  }

  .brand-landing-wrapper .popular-brands a {
    margin: 0 0 30px;
    text-align: center;
    width: 30%;
  }

  .brand-landing-wrapper .categories-section {
    border-top: 2px solid #d6d3d3;
  }

  .brand-landing-wrapper .toggle {
    cursor: pointer;
    font-size: 40px;
    height: 40px;
    margin: 0 0 0 20px;
    text-transform: uppercase;
  }

  .brand-landing-wrapper .toggle-content {
    margin: 15px 0 20px 20px;
  }

  .brand-landing-wrapper .toggle-content a {
    display: block;
    font-size: 24px;
  }
}

.brands {
  background: #f5f5f5;
}

.categories-section {
  background: #f5f5f5;
}

.categories-section:nth-child(odd) {
  background: #e0e0e0;
}

.custom-select select {
  display: none;
}

.select-selected:after {
  position: absolute;
  top: 0x;
  right: 0px;
  content: "\f107";
  border: none;
  font-family: FontAwesome;
}

.select-items div,.select-selected {
  font-size: 13px;
  padding: 0px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0,0,0,0.1) transparent;
  cursor: pointer;
  user-select: none;
  border-bottom: none;
}

.select-items {
  position: absolute;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
}

.select-hide {
  display: none;
}

.select-items div:hover {
  background-color: #e4e4e4;
}

.cartdt li:first-child {
  position: relative;
}

.svgbg {
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  background: #480202;
  border-radius: 4px;
  padding-top: 9px;
  text-align: center;
}

.svgbg svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.svgbg:hover svg {
  fill: #fff;
}

.topws a {
  position: relative;
}



.rightac,.topws,.xsheader {
  display: inline-block;
  vertical-align: middle;
}

.userdrop h4,.userdrop .h4 {
  font-size: 14px;
  font-weight: normal;
  ;margin: 0;
}

.disabled {
  opacity: 0.8;
  cursor: no-drop !important;
}

.headernav {
  padding: 26px 0;
  background-color: #960202;
}

.headtop {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.headtop .text-left p {
  margin-bottom: 0;
  color: #222;
}

.rightac .closebtn svg {
  fill: #fff;
}

.rightac .slidedown_section,.rightac .xsheader {
  display: inline-block;
  vertical-align: middle;
}

.cart-tot {
  font-size: 16px;
  margin: 0;
  letter-spacing: 0;
  margin-left: 5px;
}

.pxs {
  padding: 0;
}

:focus {
  outline: none;
}

.topws a,.cartdt h4,.cartdt .h4 {
  display: block;
  font-size: 14px;
  ;margin: 0;
  transition: 0.3s ease;
  font-weight: normal;
}

.topws span {
  display: block;
  line-height: normal;
  margin: 0 25px;
}

.cartdt h4,.cartdt .h4 {
  margin-top: 8px;
}

.userdrop {
  cursor: pointer;
}

.hmuser {
  display: block;
  margin: 0 20px;
}

.baskettop {
  position: relative;
}

.headertop #acdrop ul li i {
  width: 20px;
}

.cur {
  position: relative;
}

.social-icons li {
  margin-right: 3px;
}

.currency {
  position: relative;
}

#toggle-search form {
  margin-bottom: 0;
  border-radius: 4px;
  border: none;
  transition: 0.3s ease;
}

.homesearch #toggle-search input {
  height: 44px;
  border: none;
  margin: 0;
  border-radius: 4px 0 0 4px;
  background: #fff;
}

.homesearch #toggle-search .input-group-btn {
  transition: 0.3s ease;
  padding: 0 25px;
  cursor: pointer;
  background: #480202;
  color: #fff;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  text-transform: uppercase;
  font-weight: normal;
  right: 0;
}

.homesearch #toggle-search .input-group-btn button {
  color: #fff;
  transition: 0.3s ease;
}

.homesearch #toggle-search .input-group-btn span {
  display: inline-block;
  vertical-align: middle;
}

.homesearch #toggle-search .input-group-btn:hover,.homesearch #toggle-search .input-group-btn:hover button {
  color: #ffffff;
}

#toggle-search {
  padding: 0;
  margin-top: 2px;
}

.rightac {
  margin-top: 4px;
}

.rightw p {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}

.rightw p a {
  display: inline-block;
  font-size: 16px;
  ;color: #4f4f4f;
}

.rightw p a:hover {
  color: #480202;
  border-bottom: 1px solid #9cc400;
}

.wscur .slidedown_section .dropdown-menu {
  box-shadow: none;
  padding: 10px;
  min-width: 19rem;
  ;line-height: 30px;
}

.cust-sup svg {
  width: 30px;
  height: 30px;
}

.cust-sup li {
  vertical-align: middle;
}

.cust-sup h5,.cust-sup .h5 {
  font-size: 14px;
  margin: 0;
}

.cust-sup h6,.cust-sup .h6 {
  font-size: 11px;
  margin: 0;
  font-weight: normal;
}

.rightw {
  margin-top: 10px;
}

.cust-sup {
  margin-top: -2px;
}

#under-menu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  border: 1px solid #eee;
}

#under-menu .site-nav {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.template-index #under-menu {
  display: block;
  height: auto !important;
}

.cms-menu {
  background: #f9f9f9;
}

.template-index .cms-menu {
  background: transparent;
}

.snavb {
  position: relative;
}

.site-nav li.level1 {
  display: block;
  padding: 0 15px;
}

.site-nav li.level1 a.sitemenus,.site-nav li.level1 .view_more a {
  ;font-weight: normal;
  cursor: pointer;
  font-size: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  display: block;
  line-height: normal;
}

.site-nav li.level1:last-child a.sitemenus,.site-nav li.level1 .view_more a {
  border-bottom: none;
}

.site-nav li.view_more a i {
  margin-left: 0;
}

.allcat {
  position: relative;
}

.homecatb h2,.homecatb .h2 {
  font-size: 16px;
  ;color: #404040;
  margin: 28px 0 0 0;
  transition: 0.3s ease;
}

.homecatb {
  background-color: #f5f5f5;
  padding: 20px 5px;
  border-radius: 4px;
  transition: 0.3s ease;
}

.homecatb a {
  display: block;
}

.homecatb img {
  filter: grayscale(0) brightness(0) contrast(0);
  transition: 0.3s ease;
}

.homecatb:hover img {
  filter: grayscale(1) brightness(1) contrast(1);
}

.homecatb:hover {
  background-color: #960202;
}

.homecatb:hover h2,.homecatb:hover .h2 {
  color: #000;
}

.pro-tab .nav li a {
  border: none;
  color: #797979;
  text-transform: uppercase;
  margin: 0 15px;
  font-weight: normal;
}

.pro-tab .nav-tabs>li.active>a,.pro-tab .nav-tabs>li.active>a:focus,.pro-tab .nav-tabs>li.active>a:hover,.pro-tab .nav li a:hover {
  border: none;
  color: #960202;
  font-weight: 400;
  cursor: pointer;
}

.pro-tab {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.pro-tab .heading {
  border-bottom: none;
  margin-bottom: 0;
}

.spewidth .special {
  border: 2px solid #ffbf17;
  border-radius: 4px;
  padding: 15px;
}

.product-container .wbproductdes {
  padding: 10px;
}

.product-container .button-group svg {
  width: 18px;
  height: 18px;
  fill: #777;
}

.product-container .button-group .addcart,.product-container .button-group .add-to-wishlist,.product-container .button-group .quick-view-text {
  display: inline-block;
  vertical-align: middle;
}

.product-container .button-group a,.product-container .button-group .addcart .sold_icon {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  min-width: 36px;
  min-height: 36px;
  border-radius: 4px;
  padding: 6px 0;
  cursor: pointer;
  ;transition: 0.3s ease;
  text-align: center;
  border: none;
  margin: 0 3px;
}

.product-container .button-group a:hover,.product-container .button-group .addcart .sold_icon:hover {
  background-color: #960202 ;
}

.product-container .button-group a:hover svg,.product-container .button-group .addcart .sold_icon:hover svg {
  fill: #222;
}

.product-container .button-group a span {
  display: inline-block;
  vertical-align: middle;
}

.product-container,.articleblog {
  position: relative;
}

.product-container {
  margin-bottom: 1px;
}

.product-container:hover .second-img {
  opacity: 1;
}

.product-container .second-img {
  top: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 400ms ease-in-out 0s;
}

.wbproductdes h5,.wbproductdes .h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  margin: 0;
  ;padding: 7px 0 5px 0;
  transition: 0.3s ease;
  font-weight: normal;
}

.wbproductdes h5:hover,.wbproductdes .h5:hover {
  color: #ffbf17;
}

.wbproductdes .thumbdes {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #a9a9a9;
  letter-spacing: 0.5px;
  margin: 0 0 3px 0;
}

.product-container .wbproductdes .thumbdes {
  display: none;
}

.imgblock img {
  border-radius: 4px;
  height:180px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs>li {
  float: none;
  display: inline-block;
}

.heading {
  font-weight: normal;
  font-size: 22px;
  ;margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.heading span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-bottom: 1px solid #960202;
  padding-bottom: 6px;
}

.nav>li>a:focus,.nav>li>a:hover,.nav-tabs>li>a:hover {
  background-color: transparent;
}

.nav>li>a {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-item {
  position: relative;
  cursor: pointer;
}

.iconcartp {
  width: 28px;
  height: 27px;
}

.color_swatch_Value {
  margin-top: 8px;
}

.product-category,.specialpd {
  position: relative;
}

.procatbnr {
  margin-bottom: 30px;
}

.deliveryinfo {
  border-radius: 4px;
  padding: 30px 0;
  margin-left: 0;
  margin-right: 0;
  background-color: #f5f5f5;
}

.deliveryinfo li svg {
  width: 40px;
  height: 40px;
}

.deliveryinfo li {
  display: block;
  vertical-align: middle;
  margin: 0 5px;
}

.deliveryinfo li h4,.deliveryinfo li .h4 {
  font-size: 18px;
  ;font-weight: normal;
  margin: 15px 0 0;
  transition: 0.3s ease;
}

.deliveryinfo li p {
  color: #6d6d6d;
  font-size: 12px;
  ;margin-bottom: 0;
}

.deliveryinfo [class*="col-"] {
  border-right: 1px solid #e1e1e1;
}

.deliveryinfo [class*="col-"]:last-child {
  border-right: none;
}

.deliveryinfo ul {
  transition: 0.3s ease;
}

.deliveryinfo ul:hover h4,.deliveryinfo ul:hover .h4 {
  color: #ffbf17;
}

#wbslider img,.owl-slider img {
  border-radius: 4px;
}

#shopify-section-slider {
  position: relative;
}

.slidebtn {
  position: absolute;
  right: 15px;
  top: 3px;
}

.slidebtn a {
  background: #fff;
  color: #000;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  line-height: 0;
  border-radius: 4px;
  opacity: 1;
  transition: 0.3s ease;
  border: 1px solid #eee;
  min-width: 24px;
  min-height: 24px;
  margin-left: 8px;
  padding-top: 2px;
}

.slidebtn a:hover {
  background-color: #960202;
  border-color: #960202;
  color: #fff;
}

.product-tab-item,.allbgc,.wbblog {
  position: relative;
}

.owl-cat .item-row img {
  border-radius: 4px;
}

.spr-form-review-rating {
  overflow: unset !important;
}

.spr-form-message-success {
  color: #4cb91c;
}

.spr-header-title {
  font-size: 16px !important;
}

.spr-summary-actions {
  display: inline-block;
  float: right;
}

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

.spr-container {
  padding: 15px !important;
  background: #fff;
}

.spr-icon {
  color: #ffc000 !important;
  font-size: 12px !important;
}

[class^="spr-icon-"]::before,[class*=" spr-icon-"]::before {
  width: 1.2em !important;
}

.spr-icon.spr-icon-star-empty {
  opacity: 1 !important;
}

.spr-review-header-byline {
  font-style: normal !important;
}

.spr-badge-caption {
  display: none !important;
}

.product_price {
  font-weight: 500;
  letter-spacing: 0;
}

.imgblock {
  position: relative;
  text-align:center;
}

.product-container .grid-link__org_price {
  font-size: 16px;
  font-weight: 500;
}

.product-tab-item .product-container {
  margin-bottom: 30px;
}

.product-container {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
}

.product-tab-item .item-row:last-child .product-container {
  margin-bottom: 1px;
}

.timer,.deal-lable {
  display: none;
}

.owl-spe .product-container {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.owl-spe .item-row:last-child .product-container {
  margin-bottom: 1px;
}

.owl-spe .product-container .imgblock {
  padding: 0;
}

.owl-spe .timer,.owl-spe .deal-lable {
  display: block;
}

.owl-spe .product-container .wbproductdes hr {
  width: 50%;
  margin: 10px 0;
}

.owl-spe .product-container .wbproductdes .rateop {
  margin-bottom: 3px;
}

.propage .deal-lable,.propage .timer {
  display: block;
  float: none;
}

.propage .timer {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.propage .timer li {
  background-color: #fff;
}

.timedes {
  letter-spacing: 0.5px;
}

.toprightw .product-container .imgblock {
  padding: 0;
}

.grid-link__container .timer,.relpro .timer {
  display: none;
}

.timer {
  margin-top: 15px;
}

.timer li b {
  font-weight: normal;
}

.timer li span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #ffbf17;
}

.timer li {
  background-color: #f5f5f5;
  width: 52px;
  height: 52px;
  font-size: 18px;
  padding: 8px 2px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 4px;
}

.timer li span:nth-child(2) {
  font-size: 12px;
  color: #999;
  ;font-weight: normal;
  margin-top: 3px;
}

.deal-lable {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 15px;
  ;font-weight: normal;
}

.bffect img {
  border-radius: 4px;
}

.blog-post {
  position: relative;
}

.home-blog-image .dattime .dtm {
  background: #222;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  padding: 8px 12px;
  border-radius: 0;
}

.home-blog-image .dattime {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: 0 auto;
  right: 0;
  text-align: center;
}

.home-blog-image .author {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.blogdes h5,.blogdes .h5 {
  font-size: 16px;
  ;margin-bottom: 0;
  padding: 10px 0 6px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}

.blogdes h5:hover,.blogdes .h5:hover {
  color: #ffbf17;
}

.post_cnt span {
  color: #999;
  font-size: 13px;
  line-height: 21px;
}

.blogbdr {
  border-radius: 4px;
  margin-bottom: 1px;
  border: 1px solid #eee;
}

.owlblog .blogdes {
  padding: 0 15px 15px 15px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.blogdes .blogread {
  display: inline-block;
  text-transform: uppercase;
  background-color: #480202;
  color: #fff;
  
  border: 1px solid #ddd;
  line-height: normal;
  border-radius: 4px;
  padding: 9px 15px;
}

.blogdes .blogread:hover {
  background-color: #960202;
  border-color: #960202;
  color: #fff;
}

.blogdes p {
  letter-spacing: 0.5px;
  font-size: 13px;
  color: #95989d;
  margin-bottom: 10px;
}

.home-blog-image {
  position: relative;
}

.home-blog-image img {
  border-radius: 4px;
}

.sinblogt h4,.sinblogt .h4 {
  font-size: 16px;
  margin: 10px 0;
}

.sinblogt p {
  color: #777;
}

.blogs-sub-title {
}

.blogs-sub-title i {
  margin-right: 8px;
}

.commentlistb i {
  color: #282828;
  font-size: 14px;
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

.commentlistb h3,.commentlistb .h3 {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  font-weight: normal;
}

.commentlistb h5,.commentlistb .h5 {
  font-size: 16px;
}

.commentlistb h6,.commentlistb .h6 {
  font-size: 14px;
}

.commentlistb h2,.commentlistb .h2 {
  color: #777;
  ;font-size: 12px;
  font-weight: normal;
}

.commentlistb h2 p,.commentlistb .h2 p {
  margin-left: 25px;
  line-height: 22px;
  letter-spacing: 0.3px;
  font-size: 13px;
}

.commentlistb {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.bbackc {
  padding-top: 15px;
}

.sinblogt .blog-tags {
  ;display: inline-block;
  border-radius: 4px;
  padding: 1px 7px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 13px;
}

.home-blog-content.blog-detail .blog-tag {
  margin-bottom: 20px;
}

.home-blog-content.blog-detail .blog-tags {
  border: 1px solid #e1e1e1;
  ;padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  background: #fff;
  font-size: 13px;
}

.tag-section {
  margin-bottom: 10px;
}

#comment_form h3,#comment_form .h3 {
  font-size: 20px;
  ;font-weight: normal;
}

#comment_form input,#comment_form textarea {
  width: 100%;
}

.blog-detail h4,.blog-detail .h4 {
  font-size: 16px;
  margin: 15px 0;
}

.blog-detail p {
  font-size: 13px;
  color: #777;
}

.blog-section .article {
  margin-bottom: 30px;
}

.footer-menu {
  padding: 15px 0;
  background: #f5f5f5;
  border-top: 1px solid #e1e1e1;
}

.footcont {
  word-break: break-all;
}

.foot-payment li a {
  color: #717171;
}

.foot-payment li i {
  font-size: 24px;
  margin-right: 5px;
}

.footblink p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.footblink p a {
  color: #505050;
  position: relative;
}

.footblink p a::after {
  content: '|';
  color: #505050;
  margin: 0 12px;
}

.footblink p:last-child a::after {
  display: none;
}

.ftappstore li {
  display: inline-block;
  vertical-align: middle;
}

.ftappstore {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  padding-bottom: 20px;
}

#fcontact p {
  margin-bottom: 10px;
}

.newsl p {
  font-size: 14px;
  color: #ddd;
  ;margin: 5px 0 0 0;
}

.newsl li {
  display: inline-block;
  vertical-align: middle;
}

.footbim {
  margin-top: 25px;
}

.newsltr input {
  width: 100%;
  margin: 0;
  padding: 13px 15px;
  background: transparent;
  border: none;
  height: 40px;
}

.newsltr input:focus {
  border: none;
}

.newsltr .input-group-btn button {
  height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 10px;
  background-color: transparent;
  color: #222;
}

.newsltr .input-group-btn button:hover {
  color: #960202;
}

.newsltr #contact_form label {
  margin-top: 0;
}

.newsltr .form-success {
  padding: 5px 3px;
}

.newsltr .errors {
  position: absolute;
  bottom: -40px;
  left: 15px;
  right: 15px;
  margin: 0;
  width: auto;
}

.newsb {
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.footbim li img {
  display: inline-block;
  vertical-align: middle;
}

.megamenudrop {
  position: absolute;
  left: 100%;
  background: #fff;
  z-index: 99;
  width: 100%;
  opacity: 0;
}

.hovermenu:hover .megamenudrop {
  opacity: 1;
}

.fixed {
  position: fixed;
  z-index: 9;
  top: 0;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  left: 0;
  right: 0;
  padding: 8px 0;
}

#WbxsMenu {
  position: absolute;
  z-index: 9999;
  top: 52px;
  width: 290px;
  border: 1px solid #eee;
  background-color: #fff;
}

#WbMobileMenu {
  border: none;
  box-shadow: none;
  margin: 0;
  background-color: transparent;
  padding: 0;
  font-size: 17px;
  margin-top: 10px;
}

#WbMobileMenu span {
  display: inline-block;
  vertical-align: middle;
}

.beffect a::after {
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255,255,255,0.9) none repeat scroll 0 0;
  height: 0;
  transition: all 700ms ease-in-out 0s;
  width: 100%;
}

.beffect:hover a::after {
  opacity: 0;
  height: 85%;
}

.beffect {
  position: relative;
  overflow: hidden;
}

.beffect img {
  border-radius: 4px;
}

.product-photo-container,.more-view-wrapper-owlslider #ProductThumbs img {
  border-radius: 4px;
}

.product-photo-container img {
  border-radius: 4px;
}

.proname {
  font-size: 16px;
  ;margin-bottom: 0;
}

.propage span {
  ;letter-spacing: 0.5px;
}

.page-des {
  ;font-size: 14px;
  color: #888;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.p-pagew {
  display: inline-block;
}

.wload {
  min-width: 108px;
  min-height: 35px;
}

.share_this_btn {
  clear: both;
}

.product-tab {
  border: 1px solid #eee;
  margin: 30px auto;
  border-radius: 4px;
  background-color: #fff;
}

.sidebar-tag li:hover input[type="checkbox"]+label {
  color: #ffbf17;
}

.sidebar-tag.size ul li:hover {
  border-color: #ffbf17;
}

#shopify-section-sidebar-category .product-categories li {
  margin-bottom: 10px;
}

.product-list-view .product-container .button-group {
  position: unset;
  opacity: 1;
  transition: none;
}

.pagination-custom {
  margin-top: 20px;
}

.view-mode {
  margin-top: 4px;
}

.view-mode a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.products-grid-view {
  margin-left: -6px;
  margin-right: -6px;
}

.products-grid-view .item-row {
  padding-left: 6px;
  padding-right: 6px;
}

.products-grid-view .product-container {
  margin-bottom: 20px;
}

.product-list-view .product-container {
  margin: 0;
  margin-bottom: 20px;
}

.product-list-view .des {
  font-size: 13px;
  ;color: #777;
  margin-top: 5px;
  display: block;
  letter-spacing: 0.5px;
}

.toolbar {
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #eee;
  padding: 7px 0;
  border-radius: 4px;
}

.sidebar-block {
  background-color: #fff;
}

.collection_sidebar #shopify-section-sidebar-category,.filbr {
  border: 1px solid #eee;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #fff;
}

.leftheading {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: normal;
}

.sidebar-tag.brand li::before,.sidebar-tag.size li::before,.sidebar-tag.price li::before {
  content: ">";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  color: #ccc;
}

.sidebar-tag li {
  position: relative;
  width: 100%;
  cursor: pointer;
  line-height: 30px;
}

.product-list-view .imgblock {
  padding: 0;
}

.product-list-view .product-container .button-group a,.product-list-view .product-container .button-group .addcart .sold_icon {
  background-color: #f5f5f5;
}

.product-list-view .product-container .button-group a:hover,.product-list-view .product-container .button-group .addcart .sold_icon:hover {
  background-color: #ffbf17;
}

.allcat,.imgbnr,.proct1,.specialpd {
  margin-top: 60px;
  margin-bottom: 60px;
}

.offerbnr {
  margin-top: 60px;
}

.logoslide {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.edit_address_form input[type="checkbox"] {
  margin-top: 5px;
}

.headertop .header-bar__module .no-items p {
  padding: 0;
}

#collections-listing h2,#collections-listing .h2 {
  font-size: 20px;
}

#collections-listing ul li {
  list-style: none;
  margin-bottom: 15px;
}

.billadd {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 4px;
}

.billadd p span {
  display: block;
}

.billb {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 4px;
}

.orderhis td {
  text-align: left;
}

.cartq {
  position: absolute;
  right: 0;
  top: 0;
}

.cartqty {
  position: relative;
  width: 70px;
  margin: 0 auto;
}

.cartqty input {
  padding: 13px 10px;
}

.qtyplus {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0 7px;
  cursor: pointer;
}

.cartpg small {
  color: #777;
}

.cartpg .cart__image img {
  max-width: 100px;
}

.cartpg tr th {
  font-size: 16px;
}

.qtyminus {
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 1px solid #eee;
  padding: 0 7px;
  cursor: pointer;
}

.cart_btn .btn,.cart_btn .btn--secondary,.cart_btn .btn--tertiary,.cart_btn input[type="submit"] {
  display: inline-block;
  margin-bottom: 10px;
}

.orderh {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-top: 15px;
  border-radius: 4px;
}

.addre span {
  display: block;
}

.addst a {
  display: inline-block;
  padding: 4px 10px;
  margin-right: 10px;
  background: #ffbf17;
  color: #000;
  border-radius: 4px;
}

.addst a:hover {
  background-color: #222;
  color: #fff;
}

.wishlist-item-link img {
  max-width: 60px;
}

.wishlist-item-link {
}

.logform,.forgotps,.register-form {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.rlog {
  border-top: 1px solid #eee;
  padding-top: 15px;
  font-size: 16px;
  margin: 0;
}

.quickright h2,.quickright .h2 {
  font-size: 16px;
}

.quickright form select {
  padding: 5px 25px 5px 10px;
  ;margin-bottom: 10px;
  min-width: 110px;
}

.quickview-featured-image img {
  display: block;
  margin: 0 auto;
}

.tp-revslider-slidesli {
  background-color: #eee;
}

.s-panel {
  position: relative;
}

.s-panel .wrloader {
  background: url("../assets/slideloader.gif") 50% 50% no-repeat #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.BOLD-mc-picker-mnt[data-open="down"]>.BOLD-mc-picker>.currencyList {
  right: 0 !important;
  left: auto !important;
  transform: none !important;
}

.BOLD-mc-picker-mnt {
  padding: 0 !important;
  margin-top: 0 !important;
  border-radius: 0 !important;
}

.BOLD-mc-picker {
  height: auto !important;
}

.BOLD-mc-picker>.currentCurrency {
  position: relative;
  display: inline-block;
  height: auto !important;
  line-height: inherit !important;
  width: 80px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 0 0 35px !important;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}

.BOLD-mc-picker>.currentCurrency>.chevron>svg {
  display: none;
}

.BOLD-mc-picker>.currentCurrency>.chevron::after {
  content: "\f107";
  font-family: FontAwesome;
  position: relative;
  top: -8px;
}

.BOLD-mc-picker>.currencyList {
  border-radius: 4px;
}

.BOLD-mc-picker>.currentCurrency>.flag,.BOLD-mc-picker>.currencyList>.option>.flag {
  left: 10px !important;
}

.BOLD-mc-picker>.currencyList>.option {
  padding: 0 0 0 35px !important;
}

.BOLD-mc-picker-mnt {
  border: none;
  padding: 3px 8px;
  margin-top: 8px;
  border-radius: 4px;
}

.BOLD-mc-picker-mnt[data-open="up"]>.BOLD-mc-picker>.currencyList {
  bottom: auto !important;
  top: auto;
}

@media (min-width: 1590px) {
  #collections-listing {
    width: 1560px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .search-products .item-row {
    width: 20%;
  }

  .products-grid-view .collistw {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .logform,.forgotps,.register-form {
    max-width: 800px;
    margin: 0 auto;
  }

  .sinblogt {
    position: sticky;
    top: 15px;
  }

  .product-photo-container #product-featured-image {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
  }

  .product-container .button-group {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 58%;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    opacity: 0;
  }

  .product-container:hover .button-group {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .blog-description #comments {
    margin-top: 20px;
  }

  .slidebtn {
    top: 0;
  }

  .deliveryinfo {
    padding: 15px 0;
  }

  .product-tab-item .product-container,.procatbnr,.owl-spe .product-container {
    margin-bottom: 15px;
  }

  .allcat,.imgbnr,.proct1,.specialpd {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .offerbnr {
    margin-top: 30px;
  }

  .product-container .button-group a,.product-container .button-group .addcart .sold_icon {
    background-color: #f5f5f5;
  }

  .headernav .top-bar {
    width: auto;
  }

  .cart-tot {
    display: none;
  }

  .site-footer {
    margin-top: 30px;
  }

  .fspc h4,.fspc .h4 {
    font-size: 16px;
    font-weight: normal;
  }

  .fspc {
    padding: 30px 0;
  }

  .site-footer form {
    margin-top: 10px;
  }

  .newsltr .input-group-btn button {
    padding: 0 15px;
  }

  .blogdes h5,.blogdes .h5 {
    font-size: 14px;
  }

  .zoomContainer,.zoomLens,.zoomWindowContainer {
    display: none;
  }

  .deliveryinfo ul {
    border-right: none;
  }

  .heading {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .pro-tab {
    margin-bottom: 20px;
  }

  .post_cnt span {
    font-size: 12px;
    letter-spacing: 0;
  }

  .prodm {
    margin: 0 -4px;
  }

  .prodm .item-row,.prodm .articleblog {
    padding: 0 4px;
  }

  .product-container .button-group a span,.product-container .button-group .addcart .sold_icon span {
    display: none;
  }

  .mobile-nav__sublist-link a {
    padding: 3px 0;
  }

  .template-blog .blog-description {
    margin-top: 10px;
  }

  .billadd2 {
    margin-top: 15px;
  }

  .blog-detail h4,.blog-detail .h4 {
    font-size: 14px;
  }

  .quick-view .content {
    overflow-y: scroll;
    height: 600px;
    width: 95%;
  }

  .quickright {
    padding-bottom: 10px;
    margin-top: 15px;
  }

  .product-photo-container #product-featured-image {
    position: relative !important;
  }

  .product-container .button-group {
    margin-top: 6px;
  }
}

@media (max-width: 1409px) {
  .quick-view .content {
    overflow-y: scroll;
    height: 600px;
  }
}

@media (min-width: 1200px) and (max-width: 1409px) {
  .product-list-view .imgblock {
    width: 30%;
  }

  .product-list-view .product-container .wbproductdes {
    width: 70%;
  }

  #toggle-search {
    width: 68%;
  }

  .leftw,.slideleft {
    width: 22%;
  }

  .slideright,.rightw {
    width: 78%;
  }

  #collections-listing {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .products-grid-view .item-row {
    width: 33.33%;
  }

  .ipo {
    margin-bottom: 4px;
  }

  .quick-view .content {
    width: 80%;
  }

  .deliveryinfo li h4,.deliveryinfo li .h4 {
    font-size: 16px;
    letter-spacing: 0;
  }

  .site-nav li.level1 a.sitemenus,.site-nav li.level1 .view_more a {
    font-size: 13px;
    padding: 8.8px 0;
  }

  .appspepro {
    width: 60%;
  }

  .newprow {
    width: 40%;
  }
}

@media (min-width: 1410px) and (max-width: 1589px) {
  #collections-listing {
    width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .site-nav li.level1 a.sitemenus,.site-nav li.level1 .view_more a {
    padding: 11.4px 0;
  }

  .owl-spe .spethumbdes {
    font-size: 13px;
  }
}

@media (min-width: 1410px) {
  .leftcol {
    width: 20%;
  }

  .rightcol {
    width: 80%;
  }

  .leftw,.slideleft,.topleftw {
    width: 20%;
  }

  .slideright,.toprightw,.rightw {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-container .grid-link__org_price {
    font-size: 14px;
  }

  .owl-spe .product-container .wbproductdes hr {
    display: none;
  }

  .newsltr {
    margin-bottom: 25px;
  }

  .rightw {
    margin-bottom: 6px;
  }

  .headernav {
    padding: 10px 0;
  }

  .hlogo {
    width: 26%;
  }

  .deliveryinfo li h4,.deliveryinfo li .h4,.deliveryinfo li .h4 {
    font-size: 14px;
    margin: 10px 0 0 0;
  }

  .deliveryinfo [class*="col-"]:nth-child(1),.deliveryinfo [class*="col-"]:nth-child(2) {
    margin-bottom: 20px;
  }

  .ptabbr a {
    font-size: 13px;
    letter-spacing: 0;
    padding: 6px 0;
  }

  .rightw p {
    margin-right: 20px;
  }

  #collections-listing {
    width: 750px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .product-list-view .des {
    overflow: hidden;
    height: 40px;
  }

  .sbr .imgblock img {
    height: 242px;
  }

  .sbr .wbproductdes {
    height: 156px;
  }

  .product-list-view .wbproductdes {
    padding: 0 10px 10px;
  }

  .product-list-view .wbproductdes h5,.product-list-view .wbproductdes .h5 {
    font-size: 14px;
  }

  #contact_form label,#AddAddress label,.register-form label,#customer_login label,.forgotps label {
    font-size: 13px;
  }

  .parent-mega-menu .inner {
    padding-right: 0;
  }

  .product-list-view .des {
    font-size: 12px;
    letter-spacing: 0;
  }

  .site-nav-dropdown li a {
    letter-spacing: 0;
    font-size: 12px;
  }

  .parent-mega-menu .inner .currentm {
    font-size: 12px;
    letter-spacing: 0;
  }

  .footdes {
    margin: 15px 0;
  }
}

@media (min-width: 768px) {
  .propage .product_single_price .product_price {
    font-size: 20px;
    line-height: normal;
  }

  .proname {
    font-size: 18px;
  }

  .product-list-view .product_price,.product-list-view .wbproductdes h5,.product-list-view .wbproductdes .h5 {
    font-size: 16px;
  }

  .site-footer h4 button,.site-footer .h4 button {
    display: none;
  }

  .zoomWrapper img {
    z-index: -1 !important;
  }

  #xsfilter,#xscat {
    display: block;
  }

  .site-footer ul,#fcontact,#finsta {
    display: block;
  }

  .sticky {
    position: sticky;
    top: 15px;
  }

  #wr-menu-icon .cate {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }

  #wr-menu-icon .btn-navbar.navbar-toggle {
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    border-radius: 100%;
    min-width: 26px;
    min-height: 26px;
    margin: 0px;
    transition: all 0.3s ease-in-out;
    display: block;
  }

  #wr-menu-icon h3.wr-menu,#wr-menu-icon .wr-menu.h3 {
    position: relative;
    padding: 14px 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0;
    color: #fff;
    background: #222;
    margin: 0;
  }

  #wr-menu-icon {
    position: relative;
  }

  .ico-menu {
    position: relative;
    width: 15px;
    top: -8px;
    margin: 0 auto;
    left: -8px;
  }

  .ico-menu .bar:nth-child(1)::after {
    transition-delay: 0.1s;
  }

  .ico-menu .bar:nth-child(2)::after {
    transition-delay: 0.2s;
  }

  .ico-menu .bar:nth-child(3)::after {
    transition-delay: 0.3s;
  }

  .ico-menu .bar::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    background: #960202;
    transition: 0.3s;
    transition-delay: 0s;
  }

  .ico-menu .bar:nth-child(1) {
    top: 0;
    width: 18px;
  }

  .ico-menu .bar:nth-child(2) {
    top: 5px;
    width: 16px;
  }

  .ico-menu .bar:nth-child(3) {
    top: 10px;
    width: 12px;
  }

  .ico-menu .bar {
    position: absolute;
    height: 2px;
    background-color: #fff;
    overflow: hidden;
  }

  .bar {
    height: 12px;
    width: 20px;
    display: inline-block;
  }

  #wr-menu-icon:hover .ico-menu .bar::after {
    left: 0;
  }
}

@media (max-width: 767px) {
  .pxs .blog-detail h4,.pxs .blog-detail .h4,.pxs .blog-detail .h4 {
    margin: 5px 0;
  }

  .breadcrumb {
    margin-top: 0;
  }

  .blogdes p {
    font-size: 12px;
  }

  .homecatb h2,.homecatb .h2,.homecatb .h2 {
    font-size: 14px;
    margin-top: 15px;
  }

  .logoslide {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footbim {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .site-footer ul.foot-payment {
    margin-bottom: 10px;
  }

  .home-blog-image .dattime .dtm {
    padding: 6px 10px;
    font-size: 12px;
    letter-spacing: 0;
  }

  .owl-spe .product-container .wbproductdes hr {
    display: none;
  }

  .owl-spe .product-container .wbproductdes {
    padding: 3px 5px;
  }

  .owl-spe .product-container .wbproductdes .rateop {
    margin-bottom: 0;
  }

  .appproc2,.appproc4 {
    margin-top: 30px;
  }

  .pro-tab .heading {
    display: none;
  }

  .pro-tab .nav-tabs {
    text-align: left;
  }

  .pro-tab .nav li a {
    margin: 0 12px 9px 0;
  }

  .rightac {
    margin-top: 0;
  }

  .hmuser {
    margin: 0 10px;
  }

  .product-container .button-group a,.product-container .button-group .addcart .sold_icon {
    min-width: 30px;
    min-height: 30px;
    padding: 3px 0;
    margin: 0 2px;
  }

  .fspc {
    padding: 15px 0;
  }

  .fspc h4,.fspc .h4 {
    margin-bottom: 10px;
  }

  .topleftw {
    display: none;
  }

  .owl-spe .product-container {
    padding: 10px;
  }

  .owl-spe .product-container .imgblock {
    border: none;
  }

  .homesearch #toggle-search input {
    height: 40px;
  }

  .homesearch #toggle-search .input-group-btn {
    padding: 0 12px;
  }

  .xsheader {
    float: right;
  }

  .wscur {
    display: inline-block;
  }

  .topws svg,.cartdt h4,.cartdt .h4 {
    display: none;
  }

  .topws span {
    display: inline-block;
    margin: 0;
  }

  #fcontact h4,#fcontact .h4,#fcontact .h4,.header_social h4,.header_social .h4,.header_social .h4 {
    margin-top: 20px;
  }

  .deliveryinfo li h4,.deliveryinfo li .h4 {
    font-size: 14px;
    margin-top: 8px;
  }

  .deliveryinfo li p {
    font-size: 13px;
  }

  .headernav {
    padding: 10px 0;
    margin-bottom: 15px;
  }

  .footdes {
    margin: 10px 0;
  }

  .newsltr .input-group-btn button {
    padding: 0 12px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .appcart {
    float: right;
    margin: 2px 15px 0 15px;
  }

  .headernav .hlogo {
    padding-left: 0;
    margin-top: 2px;
  }

  .sorting-section .btn,.sorting-section .btn--secondary,.sorting-section .btn--tertiary,.sorting-section input[type="submit"] {
    font-size: 12px;
  }

  .BOLD-mc-picker>.currentCurrency>.flag {
    left: 0 !important;
  }

  .product-list-view .des {
    overflow: hidden;
    height: 69px;
    margin-bottom: 0;
  }

  .homesearch {
    margin-top: 10px;
  }

  .BOLD-mc-picker-mnt {
    border: 1px solid #eee !important;
    margin-top: 8px !important;
    border-radius: 4px !important;
    padding: 1px 10px !important;
  }

  .wscur .header-panel-top li {
    display: block;
    text-align: left;
  }

  .topws a::after {
    display: none;
  }

  .topwish i {
    margin-right: 3px;
  }

  #collections-listing {
    margin: 0 auto;
    padding: 0 15px;
  }

  .product-list-view .imgblock {
    border-right: none;
  }

  .product-list-view .product-container {
    margin-left: 2px;
    margin-right: 2px;
  }

  .collection_sidebar #shopify-section-sidebar-category,.filbr {
    margin-bottom: 10px;
  }

  #xscat,#xsfilter {
    margin-top: 15px;
  }

  .leftheading {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .proname {
    margin-top: 20px;
    font-size: 14px;
  }

  .zoomWrapper {
    margin: 0 auto;
    text-align: center;
  }

  #WbMobileMenu {
    margin-top: 6px;
  }

  .product-container .wbproductdes {
    padding: 8px 5px;
  }

  .wbproductdes h5,.wbproductdes .h5 {
    font-size: 13px;
    padding: 3px 0 2px 0;
  }

  .product-list-view .wbproductdes h5,.product-list-view .wbproductdes .h5 {
    font-size: 14px;
    font-weight: 500;
  }

  .wbproductdes .thumbdes {
    margin: 0 0 1px 0;
  }

  .sale .badge__text,.sale,.psold-out {
    background: transparent;
    letter-spacing: 0;
    padding: 0;
    color: #000;
    left: 5px;
    top: 5px;
  }

  .dis-price,.quick-view .compare-price,#ComparePrice {
    font-size: 11px;
  }

  #acdrop {
    z-index: 9999;
  }

  .quick-view .content {
    margin: 100px auto;
    padding: 20px 10px;
  }

  #shopify-section-sidebar-colors .sidebar-tag .widget h4,#shopify-section-sidebar-colors .sidebar-tag .widget .h4 {
    margin-top: 0;
  }

  .quickright h2,.quickright .h2,#QProductPrice {
    font-size: 14px;
  }

  .quick-view label {
    width: 95px;
    font-size: 12px;
    letter-spacing: 0;
  }

  #WbxsMenu {
    border: 1px solid #eee;
  }

  .p-pagew .add-in-wishlist-js,.procart {
    font-size: 12px;
    min-height: 33px;
  }

  .sinblogt p {
    font-size: 12px;
  }

  .blogs-sub-title {
    font-size: 12px;
    letter-spacing: 0;
  }

  .wishlist-item-link {
    font-size: 12px;
    letter-spacing: 0;
    padding: 8px 4px;
  }

  .cart_btn .btn,.cart_btn .btn--secondary,.cart_btn .btn--tertiary,.cart_btn input[type="submit"] {
    font-size: 11px;
    letter-spacing: 0;
    padding: 8px 6px;
  }

  .contp li p {
    font-size: 12px;
    letter-spacing: 0;
  }

  #contact_form label,#AddAddress label,.register-form label,#customer_login label,.forgotps label,.edit_address_form label {
    text-align: left;
    margin-bottom: 8px;
    padding: 0;
  }

  .sorting-section .dropdown-menu a {
    font-size: 12px;
    letter-spacing: 0;
  }

  .product-list-view .wbproductdes {
    text-align: center;
  }

  .propage label {
    width: 110px;
  }

  .protabc li a {
    padding: 10px 6px;
    font-size: 13px;
    letter-spacing: 0;
  }

  .protabc-content p {
    font-size: 12px;
  }

  .collection_sidebar {
    position: relative;
  }

  .collection_sidebar .lefthead {
    border-radius: 2px;
  }

  .collection_sidebar h1 .toggle.collapsed::after,.collection_sidebar .h1 .toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #282828;
  }

  .collection_sidebar h1 .toggle::after,.collection_sidebar .h1 .toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #282828;
  }

  .collection_sidebar h1 button,.collection_sidebar .h1 button {
    padding: 0;
    border: none;
    background-color: transparent;
    float: right;
    position: absolute;
    width: 100%;
    right: 15px;
    margin-top: -2px;
  }

  .site-footer h4 .toggle.collapsed::after,.site-footer .h4 .toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #000;
  }

  .site-footer h4 .toggle::after,.site-footer .h4 .toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #000;
  }

  .site-footer h4 button,.site-footer .h4 button {
    padding: 0;
    border: none;
    background-color: transparent;
    float: right;
    position: absolute;
    width: 100%;
    right: 15px;
    margin: 0;
  }

  .hlogo img {
    max-width: 130px;
  }
}

@media (max-width: 599px) {
  .products-grid-view .item-row {
    width: 50%;
  }

  .product-container .grid-link__org_price {
    font-size: 13px;
    letter-spacing: 0;
  }

  .deliveryinfo .sborder {
    margin-top: 20px;
  }

  .deliveryinfo [class*="col-"] {
    border: none;
  }

  .mainpcat {
    border-left: none;
    padding: 0;
  }

  .sorting-section {
    width: 100%;
  }

  .protabc-content .spr-summary-caption {
    display: block;
  }

  .swatch-element label {
    padding: 2px 3px 2px 3px;
  }

  .ajax-success-modal .content,.ajax-error-modal .modal-inner {
    overflow-y: scroll;
    width: auto;
    margin: 0 15px;
  }

  .ajax-success-modal .ajax-left,.ajax-right {
    float: none;
    padding-right: 0;
    width: auto;
  }

  .ajax-product-title {
    margin-top: 10px;
  }

  .imgbnr [class*="col-"],.offerbnr [class*="col-"]:nth-child(1) {
    margin-bottom: 5px;
  }

  .imgbnr [class*="col-"]:last-child {
    margin-bottom: 0;
  }

  .dis-price,.quick-view .compare-price,#ComparePrice {
    font-size: 10px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .imgbnr [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .imgbnr .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .product-container .grid-link__org_price {
    font-size: 14px;
  }

  .timer li {
    width: 46px;
    height: 46px;
    padding: 4px 0;
  }

  .timer li span {
    font-size: 14px;
    letter-spacing: 0;
  }

  .sorting-section {
    width: 300px;
  }

  .products-grid-view .item-row,.imgbnr [class*="col-"] {
    width: 33.33%;
  }

  .ipo {
    margin-bottom: 0;
  }

  .ajax-success-modal .content,.ajax-error-modal .modal-inner {
    width: 550px;
  }

  .deliveryinfo [class*="col-"],.offerbnr [class*="col-"] {
    width: 50%;
  }

  .deliveryinfo [class*="col-"]:nth-child(1),.deliveryinfo [class*="col-"]:nth-child(2) {
    margin-bottom: 10px;
  }
}

@media (max-width: 399px) {
  .product-container .grid-link__org_price {
    font-size: 12px;
  }
}

@media (min-width: 412px) and (max-width: 767px) {
  .product-list-view .item-row {
    width: 50%;
    float: left;
  }

  .product-list-view {
    float: left;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .propage label {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footbim li img {
    max-width: 100px;
  }

  .site-nav li.level1 a.sitemenus,.site-nav li.level1 .view_more a {
    font-size: 13px;
    padding: 10px 0;
  }

  .deliveryinfo li h4,.deliveryinfo li .h4,.deliveryinfo li .h4 {
    font-size: 14px;
  }

  .site-footer__links a {
    font-size: 13px;
    letter-spacing: 0;
  }


  .timer li {
    width: 46px;
    height: 46px;
    padding: 4px 0;
  }

  .timer li span {
    font-size: 14px;
    letter-spacing: 0;
  }

  .deliveryinfo li {
    display: block;
    text-align: center;
  }

  .cartdt li h5,.cartdt li .h5 {
    font-size: 12px;
  }

  #collections-listing {
    width: 970px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .ipo {
    margin-bottom: 0;
  }

  .site-nav-dropdown li a {
    font-size: 12px;
    letter-spacing: 0;
  }

  .quick-view .content {
    width: 95%;
  }

  .propage label {
    width: 110px;
  }

  .contp li p,.blogs-sub-title {
    font-size: 12px;
    letter-spacing: 0;
  }

  .cart_btn .btn,.cart_btn .btn--secondary,.cart_btn .btn--tertiary,.cart_btn input[type="submit"] {
    font-size: 11px;
    letter-spacing: 0;
    padding: 8px 6px;
  }

  .blog-detail h4,.blog-detail .h4 {
    font-size: 14px;
    margin: 8px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .site-nav li.mega-menu .site-nav-dropdown {
    width: 735px;
  }
}

@media (min-width: 400px) {
  .blogs-sub-title .comments-count {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 0 8px;
    margin: 0 8px;
  }
}

@media (max-width: 399px) {
  .blogs-sub-title span.author {
    display: none;
  }

  .blogs-sub-title .comments-count {
    margin: 0 5px;
  }
}
input[type=number]::-webkit-outer-spin-button, 
input[type=number]::-webkit-inner-spin-button {
    /*-webkit-appearance: inner-spin-button !important;*/
    opacity: 1;
    margin-left: 5px;
}
.hit-badge {
position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
    padding: 1px 6px;
    font-weight: normal;
    letter-spacing: 0.3px;
    background: #ffbf17;
    color: #000;
	z-index: 9999;
}

.new-badge {
position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
    padding: 1px 6px;
    font-weight: normal;
    letter-spacing: 0.3px;
    background: #960202;
    color: #000;
    z-index: 999;
}

.statyiop{display:flex;flex-wrap:wrap;}
.classstat{width:50%;margin-top:15px;}

@media (max-width:628px)
{
.classstat{width:100%;margin-top:15px;}
}

@media (max-width: 767px)
{
#WbxsMenu444 {
    border: 1px solid #eee;
}}
#WbxsMenu444 {
    position: absolute;
    z-index: 9999;
    top: 52px;
    width: 290px;
    border: 1px solid #eee;
    background-color: #fff;
}
#fproductpislokat1{display:none;}
#fproductpislokat2{display:none;}


@media (max-width:767px)
{#xscat{display:none;}
#faccount{display:none;}
#fservice{display:none;}
#fproduct{display:none;}
#fcontact{display:none;}
#fproductpislokat1{display:inline-block;}
}
