.header__top-social {
    position: relative;
}
.logo img{
    height: 63px;
    margin-right: 15px;
    object-fit: contain;
}
ul.menu-header-c1 > li > a {
    text-transform: uppercase;
}
header{
    background-color: #f9f1dc;
    /* overflow: hidden; */
}
li.menu-item-depth-1 a {
    padding: 5px 15px !important;

}
header .ctnr{
    position: relative;
}
header .ctnr::before{
    content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background-color: #fff;
  border-radius: 60px 0 0;
  left: -6%;
  top: 0;
}
header.scrolled{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
}

header.scrolled .header-main {
    padding: 10px 0 !important; 
  }
header.active{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 15px;
}
header.active .header-main {
    padding: 9px 0;
}
header.active .header-menu nav ul li a {
    color: black;
}
header.active .header-links ul li a svg {
    fill: black;
}
.list-bar{
    display: none;
}
.header-menu nav ul li svg {
    width: 20px;
    height: 23px;
    position: relative;
    top: -2px;
}
.header-main {
    padding: 10px 0;
    position: relative;
    align-items: end;
}

.header-menu nav ul li {
    padding: 0px 20px;
}
.header-menu nav ul li a {
    font-size: inherit;
    color: #333;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    line-height: unset;!;
}
.header-menu nav ul li ul {
    position: absolute;
    top: 100px;
    padding: 8px 0;
    visibility: hidden;
    background: white;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity = 0);
    transform-origin: 15% 15% 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    filter: alpha(opacity = 0);
    transform-origin: center top 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
    left: 0px;
    min-width: 300px;
    z-index: 999;
    text-align: left;
    right: auto;
    border-top: 2px solid #f4903a;
}
.header-menu nav ul li {
    padding: 0px 15px;
    /* height: 70px; */
    /* line-height: 70px; */
}
.header-menu nav ul li ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 4px 0px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px dotted gray;
}
.header-menu nav ul li:hover ul {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    visibility: visible;
    filter: alpha(opacity = 100);
}
.header-links ul li {
    margin-left: 20px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #020E28;
    margin-right: 0px;
    cursor: pointer;
    position: relative;
}
.item-category-slick:hover img {
    transform: scale(1.05) translateX(5px);
    transition: 0.5s ease;
}
.item-category-slick {
    padding: 10px;
    overflow: hidden;
}
.item-category-slick img {
    border-radius: 10px;
    transition: transform .2s ease-out;
    will-change: transform;
    transform: scale(1) translateX(0px);
}
li.btn-view-kerper {
    width: unset;
    background: #289042;
    border-radius: 5px;
}
li.btn-view-kerper a.thm__btn {
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 20px;
}
a.thm__btn {
    background: #289042;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.header__top-wraper {
    background-color: #fff;
    position: relative;
}
.header__top-wraper .ctnr::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #f9f1dc;
    border-radius: 0 0 60px 0;
    right: 1%;
    top: 0;
}
.header__top-wraper-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px;
    padding-right: 40px;
}
.header__top-innrer-right {
    display: flex;
    align-items: center;
}
.header__top-innrer-left ul {
    display: flex;
    align-items: center;
}
.desc ul li {
    list-style: disc !important;
    margin-left: 20px;
}
.header__top-info li:not(:last-child), .header__top-info.htop__right-info a {
    padding-right: 15px;
}
.header__top-innrer-left ul li {
    display: flex;
    align-items: center;
}
.header__top-info li i {
    color: #333;
    margin-right: 5px;
}
.header__top-innrer-left ul li p a {
    font-weight: 700;
    display: inline-block;
    padding-left: 5px;
    padding-right: 15px;
    color: #333;
}
.header__top-innrer-left ul li a {
    padding-right: 0px !important;
    
}
.header__top-info li strong {
    
    font-weight: 700;
}
.header__top-innrer-right {
    display: flex;
    align-items: center;
}
.header__top-info.htop__right-info a {
    color: #333;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
ul.transpi__social-icon {
    display: flex;
    align-items: center;
} 
.transpi__social-icon li:not(:last-child) {
    margin-right: 5px;
}
.transpi__social-icon li a {
    border: 1px solid #333;
    width: 25px;
    height: 25px;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    color: #333;
    -webkit-transition: .4s;
    transition: .4s;
}
.transpi__social-icon li a svg {
    width: 13px;
    height: 13px;
    margin-top: -3px;
}
.transpi__social-icon li a svg path {
    fill: #333;
}
.header-menu nav ul li svg {
    width: 20px;
    height: 23px;
    position: relative;
    top: 6px;
}
.header__top-wraper .ctnr {
    position: relative;
}
.header__top-innrer-left ul li p {
    color: #333;
}

.header-mobile{
    display: none;
}


.box-header-top-meque {
    text-align: center;
    padding: 5px;
    background: #333;
}

.box-header-top-meque p {
    color: #fff;
}

.logos {
    width: 15%;
}

.search-desk-pan {
    width: 50%;
}

.nav-menu-pand {
    width: 30%;
}

.box-search-header-pan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.nav-menu-pand ul li img {
    width: 33px;
    height: 33px;
}

.nav-menu-pand ul {
    display: flex;
    justify-content: space-between;
}

.nav-menu-pand ul li a span {
    display: block;
    font-weight: 700;
    margin-top: 5px;
}

.nav-menu-pand ul li a {
    text-align: center;
    display: inline-block;
}

.search-desk-pan form {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #cdcdcd;
    height: 40px;
    position: relative;
    border-radius: 5px;
    padding: 0px 20px;
}

.search-desk-pan form input {
    width: 90%;
    height: 100%;
}

.search-desk-pan form button {
    position: absolute;
    right: 0;
    height: 100%;
    background: #e9e4e4;
}

.search-desk-pan form button i {
    font-size: 16px;
}

.search-desk-pan form input:focus {
    outline: none;
    border: none;
}































.box-menu-header1 a {
    font-size: 14px;
    font-weight: 600;
}

.box-header-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-mobile {
    width: 40%;
}

.box-menu-mobile {
    width: 60%;
    position: relative;
}

.icon-mav-mobile {
    text-align: right;
}

.icon-mav-mobile svg {
    width: 35px;
    height: 35px;
}

section.header-mobile {
    padding: 7px 0px;
}

.icon-menu-nav-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #787878;
    z-index: 9999;
    width: 81%;
}

