.woocommerce_custom {

    margin:180px auto 100px auto;
    width:calc(100% - 360px);
    max-width:1080px;

}  

  @media screen and (max-width: 1024px) {
  
    .woocommerce_custom {
    
        width:calc(100% - 180px);
        margin:100px auto 100px auto;
    
    }    
  
  }
  
  @media screen and (max-width: 768px) {
  
    .woocommerce_custom {
    
        width:calc(100% - 20px);
        margin:100px auto 100px auto;
    
    }    
	  
	
  
  }  

  .woocommerce * {
    box-sizing: border-box;
    font-family: Open Sans,sans-serif;
  }
  
  .woocommerce_title {
  
    font-size:2.25rem;
    color: #002e5f;
    font-weight:600;
    text-align:center;
    margin:0 0 40px 0;
    
  }  
  
    @media screen and (max-width: 1024px) {
    
      .woocommerce_title {
      
        margin:20px 0;
          
      }
    
    }  

  .woocommerce_title div {
    display:inline-block;

    padding-right:13px;
  }
  
  .woocommerce_title div svg {
    display: block;    
  }
  
  /*

  .logo-pmvt .st1_1537807545615, .st1_1537807545615 {
    
    fill: #002e5f;
  
  }

 .shop .primary-nav li {
    color:#002e5f !important;
  }

  .shop .btn-search::before {
    color:#fff;
  }
  
  .shop .btn-search::after {
    background-color:#002e5f;
  }
  
  .shop .cta-help .symbol {
    color:#002e5f;
  }
  
  .shop .cta-help .text {
    color:#002e5f;  
  }
  
  .shop .cta-help::after {
    border-color:#002e5f;
  }  
  


  .subtitle span {
    
    color:rgb(0, 123, 165);
  }
  
    */
  
  .add_to_cart {
  
    display:inline-block;
    font-size: 1.0rem;
    font-weight: 600;
    color:#002e5f;
    background:#fff;
    border:2px solid #002e5f;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    border-top-right-radius:20px;
    padding:25px 10px 7px 10px;
    width:150px;
    text-align:left;
    margin-top:20px;
    position:relative;
          
  }  
  
  .add_to_cart:after {
    
    position:absolute;
    top:7px;
    left:9px;
  	font-family: icomoon !important;
    font-size:14px;
    content: "\E90B";
    width:50px;
    height:50px;
    overflow:hidden;
    
  }
   

  .woocommerce-tabs {
    display:none;
  }
  
  .related.products {
  
    
    overflow:auto;
    clear:both;
    padding:100px 0;
    position:static;
    
  }
  
    .related.products h2 {
      
      font-size:2.0rem;
      font-weight:300;
      text-align:center;
      color:#002e5f;
      margin-bottom:80px;
      
    }
    
  
  
  .product {
    
    clear:both;
    overflow:auto;
    /*
    max-width:1080px;
    width:calc(100% - 360px);
    */
    margin:0 auto;  
  }
  
  @media screen and (max-width: 1024px) {
  
    .product {
  
      width:calc(100% - 40px);
      
    }
  
  }      
  
  .in-stock {
    
    display:none;
    
  }
  
  .product * {
     box-sizing: border-box;
  }
  
  .woocommerce-product-gallery {
    
    width:50%;
    float:left;
    padding-right:60px;
  
    
  }
  
    @media screen and (max-width: 1024px) {
    
      .woocommerce-product-gallery {
    
        width:100%;
        float:none;
        padding-right:0;
        padding-bottom:30px;

        
      }
    
    }
  
    .woocommerce-product-gallery__image {
      
      //display:inline-block;
      //padding:15px 15px 0 0;
      
      
    }
    
    .woocommerce-product-gallery__image img {
      width:100%;
      border-radius:10px;  
      height:auto;
          
    }
    
    .woocommerce-product-gallery__image:first-child img{
      //width:100%;
      //border-radius:15px;

    }
    
    @media screen and (max-width: 1024px) {
    
      .woocommerce-product-gallery__image:first-child {
        //width:100%;
        //padding:15px 0 0 0;
      }    
    
    }
    
    
  
  .summary  {
    
    width:50%;
    float:left;
    
  }  
  
    @media screen and (max-width: 1024px) {
    
      .summary {
    
        width:100%;
        float:none;
        
      }
    
    }  
  
    .product_title {
    
      font-size: 2.25rem;
      font-weight: 700;
      color:#002e5f;
      
    }
    
    .price {
      
      color:rgb(0, 123, 165);
      font-size: 1.45rem;
      padding:1px 0 20px 0;
      
    }
    
    .woocommerce-product-details__short-description {
      
      font-family: Open Sans,sans-serif;
      font-size: 1.25rem;
      color:rgb(0, 46, 95);
      font-weight:300;
      line-height:2rem;
      
    }
    
    .quantity {
      
      background:#f5f5f5;
      padding:10px 15px;
      border-radius:10px;
      width:80px;
      margin:30px 0 15px 0; 
    }
    
      .quantity input {
      
        background:#f5f5f5;
        font-size: 1.45rem;
        color:#000;
        width:100%;
        text-align:center;
        
      }

      input[type='number'] {
          -moz-appearance:textfield;
      }
      
      input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
          -webkit-appearance: none;
      }  
      
      /*
      
      .single_add_to_cart_button {
        
        font-size: 1.0rem;
        font-weight: 600;
        color:#002e5f;
        background:#00ffbf;
        border:0;
        border-top-left-radius:6px;
        border-bottom-left-radius:6px;
        border-bottom-right-radius:6px;
        border-top-right-radius:20px;
        padding:25px 10px 5px 10px;
        width:150px;
        text-align:left;
        position:relative;
        
      }
      

      .single_add_to_cart_button:after {
        
        position:absolute;
        top:7px;
        left:9px;
      	font-family: icomoon !important;
        font-size:14px;
        content: "\E90B";
        width:50px;
        height:50px;
        overflow:hidden;
        
      }
            
      .single_add_to_cart_button:hover {
        
        background:#52ffdd;
        color:#002e5f;
      
      }    
      
      */
      
  .single_add_to_cart_button {
  
    display:inline-block;
    font-size: 1.0rem;
    font-weight: 600;
    color:#002e5f;
    background:#00ffbf;
    border: none;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    border-top-right-radius:20px;
    padding:25px 10px 7px 10px;
    width:150px;
    text-align:left;
    margin-top:20px;
    position:relative;
          
  }  

  .single_add_to_cart_button:hover {
    opacity: 0.9;
  }
  
  .single_add_to_cart_button:after {
    
    position:absolute;
    top:7px;
    left:9px;
  	font-family: icomoon !important;
    font-size:14px;
    content: "\E90B";
    //content: url('../img/plus.svg');
    width:50px;
    height:50px;
    overflow:hidden;
    
  }
                 
      
      
      
      
      
      
      
      
      
  
    .product_meta {
    
      font-family: Open Sans,sans-serif;
      font-size: 1.25rem;      
      color:#66829f;
      font-weight:300;
      line-height:2rem;
      padding-top:30px;  
    
    }
    
      .sku_wrapper, .posted_in {
        
        display:block;
        
      }
      
       .posted_in a {
       
        color:rgb(0, 46, 95);
        text-decoration:underline;
       }
       
       
    @media screen and (max-width: 1024px) {
    
  
      .product_title {
      
        font-size: 1.8rem;
        
      }
      
      .price {
        
        font-size: 1.25rem;
        
      }  
      
      .woocommerce-product-details__short-description {
        
        font-size: 1.0rem;
        line-height:1.6rem;
        
      }      
      
      .product_meta {
    
        font-size: 1.00rem;
          
      }        
    
    }       
       
  .woocommerce-notices-wrapper {
    
    max-width: 1080px;
    width: calc(100% - 360px);
    min-width: 400px;
    margin: 140px auto 0 auto;
  
  }
  
  @media screen and (max-width: 1024px) {
  
    .woocommerce-notices-wrapper {
  
      width:calc(100% - 40px);
      margin: 160px auto 0 auto;
      
    }
  
  } 
    .woocommerce-message, .woocommerce-info {
      
      border:none;
      background:#f5f5f5;
      color:#002e5f;
      font-size:1.2rem;
      padding:20px;
      border-top-left-radius:15px;
      border-bottom-right-radius:15px;
      border-top-right-radius:30px; 
      border-bottom-left-radius:30px;
    }
    
    .woocommerce-message a.button {
    
        display:inline-block;
        font-size: 1.1rem;
        font-weight: 400;
        color:#fff;
        background:#002e5f;
        border:0;
        border-top-left-radius:6px;
        border-bottom-left-radius:6px;
        border-bottom-right-radius:6px;
        border-top-right-radius:20px;
        padding:20px 10px 5px 10px;
        width:130px;
        text-align:left;
            
    }
    
    .woocommerce-info a {
      color:#002e5f;
      text-decoration:underline;
    }
    
    .woocommerce-message::before, .woocommerce-info::before {
    
      display:none;
      
    }
    
    
