@import "reset.css";
@import "fonts.css";
#back-to-top{
    background-color: #fab702;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 999;
    opacity: 0;
    width: 40px;
    height: 40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:opacity ease 0.3s;
}
#back-to-top.show{opacity:1;}
.header_top {
    background: #1792ef;
    padding: 5px 0;
}
.btn_none {
    background: transparent;
    border: none;
}
.inflex-center-center svg {
    margin-right: 10px;
}
.system_link {
    padding: 10px 12px;
    border-radius: 10px;
    background-color: #3aa5f6;
}
.system_link:hover, .header_cart:hover {
    background-color: #046cc5;
}
.header_top a:hover {
    color: #fff;
}
.form_search {
    margin-left: 100px;
    position: relative;
}
.form_search button {
    height: 44px;
    width: 44px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.form_search input {
    background-color: #e0eefe;
    border-radius: 10px;
    border: none;
    height: 44px;
    width: 550px;
    padding-left: 50px;
}
.header_cart {
    border-radius: 10px;
    background-color: #3aa5f6;
    padding: 10px;
}
.header_main {
    background-color: #046cc5;
    padding: 8px 0;
}
.nav_button {
    border: 1px solid #3aa5f6;
    padding: 10px 12px;
    border-radius: 5px;
    background-color: #3aa5f6;
}
.nav_button svg {
    margin-right: 15px;
}
.nav_button:hover {
    background-color: #046cc5;
    border-color: #fff;
    color: #fff;
}
.main_nav li a {
    font-weight: bold;
}
.main_nav li a:hover, .main_nav li.active a {
    color: #fff;
    text-decoration: underline;
}
.main_nav li {
    margin-left: 50px;
    position: relative;
}
.main_nav li ul {
    background: #046cc5;
    width: 180px;
    position: absolute;
    z-index: 99;
    padding: 10px 0;
    display: none;
}

.main_nav li ul a {
    font-weight: 500;
    display: block;
    padding: 7px 10px;
    text-transform: capitalize;
}
.main_nav li ul li {
    margin-left: 0;
}
.main_nav li:hover ul {
    display: block;
}
footer {
    background-color: #046cc5;
    padding-top: 90px;
}
.footer_col h4 {
    color: #f0f7ff;
    margin-bottom: 15px;
}
.footer_col li {
    color: #e0eefe;
    font-size: 15px;
    margin-bottom: 10px;
}
.footer_col li a {
    color: #e0eefe;
    font-weight: bold;
}
.footer_col li a:hover {
    text-decoration: underline;
}
.footer_col_2 li a {
    font-weight: 500;
}
.footer_flex {
    display: flex;
    justify-content: space-between;
}
.footer_col_2 svg {
    margin-right: 10px;
}
.res p {
    color: #7ec4fb;
    margin-bottom: 15px;
}
.newsletter {
    max-width: 560px;
}
.newsletter p {
    color: #7ec4fb;
    font-size: 14px;
    margin-top: 15px;
}
.newsletter span {
    color: #f0f7ff;
    margin-right: 15px;
}
.form_news {
    width: calc(100% - 95px);
}
.form_news input {
    background: none;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    color: #f0f7ff;
    height: 32px;
    width: 100%;
}
.form_news button {
    color: #f0f7ff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 32px;
    text-transform: uppercase;
}
.form_news button:hover {
    text-decoration: underline;
}
.form_news input::-webkit-input-placeholder { color: #e0eefe;font-size: 14px;font-weight: 500}
.form_news input::-moz-placeholder { color: #e0eefe;font-size: 14px;font-weight: 500}
.form_news input:-ms-input-placeholder { color: #e0eefe;font-size: 14px;font-weight: 500}
.banner_item a {
    display: block;
}
.banner_item img {
    object-fit: cover;
    width: 100%;
    transform: scale(1.1);
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity .8s ease-in-out,-webkit-transform 10s;
    transition: opacity .8s ease-in-out,-webkit-transform 10s;
    -o-transition: transform 10s,opacity .8s ease-in-out;
    transition: transform 10s,opacity .8s ease-in-out;
    transition: transform 10s,opacity .8s ease-in-out,-webkit-transform 10s;
}
.banner_item.swiper-slide-active img{
    transform: scale(1);
    opacity: 1;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #046cc5;
}
.text-f4 {
    color: #4f4f4f;
}
.life_item {
    border-radius: 20px;
    border: solid 1px #e7e7e7;
    height: 100%;
    padding: 40px 20px;
    transition: all ease-in-out 0.3s;
}
.life_img {
    height: 190px;
}
.life_item:hover {
    box-shadow: 0 1px 30px 0 #7ec4fb;
    background-color: #1792ef;
    color: #fff;
}
.life_item:hover img {
    filter: brightness(0) invert(1);
}
.life .col-md-3 {
    margin-top: 20px;
}
.link_btn {
    padding: 16px 32px;
    border-radius: 5px;
    background-color: #1792ef;
}
.link_btn:hover {
    background: #3aa5f6;
    color: #fff;
}
.cates {
    background-color: #f0f7ff;
}
.cates_item {
    border-radius: 20px;
}

.cates_item .zoom-img, .cates_item .zoom-img img {
    border-radius: 20px 20px 0 0;
}
.cates_item .zoom-img:before {
    padding-bottom: 100%;
}
.cates_item h2 a {
    background: #fff;
    border-radius: 0 0 20px 20px;
    color: #3d3d3d;
    font-size: 20px;
    font-weight: bold;
    height: 75px;
    padding: 0 10px;
}
.cates_item:hover h2 a {
    color: #1792ef;
}
.swiper-button {
    background-color: #e0eefe;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px;
}
.swiper-button-next:after,.swiper-button-prev:after {
    color: #0456a0;
    font-size: 24px;
}
.swiper-button-prev {
    left: -90px;
}
.swiper-button-next {
    right: -90px;
}
.swiper-button:hover {
    background: #046cc5;
}
.swiper-button:hover:after {
    color: #fff;
}
.add_cart {
    padding: 12px 0;
    border-radius: 5px;
    background-color: #1792ef;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.3s;
    margin-top: 10px;
}
.add_cart svg {
    margin-right: 10px;
}
.add_cart:hover {
    background: #046cc5;
    color: #fff;
}
.product_item {
    background: #fff;
    border-radius: 5px;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    margin-top: 20px;
}
.product_item .zoom-img:before {
    padding-bottom: 100%;
}
.product_item h4 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 47px;
    color: #3d3d3d;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}
.product_item h4 {
    margin: 10px 0;
text-align: center;
}
.prices {
    color: #888;
    font-weight: 500;
    margin-bottom: 10px;
    justify-content: center;
}
.prices .red, .prices span:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #e53737;
    margin-right: 10px;
}
.product_item:hover {
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
.product_item:hover .add_cart {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.why {
    background-color: #f6f6f6;
}
.why_item {
    flex: 0 0 220px;
    max-width: 220px;
    margin-top: 20px;
}
.why_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    padding: 50px;
    border-radius: 20px;
    background-color: #fff;
    transition: all ease-in-out 0.3s;
}
.why_text {
    color: #3d3d3d;
    font-weight: bold;
    padding: 15px 15px 0 15px;
    text-align: center;
}
.why_item:hover .why_img {
    background-color: #1792ef;
}
.why_item:hover img {
    filter: brightness(0) invert(1);
}
.news_item {
    margin-top: 30px;
}
.news_item .zoom-img:before {
    padding-bottom: 73%;
}
.news_item .zoom-img, .news_item .zoom-img img {
    border-radius: 10px;
}
.news_item h3 {
    margin-top: 12px;
}
.news_item h3 a {
    color: #3d3d3d;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.41;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_item:hover a {
    color: #046cc5;
}
.policies {
    border-top: 1px solid #f2f2f2;
    padding: 30px 0;
}
.policy_item span:first-child {
     margin-right: 15px;
 }
.menu_products {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 999;
    width: 280px;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.2s;
}
.menu_products li {
    position: relative;
}
.menu_products li a {
    color: #3D3D3D;
    display: flex;
    align-items: center;
    position: relative;
}
.menu_products > li > a {
    background: #fff;
    font-weight: 600;
    padding: 12px;
}
.menu_products ul {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: absolute;
    left: 105%;
    top: 0;
    width: 220px;
    padding-left: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.2s;
}
.menu_products ul a {
    background: #fff;
    font-weight: 500;
    padding: 12px;
    font-size: 15px;
}
.menu_products > li > a > span {
    margin-right: 10px;
    width: 24px;
}
.menu_products  li:first-child > a {
    border-radius: 5px 5px 0 0;
}
.menu_products  li:last-child > a {
    border-radius: 0 0 5px 5px;
}
.menu_products a:hover {
    background: #F0F7FF;
}
.has_sub > a:after {
    color: #0456A0;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.header_nav:hover .menu_products {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.menu_products li:hover ul {
    opacity: 1;
    visibility: visible;
    left: 100%;
}
h2.font-size-32 {
    text-transform: uppercase;
}
.life {
    padding: 0 !important;
}
.life h2.font-size-32 {
    color: #1792ef !important;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
main {
    padding-top: 117px;
}
.bot_flex {
    justify-content: flex-start;
}
.user_btn {
    display: none !important;
}
.row_10 {
    margin: 0 -10px;
}
.row_10 > div {
    padding: 0 10px;
}
.text-17 {
    color: #ce1219 ;
}
.fils_check input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
}
.frm_item, .fils_check span {
    border-radius: 5px;
    border: 1px solid #ced4da;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}
.fils {
    margin-top: 25px;
}
.fils_check label {
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%;
}
.fils_check span {
    background: #fbfbfb;
    display: inline-flex;
    align-items: center;
}
.fils_check label:hover span, .fils_check label input:checked + span {
    color: #ce1219;
    border-color: #ce1219;
}
.fils_check_auto {
    display: flex;
    flex-wrap: wrap;
}
.fils_check_auto label {
    margin-right: 10px;
    justify-content: space-between;
    width: auto;
}
.itnewsa .img-itnewsa img {
    height: 100%;
}
.lst-itnewsa {
    display: flex;
    flex-wrap: wrap;
}
.prices span:nth-child(2n+2) {
    text-decoration: line-through;
}