/*
  Journal - Advanced Opencart Theme Framework
  Version 2.9.8
  Copyright (c) 2017 Digital Atelier
  https://www.journal-theme.com/
*/
.information-page #content > p + div {
  margin-top: 20px; }

/******************************
 SHOPPING CART
*******************************/
.cart-info .stock {
  color: red; }
.cart-info .name {
  max-width: 400px;
  text-align: left; }
  .cart-info .name a {
    font-weight: normal; }
.cart-info .image {
  text-align: center;
  max-width: 100px; }
  .cart-info .image img {
    margin: 5px 0;
    float: left;
    margin-left: 10px; }
.cart-info .quantity {
  min-width: 110px;
  text-align: center; }
  .cart-info .quantity .input-group {
    display: inline-block; }
    .cart-info .quantity .input-group input {
      margin-right: 5px;
      border-radius: 2px; }
    .cart-info .quantity .input-group .btn-primary {
      background-color: #428bca; }
      .cart-info .quantity .input-group .btn-primary:hover {
        background-color: #3071a9; }
    .cart-info .quantity .input-group .btn-danger {
      background-color: #EA2E49; }
      .cart-info .quantity .input-group .btn-danger:hover {
        background-color: #d01530; }
.cart-info .price, .cart-info .total {
  font-weight: normal; }
.cart-info table {
  overflow: hidden; }
.cart-info td {
  padding: 5px 10px 5px 5px;
  text-align: center; }
.cart-info thead td {
  height: 40px;
  font-weight: normal;
  border-bottom: none;
  font-size: 13px; }
.cart-info tbody td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E4E4E4; }
.cart-info tbody td.image {
  padding-left: 0; }
.cart-info tbody tr:last-of-type td {
  border-bottom: none; }

#content.sc-page .content p, #content.sc-page .action-area p {
  padding: 10px;
  font-size: 13px; }
#content.sc-page .content table.radio .highlight td {
  border-bottom: 1px solid;
  border-color: #f4f4f4; }
#content.sc-page .content table.radio .highlight:last-of-type td {
  border-bottom: none; }
#content.sc-page a + .text-danger {
  color: #EA2E49;
  background-color: transparent; }

.cart-module > div {
  display: none; }
  .cart-module > div form {
    padding-left: 10px; }
    .cart-module > div form input[type='text'] {
      max-width: 240px;
      margin: 20px 0; }
  .cart-module > div input[name='postcode'] {
    width: 100px;
    margin-left: 6px;
    margin-top: 5px; }

#shipping table {
  padding: 10px 0;
  width: 45%; }
  #shipping table td:first-of-type {
    font-weight: bold; }
#shipping select {
  width: 150px; }
#shipping .button {
  margin: 10px 0; }

.cart-total {
  overflow: auto;
  padding: 8px; }
  .cart-total table {
    float: right; }
  .cart-total td {
    padding: 4px;
    text-align: right; }

label {
  line-height: 1.5;
  font-size: 13px;
  position: relative; }

#total .right {
  font-size: 14px;
  width: 87%;
  font-weight: bold; }

.quantity input[type='text'] {
  width: 40px;
  text-align: center; }

.action-area {
  overflow: hidden; }
  .action-area h3 {
    padding: 10px 12px; }

.action-area .panel-title {
  color: #555; }

.oc2 .action-area .panel-heading {
  padding: 0; }
  .oc2 .action-area .panel-heading .panel-title > a {
    padding: 10px;
    display: block; }
.oc2 .action-area .panel-group {
  margin-bottom: 0; }
.oc2 .action-area .panel-body label {
  display: inline-block;
  margin-bottom: 5px; }
.oc2 .action-area .panel-body .input-group input[type="text"] {
  min-width: 300px; }
.oc2 .action-area .panel-body .input-group .button {
  margin-left: 5px; }
.oc2 .action-area .form-group {
  clear: both;
  margin-top: 10px; }
  .oc2 .action-area .form-group label {
    min-width: 150px;
    float: left;
    margin-bottom: 0; }
  .oc2 .action-area .form-group input[type="text"] {
    max-width: 160px; }
.oc2 .checkout #accordion {
  overflow: hidden; }
.oc2 .checkout-content {
  background-color: transparent;
  padding: 0;
  display: block; }
  .oc2 .checkout-content .right .form-group {
    margin-bottom: 8px; }
  .oc2 .checkout-content p, .oc2 .checkout-content .radio {
    padding: 10px 0 0 0; }

.order-list .list td {
  text-align: center; }

/******************************
 CHECKOUT PAGE
*******************************/
.checkout {
  margin-bottom: 20px;
  overflow: hidden; }
  .checkout select {
    margin: 0 0 3px 0; }
  .checkout div:last-of-type .checkout-heading {
    border-bottom: none; }

.checkout-heading {
  border-bottom: 1px solid;
  border-color: #333745;
  font-size: 13px;
  min-height: 35px;
  padding: 10px;
  clear: both; }

.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none; }

.checkout-content {
  padding: 0 0 15px 0;
  display: none;
  position: relative; }
  .checkout-content:after {
    content: "";
    display: table;
    clear: both; }
  .checkout-content table.radio td:first-child {
    width: 25px; }
  .checkout-content p {
    padding: 10px 0; }
  .checkout-content .left {
    float: left;
    width: 48%; }
  .checkout-content .right {
    float: right;
    width: 48%; }
  .checkout-content .left p:last-of-type {
    min-height: 92px; }
  .checkout-content .buttons {
    margin-bottom: 0;
    border-radius: 0;
    clear: both; }
    .checkout-content .buttons .right {
      width: 100%; }
  .checkout-content textarea {
    width: 100% !important;
    margin-top: 15px; }

#payment-address h2 {
  margin-bottom: 15px; }

.checkout-product .total {
  font-weight: bold; }
.checkout-product td {
  padding: 15px; }
.checkout-product thead td {
  font-weight: bold;
  padding: 13px; }
.checkout-product .name,
.checkout-product .model {
  text-align: left; }
.checkout-product .quantity,
.checkout-product .price,
.checkout-product .total {
  text-align: right; }
.checkout-product tbody td {
  border-bottom: 1px solid;
  border-color: #f4f4f4; }
.checkout-product tfoot td {
  text-align: right;
  padding: 6px 15px; }

.wait {
  position: absolute;
  padding-top: 12px;
  right: -10px;
  bottom: 30px; }

.newsletter-page table.form {
  padding-top: 0; }

.oc2 .oc-newsletter .form-horizontal .form-group > label {
  width: auto;
  padding-top: 10px; }
.oc2 .oc-newsletter .form-horizontal .form-group .radio-inline {
  width: auto; }
.oc2 .oc-newsletter .form-horizontal .form-group label + div {
  float: none;
  padding-top: 0; }

/******************************
 RETURNS
*******************************/
.returns > h1 + p {
  margin-bottom: 15px; }
.returns form h2, .returns form .content {
  margin-bottom: 15px; }
.returns .left {
  float: none; }
.returns .buttons .left {
  float: left; }

@media only screen and (max-width: 980px) {
  .return-product > div {
    width: 100%;
    display: block; }
    .return-product > div input {
      margin: 3px 0; }

  .return-detail > div {
    width: 100%;
    display: block; }

  .return-reason {
    margin-bottom: 20px; } }
/******************************
 SITEMAP
*******************************/
.sitemap-info {
  overflow: auto;
  padding-bottom: 20px; }
  .sitemap-info ul {
    margin: 0;
    padding: 0; }
    .sitemap-info ul li {
      list-style: none;
      padding: 2px;
      margin-bottom: 1px;
      font-weight: bold; }
  .sitemap-info > div {
    float: left;
    width: 50%;
    padding-left: 7px; }
    .sitemap-info > div > ul {
      padding: 10px 0 5px 15px; }
    .sitemap-info > div > ul > li ul {
      margin-left: 7px; }
      .sitemap-info > div > ul > li ul > li a {
        font-weight: normal; }
    .sitemap-info > div > ul > li > ul li:before {
      font-size: 12px; }
  .sitemap-info > div:first-of-type {
    padding-left: 0;
    padding-right: 10px; }

/******************************
BRANDS
*******************************/
.header-default-sticky .manufacturer-list a[id]:before, .header-slim-sticky .manufacturer-list a[id]:before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px; }

.header-center-sticky .manufacturer-list a[id]:before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px; }

.manufacturer-list:first-of-type {
  margin-top: 10px; }

.manufacturer-list {
  overflow: auto; }
  .manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px; }

.manufacturer-heading {
  background: #5F6874;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px; }

.manufacturer-content {
  padding: 8px; }

.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px; }

/******************************
 CONTACT PAGE
*******************************/
.contact-page h2 {
  margin-bottom: 15px; }
.contact-page .buttons {
  margin-top: 15px; }
.contact-page .content b {
  margin-bottom: 5px;
  display: inline-block; }

.contact-info {
  overflow: auto; }

.contact-info > div > div {
  float: left;
  width: 48%;
  margin-bottom: 10px; }

.oc2 .contact-page h2 {
  margin-bottom: 15px; }
.oc2 .contact-page .fa {
  top: -1px;
  font-size: 16px; }
.oc2 .contact-page .col {
  float: left;
  width: 25%;
  padding-left: 15px; }
  .oc2 .contact-page .col strong {
    display: inline-block;
    margin-bottom: 5px; }
  .oc2 .contact-page .col:first-of-type {
    padding-left: 0; }
.oc2 .contact-page .col-sm-10 {
  width: 75%;
  margin-bottom: 5px; }
.oc2 .contact-page input[name='captcha'] {
  margin: 0; }
.oc2 .contact-page .panel-body {
  margin-bottom: 20px;
  overflow: hidden;
  background-color: transparent; }
.oc2 .img-thumbnail {
  max-width: 100%;
  height: auto; }
.oc2 address {
  margin-bottom: 20px; }

.route-account-return-add fieldset .radio label,
.route-account-return-add fieldset .radio-inline {
  width: 100% !important; }

.oc2 .alert a {
  margin: 0 .25em; }

/******************************
 SEARCH PAGE
*******************************/
#content.search-page .buttons + h2 {
  margin-bottom: 15px; }
#content.search-page .content {
  margin: 15px 0;
  padding-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  #content.search-page .content input[type="text"] {
    width: 250px;
    margin-right: 10px; }
  #content.search-page .content input[type='checkbox'] {
    position: relative;
    margin-top: 3px;
    float: left; }
  #content.search-page .content select {
    margin-right: 10px; }
  #content.search-page .content > div {
    float: left; }
  #content.search-page .content .s-check {
    top: 7px; }

.oc2 #content.search-page {
  padding-bottom: 20px; }

.oc2.firefox #content.search-page .content select,
.oc2.win #content.search-page .content select {
  margin-top: 2px; }
.oc2.firefox #content.search-page .content input[type='checkbox'],
.oc2.win #content.search-page .content input[type='checkbox'] {
  position: relative;
  top: 2px; }

@media only screen and (min-width: 470px) {
  .oc2.firefox .quantity .input-group-btn {
    display: inline-block; } }
/******************************
 COMPARE
*******************************/
.compare-info img {
  max-width: 100% !important; }