.woocommerce {

  width:calc(100% - 360px);
  margin:0 auto;

}    

  @media screen and (max-width: 1024px) {
  
    .woocommerce {
  
      width:calc(100% - 40px);
      
    }
  
  } 

.woocommerce .woocommerce-cart-form table.shop_table {
  
  border:none;
  
  border-collapse: separate;
  border-spacing: 0 10px;  
  
}

.woocommerce .woocommerce-cart-form table.shop_table tr {
  
  border:none;
  
}

.woocommerce .woocommerce-cart-form table.shop_table th {
  
  background:#fff;
  font-size:16px;
  color:#002e5f;
  padding:25px;
  border:none;
  font-weight: normal
  
}

.woocommerce .woocommerce-cart-form table.shop_table th:first-child {

  border:none;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  
} 

.woocommerce .woocommerce-cart-form table.shop_table th:last-child {

  border:none;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  
}

.woocommerce .woocommerce-cart-form table.shop_table th:nth-child(2) {
  display:none;
} 

.woocommerce .woocommerce-cart-form table.shop_table td {
  
  background:#f5f5f5;
  color:#fff;
  padding:10px 20px;
  
  font-family: Open Sans,sans-serif;
  font-size: 1.15rem;
  color:rgb(0, 46, 95);
  font-weight:300;
  line-height:2rem;
  border:none;     
  
}

.woocommerce .woocommerce-cart-form table.shop_table td:first-child {

  border:none;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  
} 

.woocommerce .woocommerce-cart-form table.shop_table td:last-child {

  border:none;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  
} 

  @media screen and (max-width: 1024px) {
  
    .woocommerce .woocommerce-cart-form table.shop_table td {
  
      font-size: 1.0rem;
      color:#8002e5f;
      font-weight:600;
      padding:0px 30px 0 30px;
      text-align:left !important;
      vertical-align:center;
      background:#fafafa;      
      
    }
    
    
    .woocommerce .woocommerce-cart-form table.shop_table td:first-child {
    
      padding-top:10px;
      border-radius:0;
      
    }
    
    .woocommerce .woocommerce-cart-form table.shop_table td:last-child {
    
      padding-bottom:30px;
      border-radius:0;
      border-bottom:1px solid #e8e8e8;
      
    }
    
    /*XXXXXXXXXXXXXXXXXXXXXX*/
    .woocommerce .woocommerce-cart-form table.shop_table tr:last-child td:last-child,
    .woocommerce .woocommerce-cart-form table.shop_table tr:nth-last-child(-n+2) td:last-child {
      
      border:none !important;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
      
    }    
    
    .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    
      color:#8594c1;
      font-weight:300;
      width:130px;
      font-size: 0.9rem;
      font-weight:300;
      position:absolute;
      left:35px;
      top:0;
      
    }
    
    .woocommerce .woocommerce-cart-form table.shop_table.cart td {
      
      padding-left:130px;
      position:relative;
    
    }    
  
  
  }
  



