/*body {
	background-color: #F9F9F9;
	font-family: Georgia, "Times New Roman", Times, serif;
}*/
ul.products-wrp {
	list-style: none;
	padding: 0;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;  
	color: #777;  
	text-align: center;
}
ul.products-wrp li{
	display: inline-block;
	border: 1px solid #ECECEC;
	margin: 5px;
	background: #fff;
	text-align: center;
}
ul.products-wrp li h4{
	margin: 0;
	padding: 15px 5px 5px 5px;
	text-align: center;
	border-bottom: 1px solid #FAFAFA;
}
ul.products-wrp li .item-box{
	border: 1px solid #EAEAEA;
	background: #F9F9F9;
	margin: 5px;
	padding: 5px;
	text-align: left;
}
ul.products-wrp li .item-box div{
	margin-bottom:5px;
}
ul.products-wrp li .item-box button{
	margin-left: 5px;
	background: #FA1C5F;
	border: none;
	padding: 3px 8px 3px 8px;
	color: #fff;
}
ul.products-wrp li .item-box button[disabled=disabled]{
	background: #FC84A8;
}

.cart-box {
	display: block;
	/*width: 50px;
    background: rgba(219, 0, 33, 1) url(../images/cart-icon.png) no-repeat 20px 5px;
	padding: 4px 8px 4px 8px;
	border-radius: 30px;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32);
    margin-top: 8px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: 40px;
	font-weight: bold;*/
}
.cart-box:hover{
	background: #FA1C5F url(../images/cart-icon.png) no-repeat 20px 5px;
}
.shopping-cart-box{ 
	position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	max-width: 450px;
	color: #FFD5D5;
	background: #FA1C5F;
	border-radius: 4px;
	padding: 10px;
	font: small Verdana, Geneva, sans-serif;  
	margin-top: 10px;
	display:none;
}
.shopping-cart-box a{
	color: #FFD5D5;
	text-decoration:none;
}
.shopping-cart-box:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0; height: 0;
	border-bottom: 8px solid rgba(255, 0, 97, 1);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.shopping-cart-box ul.cart-products-loaded{
	margin: 0;
	padding: 0;
	list-style: none;
}
.shopping-cart-box .close-shopping-cart-box{
  float: right;
}
#shopping-cart-results ul.cart-products-loaded li{
	background: #ED0C50;
	margin-bottom: 1px;
	padding: 6px 4px 6px 10px;
}
.shopping-cart-box .remove-item{
	float:right;
	text-decoration:none;
}
.shopping-cart-box .cart-products-total{
	font-weight: bold;
	text-align: right;
	padding: 5px 0px 0px 5px;
}
.shopping-cart-box h3{
	margin: 0;
	padding: 0px 0px 5px 0px;
}

ul.view-cart {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 15px 15px 15px 25px;
  list-style: none;
}

ul.view-cart {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 15px 15px 15px 25px;
  list-style: none;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}
ul.view-cart li span{
    float: right;
}
ul.view-cart li.view-cart-total{
  border-top: 1px solid #ddd;
  padding-top: 5px;
  margin-top: 5px;
  text-align: right;
}
hr{
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}