.icon-menu-nav-mobile:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007d;
    left: 100%;
    top: 0;
}


.icon-menu-nav-mobile ul {
    position: relative;
    z-index: 999999;
    background: #fff;
    height: 100%;
    padding-top: 119px;
}

.icon-menu-nav-mobile ul li {
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #cdcdcd;
    padding-left: 20px;
    padding-right: 20px;
}

.icon-menu-nav-mobile ul li a {
    font-size: 14px;
}
.close-menu-mobile {
    position: absolute;
    z-index: 999999999;
    top: 10px;
    right: 10px;
}

.close-menu-mobile svg {
    width: 30px;
    height: 30px;
}

.search-mobile {
    position: absolute;
    z-index: 9999999;
    top: 66px;
    left: 10px;
    right: 20px;
    width: 93%;
    display: flex;
    align-items: center;
    border: 1px solid #cdcdcd;
}

.search-mobile button svg {
    width: 25px;
    height: 25px;
}

.search-mobile input {
    position: relative;
    padding: 5px 20px;
    font-size: 14px;
}

.search-mobile form {
    border-radius: 5px;
}

.search-mobile form button {
    position: absolute;
    padding: 0px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-menu-nav-mobile {
    display: none;
}

.icon-menu-nav-mobile.active-nav-mobile {
    display: block;
}

.logo-pta img{
    height: 50px;
    width: auto;
}
.menu-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}







.box-menu-header1 {
    display: flex;
    align-items: center;
}

.box-menu-header1 svg {
    width: 19px;
    height: 20px;
}

ul.menu-c2-item {
    position: absolute;
    z-index: 99;
    top: 100%;
    background: #fff;
    width: 260px;
    left: 0;
    border-radius: 0px 15px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: none;
}

ul.menu-c2-item li {
    /* border-bottom: 1px solid #cdcdcd; */
    padding: 8px 20px;
}

ul.menu-c2-item li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    /* font-family: "Oswald", sans-serif; */
    text-transform: math-auto;
    color: #051D3B;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

li.menu-header-main-item:hover .menu-c2-item {
    display: block;
}
li.menu-header-main-item:hover {
}
.item-menu-c2-mobile-smoll {
    display: flex;
    justify-content: space-between;
}

.item-menu-c2-mobile-smoll svg {width: 20px;height: 20px;}

ul.box-menu-c2-mobiles {
    padding-top: unset !important;
    display: none;
}
li.item-menu-c2--smoll {
    border-bottom: unset !important;
}

