
.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-result {
  background-color: #fff;
  box-shadow: 0px 6px 8px #ccc;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  position: absolute;
  top: 110px;
  right: 330px;
  /*width: 100%;*/
  width: 40%;
  height: 150px;
  overflow-y: auto;
  z-index: 1000;
}

.search-result-list li {
  list-style: none;
  text-align: right;
  line-height: 2;
  border-bottom: 1px solid #eee;
  padding: 5px;
  font-size: 13px;
}

.search-result-list li a {
  color: #000;
}

/*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";
}
        
    
    
    
    
.p-list {
  position: absolute;
  left: -45px;
  top: 15%;
  z-index: 1;
  padding-right: 0 !important;
  transition:.3s ease;
}

.p-list li {
  display: block;
  cursor: pointer;
  width: 35px;
  height: 35px;
  /*border: 1px solid #cecece;*/
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  margin-top: 6px;
  background-color: #fff;
}

.owl-pro .item:hover .p-list,.owl-special .item:hover .p-list,.row-list-item .item:hover .p-list {
  left: 6px !important;
}
.row-list-item .item{
    overflow:hidden;
}
.row-list-item .item img{
    width:100% !important;
    height:100% !important;
        object-fit: scale-down;
    
}
.img-sale {
  background-position: -133px -111px;
  width: 50px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
}

.img-favo {
  background-position: -87px -116px;
  width: 19px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.img-compare {
  background-position: -122px -116px;
  width: 18px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.tooltip {
  font-family: Yekan;
  font-size: 12px;
}

.footer-bottom {
  background-color: #1f2e56;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.main-title-footer {
  color: #e1e1e1;
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
  opacity: .9;
}

.icon-map {
  background-position: -31px -117px;
  width: 13px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.text-address {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
  color: #333333;
  margin-right: 5px;
}

.icon-mail {
  background-position: -6px -120px !important;
  width: 14px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
}

.text-mail {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
  color: #333333;
  margin-right: 5px;
}

.text-mail a {
  color: #333333;
}

.wnd .more-show {
  color: #fff;
}

.off-wnd {
  /* background-color: #24aae0; */
  color: #fff;
  /* position: absolute; */
  /* top: 10px; */
  /* right: 33px; */
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  letter-spacing: -3px;
  color: yellow;
  z-index: 1;
  margin-left: 15px;
}

.wnd .cost-total,
.wnd .unit {
  color: #24aae0 !important;
}

.wnd .more i {
  background-position: -133px -30px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.wnd .more {
  background-color: #fff;
  border-radius: 25px;
  display: inline-flex;
  color: #c72e8d;
  box-shadow: 0 10px 10px -10px #24aae0;
  justify-content: center;
  font-size: 18px;
}

.wnd .more a {

  color: #c72e8d;

}

.wnd .owl-dots {
  position: absolute;
  left: 42px;
  bottom: 10px;
}

.img-special {
  /*height: 120px;*/
  height: 58px;
  display: block;
}

.img-special img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}

/*.text-truncate {*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*}*/

.pro-name-special a {
  color: #000;
  display: block;
  font-family: Latin-Yekan;
  font-size: 13px;
  font-weight: 500;

}

.full-name-pro {
  color: #000;
  opacity: 0;
  font-family: Latin-Yekan;
  font-size: 13px;
  font-weight: 500;
  background: white;
  height: fit-content;
  font-family: Latin-Yekan;
  opacity: 0;
  transition: 400ms 200ms;
  z-index: 1;

}

.owl-special .item:hover .full-name-pro {
  opacity: 1;
}

.card.crd-logo {
  border-radius: 14px;
  border: none;
}

.owl-logo .item a img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}

.owl-logo .item a {
  height: 100px;
  display: flex !important;
  margin: 5px;
  border-radius: 7px;
  background-color: transparent;
  padding: 10px;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

.owl-logo .item:hover a {
  box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
  border-color: #24aae0;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}


/*----------------- MAIN MENU -----------------*/
.sub-items-header {
  color: #24aae0;
  margin-top: 16px;
}

.menu-back-dark {
  position: fixed;
  background: #0008;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 200ms 200ms;
  z-index: -1;
}

#main-menu {
  display: inline-block;
  position: relative;
  margin: auto !important;
  text-align: center;
  padding-right: 0;
}

#main-menu>li {
  display: inline-block;
}

#main-menu .items {
  height: 38px;
}

#main-menu .items>a {
  display: block;
  padding: 8px 14px;
  transition: 200ms 250ms border-bottom-width;
}

#main-menu .items:hover>a {
  border-bottom: 3px solid #24aae0;
}

