
.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: #dd0808 !important;
    border-color: #dd0808;
}

#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: 32px;
   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;
  z-index:100000000;
}
.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 - 104%)

}

}



/*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, #fbb08f , #dd0808);
    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 #ffcc00;*/
/*}*/


    .card{
    background: #fff;
    min-height: 50px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    position: relative;
    border-radius: 15px;
    }



  .card-header {
    border-bottom: 1px solid #dee2e6;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
  }


    
    
 .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";
}
        
    


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #dd0808;
    border-color: #dd0808;
}



 .product-box .item {
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #ffff;
    position: relative;
  }


.product-box .offer {
  background-color: #ff0000;
}

.product-box .old-cost {
  color: #8e8e8e;
  font-size: 12px;
  text-decoration: line-through;
}



/*start section send icon*/
.owl-carousel img {
    max-width: 100% !important
}

.owl-theme .owl-dots .owl-dot {
    background-color: transparent !important
}

.owl-nav {
    margin: 0 !important;
    direction: ltr
}

.owl-send .item {
    min-width: 25%
}

.thumbnail.thum-send img {
    max-width: 100% !important;
    object-fit: contain !important;
    width: auto !important
}

.send-section .title-send {
    font-size: 13px;
    color: #000;
    text-align: right
}

.send-section .thum-send a {
    color: #fff
}

.send-section .desc-send {
    text-align: center;
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: middle
}

.send-section .img-send {
    vertical-align: middle
}

.title-send a div.d-block:nth-child(2) {
    font-size: 10px
}

@media screen and (min-width:992px) {
    .owl-stage {
        padding-right: 0 !important
    }

    .owl-send .item {
        position: relative
    }
}

@media screen and (max-width:991.99px) {
    .img-icon {
        width: 75px;
        height: 84px;
        background-size: contain !important
    }

    .img-send img {
        margin: 10px auto !important
    }

    .send-section .desc-send {
        text-align: center
    }
}

.owl-theme .owl-nav [class*=owl-] {
    background: 0 0
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border-radius: 100%
}

.thumbnail.thum-send:hover img {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .3s ease 80ms;
    -moz-transition: all .3s ease 80ms;
    -ms-transition: all .3s ease 80ms;
    -o-transition: all .3s ease 80ms;
    transition: all .3s ease 80ms
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px !important
}

.owl-prev {
    position: absolute;
    left: -20px;
    top: 40%
}

.owl-next {
    position: absolute;
    right: -20px;
    top: 40%
}

.owl-next span,
.owl-prev span {
    font-size: 0 !important
}

.owl-next {
    margin: 0 !important;
    background: url(../images/arrow.png) !important;
    width: 58px;
    height: 58px
}

.owl-prev {
    margin: 0 !important;
    background: url(../images/arrow.png) !important;
    transform: rotate(180deg);
    width: 58px;
    height: 58px
}

.owl-dot.active span {
    background-color: #dd0808 !important
}


.send-section .img-send {
    display: inline-block
}

.title-section {
    position: relative
}

.title-section::after {
    position: absolute;
    background: url(../images/Shape.png) no-repeat;
    bottom: -1px;
    right: 83px;
    width: 100%;
    height: 2px;
    content: '';
    background-position: right
}

.send-section .thum-send {
    display: flex;
    align-items: center;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 5px
}

.sub-text-sned {
    color: #212529
}

.icon-send {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
    margin-left: 7px;
    background-color: #dd0808
}

a:hover {
    color: #000
}

.sub-title,
.sub-title a {
    color: #595959
}

.title-section2 {
    column-gap: #000;
    font-size: 20px;
    font-weight: 600
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.img-all {
    background-position: -41px -9px;
    width: 21px;
    height: 14px;
    display: inline-block;
    vertical-align: middle
}

/*.title-section span {*/
/*    background-color: #7e7e7e;*/
/*    color: #fff;*/
/*    padding: 0 20px;*/
/*    border-radius: 37px 0 0 0*/
/*}*/
/*end section send icon*/

