/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 2, 2018, 2:53:04 PM
    Author     : Defox
*/

body{
    margin: 0;
    overflow-x: hidden;
}
.wrapper{
    width: 100%;
    margin: 0;
}
.container{
    width: 1170px;
    margin: auto;
}
a:hover{
    text-decoration: none;
}
/*===============================
            .top_bar
===============================*/
.top_bar {
    padding: 10px 0px;
}
.site_logo_right{
    /*height: auto;*/
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.search_box {
    width: 400px;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
}
.search_box form input {
    border: none;
    background: transparent;
    color: #c7c7c7;
    padding: 16px 15px;
    width: 330px;
    font-family: 'poppinsregular';
    font-size: 14px;
}
.search_box form button {
    border: none;
    padding: 6px 21px;
    background: transparent;
    border-left: 1px solid #e5e5e5;
    cursor: pointer;
}
.search_box form{
    margin: 0;
}
.cart_box{
    margin-left: 40px;
}
.cart_box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.cart_box ul li a {
    padding: 17px 22px;
    color: #fff;
    background-color: #00aeef;
    margin-left: -22px;
}
.cart_box ul li span {
    background-color: #e9e9e9;
    padding: 9px 13px;
    position: relative;
    font-family: 'poppinsregular';
    font-size: 14px;
}
/*==============================
        site_header
==============================*/
.site_header {
    display: flex;
    flex-wrap: wrap;
}
.sidenav {
    height: 100%;
    z-index: 99999999;
    background-color: #333333;
    position: absolute;
    width: inherit;
    padding: 25px 0px;
    left: 0;
    display: none;
}
.sidenav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidenav ul li{
    display: block !important;
}
.sidenav ul li a {
    width: 100%;
    display: block;
    text-align: left;
    color: #78797a;
    padding: 8px 23px;
    font-size: 18px;
    transition: 0.3s linear;
    font-family: 'poppinslight';
    border-bottom: 1px solid #484747;
    font-weight: 700px;
}
.sidenav ul li a:hover{
    text-decoration: none;
    background-color: #3e3e3e;
}
.sidenav ul li a .fas.fa-angle-right {
    float: right;
    margin-top: 5px;
}
.sidenav ul li ul li a {
    border: unset;
}
.sidenav ul li ul li a i{
    margin-right: 3px;
}
.sidenav ul li ul li a span{
    transition: 0.3s linear;
}
.sidenav ul li ul{
    background-color: #2e2e2e;
    /*display: none;*/
}
.sidenav ul li ul li a{
    transition: 0.3s linear;
}
.sidenav ul li ul li a:hover{
    color: #fff;
}
.sidenav ul li ul li a:hover span{
    margin-left: 10px;
}
.our_category {
    width: 25%;
    background-color: #333333;
    color: #fff;
    padding: 10px 26px;
    text-align: right;
}
.our_category ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our_category ul li h2{
    font-family: 'poppinsbold';
    font-size: 14px;
    margin: 0px;
    padding-right: 30px;
    padding-top: 6px;
}
.our_category ul li {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}
.site_header .right_box {
    width: 75%;
    background-color: #f6f6f6;
    border-top: 1px solid #e5e5e5;
}
.navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.navigation ul li a {
    padding: 21px 15px;
    display: block;
    color: #3a3a3a;
    font-size: 14px;
    font-family: 'poppinsbold';
    transition: 0.2s ease-in-out;
}
.navigation ul li a:hover{
    text-decoration: none;
    color: #0068bc;
}
.mobile ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 18px 17px;
    border-left: 1px solid #e5e5e5;
}
.mobile ul li a{
    color: #3a3a3a;
    font-size: 14px;
    font-family: 'poppinsbold';
}
.mobile ul li a span{
    color: #00aeef;
}
.mobile ul li a img{
    margin-right: 10px;
}
.mobile ul li a:hover{
    text-decoration: none;
}
/*=======================
        main_slider
======================*/
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.main_slider .slick-dots li button::before {
    width: 40px;
    height: 5px;
    content: '';
    text-align: center;
    opacity: 1;
    background-color: #fff;
    top: 15px;
}
.main_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
}
.main_slider .slick-dots li.slick-active button::before {
    opacity: 1;
    color: black;
    background-color: #fff200 !important;
}
/*===============================
        category_section
===============================*/
.category_section{
    padding: 60px 0px;
}
.category_box {
    background-image: url('assets/images/cat1.png');
    background-size: 100% auto !important;

    height: 350px;

    display: flex;

    align-items: center;

    background-repeat: no-repeat !important;
    transition: 0.3s;
}
.category_box:hover{
    background-size: 105% auto !important;
}
.category_box.category_box2{
    background-image: url('assets/images/cat2.png');
}
.category_box.category_box3{
    background-image: url('assets/images/cat3.png');
}
.category_box:hover .cat_images{
    display: block;
}
.cat_images {
    border: 1px solid #fff;
    width: 90%;

    height: 90%;

    position: absolute;

    top: 5%;

    left: 5%;
    display: none;
    transition: 0.5s ease-in-out;
}
.category_text {
    color: #fff;
    padding: 0px 0px 0px 16px;
    position: relative;
    z-index: 999999;
    width: 100%;
}
.category_text h2{
    font-family: 'oswald_regularregular';
    font-size: 30px;
}
.category_text a{
    font-family: 'poppinsregular';
    font-size: 14px;
    color: #fff;
    display: block;
}
.category_text a i{
    margin-right: 2px;
}
.category_text a:hover{
    text-decoration: none;
    color: #00aeef;
}
.category_text a span{
    transition: 0.3s linear;
}
.category_text a:hover span{
    margin-left: 5px;
}
.cat_button{
    margin-top: 10px;
}
.cat_button a{
    border: none;
    background-color: #787878;
    color: #fff;
    padding: 8px 25px;
    transition: 0.3s linear;
    width: 150px;
}
.category_box:hover .category_text .cat_button a{
    background-color: #00aeef;
    color: #fff;
}
/*================================
        product_section
================================*/
.product_section{
    padding: 0px;
    background-color: #fff;
    margin-bottom: 20px;
    transition: 0.2s linear;
}
.product_top_text{
    text-align: center;
    margin-bottom: 25px;
}
.product_top_text h2{
    font-size: 30px;
    color: #00aeef;
    font-family: 'oswaldbold';
    margin: 0;
}
.product_top_text p{
    font-size: 14px;
    color: #000;
    margin: 0;
}
.product_box{
    width: 270px;
    background-color: #fff;
    transition: 0.3s linear;
    margin: 15px 10px;

}
.product_box:hover{
    box-shadow: 0px 0px 10px 2px #ccc;
}
.product_image {
    height: 270px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_image img {
    max-width: 100%;
    transition: 0.3s linear;
}
.product_box:hover .product_image img{
    transform: scale(1.2);
}
.product_text{
    text-align: center;
}
.product_text h2{
    font-family: 'poppinsmedium';
    font-size: 16px;
    color: #333333;
}
.product_text h2 a{
    color: #333333;
}
.product_text h2 a:hover{
    text-decoration: none;
}
.product_text span{
    font-family: 'poppinsregular';
    font-size: 14px;
    display: block;
    color: #333333;
}
.product_text button{
    font-family: 'poppinsregular';
    font-size: 14px;
    padding: 15px 40px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    margin: 15px 0px;
    cursor: pointer;
    color: #000;
    transition: 0.2s ease-in-out;
}
.product_box:hover .product_text button{
    border-color: #00aeef;
    color: #266aab;
}
.slick-prev::before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ededed;
    font-size: 32px;
}
.slick-prev {
    left: -83px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    /*transform: rotate(44deg);*/
    box-shadow: 0px 0px 2px 0px #ccc;
    transition: 0.3s linear;
}
.slick-prev:hover{
    background-color: #00aeef;
}