/******************************
QUICK CHECKOUT
*******************************/
.one-page-checkout .heading-title {
  overflow: visible;
  white-space: normal;
  height: auto; }

.checkout-loading {
  opacity: 0.5;
  pointer-events: none; }

.checkout-type-login .checkout-content:not(.checkout-login):not(.login-box) {
  opacity: 0.5;
  pointer-events: none; }

.journal-checkout {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .journal-checkout .secondary-title {
    margin-bottom: 15px; }
  .journal-checkout .checkout-content {
    background: #f4f4f4;
    padding: 12px;
    display: block; }
    .journal-checkout .checkout-content .buttons {
      margin-top: 0; }
    .journal-checkout .checkout-content.checkout-login {
      display: none;
      margin-bottom: 18px; }
  .journal-checkout .login-box {
    margin-bottom: 18px;
    display: table;
    width: 100%; }
    .journal-checkout .login-box .radio {
      padding-top: 3px; }
  .journal-checkout .checkout-login .form-group {
    position: relative;
    overflow: visible !important;
    display: table;
    width: 100%; }
    .journal-checkout .checkout-login .form-group input + a {
      margin-top: 5px; }
    .journal-checkout .checkout-login .form-group:last-of-type {
      border-top-width: 1px;
      border-top-style: solid;
      border-color: #f4f4f4;
      margin-top: 12px;
      padding-top: 12px; }
  .journal-checkout .checkout-login .button {
    line-height: 34px; }
  .journal-checkout .left, .journal-checkout .right {
    width: 64%;
    float: left; }
  .journal-checkout .left {
    width: 36%;
    padding-right: 18px; }
    .journal-checkout .left .checkout-content span.error, .journal-checkout .left .checkout-content .text-danger {
      width: 100%; }
    .journal-checkout .left .checkout-content label {
      display: block;
      width: 100%;
      padding: 0 0 0 1px;
      margin-bottom: 3px; }
    .journal-checkout .left .checkout-content label + input,
    .journal-checkout .left .checkout-content label + div {
      width: 100%;
      float: none; }
    .journal-checkout .left #password {
      margin: 7px 0; }
    .journal-checkout .left .login-box .secondary-title {
      margin-bottom: 5px; }
    .journal-checkout .left .login-box .radio label {
      padding-bottom: 7px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-color: #f4f4f4; }
    .journal-checkout .left .login-box .radio:last-of-type label {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  .journal-checkout .right .checkout-content {
    margin-bottom: 18px; }
  .journal-checkout .right .confirm-section {
    margin-bottom: 0; }
  .journal-checkout .spw {
    margin-bottom: 18px;
    display: table;
    width: 100%; }
    .journal-checkout .spw > div {
      display: table-cell;
      min-width: 50%; }
      .journal-checkout .spw > div .radio {
        padding: 3px 0 0 0;
        margin-bottom: 2px; }
        .journal-checkout .spw > div .radio label {
          padding-bottom: 6px;
          border-bottom: 1px;
          border-bottom-style: solid;
          border-color: #f4f4f4;
          display: block; }
        .journal-checkout .spw > div .radio:last-of-type label {
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0; }
      .journal-checkout .spw > div .secondary-title {
        margin-bottom: 5px; }
      .journal-checkout .spw > div p {
        padding-top: 5px;
        margin-bottom: 0px; }
  .journal-checkout .confirm-order {
    border-top: 1px;
    border-top-style: solid;
    border-color: #f4f4f4;
    margin-top: 12px;
    padding-top: 12px; }
  .journal-checkout .confirm-section .secondary-title {
    margin-bottom: 0; }
  .journal-checkout .confirm-section textarea {
    margin-top: 10px; }
  .journal-checkout .confirm-section .radio {
    padding-top: 4px; }
  .journal-checkout .confirm-button {
    line-height: 34px; }
  .journal-checkout #payment-confirm-button .secondary-title {
    margin-top: 15px; }
  .journal-checkout #payment-confirm-button .buttons {
    display: none !important;
    cursor: not-allowed !important; }
    .journal-checkout #payment-confirm-button .buttons .btn {
      pointer-events: none !important; }
  .journal-checkout #payment-confirm-button fieldset legend {
    font-size: 14px;
    font-weight: bold;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #f4f4f4;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 8px;
    padding-left: 0; }
  .journal-checkout #payment-confirm-button fieldset input[type='text'],
  .journal-checkout #payment-confirm-button fieldset input[type='email'],
  .journal-checkout #payment-confirm-button fieldset input[type='password'] {
    max-width: 280px; }
  .journal-checkout #payment-confirm-button fieldset #card-new label {
    width: 30%;
    line-height: 1.1;
    min-height: 40px; }
  .journal-checkout #payment-confirm-button fieldset #card-new label + div {
    width: 70%; }
  .journal-checkout .checkout-cart td {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0; }
  .journal-checkout .checkout-cart thead td {
    text-align: center;
    border-top-width: 1px;
    border-style: solid;
    border-color: #f4f4f4;
    font-weight: normal; }
    .journal-checkout .checkout-cart thead td:first-of-type {
      border-left-width: 1px;
      border-style: solid;
      border-color: #f4f4f4; }
    .journal-checkout .checkout-cart thead td:last-of-type {
      border-right-width: 1px;
      border-style: solid;
      border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tbody tr:first-of-type td {
    border-style: solid;
    border-top-width: 1px; }
  .journal-checkout .checkout-cart tbody td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
    .journal-checkout .checkout-cart tbody td:first-of-type {
      border-left-width: 1px;
      border-style: solid;
      border-left-color: #f4f4f4; }
    .journal-checkout .checkout-cart tbody td.name {
      padding-right: 5px; }
  .journal-checkout .checkout-cart tbody .total {
    font-weight: normal; }
  .journal-checkout .checkout-cart tfoot td strong {
    font-weight: normal; }
  .journal-checkout .checkout-cart tfoot td:first-of-type {
    border-left-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tfoot td:last-of-type {
    border-right-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tfoot tr:first-of-type td {
    padding-top: 12px; }
  .journal-checkout .checkout-cart tfoot tr:last-of-type td {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #f4f4f4;
    padding-bottom: 12px; }
  .journal-checkout .checkout-cart td.quantity {
    text-align: center; }
    .journal-checkout .checkout-cart td.quantity input[type='text'] {
      margin-right: 4px;
      border-radius: 2px; }
    .journal-checkout .checkout-cart td.quantity .input-group {
      display: inline-block; }
      .journal-checkout .checkout-cart td.quantity .input-group input {
        position: relative;
        top: 3px; }
  .journal-checkout .checkout-cart td.price,
  .journal-checkout .checkout-cart td.total {
    text-align: center; }
  .journal-checkout .checkout-cart td.image {
    max-width: 70px;
    padding-left: 0;
    border-right: 0; }
    .journal-checkout .checkout-cart td.image img {
      margin-left: 10px;
      max-width: 100%;
      height: auto; }
  .journal-checkout .checkout-cart td.name {
    padding: 0;
    max-width: 155px;
    white-space: normal; }
    .journal-checkout .checkout-cart td.name a {
      font-size: 14px; }
  .journal-checkout input[type='text'],
  .journal-checkout input[type='email'],
  .journal-checkout input[type='password'],
  .journal-checkout input[type='tel'],
  .journal-checkout textarea {
    box-shadow: none; }
  .journal-checkout .coupon-voucher {
    display: table;
    width: 100%; }
    .journal-checkout .coupon-voucher .cvr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .journal-checkout .coupon-voucher .cvr > div:not(:nth-child(2)) {
        padding-right: 12px; }
      .journal-checkout .coupon-voucher .cvr > div:nth-child(3) {
        margin-top: 12px; }
    .journal-checkout .coupon-voucher .panel-body {
      padding: 0;
      background-color: transparent;
      display: block;
      float: left;
      min-width: 50%; }
      .journal-checkout .coupon-voucher .panel-body label {
        display: none;
        margin-bottom: 4px; }
    .journal-checkout .coupon-voucher .input-group {
      width: 100%; }
    .journal-checkout .coupon-voucher .input-group-btn, .journal-checkout .coupon-voucher input {
      display: inline-block;
      width: 38%;
      border-radius: 0; }
      .journal-checkout .coupon-voucher .input-group-btn .button, .journal-checkout .coupon-voucher input .button {
        width: 100%;
        line-height: 34px; }
    .journal-checkout .coupon-voucher input[type='text'] {
      width: 62%; }
  .journal-checkout select {
    margin-left: 0; }
  .journal-checkout .left select, .journal-checkout .section-left select {
    margin-top: 9px; }
  .journal-checkout #shipping-address {
    clear: both; }
  .journal-checkout .customer-group {
    padding-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4;
    margin-bottom: 12px; }
    .journal-checkout .customer-group label.control-label {
      min-height: 25px !important;
      min-width: 35%; }
    .journal-checkout .customer-group div.radio {
      width: auto !important;
      float: none !important;
      margin-right: 10px;
      clear: both;
      padding-top: 0; }
      .journal-checkout .customer-group div.radio label {
        width: 100%;
        min-height: 100%;
        padding-top: 0 !important;
        float: none;
        margin-bottom: 0;
        display: block !important; }
        .journal-checkout .customer-group div.radio label input {
          margin-right: 5px; }

.firefox .journal-checkout .coupon-voucher .button {
  line-height: 32px; }

.confirm-section textarea {
  margin-bottom: 5px; }

.oc1 .journal-checkout fieldset {
  border: none;
  padding: 0;
  margin: 0; }
.oc1 .journal-checkout .required {
  color: inherit; }
  .oc1 .journal-checkout .required label {
    font-weight: normal; }
.oc1 .journal-checkout .form-group {
  clear: both;
  margin-bottom: 6px;
  overflow: hidden; }
.oc1 .journal-checkout .input-group .form-control {
  float: left;
  display: table-cell; }
.oc1 .journal-checkout .form-horizontal .form-group label {
  width: 25%;
  float: left;
  display: block;
  padding-top: 7px; }
.oc1 .journal-checkout .form-horizontal .form-group label + div {
  width: 75%;
  float: right; }
.oc1 .journal-checkout .required label:before {
  content: "* ";
  color: red;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-right: 3px; }

.oc2 .journal-checkout .checkout-cart td.quantity .input-group input {
  top: 0; }

.ie8 .journal-checkout .coupon-voucher .panel-body label, .ie9 .journal-checkout .coupon-voucher .panel-body label {
  display: block;
  margin-bottom: 4px; }

.payment-pagseguro,
.payment-skrill,
.payment-cod,
.payment-payza,
.payment-pp_standard,
.payment-pp_express,
.payment-yizhifubj,
.payment-coinbase,
.payment-stripe,
.payment-instamojo {
  display: none !important; }

input[name='cc_cvv2'] {
  max-width: 70px !important;
  min-width: 70px !important; }

input[name='cc_number'] {
  float: left !important; }

#eway-payment-form #creditcard-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#eway-payment-form #creditcard-info > div:nth-of-type(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#eway-payment-form #creditcard-info > div:nth-of-type(3) > div {
  width: auto; }

#eway-payment-form #cvn-details {
  display: block;
  top: 10px;
  position: relative; }

#eway-payment-form .form-group ul {
  margin: 0;
  padding: 0; }

#eway-payment-form .form-group ul > label {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }

.is-customer .journal-checkout .checkout-payment-form #payment-new,
.is-customer .journal-checkout .checkout-payment-form #shipping-new,
.is-customer .journal-checkout .checkout-shipping-form #payment-new,
.is-customer .journal-checkout .checkout-shipping-form #shipping-new {
  margin-top: 12px;
  padding-top: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #f4f4f4; }
.is-customer .journal-checkout .checkout-payment-form .secondary-title,
.is-customer .journal-checkout .checkout-shipping-form .secondary-title {
  margin-bottom: 7px; }
.is-customer .journal-checkout .checkout-payment-form form,
.is-customer .journal-checkout .checkout-shipping-form form {
  width: 100%; }
  .is-customer .journal-checkout .checkout-payment-form form > div > select,
  .is-customer .journal-checkout .checkout-shipping-form form > div > select {
    margin-left: 5px;
    margin-top: 5px;
    max-width: 95%; }
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-payment-country"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-payment-zone"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-shipping-country"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-shipping-country"] {
  padding-top: 7px; }
