
.model-pro {
    padding: 10px 0 10px 0;
    width: 100%;
    float: right
}

.add-pro-show .control-label {
    line-height: 30px;
    font-size: 13px
}

.button-label {
    background-color: #2196f3
}

.button-label {
    margin-right: 0;
    padding: 0 25px;
    font-size: 13px
}

.button-label {
    color: #fff
}

.button_label span {
    text-align: center;
    font-size: 12px;
    display: block;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    position: relative
}

.button_label {
    float: left;
    min-width: 40px;
    margin-right: 3px;
    overflow: auto;
    cursor: pointer;
    line-height: 30px;
    padding: 0 !important
}

.button_label span {
    border: 1px solid #ccc
}

#quantity {
    text-align: center
}

.text-right {
    text-align: right !important
}

.add-pro-show input,
.add-pro-show span {
    display: inline-block;
    width: auto !important;
    text-align: center;
    vertical-align: middle
}

.add-pro-show {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important
}

.button_label span {
    padding: 0 5px !important
}

.form-control {
    font-size: 13px
}

input[type=radio] {
    display: none
}

.add-pro-show {
    display: flex;
    align-items: center
}

.add-pro-show input,
.add-pro-show span {
    display: inline-block;
    width: auto !important;
    text-align: center;
    vertical-align: middle
}

.quantity-left-minus1.btn.btn-number {
    border-radius: 0 5px 5px 0
}

.quantity-left-minus1.btn.btn-number,
.quantity-right-plus1.btn.btn-number {
        background-color: rgb(36 170 224) !important;
    border-color: rgb(36 170 224);
}

#input-quantity {
    border-radius: 0 !important
}

#input-quantity {
    padding: 7px 7px;
    min-width: 60px;
    text-align: center
}

.quantity-right-plus1.btn.btn-number {
    border-radius: 5px 0 0 5px
}

.add-pro-show button {
    box-shadow: none !important;
    color: #fff !important
}



/*search*/
#search-frm {
  position: relative;
}
.search-result {
  position: absolute;
  top: 40px;
 width:calc(100vw - 30%);
 height:60vh !important;
  background-color: #fff;
  border-radius: 0 0 5px 5px !important;
  padding: 10px 20px !important;
  box-shadow: 6px 2px 5px #ccc;
  overflow-y:scroll;
}
.p-0.search-result-list li {
  display: block;
  line-height: 2;
}

@media(min-width:1200px){
    
.search-result {
 width:calc(100vw - 30%);
}

}

@media(min-width:1400px){
    
.search-result {
 width:calc(100vw - 80%);
}

}



/*add new*/


.sidebar-nav-item {
    border-bottom: 1px solid #efefef;
}

.sidebar-nav-item:last-of-type {
    border: none;
}

.sidebar-nav-item-title {
    position: relative;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
    cursor: pointer;
    padding: 0.4rem 0rem;
    transition: 0.4s;
}

.sidebar-nav-item-title i {
    position: absolute;
    left: 0rem;
    top: 0.6rem;
}

.sidebar-nav-item-title:hover {
    color: #1a4b7b;
    transition: 0.4s;
}

.sidebar-nav-item-title > a{
    display: block;
    text-decoration: none;
    color: inherit;
    text-shadow: inherit;
}

.rotate-angle-left-90-degrees {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-left: 0.4rem;
}

.sidebar-nav-sub-wrapper {
    display: none;
}

.sidebar-nav-sub-item {

}

.sidebar-nav-sub-item-title {
    padding: 0.3rem 1rem 0.3rem 0.6rem;
    font-size: 0.75rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #333333;
    margin-bottom: 0.1rem;
    transition: 0.4s;
}

.sidebar-nav-sub-item-title:hover {
    color: #1a4b7b;
    transition: 0.4s;
}

.sidebar-nav-sub-item-title a {
    text-decoration: none;
    color: inherit;
}

.sidebar-nav-sub-item-title i {
    color: #999999;
}

.sidebar-nav-sub-item-title:hover i {
    color: inherit;
}

.sidebar-nav-sub-sub-wrapper {
    display: none;
}

.sidebar-nav-sub-sub-item {
    padding: 0.3rem 2rem;
    font-size: 0.75rem;
}

