/*********************************************************************************
common styles
***************/
body {
 color: #2e2e2e !important;
 font-family: 'Montserrat', sans-serif!important;
 font-size: 14px !important; 
 font-weight: 500;
 background: #fff !important;
}
h1, h2, h3, h4, h5, p, ul, li {
 margin: 0px !important;
 padding: 0px !important;
}
a {
 color: #2e2e2e !important;
 cursor: pointer;
 text-decoration: none !important;
}
a:active {
 box-shadow: none !important;
}
p {
 line-height: 24px;
 margin-bottom: 10px !important;
 font-size: 14px !important; 
}
h1, h2 {
 margin-bottom: 10px !important;
}
.no-padding {
 padding-left: 0px !important;
 padding-right: 0px !important;
}
.no-padding-right {
 padding-right: 0px !important;
}
.no-padding-left {
 padding-left: 0px !important;
}
/*********************************************************************************
colored text and buttons
***************/ 
.text-orange {
 color:#ef642d
}
.btn {
 padding: 10px 25px !important;
 border-radius: 5px!important; 
 font-weight:500!important;
}
.btn-sub {
 background:#015ac2;
 color:#fff;
}
.btn-cancel {
 background: #f5f5f5; 
}
.btn:hover {
 background:#00074d!important;
 color:#fff!important;
}
.btn-brdr {
    border: 2px solid #015ac2!important;
    color: #015ac2!important;
    font-weight: 600!important;
}
.btn-brdr:hover {
    background:#015ac2!important;
    color:#fff!important;
}
.btn-more {
    color: #fff !important;
    background: linear-gradient(45deg, #49b3a5, #1975be); 
    margin: 25px 0 0 0;
    padding: 13px 30px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #55bbb1;
    text-decoration: none; 
    display: inline-block;
}

/*********************************************************************************
header styles
***************/
header {
}
header.header-fixed-bar {
 position: fixed !important;
 width: 100% !important;
 top: 0;
 z-index: 99;
 background: #fff;
 -moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
 -webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
 box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
}
header.header-fixed-bar .top-bar {
 display:none
}
header.header-fixed-bar .logo-bar {
    padding: 8px 0; 
}
/* top bar*/
header .top-bar {
 background: #ededed;
 overflow: hidden;
 padding: 10px 0;
 display:none
}
header .top-bar p {
 margin-bottom:0 !important;
 font-weight:600;
 text-align:center
}
/*logo bar*/ 
header .logo-bar {
 padding: 12px 0;
 background: #fff;
 border-bottom: 1px solid #e4e4e4;
 -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .logo-bar .logo {
 width: 65px; 
 display:block;
 -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .logo-bar .logo img {
 max-width:100%;
}
/*search*/ 
.search-btn, .search-load {
 background: #fff url(../design_img/icon-search.png) no-repeat center;
 background-size: 50%;
 width: 40px;
 height: 35px;
 display: block;
 border-top-left-radius: 5px;
 border-bottom-left-radius: 5px;
 cursor:default;
 position:relative
}
.search-load {
 background: #fff url(../design_img/icon-load.jpg) no-repeat center;
 background-size: 60%;
}

/*search bar*/
.search-bar {
	width: 100%;
	max-width: 250px; 
 float:left;
     margin: 4px 0 4px 5px;
 background: #fff;
 border-radius: 5px;
 border: 1px solid transparent;
 position: relative;
 z-index: 999;
}
 


.search-bar:after {
 content:'';
 display:table;
 clear:both;
}
.search-bar input[type=text] {
 background: transparent;
 color: #666;
 border: 0;
 width: 100%;
 padding: 8px 15px 7px 40px;
 float: left;
}
.search-bar input[type=text]:focus {
 outline: none;
}
.search-bar input[type=text]:-moz-placeholder {
color:#666!important;
opacity:0.3;
}
.search-bar input[type=text]:-moz-placeholder {
color:#666!important;
opacity:0.3;
}
.search-bar input[type=text]:-webkit-input-placeholder {
color:#666!important;
opacity:0.3;
}
.search-bar #search-result {
 position: absolute;
 width: calc(100% + 2px);
 top: calc(100% - 15px);
 left: -1px;
 z-index: -1;
 overflow: hidden;
 background-color: #fff;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
 padding: 25px 15px 15px;
 border: 1px solid #dbdbdb;
 border-top: 0;
 display: none;
}
.search-bar #search-result ul {
 max-height: 150px;
 overflow:auto;
 margin-bottom:0
}
.search-bar #search-result ul li a {
 padding:3px 0;
 display:block
}
.search-bar #search-result ul li a:hover {
 text-decoration: underline !important;
}
.search-bar #search-result ul li a span {
 color:#f08e76;
}