.cartbtn:hover{background: #ff7b3d;}

.cartbtn{display:inline-block;font-size: 1em;padding:0 20px;border: 0 none;text-transform: uppercase;position: relative; cursor: pointer;border: none; height:40px; line-height:40px; background: #1a1a1a; color: #fff;border-radius: 0;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}

.cartbtn:active{outline: 0 none;top: 2px;}

.cartbtn.cartbtn--large{height:56px; line-height:56px; padding:0 30px}


@media only screen and (max-width: 585px)

{
	.cart-table-wrap

	{

		overflow-x: scroll;

		margin-bottom:20px;

	}

	.cart-table-wrap .cart-table

	{

		width:999px;

		max-width:none;

	}
}





.cart-table {
  padding: 20px;
/*  -webkit-box-shadow: 0 3px 1px rgba(0,0,0,0.2);
  box-shadow: 0 3px 1px rgba(0,0,0,0.2);*/
  /*background: #f1f1f1;*/
 /*background-color:#fff;*/
 /* -webkit-border-radius: 5px;
  border-radius: 5px;*/
}
/*.cart-table  thead
{
	background-color: #2b9c49 ;
	color:#fff;
}*/
.cart-table td:nth-child(3)
{
	min-width: 126px;
	float:none !important;
}
.cart-table td:nth-child(4)
{
	min-width: 110px;
}

.cart-table > thead > tr > td,
.cart-table > tbody > tr > td,
.cart-table > tfoot > tr > td,
.cart-table > thead > tr > th,
.cart-table > tbody > tr > th,
.cart-table > tfoot > tr > th {
  padding: 10px 15px;
  vertical-align: middle;
}
.cart-table > thead > tr > td:last-child,
.cart-table > tbody > tr > td:last-child,
.cart-table > tfoot > tr > td:last-child,
.cart-table > thead > tr > th:last-child,
.cart-table > tbody > tr > th:last-child,
.cart-table > tfoot > tr > th:last-child {
  text-align: right;
}
.cart-table > thead > tr > th,
.cart-table > tbody > tr > th,
.cart-table > tfoot > tr > th {
  border-width: 1px;
  font-weight: 400;
  font-size: 16px;
}
.cart-table .cart-item-image img {
  width: 100px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.cart-table .cart-item-remove > a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #999;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.cart-table .cart-item-remove > a:hover {
  background-color: #fe5722;
}
.cart-table .cart-item-quantity > input {
  width: 44px;
  text-align: center;
  outline: none;
  display: inline-block;
  line-height: 20px;
  margin: 0 7px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cart-table .cart-item-quantity .cart-item-minus,
.cart-table .cart-item-quantity .cart-item-plus {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #b3b3b3;
  font-size: 12px;
}
.cart-table .cart-item-quantity .cart-item-minus:hover,
.cart-table .cart-item-quantity .cart-item-plus:hover {
  color: #666;
}
.cart-total-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 13px;
  color: #7d7d7d;
}
.cart-total-list > li {
  margin-bottom: 5px;
  background-color:#e1e1e1;
  padding: 5px 0;
}
.cart-total-list > li::after
{
	display:table;
	clear:both;
	content:"";	
}
.cart-total-list > li > span {
  width:50%;
  display:block;
  float:left;
  padding:0 10px;
  text-align:left;
}
.cart-total-list > li:last-child {
  font-size: 17px;
  font-weight: 600;
  color: #666;
}
.cart-table tr:first-child td
{
	border:0 !important;	
}
.cupon-row::after
{
	display:table;
	clear:both;
	content:"";	
}
.cupon-row
{
	background-color:#F1F1F1;
	padding:10px 10px;	
	border-bottom: 15px solid #fff;
}
.cupon-row .btn-primary
{
	text-transform:uppercase;	
	width:100%;
	margin-top:5px;
}
.cart-table .my-btn2
{
	display:block;
	width:100%;
	padding: 6px 3px;	
	text-transform:uppercase;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
        table.responsivetd thead tr, table.table_style_new thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        table.responsivetd tr, table.table_style_new tr {
            border: 1px solid #ccc;
        }
        table.responsivetd td, table.table_style_new td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
        }

            table.responsivetd td:before, table.table_style_new td:before {
                position: absolute;
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
            }
            table.responsivetd td:nth-of-type(1):before {
                content: "Item";
            }

            table.responsivetd td:nth-of-type(2):before {
                content: "Quantity";
            }

            table.responsivetd td:nth-of-type(3):before {
                content: "Price";
            }

            table.responsivetd td:nth-of-type(4):before {
                content: "Offer Savings";
            }

            table.responsivetd td:nth-of-type(5):before {
                content: "Sub Total";
            }


            table.table_style_new td:nth-of-type(1):before {
                content: "Product";
            }

            table.table_style_new td:nth-of-type(2):before {
                content: "Quantity";
            }

            table.table_style_new td:nth-of-type(3):before {
                content: "Price";
            }

            table.table_style_new td:nth-of-type(4):before {
                content: "Amount";
            }
}

.table-bordered {
    border: none !important;
    width: 99%;
}

@media only screen and (max-width: 800px) {
    #responsive-tables table,
    #responsive-tables thead,
    #responsive-tables tbody,
    #responsive-tables th,
    #responsive-tables td,
    #responsive-tables tr {
        display: block;
    }
        #responsive-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
    #responsive-tables tr {
        border: 1px solid #EAEAEA;
    }
    #responsive-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
        #responsive-tables td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }
        #responsive-tables td:before {
            content: attr(data-title);
        }
}
table {
    width: 100%;
}