.is-customer .journal-checkout .left, .is-customer .journal-checkout .right {
  width: 100%; }
.is-customer .journal-checkout .left {
  display: none; }
.is-customer .journal-checkout section {
  width: 33.3333%;
  float: left; }
  .is-customer .journal-checkout section.section-right {
    padding-left: 18px;
    width: 66.6666%; }
  .is-customer .journal-checkout section.section-left .form-horizontal .form-group label {
    padding: 0 0 0 1px;
    line-height: 100%;
    margin-bottom: 3px; }
  .is-customer .journal-checkout section.section-left .form-horizontal .form-group {
    margin-bottom: 7px; }
  .is-customer .journal-checkout section.section-left .coupon-voucher {
    margin-bottom: 0; }
  .is-customer .journal-checkout section .spw {
    margin-bottom: 0; }
    .is-customer .journal-checkout section .spw > div {
      display: block;
      width: 100%; }

.oc2 .checkout-content .custom-field .radio {
  float: none;
  padding: 0; }

.journal-checkout .left .checkout-register .custom-field .radio label,
.journal-checkout .left .checkout-register .custom-field .checkbox label {
  width: auto;
  min-height: 100%;
  padding-top: 0 !important;
  float: none; }

@media only screen and (min-width: 980px) {
  .is-guest .spw > div:first-of-type {
    padding-right: 0;
    border-right-width: 0; }
  .is-guest .spw > div:last-of-type {
    border-left-width: 0; }
  .is-guest .spw .checkout-shipping-methods {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .is-guest .spw .checkout-payment-methods {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  html[dir="rtl"].is-guest .spw > div:first-of-type {
    padding-right: 10px;
    padding-left: 0;
    border-right-width: 0; } }
@media only screen and (min-width: 1024px) {
  .journal-checkout .left .checkout-register label,
  .journal-checkout .left .checkout-login label,
  .journal-checkout section.section-left .form-horizontal .form-group label,
  .oc1 .journal-checkout .form-horizontal .form-group label {
    width: 35%;
    min-height: 33px;
    float: left;
    padding-top: 5px !important; }

  .journal-checkout .customer-group label.control-label {
    padding-top: 0 !important; }

  .journal-checkout .left .checkout-register .checkbox label {
    width: 100%;
    min-height: 100%;
    padding: 0 0 5px 0; }

  .journal-checkout .form-group,
  .journal-checkout .form-horizontal .form-group {
    margin-bottom: 8px; }

  .journal-checkout .left .checkout-register label + input,
  .journal-checkout .left .checkout-register label + div,
  .journal-checkout .left .checkout-login label + input,
  .journal-checkout section.section-left .form-horizontal .form-group label + input,
  .journal-checkout section.section-left .form-horizontal .form-group label + div,
  .oc1 .journal-checkout .form-horizontal .form-group label + div {
    width: 65%;
    float: right; }

  .journal-checkout .left .checkout-login label + input + a {
    position: relative;
    top: 5px; }

  .journal-checkout .checkout-cart tbody td.name {
    padding-left: 7px; } }
.mobile .journal-checkout .table-responsive, .tablet .journal-checkout .table-responsive {
  max-height: 100%; }

#content.one-page-checkout .form-horizontal {
  width: 100%; }
#content.one-page-checkout div:not(.checkout-login) fieldset > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  #content.one-page-checkout div:not(.checkout-login) fieldset > div .radio label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #content.one-page-checkout div:not(.checkout-login) fieldset > div .radio input[type='radio'],
  #content.one-page-checkout div:not(.checkout-login) fieldset > div .radio input[type='checkbox'] {
    margin: 3px 2px 0 0; }
  #content.one-page-checkout div:not(.checkout-login) fieldset > div .text-danger {
    position: absolute;
    right: 0; }
#content label a b {
  margin: 0 5px; }

#container #content.one-page-checkout .checkout-login fieldset > div {
  display: table !important; }

#content.one-page-checkout div:not(.checkout-login) fieldset > div#card-new {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.oc2 #content.checkout #shipping-new .form-group label + div,
.oc2 #content.checkout #payment-new .form-group label + div,
.oc2 #content.checkout #collapse-shipping-address .form-group label + div {
  width: 70%; }

.one-page-checkout .has-error {
  padding-top: 20px;
  position: relative; }
  .one-page-checkout .has-error .text-danger {
    top: 0; }

@media only screen and (max-width: 980px) {
  #content.one-page-checkout div:not(.checkout-login) fieldset > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .journal-checkout .quantity .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .journal-checkout div.coupon-voucher .cvr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .journal-checkout div.coupon-voucher .cvr div.panel-body {
      padding: 0 !important;
      width: 100%; } }
@media only screen and (max-width: 760px) {
  #content.checkout fieldset > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .sc-page .buttons .pull-left {
    margin-bottom: 10px; }

  .checkout-product button[type='submit'] {
    margin-right: 3px; }

  .journal-checkout .checkout-cart td.quantity .input-group input:first-of-type {
    margin-right: 2px; } }
#tab-review .form-group label + div {
  float: none;
  margin-bottom: 25px; }

.quantity input[type='text'] {
  min-height: 35px; }

.checkout #new-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#expiry-date-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#expiry-date-group label + div {
  width: auto; }

.checkout #account .secondary-title + .form-group {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.oc1 #content.search-page .content input[type='checkbox'] {
  float: none; }

@media only screen and (max-width: 980px) {
  .oc1 #content.search-page select[name="category_id"] + span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .oc1 #content.search-page select[name="category_id"] + span label {
      min-width: initial !important; } }
@media only screen and (max-width: 470px) {
  .oc1 #content.search-page select[name="category_id"] + span {
    display: block; }
    .oc1 #content.search-page select[name="category_id"] + span label {
      min-width: 85% !important; } }
@media only screen and (max-width: 760px) {
  .date > input {
    min-width: 250px; } }
.date .input-group-btn button {
  padding: 0 10px; }

.oc3 .contact-page .panel-body .col-sm-3 {
  float: left;
  min-width: 25%; }

  /* page-measuring guide */
