* {
  font-family: "Nunito", sans-serif;
}

*:focus {
  outline: none;
}

#breadcrumbs {
  font-size: 12px;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  color: gray;
}

form > input {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}

form > input::-webkit-input-placeholder {
  font-family: "Nunito", sans-serif;
}

form > input:-ms-input-placeholder {
  font-family: "Nunito", sans-serif;
}

form > input::-ms-input-placeholder {
  font-family: "Nunito", sans-serif;
}

form > input::placeholder {
  font-family: "Nunito", sans-serif;
}

a {
  text-decoration: none;
  color: #292929;
}

a:hover {
  color: #292929;
}

body {
  margin: 0;
  padding: 0;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 5.5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d4b1a9;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d4b1a9;
}

.container,
.wrapper,
.single_photo_container {
  display: block;
  margin: 0 auto;
}

.container {
  width: 1200px;
}

.single_photo_container {
  width: 980px;
}

.wrapper {
  width: 980px;
}

.section_title {
  text-align: center;
}

.section_title > h2,
.section_title h3,
.section_title h4 {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}

.section_title > h2 > span,
.section_title h3 > span,
.section_title h4 > span {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}

.wrapper_cart,
.wrapper {
  display: block;
  margin: 0 auto;
}

.wrapper_cart {
  width: 980px;
}

.radio-field {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-field input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Hide the browser's default radio button */
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #f5f5f5;
  border-radius: 2.5px;
}

/* On mouse-over, add a grey background color */
.radio-field:hover input ~ .checkmark {
  background-color: #f5f5f5;
}

/* When the radio button is checked, add a blue background */
.radio-field input:checked ~ .checkmark {
  background-color: #d4b1a9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-field input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-field .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 2.5px;
}

.social_login > span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
}

.social_login > span > span {
  background: #fff;
  z-index: 9;
  padding: 5px;
  color: gainsboro;
}

.social_login > span::before {
  z-index: -1;
  content: "";
  width: 100%;
  top: 12px;
  height: 1px;
  position: absolute;
  background: gainsboro;
  left: 0;
}

.social_login > .social_login_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.social_login > .social_login_btn .mo-openid-app-icons > p {
  margin: 0 auto !important;
  font-size: 12px;
  padding: 10px 0;
}

.rede-payment-form {
  border: 0;
}

.rede-payment-form > .payment-method-description {
  font-size: 12px;
}

.rede-payment-form > .payment-method-description > svg {
  width: 45px !important;
}

.icon-rede-input > svg {
  -webkit-filter: invert(0.9);
          filter: invert(0.9);
}

.wc-payment-rede-form-fields > .form-row-wide {
  margin: 5px 0;
  width: 100%;
}

.wc-payment-rede-form-fields > .form-row-wide > select {
  width: 100% !important;
  padding: 10px;
}

.wc-payment-rede-form-fields > .form-row {
  padding: 0 !important;
}

.wc-payment-rede-form-fields > .form-row > label {
  font-size: 13px;
}

.wc-payment-rede-form-fields > .form-row > input {
  font-size: 14px !important;
  padding: 10px 45px !important;
}

.wc-payment-rede-form-fields > .form-row > input::-webkit-input-placeholder {
  font-size: 12px !important;
}

.wc-payment-rede-form-fields > .form-row > input:-ms-input-placeholder {
  font-size: 12px !important;
}

.wc-payment-rede-form-fields > .form-row > input::-ms-input-placeholder {
  font-size: 12px !important;
}

.wc-payment-rede-form-fields > .form-row > input::placeholder {
  font-size: 12px !important;
}

.content__single ul{
	margin:0;
	padding:0;
	padding-left: 20px;
}
/*# sourceMappingURL=helper.css.map */