@media (max-width: 760px) {
	
	.responsive-table-line td:before { content: attr(data-title); }
	
	.responsive-table-line table, 
	.responsive-table-line thead, 
	.responsive-table-line tbody, 
	.responsive-table-line th, 
	.responsive-table-line td, 
	.responsive-table-line tr { 
	display: block; 
	}
	 
	.responsive-table-line thead tr { 
	display:none;
	}
	
	.responsive-table-line td { 
	position: relative;
	border: 0px solid transparent;
	padding-left: 50% !important; 
	white-space: normal;
	text-align:right; 
	}
	 
	.responsive-table-line td:before { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%; 
	padding-right: 15px; 
	height:100%;
	white-space: nowrap;
	text-overflow: ellipsis !important;
	overflow:hidden !important;
	text-align:left;
	background-color:#f8f8f8;
	padding:2px;
	}
	
	}

/**************************************/
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

section {
	float: left;
	width: 100%;
	/*overflow: hidden;*/
}
/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:20px 0px;
}

.cart-outer{
	position:relative;	
}

.checkout-page .cart-outer{
	margin-bottom:40px;	
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
	margin-bottom:10px;
}

.cart-outer .cart_table{
	width:100%;
	min-width:900px;	
}

.cart_table .cart-header{
	position:relative;
	width:100%;
	text-transform:capitalize;
	font-size:18px;
	color:#222222;
}

.cart_table thead tr th{
	line-height:24px;
	padding:13px 0px;
	min-width:120px;
	font-weight:600;
	color:#002b5e;
	font-size:16px;
	text-transform:uppercase;
	font-family: "montserrat", serif;
}

.cart_table thead tr th .fa{
	font-size:18px;
	padding:0px 20px 0px 30px;	
}

.cart_table thead tr th.prod-column{
	text-align:left;
	padding-left:10px;	
}

.cart_table tbody tr td{
	line-height:24px;
	padding:20px 10px 0px;
	min-width:100px;
	color:#222222;
	font-size:14px;
	font-weight:400;
	font-family: "montserrat", serif;
}

.cart_table tbody tr .qty{
	width:200px;
	padding-right:80px;
}

.cart_table tbody tr .qty .quantity-spinner{
	background:#ffffff;	
}

.cart_table tbody tr .prod-column .column-box{
	position:relative;
	min-height:88px;
	padding-left:120px;
	padding-top:0px;
	text-align:left;
}

.cart_table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:88px;
	height:88px;
	border:1px solid #e3e3e3;
}

.cart_table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart_table tbody tr .prod-column .column-box h4{
	font-size:16px;
	color:#222222;
	font-weight:400;
	margin-bottom:5px;	
}

.cart_table tbody tr .sub-total{
	font-weight:400;
	color:#222222;	
}

.cart_table tbody tr .remove-btn{
	position:relative;
	font-size:24px;
	color:#002b5e;
	line-height:30px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart_table tbody tr .remove-btn .fa{
	position:relative;
	padding:0px 20px;
	font-size:24px;
	line-height:30px;
}

.cart_table tbody tr .remove-btn:hover{
	color:#fde428;
}

.cart_table tbody tr{
	
}

.cart_table tbody tr td{
	vertical-align:middle;	
}

.cart_table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:46px;
	display:block;
	width:100%;
	position:relative;
}

.cart_table tbody .available-info{
	position:relative;
	padding-left:50px;	
}

.cart_table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#223555;
	border-radius:50%;
}

.cart-section .cart-options{
	position:relative;
	padding:20px 0px 25px;
	margin-bottom:50px;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon h2{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
}

.cart-section .apply-coupon .text{
	position:relative;
	color:#222222;
	margin-bottom:20px;
}

.cart-section .apply-coupon .form-group{
	position:relative;
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:24px;
	padding:9px 10px;
	border:1px solid #e0e0e0;
	width:100%;
	background-color:#ffffff;
	border-color:#eeeeee;
	-webkit-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
	-moz-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
	box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);	
}

.cart-section .theme-btn{
	padding:12px 28px;
	line-height:24px;
	margin: 10px 0px 0px;
	color:#ffffff;
	border:0px;
	background-image:none;
	background-color:#002b5e;
	text-transform:uppercase;
}

.cart-section h3{
	position:relative;
	font-size:16px;
	color:#222222;
	font-weight:400;
	margin-bottom:0px;	
}

.cart-section .totals-table{
	position:relative;
	margin-bottom:20px;
}