.size-chart-top { height: 54px; line-height: 42px; font-size: 15px; color: #000000; text-align: center; background-image: url(../../../../../s/files/1/0039/9255/1491/files/measurement_top_ads_bg_9779158745402827232.png); background-repeat: no-repeat; background-size: 100% }
.important-notes { margin-top: 15px; }
.important-notes font { padding: 5px 10px; background-color: #D84D9C; color: #FFFFFF; font-weight: 500; margin-top: 15px; }
.notes-center { background-color: #D84D9C; color: #FFFFFF; height: 133px; font-weight: 500; }
.notes-center .notes-number { font-size: 40px; padding-top: 30px; }
.notes-center .notes-text { font-size: 12px; padding-top: 10px; letter-spacing: 1px; }
.size-chart-left-top { font-size: 18px; font-weight: 500; color: #000000; font-family: "Roboto"; }
.size-chart-box { margin-top: 5px; position: relative; font-family: "Roboto"; }
.size-chart-box ul { padding-left: 0; margin-top: 15px; margin-bottom: 0; }
.size-chart-box .confirmbox {width:100%;background: #FFFFFF; }
.size-chart-box .confirmbox { font-size: 16px; font-family: "Roboto"; color: #000000; }
.size-chart-box .confirmbox .cbtitle { width: 90%; text-align: center; margin: 20px auto 0; }
.size-chart-box .confirmbox .cbtitle b { font-weight: 500; font-size: 20px; }
.size-chart-box .confirmbox .cbcontent { width:  90%; margin: 20px auto 0; border: none; }
.size-chart-box .confirmbox .cbcontent td { font-size: 13px; line-height: 140%; padding: 8px 0 8px 0; border: none; }
.size-chart-box .confirmbox .cbsubmit { width:  90%; margin: 30px auto 55px; }
.size-chart-box .confirmbox .cbsubmit a { width: 200px;  height: 28px; line-height: 28px; display: block; text-align: center; color: #fff; font-family: "Roboto"; font-weight: bold; background: url(../../../../../s/files/1/0039/9255/1491/files/confirmmeasurebtn_15824702687397080156.jpg) no-repeat; margin: 0 auto; }
.size-chart-box .confirmbox .cbsubmit a:hover { text-decoration: none; background-position: 0 -28px; }
.size-chart-box .size-chart-box-none { display: none; }
.size-chart-left li { border-bottom: 1px solid #D7D7D7; padding: 10px 0 10px 0; }
.size-chart-selected a { color: #e66f65; }
.size-chart-selected i { margin-right: 5px; }
.size-chart-right { margin-top: 0; font-family: "Roboto";}
.size-chart-right-title { font-weight: 500; font-size: 20px; color: #000000;}
.size-chart-right-text { margin-top: 15px; font-size: 14px; padding-bottom: 10px; border-bottom: 1px solid #D7D7D7; }
.size-chart-right-center { font-size: 14px; padding-left: 35px; padding-top: 15px; padding-bottom:5px; background: url(../../../../../s/files/1/0039/9255/1491/files/measurement_icon_howmeasure_7803150906697979738.png) left 13px no-repeat; }
.size-chart-right p { font-weight: 500; color: #000000; margin-bottom: 5px; }
.size-chart-right li { display: none; }
.size-chart-right .size-chart-right-curry { display: block; }
.size-chart-right-tips {  background: url(../../../../../s/files/1/0039/9255/1491/files/measurement_icon_tips_17481678243628979603.png) no-repeat;  font-size: 14px; padding-left: 35px; min-height: 24px; margin-top:20px; }
.size-chart-right .tips-center span { display: inline-block; width: 4px; height: 4px; background-color: #000000; position: relative; top: -3px; left: -3px;  }
.size-notes { padding: 15px 25px; font-size: 14px; letter-spacing: 1px; }
/* page-measuring guide */

/* page-shop by */
.help-shop-by-title{margin:18px 0 50px}
.help-shop-by{padding-left:6px;}
.help-shop-by li{float:left;position:relative;margin:0 49px 37px 49px;text-align:center;list-style:none}
.help-shop-by li.last{margin-right:0}
.help-shop-by .pic{display:block;width:100%;height:188px;background-repeat:no-repeat}
.help-shop-by .blushing_pink,.help-shop-by .jade,.help-shop-by .pearl_pink,.help-shop-by .watermelon{background-image:url(../../../../../s/files/1/0039/9255/1491/files/shop_by_color_1_11044930577920007369.jpg)}
.help-shop-by .fuchsia,.help-shop-by .lilac,.help-shop-by .red,.help-shop-by .royal_blue{background-image:url(../../../../../s/files/1/0039/9255/1491/files/shop_by_color_2_11044930577920007369.jpg)}
.help-shop-by .black,.help-shop-by .dark_navy,.help-shop-by .grape,.help-shop-by .regency{background-image:url(../../../../../s/files/1/0039/9255/1491/files/shop_by_color_3_11044930577920007369.jpg)}

.help-shop-by .imageHover{position:absolute;left:0;top:0;display:none}
.help-shop-by a:hover .imageHover{display:block}
.help-shop-by h2{font-size: 13px; font-family: Roboto; margin-top:13px;line-height:15px;text-decoration:underline;color:#666;font-weight:400;text-transform:uppercase}
.help-shop-by a:hover h2{color:#e8437b}



.help-shop-by-more{margin:50px 0 147px;text-align:left;text-transform:uppercase}
.help-shop-by-more strong{float:left;letter-spacing:1px;font-size:16px;font-family:'Open Sans SemiBold',sans-serif;text-transform:uppercase}
.help-shop-by-more a{float:left;margin-left:15px;color:#666;text-decoration:underline;margin-top:3px;font-size:12px}
.help-shop-by-more a:hover{color:#e8437b}
.help-shop-by-more .help-shop-by-more-options{margin-left:138px}
.shop-body-type-more a{margin-left:18px}
#popular-weddings .row{display:flex;justify-content:space-between;height:510px}
#popular-weddings .row .popular-box{flex-basis:482px}
#popular-weddings .row .popular-box .img{width:482px;height:320px}
#popular-weddings .row .popular-box .img img{max-width:100%;height:auto}

#new-shop-by-color #color_inspiration_banner img{padding-bottom:30px}
#new-shop-by-color .help-shop-by li .orange,#new-shop-by-color .help-shop-by li .pink,#new-shop-by-color .help-shop-by li .red,#new-shop-by-color .help-shop-by li .yellow{background:url(../../../../../s/files/1/0039/9255/1491/files/line1_20180424_2568506432239377421.jpg)}
#new-shop-by-color .help-shop-by li .pink{background-position:0 0}
#new-shop-by-color .help-shop-by li .red{background-position:-188px 0}
#new-shop-by-color .help-shop-by li .yellow{background-position:-376px 0}
#new-shop-by-color .help-shop-by li .orange{background-position:-564px 0}
#new-shop-by-color .help-shop-by li .blue,#new-shop-by-color .help-shop-by li .brown,#new-shop-by-color .help-shop-by li .green,#new-shop-by-color .help-shop-by li .purple{background:url(../../../../../s/files/1/0039/9255/1491/files/line2_20180424_2568506432239377421.jpg)}
#new-shop-by-color .help-shop-by li .green{background-position:0 0}
#new-shop-by-color .help-shop-by li .blue{background-position:-188px 0}
#new-shop-by-color .help-shop-by li .purple{background-position:-376px 0}
#new-shop-by-color .help-shop-by li .brown{background-position:-564px 0}
#new-shop-by-color .help-shop-by li .black,#new-shop-by-color .help-shop-by li .grey,#new-shop-by-color .help-shop-by li .neutral,#new-shop-by-color .help-shop-by li .white{background:url(../../../../../s/files/1/0039/9255/1491/files/line3_20180424_2568506432239377421.jpg)}
#new-shop-by-color .help-shop-by li .white{background-position:0 0}
#new-shop-by-color .help-shop-by li .grey{background-position:-188px 0}
#new-shop-by-color .help-shop-by li .neutral{background-position:-376px 0}
#new-shop-by-color .help-shop-by li .black{background-position:-564px 0}
#new-shop-by-color .help-shop-by li h2{text-align:center;margin-bottom:19px;white-space:nowrap;font-weight:400;text-decoration:underline;color:#666}
#new-shop-by-color .help-shop-by li h2:hover{color:#e8437b}
#new-shop-by-color .help-shop-by .color-series{padding-left:15px;display:block;font-weight:400;font-size:12px;text-transform:uppercase;font-family:'Open Sans',sans-serif;color:#666;text-align:left;height:22px}
#new-shop-by-color .help-shop-by .color-series:hover{color:#e8437b;cursor:pointer}

/* page-shop by color - color icon */
/*
#new-shop-by-color .help-shop-by .color-series .color-circle{display:inline-block;width:17px;height:17px;border-radius:50%;margin-right:5px;vertical-align:-4px}
#new-shop-by-color .help-shop-by .circle-burgundy{background-color:#8b1427}
#new-shop-by-color .help-shop-by .circle-red{background-color:#c00017}
#new-shop-by-color .help-shop-by .circle-watermelon{background-color:#fa7a79}
#new-shop-by-color .help-shop-by .circle-orange{background-color:#ffa147}
#new-shop-by-color .help-shop-by .circle-daffodil{background-color:#ffffcd}
#new-shop-by-color .help-shop-by .circle-sage{background-color:#e1f9bb}
#new-shop-by-color .help-shop-by .circle-lime_green{background-color:#dbf647}
#new-shop-by-color .help-shop-by .circle-clover{background-color:#aeb953}
#new-shop-by-color .help-shop-by .circle-jade{background-color:#0baab0}
#new-shop-by-color .help-shop-by .circle-dark_green{background-color:#0a574d}
#new-shop-by-color .help-shop-by .circle-ink_blue{background-color:#174c78}
#new-shop-by-color .help-shop-by .circle-dark_navy{background-color:#1e2c5b}
#new-shop-by-color .help-shop-by .circle-royal_blue{background-color:#212eb1}
#new-shop-by-color .help-shop-by .circle-ocean_blue{background-color:#2478ec}
#new-shop-by-color .help-shop-by .circle-pool{background-color:#60e0f9}
#new-shop-by-color .help-shop-by .circle-sky_blue{background-color:#cbeafe}
#new-shop-by-color .help-shop-by .circle-lavender{background-color:#d6dcfe}
#new-shop-by-color .help-shop-by .circle-lilac{background-color:#e6cbf8}
#new-shop-by-color .help-shop-by .circle-pearl_pink{background-color:#fcdbd4}
#new-shop-by-color .help-shop-by .circle-fuchsia{background-color:#e236a4}
#new-shop-by-color .help-shop-by .circle-regency{background-color:#4c1992}
#new-shop-by-color .help-shop-by .circle-champagne{background-color:#e2d0a8}
#new-shop-by-color .help-shop-by .circle-gold{background-color:#ddb766}
#new-shop-by-color .help-shop-by .circle-brown{background-color:#8f6b53}
#new-shop-by-color .help-shop-by .circle-chocolate{background-color:#503228}
#new-shop-by-color .help-shop-by .circle-white{background-color:#fff;-ms-box-shadow:0 0 2px #ccc inset;-webkit-box-shadow:0 0 2px #ccc inset;-moz-box-shadow:0 0 2px #ccc inset;box-shadow:0 0 2px #ccc inset}
#new-shop-by-color .help-shop-by .circle-silver{background-color:#cfd1cc}
#new-shop-by-color .help-shop-by .circle-black{background-color:#2d3029}
#new-shop-by-color .help-shop-by .circle-tangerine{background-color:#fd9850}
#new-shop-by-color .help-shop-by .circle-turquoise{background-color:#90f5da}
#new-shop-by-color .help-shop-by .circle-coral{background-color:#f9c4b6}
#new-shop-by-color .help-shop-by .circle-emerald{background-color:#057d40}
#new-shop-by-color .help-shop-by .circle-steel_grey{background-color:#6f7478}
#new-shop-by-color .help-shop-by .circle-wisteria{background-color:#c3a5bb}
#new-shop-by-color .help-shop-by .circle-mist{background-color:#d5e7f5}
#new-shop-by-color .help-shop-by .circle-stormy{background-color:#636784}
#new-shop-by-color .help-shop-by .circle-mint_green{background-color:#d0ffe5}
#new-shop-by-color .help-shop-by .circle-taupe{background-color:#d4cdc3}
#new-shop-by-color .help-shop-by .circle-tiffany_blue{background-color:#3ceadc}
#new-shop-by-color .help-shop-by .circle-papaya{background-color:#fa9178}
#new-shop-by-color .help-shop-by .circle-mulberry{background-color:#9a375a}
#new-shop-by-color .help-shop-by .circle-frost{background-color:#ebebe7}
#new-shop-by-color .help-shop-by .circle-dusk{background-color:#ccbdca}
#new-shop-by-color .help-shop-by .circle-rust{background-color:#b53c2d}
#new-shop-by-color .help-shop-by .circle-flamingo{background-color:#fca4ae}
#new-shop-by-color .help-shop-by .circle-peach{background-color:#ffe0c7}
#new-shop-by-color .help-shop-by .circle-orchid{background-color:#961d78}
#new-shop-by-color .help-shop-by .circle-tahiti{background-color:#9e81b6}
#new-shop-by-color .help-shop-by .circle-moss{background-color:#4e722d}
#new-shop-by-color .help-shop-by .circle-blushing_pink{background-color:#fee5ec}
#new-shop-by-color .help-shop-by .circle-candy_pink{background-color:#ffd4e7}
#new-shop-by-color .help-shop-by .circle-dusty_rose{background-color:#e1bbb8}
#new-shop-by-color .help-shop-by .circle-spa{background-color:#5bf7ea}
#new-shop-by-color .help-shop-by .circle-grape{background-color:#561f58}
#new-shop-by-color .help-shop-by .circle-ivory{background-color:#fefef7;-ms-box-shadow:0 0 2px #ccc inset;-webkit-box-shadow:0 0 2px #ccc inset;-moz-box-shadow:0 0 2px #ccc inset;box-shadow:0 0 2px #ccc inset}
#new-shop-by-color .help-shop-by .circle-azalea{background-color:#fd73af}
#new-shop-by-color .help-shop-by .circle-marigold{background-color:#fec559}
#new-shop-by-color .help-shop-by .circle-peacock{background-color:#035d69}
#new-shop-by-color .help-shop-by .circle-lemon{background-color:#fef984}
#new-shop-by-color .help-shop-by .circle-classic_champagne{background-color:#f8f7e6}
#new-shop-by-color .help-shop-by .circle-rose_petal{background-color:#faeeea}
#new-shop-by-color .help-shop-by .circle-nude{background-color:#d5b98c}
#new-shop-by-color .help-shop-by .circle-diamond_white{background-color:#fefef7;-ms-box-shadow:0 0 2px #ccc inset;-webkit-box-shadow:0 0 2px #ccc inset;-moz-box-shadow:0 0 2px #ccc inset;box-shadow:0 0 2px #ccc inset}
#new-shop-by-color .help-shop-by .circle-cream{background-color:#fefef0;-ms-box-shadow:0 0 2px #ccc inset;-webkit-box-shadow:0 0 2px #ccc inset;-moz-box-shadow:0 0 2px #ccc inset;box-shadow:0 0 2px #ccc inset}
#new-shop-by-color .help-shop-by .circle-butter{background-color:#fefae3;-ms-box-shadow:0 0 2px #ccc inset;-webkit-box-shadow:0 0 2px #ccc inset;-moz-box-shadow:0 0 2px #ccc inset;box-shadow:0 0 2px #ccc inset}
#new-shop-by-color .help-shop-by .circle-egg_shell{background-color:#f7f7f3;-ms-box-shadow:0 0 2px #ccc inset;-webkit-box-shadow:0 0 2px #ccc inset;-moz-box-shadow:0 0 2px #ccc inset;box-shadow:0 0 2px #ccc inset}
#new-shop-by-color .help-shop-by .circle-ecru{background-color:#fdfbf4;-ms-box-shadow:0 0 2px #ccc inset;-webkit-box-shadow:0 0 2px #ccc inset;-moz-box-shadow:0 0 2px #ccc inset;box-shadow:0 0 2px #ccc inset}
#new-shop-by-color .help-shop-by .circle-sand{background-color:#f9f5eb}
#new-shop-by-color .help-shop-by .circle-cabernet{background-color:#5c2c35}
#new-shop-by-color .help-shop-by .circle-garden_green{background-color:#429343}
#new-shop-by-color .help-shop-by .circle-dusty_sage{background-color:#bccab3}
#new-shop-by-color .help-shop-by .circle-blue_jay{background-color:#5388cd}
#new-shop-by-color .help-shop-by .circle-caribbean{background-color:#91dce8}
#new-shop-by-color .help-shop-by .circle-jungle_green{background-color:#00908b}
#new-shop-by-color .help-shop-by .circle-sunset{background-color:#fca289}
#new-shop-by-color .help-shop-by .circle-dusty_blue{background-color:#8c9dad}
#new-shop-by-color .help-shop-by .circle-vintage_mauve{background-color:#cfb1b5}
#new-shop-by-color .help-shop-by .circle-rose_quartz{background-color:#fef7f1}
#new-shop-by-color .help-shop-by .circle-hazelnut{background-color:#d4ccbf}
#new-shop-by-color .help-shop-by .circle-dusty_mauve{background-color:#dac5c4}
#new-shop-by-color .help-shop-by .circle-aurora_teal{background-color:#1db6b4}
#new-shop-by-color .help-shop-by .circle-iris{background-color:#f0e9f9}
#new-shop-by-color .help-shop-by .circle-vintage_rose{background-color:#f9efe6}*/
/* page-shop by color - color icon */

#new-shop-by-color .help-shop-by-more{float:left;margin-bottom:75px}
#new-shop-by-color .help-shop-by-more a{float:left;margin-left:15px;color:#666;text-decoration:underline;margin-top:3px;font-size:12px}
#new-shop-by-color .help-shop-by-more a:hover{color:#e8437b}
/* page-shop by */

/* shop-by-category-collection */
.cat_handler_head_main{text-align:center}
.cat_handler_head_main .cat_handler_head{padding:1px 0 70px}
.cat_handler_head_main .cat_handler_body .top .title{font-size:28px;color:#333;margin-bottom:16px}
.cat_handler_head_main .cat_handler_body .top .desc{font-size:16px;color:#787878;margin-bottom:24px}
.cat_handler_head_main .cat_handler_body .mid .td{display:inline-block}
.cat_handler_head_main .cat_handler_body .mid .td p{font-size:16px;color:#333;padding:15px 0}
.cat_handler_head_main .cat_handler_body .mid .td_mid{padding:0 18px;display:inline-block}
.cat_handler_head_main .cat_handler_body .mid .td_mid p{font-size:16px;color:#333;padding:15px 0}
#theme-content{margin:15px auto 37px;width:100%;border-top:1px solid #e5e5e5;font-family:"Open Sans",sans-serif}
#theme-content .theme-review{margin-top:47px}
#theme-content .theme-review h3{margin:20px 0 0;font-size:15px;color:#333;font-weight:400}
#theme-content .theme-review p{margin:14px 0;color:#a1a1a1;width:100%;letter-spacing:.01em;line-height:1.5em}
#theme-content .theme-review p.wide{width:100%}
/* shop-by-category-collection */

/* pages-how it works */
#how_it_works{width:100%}
#how_it_works .how_it_works_common_title{text-transform:uppercase}
#how_it_works .how_it_works_img_pc{vertical-align:middle}#how_it_works .how_it_works_text{vertical-align:middle;display:inline-block;letter-spacing:1px}
#how_it_works .how_it_works_title{font-size:24px;color:#333;font-family:"Open Sans semibold";text-transform:uppercase}
#how_it_works .how_it_works_content{font-size:13px;font-family:"Open Sans"}
@media only screen and (min-width:481px){#how_it_works{margin:2.77em auto 0}

#how_it_works .how_it_works_common_title{font-size:24px;color:#333;text-align:center;padding-bottom:35px;font-family:"Open Sans semibold"}
#how_it_works .how_it_works_text{line-height:2em}
#how_it_works .how_it_works_underline{margin-top:3%;margin-bottom:8%;width:70px!important;border-bottom:5px solid #e8437b!important}
#how_it_works .how_it_works_content{color:#666}#how_it_works .how_it_works_img_pc{width:100%;height:auto;max-width:45.8%;clear:both}
#how_it_works .how_it_works_img_mobile{display:none}
#how_it_works .hiw_text_2{max-width:43%;margin-top:12%;margin-left:5%}
#how_it_works .hiw_text_4{max-width:43%;margin-top:4.5%;margin-left:5%}
#how_it_works .hiw_text_1,#how_it_works .hiw_text_3{width:53%;box-sizing:border-box;padding-left:10%}
#how_it_works .top-border{border-top:1px solid #eee}}
@media only screen and (max-width:480px){#how_it_works{margin:0}
#how_it_works .how_it_works_common_title{padding-top:13px;padding-bottom:6px;margin-left:4%;font-size:16px;font-family:"Open Sans semibold";color:#333}
#how_it_works .grid-item{width:92%;padding:20px 0 30px;margin:0 4%}
#how_it_works .how_it_works_text{padding-top:15px;background:#fff;color:#333;line-height:1.5em}
#how_it_works .how_it_works_title,
#how_it_works .how_it_works_underline{display:none}
#how_it_works .how_it_works_img_mobile{width:100%;clear:both}
#how_it_works .how_it_works_img_pc{display:none}
#how_it_works .top-border{border-top:1px solid #ccc}
#how_it_works .first-grid-item{padding-top:15px}
#how_it_works .last-grid-item{padding-bottom:20px}.main{margin-bottom:-55px}}
@media only screen and (min-width:481px) and (max-width:767px){#how_it_works .how_it_works_text{width:45%}
#how_it_works .how_it_works_title{font-size:13px}
#how_it_works .how_it_works_content{font-size:12px;line-height:1.5em}}

#mid_samples_body{margin-bottom:120px}
#mid_samples_body .mid_div{width:100%;margin:0 auto;padding:0 10px;text-align:center}
#mid_samples_body .mid_div .title{margin:70px 0 49px;font-family:"Roboto";text-align:center;color:#333;font-size:24px;line-height:30px;text-transform:uppercase}
#mid_samples_body .mid_div.how_it_works .children{text-align:center}
#mid_samples_body .mid_div.how_it_works .children>div{display:inline-block;vertical-align:top;margin:0 10px}
#mid_samples_body .mid_div.how_it_works .children>div img{width:170px;height:170px}
#mid_samples_body .mid_div.how_it_works .children>div span{display:block;max-width:250px;margin:0 auto;font-family:"Roboto";line-height:22px}
#mid_samples_body .mid_div.how_it_works .children>div span:first-child{color:#ee7086;font-size:24px;margin-top:38px}
#mid_samples_body .mid_div.how_it_works .children>div span:last-child{color:#333;font-size:14px;margin-top:10px;margin-bottom:10px}
#mid_samples_body .mid_div .start_link_outer{width:280px;padding-top:54px;margin:0 auto}
#mid_samples_body .mid_div .start_link_outer .start_link{height:50px;line-height:50px;background-color:#e8437b;border-radius:2px}
#mid_samples_body .mid_div .start_link_outer .start_link span{font-family:"Roboto";color:#fff;font-size:20px;line-height:26px}
#mid_samples_body .mid_div .start_link_outer .start_link .arrow_right{display:inline-block;margin-left:3px;width:0;height:0;margin-bottom:1px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:6px solid #fff}
#mid_samples_body .mid_div.shop_sample_by_category .children{text-align:left}
#mid_samples_body .mid_div.shop_sample_by_category .children .shop_category_children_row.first_row{font-size:0}
#mid_samples_body .mid_div.shop_sample_by_category .children .shop_category_children_row.first_row>div{width:49%;margin-right:2%}
#mid_samples_body .mid_div.shop_sample_by_category .children .shop_category_children_row.first_row>div:last-child{margin-right:0}
#mid_samples_body .mid_div.shop_sample_by_category .children .shop_category_children_row.first_row>div img{width:100%;height:112.15%;max-width:100%}
#mid_samples_body .mid_div.shop_sample_by_category .children .shop_category_children_row.second_row{padding-top:20px;font-size:0}
#mid_samples_body .mid_div.shop_sample_by_category .children .shop_category_children_row.second_row>div{width:32%;margin-right:2%}#mid_samples_body .mid_div.shop_sample_by_category .children .shop_category_children_row.second_row>div:last-child{margin-right:0}
#mid_samples_body .mid_div.shop_sample_by_category .children .shop_category_children_row.second_row>div img{width:100%;height:109.68%;max-width:100%}#mid_samples_body .mid_div.shop_sample_by_category .children .shop_category_children_row>div{display:inline-block;vertical-align:top}
#mid_samples_body .mid_div.faq .children{color:#333;font-size:16px;line-height:20px;text-align:left;display:table}
#mid_samples_body .mid_div.faq .children .q{margin-top:18px;font-family:"Roboto"}#mid_samples_body .mid_div.faq .children .q .qq{text-transform:uppercase;display:table-cell}
#mid_samples_body .mid_div.faq .children .q .qdesc{padding-left:5px;display:table-cell}
#mid_samples_body .mid_div.faq .children .a{color:#888;font-size:16px;font-family:"Roboto"}
#mid_samples_body .mid_div.faq .children .a .aa{text-transform:uppercase;display:table-cell}
#mid_samples_body .mid_div.faq .children .a .adesc{padding-left:5px;font-size:14px;display:table-cell}
#mid_samples_body .mid_div.faq .children .last_desc{font-family:"Roboto";margin:15px 0 20px;color:#333;font-size:16px;line-height:26px}
#mid_samples_body .mid_div.faq .children .last_desc>a{text-decoration:underline;color:#e66f65}
#mid_samples_body .mid_div {margin-top:0}
#first{margin-top:0}
#mid_samples_body .swiper-container{width:100%}
#mid_samples_body .swiper-container .swiper-wrapper{text-align:center}
#mid_samples_body .swiper-container .swiper-wrapper .swiper-slide img{width:100%;display:none}
/* pages-how it works */


/* about html */

.about-box{padding: 10px 0px;}

.title-box{padding-top:20px;text-align: center; margin-bottom: 10px;border-bottom: 1px solid #eee;}
.title-box h2{ font-size: 24px; font-family: 'Roboto'; color: #333; font-weight:400; color: #666;}
.title-box h2 span{ color: #dd666c; text-decoration: underline;}
.about-main-info {border-bottom: 1px solid #eee; padding-top: 2em;padding-bottom: 2em;}
.about-main-info h2{ font-size: 40px; font-family: 'Roboto', cursive; paddint-top:7%;}
.about-main-info h2 span{ color: #dd666c; text-decoration: underline;}

.story-box{ padding: 10px 0px;}

.align-left {text-align: left;}
.align-right {text-align: right;}
.main-timeline-box{ position: relative; word-wrap: break-word;}

.main-timeline-box .timeline-element {margin-bottom: 50px; position: relative; word-wrap: break-word; word-break: break-word; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row;}
.main-timeline-box .reverse {flex-direction: row-reverse; -webkit-flex-direction: row-reverse;}
.main-timeline-box .separline::before {top: 20px; bottom: 0; position: absolute; content: ""; width: 2px; background-color: #f1f1f1; left: calc(50% - 1px); height: calc(100% + 4rem);}

.main-timeline-box .iconBackground {position: absolute; left: 50%; width: 20px; height: 20px; line-height: 30px; text-align: center; border-radius: 50%; font-size: 30px; display: inline-block; background-color: #f1f1f1; top: 20px; margin-left: -10px;}
.main-timeline-box .timeline-text-content {padding: 30px 35px; background: #f1f1f1;}
.main-timeline-box .reverse .timeline-text-content{ margin-right: 30px;}
.main-timeline-box .reverse .time-line-date-content p {float: left; padding: 30px 35px; background: #f1f1f1;}
.main-timeline-box .reverse .time-line-date-content { margin-right: 30px;}

.display-font{ font-family: 'Roboto', cursive; font-size: 30px; color: #222222;}
.main-timeline-box .timeline-text-content{ margin-left: 30px;}
.main-timeline-box .time-line-date-content p {float: right; padding: 30px 35px; background: #f1f1f1;}
.main-timeline-box .time-line-date-content { margin-right: 30px;}

.main-timeline-box .time-line-date-content .mbr-timeline-date{ background: #dd666c; color: #ffffff;}
.main-timeline-box .reverse .time-line-date-content .mbr-timeline-date{ background: #63c7bd; color: #ffffff;}

.family-box{ padding: 10px 0px;}

.single-team-member {position: relative; margin-top: 30px; border: 10px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
.family-img{ position: relative;}
.family-img::after {position: absolute; top: 0; left: 0; visibility: hidden; width: 100%; height: 100%; content: ''; -webkit-transition: .3s; transition: .3s; opacity: 0; background-color: #535c68;}
.family-info{ padding: 15px 30px; background-color: #f1f1f1; }
.family-info h4{ font-family: 'Roboto'; font-size: 18px; margin-bottom:0px; font-weight:400; color: #666;}
.family-info p{ margin: 0px; font-size: 13px; color: #666;}

.gallery-box{ padding: 10px 0px;}

.gallery-box ul{}
.gallery-box ul li{ position: relative; width: 25%; margin: 0; padding: 0; float: left; border: none; overflow: hidden;list-style: none;}
.gallery-box ul li a{ position: relative; display: inline-block;}
.gallery-box ul li a::before{ content: ""; position: absolute; background: rgba(99, 199, 189, 0.5); width: 100%; height: 100%; left: 0px; top: 100%; opacity: 0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;}
.gallery-box ul li a .overlay{ background: #dd666c; color: #ffffff; font-size: 22px; text-align: center; width: 38px; height: 38px; display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;}
.gallery-box ul li a:hover::before{ top: 0; opacity: 1;}
.gallery-box ul li a:hover .overlay{ opacity: 1;}

.events-box{ padding: 10px 0px;}
.event-inner{ margin-bottom: 30px; border: 10px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
.event-inner h2{ font-family: 'Roboto'; font-size: 18px; margin-bottom:0px; font-weight:400; color: #666;}
.event-img{ margin-bottom: 15px;}

.event-inner a{ background: rgb(235, 88, 88); color: #ffffff; padding: 5px 10px; display: inline-block; font-size: 18px; font-weight: 500;}
.event-inner a:hover{ background: #ffffff;}

/* about html */
/* FAQ */
.panel-group .panel + .panel { margin-top: 0; }
#faqs { border-top: 1px solid #d0d0d0; padding-top: 23px; }
#faqs .page-header { position: relative; padding-bottom: 15px; margin-bottom: 23px; }
#faqs .panel-group { margin-top: 25px; }
#faqs .panel-group .panel { border: 0; margin-bottom: 10px; }
#faqs .panel-default > .panel-heading { padding: 0; }
#faqs .panel-title { position: relative; }
#faqs .panel-title:before { position: absolute; left: 10px; top: 11px; content:"Question"; float: left; margin: 0 20px 0 0; height: 20px; line-height: 20px; width: 77px; text-align: center; color: #fff; background: #f02121; font-size: 11px; font-family: Roboto; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#faqs .panel-title > a { background: #141414; color: #fff; border-bottom: 1px solid transparent; text-transform: none; font-size: 13px; font-weight: normal; display: block; padding: 14px 40px 13px 103px; }
#faqs .panel-title > a:after { content: "Hide"; position: absolute; right: 10px; top: 13px; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 0.02em; opacity: 0.6; }
#faqs .panel-title > a.collapsed:after { content: "Show"; color: #66787f; }
#faqs .panel-title > a.collapsed { background: #eee; color: #000; border-bottom: 1px solid #d0d0d0; }
#faqs .panel-group .panel-body { padding: 15px 10px 20px 103px; position: relative; }
#faqs .panel-group .panel-body:before { position: absolute; left: 10px; top: 15px; content:"Answer"; float: left; margin: 0 20px 0 0; height: 20px; line-height: 20px; width: 77px; text-align: center; color: rgb(68, 73, 90); background: #00c4aa; font-size: 11px; font-family: Roboto; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#faqs .panel-group .panel-body img { margin-top: 30px; }
	/* FAQ */
/* page size-chart */
.size-chart-top { height: 54px; line-height: 42px; font-size: 15px; color: #000000; text-align: center; background-image: url(../../../../../s/files/1/0039/9255/1491/files/measurement_top_ads_bg_10645946262358480902.png); background-repeat: no-repeat; background-size: 100% }
.size-chart-left-top { font-size: 16px; font-weight: 800; color: #000000; }
.size-chart-box .size-chart-box-none { display: none; }
.size-chart-left li { border-bottom: 1px solid #D7D7D7; padding: 10px 0 10px 0; }
.size-chart-selected a { color: #BD40AF; }
.size-chart-selected i { margin-right: 5px; }
.size-chart-right { margin-top: 0; }
.size-chart-right-title { font-weight: 800; font-size: 20px; color: #000000; }
.size-chart-right-text { margin-top: 15px; font-size: 14px; padding-bottom: 10px; border-bottom: 1px solid #D7D7D7; }
.size-chart-right-center { font-size: 14px; padding-left: 35px; padding-top: 15px; padding-bottom:5px; background: url(https://www.sydneyweddingshops.com/catalog/view/theme/journal2/image/product/measurement_icon_howmeasure.png) left 13px no-repeat; }
.size-chart-right p { font-weight: 800; color: #000000; margin-bottom: 5px; }
.size-chart-right li { display: none; }
.size-chart-right .size-chart-right-curry { display: block; }
.size-chart-right-tips {  background: url(https://www.sydneyweddingshops.com/catalog/view/theme/journal2/image/product/measurement_icon_tips.png) no-repeat;  font-size: 14px; padding-left: 35px; min-height: 24px; margin-top:20px; }
.size-chart-right .tips-center span { display: inline-block; width: 4px; height: 4px; background-color: #000000; position: relative; top: -3px; left: -3px;  }
.size-notes { padding: 15px 25px; font-size: 14px; letter-spacing: 1px; }
.dress-size-chart table { margin-top: 15px;}
.dress-size-chart .title { line-height: 30px; background: #E5E4E2; padding-left: 10px; text-align: center; font-weight: normal; }
.dress-size-chart tr { border-left: 1px solid #D7E6E5; border-bottom: 1px solid #D7E6E5; }
.dress-size-chart th {  color: #000000; text-align: center; font-size: 15x; font-weight: 500; padding: 3px 0; border-right: 1px solid #D7E6E5; border-bottom: 1px solid #D7E6E5; }
.dress-size-chart td { text-align: center; font-weight: 400; padding: 3px 0; border-right: 1px solid #D7E6E5; border-bottom: 1px solid #D7E6E5; }
.dress-size-chart .odd { background: #F6F6F6; }
.dress-size-chart .sizeChart {background:white;padding:11px 22px;border-top:1px solid #ccc; text-align: left; }
.dress-size-chart .sizeChart .tips {background:url(../../../../../s/files/1/0039/9255/1491/files/cut_3011597184603431851.png) no-repeat #F3F3F3 17px 19px;padding:15px 15px 10px 63px;margin-bottom:15px; }
.dress-size-chart .sizeChart .tips p {margin-bottom: 5px; }
/* page size-chart */

/* sitemap */
.sitemap-box{ padding: 10px 0px;}

.sitemapcol {position: relative; margin-top: 1px; border: 10px solid #fff; }
.sitemap-list{ padding: 5px 1px;}
.sitemap-list h2{ font-family: 'Roboto'; font-size: 18px; margin-bottom:5px; font-weight:500; border-bottom: 1px solid #D7D7D7; color:#dd666c}
.sitemap-list ul li{ margin: 0px; font-size: 13px; color: #424242;list-style: none; padding-left: 2px;}
/* sitemap */

/* wedding dresses 101 */
.wd-font-bg {font-family:Roboto,sans-serif;color:#333;font-size:24px;line-height:42px;margin-bottom:20px;font-weight:400}
.wd-font-sm {font-family: Open Sans,sans-serif;color: #333;font-size: 13px;font-weight: 400;}
.wrapper{width:100%;margin-left:auto;margin-right:auto;margin-top:22px;clear:both}
.wrapper img{background:#ededf0}
.wrapper .title{display:flex;align-items:center}
.wrapper .title i{flex-grow:1;border-bottom:1px solid #000;margin-bottom:-20px;margin-left:20px}
.wrapper .r1{text-align:center;margin-bottom:24px}
.wrapper .r1 img{width:100%;}
.wrapper .r2{display:block;justify-content:space-between;margin-top:0;margin-bottom:64px}
.wrapper .r2 a{display:block;width:100%}
.wrapper .r2 h2{margin-bottom:8px;font-family:Roboto,sans-serif;color:#333;font-size:24px;line-height:42px;margin-bottom:20px;font-weight:400}
.wrapper .r2 .r2c1 img{width:100%;margin-bottom:10px}
.wrapper .r2 .r2c2{display:flex;flex-direction:column;justify-content:space-between}
.wrapper .r2 .r2c2 .r2c2r1 img,.wrapper .r2 .r2c2 .r2c2r2 img{width:100%;margin-bottom:10px}
.wrapper .r3{display:flex;margin:0 -10px 40px;flex-wrap:wrap}
.wrapper .r3 h2{margin-bottom:8px;font-family:Roboto,sans-serif;color:#333;font-size:24px;line-height:42px;margin-bottom:10px;font-weight:400}
.wrapper .r3>div{margin-bottom:20px;padding:0 10px}
.wrapper .r3>div img{width:100%;margin-bottom:10px}
.wrapper .r4.big{display:flex;justify-content:space-between;margin:0 0 20px}
.wrapper .r4.big h2{margin-bottom:8px}
.wrapper .r4.big img{margin-bottom:10px}
.wrapper .r4.big a{display:block;width:100%}
.wrapper .r4.big .r4c2 img{width:100%;}
.wrapper .r4.big .r4c1{display:flex;flex-direction:column;justify-content:space-between}
.wrapper .r4.big .r4c1 .r4c1r1 img,.wrapper .r4.big .r4c1 .r4c1r2 img{width:100%;}
.wrapper .r4.small{display:flex;flex-wrap:wrap;margin:0 -10px 20px}
.wrapper .r4.small h2{margin-bottom:8px}
.wrapper .r4.small img{margin-bottom:10px}
.wrapper .r4.small>div{margin-bottom:30px;padding:0 10px}
.wrapper .r4.small>div img{width:100%;}
.wrapper .r5{display:flex;flex-wrap:wrap;margin:0 -10px 20px}
.wrapper .r5 h2{margin-bottom:8px}
.wrapper .r5 img{margin-bottom:10px}
.wrapper .r5>div{margin-bottom:20px;padding:0 10px}
.wrapper .r5>div img{width:100%;}
.wrapper .r6{display:flex;flex-wrap:wrap;margin:0 -10px 20px}
.wrapper .r6 h2{margin-bottom:8px}
.wrapper .r6 img{margin-bottom:10px}
.wrapper .r6>div{margin-bottom:20px;padding:0 10px}
.wrapper .r6>div img{width:100%;}
.wrapper .r7{display:flex;flex-wrap:wrap;margin:0 -10px 86px}
.wrapper .r7 h2{margin-bottom:8px}
.wrapper .r7 img{margin-bottom:10px}
.wrapper .r7>div{margin-bottom:20px;padding:0 10px}
.wrapper .r7>div img{width:100%;}
/* wedding dresses 101 */

/* fabric_guide */
.wrapper .r1 .entry{}
.wrapper .r1 .entry a{display:block;line-height:26px;font-size:13px;text-align:center;text-decoration:underline;font-family:Roboto,sans-serif;color:#333;word-spacing:1.9px;font-weight:400}
.wrapper .general-card-item{width:100%}
.wrapper .general-card-item .left img{width:100%;height:595px}
.wrapper .general-card-item .right{width:100%;padding:40px 59px;background:#fcfcf6}
.wrapper .general-card-item .right .img-list{display:flex;padding:0 40px 46px;justify-content:center}
.wrapper .general-card-item .right .img-list .img-item{display:flex;flex-direction:column;height:160px;margin:0 20px;align-items:center}
.wrapper .general-card-item .right .img-list .img-item img{width:100%;height:128px;margin-bottom:10px;background:#fcfcf6}
.wrapper .general-card-item .right .img-list .img-item p{font-family:Open Sans,sans-serif;color:#333;font-size:13px;text-align:center;align-self:center;text-indent:2px}
.wrapper .general-card-item .right .text{text-align:left;}
.wrapper .general-card-item .right .text h1{font-family:Libre Baskerville Regular,sans-serif;margin-bottom:6px;font-size:24px;font-weight:400}
.wrapper .general-card-item .right .text a{display:block;line-height:26px;font-family:Roboto,sans-serif;color:#333;font-size:13px;margin-bottom:10px}
.wrapper .general-card-item .right .text h3{font-size:13px}
.wrapper .general-card-item .right .text ul{margin-top:30px;margin-bottom:41px;list-style:none;}
.wrapper .general-card-item .right .text ul li{position:relative;padding-left:8px;font-size:13px;line-height:26px}
.wrapper .general-card-item .right .text ul li:before{position:absolute;content:'\2022';font-family:Open Sans,sans-serif;color:#333;font-size:13px;left:0}
/* fabric_guide */

/* win promo page */
/* block: register-hero */
.register-hero {background-color: #eef6f8; background-image: url('../../../../../s/files/1/0039/9255/1491/files/giveaway-hero-bg_144672791370569160.png'); background-size: cover; background-repeat: no-repeat; font-family: 'Open Sans', sans-serif; margin-bottom: 15px; padding-top: 15px; padding-bottom: 15px; overflow: hidden;}

.register-hero__content,
.register-hero__content-small {font-size: 16px;}
.register-hero__content h1 {color: #444; font-size: 1.75em; line-height: 1.33; margin-top: 0; margin-left: 0; margin-right: 0; text-align: center;}
.register-hero__form {background: rgba(181, 222, 224, .50); width: 300px; max-width: 100%; padding: 15px; text-align: center;}
.register-hero p {margin: 1em 0;}
.register-hero ul {margin-top: 0; margin-bottom: 0; padding-left: 20px;}
.register-hero__content ul li {margin-bottom: 0.66em;}
.register-hero__content ul li:last-of-type {margin-bottom: 0;}
.register-hero__content-large {display: none;}
.register-hero__form p:last-of-type {margin-bottom: 0;}
.register-hero__illustration {display: none;}
@media (max-width: 999px) {.register-hero__form {margin-left: auto; margin-right: auto; }}
@media (min-width: 1000px) {.register-hero__content-small {display: none; }  .register-hero__content-large {display: block; }  .register-hero {height: 50vw; max-height: 500px; padding-top: 0; padding-bottom: 0; }  .register-hero__content {max-width: 400px; }  .register-hero__content, .register-hero__form {display: inline-block; }  .register-hero > div {display: -webkit-box; display: -ms-flexbox; 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; height: 100%; position: relative; }  .register-hero__illustration {display: block; position: absolute; width: 315px; left: calc(50% - 140px); transform: rotateY(180deg); bottom: 10px; }  .register-hero__form {padding: 30px 15px; }  .register-hero__content h1 {font-size: 2.5em; width: 450px; text-align: left; }}

.register-hero__form-header {color: #333; font-weight: normal; font-size: 2.25em; margin-top: 0; margin-bottom: .5em; max-width: 230px; margin-left: auto; margin-right: auto;}
/* block: winners banner */
.winners-banner {font-size: 15px; border: 2px solid #71c5c0; font-family: 'Open Sans', sans-serif; margin-bottom: 15px;}
.winners-banner__title {background: #71c5c0; color: #fff; padding: 0 1em; font-weight: bold; height: 46px;}
@media (max-width: 999px) {.winners-banner__title {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; }  .winners-banner__feature {text-align: center; padding: 1em; }}
@media (min-width: 1000px) {.winners-banner__title, .winners-banner__feature {display: inline-block; }  .winners-banner__title {position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }  .winners-banner__title:after {content: ''; position: absolute; height: 0; width: 0; left: 100%; top: 9px; border: 15px solid transparent; border-left: 15px solid #71c5c0; }  .winners-banner__feature {margin-left: 20px; }}

/* block: giveaways */
.giveaways {font-family: 'Open Sans', sans-serif; font-size: 16px; padding-top: 15px; padding-bottom: 15px;}
.giveaways__heading {text-align: center; color: #585858; font-weight: normal; font-size: 1.75em; margin: 1em 0;}
.giveaway-box {margin-bottom: 16px; max-width: 500px; margin-left: auto; margin-right: auto; /** padding-top: 15px; **/ border: 1px solid #ccc;}
.giveaway-box--sticker {padding-top: 0; border-width: 0;}
.giveaway-box__inner {height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.giveaway-box__image {margin: 0 auto !important; width:100%;}
.giveaway-box__content {padding: 15px 15px 100px; -webkit-box-flex: 1; -ms-flex-positive: 1;  flex-grow: 1; text-align: center; position: relative;}
.giveaway-box__description {margin-top: 1em; margin-bottom: 1em;}
.giveaway-box__footer {position: absolute; width: 100%; left: 0; bottom: 15px;}
.giveaway-box__footer .btn-win {background: #ac3471;color: #fff !important;font-weight: bold;font-family: 'Open Sans', sans-serif; font-size: .95em; margin-top: 1em; cursor: pointer; display: block; margin-left: auto; margin-right: auto;border: none;border-radius: .5em;text-decoration: none;}
.giveaway-box:nth-of-type(4n) {clear: both;}
.giveaways__box-holder {margin-left: -8px; margin-right: -8px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
@media (min-width: 700px) {.giveaway-box__inner > a {display: inherit; }  .giveaway-box__image {width: 100%; -o-object-fit: cover;    object-fit: cover; height: 200px; height: 180px; border: 1px solid #ccc; border-bottom-width: 0; }  .giveaway-box__content {border: 1px solid #ccc; border-top-width: 0; }  .giveaway-box {width: 33.33%; display: inline-block; float: left; padding-left: 8px; padding-right: 8px; padding-top: 0; border-width: 0; }}

/* block: honeymoon feature */
.honeymoon-feature {background: #71c6c1; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 16px;}
.honeymoon-feature:after {display: block; content: ' '; clear: both;}
.honeymoon-feature__content {padding: 15px;}
.honeymoon-feature h1 {margin-left: 0; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 2em;}
.honeymoon-feature p {font-size: 1.25em; margin-top: 1em; margin-bottom: 1em;}
.honeymoon-feature small {font-size: 1em;}
.honeymoon-feature h1 span {color: #585858;}
.honeymoon-feature__image {max-height: 360px;}
.honeymoon-feature__image img {max-width: 100%; -o-object-fit: cover;    object-fit: cover; -o-object-position: right bottom;    object-position: right bottom; margin: 0 !important;}
@media (max-width: 899px) {.honeymoon-feature {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -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; }  .honeymoon-feature__content img {display: none; }}
@media (min-width: 900px) {.honeymoon-feature {display: -webkit-box; display: -ms-flexbox; display: flex; }  .honeymoon-feature h1 {font-size: 3em; }  .honeymoon-feature__content, .honeymoon-feature__image {width: 50%; display: inline-block; float: left; }  .honeymoon-feature__content {padding: 30px; }  .honeymoon-feature__image img {height: 100%;    }}
.win-container {width: 100%;max-width: 1030px;margin: 0 auto;padding-left: 15px;padding-right: 15px;box-sizing: border-box;}

.giveaway-box__gate.btn-win {background: #ac3471;color: #fff !important;font-weight: bold;font-family: 'Open Sans', sans-serif;padding: .45em 2em;border-radius: .5em;border: none;text-decoration: none;text-transform: uppercase;}
.btn-win {background: #ac3471;color: #fff !important;font-weight: bold;font-family: 'Open Sans', sans-serif;padding: .45em 2em;border-radius: .5em;border: none;text-decoration: none;}
.btn-win--secondary.btn-win {background: #ac3471;color: #fff !important;font-weight: bold;font-family: 'Open Sans', sans-serif;padding: .45em 2em;border-radius: .5em;border: none;text-decoration: none;text-transform: uppercase;}



.giveaway{background:url('../../../../../s/files/1/0039/9255/1491/files/giveaway-preview-background_8675384743868505284.png') no-repeat;width:234px;float:left;margin:10px 15px;padding:9px;text-align:center;height:362px;}
.giveaway a{font-size:12px;color:#42525c;font-weight:bold;}
.giveaway.description{font-size:12px;color:#bc5c8d;margin:10px;text-align:justify;height:78px;overflow: hidden;}
.giveaway.drawing_date{font-size:12px;color:#000;font-weight:bold;margin:5px;}
.giveaway img{margin-bottom:10px;}
.giveaway imageContainer{height:155px;}
.giveaway.rules,.giveaway.rules a{font-size:10px;margin-top:0px;}
.giveaway.title{color:#42525c;font-size:13px;margin:0 0 10px 0;padding:0;}
#giveaway-container{text-align:center;}
.giveaway-details{width:400px;height:300px;text-align:left;}


/*** /giveaway/preview/ ***/
.bg-gray-pattern1{background: #656565 url(../../../../../s/files/1/0039/9255/1491/files/bg-grey-pattern1_5407435636001129865.png) repeat-y;padding:1em 0;}.bg-gray-pattern1 p,.bg-gray-pattern1 h1,.bg-gray-pattern1 h1{color:#fff;}
#giveaway-preview.hero{position:relative;height:359px;font-family: 'Open Sans', sans-serif;font-size: 16px;}
#giveaway-preview.hero h1,#giveaway-preview.hero h2,#giveaway-preview.hero h3, #giveaway-preview.hero p{color:#fff;}
#giveaway-preview.hero h1{font-size:1.75em;line-height:1.4em;margin-left:0;margin-right:0; }
#giveaway-preview.hero h1 span{ display:block; overflow-wrap: break-word;}
#giveaway-preview.hero.hero-bride{ display:none; }

/** giveway preview main copy ***/
#giveaway-preview.winners-banner{ margin-top:1em; }
#giveaway-preview.giveaways{ padding-top:0; }
#giveaway-preview .giveaways__heading, #giveaway-landing .giveaways__heading{color: #585858 !important;}
#giveaway-landing.bg-gray-pattern1.giveaways__heading{color:#fff !important;}
#giveaway-preview.giveaways h2.giveaways__heading, #giveaway-landing.giveaways h2.giveaways__heading{font-size: 1.75em !important;}
#giveaway-preview.giveaways h5.giveaways__heading{font-size:1em;}
#giveaway-preview.more-giveaways, #giveaway-landing{font-size:16px;font-family: 'Open Sans', sans-serif;}.more-giveaways a.btn--primary,.more-giveaways a:active.btn--primary,.more-giveaways a:visited.btn--primary, a:link.btn--primary{color:#fff !important;}.more-giveaways a:hover.btn--primary{text-decoration:none;}.more-giveaways a,.more-giveaways a:active, .more-giveaways a:visited, .more-giveaways a:link{color:#e66f65 !important;text-decoration:none;}.more-giveaways a:hover{text-decoration:underline;}    
#giveaway-preview.more-giveaways.giveaways__heading{font-size:26px !important;text-align:left;}.more-giveaways ul,.more-giveaways li{color:#e66f65;}.more-giveaways li span{color:#000;}.more-giveaways #bride-img-giv{ display:block; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px){ #giveaway-preview.hero.hero-bride{ display:block; }
#giveaway-preview.hero h1{font-size:40px;line-height:1.4em;margin-left:0;margin-right:0; }
#giveaway-preview #bride-img-giv{ float:right; }
#giveaway-preview p{ }
#giveaway-preview.hero.hero-headlines p{ width:40%; }
#giveaway-preview.hero.hero-bride{position:absolute;bottom:-4px;right:4%;width:40%;}

/** advertisement ***/
#giveaway-preview-sticker{ background-color:#000; }
#giveaway-preview-sticker img{ display:block;width:100%; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px){ #giveaway-preview.hero.hero-headlines p{ width:50%; }
#giveaway-preview.hero.hero-bride{position:absolute;bottom:-4px;right:4%;width:auto;}

/** advertisement **/
.more-giveaways-right{ float:right; width:15%; }
.more-giveaways-left{ float:left; width:85%; }
.more-giveaways-right #banners{ background:none; width: 140px;text-align: center;margin: 10px 5px 10px 0;padding: 2px 0 5px 0; vertical-align:middle;}
#giveaway-preview-sticker{ background-color:#000; }
#giveaway-preview-sticker img{ display:block;width:100%; }    }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){#giveaway-preview.hero.hero-headlines{width:485px;}
#giveaway-preview.hero.hero-headlines p{width:auto;max-width:480px;}

/** advertisement **/
#giveaway-preview-sticker{ background-color:#000; }
#giveaway-preview-sticker img{ display:block;width:100%; }}
@media (min-width: 901px){.more-giveaways.btn +.btn{margin-left: 0.5em;}}
@media (max-width: 900px){.more-giveaways.btn{margin-top: 1em;}}
span.featured-box__expires{font-weight: normal;}
span.featured-box__coupon +.featured-box__expires{margin-left: 0.5em;}
.box_expand_default.featured-box__coupon{color: #43b0a8;font-size: 13px;}
.box_expand_default p{margin-top: 1.15em;margin-bottom: 1.15em;}
.rules-toggle{cursor: pointer;font-weight: normal !important;}
.featured-box__coupon,.featured-box__expires{display: block;}

/* By ID */
#giveaway-by-id header{background-color: #943064;background-image: url("../../../../../s/files/1/0039/9255/1491/files/char-c-grey_10129839618400661019.png");background-repeat: no-repeat;background-size: cover;color: #fff;margin-bottom: 2em;}

#giveaway-by-id.figure{height: 164px;padding-left: 1em;padding-right: 1em;margin-top: 1em;}
#giveaway-by-id.figure img{max-height: 100%;}
#giveaway-by-id{font-family: 'Open Sans', sans-serif;font-size: 1rem;color: #333;}
#giveaway-by-id a{color: #943064;font-weight: bold;}
#giveaway-by-id *{box-sizing: border-box;}
@media (min-width: 1000px){#giveaway-by-id main > div{display: flex;}
#giveaway-by-id main aside{margin-right: 1em;}
#giveaway-by-id header.title{padding-bottom: 2em;}}
#giveaway-by-id header.title{padding-top: 2em;padding-bottom: 1em;}
#giveaway-by-id header aside{padding-bottom: 2em;}
#giveaway-by-id main aside{margin-bottom: 1em;}
#giveaway-by-id main h3{margin-top: 0;font-weight: 300;font-size: 2em;}
#giveaway-by-id p{margin-top: 1em;margin-bottom: 1em;}
#giveaway-by-id p.sponsor{margin-top: 0;font-weight: bold;}
@media (min-width: 1000px){#giveaway-by-id header > div{display: flex;align-items: center;}
#giveaway-by-id header.title{flex-grow: 1;max-width: 507px;}
#giveaway-by-id header aside h6{text-align: center !important;}
#giveaway-by-id header aside{text-align: center;}
#giveaway-by-id header h3{font-size: 2em;}}
#giveaway-by-id header aside{min-width: 300px;}
#giveaway-by-id header aside h6{margin-top: 0;font-weight: normal;font-size: 1.25em;margin-bottom: 0.5em;}
#giveaway-by-id header.archive{text-transform: uppercase;font-size: 0.9em;margin-bottom: 0;}
#giveaway-by-id header.sub{font-size: 1.25em;margin-top: 0.4em;margin-bottom: 0;}
#giveaway-by-id header h3{margin-top: 0;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#giveaway-by-id.code-cta{background-color: #f6f6f6;}
#giveaway-by-id.code-cta h6{color: #555;font-weight: 300;font-size: 1.15em;line-height: 1.6;margin-top: 0;}
#giveaway-by-id.code-cta h6 + p{margin-top: 0.5em;margin-bottom: 0.5em;}
#giveaway-by-id.code-cta.code-cta__main{font-weight: bold;display: flex;align-items: center;padding: 1em;font-size: 1.5em;}
#giveaway-by-id.code-cta.code-cta__aside{padding: 1em;}
#giveaway-by-id.coupon-code{color: #71c6c1;font-weight: bold;}
#giveaway-by-id.sponsor-url{font-weight: bold;color: #555;margin-bottom: 0;}
#giveaway-by-id.rules h2{color: #333;font-size: 1.75em;font-weight: 300;margin-top: 1em;}
#giveaway-by-id.share h5{font-size: 1.25em;font-weight: 300;margin-top:.5em;}
#giveaway-by-id.mobile-image{display: none;}
@media (max-width: 999px){#giveaway-by-id.mobile-image{display: block;order: 4;}
#giveaway-by-id.body{display: flex;flex-direction: column;}
#giveaway-by-id p.sponsor{order: 2;text-align: center;margin-top: 0.5em;font-size: 0.9em;border-bottom: 1px solid #dadada;padding-bottom: 1em;}
#giveaway-by-id main h3{order: 1;font-size: 1.5em;text-align: center;font-weight: 300;}
#giveaway-by-id.draw-date{order: 5;margin-bottom: 0;}
#giveaway-by-id.desc{order: 6;}
#giveaway-by-id.body footer{order: 3;}
#giveaway-by-id.share{order: 7;}
#giveaway-by-id.share h5{margin-top: 0;}
#giveaway-by-id.btn{font-size: 0.9em;}
#giveaway-by-id footer{text-align: center;}
#giveaway-by-id.member{font-size: 0.9em;}
#giveaway-by-id aside{display: none;}
#giveaway-by-id.code-cta{text-align: center;}
#giveaway-by-id.code-cta.code-cta__main{padding-bottom: 0;}
#giveaway-by-id.figure{display: none;}
#giveaway-by-id header h3{margin-top: 0;font-size: 1.25em;}
#giveaway-by-id.sub{margin-top: 0 !important;margin-bottom: 10px !important;}
#giveaway-by-id.archive{margin-bottom: 0 !important;}}

@media (min-width: 1000px){#giveaway-by-id header aside{text-align: right;}
#giveaway-by-id.code-cta.code-cta__main{background-color: #dedede;}
#giveaway-by-id.code-cta.t-container{display: flex;}
#giveaway-by-id.code-cta.code-cta__main,.code-cta.code-cta__aside{width: 50%;}
#giveaway-by-id.code-cta.code-cta__main{clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);}
#giveaway-by-id header aside{padding-top: 2em;}
#giveaway-by-id main aside,#giveaway-by-id main.body{flex-basis: 50%;width: 50%;flex-grow: 1;}}
#giveaway-by-id img{max-width: 100%;}
#giveaway-by-id.st-inline-share-buttons{margin-top: 1em;margin-bottom: 2em;}
#giveaway-by-id.giveaway-past{padding: 1em;text-align: center !important;background-color: #656565 !important;justify-content: center;}
#giveaway-by-id.giveaway-past a{color: #71c6c1;}
@media (min-width: 901px){#giveaway-by-id.giveaway-past span{margin-left: 0.25em;margin-right: 0.25em;}}
@media (max-width: 900px){#giveaway-by-id.giveaway-past{flex-direction: column;}
#giveaway-by-id.giveaway-past span{display: block;}}
/* By ID */