
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif ;
}

body {
    margin: 0;
    padding: 0;
    font-size:14px !important;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#4D9C41),
									   to(#19911D),
									   color-stop(.6,#54DE5D))
}


.fluid {
    background-color: #faaf18;
    color: rgba(255, 255, 255, 0.8);
    /* height: 50px;
    line-height: 50px; */
    font-size: 14px;
}

.container-fluid {
    max-width: 1240px;
}

.row .heading--1 {
    display: flex;
    align-items: center;
}

.heading--1 span i {
    margin-right: 5px;
    font-size: 20px;
}

.row .heading--2 {
    text-align: end;
}

.row .heading--2 a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition:.4 all;
}

.row .heading--2 a:hover {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.fa-shopping-cart,
.fa-search {
    font-size: 14px;
    color: #000;
    padding: 0 5px;
}

.heading--2 .textLeft {
    display: inline-block;
    margin: 5px 0;
    margin-right: 20px;
    position: relative;
}

.heading--2 .textLeft input {
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    outline: none;
    padding: 8px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 280px;
}

.heading--2 .textLeft input::-webkit-input-placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.heading--2 .textLeft button {
    color: #fff;
    position: absolute;
    background: transparent;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
}

.heading--2 .textLeft button i {
    color: #fff;
}

.navbar-navigation {
    display: block;
    /*background-color: #FEFCFC;*/
    /*box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);*/
}

.navigation {
    height: 70px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.navigation .row {
    align-items: center;
    height: 100%;
}

.navbar_brand {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.hide-for-medium {
    /* display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center; */
    width: 100%;
    height: 100%;
}

.hide-for-medium ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.hide-for-medium li {
    list-style: none;
    padding: 0 15px;
}
.hide-for-medium li.activecolor>a{
  color: #faaf18;
}

.hide-for-medium a {
  text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight:600;
    font-size:14px;
}

.hide-for-medium ul li a:hover {
    color: #faaf18;
}

.nav-dropdown-simple {
    position: absolute;
    min-width: 260px;
    z-index: 20;
    border-radius:2px;
    padding: 10px 0 10px 0;
    background-color: #fff;
    left: 0;
    height: auto;
    max-height:1000px;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 700ms;
    -moz-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
}

.nav-dropdown-multiple{
    position: absolute;
    min-width: 260px;
    z-index: 10;
    border-radius:2px;
    padding: 10px 0 10px 0;
    background-color: #fff;
    left: 100%;
    height: auto;
    max-height:1000px;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 700ms;
    -moz-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
}

.menu-item-has-children {
    position: relative;
    transition: all 0.6s;
}

.menu-item-has-children:hover .nav-dropdown-simple,
.menu-item_type:hover .nav-dropdown-multiple{
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.woocommerce-mini-cart__total {
    border-bottom: 2px solid #eee;
    /*border-top: 2px solid #eee;*/
    padding: 10px 0 10px;
}

.nav-fas {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-fas span {
    margin: 0 10px;
}

.nav-dropdown,
.nav-dropdown-search {
    top: 100%;
    right: 0;
    background-color: #fff;
    min-width: 264px;
    padding: 20px !important;
    margin: 0;
    z-index: 30;
    display: none;
    height: max-content;
    transform: all 0.6s;
    border-radius: 4px;
}

.nav-dropdown li,
.nav-dropdown-search li {
    list-style: none;
    text-align: center;
}

.woocommerce-button-index {
    margin: 10px 0;
}

.nav-fas_icon_shop:hover ul.nav-dropdown {
    display: block;
    transform: all 0.6s;
}

.nav-fas_icon_search:hover .nav-dropdown-search {
    display: block;
    transform: all 0.6s;
}

.nav-dropdown-search .woocommerce-mini-cart {
    display: flex;
    justify-content: center;
    flex: 1;
}

.shop_icon {
    position: relative;
}

.header-share {
    position: absolute;
    height: 17px;
    width: 17px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    padding: 1px 2px 0 3px;
    border-radius: 50px;
    font-weight: 600;
    left: 10px;
    top: -10px;
}

.woocommerce-mini-cart__search input {
    height: 36px;
    padding: 7px 12px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.woocommerce-mini-cart__search input:focus {
    outline: none;
    box-shadow: 0 0 5px #ccc !important;
}

.woocommerce-mini-cart__search input:hover {
    box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
}

.ux-search-submit {
    background-color: #000;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: none;
}

button.ux-search-submit:focus {
    outline: none;
    border: none;
}

.woocommerce-button-index button {
    background-color:#faaf18;
    color: #f1f1f1;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    width: 100%;
    transition: all .3s ease-out;
}

.woocommerce-button-index button:hover{
   background-color:#29a449;
}

.navition {
    display: none;
}

.mobile-sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #fff;
    transform: translateX(-200%);
    transition: transform 0.5s;
    bottom: 0;
    overflow: auto;
}

.off-canvas-cart {
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    transform: translateX(200%);
    transition: transform 0.5s;
    bottom: 0;
    overflow: auto;
    background: #f9f9f9;
}

.off-canvas-cart ul li{
  list-style:none;
}

.off-canvas-cart ul li .cart-undefind{
  color:#c0c2cb;
  padding:12.5rem 0;
}

@media(min-width:992px){
  .off-canvas-cart{
    width:400px;
  }
}

#dropback,
#dropprev {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    z-index: 100;
    opacity: 0.6;
    display: none;
}

.inner-padding {
    position: relative;
}

.inner-padding span {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}

.inner-padding h4 {
    font-weight: 600;
    margin-top: 20px;
    padding: 0 20px;
    /* text-align: center; */
    /* display: inline-block; */
}

.parent-cart{
    height:70%;
    overflow: hidden;
}

.cart-dropdown{
    padding: 0 20px;
    height:100%;
    overflow: auto;
}

.cart-dropdown li {
    list-style: none;
    text-decoration: none;
    padding: none;
}

.cart-dropdown .mini_cart_item{
    border-bottom:1px solid #e9e9e9;
    margin-bottom:15px !important;
    padding-bottom:15px !important;
}

.border-divider {
    text-align: -webkit-center;
}

.is_divider {
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 15px 20px 15px;
    width: 100%;
    max-width: 30px;
    text-align: center;
}

.fixed-cart{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding:0 20px 20px;
    background: #f6f6f6;
    margin-bottom:0;
}


.fixed-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left:0;
}

.fixed-cart li,
.fixed-btn li{
  list-style:none;
}


.padding-outline {
    padding: 10px;
}

.navition-left {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
}

.navition-right {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content:end;
}

.menu-item_type,
.menu-item {
    cursor: pointer;
    padding: 7px 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu-item_type a{
  font-size:11px;
}

.menu-item_type a i{
  right:0;
}

.menu-item_type a:hover {
    color: #faaf18 !important;
}

.menu-item_type:hover a {
    color: #000;
}

.menu-item-type {
    padding: 5px 0px 5px 20px;
    cursor: pointer;
}

.menu-item-type a {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.btn-toggle-nav {
    margin-right: 20px;
    transition: all .3s ease;
}

div#down.active {
    transform: rotate(-180deg);
    transition: all .3s ease;
}

.children {
    height: 0;
    display: none;
    /* transform: rotate(-180deg); */
}

.children.active {
    height: 100%;
    display: block;
}

@media (max-width: 1084px) {
    /* .navigation {
        display: none;
    }
    .navition {
        display: block;
    } */
    .hide-for-medium li {
        padding: 0 10px;
    }
    .navition-right .fa-shopping-cart {
        padding: 20px 0;
    }
    #cart {
        float: right;
    }
}
.navitionright{
    position:relative;
    cursor: pointer;
}
.navitionright img {
    max-width: 34px;
}
.navitionright span{
  position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.mfp-content {
    background-color: rgba(255, 255, 255, 0.95);
    width: 350px;
}

.sidebar-menu {
    background: #f9f9f9;
}

.sidebar-menu ul {
    padding: 0;
    margin: 0;
}

.sidebar-menu ul li {
    list-style: none;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #e9e9e9;
    text-transform: uppercase;
    font-weight: 700;
}

/*.sidebar-menu>ul>li{*/
/*    display: flex; */
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*}*/

.closeMb,
.txtmb {
    display: table-cell;
    vertical-align: middle;
}

.sidebar-menu ul li .nav-top-link {
    text-decoration: none;
    color: #000;
    color: #666666D9;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
.sidebar-menu ul li .nav-top-link img{
  max-width:40px;
  margin-right:10px;
}
.flex-row_relative {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
}

.flex-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
}

.widget-area {
    margin: 0;
    width: 100%;
    /* padding: 20px 15px; */
}

.widget-area .list_items_search{
  background:#fff;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  height:auto;
  border-radius:4px;
  z-index:99;
  display:none;
}

.widget-area .list_items_search .list_search{
  height:auto;
  max-height:300px;
  overflow:auto;
}

.widget-area .list_items_search .item_search:last-child .row{
  margin-bottom:.5rem;
}

.widget-area .list_items_search .empty_search{
  font-size:12px;
  text-transform:initial;
  padding:10px;
  font-weight:500;
}

.all_items_search{
  /*position:absolute;*/
  bottom:0;
  text-align:center;
  width:100%;
  padding:10px 0;
  background:#f6f6f6;
}

.widget-area .list_items_search a{
  text-decoration:none;
  color:#000;
  text-transform: initial;
  font-size:12px;
  font-weight:500;
  text-align:left;
  transition: 100ms all;
}

.widget-area .list_items_search a:hover{
  color:#000;
}

.widget-area .list_items_search del{
  font-size:10px;
}

/* 
.widget-area-title{
    padding: 0 0 30px;
} */

.flex-grow {
    flex: 1;
}

.search-field {
    height: 37px !important;
    /* border-radius: 3px 0 0 3px; */
    outline: none;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    width: 100%;
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); */
    padding: 0 10px;
}

.ux-search {
    width: 37px;
    height: 37px;
    /* border-radius: 0 3px 3px 0; */
    background-color: #faaf18;
    color: #fff;
    border: none;
}

.ux-search i {
    color: #fff;
}

.search-field:focus {
    box-shadow: 0 0 5px #ccc;
}


/*  */

.stuck {
   top: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #ffffff;
    transition: top 0.5s linear 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    animation-name: stuck;
    animation-duration: 0.5s;
}
@keyframes stuck {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}
.menuCon:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.menuCon.active:after {
    content: "\2212";
}

.submenuMb {
    padding: 0 18px;
    display:none;
    overflow: hidden;
    /*transition: max-height 0.2s ease-out;*/
}
.submenuMb li a{
  text-decoration:none;
  color:#000;
  font-size:14px;
  font-weight:500;
}
@media (max-width: 1000px) {
    .navigation {
        display: none;
    }
    .navition {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
        height:80px;
    }
    .navbar_brand {
        justify-content: center;
    }
    .fluid {
        display: none;
    }
}

.row {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0 !important;
}

.menu-item ul li,
.menu-item ul li a {
    clear: left;
    padding: 5px 0;
    color: #fff;
}

.menu-item ul li a:hover {
    font-weight: 600;
    color: #fff;
}

.mini_cart_item {
    position:relative;
    margin-bottom: 10px;
}

.mini_cart_item-img img {
    width: 100%;
    height: auto;
}

.mini_cart_item-text {
    margin-left: 10px;
}

.mini_cart_item-text span a{
  text-decoration: none;
  color:#000000;
}

.cartQuantity {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartPrice {
    margin-left: 20px;
}

.cartQuantity .is-form {
    width: 30px;
    border: none;
}

.cartChuthich textarea {
    width: 100%;
    border-color: #e9e9e9;
    padding:10px;
}

.cartQuantity .input-qty {
    width: 40px;
    border: none;
    text-align: center;
}

.mini_cart_item-text span {
    font-size: 14px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.mini_cart_item-text p {
    margin: 0;
}

.mini_cart_item .OutOfStock,
.mini_cart_item .itemOFS{
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
}


.product-remove a {
    text-decoration: none;
    color: #000;
    border: 2px solid #ddd;
    padding: 3px 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* banner */

.flash_sale {
    margin-bottom: 30px;
    border:1px solid #fafafa;
    position:relative;
}

.flash_sale.slick-slide{
  margin:0 3px;
}

@media(max-width:480px) {
    .bannerPc {
        display: none !important;
    }
    .woocommerce-button-index button{
      padding: 10px 15px;
      font-size: 14px;
    }
}

@media(min-width:481px) {
    .bannerMb {
        display: none !important;
    }
}

.banner .owl-banner  button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: 0 0 !important;
    border:none;
    z-index:1;
}


/*animation orderSuccess*/

.background-succ {
  background-color: #000000;
  color: #fff;
  top: 0;
  left: 0;
  width: 400px;
  z-index: 1000;
  border-radius: 5px;
  height: 215px;
  position: absolute;
  display: none;
  justify-content: ;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-succ .content {
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.background-succ .content img {
  width: 60px;
  height: 60px;
}

.background-succ .content p {
  display: block;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
  color: #fff;
}


.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: green;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: green;
  stroke-miterlimit: 10;
  margin: 0px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}



/*.owl-theme  [class*=owl-]:hover {*/
/*    background: 0 0 !important;*/
/*}*/

.banner button.owl-next {
    right: 15px;
    color: #303232 !important;
}

.banner button.owl-prev {
    left: 15px;
    color: #303232 !important;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}

.owl-carousel .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}



/*css animation loading in next pages*/
#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 100px;
	margin-top: -10px;
	margin-left: -50px;

}
.object{
	width: 20px;
	height: 20px;
	background-color: #5f3afc;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;
	position: absolute;	
}


#object_one{
	-webkit-animation: object 2s linear infinite;
	 animation: object 2s linear infinite;
	 }
#object_two{ 
	-webkit-animation: object 2s linear infinite -.4s;
	animation: object 2s linear infinite -.4s;
	 }
#object_three{ 
	-webkit-animation: object 2s linear infinite -.8s; 
	animation: object 2s linear infinite -.8s; 
	}
#object_four{ 
	-webkit-animation: object 2s linear infinite -1.2s;
	animation: object 2s linear infinite -1.2s; 
	} 
#object_five{ 
	-webkit-animation: object 2s linear infinite -1.6s; 
	animation: object 2s linear infinite -1.6s; 
	}
	
	
