/*-----------------------------------------------------------------------------------

    Template Name: Gicor eCommerce Furniture  Template
    Description: This is html5 template
    Author: HasTech
    Version: 1.0

-----------------------------------------------------------------------------------
    
    [Table of contents]
	
    1. Promo style
    2. Breadcrumb style
    3. Banner area
    4. Section title
    5. Welcome store text
    6. Wishlist area
    7. Cart page
    8. Checkout page
    9. Login area
    10. Elements
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1. Promo style
/*----------------------------------------*/


.btn {
	background:url(img/bti.png) 105px center no-repeat #0075cf;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    height: 42px;
	font-weight:600;
    line-height: 40px;
    padding:0px 75px 0px 25px ;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	letter-spacing:1px;
}
.btn-lg {
    padding: 12px 38px;
}
.btn:hover {
    color: #fff;
    background:url(img/bti.png) 110px center no-repeat #0075cf;
}
.btn2 {
	background:none;
	width:auto!important;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    height: 42px;
	font-weight:600;
    line-height: 40px;
    padding:0px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
	letter-spacing:1px;
}
.custom-height {
    height: 110px
}
.space-custom {
    height: 90px
}
.single-promo i {
    color: #00a9da;
    display: block;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
.single-promo h3 {
    padding-bottom: 15px;
    position: relative;
}
.single-promo h3::before {
    background: #00a9da none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 70px;
}
.single-promo.text-center h3::before {
    left: 0;
    right: 0;
    margin: auto;
}
.single-promo.text-right h3::before {
    left: auto;
    right: 0;
}
/* 2. Breadcrumb style */

.breadcrumb-list > li {
    display: inline-block;
    float: none;
    margin-left: 22px;
    position: relative;
}
.breadcrumb-list > li::after {
    color: #ffffff;
    content: "/";
    left: -14px;
    position: absolute;
    top: 2px;
}
.breadcrumb-list > li:first-child {
    margin-left: 0;
}
.breadcrumb-list > li:first-child::after {
    content: "";
}
.breadcrumb-list > li > a {
    color: #ffffff;
}
/* Custom-content all */

.boxed-layout .wrapper {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    width: 1240px;
}
.boxed-layout .sticky {
    left: auto;
    margin: auto;
    width: 1240px;
}
.iabout-area {
    width: 100%;
	background:#fafafa;
}
.iclient-area {
    width: 100%;
	background:url(img/part1.jpg) no-repeat #fafafa;
}
.iclientbg{ background:url(img/contact_maps02.png) right center no-repeat;}
/*  3. Banner area  */
.iservice-area{}
.iservice .isp1{
  background-image: url('img/nimg762_1.jpg'); /* 替换为你的图片路径 */
  background-size: auto 100%; /* 宽度100%，高度自动 */
  background-repeat: no-repeat; /* 防止背景图重复 */
  background-position:15px 0; /* 背景图居中 */
  padding-right:40%;
  position:relative;
}
.iservice .isp1 img{ width:35%; height:auto; float:right;}
.iservice .isp2{width:40%;top:0px; right:0px; position:absolute; height:100%; padding:0; }
.iservice .isrbox{ height:50%!important;;background:#f6f8f9; text-align:center;color:#0075cf; padding-top:60px;}
.iservice .isrbox i{ font-size:46px; width:46px; height:46px; }
.iservice .isrbox h3{color:#0075cf; font-size:20px; margin-top:24px;}
.iservice .isrbg{ background:#fdfdfd;}
.ispc{ padding:120px 0 0 40px; color:#fff;}
.ispc2{font:14px; line-height:26px; margin:30px 0;}


.banner-area {} .single-banner {} .single-banner img {
    width: 100%;
}
.single-banner a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.single-banner a::after,
.single-banner a::before {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.single-banner a::before {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    content: "";
    transform: scale(0, 1);
}
.single-banner a::after {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    content: "";
    transform: scale(1, 0);
}
.single-banner a:hover::after,
.single-banner a:hover::before {
    opacity: 1;
    transform: scale(1);
}
.banner {
    position: relative;
}
.banner a {
    position: relative;
    display: block
}
.banner a::before {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(0);
    transition: all 400ms ease-in-out 0s;
}
.banner img {
    width: 100%;
}
.banner:hover a:before {
    transform: scale(1);
}
.banner a h3 {
    bottom: 40px;
    opacity: 0;
    position: absolute;
    right: 40px;
    text-align: right;
    transition: all 400ms ease-in 0s;
    color: #2c2c2c;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.banner a:hover h3 {
    opacity: 1
}
/*   4. Section title   */


#newsletter_block_left {} #newsletter_block_left h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}
#newsletter_block_left h4 span {
    color: #ffae00;
}
#newsletter_block_left p {
    color: #5f5f5f;
    font-size: 14px;
    font-style: italic;
}
.block_content {} .block_content form {
    position: relative;
}
.block_content form input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    color: #989898;
    height: 50px;
    padding: 0 150px 0 10px;
}
.block_content form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0 none;
    border-left: 2px solid #d7d7d7;
    border-right: 0 none;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    padding: 0 35px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 12px;
    width: auto;
    border-top: 0;
}
.newsletter-form input {
    border: 2px solid #d7d7d7;
}
.block_content form button:hover {
    color: #ffae00
}
.brand-sep {
    border-top: 1px solid #ddd;
}
.single-brand img {
    transition: all 0.3s ease 0s;
}
.single-brand img {
    opacity: 0.4;
}
.single-brand:hover img {
    opacity: 1;
}
.single-service {} .service-icon {
    float: left;
}
.border-bottom {
    border-bottom: 1px solid #ebebeb;
}
.service-icon i {
    color: #ffae00;
    display: inline-block;
    font-size: 48px;
    line-height: 47px;
    margin-right: 15px;
}
.service-title {
    margin-left: 50px;
}
.service-title h3 {
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
}
.service-title p {
    color: #7d7d7d;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
}
a#scrollUp {
    background: #ffae00 none repeat scroll 0 0;
    bottom: 54px;
    color: #fff;
    font-size: 23px;
    height: 40px;
    line-height: 34px;
    position: absolute;
    right: 32px;
    text-align: center;
    width: 40px;
}
.newsletter-text {} .newsletter-text h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.newsletter-text h4 span {
    color: #ffae00;
}
.newsletter-text p {
    color: #5f5f5f;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}
/* 5. Welcome store text */

.welcome-store-text {} .welcome-store-text h3 {
    color: #b3b3b3;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}
.welcome-store-text h2 {
    background: rgba(0, 0, 0, 0) url("img/bkg_title_static.png") no-repeat scroll center bottom;
    color: #000000;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.3em;
    margin-top: 15px;
    padding-bottom: 45px;
    text-transform: uppercase;
    vertical-align: top;
}
.welcome-store-text p {
    color: #444;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 25px;
    max-width: 850px;
    vertical-align: top;
}
.breadcrumb a {
    color: #0075cf;
}
.breadcrumb > .active{
    color: #4d4d4d;
}
.breadcrumb a:hover {
    color: #ffae00;
}
.breadcrumb {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    color: #4d4d4d;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 50px;
    min-height: 6px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    z-index: 1;
}
/*----------------------------------- 
    6. Wishlist area
-------------------------------------*/

.wishlist-area {} .wishlist-content {} .wishlist-title {} .wishlist-title h2 {} .wishlist-table {} .wishlist-table table {
    background: #fff none repeat scroll 0 0;
    border-color: #e8e8e9;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    width: 100%;
}
.wishlist-table table {} .wishlist-table table th {
    font-weight: 600;
}
.wishlist-table table th,
.wishlist-table table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
}
.wishlist-table table .product-remove {
    padding: 0 15px;
    width: 20px;
}
.wishlist-table table .product-remove > a {
    color: #444;
    font-size: 25px;
}
.wishlist-table table .product-thumbnail {
    width: 150px;
}
.wishlist-table table td.product-price .amount {
    font-weight: 700;
}
.wishlist-table table .wishlist-in-stock {
    color: #ffae00;
}
.wishlist-table table .product-add-to-cart > a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 10px 56px;
    text-transform: uppercase;
    width: 260px;
}
.wishlist-table table .product-add-to-cart > a:hover {
    background: #ffae00 none repeat scroll 0 0;
}
.wishlist-table table .product-add-to-cart {
    width: 240px;
}
.wishlist-table table .wishlist-table table .wishlist-share {} h3.wishlist-share-title {} .wishlist-share {
    margin-bottom: 35px;
    margin-top: 20px;
}
.wishlist-share ul {} .wishlist-share ul li {
    display: inline-block;
    height: 21px;
    margin-left: 0;
    margin-right: 0;
}
.wishlist-share ul li a {
    background-position: left top;
    border: medium none;
    display: inline-block;
    height: 21px;
    width: 21px;
}
.wishlist-share ul li a {} .wishlist-share ul li a {} .wishlist-share ul li a:hover {
    background-position: left bottom;
}
.product-name > a {
    color: #444;
}
.product-name > a:hover {
    color: #ffae00
}
/*=========================== 
    7. Cart page
============================= */

.cart-main-area {} .shipping_method input {
    background: #eceff8 none repeat scroll 0 0;
    border: 2px solid #eceff8;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: inherit;
}
.cart-title-area {
    padding-top: 30px;
}
.car-header-title {} .car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.table-content {} .table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
}
.table-content table {} .table-content table th {
    border-top: medium none;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.table-content table th,
.table-content table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
}
.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}
.table-content table td.product-subtotal {
    font-size: 14px;
    font-weight: bold;
    width: 120px;
}
.table-content table td.product-name a {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #6f6f6f;
}
.table-content table td.product-name {
    width: 270px;
}
.table-content table td.product-thumbnail {
    width: 130px;
}
.table-content table td.product-remove i {
    color: #919191;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.table-content table .product-price .amount {
    font-size: 15px;
    font-weight: 700;
}
.table-content table td.product-remove i:hover {
    color: #ffae00;
}
.table-content table td.product-quantity {
    width: 180px;
}
.table-content table td.product-remove {
    width: 150px;
}
.table-content table td.product-price {
    width: 130px;
}
.table-content table td.product-name a:hover,
.buttons-cart a:hover {
    color: #ffae00;
}
.product-thumbnail img {
    width: 100%;
}
.buttons-cart {
    margin-bottom: 30px;
    overflow: hidden;
}
.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: inherit;
}
.wc-proceed-to-checkout {
    clear: both;
    display: block;
}
.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
    background: #ffae00 none repeat scroll 0 0;
    color: #fff;
}
.buttons-cart a {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
}
.coupon {
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 20px;
}
.coupon h3 {
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.coupon p {} .coupon input[type=text] {
    border: 1px solid #e5e5e5;
    float: left;
    height: 40px;
    margin: 0 6px 20px 0;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 170px;
}
.coupon input[type=submit] {} .cart_totals {
    float: left;
    text-align: right;
    width: 100%;
}
.cart_totals h2 {
    border-bottom: 2px solid #333;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 35px;
    text-transform: uppercase;
}
.cart_totals table {
    border: medium none;
    float: right;
    margin: 0;
    text-align: right;
}
.cart_totals table th {
    border: medium none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px 12px 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
}
.cart_totals table td {
    border: medium none;
    padding: 0 0 12px;
    vertical-align: top;
}
.cart_totals table {} .cart_totals table td .amount {
    color: #ffae00;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    text-align: right;
    text-transform: uppercase;
}
.cart_totals table td ul#shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cart_totals table td ul#shipping_method li {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
}
.cart_totals table td ul#shipping_method li input {
    margin: 0;
    position: relative;
    top: 2px;
}
.cart_totals table {} a.shipping-calculator-button {
    font-weight: bold;
    color: #6f6f6f;
}
a.shipping-calculator-button:hover {
    color: #83CBDC
}
.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
.cart_totals table tr.order-total .amount {} .wc-proceed-to-checkout a {
    background: #ffae00 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 30px;
    text-transform: none;
}
.wc-proceed-to-checkout a:hover {
    background: #252525;
}
/*=========================== 
    8. Checkout page
============================= */

