.header-height-2 {
    min-height: 200px;
}
@media only screen and (max-width: 768px){
.header-height-1, .header-height-2 {
    min-height: 65px;
}
}
@media only screen and (max-width: 480px){
.header-height-2 {
    min-height: 40px;
}
}
.header-top-ptb-1 {
    background-color: #f2f3f8;
    border-bottom: 1px solid #f2f2f2;
    font-size: 13px;
    padding: 7px 0;
}
.header-info>ul {
    display: flex;
}
ol, ul {
    list-style: none;
}
.header-info>ul>li {
    align-items: center;
    display: flex;
    margin-right: 30px;
    position: relative;
}
.header-info i {
    color: #a6a6a6;
    font-size: 12px;
}

.mr-5 {
    margin-right: 5px!important;
}
.header-info>ul>li a {
    color: #444;
    font-weight: 500;
}
a, button {
    cursor: pointer;
    text-decoration: none !important;
}
.header-info>ul>li:last-child {
    margin-right: 0;
}
#news-flash {
    margin-bottom: -8px;
    min-width: 400px;
}
.header-info-right {
    display: flex;
    justify-content: flex-end;
}
.header-info.header-info-right>ul>li img {
    vertical-align: middle;
}
.header-info>ul>li a i {
    font-size: 14px;
    margin-right: 5px;
}
.header-info>ul>li a.language-dropdown-active i.bx-chevron-down{
    font-size: 8px;
    margin-left: 5px;
}
.header-info>ul>li:before {
    background: #dedfe2;
    content: "";
    height: 20px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.header-info>ul>li>ul.language-dropdown {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgb(0 0 0 / 6%);
    left: 0;
    min-width: 200px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    visibility: hidden;
    z-index: 2;
}
.header-info>ul>li>ul.language-dropdown {
    border-radius: 0;
    padding: 0;
}
.header-info>ul>li>ul li {
    display: block;
}
.header-info>ul>li>ul li a {
    color: #696969;
    display: block;
    padding: 5px 20px;
}
.header-middle-ptb-1 {
    padding: 25px 0;
}
.header-wrap {
    align-items: center;
    display: flex;
}
.header-wrap {
    min-height: 60px;
}
.header-wrap.header-space-between {
    justify-content: space-between;
}
.logo a {
    display: block;
}
.logo.logo-width-1 a img {
    width: 150px;
}
.search-style-2 .form {
    display: flex;
    position: relative;
}
.form-group--icon {
  
    position: relative;
}
.form-group--icon .product-cat-label {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #f8f8f8;
    border: 2px solid #eee;
    border-radius: 26px 0 0 26px;
    border-right: none;
    color: #444;
    font-size: 14px;
    line-height: 42px;
    min-height: 42px;
    padding: 3px 35px 3px 20px;
    position: relative;
    transition: all .3s ease 0s;
    white-space: nowrap;
}
.search-style-2 form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #f8f8f8;
    border: 2px solid #eee;
    border-radius: 26px 0 0 26px;
    border-right: none;
    color: #444;
    font-size: 14px;
    min-height: 52px;
    padding: 3px 35px 3px 20px;
    position: relative;
    transition: all .3s ease 0s;
    width: 170px;
}
.form-group--icon .product-category-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 100%;
    left: 0;
    min-height: 42px;
    opacity: 0;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