.slick-next::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ededed;
    font-size: 32px;
}
.slick-next {
    right: -83px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #ccc;
    transition: 0.3s linear;
    /*transform: rotate(44deg);*/
}
.slick-next:hover{
    background-color: #00aeef;
}

/*============================
        about_us
============================*/
.about_us{
    padding: 50px 0px;
}
.about_us_text{
    text-align: center;
}
.about_us_text h2{
    font-family: 'oswaldbold';
    font-size: 30px;
    color: #00aeef;
}
.about_us_text p {
    color: #6a6a6a;
    font-family: 'poppinsregular';
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}
.about_us_text a{
    border: 1px solid #00aeef;
    color: #00aeef;
    font-size: 15px;
    font-family: 'poppinsmedium';
    padding: 15px 40px;
    transition: 0.3s linear;
}
.about_us_text a:hover{
    text-decoration: none;
    background-color: #00aeef;
    color: #fff;
}
/*=======================
        footer
=======================*/
.footer{
    padding: 100px 0px;
    background-color: #333333;
}
.footer_h2::before {
    content: '';
    width: 70px;
    height: 6px;
    background-color: #00aeef;
    position: absolute;
    top: 29px;
}
.footer_h2 {
    color: #fff;
    font-family: 'oswald_regularregular';
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}
.get_in_touch span{
    font-family: 'poppinsbold';
    font-size: 14px;
    color: #c7c7c7;
}
.get_in_touch p{
    font-family: 'poppinsregular';
    font-size: 14px;
    color: #c7c7c7;
}
.get_in_touch ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.get_in_touch ul li a{
    font-family: 'poppinsregular';
    font-size: 14px;
    color: #c7c7c7;
}
.get_in_touch ul li a:hover{
    text-decoration: none;
}
.get_in_touch ul li a i{
    margin-right: 10px;
}
.get_in_touch ul li.mail{
    margin-top: 30px;
}



