/*!
Version: 1.2.8
*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.woocommerce-cart .entry-content {
  padding: 0; }

.woocommerce-cart .cart-empty {
  margin-bottom: 26px; }

.woocommerce-cart table.cart {
  text-align: left; }
  .woocommerce-cart table.cart thead {
    background: #f6f6f6;
    border: 1px solid #ebebeb; }
    @media (max-width: 768px) {
      .woocommerce-cart table.cart thead {
        display: none; } }
    .woocommerce-cart table.cart thead th {
      font-size: 14px; }
  .woocommerce-cart table.cart th,
  .woocommerce-cart table.cart td {
    padding: 16px; }
    @media (max-width: 768px) {
      .woocommerce-cart table.cart th,
      .woocommerce-cart table.cart td {
        display: block;
        text-align: right; } }
  .woocommerce-cart table.cart .cart_item {
    border: 1px solid #ebebeb;
    font-size: 14px; }
    @media (max-width: 768px) {
      .woocommerce-cart table.cart .cart_item td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left; }
      .woocommerce-cart table.cart .cart_item td:first-of-type {
        padding-top: 30px; }
      .woocommerce-cart table.cart .cart_item td:last-of-type {
        padding-bottom: 30px; } }
    .woocommerce-cart table.cart .cart_item a {
      color: #626262;
      display: block;
      font-weight: 600;
      line-height: 1; }
      .woocommerce-cart table.cart .cart_item a:hover {
        color: #828282; }
    .woocommerce-cart table.cart .cart_item .product-remove {
      font-size: 20px;
      text-align: center; }
      .woocommerce-cart table.cart .cart_item .product-remove:before {
        content: none; }
      @media (max-width: 768px) {
        .woocommerce-cart table.cart .cart_item .product-remove {
          text-align: left; } }
    .woocommerce-cart table.cart .cart_item .product-thumbnail img {
      height: auto;
      width: 80px; }
    .woocommerce-cart table.cart .cart_item .product-thumbnail:before {
      content: none; }
    .woocommerce-cart table.cart .cart_item .product-quantity input {
      font-size: 14px;
      width: 60px; }
  .woocommerce-cart table.cart td.actions {
    padding: 30px 0 0;
    text-align: right; }
    @media (max-width: 768px) {
      .woocommerce-cart table.cart td.actions {
        display: block; }
        .woocommerce-cart table.cart td.actions * {
          width: 100%; } }
    .woocommerce-cart table.cart td.actions .coupon {
      float: left; }
      @media (max-width: 768px) {
        .woocommerce-cart table.cart td.actions .coupon {
          float: none;
          margin-bottom: 5px; } }
      @media (max-width: 768px) {
        .woocommerce-cart table.cart td.actions .coupon label {
          display: none; } }
      .woocommerce-cart table.cart td.actions .coupon input {
        margin-right: 5px; }
        @media (max-width: 768px) {
          .woocommerce-cart table.cart td.actions .coupon input {
            margin-bottom: 10px; } }

.woocommerce-cart .cart-collaterals {
  width: 100%; }

.woocommerce-cart .cart_totals {
  float: right;
  margin-top: 60px;
  text-align: left;
  width: 40%; }
  @media (max-width: 768px) {
    .woocommerce-cart .cart_totals {
      width: 100%; } }
  .woocommerce-cart .cart_totals h2 {
    margin-top: 0; }
    @media (max-width: 768px) {
      .woocommerce-cart .cart_totals h2 {
        font-size: 23px; } }
    @media (max-width: 480px) {
      .woocommerce-cart .cart_totals h2 {
        font-size: 20px; } }
  .woocommerce-cart .cart_totals table {
    margin-bottom: 30px; }
    .woocommerce-cart .cart_totals table tr {
      border-bottom: 1px solid #ebebeb; }
    .woocommerce-cart .cart_totals table th,
    .woocommerce-cart .cart_totals table td {
      padding: 8px 0; }
    .woocommerce-cart .cart_totals table td {
      text-align: right; }
  .woocommerce-cart .cart_totals .checkout-button {
    float: right;
    font-size: 16px; }
    @media (max-width: 768px) {
      .woocommerce-cart .cart_totals .checkout-button {
        display: block;
        float: none;
        text-align: center;
        width: 100%; } }

.site-header .shopping-cart {
  display: inline-block;
  margin: 0 20px -10px 30px;
  padding: 0 0 10px; }

.site-header .shopping-cart-text {
  display: none; }

.site-header .shopping-cart-link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  position: relative; }
  .site-header .shopping-cart-link svg {
    display: inline-block;
    position: relative;
    height: 18.75px;
    vertical-align: text-bottom;
    width: 20px; }
    .overlap-light .site-header:not(.stuck) .shopping-cart-link svg {
      fill: #fff; }
    .overlap-dark .site-header:not(.stuck) .site-header .shopping-cart-link svg {
      fill: #2d2d2d; }
  .site-header .shopping-cart-link .shopping-cart-count {
    background: #4d8ffb;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    height: 18px;
    line-height: 0;
    padding-top: 9px;
    position: absolute;
    right: -19px;
    transition: .3s;
    text-align: center;
    top: -9px;
    width: 18px; }
  .site-header .shopping-cart-link:hover svg {
    fill: #626262; }
    .overlap-light .site-header:not(.stuck) .site-header .shopping-cart-link:hover svg {
      fill: rgba(255, 255, 255, 0.8); }
    .overlap-dark .site-header:not(.stuck) .site-header .shopping-cart-link:hover svg {
      fill: rgba(45, 45, 45, 0.8); }
  .site-header .shopping-cart-link:hover .shopping-cart-count {
    background: rgba(77, 143, 251, 0.8); }
  .site-header .shopping-cart-link:hover .shopping-cart-text {
    color: #626262; }

.site-header .shopping-cart-dropdown {
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  transform: scale(0.95);
  transition: all 0.15s ease-in;
  transform-origin: center top;
  visibility: hidden;
  width: 303px;
  z-index: 99999; }
  .site-header .shopping-cart-dropdown * {
    font-family: "Open Sans", sans-serif; }
  .site-header .shopping-cart-dropdown .widget {
    margin: 25px;
    max-height: 70vh;
    overflow-y: auto; }
    .site-header .shopping-cart-dropdown .widget li {
      font-weight: normal;
      line-height: 2;
      width: 100%; }
      .site-header .shopping-cart-dropdown .widget li a {
        color: #626262; }
        .site-header .shopping-cart-dropdown .widget li a:hover {
          color: #4d8ffb; }
    .site-header .shopping-cart-dropdown .widget .woocommerce-mini-cart__empty-message {
      display: block;
      font-size: .95em;
      font-weight: 600;
      padding-bottom: 0; }
  .site-header .shopping-cart-dropdown .buttons {
    text-align: center; }
    .site-header .shopping-cart-dropdown .buttons a {
      color: #fff;
      display: inline-block;
      font-weight: normal; }
      .site-header .shopping-cart-dropdown .buttons a.button {
        font-size: 12px;
        padding: 10px 24px; }
      .site-header .shopping-cart-dropdown .buttons a:first-of-type {
        background: #ebebeb;
        color: #626262; }
        .site-header .shopping-cart-dropdown .buttons a:first-of-type:hover {
          background: #4d8ffb;
          color: #fff; }

#mobile-navigation .shopping-cart-text {
  color: #2d2d2d;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px; }

#mobile-navigation .shopping-cart-link {
  margin-bottom: 15px; }
  #mobile-navigation .shopping-cart-link svg {
    margin: -3px 0 0;
    padding: 0;
    vertical-align: middle; }
  #mobile-navigation .shopping-cart-link .shopping-cart-count {
    top: 2px;
    right: -25px; }
  #mobile-navigation .shopping-cart-link:hover .shopping-cart-text {
    color: #626262; }

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.woocommerce-checkout .entry-content {
  padding: 0; }

.woocommerce .checkout_coupon .form-row-first,
.woocommerce .checkout_coupon .form-row-last {
  float: left;
  padding-right: 5px;
  width: 25%; }
  @media (max-width: 768px) {
    .woocommerce .checkout_coupon .form-row-first,
    .woocommerce .checkout_coupon .form-row-last {
      width: 50%; } }

.woocommerce .checkout_coupon .form-row-last {
  width: 60%; }
  @media (max-width: 768px) {
    .woocommerce .checkout_coupon .form-row-last {
      width: 50%; } }

.woocommerce #order_review_heading,
.woocommerce #order_review {
  clear: right;
  float: right;
  width: 47.8260869565%; }
  @media (max-width: 720px) {
    .woocommerce #order_review_heading,
    .woocommerce #order_review {
      clear: none;
      float: none;
      width: 100%; } }

.woocommerce table.woocommerce-checkout-review-order-table thead {
  border: 1px solid #ebebeb; }
  .woocommerce table.woocommerce-checkout-review-order-table thead th {
    background: #f6f6f6;
    font-size: 14px; }

.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td {
  padding: 20px;
  text-align: left; }

.woocommerce table.woocommerce-checkout-review-order-table .cart_item {
  border: 1px solid #ebebeb;
  font-size: 14px; }
  @media (max-width: 768px) {
    .woocommerce table.woocommerce-checkout-review-order-table .cart_item td:first-of-type {
      padding-top: 30px; }
    .woocommerce table.woocommerce-checkout-review-order-table .cart_item td:last-of-type {
      padding-bottom: 30px; } }

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr {
  border-bottom: 1px solid #ebebeb; }

.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  padding: 20px; }

.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  text-align: left; }

.woocommerce #payment .payment_methods {
  list-style: none;
  margin: 0; }
  .woocommerce #payment .payment_methods li {
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
    position: relative;
    text-align: left; }
    .woocommerce #payment .payment_methods li label a {
      font-size: 12px;
      font-weight: normal;
      margin-left: 5px; }
    .woocommerce #payment .payment_methods li input {
      margin-right: 5px; }
    .woocommerce #payment .payment_methods li img:only-of-type {
      max-height: 50px;
      position: absolute;
      right: 0;
      top: 8px; }
    .woocommerce #payment .payment_methods li .payment_box {
      font-size: 14px;
      padding: 10px 0 0; }
      .woocommerce #payment .payment_methods li .payment_box.payment_method_paypal {
        padding-top: 20px; }
      .woocommerce #payment .payment_methods li .payment_box p {
        margin-bottom: 0; }
    .woocommerce #payment .payment_methods li.payment_method_stripe img {
      margin-top: -10px;
      position: absolute;
      top: 50%; }
      .woocommerce #payment .payment_methods li.payment_method_stripe img:nth-of-type(3) {
        right: 0; }
      .woocommerce #payment .payment_methods li.payment_method_stripe img:nth-of-type(2) {
        right: 37px; }
      .woocommerce #payment .payment_methods li.payment_method_stripe img:nth-of-type(1) {
        right: 74px; }

.woocommerce #payment .form-row select {
  width: auto; }

.woocommerce #payment .wc-terms-and-conditions {
  border-bottom: 1px solid #ebebeb;
  padding: 20px;
  margin-bottom: 0; }

.woocommerce #payment #place_order {
  float: right;
  font-size: 16px;
  margin-top: 30px; }

/*--------------------------------------------------------------
# Order Received
--------------------------------------------------------------*/
.woocommerce-order-received h2,
.woocommerce-order-received h3 {
  margin-bottom: 10px; }