@-webkit-keyframes object{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }		
	
}		
@keyframes object{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}	

/*end css animation loading in next pages*/


/*start loading update cart*/

.tcm-loading-image {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(250,250,250,0.7);
    z-index: 1000;
}

.loading__content{
  display:flex;
  width:100%;
  height:100%;
}

.loading {
  display: block;
  margin: auto;
  position: relative;
  width: 50px;
  height: 50px;
}
.loading span {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
}
.loading span:nth-child(1) {
  top: 0;
  left: 0;
  background-color: rgba(66, 133, 244, 0.75);
  animation: move1 2s linear infinite;
}
.loading span:nth-child(2) {
  top: 0;
  right: 0;
  background-color: rgba(219, 68, 55, 0.75);
  animation: move2 2s linear infinite;
}
.loading span:nth-child(3) {
  bottom: 0;
  left: 0;
  background-color: rgba(244, 180, 0, 0.75);
  animation: move3 2s linear infinite;
}
.loading span:nth-child(4) {
  bottom: 0;
  right: 0;
  background-color: rgba(15, 157, 88, 0.75);
  animation: move4 2s linear infinite;
}
@keyframes move1 {
  0% {
    transform: translate(0);
    z-index: 10;
  }
  25% {
    transform: translate(100%, 0);
  }
  50% {
    transform: translate(100%, 100%);
  }
  75% {
    transform: translate(0, 100%);
    z-index: 0;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move2 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(-100%, 100%);
    z-index: 0;
  }
  75% {
    transform: translate(-100%, 0);
    z-index: 10;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move3 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0, -100%);
    z-index: 10;
  }
  50% {
    transform: translate(100%, -100%);
  }
  75% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0);
    z-index: 0;
  }
}
@keyframes move4 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-100%, 0);
    z-index: 0;
  }
  50% {
    transform: translate(-100%, -100%);
    z-index: 10;
  }
  75% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0);
  }
}