#main-menu .sub-menu {
  position: absolute;
  width: 170%;
  max-height: 0;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  background: white;
  padding: 0 32px;
  font-family: Latin-Yekan;
  text-align: right;
  line-height: 1.5;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  box-shadow: inset 0 35px 10px -25px rgba(0, 0, 0, 0.07);
}

#main-menu .sub-menu [class|=col] {
  padding: 18px 0px;
}

#main-menu .items:hover .sub-menu {
  transition: 500ms 250ms;
  max-height: 100vh;
}

.sub-menu a:hover {
  color: #444;
  font-weight: normal;
}

.sub-items-header a {
  color: #24aae0;
  margin-top: 16px;
  display: block;
}

.sub-menu ul li {
  list-style: none;
  display: block;
}

.sub-menu.row .col {
  max-height: 480px;
  overflow-y: auto;
}

/* 
new style added :
 */

.cat-title-all {
    position: absolute;
    top: 57px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    height: max-content;
}

.img-cat-all {
  background-color: #3dbbf2;
  border-radius: 50%;
}

.img-cat {
  height: 150px;
  width: 150px;
}

.custome-card {
  background-color: #fff;
  padding: 1rem;
  border-radius: 15px;
}

.banner-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  color: #fff !important;
  max-width: 120px;
}

.banner-desc h5 {
  color: #fff;
}

.banner-desc-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 120px;
  color: #fff !important;
  max-width: 170px;
  text-align: right;
}

.banner-desc-2 h5 {
  color: #fff;
}

.blog-desc {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: .5rem;
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #fff;
  z-index: 1;
}

.blog-desc h6 {
  color: #fff;
  font-size: 15px;
}

.bg-over {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(#0000, rgba(0, 0, 0, 0.8));
  border-radius: 0 0 15px 15px;
}

.bg-outro {
  height: 500px;
}

.bg-social {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center center;

}

li {
  list-style: none;
}

@media screen and (min-width: 992px) {

  .owl-send .item {
    position: relative;
  }

  .bg-social {
    min-height: 359px;
  }
}

.owl-send .item {
  min-width: 25%;
}

.send-section .thum-send {
  display: flex;
  align-items: center;
  background-color: #fff;
  /* border: 1px solid #ed7321; */
  border-radius: 7px;
  padding: 10px;
}

.icon-send {
  width: 60px;
  height: 60px;
  background-color: #e6e6e6;
  line-height: 60px;
  border-radius: 7px;
  text-align: center;
  margin-left: 7px;
}

.send-section .thum-send a {
  color: #404040;
}

.send-section .img-send {
  display: inline-block;
}

.send-section .img-send {
  vertical-align: middle;
}

.thumbnail.thum-send img {
  max-width: 100% !important;
  object-fit: contain !important;
  width: auto !important;
}

.send-section .desc-send {
  text-align: center;
  display: inline-block;
  width: calc(100% - 70px);
  vertical-align: middle;
}

.send-section .title-send {
  font-size: 13px;
  color: #404040;
  text-align: right;
}

.send-section .thum-send a {
  color: #404040;
}

.title-send a div.d-block:nth-child(2) {
  font-size: 10px;
}

.sub-text-sned {
  color: #737373;
}

.bg-dark-1 {
  background-color: #4d4d4d;
}

.footer-ul ul li a {
  color: #e3e3e3;
  font-size: 12px;
  margin-right: 10px;
  margin-left: 10px;
}

@media(max-width:430px) {
  .logo-box {
    border-left: none;
  }
}

.logo-box {
  border-left: 1px solid #eee;
}

.footer-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: column;
}

.lbl-time {
  font-size: 11px;
  color: #ccc;
  font-weight: 300;
}

.call-text {
  color: var(--main-color);
  margin-left: 10px;
}

.gradient-item {
  background: linear-gradient(to left, #1dd4e6, #46aff7);

}

.has-line {
  position: relative;
}

.has-line:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 80%;
  background-color: #fff;
  content: "";
  margin: auto;
}