.woocommerce .woocommerce-cart-form table.shop_table td:nth-child(2) {

  display:none;
  
} 


.woocommerce .woocommerce-cart-form table.shop_table .quantity {
  
  margin:0;
  color:#002e5f;
  background:#fff;
  border-radius:10px;
  width:90px;
  padding:7px 15px;
  margin:5px 0;
  
}

.woocommerce .woocommerce-cart-form table.shop_table .quantity input {
  background:#fff;
  color:#002e5f;
  font-size: 1.15rem;
  padding:0;  
  text-align:left;
}


  @media screen and (max-width: 1024px) {

    .woocommerce .woocommerce-cart-form table.shop_table .quantity {
    
      border:1px solid #ddd;
      padding:0 7px;
      width:70px;
      display:inline-block;
    
    }
    
    .woocommerce .woocommerce-cart-form table.shop_table .quantity input {
    
      width:100%;
      font-size:1rem;
    
    }
  
  }

.woocommerce .woocommerce-cart-form table.shop_table .product-name a {
  
  font-size: 1.15rem;
  font-weight:700;
  font-family:sans-serif;
  color:#002e5f;
  
}
              
.woocommerce .woocommerce-cart-form table.shop_table .product-remove {

  width:0px;
    
}

.woocommerce .woocommerce-cart-form table.shop_table .product-subtotal {
  text-align:right;
}

                     
.woocommerce a.remove {

  color:#8c8c8c !important;
  font-family: Open Sans,sans-serif;
  font-size: 1.5rem;
  font-weight:300;
  
  
}
.woocommerce a.remove:hover {
  background:#8c8c8c !important;
}

.woocommerce .woocommerce-cart-form table.shop_table tr:last-child td {
  background:#fff;
  text-align:right !important;
}

.woocommerce .woocommerce-cart-form table.shop_table .coupon {
  display:none;
}

.woocommerce .woocommerce-cart-form table.shop_table button {

  display:inline-block !important;
  font-family: Open Sans,sans-serif;
  font-size: 1.0rem;
  font-weight: 600;
  color:#002e5f;
  background:#fff;
  border:1px solid #002e5f;
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  border-top-right-radius:20px;
  padding:25px 10px 7px 10px !important;
  width:150px !important;
  text-align:left;
  margin-top:20px;
  position:relative;

}

.woocommerce .woocommerce-cart-form table.shop_table button:after {
  
  position:absolute;
  top:7px;
  left:9px;
  font-family: icomoon !important;
  font-size:14px;
  content: "\E90B";
  width:50px;
  height:50px;
  overflow:hidden;
  
}

.woocommerce .woocommerce-cart-form table.shop_table .actions {
  
  padding:0;
  text-align:right;
  
}

.cart_totals {
  padding-bottom:50px;
}

.cart_totals h2 {

  display:none;
  
}

.cart_totals table.shop_table  {

  background:#F5F5F5;
  border-radius:15px;
  border:none; 
  color: #002e5f;
}

.cart_totals table.shop_table td {

  font-family: Open Sans,sans-serif;
  font-size: 1.15rem;
  color:rgb(0, 46, 95);
  font-weight:300;
  line-height:1.5rem;
  border:none; 
  color:#002e5f;
  border-bottom:1px solid #1988ae;
  padding:25px 30px;
  text-align:left;
  
}

.woocommerce .cart_totals table.shop_table td {

  text-align:right;
  
}



.cart_totals table.shop_table tr:last-child td {
  
  border:none;
  
} 

.cart_totals table.shop_table th {
  
  font-size:1.15rem;
  color:#002e5f;
  padding:25px 30px;
  border-top:none !important;
  border-bottom:1px solid #002e5f;
  
}

.cart_totals table.shop_table tr:last-child th {
  
  border:none;
  
} 

.woocommerce ul#shipping_method li {
  
  margin-bottom:0;
  
}

.woocommerce .cart_totals table.shop_table a, .woocommerce .cart_totals table.shop_table a:visited {
  color:#002e5f !important;
  text-decoration:underline;
}



  @media screen and (max-width: 1024px) {


    .woocommerce .woocommerce-cart-form table.shop_table tr:first-child {

      border-top-left-radius:15px;
      border-top-right-radius:15px;
    
    }
    
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
      
      width:100%;
      border-radius:0;
      border-top-left-radius:15px;
      border-top-right-radius:15px; 
      padding-right:10px;
    
    }
    
    .woocommerce .woocommerce-cart-form table.shop_table td:first-child {
      
      width:100%;
      border-radius:0;
      padding-right:10px; 
    
    }    
    /*
    .woocommerce .woocommerce-cart-form table.shop_table td:last-child {
      
      border-radius:0;
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;      
    }
    */
    
    .woocommerce a.remove {
    
      display:inline-block;
      
    }
    
    .woocommerce .woocommerce-cart-form table.shop_table .product-remove {
      
      text-align:right !important;
    }
    
    .woocommerce .woocommerce-cart-form table.shop_table td {
    
      
      
    }
    
    
  }

.woocommerce-shipping-calculator section {

  padding-top:20px;
  
}

.select2-container {
  text-align:left;
}

.select2-container--default {
 
  font-family: Open Sans,sans-serif;
  font-size:1.0rem;
  font-weight:300;
  height:56px;
  
}
.select2-container--default .select2-selection--single {
  
  border-radius:4px;
  border:1px solid #002e5f;  

}

.cart_totals .select2-container--default .select2-selection--single {
  border:1px solid #fff;
}

.select2-container--default .select2-selection--single {

  padding:0 0;
  height:54px;
  line-height:54px;
  
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  
  height:54px;
  
}

