
@font-face {
  font-family: 'Raleway-Bold';
  src: url("../webfonts/Raleway/static/Raleway-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'Raleway';
  src: url("../webfonts/Raleway/static/Raleway.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'Raleway';
  src: url("../webfonts/Raleway/Raleway-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

/* line 89, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
*, *:focus {
  outline: none !important;
}

/* line 92, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
html, body {
  overflow-x: hidden;
}

/* line 95, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
body {
  font-family: 'Raleway';
  color: #958A87;
  background-color: #F6F4F2;
}

/* line 100, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #6D625F;
  line-height: 1.46;
}

/* line 104, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
strong, b {
  font-family: 'Raleway-Bold';
}

/* line 107, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
span, a {
  display: inline-block;
}

/* line 110, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
a {
  color: #958A87;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 118, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
a:hover, a:focus, a:active {
  opacity: .8;
  color: #958A87;
  text-decoration: none;
}

/* line 123, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

/* line 128, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
figure {
  margin: 0;
}

/* line 131, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
p {
  font-size: 14px;
  line-height: 1.75;
}

/* line 135, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
textarea {
  resize: none;
  height: 125px;
}

/* line 139, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
input[type=submit], button {
  cursor: pointer;
}

/* line 142, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
hr {
  border-top: 1px solid #DEDEDE;
  margin-bottom: 40px;
  margin-top: 20px;
}

/* line 148, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.main-title {
  font-family: 'Raleway';
  color: #8068AF;
  font-size: 28px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 148, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .main-title {
    font-size: 24px;
  }
}

/* line 157, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.main-title-2 {
  font-family: 'Raleway';
  color: #958A87;
  font-size: 24px;
}

/* line 162, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.main-sub-title {
  font-family: 'Raleway';
  display: block;
  font-size: 11px;
  color: #8068AF;
  letter-spacing: 0.92px;
  text-align: center;
  /* text-transform: uppercase; */
}

/* line 171, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-title {
  font-family: 'Raleway-Bold';
  font-size: 16px;
  color: #6D625F;
}

.product-title.product-title-12 {
  font-size: 12px;
}

/* line 176, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-desc {
  color: #958A87;
  line-height: 1.5;
  margin: 0;
}

/* line 181, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-cat {
  font-family: Raleway;
  font-size: 13px;
  color: #958A87;
  letter-spacing: 0;
  text-align: center;
  line-height: 2;
  margin-top: 15px;
}

/* line 190, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.title-border {
  font-family: 'Raleway';
  position: relative;
  font-size: 36px;
  color: #8068AF;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

/* line 197, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.title-border:before {
  content: '';
  position: absolute;
  width: 41px;
  height: 1px;
  background-color: #8068AF;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  /* line 190, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .title-border {
    font-size: 30px;
  }
}

/* line 210, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.border-all {
  border: 1px solid #E9E9E9;
}

/* line 214, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-control {
  border-radius: 0;
  border: 1px solid #E9E9E9;
  padding: 13px 20px;
  font-size: 12px;
  color: #958A87;
  letter-spacing: 0.17px;
}

.form-control.custom-form-control {
  color: #FAF3C7 !important;
}

/* line 221, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-control.parsley-error {
  border: 1px solid #ff3333;
}

/* line 224, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-control:focus {
  border: 1px solid #A092C5;
  box-shadow: none;
  color: #958A87;
}

/* line 229, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-control[type="password"] {
  /* letter-spacing: 5px; */
  color: #272727;
}

.custom-select {
  color: #958A87;
}

.custom-select:focus {
  border: 1px solid #A092C5;
  box-shadow: none;
  color: #958A87;
}

.custom-select:active {
  border: 1px solid #A092C5;
  box-shadow: none;
  color: #958A87;
}

.bootstrap-select.show .btn {
  border: 1px solid #A092C5 !important;
  box-shadow: none;
}

/* line 234, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.border-top {
  border-top: 1px solid #DEDEDE !important;
}

/* line 237, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.border-bottom {
  border-bottom: 2px solid #8068AF !important;
}

/* line 241, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.btn {
  font-family: 'Raleway-Bold';
  border-radius: 0;
  box-shadow: none !important;
  padding: 13px 23px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* line 252, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.btn:hover {
  opacity: .8;
}

/* line 255, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.btn:focus {
  box-shadow: none !important;
}

/* line 259, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.btn-gray {
  background-color: #FAF3C7;
  color:  #8068AF;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-gray:hover {
  color: #8068AF;
}

/* line 264, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.btn-blue {
  background-color: #BCCDDB;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  min-width: 165px;
  padding: 13px 15px;
}

/* line 271, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.btn-blue i {
  background-color: #ffffff;
  color: #BCCDDB;
  height: 15px;
  width: 15px;
  font-size: 10px;
  line-height: 15px;
  border-radius: 50%;
  padding: 0 2.5px;
  margin-right: 3px;
}

/* line 282, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.btn-blue.btn-large {
  min-width: 200px;
  padding: 20px 40px;
  letter-spacing: 2px;
}

/* line 287, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.btn-blue:hover {
  color: #ffffff;
}

.btn-yellow {
  background-color: #FAF3C7;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8068AF;
  min-width: 165px;
  padding: 13px 15px;
}

.btn-yellow i {
  background-color: #FAF3C7;
  color: #8068AF;
  height: 15px;
  width: 15px;
  font-size: 10px;
  line-height: 15px;
  border-radius: 50%;
  padding: 0 2.5px;
  margin-right: 3px;
}

.btn-yellow.btn-large {
  min-width: 200px;
  padding: 20px 40px;
  letter-spacing: 2px;
}

.btn-yellow:hover {
  color: #8068AF;
}

/* line 291, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.btn-border {
  font-family: 'Raleway';
  border: 1px solid #E3DED8;
  color: #958A87;
  text-align: left;
  padding: 15px 19px;
  background-color: transparent;
}

/* line 299, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.btn-brown {
  font-family: 'Raleway-Bold';
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 2px;
  background-color: #6D625F;
  text-transform: uppercase;
  padding: 18px 40px;
}

.btn-yellow-from-brown {
  font-family: 'Raleway-Bold';
  font-size: 14px;
  color: #8068AF;
  letter-spacing: 2px;
  background-color: #FAF3C7;
  text-transform: uppercase;
  padding: 18px 40px;
}

.text-yellow {
  color: #FAF3C7;
}

.text-purple {
  color: #8068AF;
}

.text-brown {
  color: #958A87;
}

.text-dark-brown {
  color: #6D625F;
}

/* line 308, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.btn-checkout {
  font-family: 'Raleway-Bold';
  font-size: 16px;
  color: #8068AF;
  letter-spacing: 1.78px;
  text-transform: uppercase;
  background-color: #FAF3C7;
  padding: 17px;
}

/* line 317, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dropdown-toggle:after {
  position: absolute;
  right: 16px;
  top: 22px;
  border-top: .5em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
}

/* line 326, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-0 {
  margin-right: 0;
  margin-left: 0;
}

/* line 329, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-0 > .col, .row-0 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 334, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-5 {
  margin-right: -5px;
  margin-left: -5px;
}

/* line 337, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-5 > .col, .row-5 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 342, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}

/* line 345, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-10 > .col, .row-10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 350, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-12-5 {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

/* line 353, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-12-5 > .col, .row-12-5 > [class*="col-"] {
  padding-right: 12.5px;
  padding-left: 12.5px;
}

/* line 358, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-16 {
  margin-right: -16px;
  margin-left: -16px;
}

/* line 361, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-16 > .col, .row-16 > [class*="col-"] {
  padding-right: 16px;
  padding-left: 16px;
}

/* line 366, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-30 {
  margin-right: -30px;
  margin-left: -30px;
}

/* line 369, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.row-30 > .col, .row-30 > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

/* line 375, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.height10 {
  clear: both;
  height: 10px;
}

/* line 379, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.height20 {
  clear: both;
  height: 20px;
}

/* line 384, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.bootstrap-select {
  background-color: transparent;
}

/* line 386, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.bootstrap-select .btn {
  font-family: 'Raleway';
  padding: 0 20px;
  height: 46px;
  margin: 0;
  border: 1px solid #E9E9E9;
  color: #958A87;
  background-color: #ffffff;
}

/* line 394, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.bootstrap-select .btn .filter-option {
  line-height: 46px;
}

/* line 397, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.bootstrap-select .btn .bs-caret {
  display: none;
}

/* line 400, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.bootstrap-select .btn:after {
  margin-top: -2px;
}

/* line 403, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.bootstrap-select .btn:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

/* line 408, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.bootstrap-select .dropdown-menu.show {
  border-radius: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 412, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.bootstrap-select .dropdown-menu.show .dropdown-menu {
  display: block;
}

/* line 415, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.bootstrap-select .dropdown-menu.show .dropdown-menu li a {
  display: block;
  padding: 8px 19px;
  font-size: 12px;
}

/* line 420, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.bootstrap-select .dropdown-menu.show .dropdown-menu li.selected a, .bootstrap-select .dropdown-menu.show .dropdown-menu li a:hover {
  background-color: #FAF3C7;
}

/* line 427, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.bootstrap-select.show .btn {
  border: 1px solid #BCCDDB;
}

/* line 434, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
}

/* line 437, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dropdown .dropdown-menu.dropdown-menu-full {
  width: 100%;
}

/* line 440, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dropdown .dropdown-menu.dropdown-menu-search {
  min-width: 250px;
  right: -5px;
  left: auto !important;
  border: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.06);
  margin-top: 10px;
  transform: none !important;
  top: 100% !important;
}

/* line 449, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dropdown .dropdown-menu.dropdown-menu-search .form-control {
  padding-left: 60px;
}

/* line 452, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dropdown .dropdown-menu.dropdown-menu-search i {
  position: absolute;
  top: 1px;
  left: 1px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  background-color: #F6F4F2;
  border-right: 1px solid #F6F4F2;
  color: #958A87;
}

/* line 465, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dropdown .dropdown-menu li a {
  display: block;
  padding: 8px 19px;
  font-size: 12px;
}

/* line 469, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dropdown .dropdown-menu li a:hover, .dropdown .dropdown-menu li a.active {
  background-color: #FAF3C7;
}

/* line 474, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dropdown .dropdown-menu h3 {
  font-family: 'Raleway';
  font-size: 16px;
}

/* line 478, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dropdown .dropdown-menu .form-filter {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  /* line 484, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .dropdown.dropdown-mobile .btn {
    display: none;
  }
  /* line 487, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .dropdown.dropdown-mobile .dropdown-menu {
    display: block;
    border: 0;
    position: relative;
    z-index: 0;
  }
}

/* line 496, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-checkbox {
  padding-left: 24px;
  letter-spacing: .4px;
}

/* line 499, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-checkbox .custom-control-label {
  font-family: 'Raleway';
  color: #958A87;
  font-size: 12px;
  line-height: 2.6;
}

/* line 504, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
  width: 13px;
  height: 13px;
  top: 9px;
  border-radius: 0;
  border: 1px solid #D9D9D9;
  background-color: #ffffff;
}

/* line 513, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  content: '\f00d';
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

/* line 529, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-radio .custom-control-label:before {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  top: 6px;
}

/* line 536, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-radio .custom-control-label:after {
  width: 8px;
  height: 8px;
  background-size: 100%;
  top: 8px;
  left: 2px;
}

/* line 544, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background: #FFFFFF;
}

/* line 547, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background: #8068AF;
  border-radius: 50%;
}

/* line 552, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}

/* line 556, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header {
  border-top: 5px solid #F6F4F2;
  background-color: #FFFFFF;
  padding-top: 30px;
}

/* line 561, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-left span {
  display: block;
  font-family: "Raleway";
  /* max-width: 85px; */
  margin: auto;
  font-weight: 500;
}

/* line 567, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-left strong {
  font-size: 10px;
  color: #6D625F;
  letter-spacing: 0.83px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-top: 7px;
}

@media screen and (max-width: 991px) {
  /* line 560, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-left {
    position: absolute;
    top: 15px;
    text-align: left !important;
  }
  /* line 580, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-left .inner-head-left {
    display: none;
  }
}

/* line 585, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-center {
  text-align: center;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  padding-left: 50px;
  padding-right: 50px;
}

/* line 591, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-center .inner-head-center-top {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 25px;
}

@media screen and (max-width: 991px) {
  /* line 591, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center .inner-head-center-top {
    border: none;
    padding-bottom: 0;
  }
}

/* line 600, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-center .main-menu ul {
  margin-bottom: 0;
  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
}

/* line 604, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-center .main-menu ul li {
  display: inline-block;
  margin: 0 20px;
}

/* line 607, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-center .main-menu ul li.line-mobile {
  display: none;
  width: 100%;
  border-bottom: 1px solid #FAF3C7;
  margin-left: 0;
  margin-right: 0;
}

/* line 614, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-center .main-menu ul li a {
  font-family: 'Raleway-Bold';
  white-space: nowrap;
  font-size: 10px;
  letter-spacing: 1.36px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  /* line 585, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 991px) {
  /* line 585, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center {
    border: none;
  }
}

@media screen and (max-width: 1199px) {
  /* line 631, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center .main-menu .dropdown-menu-search {
    display: block;
    top: 15px;
    background-color: transparent;
    border: 0;
    width: calc(100% - 95px);
    padding: 0;
    margin: 0;
    left: 65px;
  }
  /* line 640, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center .main-menu .dropdown-menu-search .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #FAF3C7;
    padding-right: 30px;
  }
  /* line 646, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center .main-menu .dropdown-menu-search i {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 46px;
    width: 20px;
    color: #FAF3C7;
  }
  /* line 656, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center .main-menu ul li {
    margin: 0 10px;
  }
  /* line 658, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center .main-menu ul li a {
    font-size: 8px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 991px) {
  /* line 630, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center .main-menu {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: #8068AF;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  /* line 673, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center .main-menu ul {
    border-bottom: 0;
    padding: 100px 30px 30px;
  }
  /* line 676, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center .main-menu ul li {
    display: block !important;
    margin-bottom: 20px;
  }
  /* line 679, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-center .main-menu ul li a {
    font-family: 'Raleway-Bold';
    font-size: 10px;
    color: #FAF3C7;
    letter-spacing: 1.36px;
  }
}

@media screen and (max-width: 991px) {
  /* line 691, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-right {
    display: none;
    position: fixed;
    z-index: 99;
  }
}

/* line 698, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-right .inner-head-right > span {
  font-family: 'Raleway';
  text-transform: uppercase;
  max-width: 85px;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  /* line 698, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-right .inner-head-right > span {
    display: none;
  }
}

/* line 707, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-right .inner-head-right ul {
  margin: 8px 0 0;
  padding-left: 0;
  list-style: none;
}

/* line 711, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-right .inner-head-right ul li {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 991px) {
  /* line 711, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .head-right .inner-head-right ul li {
    display: none;
  }
}

/* line 717, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-right .inner-head-right ul li a {
  position: relative;
}

/* line 719, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-right .inner-head-right ul li a span {
  font-family: 'Raleway-Bold';
  background-color: #8068AF;
  font-size: 10px;
  color: #FAF3C7;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: super;
  margin-left: 0;
    transform: translateY(-10px);
}

/* line 735, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.header .head-left, .header .head-right {
  max-width: 150px;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 992px) {
  /* line 741, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header.set-fixed {
    position: fixed;
    top: -71px;
    z-index: 99999;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  /* line 762, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header.set-fixed .head-left,
  .header.set-fixed .head-right .inner-head-right > span {
    display: none;
  }
  /* line 766, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header.set-fixed .head-center {
    border: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
  }
  /* line 776, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header.set-fixed .head-center .inner-head-center-top {
    padding: 0;
    border: 0;
    max-width: 120px;
  }
  /* line 782, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header.set-fixed .head-center .main-menu ul {
    padding: 6px 30px;
    border-bottom: 0;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    margin: 15px 0;
  }
  /* line 791, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header.set-fixed .dropdown-menu-search {
    margin-top: 25px !important;
  }
  /* line 795, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header.set-fixed ~ .section-first {
    margin-top: 193px;
  }
  /* line 798, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header.set-fixed ~ .section-cart-modal .modal-dialog {
    margin-top: 71px;
  }
}

@media screen and (min-width: 992px) {
  /* line 803, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .mobile-menu-open, .header .mobile-menu-close, .header .menu-on-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  /* line 808, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .mobile-menu-open, .header .mobile-menu-close {
    cursor: pointer;
    display: inline-block;
  }
  /* line 811, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .mobile-menu-open .menu-line, .header .mobile-menu-close .menu-line {
    background: #958A87;
    margin: 3px 0;
    width: 15px;
    height: 2px;
  }
  /* line 818, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .mobile-menu-close {
    position: absolute;
    left: 25px;
    top: 25px;
  }
  /* line 822, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .mobile-menu-close .menu-line {
    background: #FAF3C7;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
  }
  /* line 830, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .mobile-menu-close .menu-line:first-child {
    position: absolute;
    bottom: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  }
  /* line 841, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .menu-on-mobile {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #E9E9E9;
    bottom: 0;
    z-index: 99;
  }
  /* line 848, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .menu-on-mobile .col {
    border-right: 1px solid #E9E9E9;
    text-align: center;
    padding: 13px;
    margin-top: -2px;
  }
  /* line 853, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .menu-on-mobile .col:last-child {
    border-right: 0;
  }
  /* line 857, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .menu-on-mobile .mobile-menu-open {
    max-width: 15px;
    line-height: 0;
  }
  /* line 860, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .menu-on-mobile .mobile-menu-open span {
    margin: 0;
  }
  /* line 864, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .header .menu-on-mobile .dropdown .dropdown-menu.dropdown-menu-search {
    min-width: calc(400% + 73px);
    margin-top: 0;
    top: -70px !important;
    left: calc(-200% - 50px) !important;
  }
}

/* line 873, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.to-top a {
  font-family: Raleway-Bold;
  font-size: 10px;
  color: #C0B7B5;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 879, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.to-top a i {
  display: block;
}

/* line 883, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-general {
  padding: 40px 0;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  /* line 883, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-general {
    padding: 40px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 892, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-first .box-content .inner-box {
    padding: 30px;
  }
}

/* line 897, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-banner {
  padding: 30px 0;
}

/* line 900, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-freedom {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  /* line 900, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-freedom {
    padding-bottom: 10px !important;
  }
}

/* line 905, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-freedom h1 {
  text-align: center;
  font-family: 'Raleway';
  font-size: 36px;
  max-width: 595px;
  margin: auto;
  color: #8068AF;
}

@media screen and (max-width: 767px) {
  /* line 905, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-freedom h1 {
    font-size: 26px;
  }
}

/* line 917, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-gift .slide-item {
  padding: 70px 0 53px;
}

@media screen and (max-width: 767px) {
  /* line 917, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-gift .slide-item {
    padding: 40px 0 30px;
  }
}

/* line 924, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-inspirations {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  /* line 924, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-inspirations {
    padding: 10px 0 0 !important;
  }
}

/* line 929, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-inspirations .main-title {
  margin-bottom: 1rem;
}

/* line 932, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-inspirations .inspirations-content {
  padding: 60px 0 45px;
  border-bottom: 1px solid #E4E4E3;
}

@media screen and (max-width: 767px) {
  /* line 932, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-inspirations .inspirations-content {
    padding: 30px 0 0;
    border-bottom: 0;
    margin-bottom: -15px;
  }
}

/* line 940, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-inspirations .inspirations-content a {
  display: block;
  margin-bottom: 15px;
}

/* line 947, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-featured {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  /* line 947, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-featured {
    padding-bottom: 20px !important;
  }
}

/* line 952, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-featured .slide-item {
  padding: 40px 0 50px;
}

@media screen and (max-width: 767px) {
  /* line 952, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-featured .slide-item {
    padding: 25px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  /* line 959, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-box {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 964, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-faq-home {
    padding-bottom: 10px !important;
  }
}

/* line 969, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-instagram {
  padding: 50px 0 100px;
}

@media screen and (max-width: 767px) {
  /* line 969, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-instagram {
    padding-top: 40px !important;
  }
  /* line 973, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-instagram .container {
    max-width: 370px;
  }
}

@media screen and (max-width: 1199px) {
  /* line 969, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-instagram {
    padding-bottom: 50px;
  }
}

/* line 980, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-instagram h2 {
  margin-bottom: 30px;
}

/* line 983, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-instagram a {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

/* line 989, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-catalogue {
  padding: 77px 0 107px;
}

@media screen and (max-width: 991px) {
  /* line 989, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-catalogue {
    padding: 40px 0 80px;
  }
}

/* line 995, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-catalogue-detail {
  padding: 90px 0 8px;
}

@media screen and (max-width: 767px) {
  /* line 995, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-catalogue-detail {
    padding-bottom: 0 !important;
  }
}

/* line 1001, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-gift-detail {
  padding: 45px 0 75px;
}

/* line 1003, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-gift-detail h2 {
  margin-bottom: 25px;
}

/* line 1006, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-gift-detail .product-item {
  margin-bottom: 30px;
}

/* line 1010, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-journal {
  padding: 70px 0 148px;
}

/* line 1013, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-journal-detail {
  padding: 90px 0 20px;
}

/* line 1016, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-contact {
  padding: 55px 0 135px;
}

/* line 1018, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-contact .dynamic-content {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  /* line 1018, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-contact .dynamic-content {
    margin-top: 40px;
  }
}

/* line 1025, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-founders {
  padding: 115px 0;
}

@media screen and (min-width: 768px) {
  /* line 1028, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-founders .founders-rigt {
    max-width: 730px;
  }
  /* line 1031, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-founders .inner-founders-left {
    max-width: 390px;
  }
}

@media screen and (max-width: 1199px) {
  /* line 1025, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-founders {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 1025, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-founders {
    padding: 40px 0;
  }
}

/* line 1042, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-account {
  padding: 110px 0 135px;
}

@media screen and (max-width: 991px) {
  /* line 1042, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-account {
    padding: 40px 0;
  }
}

/* line 1047, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-account.section-account-detail {
  padding-bottom: 32px;
}

/* line 1051, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-register {
  padding: 50px 0 90px;
}

/* line 1054, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-login {
  padding: 85px 0 155px;
}

/* line 1057, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-faq {
  padding: 55px 0 185px;
}

/* line 1059, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-faq .featured-faq {
  max-width: 840px;
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  /* line 1059, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-faq .featured-faq {
    margin: 40px auto 0;
  }
}

/* line 1066, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-faq .faq-container {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  /* line 1066, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-faq .faq-container {
    padding-bottom: 40px;
  }
}

/* line 1074, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-cart-modal .modal-dialog {
  margin: 0 0 0 auto;
  max-widht: 520px;
}

/* line 1077, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-cart-modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
}

/* line 1084, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.box-content {
  padding: 10px;
  text-align: center;
  color: #ffffff;
}

/* line 1088, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.box-content.box-content-1 {
  background-color: #BCCDDB;
}

/* line 1091, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.box-content .inner-box {
  border: 1px solid #FFFFFF;
  padding: 65px 32px;
}

/* line 1094, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.box-content .inner-box h2, .box-content .inner-box span {
  color: #8068AF;
}

.inner-box {
  color: #8068AF;
}

/* line 1097, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.box-content .inner-box h2 {
  font-family: 'Raleway';
  font-size: 24px;
}

/* line 1101, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.box-content .inner-box h1 {
  font-family: Raleway;
  font-size: 36px;
  color: #8068AF;
  margin: 0;
  padding: 23px 0;
}

/* line 1109, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.box-content .main-sub-title {
  margin: 13px 0 17px;
}

/* line 1114, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.featured-faq {
  max-width: 600px;
  margin: auto;
}

/* line 1117, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.featured-faq h2 {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  /* line 1117, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .featured-faq h2 {
    margin-bottom: 30px;
  }
}

/* line 1123, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.featured-faq h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 23px;
  height: 1px;
  width: 100%;
  background-color: #8068AF;
}

/* line 1132, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.featured-faq h2 span {
  background-color: #ffffff;
  position: relative;
  padding: 0 19px;
}

/* line 1139, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.faq-container {
  padding-bottom: 50px;
}

/* line 1141, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.faq-container .list-what {
  border-bottom: 2px dotted #8068AF;
  padding: 30px 0;
  letter-spacing: .47px;
  color: #8068AF;
}

/* line 1145, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.faq-container .list-what h3 {
  font-family: 'Raleway-Bold';
  font-size: 16px;
  margin: 0;
  line-height: 1;
  color: #8068AF;
}

/* line 1150, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.faq-container .list-what h3 .fas {
  float: right;
}

/* line 1154, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.faq-container .list-what .inner-what-left {
  cursor: pointer;
}

/* line 1157, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.faq-container .list-what .inner-what-left.clicked .fas:before {
  content: "\f068";
}

/* line 1162, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.faq-container .list-what .inner-what-right {
  display: none;
  padding-top: 30px;
  margin-bottom: -1rem;
}

.faq-container .list-what .inner-what-right a {
  color: #8068AF;
}

/* line 1170, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-item {
  display: block;
  text-align: center;
}

/* line 1173, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-item figure {
  position: relative;
  overflow: hidden;
}

/* line 1176, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-item figure .hover-product {
  padding: calc(50% - 54px) 28px;
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  /* line 1176, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .product-item figure .hover-product {
    padding: calc(50% - 54px) 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 479px) {
  /* line 1194, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .product-item figure .hover-product .btn-blue {
    min-width: 0;
    width: 100%;
    font-size: 8px;
    padding: 13px 5px;
  }
  /* line 1199, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .product-item figure .hover-product .btn-blue i {
    height: 13px;
    width: 13px;
    font-size: 9px;
    line-height: 13px;
  }
}

/* line 1212, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-item:hover figure .hover-product {
  opacity: 1;
  visibility: visible;
}

/* line 1219, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.slide-item {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

/* line 1222, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.slide-item .slick-slide {
  margin-right: 12.5px;
  margin-left: 12.5px;
}

/* line 1226, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.slide-item .custom-arrow {
  top: -30px;
  right: 5px;
}

@media screen and (max-width: 767px) {
  /* line 1226, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .slide-item .custom-arrow {
    top: -33px;
    right: 15px;
  }
}

/* line 1233, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.slide-item .custom-arrow.custom-arrow-prev {
  right: 32px;
}

@media screen and (max-width: 767px) {
  /* line 1233, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .slide-item .custom-arrow.custom-arrow-prev {
    ight: auto;
    left: 15px;
  }
}

@media screen and (min-width: 768px) {
  /* line 1243, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-left {
    max-width: 630px;
  }
}

/* line 1247, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail {
  max-width: 500px;
  margin: 0 0 0 auto;
}

/* line 1250, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail .detail-cat {
  font-family: 'Raleway';
  font-size: 13px;
  color: #958A87;
  letter-spacing: 0;
  line-height: 1.9;
  margin-bottom: .5rem;
}

/* line 1258, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail h1 {
  font-family: 'Raleway';
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: .65rem;
  color: #6D625F;
}

@media screen and (max-width: 767px) {
  /* line 1258, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .product-detail h1 {
    font-size: 28px;
    margin-bottom: 5px;
  }
}

/* line 1268, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail h5 {
  font-family: Raleway-Bold;
  font-size: 24px;
  color: #958A87;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

/* line 1274, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail h5 sub {
  bottom: 0;
  font-size: 14px;
}

/* line 1278, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail h5 small {
  font-family: 'Raleway';
  font-size: 13px;
  color: #958A87;
  line-height: 2.1;
}

/* line 1285, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail p, .product-detail span {
  font-size: 14px;
  margin-bottom: 25px;
  letter-spacing: .3px;
}

/* line 1290, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail .input-personalisation {
  margin-top: -15px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  /* line 1290, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .product-detail .input-personalisation {
    max-width: 345px;
  }
}

/* line 1296, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail .input-personalisation .form-control {
  height: 52px;
}

/* line 1300, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail label {
  font-family: 'Raleway-Bold';
  font-size: 12px;
  color: #6D625F;
  letter-spacing: 0.93px;
  line-height: 2;
  text-transform: uppercase;
}

/* line 1308, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail ul {
  padding-left: 0;
  margin-bottom: 25px;
}

/* line 1311, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.product-detail ul li {
  font-family: Raleway;
  font-size: 14px;
  color: rgba(188, 205, 219, 0.95);
  line-height: 2;
  display: block;
}

/* line 1320, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-to-cart {
  position: relative;
}

/* line 1322, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-to-cart .qty-prod {
  width: 60px;
  height: 60px;
  padding: 10px;
  text-align: center;
  border: 1px solid #d5d5d5;
  color: #757575;
}

@media screen and (max-width: 767px) {
  /* line 1322, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .form-to-cart .qty-prod {
    width: calc(100% - 60px);
  }
}

/* line 1333, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-to-cart .btn-qty {
  position: absolute;
  font-size: 12px;
  width: 60px;
  height: 31px;
  margin-left: -1px;
  text-align: center;
  border: 1px solid #d5d5d5;
  color: #757575;
  background-color: #fff;
}

/* line 1343, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-to-cart .btn-qty.qty-down {
  margin-top: 29px;
}

/* line 1347, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-to-cart .btn {
  position: absolute;
  top: 0;
  left: 140px;
}

/* line 1351, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-to-cart .btn.left-0 {
  position: static;
  left: 0;
}

@media screen and (max-width: 767px) {
  /* line 1347, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .form-to-cart .btn {
    position: static;
    width: 100%;
    margin-top: 21px;
  }
}

/* line 1362, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.back-to-catalogue {
  font-family: Raleway-Bold;
  position: relative;
  padding-left: 30px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 13px;
  color: #8068AF;
}

/* line 1371, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.back-to-catalogue .custom-arrow-prev {
  left: 0;
  top: -2px;
  background: url(../images/icon_arrow_left2.png) center center no-repeat !important;
  background-size: 15px 10px !important;
}

/* line 1378, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-single-title {
  text-align: center;
  max-width: 366px;
  margin: -22px auto -1rem;
}

/* line 1382, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-single-title h1 {
  font-family: 'Raleway';
  font-size: 36px;
  color: #6D625F;
}

/* line 1387, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-single-title p {
  font-size: 12px;
  color: #958A87;
  line-height: 21px;
  letter-spacing: .3px;
}

/* line 1394, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-steps {
  padding-left: 0;
  margin: auto;
  text-align: center;
  max-width: 1000px;
}

/* line 1399, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-steps li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 4px);
}

/* line 1404, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-steps li:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #BCCDDB;
  position: absolute;
  max-width: 65px;
  right: -40px;
  top: 22px;
}

/* line 1414, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-steps li h1 {
  font-family: 'Raleway';
  font-size: 28px;
  margin: 0 0 15px;
}

@media screen and (max-width: 991px) {
  /* line 1414, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li h1 {
    position: absolute;
    width: 400%;
    top: 60px;
    left: 0;
    cursor: default;
    pointer-events: none;
  }
}

/* line 1427, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-steps li h2 {
  font-family: 'Raleway';
  color: #958A87;
  font-size: 18px;
  margin-top: .5rem;
}

/* line 1433, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-steps li span {
  font-family: 'Raleway';
  font-size: 12px;
  max-width: 200px;
}

@media screen and (max-width: 991px) {
  /* line 1433, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li span {
    position: absolute;
    width: 400%;
    left: 0;
    top: 105px;
    max-width: 400%;
    cursor: default;
    pointer-events: none;
  }
}

/* line 1446, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-steps li span.step-number {
  font-family: 'Raleway-Bold';
  position: absolute;
  top: -25px;
  width: 22px;
  height: 22px;
  background-color: #BCCDDB;
  color: #ffffff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 1460, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-steps li:last-child:before {
  display: none;
}

@media screen and (max-width: 1199px) {
  /* line 1464, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li:before {
    max-width: 35px;
    right: -27px;
  }
  /* line 1468, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li.current:before {
    right: -21px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1473, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li h2 {
    display: none;
  }
  /* line 1476, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li span.step-number {
    display: inline-block;
    top: 11px;
    left: 0 !important;
  }
  /* line 1481, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li:before {
    max-width: 35px;
    right: calc(-50% + 60px);
  }
}

@media screen and (max-width: 991px) {
  /* line 1487, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li:before {
    right: -21px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1394, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps {
    height: 100px;
  }
  /* line 1494, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li {
    padding-top: 9px;
  }
  /* line 1496, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li a {
    width: 22px;
    height: 22px;
  }
  /* line 1500, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li.active span.step-number, .catalogue-steps li span.step-number:hover {
    background: #BCCDDB;
    color: #FFFFFF;
  }
  /* line 1504, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li span.step-number {
    background-color: #F6F4F2;
    color: #C0B7B5;
  }
}

@media screen and (max-width: 575px) {
  /* line 1394, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps {
    max-width: 500px;
  }
}

@media screen and (max-width: 539px) {
  /* line 1394, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps {
    max-width: 450px;
  }
  /* line 1515, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li:before {
    right: calc(-50% + 5px) !important;
  }
}

@media screen and (max-width: 430px) {
  /* line 1394, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps {
    max-width: 320px;
  }
  /* line 1521, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li:before {
    right: calc(-50% + 20px) !important;
  }
}

@media screen and (max-width: 359px) {
  /* line 1394, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps {
    max-width: 280px;
  }
  /* line 1527, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps li:before {
    right: calc(-50% + 6px) !important;
  }
}

@media screen and (min-width: 1199px) {
  /* line 1535, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-date li:first-child:before {
    right: -20px;
  }
  /* line 1540, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-date li.current:before {
    right: -60px;
  }
}

@media screen and (min-width: 992px) {
  /* line 1547, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-date li:first-child:before {
    right: -20px;
  }
  /* line 1552, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-date li.current:before {
    right: -45px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1558, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-date li h1, .catalogue-steps.catalogue-steps-date li span {
    left: 50%;
  }
}

@media screen and (min-width: 1199px) {
  /* line 1568, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-gifts li:first-child:before {
    right: -20px;
  }
  /* line 1573, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-gifts li.current:before {
    right: -60px;
  }
}

@media screen and (min-width: 992px) {
  /* line 1580, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-gifts li:nth-child(2):before {
    right: -24px;
  }
  /* line 1585, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-gifts li.current:before {
    right: -28px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1591, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-gifts li h1, .catalogue-steps.catalogue-steps-gifts li span {
    left: -50%;
  }
}

@media screen and (min-width: 1199px) {
  /* line 1601, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-packaging li:first-child:before {
    right: -5px;
  }
  /* line 1606, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-packaging li.current:before {
    right: -60px;
  }
}

@media screen and (min-width: 992px) {
  /* line 1613, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-packaging li:first-child:before {
    right: -32px;
  }
  /* line 1618, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-packaging li.current:before {
    right: -28px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1624, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-packaging li h1, .catalogue-steps.catalogue-steps-packaging li span {
    left: -150%;
  }
}

@media screen and (min-width: 1199px) {
  /* line 1634, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-design li:nth-child(2):before {
    right: -11px;
  }
  /* line 1639, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-design li.current:before {
    right: -60px;
  }
}

@media screen and (min-width: 992px) {
  /* line 1646, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-design li:first-child:before {
    right: -36px;
  }
  /* line 1651, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-design li:nth-child(2):before {
    right: -22px;
  }
  /* line 1656, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-design li:nth-child(3):before {
    right: -13px;
    max-width: 40px;
  }
  /* line 1662, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-design li.current:before {
    right: -55px;
  }
}

@media screen and (max-width: 991px) {
  /* line 1668, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-steps.catalogue-steps-design li h1, .catalogue-steps.catalogue-steps-design li span {
    left: -250%;
  }
}

/* line 1675, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-content {
  padding-top: 55px;
}

@media screen and (min-width: 768px) {
  /* line 1678, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-content .catalogue-left {
    max-width: 240px;
    min-width: 240px;
  }
}

/* line 1683, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-content .catalogue-right {
  padding-left: 20px;
}

/* line 1687, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-content .product-content .product-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  /* line 1692, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-content .col-md-12.col-6:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

/* line 1699, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-pagination {
  margin-top: 30px;
  text-align: center;
  position: relative;
}

/* line 1703, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-pagination ul {
  padding-left: 0;
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

/* line 1709, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-pagination ul li {
  display: inline-block;
  margin: 0 10px;
}

/* line 1712, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-pagination ul li a {
  font-family: 'Raleway';
  font-size: 14px;
  line-height: 2;
}

/* line 1717, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-pagination ul li span, .custom-pagination ul li a:hover {
  color: #000039;
}

/* line 1720, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-pagination ul li:first-child {
  margin-left: 0;
}

/* line 1723, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-pagination ul li:last-child {
  margin-right: 0;
}

/* line 1728, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-pagination .view-all {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 12px;
}

/* line 1733, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-pagination .view-all:hover {
  color: #000039;
}

@media screen and (max-width: 767px) {
  /* line 1728, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .custom-pagination .view-all {
    position: static;
    margin-top: 20px;
  }
}

/* line 1742, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.search-product {
  position: relative;
  margin-bottom: 25px;
}

/* line 1745, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.search-product .search-text {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #F6F4F2;
  font-size: 12px;
  color: #CCC5C3;
  letter-spacing: .4px;
  padding: 17px 38px 17px 0;
}

/* line 1755, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.search-product button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 10px;
  border: 0;
  background-color: transparent;
  color: #958A87;
}

/* line 1765, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-detail {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  /* line 1765, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .catalogue-detail {
    padding-bottom: 50px;
  }
}

/* line 1772, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.single-title {
  text-align: center;
  max-width: 440px;
  margin: auto;
}

/* line 1776, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.single-title h1 {
  font-family: Raleway;
  font-size: 36px;
  color: #6D625F;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  /* line 1776, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .single-title h1 {
    font-size: 28px;
  }
}

/* line 1785, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.single-title .product-cat {
  margin: 0 0 .25rem;
  font-family: 'Raleway';
  font-size: 11px;
  letter-spacing: 0.92px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  /* line 1793, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .single-title .row.row-12-5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  /* line 1796, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .single-title .row.row-12-5 .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1803, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-journal-detail {
    padding-bottom: 10px !important;
  }
}

/* line 1807, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-journal-detail .single-title {
  max-width: 900px;
}

/* line 1811, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.single-journal-content {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  /* line 1811, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .single-journal-content {
    padding-bottom: 40px;
  }
}

/* line 1818, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.single-journal {
  margin: auto;
  max-width: 900px;
  padding-top: 35px;
}

/* line 1822, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.single-journal figure {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  /* line 1822, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .single-journal figure {
    margin-bottom: 40px;
  }
}

/* line 1829, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dynamic-content {
  margin: auto;
  max-width: 600px;
}

/* line 1832, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dynamic-content p {
  margin-bottom: 24px;
}

/* line 1835, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.dynamic-content h3 {
  font-family: 'Raleway';
  font-size: 18px;
  margin-top: 36px;
  margin-bottom: 24px;
}

/* line 1842, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.share-to-social {
  padding-left: 0;
}

/* line 1844, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.share-to-social li {
  display: inline-block;
  margin: 0 8px;
}

/* line 1847, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.share-to-social li:first-child {
  margin-left: 0;
}

/* line 1850, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.share-to-social li:last-child {
  margin-right: 0;
}

/* line 1853, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.share-to-social li span {
  font-family: Raleway-Bold;
  font-size: 12px;
  color: #958A87;
  letter-spacing: 0.93px;
  text-transform: uppercase;
}

/* line 1860, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.share-to-social li a {
  font-size: 16px;
  color: #BCCDDB;
}

/* line 1866, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.journal-tag {
  padding-left: 0;
  margin-top: 60px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  /* line 1866, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .journal-tag {
    margin-top: 40px;
    margin-bottom: 15px;
  }
}

/* line 1874, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.journal-tag li {
  display: inline-block;
  margin: 0 8px 16px;
}

/* line 1877, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.journal-tag li:first-child {
  margin-left: 0;
}

/* line 1880, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.journal-tag li:last-child {
  margin-right: 0;
}

/* line 1883, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.journal-tag li a {
  font-family: 'Raleway-Bold';
  background-color: #BCCDDB;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 1.57px;
  text-transform: uppercase;
  padding: 10px 19px;
}

@media screen and (max-width: 767px) {
  /* line 1883, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .journal-tag li a {
    padding: 9px;
    font-size: 10px;
  }
}

/* line 1899, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer {
  padding-top: 70px;
  background-color: #8068AF;
}

@media screen and (max-width: 991px) {
  /* line 1899, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1899, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 1909, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  /* line 1909, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer .top-footer {
    padding-bottom: 0;
  }
}

/* line 1914, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer label {
  font-family: 'Raleway-Bold';
  font-size: 14px;
  color: #FAF3C7;
  line-height: 1.9;
}

/* line 1920, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer ul {
  padding-left: 0;
  list-style: none;
  color: #FAF3C7;
}

/* line 1924, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer ul li a {
  font-family: Raleway;
  font-size: 11px;
  color: #FAF3C7;;
  letter-spacing: 1px;
  line-height: 2.4;
}

/* line 1930, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer ul li a:hover, .footer .top-footer ul li a:focus, .footer .top-footer ul li a:active {
  color: #000000;
  font-family: Raleway-Bold;
}

/* line 1937, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .signup-form {
  position: relative;
  letter-spacing: .86px;
  margin-bottom: 1rem;
}

/* line 1941, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .signup-form .signup-text {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #D1CECC;
  width: 100%;
  font-size: 12px;
  color: #FAF3C7;
  padding: 10px 48px 10px 0;
}

.footer .top-footer .signup-form .signup-text::placeholder {
  color: #FAF3C7;
  opacity: 0.8;
}

/* line 1949, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .signup-form .signup-text.parsley-error {
  border-bottom: 1px solid #ff3333;
}

/* line 1953, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .signup-form input[type=submit] {
  font-family: 'Raleway';
  font-size: 12px;
  color: #FAF3C7;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 0;
}

.footer-icon {
  color: #FAF3C7;
}

.icon-primary {
  color: #8068AF;
}

.icon-secondary {
  color: #FAF3C7;
}

@media screen and (min-width: 768px) {
  /* line 1965, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer .top-footer .foot-left {
    max-width: 250px;
  }
  /* line 1968, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer .top-footer .foot-left .text-left {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* line 1973, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer .top-footer .foot-left .text-left p {
    font-size: 9px;
    color: #FAF3C7;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 9px 0 35px;
    text-align: center;
  }

  .footer .top-footer .foot-left .text-left a {
    color: #FAF3C7;
  }
}

/* line 1984, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .foot-center {
  text-align: center;
  max-width: 550px;
  margin: auto;
}

/* line 1988, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .foot-center .logo-foot {
  margin-bottom: calc(30px - 1rem);
}

/* line 1991, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .foot-center p {
  font-family: 'Raleway';
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 2;
  margin-top: 1rem;
  margin-bottom: 0;
  color: #FAF3C7;
}

.footer .top-footer .foot-center a {
  color: #FAF3C7;
}

/* line 2001, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .foot-right {
  max-width: 250px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  /* line 2001, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer .top-footer .foot-right {
    max-width: 100%;
  }
}

/* line 2007, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .foot-right p {
  font-size: 11px;
  color: #FAF3C7;
  line-height: 1.9;
}

/* line 2013, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .foot-right ul li {
  display: inline-block;
  margin: 0 12px;
}

/* line 2016, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .foot-right ul li:first-child {
  margin-left: 0;
}

/* line 2019, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .foot-right ul li:last-child {
  margin-right: 0;
}

/* line 2022, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .top-footer .foot-right ul li a {
  font-size: 20px;
  color: #958A87;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  /* line 2031, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer .top-footer .col-md-6 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 2035, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer .top-footer .col-md-6 .foot-center {
    margin-bottom: 20px;
  }
}

/* line 2041, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .bottom-foot {
  border-top: 1px solid #D1CECC;
  padding: 22px 0;
}

/* line 2044, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .bottom-foot p {
  font-size: 9px;
  color: #FAF3C7;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 9px 0;
}

/* line 2051, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .bottom-foot p a {
  font-family: Raleway-Bold;
  color: #FAF3C7;
}

/* line 2056, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.footer .bottom-foot .bottom-center {
  border-left: 1px solid #D1CECC;
  border-right: 1px solid #D1CECC;
}

@media screen and (max-width: 767px) {
  /* line 2041, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer .bottom-foot {
    padding: 22px;
    margin: 0 -40px;
  }
  /* line 2063, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer .bottom-foot .col-md-4:first-child {
    display: none;
  }
  /* line 2066, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer .bottom-foot .bottom-center {
    border-left: 0;
    border-right: 0;
  }
  /* line 2070, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .footer .bottom-foot p {
    text-align: center;
    margin: 4px 0;
  }
}

/* line 2078, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-arrow {
  position: absolute;
  width: 24px;
  height: 19px;
  z-index: 1;
  cursor: pointer;
  background-size: 15px 10px !important;
}

/* line 2085, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-arrow.custom-arrow-prev {
  background: url("../images/icon_arrow_left.png") center center no-repeat;
}

/* line 2088, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.custom-arrow.custom-arrow-next {
  background: url("../images/icon_arrow_right.png") center center no-repeat;
}

/* line 2095, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.slick-dots li button {
  display: none;
}

/* line 2100, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.banner-home {
  margin: 0 !important;
}

/* line 2102, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.banner-home .slick-dots {
  counter-reset: item;
  list-style-type: none;
  bottom: -50px;
  display: inline-block;
  width: auto;
}

/* line 2108, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.banner-home .slick-dots li {
  margin: 0 10px;
}

/* line 2110, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.banner-home .slick-dots li:before {
  content: counter(item, decimal-leading-zero) " ";
  counter-increment: item;
  font-size: 11px;
  color: #958A87;
  letter-spacing: 1.5px;
}

/* line 2117, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.banner-home .slick-dots li:hover, .banner-home .slick-dots li.slick-active:before {
  font-family: Raleway-Bold;
  color: #6D625F;
}

/* line 2123, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.banner-home .custom-arrow {
  top: calc(100% + 30px);
}

/* line 2128, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.freedom-content {
  position: relative;
  max-width: 600px;
  margin: 55px auto 100px;
  display: table;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  /* line 2128, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .freedom-content {
    max-width: 290px;
    margin: 25px auto 50px;
  }
}

/* line 2139, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.freedom-content .freedom-list {
  position: relative;
  float: left;
  max-width: 200px;
  text-align: center;
  margin-bottom: -30px;
  clear: both;
}

/* line 2146, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.freedom-content .freedom-list .number-freedom {
  background-color: #8068AF;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
}

/* line 2157, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.freedom-content .freedom-list:nth-child(2n+1) .number-freedom {
  right: -117px;
  top: 15px;
}

/* line 2162, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.freedom-content .freedom-list:nth-child(2n+2) {
  float: right;
}

/* line 2164, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.freedom-content .freedom-list:nth-child(2n+2) .number-freedom {
  left: -105px;
  top: 65px;
}

/* line 2170, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.freedom-content .freedom-list:nth-child(2n+3) .number-freedom {
  right: -117px;
  top: 105px;
}

/* line 2175, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.freedom-content .freedom-list h4 {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  /* line 2139, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .freedom-content .freedom-list {
    float: right;
    margin-bottom: 50px;
  }
  /* line 2181, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .freedom-content .freedom-list:last-child {
    margin-bottom: 0;
  }
  /* line 2184, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .freedom-content .freedom-list .number-freedom {
    left: -75px !important;
  }
  /* line 2187, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .freedom-content .freedom-list:nth-child(2n+1) .number-freedom {
    top: 145px;
  }
  /* line 2192, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .freedom-content .freedom-list:nth-child(2n+2) .number-freedom {
    top: 65px;
  }
  /* line 2197, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .freedom-content .freedom-list:nth-child(2n+3) .number-freedom {
    top: 75px;
  }
}

/* line 2203, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.freedom-content:before {
  content: '';
  position: absolute;
  background: url(../images/line_zigzag.png) center center no-repeat;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  /* line 2203, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .freedom-content:before {
    width: 60px;
    top: 30px;
  }
}

/* line 2219, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.journal-content {
  padding: 80px 0 0;
  display: table;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 2219, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .journal-content {
    padding: 40px 0 0;
  }
}

/* line 2226, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.journal-content .journal-list {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  /* line 2226, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .journal-content .journal-list {
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 2234, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .journal-content .journal-list:nth-child(3n+2) {
    padding-top: 110px;
  }
}

@media screen and (min-width: 992px) {
  /* line 2239, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .journal-content .journal-list:nth-child(3n+1) {
    float: left;
  }
  /* line 2242, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .journal-content .journal-list:nth-child(3n+2) {
    float: right;
  }
}

/* line 2246, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.journal-content .journal-list .product-cat {
  font-family: 'Raleway';
  font-size: 11px;
  color: #958A87;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  margin-bottom: .25rem;
}

/* line 2254, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.journal-content .journal-list .product-title {
  margin-bottom: .65rem;
}

/* line 2257, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.journal-content .journal-list .product-desc {
  line-height: 1.75;
  max-width: 475px;
  margin: 0 auto 1rem;
}

/* line 2265, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-journal-sugestion .journal-content {
  padding-top: 61px;
}

@media screen and (max-width: 767px) {
  /* line 2265, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-journal-sugestion .journal-content {
    padding-top: 0;
  }
}

/* line 2270, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.section-journal-sugestion .journal-content .journal-list {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  /* line 2270, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .section-journal-sugestion .journal-content .journal-list {
    padding-top: 40px;
    margin-bottom: 10px;
  }
}

/* line 2279, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.read-more {
  font-family: 'Raleway-Bold';
  font-size: 14px;
  color: #958A87;
  line-height: 1.75;
}

/* line 2285, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.change-password {
  font-family: 'Raleway-Bold';
  color: #ABBBC9;
  bottom: 13px;
  font-size: 11px;
  letter-spacing: 0.92px;
  line-height: 2.8;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  /* line 2294, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .change-password.mt-5 {
    margin-top: 0 !important;
  }
}

/* line 2299, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.location-social {
  padding-bottom: 75px;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  /* line 2303, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .location-social .location-social-left {
    border-right: 1px solid #DEDEDE;
    max-width: 320px;
  }
  /* line 2307, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .location-social .location-social-right {
    padding-left: 75px;
  }
}

@media screen and (max-width: 767px) {
  /* line 2299, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .location-social {
    padding-bottom: 30px;
    padding-top: 0;
  }
}

/* line 2315, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.location-social label {
  font-family: 'Raleway-Bold';
  font-size: 14px;
  color: #8068AF;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* line 2323, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.location-social p {
  line-height: 2.2;
}

/* line 2326, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.location-social ul {
  padding-left: 0;
  margin: 0;
  line-height: 2.2;
  font-size: 14px;
  list-style: none;
}

/* line 2333, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.location-social ul li a {
  font-family: Raleway-Bold;
  color: #8068AF;
}

/* line 2336, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.location-social ul li a i {
  width: 13px;
  text-align: center;
  margin-right: 5px;
  width: 20px;
}

/* line 2346, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-general .form-group {
  margin-bottom: 1.8rem;
}

/* line 2349, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-general label {
  font-family: Raleway-Bold;
  font-size: 12px;
  color: #8068AF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* line 2358, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.form-general .form-date-birth {
  max-width: 372px;
}

.form-general h3 {
  color: #8068AF;
}

@media screen and (max-width: 767px) {
  /* line 2363, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .form-general.form-account-content .btn.btn-blue {
    width: 100%;
    margin-top: -15px;
  }
  /* line 2367, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .form-general.form-account-content hr {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

/* line 2374, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.about-banner {
  position: relative;
}

/* line 2376, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.about-banner .small-about {
  position: absolute;
  width: 36.5%;
  top: 85%;
  left: 4.4%;
}

/* line 2383, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.about-content {
  padding-top: 100px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  /* line 2383, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .about-content {
    padding-left: 52%;
  }
}

@media screen and (max-width: 1199px) {
  /* line 2383, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .about-content {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 2383, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .about-content {
    padding-top: 35%;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 2399, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-left {
    padding-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  /* line 2399, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-left {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 2399, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-left {
    padding-left: 100px;
  }
}

/* line 2409, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-left ul {
  margin: 0;
}

/* line 2411, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-left ul li {
  position: relative;
  padding-left: 17px;
  margin: 5px 0;
}

@media screen and (max-width: 767px) {
  /* line 2411, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-left ul li {
    padding-left: 0;
  }
}

/* line 2418, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-left ul li:before {
  content: '';
  position: absolute;
  background-color: #8068AF;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

@media screen and (max-width: 767px) {
  /* line 2418, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-left ul li:before {
    display: none;
  }
}

/* line 2431, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-left ul li a {
  font-size: 10px;
  letter-spacing: 0.83px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 2431, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-left ul li a {
    display: inline-block;
    padding: 0;
  }
}

/* line 2440, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-left ul li.active a, .account-content .account-left ul li a:hover {
  font-family: Raleway-Bold;
  color: #6D625F;
  opacity: 1;
  background-color: transparent;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2449, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-right {
    max-width: calc(100% - 210px);
  }
}

@media screen and (min-width: 768px) {
  /* line 2449, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-right {
    border-left: 1px solid #E3E3E3;
    padding-left: 40px;
  }
}

@media screen and (min-width: 992px) {
  /* line 2449, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-right {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 2449, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-right {
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  /* line 2449, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-right {
    margin-top: 20px;
  }
}

/* line 2467, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right {
  max-width: 720px;
}

/* line 2469, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right .form-account-content {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  /* line 2469, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .form-account-content {
    margin-top: 30px;
  }
}

/* line 2474, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right .form-account-content .row {
  max-width: 712px;
}

/* line 2477, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right .form-account-content .row-16 {
  max-width: 714px;
}

/* line 2481, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right p {
  max-width: 595px;
  margin-bottom: 20px;
}

/* line 2485, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right .col-max {
  border-top: 1px solid #E9E9E9;
}

@media screen and (min-width: 768px) {
  /* line 2485, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .col-max {
    max-width: 200px;
    border-left: 1px solid #E9E9E9;
    border-top: 0;
  }
}

/* line 2493, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right .order-desc-left, .account-content .account-content-right .order-desc-gen {
  height: 100%;
  padding: 20px 23px 10px;
}

/* line 2496, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right .order-desc-left span, .account-content .account-content-right .order-desc-gen span {
  font-family: 'Raleway-Bold';
  font-size: 11px;
  letter-spacing: 1.83px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

/* line 2504, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right .order-desc-left p, .account-content .account-content-right .order-desc-gen p {
  font-family: 'Raleway';
  font-size: 12px;
  color: #958A87;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 23px;
}

/* line 2512, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right .order-desc-left label, .account-content .account-content-right .order-desc-gen label {
  font-family: 'Raleway-Bold';
  font-size: 16px;
  color: #FAF3C7;
  line-height: 23px;
}

/* line 2519, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right .order-desc-left {
  background-color: #8068AF;
  color: #FAF3C7;
}

/* line 2523, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.account-content .account-content-right .order-desc-gen {
  background-color: #F6F4F2;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2527, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .row-30 {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 2530, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .row-30 > .col, .account-content .account-content-right .row-30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 2536, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .border-all .col-md {
    max-width: 100px;
  }
  /* line 2539, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .border-all .col-max {
    max-width: 118px;
  }
  /* line 2542, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .border-all .order-desc-left, .account-content .account-content-right .border-all .order-desc-gen {
    padding: 18px 15px 8px;
  }
  /* line 2546, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .order-detail-container {
    padding: 40px 0;
  }
  /* line 2549, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .back-to-catalogue {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 2555, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .border-all .col-md {
    max-width: 115px;
  }
  /* line 2558, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .border-all .col-max {
    max-width: 180px;
  }
  /* line 2562, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .order-detail-container {
    padding: 55px 0;
  }
  /* line 2565, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .account-content .account-content-right .back-to-catalogue {
    margin-top: 55px;
  }
}

@media screen and (max-width: 991px) {
  /* line 2572, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .table-container {
    border: 1px solid #E9E9E9;
  }
}

/* line 2576, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-container .table {
  border: 1px solid #E9E9E9;
}

@media screen and (max-width: 991px) {
  /* line 2576, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .table-container .table {
    border: 0;
  }
}

/* line 2581, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-container .table th {
  font-family: 'Raleway-Bold';
  font-size: 11px;
  color: #6D625F;
  letter-spacing: 1.83px;
  text-transform: uppercase;
  border: 0;
  padding: 24px;
}

/* line 2590, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-container .table td {
  font-family: 'Raleway';
  font-size: 12px;
  color: #958A87;
  letter-spacing: 0;
  border-top: 1px solid #E9E9E9;
  padding: 16px 24px 21px;
}

/* line 2597, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-container .table td a {
  font-family: 'Raleway-Bold';
  font-size: 14px;
  color: #8068AF;
}

/* line 2605, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-container {
  padding: 70px 0;
}

/* line 2607, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-container .back-to-catalogue {
  margin-top: 70px;
}

/* line 2611, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content {
  border: 1px solid #EBEBEB;
}

/* line 2613, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-head {
  background-color: #8068AF;
  color: #FAF3C7;
  padding: 17px 34px;
}

/* line 2617, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-head h2 {
  font-family: 'Raleway';
  font-size: 20px;
  color: #FAF3C7;
  margin: 0;
  display: inline-block;
}

/* line 2625, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content {
  padding: 17px 34px 5px;
  border-top: 1px solid #EBEBEB;
}

@media screen and (max-width: 991px) {
  /* line 2625, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content .order-list-content {
    padding: 17px 25px 5px;
  }
}

/* line 2631, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content .col-max-price {
  max-width: 160px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  /* line 2631, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content .order-list-content .col-max-price {
    margin-left: 0;
  }
}

/* line 2637, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content .col-max-price label {
  font-size: 14px;
  margin: 0;
  color: #958A87;
}

/* line 2644, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content .order-product-qty .form-control {
  display: inline-block;
  width: 76px;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  /* line 2644, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content .order-list-content .order-product-qty .form-control {
    width: 40px;
  }
}

/* line 2653, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content .order-product-qty p {
  font-family: 'Raleway';
  display: inline-block;
  margin: 0;
  letter-spacing: .3px;
  font-size: 11px;
  width: calc(100% - 60px);
  color: #958A87;
}

/* line 2661, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content .order-product-qty p span {
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  /* line 2666, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content .order-list-content .order-product-qty p {
    margin-left: 20px;
  }
  /* line 2668, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content .order-list-content .order-product-qty p span {
    padding: 0 10px 0 0px;
  }
}

/* line 2674, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content.order-list-total {
  padding: 25px 34px;
}

@media screen and (max-width: 991px) {
  /* line 2674, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content .order-list-content.order-list-total {
    padding: 25px 5px;
  }
}

/* line 2679, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content.order-list-total label {
  display: block;
  font-size: 14px;
  color: #958A87;
  line-height: 2;
  margin: 0;
}

/* line 2685, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content.order-list-total label.grand-total {
  margin-top: 5px;
}

/* line 2690, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content.order-list-total .order-product-qty .grand-total {
  font-family: Raleway-Bold;
  font-size: 11px;
  color: #6D625F;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 2699, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content.order-list-total .col-max-price .grand-total {
  font-family: Raleway-Bold;
  font-size: 16px;
  color: #6D625F;
}

@media screen and (max-width: 991px) {
  /* line 2708, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content .order-list-content.order-list-qty .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 2714, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content .order-list-content.order-list-qty .order-product-qty {
    display: flex;
  }
  /* line 2717, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content .order-list-content.order-list-qty .col-max-price {
    margin-top: 15px;
    margin-left: 0;
  }
}

/* line 2723, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-list-content .line-for-order-list {
  border-top: 1px solid #EAE2E0;
  margin-top: 25px;
  padding-top: 25px;
}

/* line 2730, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-step h4 {
  font-family: Raleway;
  font-size: 20px;
  color: #BCCDDB;
  margin: 0 0 15px;
  position: relative;
}

/* line 2736, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-step h4 span {
  font-family: Raleway-Bold;
  font-size: 12px;
  color: #958A87;
  letter-spacing: 0.86px;
  text-transform: uppercase;
  border-right: 1px solid #E3D8CD;
  padding-right: 30px;
  margin-left: 10px;
  margin-right: 15px;
}

@media screen and (max-width: 479px) {
  /* line 2736, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content .order-step h4 span {
    padding-right: 15px;
    margin-right: 15px;
  }
}

/* line 2751, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-step h4 label {
  font-family: Raleway;
  font-size: 12px;
  color: #958A87;
  letter-spacing: 0.86px;
  margin: 0;
}

/* line 2758, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-step h4 a {
  float: right;
  font-family: Raleway-Bold;
  font-size: 10px;
  color: #BCCDDB;
  letter-spacing: 1px;
  text-align: right;
  line-height: 31px;
  padding-right: 28px;
  text-transform: uppercase;
}

/* line 2768, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .order-step h4 a .custom-arrow-next {
  background: url(../images/icon_arrow_right2.png) center center no-repeat;
  top: 3px;
  right: 0;
}

@media screen and (max-width: 479px) {
  /* line 2758, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content .order-step h4 a {
    position: absolute;
    top: 4px;
    right: 0;
  }
}

/* line 2781, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .product-cart {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

/* line 2785, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .product-cart figure {
  float: left;
  margin-right: 20px;
}

/* line 2789, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .product-cart .cart-desc {
  overflow: hidden;
}

/* line 2791, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .product-cart .cart-desc span {
  font-family: Raleway;
  font-size: 12px;
  color: #958A87;
  line-height: 2;
}

/* line 2797, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .product-cart .cart-desc h3, .order-detail-content .product-cart .cart-desc h3 a {
  font-family: Raleway-Bold;
  font-size: 12px;
  color: #958A87;
  margin: 0;
}

/* line 2803, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content .product-cart .cart-desc p {
  font-family: Raleway;
  font-size: 11px;
  color: #958A87;
  letter-spacing: 0.92px;
  margin-bottom: 0;
}

/* line 2812, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal {
  border: 0;
}

/* line 2814, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-head {
  padding: 17px 23px;
}

/* line 2816, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-head .close {
  color: #ffffff;
  opacity: 1;
  position: absolute;
  right: 23px;
  top: 18px;
}

/* line 2824, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content {
  padding: 17px 23px 5px;
  border-top: 0;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
  background: linear-gradient(transparent, #ffffff);
}

@media screen and (max-width: 767px) {
  /* line 2824, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content.order-detail-content-modal .order-list-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
  }
}

/* line 2838, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content .row {
  width: 100%;
}

/* line 2841, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content .order-info {
  display: block;
  background-color: #F6F4F2;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  color: #6D625F;
  padding: 11px;
  margin: 3px 0 15px;
}

/* line 2851, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content .col-max-price {
  margin-left: 0;
  max-width: 150px;
  text-align: right;
}

/* line 2855, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content .col-max-price label {
  font-family: Raleway-Bold;
  font-size: 18px;
}

/* line 2858, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content .col-max-price label del {
  font-family: Raleway;
  font-size: 12px;
  opacity: .8;
}

/* line 2866, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content .order-product-qty .form-control {
  width: 55px;
}

/* line 2870, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content.order-list-qty {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 2874, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content.order-list-qty .shipping-checkout {
  text-align: center;
  border-top: 1px solid #EAE2E0;
  padding-top: 25px;
  padding-bottom: 15px;
  margin-top: 10px;
}

/* line 2880, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content.order-list-qty .shipping-checkout p {
  font-size: 12px;
  letter-spacing: .3px;
}

/* line 2885, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content.order-list-qty .order-coupon-code {
  border-top: 1px solid #EAE2E0;
  padding-top: 25px;
  margin-top: 10px;
}

/* line 2890, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content.order-list-qty .order-coupon-code + .shipping-checkout {
  border-top: 0;
  padding-top: 5px;
}

/* line 2897, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-detail-content.order-detail-content-modal .order-list-content .order-step h4 label {
  font-family: Raleway;
  font-size: 12px;
  color: #958A87;
  letter-spacing: 0.86px;
  margin: 0;
}

@media screen and (max-width: 479px) {
  /* line 2897, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .order-detail-content.order-detail-content-modal .order-list-content .order-step h4 label {
    display: block;
    margin-top: 10px;
  }
}

/* line 2913, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.address-added {
  background-color: #8068AF;
  border: 1px solid #FAF3C7;
  color: #FAF3C7;
  padding: 45px 35px 38px;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2913, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .address-added {
    padding: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  /* line 2913, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .address-added {
    margin-bottom: 0;
  }
}

/* line 2927, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.address-added span {
  font-family: 'Raleway-Bold';
  font-size: 12px;
  color: #FAF3C7;
  letter-spacing: 1.83px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

/* line 2935, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.address-added ul {
  padding-left: 0;
  margin: 54px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2935, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .address-added ul {
    margin-top: 10px;
  }
}

/* line 2941, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.address-added ul li {
  display: inline-block;
  margin-right: 35px;
}

/* line 2944, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.address-added ul li:last-child {
  margin-right: 0;
}

/* line 2947, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.address-added ul li a {
  font-family: Raleway-Bold;
  font-size: 12px;
  color: #FAF3C7;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

/* line 2957, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.add-new-address {
  background-color: #F6F4F2;
  height: calc(100% - 60px);
  margin-bottom: 40px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-family: Raleway-Bold;
  font-size: 12px;
  color: #6D625F;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 90px 15px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2957, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .add-new-address {
    padding: 67px 15px;
  }
}

/* line 2973, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.add-new-address img {
  margin-bottom: 18px;
}

/* line 2977, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.login-register-content {
  max-width: 460px;
  margin: auto;
  background-color: #8068AF;
  color: #FAF3C7;
  padding: 60px 75px;
}

@media screen and (max-width: 479px) {
  /* line 2977, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .login-register-content {
    padding: 40px 30px 50px;
  }
}

/* line 2986, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.login-register-content .title-border {
  text-align: center;
  font-size: 36px !important;
  color: #FAF3C7;
  margin-bottom: 40px;
}

@media screen and (max-width: 479px) {
  /* line 2986, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .login-register-content .title-border {
    font-size: 28px !important;
  }
}

/* line 2994, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.login-register-content .title-border:before {
  width: 70px;
  background-color: #FAF3C7;
  right: 0;
  margin: auto;
}

/* line 3001, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.login-register-content .form-group {
  margin-bottom: 1.4rem;
}

/* line 3004, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.login-register-content label {
  font-family: 'Raleway-Bold';
  font-size: 12px;
  color: #FAF3C7;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}

/* line 3012, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.login-register-content .to-acount {
  font-family: 'Raleway-Bold';
  font-size: 12px;
  color: #FAF3C7;
  letter-spacing: 2.4px;
  margin-top: 35px;
  text-transform: uppercase;
}

/* line 3022, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.slide-pager {
  margin-top: 10px;
}

/* line 3025, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.slide-small {
  margin-top: 25px;
  margin-bottom: -20px !important;
}

/* line 3028, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.slide-small .slick-track {
  width: 100% !important;
  transform: none !important;
}

/* line 3031, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
/*.slide-small .slick-track .slick-slide img {*/
/*  cursor: pointer;*/
/*  !*margin-bottom: 20px;*!*/
/*}*/

.slide-small .slide-small-item {
    cursor: pointer;
    margin-bottom: 20px;
    padding: 5px;
}

.slide-small .slide-small-item figure {
    border: 1px solid transparent;
    transition: border 300ms;
}

.slide-small .slide-small-item.slick-current.slick-active figure {
    border-color: #8068AF;
}

@media screen and (max-width: 767px) {
  /* line 3025, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .slide-small {
    margin-bottom: 20px !important;
  }
}

/* line 3041, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.parsley-errors-list {
  font-family: 'Raleway';
  font-size: 11px;
  letter-spacing: 1px;
  margin: 7px 0 0;
  color: #ff3333;
  padding-left: 0;
  list-style: none;
}

/* line 3051, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.modal-backdrop.show {
  opacity: .1;
}

@media screen and (min-width: 1200px) {
  /* line 3056, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .container {
    max-width: 1210px;
  }
}

@media screen and (min-width: 768px) {
  /* line 3061, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .col-md-5-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 767px) {
  /* line 3069, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 3073, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .filter-padding {
    padding-left: 40px;
  }
  /* line 3076, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .filter-on-mobile {
    padding: 15px;
  }
  /* line 3079, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
  .filter-mobile-show {
    position: absolute;
    left: 19px;
    width: 15px;
    height: 15px;
    background: url(../images/icon_filter.png) center center no-repeat;
  }
}

/* line 3087, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-content-date {
  max-width: 400px;
  margin: 50px auto;
  text-align: center;
}

/* line 3091, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-content-date label {
  text-transform: uppercase;
  font-family: 'Raleway-Bold';
  color: #6D625F;
  letter-spacing: 0.83px;
  font-size: 12px;
  margin-bottom: 5px;
}

/* line 3099, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-content-date i {
  position: absolute;
  left: 14px;
  top: 14px;
}

/* line 3104, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-content-date .form-control.date-picker {
  padding-left: 40px;
}

/* line 3107, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.catalogue-content-date .btn {
  margin-top: 10px;
}

/* line 3111, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.remove-mini-prod {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 3116, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.date-catelogue {
  display: inline-block;
  border-left: 1px solid #ffffff;
  padding-left: 14px;
  margin-left: 10px;
}

/* line 3121, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.date-catelogue span {
  font-size: 14px;
}

/* line 3124, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.date-catelogue a {
  text-transform: uppercase;
  font-family: 'Raleway-Bold';
  color: #FAF3C7;
  letter-spacing: 0.83px;
  font-size: 10px;
  margin-left: 10px;
}

/* line 3133, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.datepicker-days {
  padding: 0 10px;
  font-size: 13px;
}

/* line 3137, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-condensed th {
  padding: 5px;
  font-family: 'Raleway-Bold';
}

/* line 3141, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-condensed td {
  font-family: 'Raleway';
  padding: 5px;
}

/* line 3145, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-condensed .datepicker-switch {
  text-align: center;
}

/* line 3148, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-condensed .day,
.table-condensed .prev,
.table-condensed .next {
  text-align: center;
  cursor: pointer;
}

/* line 3154, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-condensed .day:hover,
.table-condensed .prev:hover,
.table-condensed .next:hover,
.table-condensed .active {
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
}

/* line 3162, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-condensed .old.day,
.table-condensed .new.day {
  color: #ccc;
}

/* line 3166, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-coupon-code {
  position: relative;
}

/* line 3168, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-coupon-code .form-coupon {
  width: 100%;
  background-color: #F6F4F2;
  border: 0;
  padding: 10px 75px 10px 15px;
  font-family: Raleway-Bold;
  font-size: 14px;
  color: #6b6263;
  box-shadow: none;
}

/* line 3177, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-coupon-code .form-coupon:focus {
  box-shadow: none;
}

/* line 3181, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-coupon-code .btn-coupon {
  position: absolute;
  right: 0;
  top: 25px;
  border: 0;
  background-color: transparent;
  font-family: Raleway-Bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: #a2a9af;
  padding: 11px 15px;
}

/* line 3195, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-condensed .disabled.day {
  color: #666;
  cursor: default;
}

/* line 3199, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.table-condensed .disabled.day:hover {
  background-color: #ffffff;
}

/* line 3202, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.to-contact {
  color: #8068AF !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .87px;
}

/* line 3209, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.slide-small-item figure {
  /*padding: 5px;*/
}

/* line 3213, /Applications/MAMP/htdocs/rufflesandbow/assets/scss/style.scss */
.order-panel-content {
  background-color: #FFFFFF;
}

/*# sourceMappingURL=../css/style.map */

.bg-purple {
    background-color: #8068AF !important;
}