/*.tcm-loading-image img {*/
/*    display: block;*/
/*    margin: auto;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: none;*/
/*}*/
/*end loading update cart*/

/* back to top */

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 70px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgba(95, 58, 252,0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    content: '\f176';
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #5f3afc;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }


  
  .progress-wrap svg path { 
    fill: none; 
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #5f3afc;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
/* end back to top */

/*css animation phone*/
div#phonering-alo-phoneIcon {
  z-index: 10000;
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#75eb50;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#bfebfc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#75eb50 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
/*End animation phone*/


.animated  {
  transition: left 1s;
} 

/* bottom-nav-bar-mobile */

@media (max-width: 991px){
  .progress-wrap{
    right:10px; 
  }
  .bottom-nav-bar-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: block;
    box-shadow: 0 3px 25px 0 rgb(31 38 67 / 10%);
    -o-box-shadow: 0 3px 25px 0 rgba(31,38,67,.1);
    -moz-box-shadow: 0 3px 25px 0 rgba(31,38,67,.1);
    -webkit-box-shadow: 0 3px 25px 0 rgb(31 38 67 / 10%);
    z-index: 99;
    height: 70px;
    top: auto!important;
  }
  .bottom-nav-bar-mobile .inner-group {
    display: flex;
  }
  .bottom-nav-bar-mobile .itembar:first-child {
    margin-left: 0;
  }
  .bottom-nav-bar-mobile .itembar:last-child {
    margin-right: 0;
  }
  .bottom-nav-bar-mobile .itembar {
    width: calc(100%/5);
    display: inline-flex;
    height: 70px;
    margin: 0 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .bottom-nav-bar-mobile .itembar .bar-menu {
    width: 100%;
  }
  .bottom-nav-bar-mobile .itembar .icon {
    margin-bottom: 5px;
  }
  .bottom-nav-bar-mobile .itembar .icon i{
    font-size: 23px;
    color: #8a8a8f;
  }
  .bottom-nav-bar-mobile .itembar.active a,
  .bottom-nav-bar-mobile .itembar.active .icon i{
    color: #faaf18;
  }
  .bottom-nav-bar-mobile .itembar a, .bottom-nav-bar-mobile .itembar span {
    font-size: small;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 11px;
    color: #8a8a8f;
  }
}