.select2-container--default .select2-selection--single .select2-selection__rendered {

  padding:10px 15px;
  line-height:34px;
  
}

.select2-container--default .select2-search--dropdown .select2-search__field {

  border:none;
  border-bottom: 1px solid #ccc;
  height:48px;
  line-height:48px;
  color:#002e5f;
  padding:7px 15px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  
}

.select2-search--dropdown {
  padding:0 0;
}

.select2-results__option {
  padding:7px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background:#002e5f;
}

.select2-container--open .select2-dropdown--below {
  
  border:0;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom:1px solid #002e5f;
  border-left:1px solid #002e5f;
  border-right:1px solid #002e5f;

}

.select2-container--open .select2-dropdown--above {
  
  border:0;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-top:1px solid #002e5f;
  border-left:1px solid #002e5f;
  border-right:1px solid #002e5f;

}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding:7px 15px;
  height:45px;
  line-height:45px;
  border-radius:4px;
  font-family: Open Sans,sans-serif;
  font-size:1.0rem;
  font-weight:300;
  
}

.woocommerce-shipping-calculator button.button, .woocommerce-shipping-calculator input.button {

      display:inline-block;
      font-family: Open Sans,sans-serif;
      font-weight: 600;
      font-size:1rem;
      color:#fff;
      background:#002e5f;
      border:none;
      border-top-left-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
      border-top-right-radius:20px;
      padding:25px 10px 7px 10px !important;
      width:120px;
      text-align:left;
      margin-top:5px;

}

.woocommerce-shipping-calculator button.button:hover {
  
    color:#fff;
    background:#002e5f;      

}

.woocommerce form .form-row {
  padding:0;
  margin-bottom:12px;
}

.wc-proceed-to-checkout {

  text-align:right;
  
}

.woocommerce a.button.alt {

  display:inline-block;
  font-size: 1.0rem;
  font-family: Open Sans,sans-serif;
  font-weight: 600;
  color:#002e5f;
  background:#00ffbf;
  border:none;
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-right-radius:20px;
  padding:35px 10px 8px 10px !important;
  width:100%;
  text-align:left;
  margin-top:0;
  position:relative;

}

.woocommerce #respond input#submit.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {

  display:inline-block;
  font-size: 1.0rem;
  font-family: Open Sans,sans-serif;
  font-weight: 600;
  color:#002e5f;
  background:#00ffbf;
  border:none;
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-right-radius:20px;
  padding:22px 10px 22px 10px !important;
  width:100%;
  text-align:center;
  margin-top:0;
  position:relative;

}

.wc-proceed-to-checkout a:after {
  
  position:absolute;
  top:7px;
  left:7px;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg"><path xmlns:default="http://www.w3.org/2000/svg" d="M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3zm-4 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-9.83-3.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4h-.01l-1.1 2-2.76 5H8.53l-.13-.27L6.16 6l-.95-2-.94-2H1v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.13 0-.25-.11-.25-.25z" style="fill: rgb(0, 46, 95);"></path></svg>');
  font-family: icomoon !important;
  font-size:14px;
  content: "\E90B";
  width:50px;
  height:50px;
  overflow:hidden;
  
}

.wc-proceed-to-checkout a.button.alt:hover, .woocommerce button.button.alt:hover {
  
  background:#52ffdd;
  /*color:#fff;*/
  color:#002e5f;

}

.wc-proceed-to-checkout a.button.alt:hover:after {

  /*content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg"><path xmlns:default="http://www.w3.org/2000/svg" d="M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3zm-4 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-9.83-3.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4h-.01l-1.1 2-2.76 5H8.53l-.13-.27L6.16 6l-.95-2-.94-2H1v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.13 0-.25-.11-.25-.25z" style="fill: rgb(255, 255, 255);"></path></svg>');*/
  
}