li.menu-header-mobile.menu-mobi-active1 ul.box-menu-c2-mobiles {
    display: block;
}
a.menu-header-main-link {
    font-weight: 500;
    display: inline-block;
    color: #000000;
    padding: 29px 15px !important;
}
a.menu-header-main-link:hover{
    color: #1491c9;
}
li.menu-header-main-item.icon-home i {
    font-size: 18px;
    width: 83px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(111deg,#1492cc 0%, #1492cc, 47%,#1492cc 93%);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
ul.menu-c2-item li:hover {
    border-left: 4px solid #de741d;
    transition: 0.2s;
}

ul.menu-c2-item li:hover a {
    color: #000;
}

li.menu-header-main-item.lienhe {
    background: #1491C9;
    border-radius: 12px;
}

li.menu-header-main-item.lienhe a {
    color: #fff;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}
.search-desktop {
    position: relative;
    width: 30%;
}

.search-desktop form {
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.search-desktop form input {
    width: 100%;
    height: 33px;
    padding-left: 20px;
}

.search-desktop form button {
    position: absolute;
    right: 10px;
    padding: unset;
    top: 6px;
}

.shop-tool.has-count {
    position: relative;
    width: 26px;
    height: 27px;
    background: #fdcc0d;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-left: 18px;
}

.shop-tool.has-count i {
    font-size: 16px;
    color: #fff;
}

span.shop-cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    background: #666;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
}
.toolbar-dropdown.cart-dropdown {
    right: 0;
    width: 280px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border: 0;
    max-height: 350px;
    overflow-y: auto;
    z-index: 999;
    position: absolute;
    top: 100%;
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
    line-height: 1.5;
    display: none;
}
.widget-cart>.entry {
    position: relative;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 12px;
    display: flex;
}
.box-padding-cart-broai {
    padding-bottom: 10px;
}
.entry-thumb {
    width: 62px;
    padding-right: 12px;
}
.toolbar-dropdown.cart-dropdown .entry-content {
    flex: 1;
}
.widget-cart>.entry .entry-delete {
    position: absolute;
    top: -1px;
    right: 0;
    color: #f44336;
    cursor: pointer;
}
.toolbar-item a {
    position: unset !important;
    height: unset !important;
    display: inline-flex;
    justify-content: space-between;
}
.entry-content > h4 {
    margin-bottom: 0;
    font-size: 14px;
    display: block;
    margin-bottom: 0;
    padding-top: 4px;
    color: #999;
    font-size: 12px;
}
.toolbar-item a {
    position: unset !important;
    height: unset !important;
    display: inline-flex;
    justify-content: space-between;
}
.entry-content > .entry-meta {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
    padding-top: 4px;
    color: #999;
    font-size: 12px;
}
.toolbar-item a {
    position: unset !important;
    height: unset !important;
    display: inline-flex;
    justify-content: space-between;
}

section.header-desktop {
    position: relative;
    z-index: 9999;
}
.toolbar-item a {
    position: unset !important;
    height: unset !important;
    display: inline-flex;
    justify-content: space-between;
}

a.btn-carts {
    background: #de2c27;
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 15px;
    line-height: unset;
    color: #fff;
}
.box-sub-price {
    font-size: 15px;
}
.shop-tool.has-count:hover .toolbar-dropdown.cart-dropdown {
    display: block;
}
.logo-mobile img {
    height: 45px;
    width: auto;
}

.box-menu-mobile .shop-tool.has-count {
    position: absolute;
    right: 64px;
    top: 50%;
    transform: translateY(-50%);
}
.box-nav-menu-bar .menu-navbar-desktop ul {
    display: flex;
    justify-content: center;
}

.box-nav-menu-bar .menu-navbar-desktop ul li a {
    display: inline-block;
    padding: 15px 15px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}

.box-nav-menu-bar {
    background: #f1f1f1;
}

.box-nav-menu-bar .menu-navbar-desktop ul li a:hover {
    background: #dfdbdb;
    color: #000;
    transition: 0.5s ease;
}
.nav-menu-pand ul {
    text-align: center;
}

.nav-menu-pand ul li a {
    font-weight: 700;
    width: 100%;
}
ul.sub-menu-c2 {
    position: absolute;
    display: none !important;
    position: absolute;
    width: 190px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 5px;
    background-image: url(https://wdtteapoy.wpengine.com/wp-content/uploads/2024/05/body-bg.png);
    background-position: left top;
    background-size: contain;
    background-repeat: repeat;
}
ul.menu-header-c1 > li:hover ul.sub-menu-c2 {
    display:  block !important;

}

li.menu-item-depth-1 {
    border-bottom: 1px solid #cdcdcd;
}

li.menu-item-depth-1:last-child {
    border-bottom: none;
}
.item-category-slick a {
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
}
.nav-menu-pand ul li {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.nav-menu-pand ul li a img {
    margin: 0 auto;
}
@media(max-width:1400px){
li.btn-view-kerper {
    display: none;
}
}

@media (max-width: 992px) {
	.logo-mobile img {
    height: 45px;
    width: auto;
}
    .header-desktop {
        display: none;
    }
    .header-mobile{
        display: block;
    }
    
    .list-bar{
        display: block;
    } 
.header-menu nav{
 display: none;
}
.header__top-innrer-left{
    display: none;
}
}