.footer_navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_navigation ul li a{
    font-family: 'poppinsregular';
    font-size: 14px;
    color: #c7c7c7;
}
.footer_navigation ul li a:hover{
    text-decoration: none;
    color: #00aeef;
}
.footer_navigation ul li a span{
    transition: 0.3s linear;
}
.footer_navigation ul li a:hover span{
    margin-left: 8px;
}
.footer_navigation ul li a i{
    margin-right: 2px;
}


.follow_us ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin-bottom: 30px;
}
.follow_us ul li a{
    width: 50px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00aeef;
    margin: 0px 5px;
    border-radius: 5px;
    transition: 0.3s linear;
}
.follow_us ul li a:hover{
    text-decoration: none;
    background-color: #858585;
    border-radius: 50px;
    color: #00aeef;
}
.follow_us form input {
    background: transparent;
    color: #4f4f4f;
    border: 2px solid #4f4f4f;
    padding: 10px 10px;
    width: 300px;
    border-right: none;
    transition: 0.3s linear;
    font-family: 'poppinsregular';
    /*font-size: 14px;*/
}
.follow_us form input:focus{
    border-color: #00aeef;
}
.follow_us form button {
    background-color: #00aeef;
    color: #fff;
    padding: 13.8px 19px 16px 19px;
    border: none;
    margin-left: -4px;
    cursor: pointer;
    font-size: 14px;
}
.copy_right{
    background-color: #000;
    padding: 30px 0px;
    text-align: center;
}
.copy_right_text p{
    margin: 0;
    font-family: 'poppinsregular';
    font-size: 13px;
    color: #c7c7c7;
}
.copy_right_text p a{
    color: #c7c7c7;
    transition: 0.3s linear;
}
.copy_right_text p a:hover{
    text-decoration: none;
    color: #00aeef;
}
.copy_right_text.copy_right_text1{
    text-align: right;
}
/*======================
      MENU INNER PAGES
========================*/
.pages_inrimage {

    width: 100%;
    background-color: #e8e8e8;
    text-align: center;
    padding: 130px 0px 45px 0;

}
.pages_inrimage h3 {
    margin: 0;
    text-transform: capitalize;
    font-family: 'oswaldbold';
}
.pages_inrbg {
    background: #f5f5f5;
    min-height: 500px;
}
.page_bg {
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    padding: 20px;
}
.page_heading h3{
    text-align: center;
    font-size: 34px;
    margin: 0px;
    font-family: 'roboto_slabbold';
    margin: 20px 0px 20px;
}
.page_heading .page_border {
    border-top: 4px solid #e1e1e1;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.content.animation-element p {
    font-family: 'ralewayregular';
    font-size: 18px;
}
.inr_pagesimg {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.inr_pagesimg img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
#cntsubmission input {
    width: 100%;
    height: 36px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    transition: 0.3s linear;
}
#cntsubmission input:focus{
    border-color: #0063b4;
    box-shadow: 0px 0px 6px 0px #0063b4;
}
#cntsubmission select {
    height: 36px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    transition: 0.3s linear;
}
#cntsubmission select:focus{
    border-color: #0063b4;
}
#cntsubmission textarea{
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    transition: 0.3s linear;
}
#cntsubmission textarea:focus{
    border-color: #0063b4;
    box-shadow: 0px 0px 6px 0px #0063b4;
}
#cntsubmission button {
    margin-top: 32px;
    border: none;
    width: 100px;
    margin-left: 16px;
    background: #333333;
    color: #fff;
    font-family: 'poppinsregular';
    padding: 10px 0px;
    transition: 0.3s linear;
}
#cntsubmission button:hover{
    background-color: #0063b4;
}
.our_info ul {
    margin: 0;
    padding: 0;
}
.our_info ul li {
    list-style: none;
    padding-left: 30px;
}
.our_info ul li span {
    position: absolute;
    left: 20px;
}
.contact_us_social ul{
    margin: 0;
    padding: 0;
}
.contact_us_social ul li {
    list-style: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #bfbfbf;
    text-align: center;
    line-height: 40px;
    border-radius: 90px;
    transition: 0.3s linear;
}
.contact_us_social ul li:hover{
    background-color: #0063b4;
}
.items .empty {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.left .border {
    border: 2px solid #ccc;
    margin: 30px 0px;
}
.left h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'roboto_slabbold';
}
.our_info ul li a {
    color: #000;
    font-size: 14px;
}
.our_info ul li a span {
    margin-top: 4px;
}
.contact_us_social {
    margin: 30px 0px 50px;
}
.contact_us_social ul li a {
    color: #fff;
    padding: 8px 11px;
    font-size: 18px;
}
.site_certificate {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.crt_image {
    border: 2px solid #eee;
    margin-right: 9px;
    margin-top: 25px;
    height: 101px;
    overflow: hidden;
}
.crt_image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 4px 10px !important;
}
.search_heading {
    text-align: center;
    margin-bottom: 30px;
}
.search_heading h2 {
    font-size: 30px;
    font-family: 'roboto_slabbold';
}
.text-center {
    max-width: 60px;
    max-height: 60px;
}
.table.table-bordered tr th {
    text-align: center;
    font-family: 'roboto_slabregular';
}
.table.table-bordered tr td {
    vertical-align: middle;
    text-align: center;
}
.table.table-bordered tr td a{
    color: #000;
    text-transform: capitalize;
    font-family: 'ralewayregular';
}
#inquory_send {
    border: 0;
    padding: 6px 20px;
    font-family: 'roboto_slabregular';
    background: #333333;
    color: #fff;
}
#inquory_update {
    border: 0;
    padding: 6px 20px;
    font-family: 'roboto_slabregular';
    transition: 0.3s linear;
}
#inquory_update:hover{
    background: #333333;
    color: #fff;
}
.errorSummary {
    display: none;
}
.sending_note {
    text-align: center;
    font-family: 'ralewayregular';
}
.errorMessage {
    color: red;
}
#yw0_button {
    color: #000;
}
.btn.btn-warning.form_button {
    width: 150px;
    height: 40px;
    font-size: 20px;
    font-family: 'roboto_slabregular';
    background: #333333;
    border: #333333;
}
.thanks_not {
    font-size: 18px;
    text-align: center;
    font-family: 'roboto_slabregular';
    margin-bottom: 40px;
}
#s_email.active {
    border: 2px solid green;
}
#s_email.inactive {
    border: 2px solid red;
}
.cat_menu h3 {
    font-size: 18px;
    font-family: 'roboto_slabbold';
}
.cat_menu ul {
    margin: 0;
    padding: 0;
}
.cat_menu ul li{
    list-style: none;
    font-size: 16px;
    font-family: 'roboto_slabregular';
}
.cat_menu ul li a{
    color: #333;
    transition: 0.3s linear;
}
.cat_menu ul li a:hover{
    color: #00aeef;
}
.prof_heading {
    font-size: 20px;
    margin-top: 18px;
    font-family: 'roboto_slabbold';
}
.prof_table {
    font-family: 'roboto_slabregular';
}
.empty_cart {
    text-align: center;
}  
    .header .menu ul ul {
    display: none;
    position: absolute;
    width: 36%;
    background: rgba(0,0,0,0.9);
    top: 40px;
    margin-left: -94px;
    padding: 20px;
}
.header .menu ul ul li {
    width: 50%;
    float: left;
    padding: 4px 17px;
}