.woocommerce form .form-row label {

  font-size:1.0rem;
  color:#002e5f;
  margin-bottom:7px;
    
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {

  border-radius:4px;
  background:#f5f5f5;
  padding:7px 15px;
  height:auto;
  width:100%;
  line-height: 1;
}

.woocommerce form.lost_reset_password .form-row-first, .woocommerce form.lost_reset_password  .form-row-last  {
  float:none;
  width:100%;

}

.woocommerce form.lost_reset_password p {
  font-size:1.0rem;
  margin-bottom:20px;
  color:#fff;
}

.woocommerce form .form-row textarea {
  
  line-height:1.5rem;
  padding:15px;
  
}



.woocommerce-checkout {
  overflow:auto;
  clear:both;
  margin-bottom:100px;

}

  .woocommerce-checkout #customer_details {
    
    width:60%;
    float:left;
    padding-right:60px;
  }
  
    @media screen and (max-width: 1024px) {
    
      .woocommerce-checkout #customer_details {
    
        width:100%;
        float:none;
        padding:0 0 30px 0;
        
      }
      
      .woocommerce-checkout #customer_details > .col-1, .woocommerce-checkout #customer_details > .col-2, .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {

        width:100%;
        float:none;
              
      }
      
    }
  
  .woocommerce-checkout #customer_details > .col-1, .woocommerce-checkout #customer_details > .col-2 {
    width:100%;
  }
  
  .woocommerce-checkout #order_review {
    width:40%;
    float:left;
    background:#002e5f;
    border:none;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
  }

  .woocommerce-checkout #order_review ul#shipping_method li input {
    border-color: white;
    margin-top: 5px;
  }

  .woocommerce-checkout #order_review ul#shipping_method li input+ label {
    
  }

  .woocommerce-checkout #order_review ul#shipping_method li input+ label + p {
    
  }

  .woocommerce-checkout #order_review ul#shipping_method li input:checked {
    display: inline-block;
    background-color: #fff;
  }

  .woocommerce-checkout #order_review ul#shipping_method li input:checked + label {
    display: inline-block;
  }

  .woocommerce-checkout #order_review ul#shipping_method li input:checked + label + p {
    display: block;
  }
  
    @media screen and (max-width: 1024px) {
    
      .woocommerce-checkout #order_review {
    
        width:100%;
        float:none;
        
      }
      
    }
  
    .woocommerce-checkout #order_review table {
      
      border:none;
          padding:30px 30px 0 30px;
        
    }
  
    .woocommerce-checkout #order_review table td {
    
      font-size: 1rem;
      font-family: Open Sans,sans-serif;
      font-weight: 600;
      color:#fff;
      border:none;
      border-bottom:1px solid #19426f;
      padding:15px 0;
      
    }  
    
    .woocommerce-checkout #order_review table th {
    
      font-size: 1rem;
      font-family: Open Sans,sans-serif;
      font-weight: 600;
      color:#fff;
      border:none;
      border-bottom:1px solid #19426f;
      padding:15px 0;
      
    }      
    
    .woocommerce-checkout #order_review table .product-quantity {
    
      display:block;
      font-size:0.95rem;
      font-weight:300;
      
    }
    
    .woocommerce-checkout #order_review table .product-total {
      text-align:right;
      font-weight:300;
      font-size:0.95rem;
    }
    
    .woocommerce-checkout #order_review table .cart-subtotal th, .woocommerce-checkout #order_review table .shipping th {      
    
      font-size:0.95rem;
      font-weight:300;
      padding:25px 0;      
    
    }    
    
    
    .woocommerce-checkout #order_review table .cart-subtotal td, .woocommerce-checkout #order_review table .shipping td {
    
      font-size:0.95rem;
      font-weight:300;
      padding:25px 0;  
      text-align:right;    
    
    }
    
    .woocommerce-checkout #order_review table .order-total th {      
    
      font-size:1rem;
      font-weight:600;
      padding:25px 0;
      border-bottom:0;      
    
    }    
    
    
    .woocommerce-checkout #order_review table .order-total td {
    
      font-size:1rem;
      font-weight:600;
      padding:25px 0;  
      text-align:right;
      border-bottom:0;    
    
    }    
  
  .woocommerce-checkout h3 {
    
    font-size:1.5rem;
    color:#002e5f;
    margin-bottom:30px;
    
  }
  
    @media screen and (max-width: 1024px) {
    
      .woocommerce-checkout h3 {
        
        text-align:center;
        
      }
    
    }
  
  .woocommerce-checkout h3 input {
  
    vertical-align:middle;
    margin-right:20px;
        
  }
  
  .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td,
  .woocommerce-checkout #order_review table .shipping td {
  
    text-align:left !important;
    
  }

  @media screen and (max-width: 991px) {

    .woocommerce-checkout #order_review table .shipping th {
      display: none;
    }

    .woocommerce-checkout #order_review table .shipping td {
      border-bottom: 0;
    }

    .woocommerce-checkout #order_review table .order-total th,
    .woocommerce-checkout #order_review table .order-total td {
      border-top: 1px solid #19426f;
    }

    .woocommerce-checkout #order_review table .shipping td:before {
      content: attr(data-title) ": ";
      font-weight: 700;
      display: block;
      padding-bottom: 20px;
      text-align: left;
      overflow: auto;
    }
  }
  
  .woocommerce .cart_totals table.shop_table_responsive tr td::before, .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td::before {
  
    display:block;
    float:none;
    padding-bottom:20px;
    text-align:left;
    overflow:auto;
    
  }  
  
  .woocommerce ul#shipping_method {
  
    margin-bottom: 20px;
      
  }

  .woocommerce ul#shipping_method li input {
    border: 2px solid #002e5f;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 7px;
  }

  .woocommerce ul#shipping_method li label {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: all 0.2s ease-in-out;
  }

  .woocommerce .cart_totals table.shop_table a:hover {
    text-decoration: none;
  }

  .woocommerce ul#shipping_method li:hover label {
    background-size: 100% 1px;
  }

  .woocommerce ul#shipping_method li input:checked {
    background-color: #002e5f;
  }
  
  .woocommerce-shipping-destination {
  
    text-align:left;  
      
  }  
  
  .woocommerce-shipping-fields {
  
    margin-top:20px;
  
  }

  .woocommerce form.woocommerce-shipping-calculator .form-row input.input-text {
    background-color: #fff;
    padding: 10px 15px;
    line-height: 34px;
  } 
  
  .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  
    border:none;
    
  }
  
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    
    border-radius:0;
    background:#f5f5f5;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px; 
    padding:30px;     
    
  }
  
  .woocommerce-checkout #payment div.form-row.place-order {
  
    margin:0;
    padding:0;
    
  }
  
  #payment ul {
    
    /*display:none;*/
    
  }
  
  .woocommerce-privacy-policy-text {
  
    font-size: 0.8rem;
    font-family: Open Sans,sans-serif;
    font-weight: 300;
    color:#002e5f;
    padding-bottom:30px;
    
  }
  
  .woocommerce-privacy-policy-text a, .woocommerce-privacy-policy-text a:visited {
  
    color:#002e5f;
    text-decoration:underline;
    
  }

  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password {
  
    width:50%;
    margin:0 auto;
    background:#007ba5;
    border-radius:15px;
    border:none;
    padding:50px 30px;
    margin-bottom:100px;
    max-width:550px;  
  
  }
  
  @media screen and (max-width: 1024px) {
  
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password  {
    
        width:calc(100% - 40px);
      
     }  
  
  }
  
  
  .woocommerce form.checkout_coupon label, .woocommerce form.login label, .woocommerce form.register label, .woocommerce form.lost_reset_password label {
    color:#fff;
  }
  
  .woocommerce form.checkout_coupon button, .woocommerce form.login button, .woocommerce form.register button,  .woocommerce form.lost_reset_password button {
  
    display:inline-block;
    font-size: 1.0rem;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
    color:#002e5f;
    background:#00ffbf;
    border:none;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    border-top-right-radius:20px;
    padding:23px 10px 23px 10px !important;
    width:100%;
    text-align:center;
    margin:40px 0 5px 0;
    position:relative;  
  
  }
  

  .woocommerce form.checkout_coupon button:hover, .woocommerce form.login button:hover, .woocommerce form.register button:hover, .woocommerce form.lost_reset_password button:hover {
  
    color:#002e5f;
    background:#52ffdd;
    
  }
  
  #rememberme {
  
    vertical-align:middle;
    margin-right:10px;

  }
  
  .lost_password {
    margin-top:30px;
  }
  
  .lost_password a {
    
    font-size: 0.95rem;
    font-family: Open Sans,sans-serif;
    color:#fff;
    text-decoration:underline;
  
  }
  
  .woocommerce-form-coupon-toggle {
    display:none;
  }

