.header__top-social {
    position: relative;
}
.header__top-social img  {
    margin-top: 5px;
}
.logo {
    width: 28%;
}
.logo img{
    height: 70px;
    /* object-fit: contain; */
    /* filter: drop-shadow(1px 2px 1px #666); */
}
header{
    /* background: #f4f4f4; */
    /* overflow: hidden; */
}
header .ctnr{
    position: relative;
}
header .ctnr::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #ffffff;
    border-radius: 60px 0 0;
    left: -4%;
    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: 5px 0;
    position: relative;
    align-items: center;
}

.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;
    font-size: 15px;
}
.header-menu nav ul li a:hover {
    color: #5570fb;
}
.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 #627ced;
}
.header-menu nav ul li {
    padding: 0px 0px;
    /* 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 #eee;
}
.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);
}
.item-menu-c2--smoll > .icon-menu-mobile {
    position: absolute;
    top: 5px;
    right: 5px;
}
.header-links ul li {
    margin-left: 20px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #020E28;
    margin-right: 0px;
    cursor: pointer;
    position: relative;
}

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: #f4f4f4; */
    border-radius: 0 0 60px 0;
    right: 1%;
    top: 0;
}
.header__top-wraper-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 2px 0px;
    padding-right: 0;
}
.header__top-innrer-right {
    display: flex;
    align-items: center;
}
.header__top-innrer-left ul {
    display: flex;
    align-items: center;
}
.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: #a40906;
}
.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;
    justify-content: right;
}
.header__top-info.htop__right-info a {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    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: #fff !important;!i;!;
    padding-bottom: 0px;
}

.header-mobile{
    display: 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: 9999999;
    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: 15px;
}

.icon-menu-nav-mobile ul li {
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #cdcdcd;
    padding-left: 10px;
    padding-right: 20px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}

.icon-menu-nav-mobile ul li a {
    font-size: 15px;
}
.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: 38%;
}

.search-desktop form {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ffffffc4;
}

.search-desktop form input {
    width: 100%;
    height: 28px;
    padding-left: 20px;
    color: #fff;
}

.search-desktop form button {
    position: absolute;
    right: 0px;
    padding: unset;
    height: 100%;
    padding: 5px 25px;
    background: #ffffff;
}

.shop-tool.has-count {
    position: relative;
    width: 30px;
    height: auto;
    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: -5px;
    right: -10px;
    line-height: 15px;
    width: 16px;
    height: 16px;
    background: #5570fb;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 10px;
    color: #ffffff;
}
.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: 99999;
    /* overflow: hidden; */
    background: linear-gradient(107deg, rgba(91,118,235,1) 0%, rgba(114,138,241,1) 44%, rgba(93,225,232,1) 100%);
}
.header-desktop.is-scroll .logo img{
	height: 56px;
}
.header-desktop.is-scroll header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: white;
	box-shadow: 0 0 2px #00000026;
}
.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;
	object-fit: contain;
}

.box-menu-mobile .shop-tool.has-count {
    position: absolute;
    right: 64px;
    top: 50%;
    transform: translateY(-50%);
}
.shop-tool.has-count a svg {
    width: 20px;
    height: 30px;
    margin-top: 6px;
}

.header__top-innrer-left {
    position: relative;
}
.shop-tool.has-count a svg path {
    fill: #000000;
}
.header-menu nav ul li {
    position: relative;
}

ul.menu-c2-desk {
    position: absolute !important;
    top: 100% !important;
    z-index: 9999 !important;
}

.wrapper.home {
    overflow: hidden;
}

ul.menu-c3-desk {
    position: absolute !important;
    left: 100% !important;
}

ul.menu-c2-desk li:last-child a {
    border-bottom: none;
}

.header-menu > nav > ul > li {
    padding: 20px 12px;
}

ul.menu-c3-desk {
    display: none !important;
    top: 0 !important;
}

ul.menu-c2-desk > li:hover .menu-c3-desk {
    display: block !important;
}

ul.menu-c2-desk li a {
    padding: 3px 12px !important;
}
.icon-menu-mobile svg {
    width: 25px;
    height: 25px;
}

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

ul.item-menu-c3--smoll li {
    padding-left: 0px;
    padding-right: 0px;
}

ul.item-menu-c3--smoll {
    padding-left: 15px;
    display: none;
}

li.item-menu-c2--smoll {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

ul.item-menu-c3--smoll.active {
    display: block;
}

.search-desktop form input {
    background: none;
}

.search-desktop form input:focus {
    outline: none;
}
.search-desktop button:hover {
    background: linear-gradient(to top, #ff5400, #ff5400);
    transition: 0.7s ease;
}

.search-desktop button:hover svg {
    fill: #fff;
}
.swal2-container {
    z-index: 999999 !important;
}

.header__top-info.htop__left-info {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.search-desktop form input::placeholder {
    color: #fff;
}

@media(max-width:1400px){
li.btn-view-kerper {
    display: none;
}
}

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

@media(max-width:768px){
    .content-page td {
        width: 100% !important;
        display: block !important;
    }
  .logo-mobile {
  	width: 70%;
  }
  .box-menu-mobile {
    width: 30%;
    position: relative;
}
  header {
  	display:none
  }
  .search-desktop {
    position: relative;
    width: 60%;
}
  .header__top-info.htop__right-info a {
  	display:none
  }
  .search-desktop form button {
  	padding: 5px 10px;
  }
  .search-desktop form input {
  	font-size: 12px;
  }
}