.coupon-area {} .coupon-accordion {} .coupon-accordion h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #ffae00;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
}
.coupon-accordion h3::before {
    color: #1e85be;
    content: "\f114";
    display: inline-block;
    font-family: fontawesome;
    left: 1.5em;
    position: absolute;
    top: 1em;
}
.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
}
.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #ffae00;
}
.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}
.coupon-info {} .coupon-info p.coupon-text {
    margin-bottom: 15px
}
.coupon-info p {
    margin-bottom: 0
}
.coupon-info p.form-row-first {} .coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
}
.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}
.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #e5e5e5;
    height: 36px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
}
.coupon-info p.form-row-last {} .coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: #ffae00 none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
    height: inherit;
    position: relative;
    top: 2px;
    width: inherit;
}
.form-row > label {
    margin-top: 7px;
}
p.lost-password {
    margin-top: 15px;
}
p.lost-password a {
    color: #6f6f6f;
}
p.checkout-coupon {} p.checkout-coupon input[type=text] {
    height: 36px;
    padding-left: 10px;
    width: 170px;
}
p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    margin-left: 6px;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
    width: inherit;
}
.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}
.checkout-area {
    margin-bottom: 30px;
}
.checkbox-form {} .checkbox-form h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.country-select {
    margin-bottom: 30px;
    position: relative;
}
.country-select label,
.checkout-form-list label {
    color: #333;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    display: block
}
.country-select label span.required,
.checkout-form-list label span.required {
    color: red
}
.country-select select {
    -moz-appearance: none;
    border: 1px solid #ddd;
    height: 32px;
    padding-left: 10px;
    width: 100%;
}
.country-select::before {
    content: "\f107 ";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 31px;
}
.checkout-form-list {
    margin-bottom: 30px;
}
.checkout-form-list label {
    color: #333;
}
.checkout-form-list label span.required {} .checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    width: 100%;
    padding: 0 0 0 10px;
}
.checkout-form-list {} .checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: inherit;
}
.ship-different-title input {
    height: inherit;
    line-height: normal;
    margin: 4px 0 0;
    position: relative;
    top: 1px;
    width: 30px;
}
.create-acc label {
    color: #333;
    display: inline-block;
}
.checkout-form-list input[type=password] {} .create-account {
    display: none
}
.ship-different-title {} .ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
}
.ship-different-title input {} .order-notes {} .order-notes textarea {
    height: 90px;
    padding: 15px;
    width: 100%
}
#ship-box-info {
    display: none
}
.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}
.your-order h3 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}
.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
.your-order-table table th {
    border-top: medium none;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}