.main-nav .primary-nav__menu > li > a.main_nav_cart {
  display:block;
  padding-left:30px;
  margin-top:16px;
  width:50px;
  height:65px;
  background: url('../img/cart_white.svg') 30px 20px;
  position:relative;  
  transition: opacity .4s cubic-bezier(.215, .61, .355, 1);
}

.main-nav .primary-nav__menu > li > a.main_nav_cart:hover {
  opacity: 0.6;
}

  .main-nav .primary-nav__menu > li > a.main_nav_cart.full {
    background: url('../img/cart_white_numbered.svg') 30px 20px;
    color:#fff;
  }

   .main-nav .primary-nav__menu > li > a.main_nav_cart.full:hover {
    opacity: 1;
   }

  .ui--sticky .main-nav .primary-nav__menu > li > a.main_nav_cart,
  .shop .main-header .main-nav .primary-nav__menu > li > a.main_nav_cart {
    background: url('../img/cart_blue.svg') 30px 20px;    
  }
  
  .ui--sticky .main-nav .primary-nav__menu > li > a.main_nav_cart.full,
  .shop .main-header .main-nav .primary-nav__menu > li > a.main_nav_cart.full {
    background: url('../img/cart_blue_numbered.svg') 30px 20px;
  }

  .main-nav .primary-nav__menu > li > a.main_nav_cart:after {
    content:'';
    width:1px;
    height:20px;
    position:absolute;
    top:22px;
    left:0;
    background: #bfcbd7;  
  }

  .main-nav .primary-nav__menu > li > a.main_nav_cart.full.active,
  .shop .main-nav .primary-nav__menu > li > a.main_nav_cart.full.active {
  
    background: url('../img/cart_white_numbered.svg') 30px 20px #002e5f;
    border-top-left-radius:6px;
    border-top-right-radius:20px;
  
  }
  
  
    .main-nav .primary-nav__menu > li > a.main_nav_cart.active:after {
      
      display:none;
    
    }

.main_nav_cart_count {
 
  display:block;
  position:absolute;
  top:16px;
  left:37px;
  width:9px;
  height:13px;
  line-height:10px;
  color:#fff;
  /*background:#fff;*/
  font-size:0.7rem;
  text-align:center;
 
}

  .ui--sticky .main_nav_cart_count,
  .shop .main-header .main_nav_cart_count {
    color: #002e5f;
  }

  .ui--sticky .active .main_nav_cart_count,
  .shop .main-header .active .main_nav_cart_count {
    color: #fff;
  }


.main_nav_cart_dropdown {

  display:none;
  position:absolute;
  top:75px;
  right:18px;
  background:#002e5f;
  width:300px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;

}

.main_nav_cart_items {

  padding:30px 20px;
  max-height:500px;
  
}

  .main_nav_cart_item {
  
    position:relative;
    border-bottom:1px solid #1988ae;
    padding-bottom:12px;
    margin-bottom:12px;
  }
  
    .main_nav_cart_item_close {
    
      display:block;
      font-family:Open Sans;
      font-size:1.5rem;
      font-weight:300;
      color:#fff;
      height:20px;
      width:20px;
      line-height:20px;
      position:absolute;
      text-align:left;
      top:0
      left:0;
    
    }
    
    .main_nav_cart_item_title {
    
      text-align:left;
      font-family:Open Sans;
      font-size:1.1rem;
      font-weight:600;
      padding-left:30px;
      color:#fff;
            
    }
    
    .main_nav_cart_item_price {
    
      text-align:left;
      font-family:Open Sans;
      font-size:0.9rem;
      font-weight:300;
      padding-left:30px;
      color:#fff;
            
    }
    
    .main_nav_cart_subtotal {
    
      text-align:center;
      font-family:Open Sans;
      font-size:1.0rem;
      font-weight:300;
      color:#fff;
      padding-bottom:40px;
    
    }
    
      .main_nav_cart_subtotal span {
        font-size:1.1rem;
        font-weight:600;
      }
    
    .main_nav_cart_buttons {

      text-align:left;
      padding:0 0 20px 20px;
    
    }
    
      .main_nav_cart_button_cart {
    
        display:inline-block;
        font-size: 1.0rem;
        font-weight: 600;
        color:#fff;
        background:transparent;
        border:1px solid #fff;
        border-top-left-radius:6px;
        border-bottom-left-radius:6px;
        border-bottom-right-radius:6px;
        border-top-right-radius:20px;
        padding:25px 10px 7px 10px;
        width:100px;
        text-align:left;
        position:relative;
        margin-right:10px;
              
      }                        
  
      .main_nav_cart_button_cart:after {
        
        position:absolute;
        top:7px;
        left:9px;
      	font-family: icomoon !important;
        font-size:14px;
        content: "\E90B";
        width:50px;
        height:50px;
        overflow:hidden;
        
      }    
            
    
      .main_nav_cart_button_checkout {
    
        display:inline-block;
        font-size: 1.0rem;
        font-weight: 600;
        color:#002e5f;
        background:#00ffbf;
        border:1px solid #00ffbf;
        border-top-left-radius:6px;
        border-bottom-left-radius:6px;
        border-bottom-right-radius:6px;
        border-top-right-radius:20px;
        padding:25px 10px 7px 10px;
        width:100px;
        text-align:left;
        position:relative;
              
      }  
  
      .main_nav_cart_button_checkout:after {
        
        position:absolute;
        top:7px;
        left:9px;
      	font-family: icomoon !important;
        font-size:14px;
        content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg"><path xmlns:default="http://www.w3.org/2000/svg" d="M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3zm-4 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-9.83-3.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4h-.01l-1.1 2-2.76 5H8.53l-.13-.27L6.16 6l-.95-2-.94-2H1v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.13 0-.25-.11-.25-.25z" style="fill: rgb(0, 46, 95);"></path></svg>');
        width:50px;
        height:50px;
        overflow:hidden;
        
      }  

    
    