.header .menu ul ul li a{
    color: #b2b1b1;
    padding: 4px 17px;
}

li.menuproducts::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0d7";
    color: #000;
    font-size: 16px;
    position: absolute;
    margin-left: 80px;
    cursor: pointer;
}
a:focus{
    text-decoration: none !important;
}
.loding_script {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    align-items: center;
    justify-content: center;
}
.loding_script img {
    max-width: 100px;
    max-height: 100px;
}
.loding_script.active{
    display: flex;
}
.top_bar_social {
    width: 50%;
    float: left;
}
.site_cart {
    text-align: right;
}
.site_cart ul li a{
    color: #fff;
}
.site_cart ul li {
    list-style: none;
}
.site_cart ul li a {
    color: #fff;
    position: relative;
    top: 4px;
}
.site_cart span {
    background: #fff;
    color: #000;
    padding: 0px 3px;
    border-radius: 90px;
    font-size: 10px;
    position: relative;
    top: -7px;
}
.category_box1.hvr-sweep-to-top {
    background-size: cover !important;
}


.product_section_text{
    text-align: center;
}
.product_section_text h2 {
    font-family: 'poppinsmedium';
    font-size: 16px;
    color: #333333;
}
.product_section_text h2 a{
    color: #333333;
}
.rlt_prod {
    font-family: 'poppinsregular';
    font-size: 14px;
    display: block;
    color: #333333;
}
.product_section_text button {
    font-family: 'poppinsregular';
    font-size: 14px;
    padding: 15px 40px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    margin: 15px 0px;
    cursor: pointer;
    color: #000;
    transition: 0.2s ease-in-out;
}
.product_boxx:hover{
    box-shadow: 0px 0px 10px 2px #ccc;
}
.product_boxx{
    transition: 0.2s linear;
}
.product_boxx:hover .product_image img{
    transform: scale(1.2);
}
.product_boxx .product_image img{
    transition: 0.3s linear;
}
.product_boxx:hover .product_section_text button{
    border-color: #00aeef;
    color: #266aab;
}
.navslides.slick-slide.slick-current.slick-center img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid #ccc;
}
.forslides.slick-slide.slick-current.slick-active img {
    max-width: 100%;
}
.right-code {
    font-size: 23px;
    margin: 0px;
    font-family: 'roboto_slabbold';
    margin: 10px 0px;
}
.right-description p {
    font-size: 18px;
    font-family: 'ralewayregular';
}
.inquery a {
    font-family: 'poppinsregular';
    font-size: 14px;
    padding: 15px 40px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    cursor: pointer;
    color: #000;
    transition: 0.2s ease-in-out;
}
.inquery a:hover{
    border-color: #00aeef;
    color: #00aeef;
}
.inquery{
    margin-top: 40px;
    margin-bottom: 20px;
}
.large {
    margin-bottom: 20px;
}
.right2 .slider .slick-list.draggable{
    padding: 0px 0px;
}
div.product_section.product_boxx {
    height: 435px;
}
div.product_box {
    height: 435px;
}
.cat_menu {
    padding-bottom: 30px;
}
.cat_menu ul li {
    display: inline-block;
    width: 22%;
    margin: 5px 1% 5px;
    padding: 10px 10px 10px 10px !important;
    background: #333333;
}
.cat_menu ul li a {
    color: #fff;
}
.z_logo {

    float: left;
    width: 20%;

}
.z_logo img {

    max-width: 60%;
    padding: 3% 0;

}
.z_social {

    float: right;
    width: 20%;

}
.z_menu {

    width: 60%;
    float: left;

}
.z_product_drop_menu {

    display: none;

}
.z_menu ul {

    margin: 0;
    padding: 0;
    text-align: center;

}
.z_menu ul li {

    list-style: none;
    display: inline-block;

}
.z_menu ul li a {

    padding: 30px 20px;
    display: block;
    font-size: 14px;
    font-family: 'oswald_regularregular';
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
}
.z_menu ul li a:hover{
    background-color: #00aeef;
}
.mobile_toggle {

    display: none;

}
.z_social ul {

    margin: 0;
    padding: 0;
    text-align: right;

}
.z_social ul li {

    list-style: none;
    display: inline-block;
    margin: 25px 0 0 10px;

}
.z_header {

    position: fixed;
    width: 100%;
    z-index: 12341234;
    background-color: #000;

}
.z_social a {

    font-size: 16px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 30px;
    transition: 0.3s;
    color: #00aeef;
}
.z_social a:hover{
    background-color: #00aeef;
    color: #fff;
}
.z_header .container {

    position: relative;

}
.z_product_drop_menu {

    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.9);

}
.drop_menu_block {

    float: left;
    width: 200px;

}
.drop_menu_block h2 {

    margin: 0;

}
.drop_menu_block h2 a {

    font-family: 'oswaldbold' !important;
    font-size: 20px !important;
    text-align: left;
    padding: 15px 10px !important;

}
.z_sub_inmenu li {

    width: 100%;

}
.z_sub_inmenu li a {

    padding: 5px 0 5px 20px !important;
    text-align: left;

}
.site_glryimage img {

    max-width: 100%;

}