.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}
.your-order-table table .shipping th {
    vertical-align: top;
}
.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
}
.your-order-table table .order-total td {
    border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
    background: #F9F9F9
}
.your-order-table table tr.order-total td span {
    color: #ffae00;
    font-size: 20px;
}
.your-order-table table {} .payment-method {
    margin-top: 40px;
}
.payment-accordion {} .payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.payment-accordion h3 a {
    color: #6f6f6f;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none
}
.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
    content: "ï•";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: -2px;
}
.payment-accordion h3.open a:after {
    content: "\f056";
}
.payment-content {} .payment-content p {
    font-size: 13px;
}
.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}
.order-button-payment {} .order-button-payment input {
    background: #ffae00 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.order-button-payment input:hover {
    background: #444
}
/*******   9. Login area   ********/

.login-area {} .login-area input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
}
.login-area select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
}
#billing_address_2 {
    margin-top: 15px
}
#rememberme {
    float: left;
    height: inherit;
    margin-top: 7px;
    width: 30px;
}
label.inline > a {
    color: #ffae00;
}
.theme-button {
    width: 150px;
}
.theme-button:hover {
    background: #ffae00;
    color: #fff;
    border-color: #ffae00
}
.centered-title h2 {
    color: #202020;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}
.centered-title em {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
}
.login-form {
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    padding: 25px 30px;
    width: 100%;
}
.login-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
}
.lost_password > a {
    color: #ffae00;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
    margin-bottom: 16px;
}
.contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
}
.contact-form input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    margin-top: 16px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 140px;
}
.contact-info h3,
.contact-form h3 {
    border-bottom: 2px solid #e8e8e9 !important;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.contact-info ul li {
    border-bottom: 1px solid #e8e8e9;
    float: left;
    font-size: 13px;
    line-height: 40px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.contact-info ul li i {
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
}
/*.............   10. Elements  ................*/

.elements1.space-custom {
    height: 0px;
}
.elements1.header-pos {
    position: inherit;
}
.elements1 .main-menu {
    margin: 0px 10px 0 0;
}
.elements1 .search-block-top {
    margin-top: 0;
}
.elements1 .setting-menu {
    margin: 0px 0 0 30px;
}
.elements1.header-pos {
    padding: 0 15px;
}
.elements1 .logo {
    padding-top: 23px;
}
.elements1 .shopping-cart {
    padding-bottom: 25px;
}
.elements1 .main-menu ul li a {
    padding: 25px 18px;
}
.sc-sub-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
}
.tab-accordion-area .accordion-head {
    background: #303030 url("img/icons/accordion-up.png") no-repeat scroll right center;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    line-height: 44px;
    padding: 0 12px 0 28px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.tab-accordion-area .accordion-head.collapsed {
    background: #303030 url("img/icons/accordion-down.png") no-repeat scroll right center;
}
.tab-accordion-area .accordion-head:hover,
.tab-accordion-area .accordion-head:focus {
    color: #fff;
}
.tab-accordion-area .accordion-body {
    padding: 25px;
    text-align: left;
}
.tab-accordion-area .checkout-reg h3 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    margin: 0 0 11px;
    text-transform: uppercase;
}
.tab-accordion-area #accordion .panel {
    border: medium none;
    box-shadow: none;
}
.tab-accordion-area .panel-group {
    margin-bottom: 0;
}
.elements-progress .progress-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 5px;
    text-align: left;
}
.elements-progress .progress {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 8px;
}
.elements-progress {
    background-color: #f6f6f6;
}
.elements-tab-area .tab-list {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.elements-tab-area .tab-list li {
    display: block;
    float: left;
    margin-right: 15px;
}
.elements-tab-area .tab-list li a {
    background: #303030 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
}
.elements-tab-area .tab-list li.active a {
    background: #ffae00 none repeat scroll 0 0;
}
.elements-video-one {
    margin-bottom: 30px;
    overflow: hidden;
}
.breadcrumb-area2 {
    background-color: #333;
    clear: both;
}
.mailchimp-error {
  color: red;
}
.mailchimp-success {
  color: green;
}

.npic{ width:100%; height:630px;}
.npic h1{ width:100%; height:100%; text-align:center; color:#fff; padding-top:210px; font-size:52px; font-family:Verdana, Geneva, sans-serif;}
.npic2{ width:100%; height:180px;}
.ab-area{}
.ab-main{}
.topm-area{ width:100%; height:0px; position:relative;}
.nobg{ width:100%; height:380px; background:#fff; position:absolute; top:0px; left:0px; z-index:-1;}
.tmenu{position:relative; padding:30px}
.tmenub{ position:absolute; top:-67px; left:0;width:100%; padding:0 15px;}
.tmenub2{border-bottom:3px #efefef solid;background:#fff;width:100%;}
.tml{ padding-left:40px;}
.tml li{ float:left; background:#fff; padding-right:45px; line-height:67px;}
.tml li a{ font-size:14px;text-align:center; color:#525252; font-weight:600;}
.tmr{height:67px;background:#f3f5fa; padding-left:25px;}

.ab-heading{ padding:40px 0 0 30px;}
.ab-heading h1{ font-size:24px; line-height:40px;}
.ab-heading span{ font-size:42px; color:#0075cf; text-transform:uppercase; margin-top:15px; display:inherit;}

.ab-area{ }
.ab-main{ background:#fff;}
.ab-con{background:url(img/sunbg.png) 30px bottom no-repeat; padding:75px 40px 140px 30px;}
.ab-con h1{ font-size:20px; line-height:40px; font-weight:600;}
.ab-con h2{ font-size:16px; line-height:28px;font-weight:600;}
.ab-con td{ padding:10px 0;}
.ab-con p{ padding:5px 0;}

.abr1{ position:relative;}
.abr1 img{ width:100%; height:auto;}
.abr1 div{ position:absolute; padding:60px 0 0 50px; position:absolute; top:0px; left:0px; z-index:999;}
.abr1 hr{ width:58px; height:0px; background:#fff;line-height:1px; border:2px #fff solid; margin:0 0 15px 0;}
.abr1 ul{ font-size:26px; font-weight:600; line-height:50px; color:#fff;}
.abr1 p{font-size:16px; font-weight:400; line-height:24px; color:#fff;}

.abr2{ background:url(img/ab_r.jpg) no-repeat top center; background-size:100% auto;min-height:720px; padding-top:40px; width:100%;}
.abr2 div{ margin:15px 30px 15px 0; padding:5px 50px 5px 30px; font-size:16px; color:#0075cf;line-height:30px; background:#dce5f4;width:auto!important;display:block; float:left; border-bottom-right-radius:25px;border-top-right-radius:25px;}
.abr2 div b{ font-size:26px; margin-right:10px; line-height:40px; padding-top:5px;}
#tb{ background:#fff; width:100%;}
#tb tr{background:#fff; border:1px #fff solid;}
#tb td{ padding:10px 10px; font-size:16px; line-height:28px; background:#f7f7f9; color:#333;}

.ptbl{ background:#d3d3d3;border-spacing:1px!important; min-width:480px;}
.ptbl tr{background:#ddd; border:0px #ccc solid;}
.ptbl td{ background:#fff; font-size:14px; line-height:24px; padding:8px 15px;border:1px #ccc solid;}

.newsl{ border-bottom:1px #f0f0f0 solid; padding:15px 0 0; margin:0px;}
.newsl a{ color:#333; font-size:14px; font-weight:600;}
.newsl h3{ font-size:18px; margin:0px; padding:0px; line-height:20px; padding-bottom:20px; display:inline;}
.newsl img{ width:88px; height:62px;}
.xnum{ font-size:28px; font-family:Verdana, Geneva, sans-serif; font-style:italic; color:#ced8e5;}
.ntime{ color:#999999; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; border-left:1px #f1f1f1 solid; height:40px; padding-left:30px;}
.spage{ font-size:14px; line-height:20px; margin:20px 0; color:#999; padding-left:80px; letter-spacing:0.3em;}
.spage a{ color:#999;}

.nlist{ padding:0px 0px 20px 0; margin:0 15px; border:1px solid #159cc2; border-radius:4px;}
.nlist h2{ background:#159cc2; padding:5px 15px; font-size:16px; color:#fff; line-height:32px; margin-bottom:10px;}
.nlist div{ padding:0px 0px 0 5px;}
.nlist i{ color:#159cc2; margin-right:10px;}


.tedian{ width:100%;}
.tedian div{ width:20%; float:left; padding:5px; margin:0px;}
.tedian div li{list-style:none;float:none; width:100%; padding:5px 10px;}
.tedian div p{ font-size:14px; line-height:24px; padding:0px; margin:0px;}
.tedian div p b{ font-size:15px; line-height:28px;}
.tedian div img{ width:100%;}


.ptd{ width:100%; margin:20px 0;}
.ptd td{width:20%;}
.ptd td div{ display:block; float:none; width:100%; margin:5px 0;}
.ptd td img{ width:200px!important;}
.ptd td b{ font-weight:600; font-size:15px; line-height:40px;display:inherit;}
.ptd td p{ font-size:14px; line-height:28px; display:inherit; margin-bottom:10px;}

.pyp{ width:100%; margin:20px 0;}
.pyp td{width:25%; padding:8px;}
.pyp td div{ display:block; float:none; width:100%; margin:5px 0;}
.pyp td img{ width:100%!important;}
.pyp td b{ font-weight:600; font-size:15px; line-height:40px;display:inherit;}
.pyp td p{ font-size:14px; line-height:28px; display:inherit; margin-bottom:10px;}