.mobile_nav_cart {
  display:block;
	position:absolute;
  left: 120px;
	margin: 0;
	right: auto;
	top: 0;
	width: 59px;
  height:60px;
  border-right:1px solid #e7e8e8;
  background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg"><path xmlns:default="http://www.w3.org/2000/svg" d="M11 9h2V6h3V4h-3V1h-2v3H8v2h3v3zm-4 9c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm-9.83-3.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.86-7.01L19.42 4h-.01l-1.1 2-2.76 5H8.53l-.13-.27L6.16 6l-.95-2-.94-2H1v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.13 0-.25-.11-.25-.25z" style="fill: rgb(186, 186, 186);"></path></svg>') 17px 17px;  
}

  .mobile_nav_cart_count {
   
    display:block;
    position:absolute;
    top:15px;
    left:25px;
    width:8px;
    height:13px;
    line-height:10px;
    color:#007ba5;
    background:#fff;
    font-size:0.7rem;
    text-align:center;
    font-weight:600;
   
  }    

.btn-menu {

	background-color: #fff;
	display: block;
	height: 60px;
	position: relative;
	/* width: -webkit-calc(100% - 120px); */
	width: calc(100% - 180px);
  
}

.btn-menu span {
  width:100%
}



.payment_method_stripe label {

  font-size:1.0rem;
  font-weight:600;
  color:rgb(0, 46, 95);
  margin-bottom:7px;

}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  
  background:transparent;
  color:rgb(0, 46, 95);
  
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {

  font-size:1.0rem;
  font-weight:300;
  color:rgb(0, 46, 95);
  margin-bottom:7px;
  padding:0;
  
}

#add_payment_method #payment div.payment_box a, .woocommerce-cart #payment div.payment_box a, .woocommerce-checkout #payment div.payment_box a{

  color:rgb(0, 46, 95);
  text-decoration:underline;
  
}

#add_payment_method #payment div.payment_box:before , .woocommerce-cart #payment div.payment_box:before , .woocommerce-checkout #payment div.payment_box:before {

  display:none;
  
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {

  padding:0;

}

.woocommerce form .form-row label {

  font-size:1.0rem;
  font-weight:300;
  //color:rgb(0, 46, 95);
  color:#fff;
  margin-bottom:7px;
  
}

.woocommerce form.checkout .form-row label {
  color:rgb(0, 46, 95);
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {

  border:none;
  
}

.woocommerce-privacy-policy-text {
  
  margin:0;
  padding:0;

}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  
  background:none;
  line-height:1.4rem;
  
}

.ElementsApp, .ElementsApp .InputElement, .ElementsApp input {

  border-radius:4px;
  background:#fff;
  padding:7px 15px;
  height:auto;
  border:none;
  height: 45px;
  line-height: 45px;    

}

.woocommerce form .form-row .required {
  display:none;
}

.ui__mobile {
  border-top:1px solid #eceded;
}


.cart-empty {
    
  font-size:2.25rem;
  color: #002e5f;
  font-weight:600;
  text-align:left;
  margin:0 0 10px 0;


}

  @media screen and (max-width: 1024px) {
  
    .cart-empty {
      font-size:24px;
    }  
  
  }

.woocommerce .return-to-shop {
  
  text-align:left;
  margin-top:20px;
  
}

.woocommerce .return-to-shop a.button {
  
  display:inline-block !important;
  font-family: Open Sans,sans-serif;
  font-size: 1.0rem;
  font-weight: 600;
  color:#002e5f;
  background:#fff;
  border:2px solid #002e5f;
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  border-top-right-radius:20px;
  padding:30px 10px 8px 10px !important;
  width:150px !important;
  text-align:left;
  margin-top:00px;
  position:relative;
    
}

.woocommerce .return-to-shop a.button:after {
  
  position:absolute;
  top:7px;
  left:9px;
	font-family: icomoon !important;
  font-size:14px;
  content: "\E90B";
  width:50px;
  height:50px;
  overflow:hidden;
  
}


.woocommerce-order {

  margin-top: 160px;
  font-family: Open Sans,sans-serif;
  font-size: 1.0rem;
  line-height:1.8rem;
  font-weight: 300;
  color:#002e5f;
  
}

.woocommerce-thankyou-order-received {

  font-size:2.25rem;
  color: #002e5f;
  font-weight:600;
  text-align:left;
  margin:0 0 10px 0;
  
}

.woocommerce ul.order_details {

  margin:30px 0;
  
}

.woocommerce-order-details a {

  color: #002e5f;
  text-decoration:underline;

}

.woocommerce-order-details__title {

  font-weight:600;
  margin:20px 0;
}

.woocommerce table.shop_table {
  border-radius:10px;
}

.woocommerce ul.order_details li {

  border-right: 1px solid #d3ced2;
  text-transform:none;
  font-size: 1.0rem;
  font-weight: 300;  
}

@media screen and (max-width: 1024px) {

  .woocommerce_custom_shop_subtitle {
    
    display:none;
    
  }

	.woocommerce ul.order_details li{
		width:100%;
		border: none;
		margin-top: 20px;
	}
	

}