.sidebar-nav-sub-sub-item a{
    text-decoration: none;
    display: block;
    color: #333333;
    transition: 0.4s;
}

.sidebar-nav-sub-sub-item:hover a{
    text-decoration: none;
    color: #1a4b7b;
    transition: 0.4s;
}

.sidebar-input-text {
    font-size: 0.8rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    display: inline-block;
}

.sidebar-input-text:focus {
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.1);
}

.sidebar-brand-wrapper {
    max-height: 16rem;
    overflow: auto;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.sidebar-brand-item {
    font-size: 0.8rem;
    transition: 0.4s;
}

.sidebar-brand-item .form-check-label:hover {
    cursor: pointer;
    color: #1a4b7b;
    transition: 0.4s;
}

/*.sidebar-brand-item .form-check-input:checked {*/
    /*background-color: #1a4b7b;*/
    /*border-color: #1a4b7b;*/
/*}*/

.sidebar-brand-item .form-check-input:checked {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

.sidebar-price-range input{
    font-size: 0.8rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    display: inline-block;
}

.sidebar-price-range input:focus {
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.1);
}

.active-item{
    background-color: #999999;

}


.content-wrapper {
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.1);
}

.content-header {
    border-bottom: 1px solid #efefef;
}

.content-header-title {
    font-size: 1rem;
    font-weight: bold;
}

.content-header-title-small {
    font-size: 0.8rem;
}

.content-header-title span{
    border-bottom: 2px solid #1a4b7b;
    padding: 0.3rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}


.content-header-link *{
    text-decoration: none;
    color: #666666;
}

.content-header-link a:hover{
    text-decoration: none;
    color: #111111;
    transition: 0.4s;
}
/* orders account */

.order-wrapper {

}

.order-item {
    border-bottom: 1px solid #dedede;
    padding: 0.6rem 0rem;

}

.order-item:last-of-type {
    border: none;
}

.order-item i{
    color: #999999;
    display: inline-block;
    width: 2rem;
    text-align: center;
}