.woocommerce-order-received p {
  margin: 0 0 25px; }

.woocommerce-order-received table {
  border: 1px solid #ebebeb;
  margin: 0 0 25px;
  text-align: left; }
  .woocommerce-order-received table thead th {
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    padding: 16px; }
  .woocommerce-order-received table th,
  .woocommerce-order-received table td {
    border: 1px solid #f6f6f6;
    padding: 8px 16px; }
    .woocommerce-order-received table th a,
    .woocommerce-order-received table td a {
      color: #626262; }
      .woocommerce-order-received table th a:hover,
      .woocommerce-order-received table td a:hover {
        color: #4d8ffb; }

.woocommerce-order-received section {
  margin-bottom: 50px; }

.woocommerce-order-received .woocommerce-thankyou-order-details {
  background: #f6f6f6;
  list-style: none;
  margin: 0 0 25px;
  padding: 13px 26px; }
  .woocommerce-order-received .woocommerce-thankyou-order-details li {
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    padding: 13px 0;
    text-transform: uppercase; }
    .woocommerce-order-received .woocommerce-thankyou-order-details li strong {
      display: block;
      font-size: 15px;
      padding-top: 3px;
      text-transform: none; }
    .woocommerce-order-received .woocommerce-thankyou-order-details li:last-of-type {
      border: 0; }

/*--------------------------------------------------------------
# Account Dashboard
--------------------------------------------------------------*/
.woocommerce-account h2 {
  font-size: 23px;
  margin-bottom: 10px; }

@media (min-width: 769px) {
  .woocommerce-account .login {
    max-width: 75%; } }

.woocommerce-account .login label[for*="rememberme"] {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  margin-top: 10px; }

.woocommerce-account .login .lost_password {
  font-size: 13px;
  margin-top: -14px; }

@media (min-width: 769px) {
  .woocommerce-account .register {
    max-width: 75%; } }

.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid #ebebeb;
  float: left;
  margin-right: 4%;
  width: 26%; }
  @media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      float: none;
      margin: 0;
      width: 100%; } }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 15px 25px; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
      line-height: 2.5; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        color: #626262; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
          color: #4d8ffb; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 70%; }
  @media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      float: none;
      margin-top: 50px;
      width: 100%; } }
  .woocommerce-account .woocommerce-MyAccount-content h3 {
    margin-top: 0; }
  .woocommerce-account .woocommerce-MyAccount-content p {
    margin-bottom: 26px; }
    .woocommerce-account .woocommerce-MyAccount-content p span em {
      font-size: 13px; }
  .woocommerce-account .woocommerce-MyAccount-content .col2-set {
    float: none;
    width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    float: left;
    position: relative;
    width: 50%; }
    @media (max-width: 768px) {
      .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
        float: none;
        width: 100%; } }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1 {
      padding-right: 2.5%; }
      @media (max-width: 768px) {
        .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1 {
          padding-right: 0; } }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-2 {
      padding-left: 2.5%; }
      @media (max-width: 768px) {
        .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-2 {
          padding-left: 0; } }
  .woocommerce-account .woocommerce-MyAccount-content .password-change {
    margin-bottom: 15px; }

.woocommerce-password-strength {
  font-size: 14px;
  font-weight: 600; }
  .woocommerce-password-strength.strong {
    color: rgba(0, 128, 0, 0.7); }
  .woocommerce-password-strength.short {
    color: rgba(255, 0, 0, 0.7); }
  .woocommerce-password-strength.bad {
    color: rgba(255, 0, 0, 0.7); }
  .woocommerce-password-strength.good {
    color: rgba(0, 0, 128, 0.7); }

/*--------------------------------------------------------------
# Order Tracking
--------------------------------------------------------------*/
.track_order p {
  margin-bottom: 26px; }
