/* here you can put your own css to customize and override the theme */
.header .container .checkout-steps
{
	font-size: 14px;
    display: inline-block;
    margin-left: 25%;
    padding-top: 32px;
    width: 40%;
}
.header .container .checkout-steps li.step1.active
{
    background-position: -329px -219px;
}

.header .container .checkout-steps .step.active .txt
{
    color: #e84d1c;
    border-bottom: 2px solid #e84d1c;
    padding-bottom: 5px;
}
.header .container .checkout-steps div.txt
{
	font-weight: 600;
    padding-top: 6px;
    color: #696b79;
}
.header .container .checkout-steps .step1
{
    margin-right: 5px;
}
.header .container .checkout-steps .step
{
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}
.header .container .checkout-steps li
{
	display: inline-block;
    list-style: none;
    text-align: center;
}
.header .container .checkout-steps .step.active span
{
	background-color: #0bc6a0;
}
.header .container .checkout-steps .step span
{
	background: #696b79;
    color: #fff;
    border: 0;
    display: none;
}
.header .container .checkout-steps .step1.active .steps
{
	display: none;
}
.header .container .checkout-steps .divider
{
	height: 4px;
    border-top: 1px dashed #696b79;
    width: 10%;
}
.header .container .checkout-steps .step2
{
    margin-left: 6px;
    margin-right: 5px;
}
.header .container .checkout-steps .step3
{
    margin-left: 7px;
}
.header .container .checkout-steps .step a
{
	text-decoration: none;
}
.goods-data .prod-set
{
	width: 100%;
    display: inline-block;
    height: 100%;
    overflow: auto;
    float: left;
    padding-left: 1px;
}
.goods-data .prod-set>div
{
	background: #fff;
    border: 1px solid #eaeaec;
    box-shadow: 0 0 4px rgba(40,44,63,.08);
    margin-bottom: 30px;
    text-transform: none;
    padding-bottom: 0!important;
}
.goods-data .prod-set>div .col1
{
	padding-left: 0;
}
.goods-data .prod-set>div .col2
{
	padding-left: 45px;
}
.goods-data .prod-set .col2
{
	padding: 0 10px;
    text-align: left;
    margin-top: 0;
    position: relative;
    min-height: 145px;
    margin-left: 100px;
}
.goods-data .prod-set .col1
{
	float: left;
    text-align: left;
}
.goods-data .prod-set .col1 a img
{
	width: 120px;
    height: 126px;
    /* margin-top: -10px;
    margin-bottom:-3px;*/
}
.goods-data .prod-set>div .col2 .prod-name
{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goods-data .prod-set .prod-item
{
	height: auto;
    padding: 10px 0;
    position: relative;
}
.goods-data .prod-set .col2 .prod-name
{
    max-width: 400px;
    padding: 5px 5px 5px 0;
}
.goods-data .prod-set>.prod-item .col2>div
{
    text-align: left;
}
.goods-data .prod-set .col2 .prod-name a
{
	font-size: inherit;
    font-weight: 600;
    color: #e94d1c;
    text-decoration: none;
}
.goods-data .prod-set .col2 .size-qty-wrap
{
    margin: 5px 0;
    position: relative;
}
.goods-data .prod-set .col2 .size-qty-wrap .goods-options
{
    display: inline-block;
    vertical-align: top;
   
    margin-top: 5px;
}
.goods-data .prod-set .col2 .size-qty-wrap .margin-right-0
{
	margin-right: 0px;
}
.goods-data .prod-set .col2 .size-qty-wrap .goods-page-quantity
{
	display: inline-block;
}
.goods-data .prod-set>div .col2 .col4
{
	right: 20px;
}
.goods-data .prod-set .col4
{
    margin-top: 19px;
    position: absolute;
    width: 90px;
    right: 10px;
    top: -13px;
}
.goods-data .prod-set .col4 .amount .total-rupees
{
	font-weight: 600;
    font-size: inherit;
    color: #535766;
    float: right;
}
.goods-data .prod-set>div .col2 .edit-move-delete
{
    position: absolute;
    left: 45px;
    right: 20px;
    bottom: 0;
    border-top: 1px solid #eaeaec;
    padding-top: 9px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 0;
    color: #696e79;
}
.goods-data .prod-set .edit-move-delete
{
    margin: 5px 0;
    display: block;
}
.goods-data .prod-set>.prod-item .col2 .edit-move-delete span
{
	    margin: 0 15px 0 0;
	    cursor: pointer;

}
.coupon-section
{
    min-height: 30px;
    padding-bottom: 35px!important;
    margin-bottom: 10px;
    margin-top: 23px;
    border-bottom: 1px dotted #d4d5d9;
}
.coupon-section .couponText
{
	display: inline-block;
}
.coupon-section .coupon_button
{
	display: inline-block;
    float: right;
}
.couponText span
{
	font-weight: 600;
}
.order-summary-span
{
	float: none;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #eaeaec;
}
.order-summary-span>div
{
    padding-bottom: 8px;
    height: 22px;
    /*text-align: right;*/
    margin-bottom: 6px;
}
.order-summary-span>div>label
{
    font-size: inherit;
    text-align: left;
    color: #535766;
}
.order-summary-span>div>span
{
    position: absolute;
    left: auto;
    right: 0;
    text-align: right;
    color: #596062;
    white-space: nowrap;
}
.order-total
{
	float: none;
    padding: 0;
    position: relative;
    padding-top: 12px;
}
.order-total>div
{
    padding-bottom: 8px;
    height: 22px;
    /*text-align: right;*/
    margin-bottom: 6px;
}
.order-total>div>label
{
    font-size: 18px;
    text-align: left;
    color: #535766;
    font-weight: 600;
}
.order-total>div>.priceStyle
{
    position: absolute;
    left: auto;
    right: 0;
    text-align: right;
    color: #596062;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    top: 11px;
}
.placeOrder_section button
{
	width: 100%;
}
.placeOrder_section
{
    margin-top: 25px;

}
.padd-left-15
{
	padding-left: 15px;
}
.goods-data .coupon_button a
{
	color: #fff;
}
.margin-top-30
{
    margin-top: 100px;
}
#code_msg
{
    color: #45b6af;
    font-weight: 600;
}
.login-container
{
    box-sizing: border-box;
    background: #feedf6;
    background: -webkit-gradient(linear,left top,right bottom,from(#feedf6),to(#fcf0e2));
    background: -webkit-linear-gradient(top left,#feedf6,#fcf0e2);
    background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
    text-align: center;
    padding-top: 30px;
    position: relative;
    padding-bottom: 40px;
}
.login-box 
{
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    padding: 20px 10px;
    max-width: 430px;
    display: inline-block;
    width: 400px;
}
.login-title
{
    font-size: 32px;
    margin-top: 15px;
    color: #535766;
}  
.login-third-party-login
{
    margin-top: 30px;
}
.login-info-text
{
    color: #94969f;
    font-size: 12px;
}
.login-button-info-text
{
    margin-top: 0;
    margin-bottom: 20px;
}
.login-button-container
{
    margin-top: 10px;
    margin-bottom: 40px;
}
.login-button
{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 176px;
    padding-left: 4%;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #696b79;
    height: 50px;
    border: 1px solid #bfc0c6;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
}
.login-button 
{
    width: 49%;
    display: inline-block;
}
.login-facebook
{
    /*margin-right: 15px;*/
    /*margin-bottom: 0;*/
    margin-bottom: 10px;
    display: inline;
}
.login-facebook .facebook
{
    font-weight: 600;
    text-decoration: none;
    color: #3b5998;
}
.login-login-form {
    margin: 0;
}
.login-input-container {
    margin: 20px;
    margin-top: 7px;
    border: 1px solid #bfc0c6;
    border-radius: 5px;
    padding: 0;
}
.login-input-item {
    position: relative;
}
.login-user-input {
    display: block;
    color: #282c3f;
    padding-right: 40px;
    font-size: 15px;
    width: 100%;
    border: 0;
    padding: 15px;
}
.login-user-input-email {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.login-user-input-password {
    border-top: 1px solid #d5d6d9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.login-login-button-container {
    padding: 10px 20px;
    margin: 0;
    border: 0;
}
.login-login-button {
    background-color: #e84d1c;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 15px;
    display: block;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    border-radius: 3px;
    /*font-family: Whitney;*/
}
.login-link-container {
    text-align: left;
    padding: 20px;
}
.login-link {
    cursor: pointer;
    text-decoration: none;
    color: #e84d1c;
    font-size: 13px;
    padding: 10px 0;
}
.login-right-links {
    float: right;
}
.login-create-account-link {
    margin-left: 5px;
}
.register-container {
    box-sizing: border-box;
    background: #feedf6;
    background: -webkit-gradient(linear,left top,right bottom,from(#feedf6),to(#fcf0e2));
    background: -webkit-linear-gradient(top left,#feedf6,#fcf0e2);
    background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
    text-align: center;
    padding-top: 30px;
    position: relative;
    padding-bottom: 40px;
}
.register-box {
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    padding: 20px 10px;
    max-width: 430px;
    display: inline-block;
    width: 400px;
}
.register-title {
    font-size: 32px;
    margin-top: 15px;
    color: #535766;
}
.register-third-party-register {
    margin-top: 30px;
}
.register-button-info-text {
    margin-top: 0;
    margin-bottom: 20px;
}
.register-info-text {
    color: #94969f;
    font-size: 12px;
}
.register-button-container {
    margin-top: 10px;
    margin-bottom: 40px;
}
.register-button {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 183px;
    padding-left: 4%;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #696b79;
    height: 50px;
    border: 1px solid #bfc0c6;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
}
.register-button {
    width: 49%;
    display: inline-block;
}
.register-facebook {
    margin-right: 15px;
    margin-bottom: 0;
}
.register-register-form {
    margin: 0;
}
.register-input-container {
    margin: 20px;
    border: 1px solid #bfc0c6;
    border-radius: 5px;
    padding: 0;
}
.register-input-item {
    position: relative;
}
.register-user-input {
    display: block;
    color: #282c3f;
    font-size: 15px;
    padding-right: 40px;
    width: 100%;
    border: 0;
    padding: 15px;
}
.register-user-input-email {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.register-user-input-password {
    border-top: 1px solid #d5d6d9;
}
.register-user-input-mobile {
    border-top: 1px solid #d5d6d9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.register-gender {
    position: relative;
    border: 0;
    font-size: 13px;
    color: #696e79;
    text-align: left;
    padding: 15px;
    margin: 0;
    border-top: 1px solid #d5d6d9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.register-gender-title {
    display: inline;
    font-weight: 500;
}
.register-gender legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
.register-gender-radio {
    margin-left: 15px;
    margin-right: 5px;
}
.register-gender-label {
    cursor: pointer;
    font-weight: 500;
}
.register-register-button-container {
    padding: 10px 20px;
    margin: 0;
    border: 0;
}
.register-register-button {
    background-color: #e84d1c;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 15px;
    display: block;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: Whitney-SemiBold;
}
.register-link-container {
    text-align: left;
    padding: 20px;
}
.register-login-link {
    text-align: center;
}
.register-link {
    cursor: pointer;
    text-decoration: none;
    color: #e84d1c;
    padding: 10px 0;
    font-size: 13px;
}
.register-create-account-link {
    margin-left: 5px;
}
.order-summary-span .hideDiv
{
    display: none;
}

.goods-data .items {
    padding: 0;
    background: #fff;
    overflow-y: auto;
}
.address-row {
    display: inline-block;
    height: 240px;
    width: 302px;
    margin-right: 25px;
    margin-bottom: 25px;
    vertical-align: top;
    border: 1px solid #f5f5f6;
    border-radius: 4px;
    position: relative;
    padding-left: 37px;
}
.address-row.selected {
    padding-bottom: 0;
}
.goods-data .items .address-row {
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(40,44,63,.08);
    border: 1px solid #eaeaec;
    padding-top: 25px;
    padding-left: 45px;
}
.goods-data .items .address-row.selected
{
    background: #f4fdfb;
    border: 1px solid #b9f0e5;
    margin-top: 0;
    margin-bottom: 0;
}
.address-row .name {
    font-weight: 600;
    font-size: 15px;
    color: #596062;
    max-width: 148px;
    padding-left: 0;
    white-space: nowrap;
    padding-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.address-row .address {
    padding-left: 0;
    padding-top: 10px;
    width: 90%;
}
.address-row.selected .address .address-content {
    white-space: normal;
}
.address-row .address .address-content {
    color: #535766;
    line-height: 1.4;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.address-row .address .address-content .address-field {
    max-height: 52px;
    overflow: hidden;
    display: block;
}
.address-row .address .address-content .locality {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    height: 17px;
}
.address-row .address .address-content .mob {
    padding: 8px 0;
}
.address-row.selected .side-menu {
    border-top: 1px solid #f5f5f6;
    margin-top: 0;
    height: 40px;
    padding-top: 0;
    visibility: visible;
    text-align: center;
    bottom: 0;
    position: absolute;    
    left: 20px;
    /*right: 0;*/
    padding: 0;
    overflow: hidden;
}
.address-row.selected .side-menu a {
    padding: 1px!important;
    text-transform: none;
    height: 33px;
    text-align: left;
    color: #e94d1c;
    font-size: 14px;
    width: 55%;
    font-weight: 600;
}
.goods-data .shipping_padding
{
    padding-left: 0px;
    padding-top: 20px;
}
.order_summary .coupon-section
{
    padding-bottom: 0px !important;
}
.deliverto
{
    margin-top: 15px;
    border-top: 1px dotted #d4d5d9;
    padding-top: 12px;
}
.change_address
{
    font-weight: bold;
    text-decoration: none;
}
.padd-bottom-6
{
    padding-bottom: 6px;
}
.checkout-container .tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.checkout-container .tabs-left {
   
    width: 100%;
    display: block;
    /*height: 100%;*/
    /*background-color: #f5f5f6;  */
    border-right: 0;
    border-left: 1px solid #eaeaec;
}
.checkout-container .tabs-left>li{
 
    padding-top: 22px;
    font-size: 14px;
    color: #535766;
    padding-left: 20px; 
    background-color: #f5f5f6;
}
.checkout-container .tabs-left>li {

    display: block;
    height: 60px;   
    padding: 19px 0 0 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaec!important;
}
.checkout-container .tabs-left>li.active>a,
.checkout-container .tabs-left>li.active>a:hover,
.checkout-container .tabs-left>li.active>a:focus {
  background: none;
  color: #ec450c;
}
.checkout-container .tabs-left>li>a,
.checkout-container .tabs-left>li>a:hover,
.checkout-container .tabs-left>li>a:focus {
  background: none;
 
}
.checkout-container .tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  background: none;
}
.checkout-container .tabs-left>li.active
{
    background-color: #fff;
    border-left: 5px solid #ec450c;
    color: #0bc6a0;
    padding-left: 16px;
}
.checkout-container .tab-content
{
    background: none;
}
.checkout-container .border-top
{
    border-top: 3px solid #94969f;    
    margin-left: 15px;
}
.checkout-container .tab-content .noLRpadding
{
    padding-left: 0px;
    padding-right: 0px;
}
.checkout-container .tab-content .confirm_order
{
    float: left;
}
.checkout-container .tab-content .payment_cancel
{
    margin-left: 10px;
    padding: 7px;
    float: left;
}
.checkout-container .tab-content .displayInline
{
    display: inline-block;
    margin-right: 20px;
}
.showWallet
{
    /*border: 3px solid #e94d1c;*/
    /* height: 60px;
    border-top-color: #f68764;
    border-left-color: #e58a6e;
    border-right-color: #db3906;
    border-bottom-color: #e94e1e;*/
}
.margin-top-25
{
    margin-top: 25px;
}
.margin-top-25 button
{
    float: left;
}
.btn-left button
{
    float: left !important;
}
#stripe_form_btn
{
    margin-right: 3px;
}
.cartCoupanModal #editDeliveryAddress .margin-top-30 .cancelBtn
{
    padding-bottom: 5px;
    margin-right: 10px;
    background: #fff;
    border-color: #ccc;
    background-color: white;
    color: #e94d1c;
}
#editDeliveryAddress #country_err
{
    font-size: 11px;
}
.form-horizontal .control-label#couponcodeLabel
{
    text-align: left;
}
.cartCoupanModal #apply_coupon
{
    padding: 7.5px;
    margin-left: 5px;
}
.coupon-section .couponText .couponCodeDiv
{
    margin-top: 13px;
    border: 1px dashed #00b16a;
}
.coupon-section .couponText .couponCodeDiv .ccLabel
{
    padding: 7px;
    text-align: center;
    color: #00b16a;
}
.otp_link a,.otp_link a:hover
{
    color : #3175af; 
}
.reset_link
{
    text-align: right;
    margin-right: 60px;
}
.return_btn
{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: 12px !important;
    margin-right: 0px !important;
    
}
.return_form
{
    display: inline-block;
    float: right;
}
.padd-right-0
{
    padding-right: 0px;
}
.login-facebook .google
{
    font-weight: 600;
    text-decoration: none;
    color: #d01415;
}
/******css for error page start********/
.error_bdy
{
    background: #fff;
    color: #777;
    font-size: 16px;
    font-family: "Varela Round", sans-serif;
}
.error_bdy h1
{
    font-size: 48px;
}
.error_bdy h4
{
    font-size: 24px;
}
.error_bdy h1,.error_bdy h4
{
    margin-top: 0;
    margin-bottom: 20px;
    color: #222;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
}

.error_bdy #main-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 0;
    padding: 49px 0;
    width: 100%;
    -webkit-transition: all linear 300ms;
    -webkit-transition: 300ms;
    -moz-transition: all linear 300ms;
    -moz-transition: 300ms;
    -ms-transition: all linear 300ms;
    -ms-transition: 300ms;
    -o-transition: all linear 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.error_bdy .copyright p {
    margin-bottom: 0;
}
.error_bdy .copyright p, .error_bdy .copyright .language {
    display: inline-block;
    font-size: 11px;
}
.error_bdy p {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: "Varela Round", sans-serif;
    line-height: 24px;
}
.error_bdy #main-footer ul.footer-nav, .error_bdy #main-footer ul.footer-social {
    margin-bottom: 30px;
}
.error_bdy #main-footer ul.footer-nav, .error_bdy #main-footer ul.footer-social, .error_bdy #main-footer .copyright {
    text-align: center;
}
.error_bdy #main-footer ul {
    padding-left: 0;
}
.error_bdy #main-footer ul.footer-social li
{
    display: inline-block;
    padding: 0 7px;
}
.error_bdy #main-footer li
{
    list-style: none;
}
.error_bdy #main-footer ul.footer-social li a {
    color: #777;
    font-size: 20px;
}
.padd-left-5
{
    padding-left: 5% !important;
}
.padd-left-0
{
    padding-left: 0px !important;
}
/******css for error page end********/
.wallet_div.padd-top-10
{
    padding-top: 10px;
}
.wallet_div #use_wallet
{    
    margin-right: 3px;
    width: 20px;
    vertical-align: bottom;
    height: 20px;
}
#zero_div .margin-top-25
{
    float: left;
}