@font-face {
  font-family: AvoRegular;
  src: url('fonts/UTM_Avo.ttf');
}
@font-face {
  font-family: AvoBold;
  src: url('fonts/UTM_AvoBold.ttf');
}
@font-face {
  font-family: AvoBoldItalic;
  src: url('fonts/UTM_AvoBold_Italic.ttf');
}
@font-face {
  font-family: AvoItalic;
  src: url('fonts/UTM_AvoItalic.ttf');
}
body{
  overflow: hidden;
}
p{
  margin-bottom: 5px;
}
.AvoRegular *{
  font-family: AvoRegular !important;
}
.AvoBold *{
  font-family: AvoBold !important;
}
.AvoBoldIta *{
  font-family: AvoBoldItalic !important;
}
.AvoItalic *{
  font-family: AvoItalic !important;
}
h1, h2, h3, h4, h5, h6{
  font-family: AvoBold !important;
}
.MediumRoboto *{
  font-weight: 500;
}
.nopadding_bottom{
  padding-bottom: 0px !important;
}
.imgautowidth img{
  width: auto;
  display: table;
  margin: 0 auto;
}
.imgLeftauto img{
  width: auto;
}
.imgLeftauto .box-image{
  margin-left: 0;
}
#top-bar .flex-row.container > .flex-right{
  width: 100%;
}
#top-bar .flex-row.container > .flex-right .nav-right li.html_topbar_left{
  width: 72%;
  margin: 0;
}
#top-bar .flex-row.container > .flex-right .nav-right li.cart-item{
  width: 13%;
  margin: 0;
  align-items: center;
  display: flex;
  justify-content: end;
}
#top-bar li a:after{
  display: none;
}
.boxcsTopbar{
  align-items: center;
}
.boxcsTopbar .icon-box-text{
  padding-left: 6px;
  position: relative;
  top: 3px;
}
.rowCsTopBar{
  justify-content: flex-end;
}
.rowCsTopBar > .col:nth-child(3){
  margin-left: -38px;
}
.rowCsTopBar > .col:nth-child(4){
  margin-left: -15px;
}
#top-bar .cart-item span.cart-icon{
  display: none;
}
#top-bar .cart-item a.header-cart-link{
  padding-left: 28px;
  background-image: url(../img/iconCart.png);
  background-size: 30px 26px;
  background-position: top 3px left 0px;
  background-repeat: no-repeat;
}
#top-bar .cart-item .header-cart-title{
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.nav-spacing-xlarge>li{
  margin: 0 18px;
}
.iconHome{
  width: 21px;
  height: 20px;
  mask-repeat: no-repeat;
  mask-size: 100%;
  background: #fff;
  mask-image: url('../img/iconHome.svg');
  mask-position: center;
  display: table;
}
#header .menu-item .nav-dropdown.nav-dropdown-default {
  padding: 0;
  border: none;
  border-top: 2px solid #36a852;
  background-color: #ffffff;
}
#header .menu-item.current-dropdown .nav-dropdown.nav-dropdown-default {
  display: flex;
  flex-wrap: wrap;
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity .5s, transform .5s;
}
.header-main .sub-menu li {
  width: 100%;
}
.header-bottom .sub-menu li a, .header-main .sub-menu li a {
  width: 100%;
  display: table;
  margin: 0;
  color: #4a4a4a;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 15px;
  transition: all .4s;
  font-weight: 400;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
  border-bottom-color: #36a852;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
  border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) #36a852;
}
.has-dropdown .icon-angle-down{
  font-size: 14px;
    margin-left: .4em;
}
.header-main .nav > li > a {
  padding: 20px 0px;
}
.header-wrapper.stuck .header-main .nav > li > a {
    padding: 15px 0px;
}
.off-canvas-cart #cart-popup .cart-popup-inner{
  padding: 20px 15px 15px 15px;
  background-color: #fff;
}
#cart-popup .woocommerce-mini-cart li a:nth-child(2){
  font-weight: 500;
  font-size: 15px;
}
#cart-popup .woocommerce-mini-cart li a.remove {
  width: 20px;
  height: 20px;
  line-height: 15px !important;
}
#cart-popup .woocommerce-mini-cart .ux-mini-cart-qty .quantity{
  opacity: 1;
}
#cart-popup .woocommerce-mini-cart .ux-mini-cart-qty span.amount{
  font-size: 15px;
}
#cart-popup .ux-mini-cart-footer .woocommerce-mini-cart__total.total >  strong{
  color: #c61a1a;
  text-transform: uppercase;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport,
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport .flickity-slider{
    height: 450px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport .flickity-slider > div{
    height: 100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper a img{
    width: auto;
    max-height: 450px;
    max-width: 100%;
}
.product-info .breadcrumbs{
  display: none;
}
.product-thumbnails.thumbnails .col a{
  border: 1px solid #ECEDEF;
  border-radius: 3px;
  padding: 5px;
}
.product-thumbnails.thumbnails a img{
  height: 98px !important;
  width: auto;
  margin: 0 auto;
  display: table;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
  border: 1px solid #ECEDEF;
  border-radius: 8px;
}
.product-thumbnails.thumbnails .col .flickity-viewport{
  padding-left: 7px;
  padding-right: 7px;
}
.product-images a.zoom-button{
  border: none;
  background-color: #003f6a;
}
.product-images a.zoom-button i{
  color: #fff;
  font-size: 13px;
  top: 2px;
}
.product-info h1.product-title{
  color: #003F6A;
  font-weight: 500;
  font-family: Roboto, sans-serif !important;
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 2px;
}
.product-summary .woocommerce-Price-currencySymbol{
  font-size: 25px;
  position: relative;
  top: -1px;
} 
.rank-math-breadcrumb p > a:nth-child(1),
.woocommerce-breadcrumb a:nth-child(1){
  padding-left: 30px;
  position: relative;
}
.rank-math-breadcrumb p > a:nth-child(1):before,
.woocommerce-breadcrumb a:nth-child(1):before{
  content: "";
  position: absolute;
  width: 21px;
  height: 20px;
  mask-repeat: no-repeat;
  mask-size: 100%;
  background: #3B3B3C;
  mask-image: url('../img/iconHome.svg');
  mask-position: center;
  top: -4px;
  left: 0;
}
#search-lightbox .searchform .ux-search-submit{
  height: 45px;
  font-size: 13px;
  width: 60px;
  border-radius: 0px 10px 10px 0px;
}
#search-lightbox .searchform .search-field{
  height: 45px;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.live-search-results{
  background-color: #fff;
}
.live-search-results .search-name{
  font-size: 16px;
  color: #003f6a;
}
.search-price .devvn_woocommerce_price_suffix{
  display: none;
}
.live-search-results .search-price span.amount{
    color: #C51818;
    font-size: 14px;
}
.archive #wrapper .shop-page-title{
  background-color: #ECEDEF;
}
.woocommerce-result-count{
  font-size: 14px;
}
.archive #wrapper .shop-page-title .page-title-inner{
  padding-top: 0px;
}
.colLPageTkyou .woocommerce-customer-details{
  display: none;
}
.colRPageTkyou > p:nth-child(1){
    display: none;
}
.colLPageTkyou p.success-color{
  display: none;
}
.PttghPageThank,
.colRPageTkyou h2.woocommerce-order-details__title{
  text-transform: uppercase;
  font-size: 21px;
  color: #333333;
  font-family: AvoBold !important;
  margin-bottom: 25px;
}
.woocommerce-cart .woocommerce > .cart-collaterals{
  border-left: none !important;
  padding-left: 15px;
}
.woocommerce-cart .cart-sidebar .cart_totals {
  border: 1px solid #ccc;
}
.woocommerce-cart .cart-sidebar .cart_totals > table{
  margin-bottom: 5px;
}
.woocommerce-cart .cart-sidebar .cart_totals > table th,
.woocommerce-cart .cart-sidebar .cart_totals > table table td{
  padding: 15px 10px;
}
.woocommerce-cart .cart-sidebar .cart_totals > table tr.cart-subtotal td,
.woocommerce-cart .cart-sidebar .cart_totals tr.order-total td{
  padding-right: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout{
  padding: 0px 10px;
}
.woocommerce-cart .cart-sidebar .ux-cart-coupon{
  display: none;
}
.woocommerce-breadcrumb.breadcrumbs{
  text-shadow: none;
}
.woocommerce-breadcrumb.breadcrumbs a,
.woocommerce-breadcrumb.breadcrumbs .divider{
  color: #3B3B3C;
  text-shadow: none;
  opacity: 1;
}
.woocommerce-ordering .orderby{
  border: 1px solid #a8a8a8 !important;
  color: #444 !important;
}
.archive .shop-page-title h1{
  color: #003f6a;
  text-shadow: none;
  margin-bottom: 5px;
}
.archive .shop-page-title.featured-title .page-title-inner {
  padding-bottom: 0px;
  padding-top: 15px;
} 


@media (min-width: 850px){
  header#header .nav-dropdown {
      display: block;
  }
  header#header .nav-dropdown ul.sub-menu {
      position: absolute;
      left: 100%;
      top: 0;
      background: #fff;
      width: 250px;
      padding: 0;
      display: none !important;
      border-radius: 5px;
      -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
      box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  }
  header#header .nav-dropdown ul.sub-menu a {
      white-space: normal;
      margin: 0;
      padding: 10px 15px;
      border: 0;
      font-weight: 400;
  }
  header#header .nav-dropdown li:hover > ul.sub-menu{
      display: block !important;
  }
  header#header .nav-dropdown li {
      border-right: 0;
      white-space: normal;
      width: 100%;
      display: block;
      position: relative;
  }
  header#header .nav-dropdown li.menu-item-has-children > a {
      font-weight: 400;
      text-transform: none;
      color: rgba(102,102,102,.85);
  }
  header#header .nav-dropdown li.active>a {
      color: #e82c2a;
  }
}






.animated_devmd, .header-main .header-button-1 .header-button a:before{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tadamd {
  -webkit-animation-name: tada;
  animation-name: tada;
}