.order-item-date {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.order-item-id {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.order-item-status {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.order-item-products {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.order-item-products a {
    text-decoration: none;
    margin-left: 0.4rem;
    padding: 0.1rem;
    display: inline-block;
    border: 1px solid #f7f7f7;
    border-radius: 0.25rem;
}

.order-item-products a img {
    width: 4rem;
}

.order-item-link a {
    text-decoration: none;
    color: #999999;
    font-size: 0.9rem;
    font-weight: bold;
    transition: 0.4s;
}

.order-item-link a:hover {
    color: #ff253a;
    transition: 0.4s;
}



/* wallets account */

.wallet-wrapper {

}

.wallet-item {
    bwallet-bottom: 1px solid #dedede;
    padding: 0.6rem 0rem;

}

.wallet-item:last-of-type {
    bwallet: none;
}

.wallet-item i{
    color: #999999;
    display: inline-block;
    width: 2rem;
    text-align: center;
}

.wallet-item-date {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.wallet-item-id {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.wallet-item-status {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.wallet-item-products {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.wallet-item-products a {
    text-decoration: none;
    margin-left: 0.4rem;
    padding: 0.1rem;
    display: inline-block;
    bwallet: 1px solid #f7f7f7;
    bwallet-radius: 0.25rem;
}

.wallet-item-products a img {
    width: 4rem;
}

.wallet-item-link a {
    text-decoration: none;
    color: #999999;
    font-size: 0.9rem;
    font-weight: bold;
    transition: 0.4s;
}

.wallet-item-link a:hover {
    color: #ff253a;
    transition: 0.4s;
}


/* point account */

.point-wrapper {

}

.point-item {
    border-bottom: 1px solid #dedede;
    padding: 0.6rem 0rem;

}

.point-item:last-of-type {
    border: none;
}

.point-item i{
    color: #999999;
    display: inline-block;
    width: 2rem;
    text-align: center;
}

.point-item-date {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.point-item-id {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.point-item-status {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.point-item-products {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.point-item-products a {
    text-decoration: none;
    margin-left: 0.4rem;
    padding: 0.1rem;
    display: inline-block;
    border: 1px solid #f7f7f7;
    border-radius: 0.25rem;
}

.point-item-products a img {
    width: 4rem;
}

.point-item-link a {
    text-decoration: none;
    color: #999999;
    font-size: 0.9rem;
    font-weight: bold;
    transition: 0.4s;
}

.point-item-link a:hover {
    color: #ff253a;
    transition: 0.4s;
}








/* favorite account */

.favorite-wrapper {

}

.favorite-item {
    border-bottom: 1px solid #dedede;
    padding: 0.6rem 0rem;

}

.favorite-item:last-of-type {
    border: none;
}

.favorite-item i{
    color: #999999;
    display: inline-block;
    width: 2rem;
    text-align: center;
}

.favorite-item-date {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.favorite-item-id {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.favorite-item-status {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.favorite-item-products {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.favorite-item-products a {
    text-decoration: none;
    margin-left: 0.4rem;
    padding: 0.1rem;
    display: inline-block;
    border: 1px solid #f7f7f7;
    border-radius: 0.25rem;
}

.favorite-item-products a img {
    width: 4rem;
}

.favorite-item-link a {
    text-decoration: none;
    color: #999999;
    font-size: 0.9rem;
    font-weight: bold;
    transition: 0.4s;
}

.favorite-item-link a:hover {
    color: #ff253a;
    transition: 0.4s;
}




/* ticket account */

.ticket-wrapper {

}

.ticket-item {
    border-bottom: 1px solid #dedede;
    padding: 0.6rem 0rem;

}

.ticket-item:last-of-type {
    border: none;
}

.ticket-item i{
    color: #999999;
    display: inline-block;
    width: 2rem;
    text-align: center;
}

.ticket-item-date {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.ticket-item-id {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.ticket-item-status {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.ticket-item-products {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.ticket-item-products a {
    text-decoration: none;
    margin-left: 0.4rem;
    padding: 0.1rem;
    display: inline-block;
    border: 1px solid #f7f7f7;
    border-radius: 0.25rem;
}

.ticket-item-products a img {
    width: 4rem;
}

.ticket-item-link a {
    text-decoration: none;
    color: #999999;
    font-size: 0.9rem;
    font-weight: bold;
    transition: 0.4s;
}

.ticket-item-link a:hover {
    color: #ff253a;
    transition: 0.4s;
}






.my-address-wrapper {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 0.25rem;
    border: 2px solid #dedede;
    background-color: #fcfcfc;
    font-size: 0.8rem;
    color: #333333;
    transition: 0.4s;
}

.my-address-wrapper:hover {
    background-color: #efefef;
    transition: 0.4s;
}

.my-address-wrapper a{
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    text-decoration: none;
    font-size: 0.9rem;
    margin: 0.2rem;
    /*color: #00b5fe;*/
    color: #999999;
    background-color: inherit;
    transition: 0.4s;
}
@media(max-width:998px){
    .edit_btn{
        top:1.8rem !important;
    }
}

.my-address-wrapper:hover a{
    color: #00b3c3;
    transition: 0.4s;
}


.field-title {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.6rem;
}

.field-value {
    font-size: 0.9rem;
    line-height: 1.6rem;

}

.address-add-button {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0.25rem;
    border: 1px dashed #dedede;
    color: #666666;
    background-color: #fcfcfc;
    font-size: 0.8rem;
    line-height: 4rem;
    padding-top: 0.3rem;
    transition: 0.4s;
}

.address-add-button:hover {
    border: 1px dashed #cdcdcd;
    color: #333333;
    background-color: #efefef;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    transition: 0.4s;
}




.green-btn {
    background: linear-gradient(to right, #114771 , #24aae0);
    box-shadow: 0 10px 10px -10px #0c1;

    
}

.card {
	/*background-color: #393B45;*/
	height: auto;
	/*width: 350px;*/
	/*margin: 10vh auto;*/
	border-radius: 25px;
	padding-bottom: 1px;
	box-shadow: 2px 2px 5px #24aae0;
}
    
    
 .icon-font {
    display: inline-block;
    font-family: icon-font;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: inherit;
    transition: 200ms;
}   

.icon-font-basket-plus:before {
    content: "\0284";
}
        
    
    
    
