/*error*/
.error {
  padding: 5px;
  margin: 5px 5px 20px 5px;
  border: solid 1px #FBD3C6;
  background: #FDE4E1;
  color: #CB4721;
  line-height: 25px;
  /*border-radius: 5px !important;*/
  clear: both !important;
}

.success {
  padding: 5px 25px !important;
  border: solid 1px #C0F0B9 !important;
  background: #D5FFC6 !important;
  color: #48A41C !important;
  /*border-radius: 5px !important;*/
  clear: both;
  margin-bottom: 5px !important;
}

.alert {
  /*padding: 0px 10px !important;*/
  /*border: solid 2px #FBD3C6 !important;*/
  color: #CB4721 !important;
  direction: rtl !important;
  text-align: right !important;
  /*border-radius: 5px !important;*/
  margin-bottom: 0 !important;
  opacity: 1 !important;
}

.img-responsive {
  display: inline;
  vertical-align: middle;
}

.btn {
  min-width: 75px
}

.registerArea .registerAreaTitle {
  color: #000098;
}

.importaStar {
  color: #ff0000;
}



/* -------------------------------------- */

.aval-headerSec {
  background-color: rgba(0, 0, 0, .4);
  position: relative;
  overflow: visible;
}
.aval-headerSec::before {
  content: "";
  display: block;
  background-color: #ce162e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
}
.aval-headerSec::after {
  content: "";
  display: block;
  background-color: #ce162e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
}

.aval-navSec {
  background-color: rgba(0, 0, 0, .4);
}
.mobileMenu .masehMenu .mobileMenu__title{
  background-color: rgba(0, 0, 0, .4);
}
.dropdown-login.my_modal_link{
  color: #fff;
}
.dropdown-login.my_modal_link svg path{
  fill: #fff;
}
.aval-footer {
  background-color: #474747;
}
.aval-nav nav ul li a{
  color: #fff;
}
.aval-nav nav ul li a:hover {
  color: #ce162e;
}
#ham3d p>a:hover {
  color: #ce162e !important;
}

#copyright a:hover {
  color: #ce162e !important;
}
.search-login-pop.head__pop .head__pop__inner .head__pop__inner--item:hover {
  background-color: #ce162e;
}

.head__pop::after {
  color: #ce162e;
}

.btn {
  display: inline-flex !important;
  align-items: center;
  padding: 13px 25px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #ce162e;
  color: #ce162e;
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.search-login-pop.head__pop .head__pop__inner {
  border-top: 1px solid #ce162e;
}


.btn::after {
  position: absolute;
  border-radius: 25px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ce162e;
  opacity: .1;
  -webkit-transform: translateX(-4px) translateY(4px);
  transform: translateX(-4px) translateY(4px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  content: "";
}

.btn>div {
  position: relative;
  z-index: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.btn svg {
  margin-right: 10px;
  fill: #ce162e;
  vertical-align: middle;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.btn:hover::after,
.btn:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.btn:focus, .btn:hover {
  background-color: unset !important;
}
.btn:hover>div {
  color: #fff;
}

.btn:hover>div svg {
  fill: #fff;
}

.panelTabsRow {
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}


.panelTabsRow__items {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}


.panelTabsRow__items div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  font-size: 18px;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none;
  border: 1px solid #d9d9d9;
    border-top-color: rgb(217, 217, 217);
    border-right-color: rgb(217, 217, 217);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(217, 217, 217);
    border-left-color: rgb(217, 217, 217);
  border-bottom: 0;
    border-bottom-color: currentcolor;
    text-align: center;
    line-height: 1.2;
    white-space:wrap;
}


.panelTabsRow__items div::after {
  width: 100%;
  display: block;
  height: 2px;
  background-color: #f2f2f2;
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 1;
  content: '';
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}


.panelTabsRow__items div::before {
  width: 100%;
  display: block;
  height: 3px;
  background-color: #ce162e;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  content: '';
  filter: alpha(Opacity=0);
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}



.panelTabsCols {
  padding: 0 5px;
}


.ordersTable table tr th {
  background: rgba(0, 0, 0, .4);
}
.aval-navSec .aval-nav .aval-nav__login a {
  border: none;
  color: #ce162e;
  border-radius: 25px !important;
}

.registerArea .btn {
  color: #ce162e;
  border-radius: 25px;
  margin-top: 0;
  border: none;
  min-width: 140px;
  justify-content: center;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #ce162e;
  color: #ce162e;
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;




}


.slideshow {
  padding: 0;
  position: relative
}

#slideshow .slick-dots {
  position: absolute;
  left: calc((100vw - 1170px)/ 2);
  bottom: 50px
}

#slideshow .slick-dots .slick-active {
  background-color: #fff
}

#slideshow .slideshowSlideItem {
  display: block;
  position: relative;
  line-height: 0;
}

#slideshow .slideshowSlideItem:after {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, .35);
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0
}

#slideshow .img-mosk img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(.7, 0, .3, 1);
  transition: all 1s cubic-bezier(.7, 0, .3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#slideshow .slick-slide {
  overflow: hidden;
  position: relative
}

#slideshow .slick-slide.slick-active .img-mosk img {
  -webkit-transform: scale(1);
  transform: scale(1)
}