.cart-section .totals-table li{
	line-height:24px;
	padding:8px 0px 0px;
}

.cart-section .totals-table li:last-child{
	border-bottom:none;
	margin-bottom:0px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	width:30%;
	font-size:14px;
	color:#222222;
	font-weight:400;
	line-height:24px;
}

.cart-section .totals-table .col:nth-child(2){
	width:70%;
	text-align:right;
}

.cart-section .totals-table .total-amount{
	color:#002b5e;
	font-size:14px;
}

.cart-section .totals-table .sub-total{
	font-size:14px;
}

.cart-section .totals-table .total{
	color:#fb4043;	
}

.cart-section .totals-table .total-counted{
	border-top:1px solid #222222;
	margin-top:15px;
}

.cart-section .totals-table .col ul li{
	padding: 0px;
    border: 0px;
}

.cart-section .totals-table .calculate a{
	color:#103d68 !important;
}

.cart-section .proceed-btn{
	display:block;
}


.shop-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:11px 10px;
	background:#f4f5f6;	
}

.bootstrap-touchspin .input-group-btn-vertical i{
	font-size:15px;
}



.cart-section .calculate-shipping{
	position:relative;
	margin-top:40px;
}

.cart-section .calculate-shipping h2{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
}

.cart-section .calculate-shipping .text{
	font-size:14px;
	color:#222222;
	margin-bottom:22px;
}

.cart-section .calculate-shipping .form-group input{
	position:relative;
	width:100%;
	height:50px;
	padding:4px 20px;
	border:1px solid #dddddd;
}

.error-section{
	position:relative;
}

.error-section .error-inner{
	position:relative;
	text-align:center;
	padding:140px 0px 120px;
	border:1px solid #dddddd;
}

.error-section .error-inner .error-text{
	position:relative;
	color:#222222;
	font-size:300px;
	font-weight:400;
	line-height:1em;
}

.error-section .error-inner h3{
	position:relative;
	font-size:36px;
	font-weight:400;
	color:#222222;
	line-height:1em;
	margin-top:-10px;
}

.error-section .error-inner .text{
	position:relative;
	color:#222222;
	font-size:16px;
	margin-bottom:15px;
}

.error-section .error-inner .home-btn{
	position:relative;
	padding: 10px 32px;
    line-height: 24px;
    margin: 10px 0px 0px;
    color: #ffffff;
    border: 0px;
	display:inline-block;
    background-image: none;
    background-color: #002b5e;
    text-transform: uppercase;
}

.checkout-section{
	position:relative;
	padding:110px 0px 110px;
}

.checkout-section .login-boxed{
	position:relative;
	margin-bottom:60px;
}

.checkout-section .login-boxed .customer-text{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:500;
	margin-bottom:12px;
	padding-left:22px;
}

.checkout-section .login-boxed .customer-text a{
	color:#002b5e;
}

.checkout-section .login-boxed .customer-text:before{
	position:absolute;
	content:'\f187';
	left:0px;
	top:0px;
	color:#222222;
	font-family:'FontAwesome';
}

.checkout-section .login-boxed .login-inner{
	position:relative;
	padding:22px 28px;
	margin-bottom:10px;
	background-color:#dddddd;
}

.checkout-section .login-boxed .login-inner .text{
	position:relative;
	color:#222222;
	font-size:14px;
	margin-bottom:20px;
}

.checkout-section .login-boxed .login-inner .lost-psw{
	position:relative;
	color:#222222;
	font-size:14px;
	margin-top:20px;
	display:inline-block;
}



.login-form{
	position:relative;
	margin-bottom:0px;
}

.login-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.login-form .form-group:last-child{
	margin-bottom:0px;
}