.woocommerce_custom_products {
  
  width:calc(100% + 40);
  margin-left:-20px;
  
}

.woocommerce_custom_products * {

  box-sizing: border-box;
  


}
  
  .woocommerce_custom h3 {
    text-align:center;
    margin:30px 0;
  }
  
  .h4 {
    text-align:center;
    margin:30px 0 50px 0;
  } 
   

  .woocommerce_custom_products .feature-item__single {
  
    width:33.33%;
    float:left;
    padding:0 20px;  
    text-align:center;  

  
  }
  
  .woocommerce_custom_products .feature-item__single > a {
    display:block;
  }
  
  .subtitle .woocommerce_custom_products .woocommerce-Price-amount {
  
    color:#0092d0 !important;
  
  }
  
  @media screen and (max-width: 1024px) {
  
    .woocommerce_custom_products {
      
      width:100%;
      margin-left:0;
      
    }  
  
    .woocommerce_custom_products .feature-item__single {
    
      width:50.00%;
      float:left;
      padding:0 10px;  
      text-align:center;  
    
    }
    
    .woocommerce_custom_products .feature-item__single .subtitle {
    
      margin:0;
    
    
    }
        
  }

.flex-control-thumbs {
  width:calc(100% + 20px);
  margin-left:-10px;
}
  
.flex-control-thumbs li {
  
  display:inline-block;
  width:20%;
  padding:20px 10px;
  box-sizing: border-box;
  
}  

.flex-control-thumbs li img {
  width:100%;
  border-radius:10px;
}

.woocommerce-pagination {
	list-style: none;
	margin: 0 auto;
	position: relative;
	width: 55%;
  clear:both;

}

@media only screen and (max-width:767px), only screen and (min-device-width:800px) and (max-device-width:1280px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait), only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.woocommerce-pagination {
	margin: 52px 0 0;
	width: 100%
}
}

.woocommerce-pagination ul {

  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	position: relative

}  

.woocommerce-pagination ul li {
  
	display: block;
	font-size: 16px;
	font-size: 1rem;
	height: 50px;
	line-height: 48px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 50px;

}       

@media only screen and (max-width:767px), only screen and (min-device-width:800px) and (max-device-width:1280px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait), only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.woocommerce-pagination ul li:nth-child(8n+5) {
	display: none
}
}

@media only screen and (max-width:767px), only screen and (min-device-width:800px) and (max-device-width:1280px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait), only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.woocommerce-pagination ul li {
	height: 40px;
	line-height: 38px;
	width: 40px
}
}

.woocommerce-pagination ul li .page-numbers {
	color: rgba(21,26,30,.4);
	display: block;
	height: 100%;
	position: relative;
	width: 100%
}
.woocommerce-pagination ul li .page-numbers::after, .woocommerce-pagination ul li .page-numbers::before {
  content:'';
  display: block;
  position: absolute;
  left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: 2px solid rgba(0,123,165,.1);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 100%;
	-webkit-transition: border-color .3s cubic-bezier(.215,.61,.355,1);
	transition: border-color .3s cubic-bezier(.215,.61,.355,1);
	width: 100%;
}
.woocommerce-pagination ul li .page-numbers::after {
	background-color: #007ba5;
	opacity: 0;
	-webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
	transition: all .4s cubic-bezier(.215, .61, .355, 1);
	z-index: -1;
  
	font-size: 1rem;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
    
}
.woocommerce-pagination ul li:hover .page-numbers {
	color: #fff
}
.woocommerce-pagination ul li:hover .page-numbers::before {
	border: 2px solid #002e5f
}
.woocommerce-pagination ul li:hover .page-numbers::after {
	background-color: #002e5f;
	opacity: 1
}
.woocommerce-pagination ul li .page-numbers.current {
	color: #fff
}
.woocommerce-pagination ul li .page-numbers.current::after {
	opacity: 1
}

.woocommerce-pagination ul li .next, .woocommerce-pagination ul li .prev{

	color: #002e5f;
	line-height: 55px;
  content:'';
  font-size:0;
  
}

@media only screen and (max-width:767px), only screen and (min-device-width:800px) and (max-device-width:1280px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait), only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
.woocommerce-pagination ul li .next, .woocommerce-pagination ul li .previous {
	line-height: 46px
}
}

.woocommerce-pagination ul li .next::before, .woocommerce-pagination ul li .prev::before {
  font-family:icomoon;
	color: #002e5f;
	font-size: 20px;
	position: relative;
	z-index: 2;
	border: 2px solid #002e5f;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 100%;
	-webkit-transition: all300ms cubic-bezier(.215, .61, .355, 1);
	transition: all300ms cubic-bezier(.215, .61, .355, 1);
	width: 100%;
}
.woocommerce-pagination ul li .next:hover::before, .woocommerce-pagination ul li .prev:hover::before {
	color: #fff
}
.woocommerce-pagination ul li .next:hover::after, .woocommerce-pagination ul li .prev:hover::after {
	background-color: #002e5f !important;
}
.woocommerce-pagination ul li .prev::before {
	content: "\E909";
}
.woocommerce-pagination ul li .next::before {
	content: "\E908";
}


.woocommerce_custom_products .feature-item__single .title, .related.products .feature-item__single .title {
	color: #002e5f;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.45833333;
	height: 100px;
}

@media only screen and (max-width:767px), only screen and (min-device-width:800px) and (max-device-width:1280px) and (-webkit-min-device-pixel-ratio:1.5) and (orientation:portrait), only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	.woocommerce_custom_products .feature-item__single .title, .related.products.feature-item__single .title {
		font-size: 1rem;
		line-height: normal;
		height: 50px;
	}
	.woocommerce_custom_products .feature-item__single .category, .related.products .feature-item__single .title{
		font-size: 10px;
		border-radius: 5px 5px 5px 0;
		padding: 5px 10px
	}
}