#slideshow .slick-slide.slick-active .mainBox-detail i {
  -webkit-animation: downcircle linear .5s both;
  animation: downcircle linear .5s both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.mainBox__social {
  position: absolute;
  bottom: 50px;
  left: auto;
  right: calc((100vw - 1170px)/ 2);
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:1199px) {
  .mainBox__social {
      right: auto;
      left: calc((100vw - 950px)/ 2)
  }
}

@media only screen and (max-width:991px) {
  .mainBox__social {
      right: auto;
      left: calc((100vw - 720px)/ 2)
  }
}

@media only screen and (max-width:767px) {
  .mainBox__social {
      display: none
  }
}

.mainBox__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.mainBox__social ul li {
  padding-left: 8px;
  padding-right: 8px
}

.mainBox__social ul li a svg {
  fill: rgba(255, 255, 255, .25);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.mainBox__social ul li a:hover svg {
  fill: #fff
}

#slideshow .slick-dots {
  position: absolute;
  left: calc((100vw - 1170px)/ 2);
  bottom: 50px;
  right: auto;
}

.slick-dots li {
  background: #bfbfbf;
  width: 8px;
  height: 8px;
  font-size: 0;
  border: 2px solid #ce162e;
  cursor: pointer;
  border: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 5px
}

.slick-dots li:hover {
  background: #ce162e;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none
}

.slick-dots li.slick-active {
  background: #ce162e;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none
}

.slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background-color: transparent
}



.aval-bannerSec {
  padding: 25px 0;
}

#ham3d {
  border-radius: 4px;
  width: 30px;
  height: 30px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
  float: right;
  background-color: transparent;
}
#ham3d .ham3d {
  display: inline-block;
  line-height: 30px;
  content: "";
  background-position: 5px;
  height: 30px;
  width: 30px;
  background-image: url(../img/ham3d2.png);
  background-repeat: no-repeat;
}
#ham3d p {
  background-color: transparent;
  position: absolute;
  right: 2px;
  top: 0;
  color: #fff;
  padding-right: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  width: 0;
  line-height: 30px;
  overflow: hidden;
  text-align: right;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 30px;
}
#ham3d a {
  position: relative;
  z-index: 1;
  color: #fff;
}
#ham3d:hover p {
  width: 260px;
}

.aval-header__logo{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.search-login-pop.head__pop .head__pop__inner .head__pop__inner--item .notif__title {
 transition: all 0.3s;
}
.search-login-pop.head__pop .head__pop__inner .head__pop__inner--item .notif__title i{
  transition: all 0.3s;
}
.search-login-pop.head__pop .head__pop__inner .head__pop__inner--item{
  transition: all 0.3s;
}

.mobileMenuLogo{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mobileMenuContact{
  display: inline-flex;
  align-items: center;
  padding: 10px;
  height: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  border-radius: 5px;
  
}

.masehMenu{
  position: relative;
}

.mobileMenuWrap{
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.mobileMenuContact a{
  border: none !important;
  padding-right: 5px !important;
  background-color: transparent !important;
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #fff !important;
  padding: 0 !important;
}
.registerLinkWrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.registerArea .recover_pass{
  margin-top: 0;
}
.form-control::placeholder {
  text-align: right;
}
.registerInLogin{
  margin-bottom: 30px;
}

.btn:focus svg{
  fill: #fff !important;
}
.btn:focus > div{
  color: #fff !important;
}
@media screen and (max-width:991px){
  .menuHam{
    display: flex !important;
    align-items: center;
    color: #fff;
  }
  .menuHam svg{
    margin-left: 5px;
    flex: 1 0 20px;
    max-width: 20px;
  }
  .menuHam svg rect{
    fill: #fff;
  }
  .aval-header__logo{
    max-width: 120px;
  }
  .aval-headerSec{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width:767px){
  .panelTabsRow__items div{
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9 !important;
  }
 
  .panelTabsRow__items div{
    font-size: 12px;

  }
 .aval-header__logo img{
  max-width: 100px;
 }
 .menuHam span{
  display: none;
}
.aval-nav__login {
  margin-top: 0;
}
.aval-header__logo{
  position: static;
  transform: none;
}
#copyright{
  text-align: center !important; 
}
#ham3d{
  float: none;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
.btn{
  min-width: 100px !important;
  width: auto;
  height: 40px;
  line-height: 38px;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.btn > div{
font-size: 12px !important;

}
}
@media screen and (max-width:567px){
 .aval-header__logo img{
  max-width: 75px;
 }
 
}


.footerRow{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
}



.modal-backdrop.in {
  opacity: .5;
  background-color: #000;
}

.btn.btnCancl{
  background-color: transparent !important;
}
.btn.btnCancl:after{
 content: none !important;
}


.sep-register{
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.sep-registerTitle{
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.sep-registerText{
  margin: 10px 0;
}
.sep-register .row{
  width: 100%;
  margin-top: 30px;
}
.sep-register .row .btn{
  min-width: 100%;
  height: 150px;
  justify-content: center;
  width: 100%;
  font-size: 35px;
}





@media screen and (max-width:991px){
  .sep-register .row .btn {
   
    font-size: 20px;
    margin-bottom: 20px;
  }
}


@media screen and (max-width:767px){
  .sep-register .row .btn {
    height: 100px;

  }
  .sep-register .row .btn > div {
    font-size: 20px !important;
  }
  .sep-registerTitle{
    font-size: 25px;
  }
}