option {
    background: #fff;
    border: 0 solid #626262;
    padding-left: 10px;
    font-size: 13px;
    
}
input {
    background: var(--color-grey-9);
    border: 2px solid var(--color-grey-9);
    border-radius: 50px;
    box-shadow: none;
    color: var(--color-body);
    font-size: 13px;
    height: 45px;
    padding-left: 20px;
    width: 100%;
}
.search-style-2 .form input {
  outline:none;
    background-color: #fff;
    border: 2px solid #eee;
    border-radius: 0 26px 26px 0;
    color: #444;
    font-size: 14px;
    min-height: 52px;
    padding: 3px 62px 3px 20px;
    width: 540px;
}
.search-style-2 .form button {
    background-color: transparent;
    border: none;
    color: var(--color-brand);
    font-size: 20px;
    height: 100%;
    padding: 5px 17px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header-action-right {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
}
.header-action-2 {
    align-items: center;
    display: flex;
}
.header-action-2 .header-action-icon-2 {
    display: flex;
    padding: 0 14px;
    position: relative;
}
@media only screen and (max-width: 768px){
.header-action-2 .header-action-icon-2 {
    padding: 0 6px;
}
}
.header-action-2 .header-action-icon-2>a {
    color: #333;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    position: relative;
    width: 1em;
}
@media only screen and (max-width: 768px){
.header-action-2 .header-action-icon-2>a {
    fill: #fff;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
}
}
.header-action-2 .header-action-icon-2>a img {
    width: 100%;
}
.header-action-2 .header-action-icon-2>a span.pro-count {
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -5px;
    width: 18px;
}
.header-action-2 .header-action-icon-2>a span.pro-count.blue {
    background-color: #2f5b5a;
}
.header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 14px;
}
@media only screen and (max-width: 768px){
.header-action-2 .header-action-icon-2:last-child {
    padding: 0 0 0 6px;
}
}
.header-bottom-bg-color {
    background-color: #2f5b5a;
}
@media only screen and (max-width: 480px){
.header-bottom-bg-color {
    padding: 10px 0 3px;
}
}
.position-relative {
    position: relative;
}
.header-wrap {
    align-items: center;
    display: flex;
}
.header-wrap {
    min-height: 60px;
}
.header-wrap.header-space-between {
    justify-content: space-between;
}
.logo.logo-width-1 a img {
    width: 150px;
}
@media only screen and (max-width: 768px){
.logo.logo-width-1 a img {
    width: 120px;
}
}
@media only screen and (max-width: 768px){
.logo.logo-width-1 a img {
    max-height: 70px;
    max-width: 120px;
    width: auto;
}
}
.main-categories-wrap {
    position: relative;
}
.main-categories-wrap>a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 500;
}
@media only screen and (max-width: 768px){
.main-categories-wrap>a {
    font-weight: 500;
}
}
.main-categories-wrap>a span {
    margin-right: 10px;
}
.main-categories-wrap>a>i {
    font-size: 14px;
    font-weight: 300;
    margin-left: 15px;
}
.main-categories-wrap>a>i.up {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}
.main-categories-wrap>a.open>i {
    opacity: 0;
    visibility: hidden;
}
.main-categories-wrap>a.open>i.up {
    opacity: 1;
    visibility: visible;
}
.categories-dropdown-active-large {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgb(0 0 0 / 6%);
    font-size: 14px;
    font-weight: 400;
    left: 0;
    list-style-type: none;
    margin: 0;
    min-width: 270px;
    opacity: 0;
    padding: 15px 0 10px;
    position: absolute;
    top: 177%;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    visibility: hidden;
    z-index: 9;
}
.categories-dropdown-active-large.open {
    opacity: 1;
    visibility: visible;
}
.categories-dropdown-wrap ul li {
    display: block;
}
.categories-dropdown-wrap ul li a {
    align-items: center;
    color: #444;
    display: flex;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 34px;
}
@media only screen and (max-width: 768px){
.categories-dropdown-wrap ul li a {
    padding: 5px 12px;
}
}
.categories-dropdown-wrap ul li a i {
    font-size: 18px;
    margin-right: 16px;
    opacity: .9;
}
.categories-dropdown-wrap ul li a img {
    margin-right: 16px;
    margin-top: 1px;
    opacity: .9;
    vertical-align: top;
}
.main-menu>nav>ul>li {
    display: inline-block;
    position: relative;
}
.main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 17px;
}
.main-menu.main-menu-lh-2>nav>ul>li {
    line-height: 60px;
}
.main-menu>nav>ul>li>a {
    color: #444;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.main-menu.hover-boder>nav>ul>li>a {
    position: relative;
}
.main-menu.main-menu-light-white>nav>ul>li>a {
    color: #fff;
}
.main-menu>nav>ul>li>a.active {
    color: var(--color-brand);
}
p:last-child {
    margin-bottom: 0;
}
.hotline p {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
}
.hotline p i {
    font-size: 12px;
    margin-right: 10px;
}
.hotline p span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
.header-bottom .header-action-right a span.pro-count {
    background-color: #fff;
    color: #2f5b5a;
}
.burger-icon {
    cursor: pointer;
    height: 20px;
    position: relative;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    width: 24px;
}
.burger-icon>span {
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.burger-icon>span.burger-icon-top {
    top: 2px;
}
.burger-icon>span:after, .burger-icon>span:before {
    background-color: #333;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.burger-icon.burger-icon-white>span:after, .burger-icon.burger-icon-white>span:before {
    background-color: #fff;
}
.burger-icon>span.burger-icon-mid {
    top: 9px;
}
.burger-icon>span.burger-icon-bottom {
    bottom: 2px;
}
.main-wrapper, .mobile-header-wrapper-style {
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.mobile-header-wrapper-style {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 9%);
    min-height: 100vh;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate(200px);
    visibility: hidden;
    width: 360px;
    z-index: 99999;
}
@media only screen and (max-width: 768px){
.mobile-header-wrapper-style {
    width: 300px;
}
}
.mobile-header-wrapper-style.sidebar-visible {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
    background-color: #2f5b5a;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 30px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px;
} 
@media only screen and (max-width: 768px){
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 20px;
}
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
    display: block;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 120px;
}
.close-style-wrap {
    position: absolute;
    right: 55px;
    top: 40px;
}
.close-style-wrap.close-style-position-inherit {
    position: inherit;
}
.close-style-wrap .close-style {
    background-color: transparent;
    border: none;
    height: 40px;
    padding: 0;
    position: relative;
    width: 40px;
}
.close-style-wrap .close-style>i {
    display: block;
    height: 2px;
    left: 50%;
    margin: 0!important;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 29px;
}
.close-style-wrap .close-style>i.icon-top {
    transform: translate(-50%,-50%) rotate(45deg);
}
.close-style-wrap .close-style>i:after, .close-style-wrap .close-style>i:before {
    background-color: #111;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.close-style-wrap .close-style>i.icon-top:before {
    transform: scaleX(1) translateZ(0);
    transform-origin: right;
    transition: transform .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.close-style-wrap .close-style>i {
    display: block;
    height: 2px;
    left: 50%;
    margin: 0!important;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 29px;
}
.close-style-wrap .close-style>i.icon-bottom {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.close-style-wrap .close-style>i.icon-bottom:before {
    transform: scaleX(1) translateZ(0);
    transform-origin: right;
    transition: transform .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.close-style-wrap .close-style>i.icon-bottom:after {
    transform: scaleX(0) translateZ(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px;
}
@media only screen and (max-width: 768px){
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px 20px;
}
}
.mobile-search {
    padding: 30px 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
    border-bottom: 1px solid hsla(0,0%,100%,.15);
}
.search-style-3 .form {
    position: relative;
}
.search-style-3 .form input {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 26px;
    color: #444;
    font-size: 14px;
    height: 40px;
    padding: 3px 50px 3px 20px;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.search-style-3 .form button {
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 14px;
    height: 100%;
    padding: 0 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-categories-wrap {
    position: relative;
}
.categories-dropdown-active-small {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgb(0 0 0 / 6%);
    display: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 14px 0 23px;
    width: 100%;
    z-index: 9;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categories-wrap .categories-dropdown-active-small {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
.categories-dropdown-wrap ul li {
    display: block;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categories-wrap .categories-dropdown-active-small a {
    color: hsla(0,0%,100%,.7);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .main-categories-wrap a i {
    margin-right: 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
    height: 100%;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
    border-bottom: 1px solid hsla(0,0%,100%,.15);
    display: block;
    padding: 18px 0 20px;
    position: relative;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
    border-bottom: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
    margin-bottom: 30px;
    padding: 25px 0 30px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
    margin-bottom: 13px;
    position: relative;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a span {
    float: right;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 8px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
    background-color: transparent;
    box-shadow: none;
    display: none;
    margin-top: 5px;
    padding: 10px 0 0;
    width: 100%;
    z-index: 11;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
    padding-bottom: 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
    color: hsla(0,0%,100%,.7);
    font-size: 14px;
    font-weight: 400;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
    padding-bottom: 0;
}
.mobile-social-icon a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    text-align: center;
    transition-duration: .5s;
    width: 34px;
}
.mobile-social-icon a:last-child {
    margin-right: 0;
}
.cart-dropdown-wrap {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 12%);
    opacity: 0;
    padding: 30px 20px 27px;
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    visibility: hidden;
    width: 360px;
    z-index: 99;
}
.cart-dropdown-wrap.cart-dropdown-hm2 {
    right: -63px;
    z-index:999999;
}
.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.cart-dropdown-wrap.cart-dropdown-hm2 ul{
  padding:0;
}
.cart-dropdown-wrap ul li {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 20px;
}
.cart-dropdown-wrap ul li:last-child {
    margin: 0;
}
.cart-dropdown-wrap ul li .shopping-cart-img {
    flex: 0 0 80px;
    margin-right: 20px;
}
.cart-dropdown-wrap ul li .shopping-cart-img a {
    display: block;
}
.cart-dropdown-wrap ul li .shopping-cart-img a img {
    max-width: 100%;
}
.cart-dropdown-wrap ul li .shopping-cart-title {
    margin: 6px 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 9px;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
    color: #696969;
}
.cart-dropdown-wrap ul li .shopping-cart-title h3 {
    color: #2f5b5a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}
.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
    color: #696969;
    font-size: 14px;
    font-weight: 400;
}
.mb-0 {
    margin-bottom: 0!important;
}
.cart-dropdown-wrap small {
    font-size: 80%;
}
.cart-dropdown-wrap ul li .shopping-cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
    margin: 6px 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a {
    color: #696969;
    font-size: 18px;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
    border-top: 2px solid #f3f3f3;
    margin: 27px 0 20px;
    padding: 17px 0 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
    color: #2f5b5a;
    float: right;
    font-size: 18px;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    background-color: #2f5b5a;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 20px 17px;
}
.header-info>ul>li:hover>ul.language-dropdown {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.body-overlay-1 {
    background: rgba(0,0,0,.7) none repeat scroll 0 0;
    cursor: crosshair;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}
.mobile-menu-active.body-overlay-1 {
    opacity: 1;
    visibility: visible;
}
.categories-button-active-2 {
    display: block!important;
    padding: 21px 0;
}
.mobile-menu{
  padding:0;
}
.lang-curr-dropdown.lang-dropdown-active.style{
  display:block !important;
}
.lang-curr-dropdown.lang-dropdown-active.style ul{
  padding:0;
}

.login_wrap {
    border: 2px solid #f7f8f9;
}

.p-30 {
    padding: 30px!important;
}

.custome-checkbox .form-check-label {
    color: #687188;
    cursor: pointer;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.login_footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%;
}

.custome-checkbox .form-check-label:before {
    border: 2px solid #ced4da;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 17px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: 17px;
}

.custome-checkbox input[type=checkbox]+.form-check-label:after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-65%) rotate(-45deg);
    width: 11px;
}



.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.custome-checkbox .form-check-input, .custome-radio .form-check-input {
    display: none;
}



.form-group {
    margin-bottom: 1rem;
}

.form-group input {
    background: #f4f5f9;
    border: 2px solid #f4f5f9;
    box-shadow: none;
    color: #4f5d77;
    font-size: 13px;
    height: 45px;
    padding-left: 20px;
    width: 100%;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label:before {
    background-color: black;
    border-color:black ;
}

.custome-checkbox input[type=checkbox]:checked+.form-check-label:after {
    opacity: 1;
}


label {
    margin-bottom: 5px;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.form-group  button[type=submit] {
    background-color: #2F5B5A;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 40px;
    width: auto;
}

.pb-100 {
    padding-bottom: 100px!important;
}

.pt-100 {
    padding-top: 100px!important;
}


.form-group .btn,.form-group .button {
    background: #2F5B5A;
    border: 1px solid #2F5B5A;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 54px;
    text-transform: uppercase;
    transition: all .3s linear 0s;
}

.form-group  p {
    color: #646867;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}


.bg-brand {
    background-color: #2F5B5A;
}

.text-white {
    color: #fff!important;
}

.align-items-center {
    align-items: center!important;
}

.newsletter .icon-email {
    margin-right: 15px;
    max-width: 40px;
}

.flex-horizontal-center {
    align-items: center;
    display: flex;
}

.newsletter h4, .newsletter h5 {
    color: #fff;
}

.newsletter .form-subcriber input {
    border: 0;
    border-radius: 50px 0 0 50px;
    font-size: 14px;
    padding: 0 20px 0 30px;
}

.form-control {
    background: 0 0;
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    font-size: 14px;
    height: 48px;
    padding-left: 18px;
}

.newsletter .form-subcriber button {
    border: 0;
    border-radius: 0 50px 50px 0;
    font-size: 14px;
    padding: 0 30px;
}

.section-padding-60 {
    padding: 60px 0;
}


.font-md {
    font-size: 14px;
}

.animated {
    animation-duration: 1.25s;
    animation-fill-mode: both;
}


.fadeIn {
    animation-name: fadeIn;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.mt-20 {
    margin-top: 20px!important;
}



.fw-600, strong {
    font-weight: 600;
}

.text-grey-4 {
    color: #90908E!important;
}


h5.widget-title {
    font-size: 18px;
    font-weight: 600;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.footer-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.footer-list li {
    display: block;
    margin: 0 0 13px;
    transition-duration: .3s;
}

.footer-list li a {
    color: #111111;
    display: block;
    font-size: 14px;
}

.pb-20 {
    padding-bottom: 20px!important;
}
.footer-bottom {
    border-top: 1px solid #eee;
}

.text-muted {
    color:#8E8E90!important;
}


.font-sm {
    font-size: 13px;
}


.header-bottom.header-bottom-bg-color.sticky-bar.gray-bg.sticky-blue-bg {
  top:-50px;
  position: sticky;
  z-index: 99999;
}



.header-bottom.header-bottom-bg-color.sticky-bar.gray-bg.sticky-blue-bg.stuck {
  position: fixed;    top: 0px;
    width: 100%;

      z-index: 999;
    transition: top 0.5s linear 0s;
}


p.animated{
  margin-bottom:0;
}


.customer-order-detail p {
    color: var(--color-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

.text-info {
    color: #18A1B7;
}



.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.table-responsive table thead>tr>th {
    border-bottom: 0;
    vertical-align: middle;
    /*border: 1px solid #eee;*/
    font-size: 13px;
}

.table-responsive thead {
    font-weight: 600;
}

.table-responsive table td, table th {
    border: 1px solid #eee;
    padding: 10px 20px;
    vertical-align: middle !important;
        font-size: 13px;
}

small {
    font-size: 80%;
}

.text-center {
    text-align: center!important;
}

/********************************************************CSS product tragn chu *******************************************************/
.mb-30 {
    margin-bottom: 30px!important;
}

.product-cart-wrap {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}

.product-cart-wrap .product-img-action-wrap {
    position: relative;
}

.product-cart-wrap .product-img-action-wrap .product-img {
    overflow: hidden;
    position: relative;
}

.product-cart-wrap:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}

.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .25s,visibility .25s,transform 1.5s cubic-bezier(0,0,.2,1);
    visibility: hidden;
    z-index: 2;
}
.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}



.product-cart-wrap:hover .product-img-zoom a img {
    transform: scale3d(1.1,1.1,1.1) translateZ(0);
}

.product-cart-wrap .product-img-action-wrap .product-img a img {
    width: 100%;
    aspect-ratio: 11/11;
}

.product-cart-wrap:hover .product-img-zoom a img.default-img {
    opacity:0;
     visibility: hidden;
}


.product-cart-wrap:hover .product-img-action-wrap .product-action-1, .product-cart-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
    opacity: 1;
    visibility: visible;
}

.product-cart-wrap .product-img-action-wrap .product-action-1 {
    min-width: 110px;
}

.product-cart-wrap .product-action-1 {
    text-align: center;
}

.product-cart-wrap .product-action-1 {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease 0s;
    visibility: hidden;
    z-index: 9;
}

.product-cart-wrap .product-action-1 a.action-btn, .product-cart-wrap .product-action-1 button {
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin-right: 3px;
    position: relative;
    text-align: center;
    width: 44px;
}

.hover-up, .hover-up:hover {
    transition: all .25s cubic-bezier(.02,.01,.47,1);
}

.product-cart-wrap .product-badges span {
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    margin-right: 10px;
    padding: 6px 12px;
    text-transform: uppercase;
}

.product-cart-wrap .product-badges.product-badges-position {
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 9;
}

.product-cart-wrap .product-content-wrap {
    padding: 20px;
}
.product-cart-wrap .product-content-wrap h2 {
    line-height: 25px;
}

.product-cart-wrap .product-content-wrap h2 {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 5px 0 10px;
}

.product-cart-wrap .product-content-wrap h2 a {
    color: #2F5B5A;
}

.product-content-wrap {
  text-align:left;
}

.rating_wrap .rating {
    display: inline-block;
    font-family: Font Awesome\ 5 Pro!important;
    /*height: 20px;*/
    overflow: hidden;
    position: relative;
    vertical-align: top;
    /*width: 80px;*/
}

.rating_wrap .rating_num {
    color: #696969;
    display: inline-block;
    font-size: 12px;
}

.product-cart-wrap .product-action-1.show {
    bottom: 26px;
    left: unset;
    opacity: 1;
    right: 20px;
    top: unset;
    transform: none;
    visibility: visible;
}

.product-cart-wrap .product-action-1 {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease 0s;
    visibility: hidden;
    z-index: 9;
}



.product-cart-wrap .product-action-1 a.action-btn:hover, .product-cart-wrap .product-action-1 button:hover {
    background-color: #2F5B5A;
}

.product-cart-wrap .product-action-1 a.action-btn:hover:after, .product-cart-wrap .product-action-1 button:hover:after {
    opacity: 1;
    transform: translateX(-50%) translateY(-8px);
    visibility: visible;
}

.product-cart-wrap .product-action-1 a.action-btn:after, .product-cart-wrap .product-action-1 button:after {
    background-color: var(--color-brand);
    border-radius: 5px;
    bottom: 100%;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 10%);
    color: #fff;
    content: attr(aria-label);
    font-size: 11px;
    left: 50%;
    line-height: 1.3;
    opacity: 0;
    padding: 7px 10px;
    position: absolute;
    transform: translateX(-50%) translateY(0);
    transition-delay: .1s;
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
    visibility: hidden;
    white-space: nowrap;
    background-color: #2F5B5A;
}

.product-cart-wrap .product-action-1 a.action-btn:hover:before, .product-cart-wrap .product-action-1 button:hover:before {
    opacity: 1;
    transform: translateY(-8px);
    visibility: visible;
}

.product-cart-wrap .product-action-1 a.action-btn:before, .product-cart-wrap .product-action-1 button:before {
    border: 7px solid transparent;
    border-top: 7px solid #2F5B5A;
    bottom: 100%;
    content: "";
    left: calc(50% - 7px);
    margin-bottom: -13px;
    opacity: 0;
    position: absolute;
    transition-delay: .1s;
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
    visibility: hidden;
    z-index: 9;
}

.product-cart-wrap .product-content-wrap .product-price {
    padding-top: 5px;
}

.product-cart-wrap .product-content-wrap .product-price span {
    color: #2F5B5A;
    font-size: 18px;
    font-weight: 700;
}

.product-cart-wrap .product-content-wrap .product-price span.old-price {
    color: #90908E;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 7px;
    text-decoration: line-through;
}

#tvh-popup {
    position: fixed;
    right: 13%;
    top: 9.3%;
    /*background-color: #00BCC2;*/
    color: #fff;
    font-size: 14px;
    height: 74px;
    /*width: 257px;*/
    z-index: 9999;
}





#tvh-popup .alert {
    box-shadow: 0 4px 10px 0 rgb(3 3 3 / 10%);
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 450px!important;
    min-height: 45px!important;
    padding: 15px 40px 15px 40px;
    position: relative;
    display: flex;
    align-items: center

}
.cart-dropdown-wrap ul li .shopping-cart-title h3 small {
    color: #9b9b9b;
   font-weight:700;
   padding-left:10px;
}


.open2 {
  display:none;
}

@media(max-width:376px){
  .cart-dropdown-wrap.cart-dropdown-hm2 {
    right: -75px;
    z-index: 999999;
}

.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
    opacity: 1;
    top: 47px;
    visibility: visible;
}
}