/*wish list*/
.wish-list {
 float: right;
 margin: 10px 10px 10px 0;
 position: relative;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.wish-list a {
 font-weight:600;
 color: #666!important; 
}
.wish-list .wish-list-icon {
 background: url(../design_img/icon-wish-list.png) no-repeat center;
 float: left;
 width: 24px;
 height: 24px;
 position: relative;
 background-size: 100%;
} 
.wish-list .save_qty {
    color: #fff;
    font-size: 11px;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 0px 0;
    position: absolute;
    border-radius: 100%;
    background: #e57272 ;
    right: -8px;
    top: -3px;
}
.wish-list .txt {
 padding:10px 0px 10px 5px;
 display:inline-block;
 display:none
}

/*shop cart*/
.shop-cart {
 float: right;
 margin: 9px 0px 10px 0;
 position: relative;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.shop-cart a {
 font-weight:600;
 color: #666!important;
 text-transform:uppercase
}
.shop-cart .shop-cart-icon {
 background: url(../design_img/icon-cart.png) no-repeat center;
 float: left;
 width: 25px;
 height: 25px;
 position: relative;
 background-size: 100%;
}
.shop-cart .cart_qty {
    color: #fff;
    font-size: 11px;
    width: 15px;
    height: 15px;
    text-align: center;
    padding: 0px 0;
    position: absolute;
    border-radius: 100%;
    background: #015ac2 ;
    right: -5px;
    top: -3px;
}
.shop-cart .cart_txt {
 padding:10px 0px 10px 5px;
 display:inline-block;
 display:none
}
/*user nav*/
header .user-nav {
 float:right; margin: 16px 0px;
}
header .user-nav ul {
 list-style:none;
}
header .user-nav ul li {
 float:left;
 position:relative;
 margin-left:10px!important;
}
header .user-nav ul a {
 display:block;
 padding:8px 16px 7px 12px;
 background:#015ac2 ;
 color:#fff!important;
 border-radius: 25px;
 text-transform:capitalize; 
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
header .user-nav ul a img {
 width: 20px;
 vertical-align: -4px; margin-right: 8px; 
}
header .user-nav ul a span.lbl-txt {
}
header .user-nav ul a.login {

}
header .user-nav ul a.join {
 background:#f7c50f;
 color:#fff!important;
}
header .user-nav ul a.logged-in { 
 text-transform:capitalize; padding: 9px 16px 6px 12px 
}
header .user-nav ul a.logged-in:hover {
 
}
header .user-nav ul a.logged-in img { 
    border-radius: 100%; vertical-align: -2px;
}
header .user-nav ul a.logged-in span {
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    max-width: 130px;
    display: inline-block; 
    color: #fff;
}
header .user-nav ul a.logged-in i {
 vertical-align:3px
}
header .user-nav ul a:not(.logged-in):hover {
}
/**/ 
header .user-nav ul ul {
 border-radius:10px;
 overflow:hidden;
 min-width:140px;
 position:absolute;
 right:0;
 top:30px;
 z-index: 9999;
 list-style: none;
 background:#fff;
 opacity: 0;
 visibility:hidden;
 -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
 -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -ms-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .user-nav ul ul li {
 float: none;
 white-space: nowrap;
 margin-left:0px!important;
}
header .user-nav ul ul li a {
 background:#fff;
 border: 0;
 border-radius:0px;
 border-bottom: 1px solid #f8f8f8;
 color: #666 !important;
 padding:10px 12px;
 text-transform:capitalize
}
header .user-nav ul ul li:last-child a {
 border-bottom:0
}
header .user-nav ul ul li a:hover {
 background: #f7f7f7!important;
}
header .user-nav ul li:hover ul {
 opacity: 1;
 visibility:visible;
 top:38px;
}
/* nav bar */
header .nav-bar {
 background: #fff; 
 margin: 16px 0px;
}
header .nav-bar .container {
 position: relative;
}
header .nav-bar .scroll-left, header .nav-bar .scroll-right {
 width: 30px;
 padding: 22px 0;
 position: absolute;
 bottom: 0;
 z-index:1;
 display:none;
}
header .nav-bar .scroll-left {
 background: url(../design_img/icon-arrow-left.png) no-repeat center #fff;
 background-size: 10px;
 left: 0;
}
header .nav-bar .scroll-right {
 background: url(../design_img/icon-arrow-right.png) no-repeat center #fff;
 background-size: 10px;
 right: 0;
}
header .nav-bar .nav-container {
 white-space: nowrap;
 overflow-x: auto;
 margin-right: 30px;
}
/*site nav*/
header .site-nav {
 display:table; 
}
/*********************************************************************************
section styles
***************/
section.slider {
 position: relative;
}
/**/
section.contents {
}
/*main heading*/
.main-head { 
 font-weight: 600;
 color: #015ac2;
 line-height: 42px !important;
 margin-bottom: 25px !important;  
 text-align:center; 
}
.main-head span {
    font-size: 15px!important;
    font-weight: 400;
    letter-spacing: 7px;
    color: #2e2e2e;
    text-transform: uppercase;
    display: block;
    line-height: 25px;
} 

/* page banner*/
.banner-bar {
 background: #fff;
 border-top: 1px solid #eee;
}
.banner-bar .banner-content {
 padding: 10px 0;
}
.banner-bar .banner-content .banner-col {
 position: relative;
 float: left;
}
.banner-bar .banner-content h1 {
 text-transform: capitalize;
 font-size: 22px;
 font-weight: 500; 
 margin: 4px 0 0!important;
}
.banner-bar .banner-content p { 
 margin: 0px 0 0px !important;
}
/*location*/ 
.location {
 list-style:none;
 position: relative;
 float:right;
 margin:5px 0!important;
}
.location li { 
 text-transform:capitalize;
 float:left;
 width:auto;
 margin:  0px 10px 0px 0!important;
}
.location li:last-child {
 margin-right:0px!important;
}
.location li a:after {
 content: '\f0da';
 font-family: 'FontAwesome';
 font-size: 13px;
 margin-left:10px;  
}
.location li:last-child a:after {
 content: '';
 margin-left:0px;
}
.location li a { 
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.location li a:hover {
 color:#015ac2 !important;
}
.location li:last-child, .location li:last-child a, .location li a.active {
 color:#015ac2 !important;
}
/**************************/
.content-bar {
 padding:5px 0 30px ;
 background:#fff
}

/* core classes */
 
.under-cons {
 max-width: 80%;
 display: table;
 margin: 0 auto;
}
.col-bar {
}
.col-bar:after {
 content: '';
 display: table;
 clear: both;
}
.col-bar .col-head {
 width: 100%;
 padding: 0 15px;
}
.col-bar .col .txt-title {
 display: none;
}
.col-bar .cont-col {
}
.col-bar .img-col {
 position: relative;
}
.col-bar .img-col:after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(0, 0, 0, 0.2);
 opacity: 0;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.col-bar .img-col img {
 max-width: 100%;
}
.col-bar .img-col a {
 position: absolute;
 top: calc(50% - 15px);
 left: calc(50% - 15px);
 z-index: 1;
 opacity: 0;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.col-bar .img-col a .fa {
 background: #fff;
 border-radius: 50%;
 color: #faaa1d;
 height: 30px;
 line-height: 30px;
 width: 30px;
 text-align: center;
 transition: all 500ms ease;
}
.col-bar .img-col:hover:after, .col-bar .img-col:hover a {
 opacity: 1;
}
.col-bar .file-col {
}
.col-bar .file-col img {
 max-width: 100%;
}
.cont-bar {
/*padding-top:50px;
	padding-bottom:50px;*/
}
 .cont-bar::before {
/*content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: red; */
}

/* core classes ends here*/

.lft-cntnr{
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(to bottom, #effdff, transparent);
    border-right: 1px solid #e4e4e4; 
}

.rght-cntnr{

}

/* tabs */
.nav-pills {
    margin: 15px 0!important;
}
.nav-pills>li> a{ 
    border-radius: 25px!important;
}
.nav-pills>li>a:focus, .nav-pills>li>a:hover {
    text-decoration: none;
    background-color: #fff!important; color: #015ac2!important;outline: 0;
}
.nav-pills>li.active> a{
    color: #fff!important;
    background-color: #015ac2!important; 
}
 
/* trade items */

.trade-item {
    background: linear-gradient(45deg, #bbf5dd, #e3e7ff);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    position: relative;
}
/**/
.trade-item .item-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}  
.trade-item .item-top p{
    text-align: center;margin-bottom: 0!important;
    font-size: 13px!important;
    color: #666;
}
.trade-item .item-top p span {
    display: inline-block;
    background: linear-gradient(90deg, #ff1e00, #b32400);
    color: #fff;
    padding: 0px 8px;
    margin-left: 5px;
    border-radius: 5px;   
}
.trade-item .item-top .trm{ 
    background-color: #ffffff;
    color: #b32400;
    padding: 4px 10px;
    border-radius: 25px;  
    font-size: 13px!important;
}
/**/
.trade-item .item-bottom{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.trade-item .item-bottom .item-col-lft{
    flex: 1;
    min-width: 300px;
} 
.trade-item .item-top-col{
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-around
}
.trade-item .item-top-col p{
    text-align: center;margin-bottom: 0!important;
}
.trade-item .item-top-col p span {
    display: inline-block;
    background-color: #004696;
    color: #fff;
    padding: 1px 5px;
    border-radius: 5px;
}
.trade-item .item-top-col .vbrdr{
    width: 1px;
    background-color: #c0c0c03b;
}
/**/
.trade-item .item-mdl-col{
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}
.trade-item .item-mdl-col .brand-inf{
    display: flex; align-items: center; margin-bottom: 10px;
}
.trade-item .item-mdl-col .brand-inf p{
    margin-bottom: 0!important;line-height: 18px;
}
.trade-item .item-mdl-col .brand-inf p b{
     display: block;
}
.trade-item .item-mdl-col .brand-inf p span.rate{}
.trade-item .item-mdl-col .brand-inf p span.prcnt { 
    font-weight: 500;
    margin-left: 2px;
    color: #007e00;
}
.trade-item .item-mdl-col .brand-inf img{ 
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #eee;
}

.trade-item .item-mdl-col .tbl-trade{   
    border-collapse: separate!important;border-spacing: 2px;
    border: 1px solid #d1d1d1;
} 

.trade-item .item-mdl-col .tbl-trade th {
    background-color: #DFF2F8;color: #2e2e2e ;
    font-weight: 500;
    border: 0;
}
.trade-item .item-mdl-col .tbl-trade td{border: 0; vertical-align: middle;}
.trade-item .item-mdl-col .tbl-trade .btn-brdr{
padding: 4px 15px !important;
} 

.trade-item .item-mdl-col .trgt-inf{
    display: flex; justify-content: space-between; 
}
.trade-item .item-mdl-col .trgt-inf p span{
     
}
.trade-item .item-bottom .item-col-rght{ 
    background: #fff;
    border-radius: 10px;
    width: 150px; 
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 
.trade-item .item-bottom .item-col-rght .nav-othr{ }
.trade-item .item-bottom .item-col-rght .nav-othr ul {
    list-style: none;   
	display:flex;
    justify-content: space-between;
    margin: 0 auto 15px !important;
}
.trade-item .item-bottom .item-col-rght .nav-othr li {}
.trade-item .item-bottom .item-col-rght .nav-othr li a{}
.trade-item .item-bottom .item-col-rght .nav-othr li a .fa {
    background-color: #e6f2ff;
    color:#015ac2!important;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center; 
    border-radius:7px;
    vertical-align:middle;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}  
.trade-item .item-bottom .item-col-rght .nav-othr li a:hover .fa{ 
 background: #015ac2;color:#fff!important;
}

.trade-item .item-bottom .item-col-rght .nav-othr li a.item-save .fa{ 
	 
}
.trade-item .item-bottom .item-col-rght .nav-othr li a.item-save.saved .fa{
	background-color: #015ac2;
    color:#e6f2ff!important;
    animation-name: save-ani;
    animation-duration: 1000ms;
} 

.trade-item .item-bottom .item-col-rght .btns{ 
    
}
.trade-item .item-bottom .item-col-rght .btns .btn{
    width: 100%;
    padding: 7px 10px !important;
    border-radius: 25px !important;
    margin-top: 10px;
}
.trade-item .item-bottom .item-col-rght .btns .btn-buy{ 
    background: linear-gradient(45deg, #49b3a5, #1975be);
    color: #fff!important;
}
.trade-item .item-bottom .item-col-rght .btns .btn-exst {
    border: 1px solid #ddd;
    background: #f6f6f6 url(../design_img/icon-success-lg.png) 10px 9px no-repeat!important;
    background-size: 15px!important;
    color: #666!important;
    padding-left: 20px!important;
    cursor: default!important;
}
.trade-item .item-bottom .item-col-rght .btns .btn-abt{  
    background-color: #e6f2ff;
    color: #015ac2!important;
    border: 1px solid #015ac2;
}
.trade-item .item-bottom .item-col-rght .btns .btn-abt:hover{  
    background-color: #015ac2;
    color: #fff!important;
} 

/**/
.no-item {
    display: table;
    margin: 0 auto 30px !important;
    background: #fff;
    border-radius: 10px;
    padding: 20px !important;
    text-align: center;
    color: #999;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/*home about section*/
 .home-abt-bar {
	padding: 70px 0 !important;
	background: #f7f7f7;
	text-align: center;
}
.home-abt-bar p {
    max-width: 500px;
    margin: 0 auto!important; 
}

/*.information bar */
.inf-bar {
 background: #fff;
 padding:50px 0;  
}
.inf-bar .main-head {
 margin-bottom: 0px !important;text-align: left;
}
.inf-bar .vrtcl-brdr{
	width:1px; height:90px; background:#2e2e2e; margin:0 auto;
}
.inf-bar p{
	margin:30px 0 0!important
} 
/*.advantage bar */
.advantage-bar {
 background: #fff;
 padding:60px 0; 
}
.advantage-bar .advantage {
 width:95%;
 height: 180px;
 margin: 0 auto;
  padding:15px; 
 } 
.advantage-bar .advantage-icon {
 width:65px; 
 margin: 0 auto 18px 
}
.advantage-bar .advantage-icon img {
 max-width:100%;
}
.advantage-bar .advantage-text {
  
}
.advantage-bar .advantage-text p {  
	font-size: 16px; 
    font-weight: 600;
    margin-bottom: 0!important; 
    text-transform: capitalize;
    text-align: center;
}
.advantage-bar .advantage-text p span { 
	font-weight: 400;
	font-size: 13px; 
    line-height: 20px;
	margin-top: 10px;
	display: block; 
    text-transform: none;
}
.advantage-bar .advantage-text p a {

}


/* testimonials */

.testimonial-bar {
	  
}  

.testimonial-bar .testimonial { 
    margin-bottom: 20px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    border: 2px solid #f7f7f7;
}
.testimonial-bar .testimonial:after {
	content:'';
    background: url(../design_img/icon-quote.png) no-repeat bottom right;
    position:absolute;
    width:100px; height:100px;
    right:0; bottom:0
}

.testimonial-bar .writer-pic {
	background: #eee;
	border-radius: 10px;
	width: 70px;
	height: 70px; 
    margin-bottom:10px;
}

.testimonial-bar .writer-pic img {
	border-radius: 10px;
	width: 70px;
	height: 70px; 
}

.testimonial-bar .message-container {
}

.testimonial-bar .message {
	color: #333;
	margin: 0px 0 20px 0 !important;
}

.testimonial-bar .writer {
	font-weight: 600; 
	font-size: 15px !important;
	text-transform: capitalize;
}

.testimonial-bar .writer-info {
	font-weight: normal;
	font-size: 13px !important;
	color: #666;
	text-transform: uppercase;
} 

/* shop filter */
.shop-filter {
 margin-bottom: 20px;
}
.shop-filter .form-group {
 margin-bottom:0!important;
}
.shop-filter .form-group label {
 padding-top: 10px !important;
 color: #666;
 font-weight:600;
 color:#f08e76
}
.shop-filter .form-control {
 width: 100%;
 height: auto; 
 font-weight:600
}
.shop-filter:after {
 content:'';
 display:table;
 clear:both;
}
/* product category bar */
.category-bar {
}
.category-bar h4 {
 background: #015ac2;
 color: #fff;
 padding: 8px 15px!Important;
 margin-bottom: 0!Important;
 font-weight: 500; 
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
}
.category-list {
 background: #fff;
 padding: 12px 15px !important;
 border: 1px solid #ddd;
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
 border-top: 0;
 margin-bottom: 20px;
 max-height:400px;
 overflow-y:auto;
}
.category-list ul {
 list-style:none;
}
.category-list ul li ul {
 display:none;
}
.category-list ul li ul.active {
 display:block;
 margin-bottom:10px !important;
}
.category-list ul li a {
 display:block;
 color: #29234c !important;
 padding:3px 0;
 text-transform: capitalize;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.category-list ul li a.active { 
 font-weight: 600;
}

/*
.category-list > ul > li > a:after {
 content: url(../design_img/icon-plus.png);
 float: right;
}
.category-list > ul > li > a.active:after {
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}*/

.category-list ul ul li a {
 color: #666 !important;
}


.filter-list {
 background: #fff;
 padding: 12px 15px!important;
 border: 1px solid #ddd;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 border-top: 0;
 margin-bottom: 20px;
}

.filter-list.price {padding-bottom:40px!important;}

.filter-list ul {
 list-style:none;
}
.filter-list ul li{
	
} 
.filter-list ul li label{
	font-weight:normal
}
.filter-list ul li input[type=checkbox] {
 margin-right:10px;
}

.filter-list ul li a {
 display:block;
 color: #29234c !important;
 padding:4px 0;
 text-transform: capitalize;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.filter-list ul li a.active { 
 font-weight: 600;
}

/* product list ********************************************/
.pr_list .col-item:nth-child(3n+1) {
 clear: both
}
.pr_list .item {
 margin-bottom:15px;
}
.pr_list .item-pic {
 height: 325px;
}
.pr_list .no-product {
 max-width:100%;
 display:table;
 margin:auto;
}
/* product detail ********************************************/
.product-detail-bar {
}
.product-detail-bar .product-detail-carousel{
    border-radius: 10px;
    border: 2px solid #f7f7f7;
	overflow:hidden; 
}
.product-detail-bar .col-thumb-mob{display:none} 
.product-detail-bar h3.pr_name {
 padding-bottom:5px!important;
 margin-bottom:0px!important;
 font-weight: 700;
 text-transform:capitalize;
 color: #015ac2;
}
.product-detail-bar p.pr_code {
 color:#666
}
/**/
.product-detail-bar .pr_rate {
    color: #333;
    margin-top: 5px!important;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.product-detail-bar .pr_rate .fa {
 font-size:18px;
}
.product-detail-bar .pr_rate_before {
 text-decoration:line-through;
 color:#999;
 font-size:15px;
 font-weight: 400;
 margin-right:5px;
}
.product-detail-bar .pr_rate_before .fa {
 font-size:12px;
}
.product-detail-bar .pr_tax {
    color: #4fce5d;
	font-weight: 500;
}
.product-detail-bar .pr_unit {
 font-size:13px;
 font-weight: 400;
}
.product-detail-bar .pr_rate .discount {
 border:1px solid #333;
 color:#333;
 padding:0px 15px;
 margin-left:20px;
 border-radius:25px;
 font-size:13px;
 font-weight: 400;
}
/**/
.product-detail-bar .pr_sh_desc {
 line-height:22px;
 margin-bottom:15px!important;
}
.product-detail-bar .pr_stock {
 color: #f46b5d;
 margin-bottom: 24px !important;
}
.product-detail-bar .pr_stock strong {
 font-weight:400;
 color: #666;
}
/**/
.product-detail-bar .item-qty {
 float: left;
 margin-bottom: 15px !important;
}
.product-detail-bar .item-qty span {
 float: left;
 cursor: pointer;
 width: 30px;
 height: 30px;
 padding-top: 6px;
 text-align: center;
 border: 1px solid #29234c;
}
/*.product-detail-bar .item-qty span.qty-minus {
 border-top-left-radius:5px;
 border-bottom-left-radius:5px;
}
.product-detail-bar .item-qty span.qty-plus {
 border-top-right-radius:5px;
 border-bottom-right-radius:5px;
}*/
.product-detail-bar .item-qty span.qty-minus:before {
 content: url(../design_img/icon-qty-less.png);
}
.product-detail-bar .item-qty span.qty-plus:before {
 content: url(../design_img/icon-qty-add.png);
}
.product-detail-bar .item-qty .qty {
 float: left;
 text-align: center;
 width: 30px;
 height: 30px;
 border-color: #fff;
 background: #fff!important;
 color: #000;
 -webkit-box-shadow: inherit !important;
 -moz-box-shadow: inherit !important;
 box-shadow: inherit !important;
 border-radius: 0;
 padding: 0!important;
}
.product-detail-bar .item-qty .qty:focus {
 border-color:#fff!important
} 

.product-detail-bar a.item-save {
    background: url(../design_img/icon-wish-list.png) no-repeat center;
    background-size: 100%;
	width: 23px;
    height: 23px; 
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 9;
}
.product-detail-bar a.item-save.saved{
	background-image:url(../design_img/icon-wish-list-fill.png);
	animation-name: save-ani;
    animation-duration: 1000ms;
} 

/**/
.product-detail-bar .btn-compare {
 margin-left: 5px;
 width:30px;
 height: 30px;
 background:#42c2d7 url(../design_img/icon-compare.png) no-repeat center center;
 background-size: 17px;
 border-radius:5px!important;
 padding: inherit !important;
 display:none
}
.product-detail-bar .btn-compare:hover {
 background-color:#f46b5d;
}
/**/
.product-detail-bar .btn-buy {
 margin: 15px 0px 0;
 padding: 10px 20px!important;
 background: #015ac2;
 color: #fff!important;
 font-weight:500;
 width: 100%;
}

.product-detail-bar .btn.exst {
	margin: 15px 0px 0;
    background: #f6f6f6 url(../design_img/icon-success-lg.png) 7px no-repeat;
    background-size: 20px;
	color: #666!important;
	padding: 10px 20px 10px 35px!important;
    width: 100%;
    cursor: default!important;
} 
.product-detail-bar .btn.exst:hover {
     background: #f6f6f6 url(../design_img/icon-success-lg.png) 7px no-repeat!important;
	 background-size: 20px!important;
}

/**/
.product-detail-bar .social.mob {
 display:none
}
.product-detail-bar .social {
 list-style: none;
 padding: 0px !important;
 float: left;
 margin-top: 18px !important;
}
.product-detail-bar .social li {
 float:left;
 margin-right:5px!important
}
.product-detail-bar .social li:nth-child(1) {
 line-height: 33px !important;
font-weight:600
}
.product-detail-bar .social li a .fa {
 background:#f2f2f2;
 color:#fff!important;
 width:33px;
 height:33px;
 line-height:33px;
 text-align:center;
 border-radius: 5px;
 vertical-align:middle;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.product-detail-bar .social li a .fa-facebook {
 background:#3b5a9a
}
.product-detail-bar .social li a .fa-whatsapp {
 background:#4fce5d
}
.product-detail-bar .social li a:hover .fa {
 background:#333;
 color:#fff!important;
}
/**/ 
.product-detail-bar .pr_desc {
 padding-top: 20px;
 /*border-top: 1px solid #eee;
 margin-top: 25px;*/
}
.product-detail-bar .pr_desc h4.desc-title { 
 font-weight: 600;
 margin-bottom: 10px!important;
}
.product-detail-bar .pr_desc .desc-inf {
}
.product-detail-bar .pr_desc .desc-inf ul {
    padding-left: 15px!important;
    margin-bottom: 20px!important;
    list-style: circle;
    font-size: 13px;
}
.product-detail-bar .pr_desc .desc-inf ul li{
 line-height:22px;
}   

/*product size*/
.product-detail-bar .pr-size {
 width:100%; 
 position: relative;
 }
.product-detail-bar .pr-size p {
 margin-bottom: 12px!important;
 font-weight: 600; 
 display: inline-block;
}
.product-detail-bar .pr-size p span{
    color: #015ac2;
}
.product-detail-bar .pr-size p a.size-enq {
    color: #df930a!important;
    font-size: 12px;
    font-weight: 500; 
}
.product-detail-bar .pr-size p.size-chart { 
	margin-bottom: 0!important;
}
.product-detail-bar .pr-size p.size-chart a{ 
    color: #e57272!important;
} 

.product-detail-bar .pr-size .err-msg {
    position: absolute;
    left: 0px;
    top: 100%; 
	color: #c85e53;
	font-size:13px!important;
	font-weight:500;
	display: none;
}
.product-detail-bar .pr-size ul {
}
.product-detail-bar .pr-size ul li {
 display: inline-block; 
 margin-right:10px!important;
}
.product-detail-bar .pr-size ul li a {
    outline: 1px solid #2e2e2e;
    color: #2e2e2e!important;
    width: 55px;
    height: 40px;
    line-height: 40px;
	border-radius: 3px;
    display: block;
    text-align: center;
    position: relative; 
}
.product-detail-bar .pr-size ul li a span.sizeQty {
    position: absolute;
    background: #e57272;
    color: #fff;
    top: 84%;
    left: 4px;
    right: 4px;
    line-height: 15px;
    font-size: 10px;
    border-radius: 4px;
}
.product-detail-bar .pr-size ul li a.active {
 background:#2e2e2e;
 outline-color:#2e2e2e;
 color:#fff!important;
}
.product-detail-bar .pr-size ul li a.out-stock {
 border:1px solid #ddd;
 color:#ddd;
} 

/*product color*/
.product-detail-bar .pr-color {
 width:100%;
margin-bottom: 35px!important;
 position: relative;
}
.product-detail-bar .pr-color p {
 margin-bottom: 8px!important;
 font-weight: 700; 
}
 
.product-detail-bar .pr-color .err-msg {
    position: absolute;
    left: 0px;
    top: calc(100% + 12px); 
	color: #c85e53;
	font-size:13px!important;
	font-weight:500;
	display: none;
}
.product-detail-bar .pr-color ul {
}
.product-detail-bar .pr-color ul li {
 display: inline-block; 
 margin-right:10px!important;
}
.product-detail-bar .pr-color ul li a {
 outline:3px solid transparent;
 outline-offset:-3px;
 display:block;
 width:55px;
 height:40px;
 border-radius: 4px;
 font-size:13px;
 line-height:33px;
 text-align:center;
 position: relative;
}
.product-detail-bar .pr-color ul li a span {
    position: absolute; 
    top: 100%;
    left: 0;
    right: 0;
    line-height: 18px;
    font-size: 12px;
}
.product-detail-bar .pr-color ul li a.active {
 /*outline-color:#000; */
 border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
}
.product-detail-bar .pr-color ul li a.active span {
    background: #fff;
	border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;
	outline:1px solid #2e2e2e;
	outline-offset:-1px;
}
/**/
.product-detail-bar .pr_related {
 padding-top: 60px;
 padding-bottom: 30px;
 background:#f8f8f8;
 margin-top: 40px;
}
.product-detail-bar .pr_related .item-container {
 background: transparent;
}
.product-detail-bar .pr_related .item-pic {
 background: #fff;
}

/*size enquiry*/

.size-enq-col {
  
}

/*rating and review*/
 
.add-rt{
	float: right; 
	border: 1px solid!important;
    padding: 8px 10px!important;
}

.rating-col {
  
}
.rating-col .str-col {
  
}
.rating-col .str-col input[type=checkbox] {
 visibility: hidden;
 font-size: 25px;
 margin: 0 5px 22px 0!important;
 cursor: pointer;
 color: #666;
}
.rating-col .str-col input[type=checkbox]:checked:before {
 color: #666;
 content: "\2605";
 position: absolute;
}
.rating-col .str-col input[type=checkbox]:before {
 content: "\2606";
 position: absolute;
 visibility: visible;
 color: #666;
}
.rating-col .add-review{
	padding:6px 15px!important;
}

/**/
.rating-view {
  margin-bottom: 10px; 
}
.rating-view ul.str-lst{
	list-style:none;
	font-size:11px; 
}
.rating-view ul.str-lst li{
	margin:3px 0 !important
}

.rating-view ul.str-lst li div{
	display:inline-block;
}

.rating-view ul.str-lst li div.rt-str{
    position: relative;
	    width: 20px;
}
.rating-view ul.str-lst li div.rt-str:after {
    content: "\2605";
    position: absolute;
    right: 0;
}
.rating-view ul.str-lst li div.rt-prgress{
	width:120px;
	height:5px; 
	overflow:hidden;
	background:#f2f2f2;
	border-radius:10px;
	margin:0 15px 0 10px;
    vertical-align: 2px;
	position:relative;
} 

.rating-view ul.str-lst li div.rt-prgress span.fill{ 
	position:absolute;
	top:0; 
	bottom:0; 
	left:0;
}

.rating-view ul.str-lst li div.rt-prgress span.fill.ornge{
	background:#ff9f00;	
}
.rating-view ul.str-lst li div.rt-prgress span.fill.rd{
	background:#ff6161;	
}
.rating-view ul.str-lst li div.rt-prgress span.fill.grn{
	background:#388e3c;	
}

.rating-view ul.str-lst li div.rt-num{
	
}

/**/
.rating-msges {
  margin-bottom: 10px; 
}
.rating-msges ul.msg-lst{
	list-style:none; 
	font-size: 13px;
}
.rating-msges ul.msg-lst li { 
    padding: 15px 0!important;
    border-bottom: 1px solid #eee;
}
.rating-msges ul.msg-lst li:last-child{ 
	border:0;
}
.rating-msges ul.msg-lst li div.rt-lbl{
    margin-bottom: 10px;
}
.rating-msges ul.msg-lst li div.rt-lbl span.rt-str {
    position: relative;
    color: #fff;
    padding: 2px 18px 2px 8px;
    margin-right: 8px;
    border-radius: 4px;
    font-size: 12px;
}
.rating-msges ul.msg-lst li div.rt-lbl span.rt-str.ornge{
	background:#ff9f00;	
}
.rating-msges ul.msg-lst li div.rt-lbl span.rt-str.rd{
	background:#ff6161;	
}
.rating-msges ul.msg-lst li div.rt-lbl span.rt-str.grn{
	background:#388e3c;	
}
.rating-msges ul.msg-lst li div.rt-lbl span.rt-str:after {
    content: "\2605";
    position: absolute;
    right: 5px;
    top: 0px;
}

.rating-msges ul.msg-lst li div.rt-msg{
	margin-bottom: 4px;
}

.rating-msges ul.msg-lst li div.rt-frm {
    font-size: 10px;
    color: #aaa;
}
/* About Us */
.about-us-pg .main-head {
   text-align:left;
   margin-bottom:10px !important;
}
.about-us-pg h4{
	font-size: 20px !important;
    font-weight: 600;
    color: #015ac2;
    line-height: 27px !important;
    margin-bottom: 5px !important;
    margin-top: 15px !important;
}
.about-us-pg p{
    text-align: justify;
}
.about-us-pg .abt-img img{
	border-radius:10px;
}
.about-us-pg .abt-text{
	padding-left:0 !important;
}
.about-us-pg .abt-img{
	padding-right:0 !important;
}
/* Privacy Policy */
.policy-pg h4{
	margin: 15px 0 5px!important;
    position: relative;
    /* font-size: 21px !important; */
    /* font-weight: 600; */
    color: #015ac2;
    /* line-height: 28px !important; */
    text-transform: capitalize;
}
.policy-pg ul.mylist{
	list-style: none;
    padding: 0 0 0 10px;
    margin: 0 0 15px 25px !important;
    font-size: 14px;
}
.policy-pg ul.mylist li{
	font-size: 15px !important;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
    text-indent: -25px;
}
.policy-pg ul.mylist li:before{
	content: "\f0a4";
    font: normal normal normal 13px / 1 FontAwesome;
    margin-right: 10px;
}
/* FAQ */
.faq-pg .main-head{
	margin-bottom:40px !important;
}
.faq-pg .ques-blk{
	background:#f7f7f7;
	padding:20px 30px 10px;
	margin-bottom:20px !important;
	border-radius:10px;
}
.faq-pg .ques-blk h4{
	/*font-size:20px !important;
	line-height:27px;
	font-weight: 500;
    color: #015ac2; */
    margin-bottom:5px !important;
}


/* whatsapp button */
.btn-whtsap, .btn-whtsap:hover {
    background: #e9f1e9!important;
    border-radius: 25px!important;
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 99;
    padding: 0 12px 0 0!important;
    color: #687c68!important;
    font-weight: 600!important;
}
.btn-whtsap img {
    max-width: 32px;
    margin-left: -2px;
    margin-right: 5px;
}

/*tables*/
section.contents .mytable {
}
section.contents .mytable caption {
 color:#333333;
 text-align:center;
 margin-bottom:5px;
 padding:0px;
 font-weight:600;   
}
section.contents .mytable th {
 background:#015ac2;
 color:#fff;
 font-weight:600;
 vertical-align:middle!important; 
 text-transform:capitalize;
 height:40px;
 border: 0;
}
section.contents .mytable td {
 vertical-align:middle!important; border: 0;font-weight: 400;
}
section.contents .mytable tr {
 -webkit-transition: all 0.25s ease-out;
 -moz-transition: all 0.25s ease-out;
 -ms-transition: all 0.25s ease-out;
 -o-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
}
 
section.contents .mytable tr:nth-child(even) {
background:#f5f5f5;
}

section.contents .mytable a{}
section.contents .mytable a:after{content:'|';padding:0 10px;}
section.contents .mytable a:last-child:after{content:'';}

section.contents .mytable a.btn-add {
    background: #00adff;
    color: #fff!important;
    border-radius: 25px;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 12px;
}
section.contents .mytable a.btn-add:after{
	content:'';padding: 0;
}
section.contents .mytable a.btn-edit{ color:#34a44c!important;}
section.contents .mytable a.btn-delete{ color:#e43737!important;}

section.contents .mytable tr:hover {
  
}

/*store table*/

.store_table{

}
.store_table th,
.store_table td{
    text-align: left!important;
}
.store_table th:nth-child(1),
.store_table td:nth-child(1){
    text-align: center!important;
}

/*thanks_table*/
.thanks_table {
 border-color: #ddd !important;
}
.thanks_table   th {
    text-transform: capitalize !important;
    border: 0px!important;
    font-weight: 400!important;
    font-size: 13px!important;
    text-align: center;
}
.thanks_table td {
    border-right: 0 !important;
    border-left: 0 !important;
    color: #5e5a54!important;
    border-color: #f2f2f2 !important;
    vertical-align: middle!important;
    font-size: 13px;
}
.thanks_table tr th:nth-child(1), .thanks_table tr td:nth-child(1) {
text-align:left!important;
width:100px;
}
.thanks_table tr th:nth-child(3), .thanks_table tr td:nth-child(3) {
text-align:center;
}
.thanks_table tr th:nth-child(2), .thanks_table tr td:nth-child(2) {
 text-align:left!important;
}
.thanks_table tr th:nth-child(4), .thanks_table tr td:nth-child(4) {
}
.thanks_table img {
 width: 65px;
    height: 60px;
    border-radius: 4px;
}
.thanks_table strong {
 font-weight:600!important
}

/*left table */
.tbl-lft{
  
}
.tbl-lft tr:first-child td{
    border:0
}
.tbl-lft td{
    width:50%; 
    line-height: 25px!important;  
}
.tbl-lft td:last-child{
    text-align:right
}

/* login & registration */
.modal-dialog.log-model {
 width:95%;
 max-width: 700px;
}
.modal-dialog.log-model .modal-content {
 border-radius: 10px;
 overflow: hidden;
}
.modal-dialog.log-model .modal-content .close {
 position: absolute;
 top: 20px;
 right: 20px;
 background: url(../design_img/icon-close.png) no-repeat;
 text-shadow: none;
 padding: 0px 5px 5px;
 width: 13px;
 height: 15px;
 background-size: 100%;
 opacity: 1;
}
.modal-dialog.log-model .log-left {
 width:50%;
 float:left;
}
.modal-dialog.log-model .log-left img {
 max-width:99.5%;
}
.modal-dialog.log-model .log-right {
 padding:20px 30px 30px;
 width:50%;
 float:right;
}
.modal-dialog.log-model .log-right h3 {
 color: #015ac2;
 font-weight: 500;
 margin-bottom: 20px!important;
}
.modal-dialog.log-model .log-right label {
 margin-bottom: 0;
}
.modal-dialog.log-model .log-right .form-control {
 border-top:0px;
 border-left:0px;
 border-right:0px;
 border-radius:0 !important;
 padding: 0px 0 2px;
}
.modal-dialog.log-model .log-right select.form-control {
}
.modal-dialog.log-model .log-right label.error {
}
.modal-dialog.log-model .log-right label.error:before {
 top: -12px;
 left: 20px;
}
.modal-dialog.log-model .log-right .btn-sub {
 display: block;
 width: 100%;
 color: #fff; 
 font-size: 16px;
 padding: 10px 7px !important;
}
.modal-dialog.log-model .log-right .link-forgot {
 text-align: right;
 display: block;
 color: #29234c !important;
 font-size: 12px;
 margin-top: -6px;
 margin-bottom: 15px;
}
.modal-dialog.log-model .log-right .link-register {
 display: block;
 color: #666;
 border-radius: 25px;
 margin-top: 6px;
 text-align: center;
 font-size: 13px;
}
.modal-dialog.log-model .log-right .link-register strong {
 color:#2e2e2e
}
.modal-dialog.log-model .log-right .label-check {
 display: table;
 margin: auto;
}
.modal-dialog.log-model .log-right .label-check a {
 text-decoration:underline!important
}
.modal-dialog.log-model .log-right .or-icon-bar {
 border-top: 1px solid #ddd;
 position: relative;
 top: 25px;
 margin-bottom: 40px;
}
.modal-dialog.log-model .log-right .or-icon {
 position: absolute;
 top: -22px;
 left: 50%;
 margin-left: -20px;
 background: #fff;
 color: #999;
 padding: 10px;
 border-radius: 100%;
 font-size: 13px;
}
.modal-dialog.model-forgot {
 max-width: 400px;
}
.modal-dialog.model-forgot .log-right {
 width: 100%;
}
.modal-dialog.model-address {
 max-width: 500px;
}
.modal-dialog.model-address .log-right {
 width: 100%;
}
/*size chart*/
.modal-dialog.model-size-chart {
	max-width: 650px;
}
.modal-dialog.model-size-chart .modal-content {
    padding: 20px; 
}
.modal-dialog.model-size-chart .modal-content img { 
    max-width: 100%;
}
/*add review*/
.modal-dialog.model-review{
	max-width: 400px;
}
.modal-dialog.model-review .modal-content {
    padding: 20px; 
} 
/*size enquiry*/
.modal-dialog.model-size-enq{
	max-width: 400px;
}
.modal-dialog.model-size-enq .modal-content {
    padding: 20px; 
} 
/*after open popup*/
.modal.fade .modal-dialog.log-model {
 position:absolute;
 top:50%;
 left:50%;
 margin-bottom:-50%;
 margin-right:-50%;
 -webkit-transform: translate(-50%, -60%);
 transform: translate(-50%, -60%);
}
.modal.show .modal-dialog.log-model {
 -webkit-transform: translate(-50%, -53%);
 transform: translate(-50%, -53%);
}
/* password show hide*/

.toggle-password {
 position: absolute;
 right: 0;
 width: 10px;
 color: #fff !important;
 text-align: center;
 top: 15px;
 padding: 13px 11px 11px 10px;
 float: right;
 margin-right: 1px;
}
.toggle-password.open-eye {
 background: url(../design_img/icon-show-pwd.png);
 background-repeat: no-repeat;
 background-size: contain;
}
.toggle-password.close-eye {
 background: url(../design_img/icon-hide-pwd.png);
 background-repeat: no-repeat;
 background-size: contain;
}
.form-control.fo-pass {
 padding-right: 40px!important;
}
/*********************************************************************************
cart bar start
***************/
 .cart-bar {
 padding:0px 0
}
.cart-bar .empty-cart-msg {
 background:#fff!important;
 border:0px;
 padding:0px
}
.cart-bar .empty-cart-msg p {
 font-size:20px;
 color: #000;
 width: auto;
 display: table;
 margin: 25px auto 0!important;
 text-align:center;
}
.cart-bar .empty-cart-msg p.cart-btn-continue {
 margin: 5px auto !important;
 display: table;
 float:none;
}
/**/
.cart-bar .cart-summery {
 background:#fff;
 padding:25px;
     border-radius: 10px;
	 border: 1px dashed #015ac2;
    outline: 5px solid #f5f5f5;
}
.cart-bar .cart-summery h4 { 
    font-weight:500; 
    padding-bottom:15px!important;margin-bottom:10px!important;
    border-bottom: 1px dashed #015ac2;
}
/**/ 
.cart-bar .cart-summery .cart-list {
 overflow:hidden;
 border-bottom:1px solid #ddd;
 padding-bottom:10px;
 padding-top:10px;
 position:relative;
}
.cart-bar .cart-summery .cart-list:last-child {
 border-bottom:0px solid #f2f2f2;
 padding-bottom:10px;
}
.cart-bar .cart-summery .cart-remove {
 font-size: 11px;
 background: #2e2e2e;
 color: #fff !important;
 padding: 0px 10px 1px;
 border-radius: 25px;
}
.cart-bar .cart-summery .cart-pic {
 border: 1px solid #eee;
 width: 100%;
 height: 80px;
 border-radius:3px;
}
.cart-bar .cart-summery .cart-txt {
 padding-left:0
}
.cart-bar .cart-summery .cart-txt .cart-name {
 margin-bottom:0px!important;
 font-weight:600;
}
.cart-bar .cart-summery .cart-txt .cart-info {
 font-size: 13px!important;
    margin-bottom: 2px!important;
}
.cart-bar .cart-summery .cart-txt .cart-info span {
 display: inline-block;
 width: 20px;
 height: 12px;
 border-radius: 3px;
 vertical-align: -2px;
}
.cart-bar .cart-summery .cart-txt .cart-info span.price-before,
.cart-bar .cart-summery .cart-txt .cart-info span.price-now { 
	width: auto;
	height: auto;
}
.cart-bar .cart-summery .cart-txt .cart-info span.price-before {
    color: #999999;
    text-decoration: line-through;
    margin-right: 5px;
}

.cart-bar .cart-summery .cart-txt .pr_remove {
 margin-bottom:0px!important;
}
/**/
.cart-bar .cart-summery .sum_tab {
}
.cart-bar .cart-summery .sum_tab td {
 padding:6px 0;
}
.cart-bar .cart-summery .sum_tab .coupon_tr{
	color:#4fce5d;
}
.cart-bar .cart-summery .sum_tab .pr_total_tr {
 border-top: 1px solid;
 border-bottom: 2px solid;
}
.cart-bar .cart-summery .sum_tab .pr_total_txt {
 text-align:left!important;
 font-size:14px;
}
.cart-bar .cart-summery .sum_tab .pr_total_amt {
 text-align:right!important;
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt {
 text-align:center;
 padding-top: 10px;
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-group {
 display: table !important;
 margin: 5px auto 0;
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn, .cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn:hover {
 margin: 0 5px;
 border-radius: 5px !important;
 border-color: #eee !important;
 padding: 8px 6px 8px 5px !important;
 background: #fff!important;
 border-color: #ccc!important;
 color: #444!important;
 font-size:13px;
 text-transform: capitalize;
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn.active.focus, .cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn.active:focus, .cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn.focus, .cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn:active.focus, .cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn:active:focus, .cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn:focus {
 outline: 0px;
 outline-offset: 0px;
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn label {
 margin: 0!important;
 cursor:pointer
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn span {
 width:15px;
 height:15px;
 display:inline-block;
 margin-right:5px;
 position:relative;
 top:3px;
 background:#fff;
 border:4px solid #fff;
 border-radius:100%;
 -webkit-box-shadow:0px 0px 1px #000;
 -moz-box-shadow:0px 0px 1px #000;
 box-shadow:0px 0px 1px #000;
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-active.active, .cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-active.active:hover {
 background:#fff!important;
 border-color:inherit!important;
 color:#666!important;
 box-shadow:none!important;
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-deactive.active, .cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-deactive.active:hover {
 background:#fff!important;
 border-color:inherit!important;
 color:#666!important;
 box-shadow:none!important;
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-active.active span {
 background:#666 !important;
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-deactive.active span {
 background:#666!important;
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-active.active {
 border-color:#015ac2!important;
 color:#015ac2 !important
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-active.active span {
 background:#015ac2 !important;
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-deactive.active {
 border-color:#015ac2 !important;
 color:#015ac2 !important
}
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-deactive.active span {
 background:#015ac2 !important;
}
.cart-bar .cart-summery .sum_tab .pr_text_opt {
 text-align:center;
 margin: 0 !important;
}
.cart-bar .cart-summery .sum_tab .pr_text_opt strong {
 font-weight: 600; 
}

.cart-bar .cart-summery .qr-col{ 
    display:none;
    max-width: 250px;
    margin: 0 auto; 
}
.cart-bar .cart-summery .qr-col img {
    max-width: 150px;
    margin: 15px auto; 
}
.cart-bar .cart-summery .qr-col .form-group{ 
    margin-bottom: 0!important;
}

.cart-bar .cart-summery .btn-pay, .cart-bar .cart-summery .btn-place-order {
 width: 100%;
 padding: 8px 15px !important;
 color: #fff !important;
 background: #015ac2; 
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}
/**/
.cart-bar .cart-detail {
}
.cart-bar .table-responsive { 
    border-radius: 12px; 
}
.cart_table {
 margin-bottom:25px!important;
 border-color: #f2f2f2 !important;
 white-space: nowrap;
}
.cart_table th {
 text-transform: capitalize !important;
 border:0px!important;
 font-weight:400!important;
 font-size:13px!important;
 text-align:center
}
.cart_table td {
 border-right: 0 !important;
 border-left: 0 !important;
 color: #5e5a54!important;
 border-color: #f2f2f2 !important;
 vertical-align: middle!important;
 font-size: 13px;
}
.cart_table tr:nth-child(1) td {
/*border: 0!important; */
}
.cart_table img {
 width:55px;
 height: 50px;
 border-radius: 4px;
}
.cart_table .pr_name, 
.cart_table .pr_delivery, 
.cart_table .pr_rate_before, 
.cart_table .pr_rate,  
.cart_table .pr_remove, 
.cart_table .pr_total {
 padding:10px 0!important;
 margin: 0 !important;
}
.cart_table .pr_name {
 font-weight:500; 
 padding-bottom:0px!important;
}
.cart_table .pr_rate_before {
    color: #999999;
    text-decoration: line-through;
    margin-right: 10px;
}
.cart_table .pr_size_color {
 font-size: 12px!important;
}
.cart_table .pr_size_color span {
 display:inline-block;
 width:20px;
 height:12px;
 border-radius:3px;
 vertical-align:-2px
}
.cart_table .pr_remove {
 padding: 0px !important;
 text-align: center;
 margin-bottom: 0 !important;
}
.cart_table .pr_remove a:before {
 content: url(../design_img/icon-close-small.png);
}
 .cart_table tr th:nth-child(1), .cart_table tr td:nth-child(1) {
 width:50px;
}
 .cart_table tr th:nth-child(2), .cart_table tr td:nth-child(2) {
 width:60px;
text-align:left!important
}
 .cart_table tr th:nth-child(3), .cart_table tr td:nth-child(3) {
 width:225px;
text-align:left!important;
white-space: normal;
}
 .cart_table tr th:nth-last-child(2), .cart_table tr td:nth-last-child(2) {
}
 .cart_table tr:hover, .cart_table tr:nth-child(even) {
 background: #fff!important;
}
.cart_table .pr_total_txt, .cart_table .pr_delivery_cost {
 text-align: right;
 margin-right: 10px !important;
}

.cart-bar .promo-col {
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
    position: relative;
}
.cart-bar .promo-col .form-group {
    margin-bottom: 0px!important;
}
.cart-bar .promo-col .form-control {  
height: 40px;
    line-height: 40px;
}
.cart-bar .promo-col p {
    font-size: 13px!important; font-weight: 600; 
    border: 1px solid #015ac2;
    border-radius: 6px;
    padding: 5px 8px 5px!important;
    margin-bottom: 0!important;
    line-height: 15px; 
}
.cart-bar .promo-col span {
    display: block;
    color: #4fce5d; 
	 font-size: 11px;font-weight: 500; 
}
.cart-bar .promo-col .btn-sub, .cart-bar .promo-col .btn-edit, .cart-bar .promo-col .btn-remove {
    padding: 2px 8px!important;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 4px!important;
    position: absolute;
    top: 8px;
    right: 8px;
}
.cart-bar .promo-col .btn-remove {
    background: #e57272;
    color: #fff;
    font-size: 18px;
    padding: 0px 5px!important;
    line-height: 22px;
}
.cart-bar .promo-col .btn-edit {  
  border-color: #e57272;
    background: #fff;
    color: #e57272!important;
	right: 35px;
}
.cart-bar .promo-col .btn-edit:hover{
	background: #e57272!important;color: #fff!important;
} 

.cart-bar .cart-btn-continue {
 float:left;
}
.cart-bar .cart-btn-continue .btn-shop {
 padding: 0px !important;
 /*color: #29234c !important;
 border:1px solid;*/
 font-weight:500!important;
 text-transform: capitalize;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s; 
}
.cart-bar .cart-btn-pay .btn-pay, .cart-bar .cart-btn-continue .btn-shop:hover {
color: #015ac2!important;
    background: #fff!important;
}
/**/
.cart-bar .item-qty {
 display:table;
 margin:10px auto 10px !important;
 width: 120px;
}
.cart-bar .item-qty span {
 float: left;
 cursor: pointer;
 width: 30px;
 height: 30px;
 padding-top: 6px;
 text-align: center;
 background: #015ac2;
    
}
 
.cart-bar .item-qty span.qty-minus {
 border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.cart-bar .item-qty span.qty-plus {
 border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
} 

.cart-bar .item-qty span.qty-minus:before {
 content: url(../design_img/icon-qty-less.png);
}
.cart-bar .item-qty span.qty-plus:before {
 content: url(../design_img/icon-qty-add.png);
}
.cart-bar .item-qty .qty {
 float: left;
 text-align: center;
 width: 30px;
 height: 30px;
 border-color: transparent;
 background: #fff!important;
 color: #000;
 -webkit-box-shadow: inherit !important;
 -moz-box-shadow: inherit !important;
 box-shadow: inherit !important;
 border-radius: 0;
 padding: 0!important;
}
.cart-bar .item-qty .qty:focus {
 border-color:#fff!important
}
/**/
.cart-bar .checkout-col {
 border: 1px solid #f2f2f2;
 background: #f2f2f2;
}
.cart-bar .checkout-col.logged-in {
 border-color:#fff;
 background: #fff;
}
.cart-bar .checkout-col.logged-in .welcome-text {
 padding: 0px 0px 10px!important;
}
.cart-bar .checkout-col.logged-in .welcome-text strong { 
 font-weight:700
}
.cart-bar .checkout-col .logged-in-container {
 padding:20px;
 background:#f5f5f5	;
     border-radius: 10px;
}
.cart-bar .checkout-col .logged-in-container .btn-addr {
 float: right;
 display: block;
 background: #015ac2;
 color: #fff !important;
 padding: 2px 15px;
 border-radius: 5px;
}
.cart-bar .checkout-col .logged-in-container .btn-addr:hover {
 background: #333;
}
.cart-bar .checkout-col .logged-in-container .addr_list {
 border: 1px solid #ddd;
 border-radius: 8px;
 margin-top:5px;
 padding: 15px;
 color: #666;
 min-height: 200px;
}
.cart-bar .checkout-col .logged-in-container .addr_list p {
 line-height: 20px;
 font-size:13px!important
}
.cart-bar .checkout-col .logged-in-container .addr_list p strong {
 font-weight: 600;
}
.cart-bar .checkout-col .logged-in-container .addr_list .btn-deliver, .cart-bar .checkout-col .logged-in-container .addr_list .btn-deliver:hover {
 border-color: #2e2e2e;
 background: #fff!important;
 color: #2e2e2e !important;
 padding: 4px 10px!important;
 text-transform: capitalize;
 position: absolute;
 bottom: 18px;
}
.cart-bar .checkout-col .logged-in-container .addr_list .btn-deliver.selected {
 background: #2e2e2e!important;
 color: #fff!important;
}
.cart-bar .checkout-col .logged-in-container .addr_list .btn-deliver input[type=checkbox] {
 display: none;
}
/*transaction success*/
.trans-success {
 padding:40px 0
}
.trans-success .table-responsive { 
    border-radius: 10px; 
}
.trans-success-icon {
 width:71px;
 height:71px;
 margin: 10px auto;
 background:url(../design_img/icon-success-lg.png) center no-repeat;
}
.trans-success-msg {
 background:#fff;
 position:relative
}
.trans-success-msg p {
 color:#646464;
 text-align:center;
 font-size:13px!important;
 line-height:25px;
}
.trans-success-msg h4 {
 text-align: center;
 background: #fff;
 padding: 10px 15px!important;
 display: table;
 margin: 20px auto 0!important;
 position: relative;
 z-index: 1;
 color: #1bbd1b;
 font-weight: 700;
}
.trans-success-msg strong {
 font-weight:600!important;
 text-transform: capitalize;
}
.trans-success-brdr {
 border-bottom:1px solid #e7e7e7;
 width:100%;
 position:absolute;
 left:0;
 top:22px;
}
.trans-success .alert {
 text-align: center;
 border-color: #3c763d;
 padding: 8px;
}
.trans-success .alert strong {
 color: #2c790c;
}
.trans-success .btn-shop {
 margin:20px 0 10px;
 padding: 8px 10px !important;
 color: #015ac2  !important;
 text-transform: capitalize;
 border: 1px solid;
}
.trans-success .btn-shop:hover {
 background:#015ac2  !important;
 color: #fff !important;
}
/*transaction fail*/
.trans-fail {
 padding:40px 0
}
.trans-fail-icon {
 width:71px;
 height:71px;
 margin: 10px auto;
 background:url(../design_img/icon-fail-lg.png) center no-repeat;
}
.trans-fail-msg {
 background:#fff;
 position:relative
}
.trans-fail-msg p {
 color:#646464;
 text-align:center;
 font-size:13px!important;
 line-height:25px;
}
.trans-fail-msg h4 {
 text-align:center;
 background:#fff;
 padding:10px 15px!important;
 display:table;
 margin:20px auto 0px!important;
 position:relative;
 z-index:1;
 color: #e12900;
 font-weight: 700;
}
.trans-fail-msg strong {
 
}
.trans-fail-brdr {
 border-bottom:1px solid #e7e7e7;
 width:100%;
 position:absolute;
 left:0;
 top:22px;
}
.trans-fail .btn-try {
 margin:20px 0 10px;
 padding: 8px 10px !important;
 color: #015ac2  !important;
 text-transform: capitalize;
 border: 1px solid;
}
.trans-fail .btn-try:hover {
 background:#015ac2  !important;
 color: #fff !important;
}


/* my-account *******************************************************/

.my-account {
 background:#fff;
}
.my-account .my-account-left {
 background:#fff;
 height:auto;
}
.my-account .my-account-left .user-name {
 overflow: hidden !important;
 text-overflow: ellipsis;
 display: inline-block;
 white-space: nowrap !important;
 width: 100%;
 /* -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;*/
    padding: 12px!important;
 border-radius: 10px;
 background: #f5f5f5;
}
.my-account .my-account-left .user-name strong {
 font-weight:600;
 color:#015ac2
}
.my-account .my-account-left .user-name img {
 border-radius: 100%;
 width: 50px;
 height: 50px;
 border: 1px solid #eee;
 float: left;
 margin-right: 12px;
}
/**/
.my-account .my-account-left .user-nav-list {
 border-radius: 10px;
 background: #f5f5f5;
 padding: 10px;
 /* -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 border: 1px solid #eee;*/
}
.my-account .my-account-left .user-nav-list ul {
 list-style:none
}
.my-account .my-account-left .user-nav-list li {
}
.my-account .my-account-left .user-nav-list li a {
 display:block;
 padding:15px 0;
 border-bottom:1px solid #d7d7d7
}
.my-account .my-account-left .user-nav-list li:first-child a {
  padding-top: 5px;
}
.my-account .my-account-left .user-nav-list li:last-child a {
  padding-bottom: 5px;
  border-bottom:0
}
.my-account .my-account-left .user-nav-list li a:hover {
 color:#015ac2!important
}
/**/
.my-account .my-account-right {
/* -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 border: 1px solid #eee;
 padding:25px 25px 15px!important;*/
}
/**/
.my-account .right-container {
}
.my-account .right-container h4 {
    font-weight: 700;
    margin-bottom: 15px!important;
    color: #29234c;
}
.my-account .right-container p {
     font-size: 13px!important;
}
/**/
.my-profile-container {
}
.my-profile-container h4 {
 font-weight: 600!important;
}
.my-profile-container h4 a {
 font-size:12px;
 color:#015ac2 !important;
 margin-left:10px;
 font-weight: 400;
}
.my-profile {
 margin-bottom:20px;
}
.my-profile.editable {
 display: none;
}
.my-profile p {
 font-size: 12px !important;
 margin-bottom: 20px !important;
 color: #333;
 line-height: 20px;
}
.my-profile p span {
 display: block;
 font-size: 14px;
 color: #666;
 border-bottom: 0px solid #ddd;
 padding-bottom: 4px;
}
.my-account p.lbl {
 margin-bottom: 3px !important;
 color: #333;
 font-size: 13px !important;
}
.my-profile .btn-sub, .my-profile .btn-cancel {
 padding:8px 20px !important;
 margin-top: 0
}
.my-profile .btn-edit:hover, .my-profile .btn-cancel:hover {
 padding:8px 20px !important;
}
.my-profile .form-group .form-control {
 height: auto;
}
.my-profile .thumb_block {
 position:relative;
 margin-top:10px
}
.my-profile .thumb_block .thumb-close {
 color: #999 !important;
 background: #fff;
 border: 1px solid #999!important;
 top: 5px;
 right: 10px;
 position: absolute;
 cursor: pointer;
 font-size: 18px;
 /*z-index: 99;*/
    border-radius: 100%;
 width: 20px;
 height: 20px;
 text-align: center;
 line-height: 17px;
 border: 1px solid;
}
.my-profile .thumb_block img {
 width: 100px;
 height: 100px;
 display: block;
 border-radius:100%;
 border: 1px solid #eee;
}
.my-profile .thumb_block input[type=file] {
 visibility:hidden;
 position: absolute;
}
.my-profile .thumb_block .btn-thumb {
 background: #f87500;
 color: #fff;
 padding: 4px 8px 5px;
 text-align: center;
 font-size: 13px;
 cursor: pointer;
 border-radius: 100%;
 position: absolute;
 right: 8px;
 bottom: -5px;
}
.my-profile .thumb_block .btn-thumb:hover {
 background:#333
}
.my-profile p.add-text {
 font-size: 14px !important;
 color: #666;
 line-height: 22px;
}
.my-profile .toggle-password {
 right: 10px;
 top: 31px;
}
/*********************************************************************************
address-list-bar start
***************/ 
.addr_list_bar {
}
.addr_list_bar .addr_not {
}
.addr_list_bar .btn-addr {
 display: inline-block;
 background: #015ac2;
 color: #fff !important;
 padding: 4px 15px;
 margin-bottom: 15px;
 border-radius: 5px;
}
.addr_list {
    background: #fff;
    border: 1px solid #eee; 
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    border-radius: 10px;
}
.addr_list p {
 margin-bottom:0px!important
}
.addr_list p.addr_type {
    display: inline-block; 
    margin-bottom: 8px !important;
    font-weight: 500;
    color: #2e2e2e;
}
.addr_list .addr_nav {
 list-style:none;
 position:absolute;
 top:0;
 right:0
}
.addr_list .addr_nav li {
 float:left
}
.addr_list .addr_nav li a {
    color: #2e2e2e!important;
    padding: 5px 6px 3px; 
    display: block;
}


/*********************************************************************************
broker-list-bar start
***************/ 
.broker_list_bar {
} 
.broker_list_bar .btn-addr {
 display: inline-block;
 background: #015ac2;
 color: #fff !important;
 padding: 4px 15px;
 margin-bottom: 15px;
 border-radius: 5px;
}


/*********************************************************************************
save list bar start
***************/ 
.save_list_bar {}


/*********************************************************************************
order-list-bar start
***************/ 
.order_list_bar {
 padding: 0px!important;
}
.order_list {
 margin-bottom:20px;
 overflow:hidden;
 border:1px solid #eee;    border-radius: 10px;
 display:block;
 cursor:default;
}
.order_list p { 
 margin-bottom:0px!important
}
.order_list_top {
 background:#015ac2;
 overflow:hidden;
 padding: 7px 0;
}
.order_list_top .order_id {
color:#fff
}
.order_list_top .order_id span { 
font-weight:600
}
.order_list_top .order_track_lnk{
	text-align:right;color: #fff;
}
.order_list_top .order_track_lnk a{
color:#fff!important
}

.order_list_middle {
 padding:10px;
 overflow:hidden;
 line-height: 19px;
 background: #fff;
}
.order_list_middle .order-pr-pic img {
width: 55px;
    height: 50px;
    border-radius: 4px;
}
.order_list_middle .order-pr-title {
 font-weight: 600;
}
.order_list_middle .order-pr-info {
 margin-bottom:0px!important; 
}
.order_list_bottom {
 overflow: hidden;
 padding: 10px;
 width: 100%;
 background: #fff;
 border-top:1px solid #eee;
}
.order_list_bottom .order-status {
 color:#26a92f
}

/*order track*/
 
.order-track {
 
}

.order-track ul.track-lst { 
 padding:10px!important;
 display:inline-block;
}
.order-track ul.track-lst li {
    list-style: none;  
    border-left: 1px solid #c7e9c9;
    padding: 0 0 20px 30px!important;
    position: relative;
} 

.order-track ul.track-lst li .track-inf {
 
}
.order-track ul.track-lst li .track-inf .track-title {
	font-weight: 500;
    font-size: 13px!important;
}
.order-track ul.track-lst li .track-inf .track-detail {
 color:rgba(0, 0, 0, 0.7);
 font-size:12px;
}
.order-track ul.track-lst li .track-inf .track-detail span {
    display: block;
    margin-top: 5px;
}

.order-track ul.track-lst li:last-child {
 border-left:0;
}
.order-track ul.track-lst li .track-icon {
    position: absolute;
    left: -10px;
    top: 0px;
    content: " ";
    border: 5px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #26a92f;
    height: 20px;
    width: 20px;
}
.order-track ul.track-lst li:hover::before {
 border-color:  #258CC7;
 transition: all 1000ms ease-in-out;
} 

/* order cancel */

.order-cancel{
    
}
.order-cancel p{
    font-weight: 600;margin-bottom: 12px !important;
}
.order-cancel p span {
    color: #015ac2; 
}

.order-cancel p.rs-msg{
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%!important;
    width: 100%;
    font-weight: 600;
}



/*page css*/

/* Career Page */
.career .career-right {
 float: right;
}
.career-msg p {
 text-align: center;
}
.career .form-group .form-control {
 border-radius: 0px !important;
 font-size: 13px;
 padding: 10px 10px;
 border: 1px solid #333 !important;
 background: #fff;
}
.career .btn-sub {
 min-width: 135px;
 color: #FFF !important;
 background: #1d68c4 !important;
 text-align: center;
 font-size: 14px;
 line-height: 24px;
 font-weight: 600;
 padding: 10px 15px !important;
 margin-top: 20px;
 border-radius: 0px !important;
}
.career .btn-sub:hover {
 background: #333 !important;
}
/* Contact Us Page */
.contact-pg {
    padding-top: 10px;
}
.contact-pg .col-row {
 float: left;
}
 .contact-pg .col-row:nth-child(1) {
 width:35%;
}
 .contact-pg .col-row:nth-child(2) {
    width: 65%;
    padding: 0 0px 0 50px;
}
.contact-pg .col-row p {
 margin: 0 !important;
 line-height: 0;
}
.contact-pg .contact-form {
 width: calc(70% + 50px);
}
.contact-pg  .cont-col { 
    overflow: hidden;
}
.contact-blk {  
    padding-bottom: 15px;
}
.contact-blk .h-icon {
 display: inline-block;
 vertical-align: top;
 width: 55px; 
 padding: 0 8px;
}
.contact-blk .h-icon .h-icon-inner img {
 max-width: 100% !important;filter: brightness(0.5);
}
.contact-blk .cont-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 70px);
    border-bottom: 1px solid #c0c0c03b;
    padding-bottom: 15px;
    margin-left: 10px;
}
.contact-blk .cont-text p {
 line-height: 24px; 
}
.contact-blk .cont-text p a { 
}
.contact-pg iframe {
 width: 100%;
 height: 300px;
}
/* Contact Form */
.contact-pg .enq-form {
    background: linear-gradient(0deg, #f3f7f9, #fff);
    padding: 25px;
    border: 1px solid #e8f0f5;border-radius: 10px;
}
.contact-pg .enq-form h3 {
 font-weight: 600;
 color: #666;
 margin-bottom: 5px !important;
}
.contact-pg .enq-form p {
 line-height: 24px;
 margin-bottom: 20px !important;
}
.contact-pg .enq-form .btn-sub {
 margin: 10px 0;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
 margin-bottom: 20px!important;
 position: relative;
}
.form-group label {
 font-weight:normal;
}
.form-group label.error {
 background: #c85e53;
 color: #fff;
 padding: 2px 8px;
 border-radius: 2px;
 font-size: 11px;
 position: absolute;
 font-weight: normal;
 left: 0px;
 top: 100%;
}
.form-group label.error::before {
 content: "\f0d8 ";
 font: normal normal normal 20px/1 FontAwesome;
 color: #c85e53;
 position: absolute;
 top: -14px;
 left: 20px;
}
.form-group .form-control {
 /*height: auto; */
 font-size: 13px;
 padding: 8px 10px;
 border-color: #666;
 -webkit-box-shadow: inherit;
 -moz-box-shadow: inherit;
 box-shadow: inherit;
}
.form-group select.form-control {
}
.form-group input[type=file] {
 border:0!important
}
.form-group textarea {
 resize: none;
}
.form-group .label-radio {
 margin-right:15px;
}
.form-group input[type=radio] {
 margin-right:5px;
}
.form-group input[type=checkbox] {
 margin-right:5px;
}
.form-group .checkbox, .form-group .radio {
 margin-top: 0px;
}
.form-group .checkbox a {
 color:#e16d18 !important
}
.form-group .form-control:focus {
 box-shadow:none;
 border-color:#f4b724
}
/*********************************************************************************
footer styles
***************/
footer {
  background: #fff;
}  
footer .footer-bar {
    padding: 15px 0;
    border-top: 1px solid #ccc;
}
footer .footer-bar .logo {
 width: 65px; 
 display:block;
 margin: 0 auto;
}
footer .footer-bar .logo img {
    max-width: 100%;
}
 
/* footer nav*/
footer .nav-menu ul {
    list-style:none;
    float: right;
     margin:24px 0px!important;
}
footer .nav-menu ul li {
    display: inline-block;
    margin-left: 15px!important;
}
footer .nav-menu ul a {
 display:block;
 color:#2e2e2e !important;
 font-weight: 400;
     text-transform: capitalize;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
footer .nav-menu ul a:hover {
 text-decoration:underline!important
} 

footer .copy {
 margin:21px 0px 22px!important;
 font-weight: 400;
}
footer .copy .co-name {
 margin-right:5px;
 color:#015ac2;
}
footer .designer {
 margin:0px 0px 0px 5px !important;
 text-align:right;
}
footer .designer img {
 border-radius: 100%;
 padding: 2px;
 background: #fff;
}

/* top and down button*/
#goTop, #goDown {
 width:40px;
 height:40px;
 line-height:40px !important;
 position: fixed;
 bottom: 30px;
 right: 30px;
 z-index: 99;
 text-align: center;
 background:#f2f2f2;
 color: #fff;
 border-radius: 50%;
 font-size: 25px;
 display: none;
}
#goDown {
 display:block;
}
#goDown .fa {
 padding-top:6px;
 color: #015ac2;
}
#goTop .fa, #goDown .fa {
 color: #015ac2;
}
#goTop:before, #goDown:before {
 content: '';
 position: absolute;
 border: 2px solid #f2f2f2;
 border-radius: 50%;
 top: -2px;
 right: -2px;
 bottom: -2px;
 left: -2px;
 -webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
 animation: hvr-ripple-out 1.2s ease-in-out infinite;
}
#goTop:after, #goDown:after {
 position: absolute;
 z-index: -1;
 content: '';
 top: 100%;
 left: 5%;
 height: 10px;
 width: 90%;
 opacity: 1;/*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);*/
}
 @-webkit-keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
@keyframes hvr-ripple-out {
 100% {
 top: -12px;
 right: -12px;
 bottom: -12px;
 left: -12px;
 opacity: 0;
}
}
 @keyframes spin {
 100% {
 transform: rotateZ(360deg);
}
}

@keyframes save-ani {
    0%   {transform: scale(1);}
    25%  {transform: scale(.5);}
    50%  {transform: scale(1.2);}
    100% {transform: scale(1);}
}