.login-form .form-group .remember-tag{
	font-weight:400;
	color:#222222;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"],
.login-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 25px;
	height:50px;
	background:#ffffff;
	border:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus{
	background-color:#ffffff;
	border-color:#eeeeee;
	-webkit-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
	-moz-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
	box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
}

.login-form button{
	padding: 12px 50px;
    line-height: 24px;
    margin: 0px 0px 0px;
    color: #ffffff;
    border: 0px;
	font-weight:600;
    background-image: none;
    background-color: #002b5e;
    text-transform: uppercase;
}

.promotion-code{
	position:relative;
	padding:35px 35px;
	margin-bottom:100px;
	background-color:#dddddd;
}

.promotion-code h2{
	position:relative;
	color:#222222;
	font-size:22px;
	font-weight:600;
	margin:0px;
	margin-top:12px;
	font-family: "montserrat", serif;
}




/*newsletter form*/

.coupan-form .form-group{
	position:relative;
	display:block;
	padding-left:50px;
	margin-bottom:0px;
}

.coupan-form .form-group input[type="text"],
.coupan-form .form-group input[type="tel"],
.coupan-form .form-group input[type="email"],
.coupan-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:6px 50px 6px 30px;
	height:45px;
	font-size:14px;
	border:0px;
	text-transform:uppercase;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.coupan-form .form-group input[type="submit"],
.coupan-form button{
	position:absolute;
	right:0px;
	top:0px;
	width:140px;
	height:45px;
	font-size:14px;
	line-height:38px;
	color:#ffffff;
	font-weight:600;
	background:#002b5e;
	border:0px;
	text-transform:uppercase;
}





.billing-form{
	position:relative;
	margin-bottom:30px;
}

.billing-form h2{
	position:relative;
	color:#002b5e;
	font-size:16px;
	font-weight:600;
	margin-bottom:25px;
}

.billing-form .form-group{
	position:relative;
	margin-bottom:28px;
}

.billing-form .form-group input[type="text"],
.billing-form .form-group input[type="password"],
.billing-form .form-group input[type="tel"],
.billing-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:12px 25px;
	height:50px;
	text-transform:uppercase;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.billing-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:12px 25px;
	height:50px;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}



.billing-form .form-group label{
	color:#222222;
	font-size:14px;
	font-weight:400;
}

.billing-form .form-group input[type="text"]:focus,
.billing-form .form-group input[type="password"]:focus,
.billing-form .form-group input[type="tel"]:focus,
.billing-form .form-group input[type="email"]:focus,
.billing-form .form-group select:focus,
.billing-form .form-group textarea:focus{
	background-color:#ffffff;
	border-color:#eeeeee;
	-webkit-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
	-moz-box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
	box-shadow:0px 0px 20px 1px rgba(204,204,204,0.2);
}

.billing-form button{
	position:relative;
	font-weight:500;
	margin-top:0px;
	width:100%;
}

.order-section .order-box{
	position:relative;
}