@media(max-width:768px) {
  .product-search {
    display: flex;
    width: 100%;
  }
    .product-search button{
        padding:.5rem ;
        border-radius:10px;
    }
  .dropdown.register {
    margin-right: 0;
  }

  .register button {
    padding: .5rem !important;
    border-radius: 10px;
  }

  .caption-section {
    margin-bottom: 0;
  }

  .img-wnd {
    width: 100% !important;
  }

  .owl-wnd .owl-next {
    display: none !important;
  }

  .soon {
    height: 40px;
  }

  .soon-text {
    color: yellow !important;
    font-weight: 900;
    line-height: 0;
  }

  .soon-wrapper[data-visual]>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner,
  .soon-wrapper[data-visual]>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner,
  .soon[data-visual]>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner,
  .soon[data-visual]>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner {
    min-width: 20px !important;
  }

  .banner-desc-2 {
    width: 100%;
    padding: 1rem;
    left: -110px;
    right: 0;
    margin: auto;
  }

  .no-pad {
    padding: 0;
  }

  .has-line:after {
    display: none;
  }

  .social-pad {
    padding: 1rem;
  }

  .has-line {
    padding: 1rem;
  }

  .has-line h5 {
    font-size: 12px;
  }

  .footer-item-container li {
    min-width: 25% !important;
  }

  .footer-item-container {
    flex-wrap: wrap;
  }

  .logo-box {
    border-left: none;
  }

  .w-chat {
    text-align: left;
    bottom:60px;
  }
  .w-chat img{
    width:65px;
  }
  .w-chat-2{
      bottom:60px;
  }
  .w-chat-2 img{
      width:65px;
  }

  .header.sticky-menu {
    top: 0;
  }
    .wnd{
      border-radius: 15px;
    }
}
@media(min-width:768px){
  .dropdown.register button{
    background-color: transparent !important;
  }
  .owl-pro .item{
      padding-bottom:0 !important;
      margin-bottom:0 !important;
  }
  .img-pro{
      height:150px !important;
  }
}
@media(max-width:400px){
.img-cat{
    height:110px;
    width:110px;
}
.unit {
    font-size:13px;
    
}
.mobile-banner{
    height:115px;
    object-fit:cover;
    border-radius:15px;
}
  .owl-pro .item{
      padding-bottom:0 !important;
      margin-bottom:0 !important;
  }
.cost-total{
    font-size:11px;
}
.pr-padding{
    padding-right:0 !important;
}
.custome-card{
    max-height:430px 
}
}

.header.sticky-menu .mt-md-3{
    margin-top:0 !important;
}
.header.sticky-menu .ms-auto.right-toolbar,
.header.sticky-menu .dropdown.register{
    display:none;
}
.wnd{
    border-radius:20px;
}
.dropdown-menu.menu-account.show{
    right:-110px !important;
}
@media(min-width:991px) and (max-width:1300px){
    #main-menu .sub-menu{
        width:130%;
    }
    #main-menu .items>a{
        padding:8px;
    }
}



.profile-form [type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #e2282c;
  background-color: #fff;
  border-color: #e2282c;
  border-width: 1px;
border: 2px solid;
 border-radius: 100%;
}
.profile-form [type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
.profile-form [type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
    
/*cart-new add*/
.mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 330px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.mini-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 4px solid #f6f6f6;
}


.mini-cart-products {
  max-height: 280px;
  overflow-y: auto;
}

.mini-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin: 10px;
}

.mini-cart-product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.mini-cart-product-thumbnail a {
  display: block;
  position: relative;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mini-cart-product-thumbnail a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 10px;
  opacity: 0.03;
  z-index: 10;
}

.mini-cart-product-thumbnail img {
  max-width: 100%;
}

.mini-cart-product-detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 15px;
  position: relative;
}

.mini-cart-product-brand {
  font-weight: 700;
  margin-bottom: 5px;
}

.mini-cart-product-detail a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mini-cart-product-title {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 700;
}

.mini-cart-purchase-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mini-cart-product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-cart-product-price {
  font-weight: bold;
}

.mini-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin: 10px;
}



.mini-cart-product-remove {
  position: absolute;
  top: -2px;
  left: -2px;
  border: 0;
  background-color: transparent;
  z-index: 1;
}

.mini-cart-product-remove i {
  color: #000 !important;
}

.mini-cart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  border-top: 4px solid #f6f6f6;
}

.mini-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mini-cart-total-label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}

.mini-cart-total-value {
  font-size: 18px;
  font-weight: bold;
}


.btn-primary {
  color: #fff !important;
  background-color: #24aae0;
  border-color: #24aae0;
  box-shadow: none !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #8e53d8;
}

   
   /*dropdownMenuButton2*/
.menu-account li:not(:last-child) a {
  border-bottom: 1px dashed #d8d4d4;
}

.menu-account li {
  padding: 5px 20px;
  line-height: 3;
}

.menu-account li a {
  font-size: 13px;
  display: block;
  color: #424750;
  display: block;
  font-weight: 600;
  width: 100%;
}

.menu-account li:hover {
  background-color: #f0f0f1;
}

.register button {
  background-color: transparent !important;
  border: none !important;
  background-color: #cccc !important;
}

.menu-account {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border: none !important;
  min-width: 250px;
  padding: 0;
}

.menu-account li i {
  font-size: 17px;
  margin-left: 2px;
  vertical-align: middle;
}

.m-user-img img {
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
}

.dropdown-menu.menu-account.show{
    right:-110px !important;
}

   

