* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.pusite_header {
    background-color: #fff;
}
.pusite_main {
    width: 70% !important;
    margin-left: 15%;
    /*margin: 0 auto !important;*/
}
.pusite_nav {
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
}
.pusite_nav .pusite_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}
.pusite_nav_left {
    width: 50%;
}
.pusite_nav_left span {
    font-size: 13px;
    color: #334141;
}
.pusite_nav_right ul {
    display: flex;
}
.pusite_nav_right ul li {
    padding: 0 20px;
}
.pusite_nav_right ul li a {
    font-size: 13px;
    color: #334141;
    text-decoration: none;
}
.pusite_navbar_nav .active a{
    color: #fff;
    font-weight: 600;
    background: #e72c59;
    border-color: #b80c35;
}
.pusite_search {
    display: flex;
}
.pusite_logo {
    width: 260px;
    height: 83px;
    margin-top: 40px;
    margin-bottom: 25px;
}
.pusite_logo img {
    width: 100%;
    height: 100%;
}
.pusite_search_div {
    margin-left: 80px;
}
.pusite_search_top {
    margin-top: 30px;
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 14px;
    color: #5d5d5d;
    display: flex;
}
.pusite_contact {
    margin-left: 20px;
}
.pusite_contact i {
    margin-right: 5px;
}
.pusite_search_ {
    border-radius: 7px;
    margin-left: 1px;
    background: #fff;
    border: 3px solid #cecece;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.pusite_search_ form {
    height: 53px;
    width: 640px;
    display: flex;
    position: relative;
}
.pusite_search_ input {
    font-size: 14px;
    height: 53px;
    color: #5d5d5d;
    padding: 0 20px;
    background: none;
    outline: none;
    border: none;
    line-height: 40px;
    display: inline-block;
    width: 440px;
}
.pusite_dropdown {
    list-style: none;
    border-left: 1px solid #e5e5e5;
    text-transform: capitalize;
    display: inline-block;
    line-height: 53px;
    padding-left: 15px;
    width: 140px;
}
.pusite_search_ button {
    width: 60px;
    background-color: #e72c59;
    color: #fff;
    font-size: 24px;
    border: 0;
    border-radius: 0 7px 7px 0;
    border: 2px solid #e72c59;
    height: 59px;
    position: absolute;
    right: -3px;
    top: -3px;
}
.pusite_shopcar {
    display: flex;
    margin-left: 80px;
    margin-top: 65px;
    cursor: pointer;
}
.pusite_shopcar_left {
    position: relative;
}
.pusite_shopcar_left .pu_car_bg {
    background: url(icon-cart.png) no-repeat top left;
    padding: 15px 0px;
    border-radius: 5px;
    width: 50px;
    height: 51px;
}
.pusite_shopcar_left span {
    position: absolute;
    color: #fff;
    top: 5px;
    left: 19px;
    border-radius: 100px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background: #e72c59;
}
.pusite_shopcar_right {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
}
.pusite_shopcar_right span {
    color: #334141;
    font-size: 14px;
}
.pusite_price {
    color: #e72c59;
    padding-top: 8px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'IBM Plex Sans', sans-serif;
}
.pusite_shopcar:hover .pusite_car_info {
    display: block;
}
.pusite_car_info {
    position: absolute;
    top: 50px;
    right: -15px;
    background: #fff;
    padding: 0;
    text-align: right;
    z-index: 100;
    box-shadow: 0 0 6px 0 rgb(1 1 1 / 30%);
    width: 330px;
    border-radius: 0px;
    font-size: 12px;
    padding: 15px 20px 0px;
    box-sizing: border-box;
    display: none;
}
.good_name {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #ef1f1f;
    display: block;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pusite_item {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
    margin-top: 10px;
}
.pusite_car_img {
    width: 65px;
    height: 65px;
}
.pusite_car_img img {
    width: 100%;
    height: 100%;
}

.pusite_car_infos {
    margin-left: 20px;
    width: calc(100% - 75px);
    position: relative;
}
.pusite_car_infos p {
    margin: 0;
    text-align: left;
    margin-top: 10px;
}
#address{
    animation: up-to 0.5s ease-in-out infinite alternate;
}
@keyframes up-to {
    0%,
    100% {
        transform: translateX(-0px);
    }
    50% {
        transform: translateX(-10px);
    }
}
.close {
    position: absolute;
    right: 10px;
    top: 25px;
}
.pusite_car_btn {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-around;
}
.pusite_car_btn button {
    border: 0;
    cursor: pointer;
    float: none;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0px 10px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background: #ef1f1f;
    color: #fff;
    width: 140px;
    text-decoration: none;
    border-radius: 3px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
}
.pusite_menu_div {
    background: #19b3bd;
    height: 55px;
    width: 100%;
    margin: auto;
    z-index: 99;
    margin-top: 15px;
}
.pusite_menu_div > div {
    display: flex;
}
.pusite_menu_left {
    width: 25%;
    position: relative;
}
.pusite_menu_right {
    width: 70%;
    margin-left: 5%;
}
.mega-menu-title {
    color: #fff;
    cursor: pointer;
    line-height: 63px;
    background: #e72c59;
    vertical-align: middle;
    font-weight: 300;
    border-bottom: none;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    box-sizing: border-box;
    padding: 19px;
}
.mega-menu-title h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: auto;
    color: #fff;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.pusite_menu_right a {
    color: #fff;
    font-weight: 600;
    letter-spacing: normal;
    padding-right: 15px;
    margin-right: 10px;
    margin-top: 17px;
    margin-bottom: 16px;
    display: inline-block;
    font-size: 14px;
    border-right: 1px #0c9ea7 solid;
}
.pusite_slide {
    height: 510px;
    width: 100%;
    background-color: #0c9ea7;
    margin-bottom: 50px;
}
.menu_list {
    width: 100%;
    height: 400px;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    display: none;
}
.pusite_menu_left:hover .menu_list{
    display: block;
    transition: all 1s;
}
.menu_item {
    color: #111;
    font-weight: normal;
    padding: 12px 20px 12px;
    font-size: 14px;
    border-bottom: 1px #eaeaea solid;
    position: relative;
}
.menu_item a {
    color: #111;
}
.menu_item .fa-long-arrow-right {
    color: #fb8ca7;
    margin-right: 10px;
}
.menu_item_item {
    padding: 15px 20px 15px;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    left: 300px;
    top: 0;
    height: auto;
    width: auto;
    border-left: 5px #e72c59 solid;
    min-height: 100%;
    min-width: 100%;
    display: none;
}
.parent_menu {
    text-align: center;
    display: block;
    color: #333;
    font-weight: bolder;
    font-size: 16px;
}
.menu_type_child a {
    line-height: 30px;
}
.menu_type_child a:hover {
    color: #0c9ea7;
}
.menu_type_parent {
    width: 300px;
}
.menu_item:hover .menu_item_item {
    display: flex;
}
.sc {
    width: 100%;
    height: 100%;
}
.ss {
    width: 100%;
    height: 100%;
}
.ss img {
    width: 100%;
    height: 100%;
}
.pusite_type_banner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    /*grid-template-columns: 2fr 1fr 1fr;*/
    /*grid-template-rows: 246px 246px;*/
    gap: 10px;
    margin-bottom: 50px !important;
}
.pusite_type_a {
    display: block;
    height: 592px;
    cursor: pointer;
    z-index: 2;
}
.pusite_type_a:hover img{
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: all 0.3s;
}
.pusite_type_a:hover .pu_back{
     transform: rotateY(0deg);
     transition: all 0.3s;
}
.pusite_type_banner div img {
    width: 100%;
    height: 100%;
}
.pu_back{
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    transform: rotateY(90deg);
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pu_back h4{
    color: #fff;
    font-size: 24px;
    letter-spacing: 5px;
}
/*.pusite_type_banner div:nth-child(1) {*/
/*    grid-row: 1/3;*/
/*}*/
/*.pusite_type_banner div:nth-child(4) {*/
/*    grid-column: 2/4;*/
/*}*/
.pusite_type_banner .pusite_type_a {
    position: relative;z-index: 100;
}
.pusite_type_info {
    position: absolute;
    top: 0;
    left: 90px;
    margin-top: 25px;
}
.pusite_type_info h4 {
    font-size: 32px;
    margin: 6px 0;
    font-weight: 700;
    color: #fff;
    /*color: #333;*/
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    display: block;
}
.pusite_type_info a {
    font-size: 14px;
    color: #f45700;
    font-weight: 400;
    display: block;
    margin-top: 15px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pusite_type_list {
    margin-bottom: 40px !important;
}
.pusite_type_list h1 {
    text-align: center;
    color: #333e48;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 32px;
}
.pusite_navbar_nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.pusite_navbar_nav li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.pusite_navbar_nav li a {
    display: block;
    color: #19b3bd;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 16px 20px 16px 20px;
    margin-top: 0px;
    font-weight: 600;
    text-transform: none;
    border: 2px #19b3bd solid;
    border-right: none;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
}
.pusite_navbar_nav li:last-child a {
    border-right: 2px #19b3bd solid;
}

.pusite_category-products {
    padding-bottom: 5px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.item_inner {
    height: 410px;
    position: relative;
}
.item_img {
    width: 100%;
    height: 245px;
    overflow: hidden;
}
.item_img img:hover {
    transform: scale(1.3);
    transition: all 1s;
}
.item_img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.item_title {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 5px;
    padding-top: 18px;
    font-size: 14px;
    overflow: hidden;
    line-height: 21px;
    min-height: 51px;
}
.brand {
    color: #878787;
    font-size: 11px;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.item_price {
    padding: 0px 0px 0px 0px;
    min-height: 28px;
    margin: 3px 0;
    margin-bottom: 5px;
    font-weight: bold;
    color: #456883;
    font-size: 14px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #e00;
}
.pusite_action {
    margin-top: 10px;
    position: absolute;
    bottom: 8px;
    right: 0;
}
.pusite_action button {
    background: none repeat scroll 0 0 #dddddf;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 12px;
    border: none;
    font-family: 'IBM Plex Sans', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
}
.pusite_ad {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 215px;
    gap: 40px;
}
.pusite_ad img {
    width: 100%;
    height: 100%;
}
.slider-items-products {
    margin-top: 40px !important;
}
.block-title {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: 15px;
    padding: 0px;
    position: relative;
}
.block-title h2 {
    display: inline-block;
    font-size: 32px;
    letter-spacing: normal;
    line-height: 18px;
    margin: auto;
    position: relative;
    font-family: 'IBM Plex Sans', sans-serif;
    padding: 16px 30px 16px 0px;
    text-transform: uppercase;
    color: #333e48;
    font-weight: 700;
}
.bestsell-block {
}
.swiper-slide .item-img {
    width: 100%;
    height: 247px;
}
.swiper-slide .item-img img {
    width: 100%;
    height: 100%;
}
.swiper3 {
    display: flex;
}
.swiper3 .swiper-slide {
    width: 24% !important;
}
.pusite_footer {
    margin-top: 40px;
    background-color: #19b3bd;
}
.pusite_footer_top {
    display: flex;
}
.footer_item {
    width: 25%;
    padding: 45px 20px 20px 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.footer_item h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 0 10px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
}
.links li {
    padding: 0px 0px 6px 0px;
    box-sizing: border-box;
}
.links a {
    color: #fff;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s,
        background-position 300ms ease-in-out 0s;
    font-weight: normal;
}
address {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #fff;
}
address i {
    font-size: 15px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    font-style: normal;
    text-align: center;
    margin-right: 10px;
    border-radius: 25px;
    background: #e72c59;
    min-width: 35px;
}
address i::before {
    position: relative;
    top: 13px;
}
.footer_phone,
.footer_email {
    overflow: hidden;
    font-size: 13px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 12px;
    font-weight: normal;
}
.footer_phone i,
.footer_email i {
    font-size: 15px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    font-style: normal;
    text-align: center;
    margin-right: 10px;
    border-radius: 25px;
    background: #e72c59;
}
.pusite_footer_bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
}
.pusite_footer_bottom p {
    text-align: center;
    color: #fff;
}
.pusite_footer_bottom p a {
    color: #e72c59;
    font-weight: 600;
}
.sw_slide {
    width: 10%;
    position: relative;
}
.block-title {
    display: flex;
    justify-content: space-between;
}
.block-title h2 {
    width: 90%;
}
.images_zoom{
    width: 40% !important;
}
.good_info_new{
    width: 60% !important;
}
.pu-img-good{
    height: 520px!important;
}
.p_good_img{
    width: 50%;
    display: flex;
    justify-content: space-between;
}
.gallery-top{
    width: 75%;
}
.gallery-thumbs{
    width: 20%;
}
.mid-sw{
    display: flex;
    flex-direction: column!important;
}
.mid-sw .swiper-slide{
    width: 100%!important;
    height: 120px!important;
    margin-bottom: 20px;
}
.mid-sw .swiper-slide img{
    width: 100%;
    height: 100%;
}
.sss img{
    width: 100%;
    height: 100%;
}
.gallery-top{
    height: 520px;
}
.s-active{
    border: 2px solid #19b3bd;
}
.good_info_new h1{
    font-size: 34px;
    margin: 0px;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 700;
    padding-right: 55px;
    letter-spacing: -0.5px;
    color: #333e48;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    line-height: 1.2em;
}
.good_info_new .brand{
    border-bottom: 0;
    padding-bottom:5px
}
.pu_good_view{
    text-decoration: none;
    color: #356e79;
    font-size: 13px;
}
.pu-p{
    padding-bottom: 10px;
    border-bottom: 1px #ddd dotted;
}
.pu_shop .shop---{
    margin: 20px 0;
    color: #333;
    font-size: 12px;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 999px;
    background: #c9f4f7;
    text-transform: uppercase;
    font-weight: normal;
}
.pu_shop strong{
    display: block;
    font-size: 28px;
    color: #333e48;
    font-weight: 600;
    font-family: 'IBM Plex Sans', sans-serif;
    margin-bottom: 20px;
}
.pu_addCar{
    font-size: 16px;
    text-shadow: none;
    padding: 6px 20px 6px;
    float: left;
    margin-top: 0px;
    font-weight: 700;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    margin-left: 12px;
    border: none;
    height: 38px;
    border-radius: 3px;
    background: #e72c59;
    color: #fff;
    box-sizing: border-box;
}
.pu_addCar:before{
    content: "\f07a";
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 16px;
}
.email-addto-box {
    display: block;
    margin-top: 35px;
}
.add-to-links li{
    display: inline-block;
    padding: 0px 7px 0px 0px;
    list-style-type: none;
}
.add-to-links a{
    background: #efecec;
    color: #333;
    line-height: normal;
    font-weight: normal;
    vertical-align: top;
    display: block;
    height: 38px;
    border: none;
    line-height: 36px;
    vertical-align: top;
    text-align: center;
    border-radius: 3px;
    padding: 0px 15px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.pu_w20{
    width: 20%;
}
.pu_w80{
    width: 76%;
    margin-left: 4%;
}
.pu_shop_info{
    margin-top: 20px;
    width: 70%;
    margin-left: 15%;
    display: flex;
    justify-content: space-between;
}
.layout{
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}
.layout-title{
    line-height: 36px;
    color: #333333;
    font-weight: normal;
    padding-left: 12px;
    border-bottom: 1px solid #ddd;
}
.layout-body{
    padding: 10px;
    box-sizing: border-box;
}
.product-image{
    display: block;
    height: 170px;
    margin-bottom: 10px;
}
.product-image img{
    width: 100%;
    height: 170px;
    transition: opacity 0.3s;
}
.layout-body strong{
    color: #ed0014;
    font-weight: normal;
}
.layout-body h5{
    line-height: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pu_shore_logo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
.pu_shore_logo img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.pu_store_name{
    color: #ef1f1f;
    text-align: center;
}
.layout ul li{
    text-align: center;
    color: #999;
}