.order-section .order-box h2{
	position: relative;
    color: #002b5e;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}

.order-section .order-box .order-inner{
	position:relative;
}

.order-section .order-box .order-inner .order-info{
	position:relative;
	color:#222222;
	font-size:14px;
	padding-top:14px;
	padding-bottom:14px;
	border-top:1px solid #dddddd;
}

.order-section .order-box .order-inner .order-info span{
	float:right;
}





.payment-info{
	position:relative;
	margin-top:50px;
}

.payment-info h2{
    position: relative;
    color: #002b5e;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}




/*** 

====================================================================
	Accordions style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	margin-bottom:20px;
}

.accordion-box.style-two .block{
	border:none;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:0px;	
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:14px;
	margin-bottom:0px;
	cursor:pointer;
	background:none;
	line-height:30px;
	padding:8px 20px 8px 20px;
	overflow:hidden;
	font-weight:400;
	color:#222222;
	background-color:#dddddd;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: "montserrat", serif;
}
.add_adress{
	position:relative;
	font-size:14px;
	margin-bottom:0px;
	cursor:pointer;
	background:none;
	line-height:30px;
	padding:8px 20px 8px 20px;
	overflow:hidden;
	font-weight:400;
	color:#222222;
	background-color:#dddddd;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: "montserrat", serif;
}

.accordion-box.style-two .block .acc-btn{
	font-size:18px;
	padding-left:0px;
}

.accordion-box.style-three .block .acc-btn{
	font-size:16px;
	padding-left:70px;
	padding-right:20px;
}

.accordion-box.style-two .block .acc-btn.active{
	color:#00c6ff;	
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:0px;
	top:0px;
	margin-top:0px;
	width:50px;
	height:100%;
	text-align:center;
	font-size:14px;
	color:#222222;
	background: none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{
	color:#222222;
}

.accordion-box.style-three .block .acc-btn .icon-outer{
	right:auto;
	left:20px;
}

.accordion-box .block .icon-outer .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-16px;
	width:100%;
    height: 100%;
    line-height: 32px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#222222;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer{
	background:none;
	color:#00c6ff;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:15px;
	background:#ffffff;
	padding:40px;	
}

.accordion-box.style-two .block .content{
	padding-top:0px;
	font-size:14px;
	padding-left:0px;	
}

.accordion-box .block .content .image{
	float:left;
	margin:0px 20px 25px 0px;	
}

.accordion-box .block .content .image img{
	display:block;
	max-width:100%;	
}

.accordion-box .block .content p{
	line-height:1.8em;
	color:#222222;
	font-weight:400;
	font-size:14px;
	margin-bottom:0px;
}

.registration-section{
	position:relative;
	padding:100px 0px;
}

.registration-section .column h2{
    position: relative;
    color: #002b5e;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}




.register-form{
	position:relative;
	margin-bottom:30px;
}

.register-form .form-group{
	position:relative;
	margin-bottom:28px;
}

.register-form .form-group.no-margin{
	margin-bottom:10px;
}

.register-form .form-group .forgot-psw{
	color:#002b5e;
	font-size:14px;
	font-weight:600;
	font-family: "montserrat", serif;
}

.register-form .form-group label{
	position:relative;
	color:#000000;
	font-size:14px;
	font-weight:500;
	margin-bottom:12px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.register-form .form-group input[type="text"],
.register-form .form-group input[type="password"],
.register-form .form-group input[type="tel"],
.register-form .form-group input[type="email"],
.register-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 25px;
	height:50px;
	text-transform:uppercase;
	border:1px solid #dddddd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.register-form .form-group input[type="text"]:focus,
.register-form .form-group input[type="password"]:focus,
.register-form .form-group input[type="tel"]:focus,
.register-form .form-group input[type="email"]:focus,
.register-form .form-group select:focus,
.register-form .form-group textarea:focus{
	
}

.register-form .form-group .sign-up-letter{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
}

.register-form .login-btn{
	position:relative;
	font-weight:500;
	margin-top:0px;
	width:100%;
	padding:10px 0px;
	color:#ffffff;
	border:0px;
	text-transform:uppercase;
	background-color:#002b5e;
}




/*** 

====================================================================
	Default Form Styling
====================================================================

***/

.default-form .form-group{
	position:relative;
	margin-bottom:18px;	
}

.default-form .form-group .field-inner{
	position:relative;
	float:left;
}

.default-form .form-group .field-inner .input-icon{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	font-size: 12px;
	color: #f06529;
}

.default-form .field-label{
	display:block;
	line-height:24px;
	margin-bottom:10px;
	color:#777777;
	font-weight:400;
	font-size:16px;
}

.default-form .form-group .field-label sup,
.default-form .form-group .field-label .req{
	color:#f06529;
	font-size:16px;
	padding-left:3px;
}

.default-form input.search{
	width:367px;
	float:left;
	
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
	display:block;
	line-height:22px;
	height:50px;
	font-size:14px;
	border:1px solid #dddddd;
	border-right:0px;
	padding:10px 20px 10px;	
	background-color:#ffffff;
	color:#222222;
	background:#ffffff;
	text-transform:uppercase;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-form select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	margin-right:0px;
	width:230px;
	text-transform:uppercase;
	border-right:1px solid #dddddd;
	background:#ffffff url(../images/icon-select.jpg) right center no-repeat;
}
input:focus{
	outline:none;
}
.default-form.light input[type="text"],
.default-form.light input[type="email"],
.default-form.light input[type="password"],
.default-form.light input[type="tel"],
.default-form.light input[type="url"],
.default-form.light select,
.default-form.light textarea{
	/*background:none;*/
}


.default-form textarea{
	height:120px;
	resize:none;	
}

.default-form .form-group .field-inner button{
	position:relative;
	right:0px;
	top:0px;
	width:100px;
	height:50px;
	color:#ffffff;
	background:none;
	border:0px;
	font-size:20px;
	line-height:20px;
	background-color:#002b5e;
}

.default-form .form-group .field-inner button .fa{
	position:relative;
	top:-1px;
}


.btn-style-three{
	position: relative;
    color: #ffffff;
    font-size:14px;
    padding:12px 40px;
    background-color: #002b5e;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    font-family: "montserrat", serif;
}

.btn-style-three{
	color:#ffffff !important;
	opacity:1;
}

/*** 

****/

.btn-style-one{
	position:relative;
	background-color:#002b5e;
	padding:10px 40px;
	font-size:14px;
	font-weight:400;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.btn-style-one:hover{
	background-color:#ffdd00;
}