body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background: #fff;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'JosefinSans-Regular';
    src: url('../fonts/JosefinSans-Regular.eot');
    src: url('../fonts/JosefinSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JosefinSans-Regular.svg#JosefinSans-Regular') format('svg'),
        url('../fonts/JosefinSans-Regular.ttf') format('truetype'),
        url('../fonts/JosefinSans-Regular.woff') format('woff'),
        url('../fonts/JosefinSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

ul {
    padding: 0;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

@-webkit-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@-moz-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@-o-keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

@keyframes bounce {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 15px;
    }

    100% {
        bottom: 30;
    }
}

a:hover {
    text-decoration: none;
}

ul li {
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.banner-text-area {
    padding-top: 3%;
    width: 53%;
    padding-left: 99px;
    text-align: center;
}

.head-social .purchase {
    position: relative;
    color: #ffffff;
    border-left: 1px solid #fff;
    background-color: transparent;
    margin-left: 5px;
    margin-right: 0;
    padding: 0px 20px;
    /* font-weight: 700!important; */
    text-transform: none;
    webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 14px;
}

.head-social ul {
    margin: 0;
}

header {
    padding: 0;
}

.menu-logo {
    background: #fff;
    padding: 2px 0;
}

.only-menu {
    position: relative;
}

.herder-top {
    background: #002857;
}

.logo img {
    width: 81%;
    padding: 4px 0;
}

.head-social {
    margin: 0;
    padding: 9px 0 9px 11px;
    display: block;
    text-align: right;
}

.banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    margin: 0 auto;
}


.banner_txt {
    background: url(../images/bannertxt-bg.png) no-repeat 0 0;
    background-size: cover;
    padding: 89px;
    height: 432px;
    text-align: center;
    margin: 0 auto;
}

.banner_txt h3 {
    font-family: 'Alex Brush', cursive;
    font-size: 138px;
    line-height: 70px;
}

.banner_txt h2 {
    font-size: 33px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

.banner_txt h5 {
    font-size: 33px;
    color: #002857;
    text-transform: uppercase;
    font-weight: 400;
}

.banner_txt h4 {
    background: #1078c7;
    color: #fff;
    width: 158px;
    font-size: 39px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}

.banner_txt h4 span {
    font-size: 33px;
    font-weight: 400;
}

.banner_txt h1 {
    font-family: 'Alex Brush', cursive;
    font-size: 48px;
    line-height: 26px;
}

.banner_txt a {
    color: #fff;
    padding: 10px 16px;
    display: inline-block;
    margin-top: 19px;
    background: #da0719;
    font-size: 15px;
    font-weight: 600;
    border-radius: 33px;
    width: auto;
    text-align: center;
    margin-right: 7px;
}

#banner-carousel .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}

#banner-carousel .owl-dots .owl-dot span {
    background: #e3e3dd;
}

#banner-carousel .owl-dots .owl-dot.active span {
    background: #e38614;
}

.head-social ul li {
    display: inline-block;
    padding: 0 19px;
}

.head-social ul li a {
    font-size: 14px;
    /* line-height: 22px !important; */
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    transition: .5s ease-in-out;
}

.head-social ul li a:hover {
    color: #000;
    transition: .5s ease-in-out;
}

.head-social ul li a img {
    width: 22px;
    padding: 0 6px 0 0px;
}

.banner {
    position: relative;
}

.banner:after {}



.hdr_fix {
    background: rgb(255 255 255);
    padding: -4px 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transform: translate(0);
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide-down 0.7s;
    -ms-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
}

.hdr_fix .logo img {
    width: 62%;
}

.hdr_fix .stellarnav {
    margin-top: 0;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

.discover a:hover {
    color: #000 !important;
}

.inner-banner {
    position: relative;
    overflow: hidden;
        background: #002857;
    padding: 38px;
}

.inner-banner img {
    width: 100%;
    display: none;
}

.innerpage_wrapper {
    width: 100%;
    padding: 50px 0 80px;
}

.innerpage_wrapper h1 {
    text-transform: uppercase;
    color: #000000;
    font-size: 37px;
    /* font-weight: 800; */
    margin: 0 0 30px;
}

.innerpage_wrapper img {
    max-width: 410px;
    float: left;
    margin: 0 20px 20px 0;
}

.innerpage_wrapper p {
    line-height: 22px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px;
    /* font-family: 'Arial'; */
}

.contact_left {
    margin: 0;
    padding: 0;
}

.contact_left ul {
    list-style-type: none;
    padding: 0;
}

.contact_left ul > li {
    padding: 0 0 0 40px;
    position: relative;
    margin-bottom: 20px;
}

.contact_left ul > li > i {
    padding: 7px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 16px;
    text-align: center;
    background: #1791de;
    height: 30px;
    width: 30px;
}

.contact_left ul > li h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Arial';
}

.contact_left ul > li p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
}

.contact_left ul > li p a {
    color: #000;
    text-decoration: none;
}

.contact_right {
    margin: 0;
    padding: 0;
}

.contact_right .form-group input {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #a7a6a4;
    background: #fff;
    height: 45px;
    font-family: 'Arial';
}

.contact_right .form-group textarea {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #333;
    border: 1px solid #adaba9;
    background: #fff;
    height: 200px;
    resize: none;
    font-family: 'Arial';
}

.send_btn {
    margin: 7px 0 0;
    padding: 10px 20px;
    font-family: 'Arial';
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #492902;
    display: block;
    height: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    letter-spacing: 2px;
    -o-transition: all 0.5s ease;
}

.send_btn:hover {
    background: #66990c;
    color: #fff;
    border: 1px solid #66990c;
    font-family: 'ARIAL';
    letter-spacing: 2px;
}

.map_area {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.map_area iframe {
    width: 100%;
    height: 100%;
}

.contact_right .form-group {
    margin-bottom: 23px;
}

.after-banner-part {
    padding: 48px 0;
}

.after-banner-part img {
    width: 100%;
}

.after-banner-part h5 {
    font-size: 15px;
    color: #000;
    text-align: center;
    padding: 15px 50px;
}

.shop-categories {
    padding: 0px 0 9px 0;
}

.shop-categories h3,
.trending-categories h3 {
    font-size: 34px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 19px 0 22px;
    color: #fff;
    text-transform: uppercase;
}

.trending-box {
    position: relative;
}

.trending-box img {}

.shop-categories img {
    width: 100%;
    transition: .5s ease-in-out;
}

.shop-categories img:hover {
    box-shadow: 2px 9px 15px rgb(0 0 0 / 39%);
    transition: .5s ease-in-out;
    outline: 2px solid #1078c7;
}

.shop-categories a {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    padding: 10px 0;
}
.shop-categories h4{
    text-align: center;
    padding: 18px 5% 40px;
    font-size: 33px;
    font-weight: 300;
}

.shop-categories img {
width: 100%;
    object-fit: cover;
}

.footer-top {
    background: #033464;
    background-size: cover;
    padding: 48px 0;
}

.footer-top ul li {
    display: block;
}

.footer-top ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 21px;
    font-weight: 400;
    transition: .5s ease-in-out;
}

.footer-top ul li a:hover {
    color: #1078c7;
    transition: .5s ease-in-out;
}

.footer-bottom {
    background: #1078c7;
}

.footer-bottom p {
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 23px 0;
    color: #fff;
}

.loicon {}

.loicon img {
    width: 59px;
    padding: 0;
    position: absolute;
    box-shadow: none;
    top: 9px;
    right: 8px;
}

.hidebox {
    position: absolute;
    top: 40%;
    left: 7px;
    display: none;
    transition: .5s ease-in-out;
}

.pro-box:hover .hidebox {
    display: block;
    transition: .5s ease-in-out;
}

.hidebox ul li {
    list-style-type: none;
    background: #e8e7e6;
    margin: 10px 10px;
    text-align: center;
    border-radius: 50%;
    width: 32px;
    height: 33px;
    padding: 1px;
    padding: 0;
}

.hidebox ul li a img {
    box-shadow: none;
    width: 26px;
    padding: 8px 4px;
    text-align: center;
}

.viewmore {
    text-align: center;
}

.viewmore a {
    background: #1791de;
    color: #fff;
    padding: 9px 24px;
    border-radius: 20px;
    transition: .5s ease-in-out;
}

.viewmore a:hover {
    background: #000;
    transition: .5s ease-in-out;
}





.product-sec:after {
    content: "";
    position: absolute;
    background: url(../images/product-bg.png) no-repeat 0 0;
    width: 100%;
    height: 508px;
    right: -5px;
    bottom: -23px;
    background-size: cover;
    z-index: 9;
}

.product-box {
    background: #f18b10;
    border-radius: 11px;
    box-shadow: 2px 1px 20px rgb(0 0 0 / 37%);
    margin: 0 0 38px 0;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.product-box:hover {
    background: #1384d6;
    transition: .5s ease-in-out;
}

.product-box ul {
    display: flex;
}

.product-box ul li {
    display: inline-block;
    width: 48%;
}

.product-box ul li:first-child img {
    border-radius: 11px 0 0 11px;
    width: 100%;
}

.product-box ul li:last-child {
    padding: 18px 25px;
}

.product-box ul li h4 {
    color: #fff;
}

.product-box ul li p {
    color: #fff;
    text-align: left;
}

.product-box ul li a {
    color: #fff;
    text-transform: uppercase;
}

.product-sec p {
    text-align: center;
}

.load-btn {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 999;
}

.load-btn a {
    background: #f18b10;
    color: #fff;
    font-size: 17px;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 7px;
    text-transform: uppercase;
    box-shadow: 2px 1px 10px rgb(241 139 16 / 73%);
    margin: 30px 0 0;
}

.footer-logo img {
    /* background: #fff; */
    /* padding: 10px; */
    /* border-radius: 10px; */
    margin: 38px 0;
}

.footer-media ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.footer-media ul li a {
    width: 29px;
    height: 29px;
    display: inline-block;
    background: #1384d6;
    border-radius: 50%;
    color: #0d3c5d;
    text-align: center;
    padding: 7px 0;
}

.footer-line {
    margin: 101px 0 36px 0;
}

.footer-line p {
    color: #fff;
}

.footer-line p a {
    color: #f18b10;
    display: inline-block;
}

.footer-top h4 {
    color: #fff;
    font-size: 17px;
    margin: 0px 0 19px 0;
    font-family: 'Roboto', sans-serif;
}



.footer-details {}

.footer-details img {
    width: 26px;
    padding: 0 8px 0 0;
}

.footer-details ul li {
    display: inline-block;
    color: #fff;
    font-family: 'JosefinSans-Regular';
}

.footer-details a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'JosefinSans-Regular';
    margin: 0 0 10px 0;
}


.rightsideimg {
    position: relative;
    right: -65px;
}

.rightsideimg img {
    width: 100%;
}

.product-title {
    padding: 5px 16% 20px;
}

.search-div {
    position: relative;
    margin: 5px 0 0 13%;
    width: 50%;
    float: left;
}

.search-div .form-control {
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    height: 31px;
    padding: 7px 58px 7px 10px;
    background: transparent;
    border: 2px solid #fff;
}

.search-div .form-group {
    margin: 0;

}

.search-div .search-btn {
    background: url(../images/magnify.png) no-repeat 0 0;
    font-size: 0;
    width: 52px;
    height: 20px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 2px solid #ffffff;
    text-align: center;
    padding: 0;
    background-position: center;
}

.head-cart {}

.head-cart img {
    width: 40%;
    padding: 20px 0;
}

.login-head {}

.login-head li {
    display: inline-block;
    font-size: 14px;
    padding: 7px 6px 1px;
}

.login-head li .fa {
    font-size: 24px;
    position: relative;
    top: -5px;
    color: #636161;
}

.login-head li a {
    display: block;
    color: #000;
    font-weight: 700;
}

.login-head li span .dropdown button {
    border: 0;
    background: transparent;
    padding: 0;
}

.dropdown-toggle::after {
    margin-left: 3.255em;
}

.dropdown-menu {
    z-index: 99999;
    padding: 0;
}

.dropdown-menu a {
    font-weight: 400 !important;
    font-size: 14px;
    padding: 5px 18px;
}



.social-media {
    padding: 16px 0 0;
}

.social-media ul li {
    display: inline-block;
    padding: 4px 14px;
    /* border-right: 1px solid #d2d2d2; */
}

.social-media ul li:first-child {
    padding-left: 0;
}

.social-media ul li:last-child {
    border-right: 0;
}

.social-media ul li a {
    color: #000;
    font-size: 28px;
    transition: .5s ease-in-out;
}

.social-media ul li a:hover {
    transition: .5s ease-in-out;
    color: #1078c7;
}



.padding-bottom {
    margin-bottom: 30px;
}

.bg-width .trending-box h4 {
    width: 20%;
}

.hdr_fix .stellarnav.light li a {
    color: #000;
}
.has-sub{}

.has-sub .sub-menu{padding: 10px;}
.has-sub .sub-menu li{
    margin: 14px;
}
.stellarnav li li a span{text-align: center;padding: 10px 0;display: block;font-weight: 600; color: #000;}
.menu{padding: 20px 0;}
.blue-back{
    background: #002857;
    padding: 12px 50px 30px;
}
.list-div{
    text-align: center;
    padding: 31px 0 0;
}
.list-div ul li{
    display: inline-block;
    color: #fff;
    font-size: 28px;
    padding: 0 27px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.list-div ul li:after{content: "";background: #fff;width: 20px;height: 20px;border-radius: 20px;display: inline-block;right: -15px;position: absolute;top: 12px;}
.list-div ul li:last-child:after{display: none;}
.footer-top p{color: #fff;font-size: 14px;}
.cart-div{
    color: #fff;
    padding: 9px 0;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}
.cart-div img{
    filter: invert(1);
    width: 18px;
    margin: 0 10px 0 0;
}
.white-back{
    padding: 12px 50px 30px;
}
.white-back h3{
    color: #002857;
}
.white-back .list-div ul li{ color: #002857;}
.white-back .list-div ul li:after {
    background: #002857;}

    .recent-p {
    background: #fafafa;
    padding: 50px 0;
}
.page-heading {
    text-align: center;
    margin-bottom: 40px;
}   
.page-heading h2 {
    color: #002857;    
    font-size: 42px;
}

.product-box {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    padding: 15px;
    text-align: center;
}

.product-box .star span {
    position: absolute;
    right: 13px;
    top: 8px;
    color: #A7A7A7;
}
.product-box span i {
    color: #F3B114;
}
a.cartbtn {
    background: #DE1F28;
    border-radius: 6px;
    border: none;
    color: #fff;
    display: block;
    width: 100%;
    padding: 7px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease-in-out;
    opacity: 0;
}

.product-box-img img{
    width: 100%;
}
.product-box-cont h3 {
    color: #383838;
    font-weight: 500;
    font-size: 16px;
    padding-top: 12px;
}
.product-box-cont h5 {
    color: #DE1F28;
    font-size: 24px;
    margin: 0;
}
span.woocommerce-Price-amount.amount {
    color: #000;
}

.banner-text-area {
    padding-top: 1%;
    padding-left: 20%;
    text-align: right;
    width: 80%;
}

.emergency-part {
    background: url(../images/middle.jpg) no-repeat 0 0;
    position: relative;
    padding: 145px 0;
    z-index: 9;
    background-size: cover;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 67%);
    top: 0;
    z-index: -9;
}

.emergency-part h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    position: relative;
}

.middle_service img{
width: 35%;
}
.middle_service{
    padding: 60px 0;
    text-align: center;
}
.middle_service h3{
   font-size: 23px;
    font-weight: 500;
    color: #002857;
        padding-bottom: 10px;
}
.middle_service p{
   font-size: 17px;
    font-weight: 500;
    color: #da0719;
}

.finally_service{
    padding: 60px 0;
    text-align: center;
}

.finally_service h2 {
    color: #002857;
    font-size: 39px;
    font-weight: 800;
        padding: 0 19%;
}
.finally_service p {
  font-size: 17px;
    font-weight: 300;
  padding: 0 10%;
}

.finally_service_content img{
    width: 100%;
}
.finally_service .finally_service_content p {
  font-size: 18px;
    font-weight: 600;
  padding: 0 10%;
  color: #002857;
}

.features_service{
    padding: 60px 0;
    text-align: center;
}

.features_service h2 {
    color: #002857;
    font-size: 39px;
    font-weight: 800;
        padding: 0 19%;
}
.features_service p {
  font-size: 17px;
    font-weight: 300;
  padding: 0 10%;
}

.features_service img{
    width: 100%;
}

.features_service_con {
    padding-bottom: 50px;
}

.features_service .cate-box h3 {
font-size: 18px;
    font-weight: 400;
      padding: 12px 0;
      color: #002857;
}

.button_section{
    padding: 40px 0;
    text-align: center;
}

.button_section a {
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    /* margin-top: 19px; */
    background: #da0719;
    font-size: 15px;
    font-weight: 600;
    border-radius: 33px;
    width: auto;
    text-align: center;
    /* margin-right: 7px; */
}

.faq_section{
    padding: 40px 0;
    text-align: center;
}
.shop-categories .cate-box{
    text-align: center;
    color: #fff;
}

.shop-categories .cate-box img{
    width: 30%;
}

.shop-categories .blue-back h3{
        margin-bottom: 39px;
}

.shop-categories .blue-back {
    background: #002857;
    padding: 83px 9px;
}

section.brand-slider {
    height: 150px;
    margin-top: 20px;
}

.slide-img img {
    object-fit: contain;
    width: 100%;
    height: 97px;
    width: 150px !important;
    padding: 13px 0;
}

section.brand-slider .owl-dots {
    display: none;
}

.gallery {
    padding: 54px 0 34px;
    background: #EFF7F8;
}

.gallery h3 {
    /* text-align: left; */
    color: #002857;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.client-box img {
    width: 4% !important;
    margin-bottom: 15px;
}

.client-box {
    background: #fff;
    padding: 21px;
}

.client-box h4 {
    color: #0F101B;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}
.client-box p {
    color: #000;
    font-size: 14px;
}


/*woocommerce*/

.product-categories li{
      display: block;
      width: 100%;
      position: relative;
}
/*.product-categories li a{
         text-decoration: none;
         display: block;
         padding: 10px;
         cursor: pointer;
         border-bottom: 0px solid #eee!important;
         color: #515151;
         position: relative;
}*/
 .product-categories .current-cat a{
  color: #b31f61 !important;
 }

 .br_lgv_product_count_block {
    display: none !important;
}

.search_cart .aws-container {width: 906px;border: 0;}
.archive h2.widget-title {
    padding: 8px 0;
}
/*.product-categories li a:before{
    font-family: "Fontawesome";
   content: "\f0da";
   display: inline-block;
   padding-right: 7px;
   vertical-align: middle;}*/
.woocommerce-loop-product__title{color: #000;}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background: #920000;
    color: #fff;
}
.woocommerce ul.products li.product .price {
    color: #000 !important;
    display: block;
    font-weight: 400;
    margin-bottom: 0 !important;
    font-size: 17px !important;
    margin-top: 10px;
}
a.berocket_lgv_button, .berocket_lgv_widget a.berocket_lgv_button, a.berocket_lgv_button_test, .lgv_admin_settings .lgv_toggle_next {
 
    color: #8c8c8c !important;
    outline: none;
    border-radius: 5px;
    box-shadow: 0 0 0 0 !important;
    border: 0 solid black;
    background: none !important;
    transition: all 0.1s linear;
    box-sizing: border-box!important;
    font-size: 23px;
}
.berocket_lgv_additional_data * {
    margin: 11px 0;
    font: inherit;
    color: #000;
}
.woocommerce span.onsale {
    padding: 7px !important;
    line-height: 2.236 !important;
   background-color: #cc0707 !important;}
.single .inner_title{display: none;}
.hovermenu{display: none;}
.cate:hover.hovermenu{display: block;}
.search_cart h2.widget-title{border: none;}


.dropdown {
  position: relative;
  display: inline-block;
  width: 190px;
}

.dropdown-content {
  top: 37px;
  display: none; 
  position: absolute;
  background-color: #ffffff;
  min-width: 224px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 0%);
  z-index: 99;
  left: -19px;
}
.search_cart .children{ display: none; position: absolute;left: 99%;background: #fff;z-index: 99999;width: 200px;top: 0;}
.search_cart .cat-parent:hover .children {display: block;}
#column_left .children{margin: 0 0 0 20px;}
.dropdown-content a {color: black;padding: 12px 16px;text-decoration: none; display: block;}

.dropbtn{border: 0;color: #959494;text-transform: uppercase;font-size: 13px;font-weight: 600;padding: 12px 0;background:transparent !important;}
.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
.dropdown-content .product-categories li a:before{display: none;}
.dropdown-content .product-categories li{border-bottom: 1px solid #eee;}
.search_cart .cat-parent{position: relative;}
.search_cart .cat-parent:before {
    font-family: "Fontawesome";
    content: "\f0da";
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 7px;
    color: #979797;
    font-size: 14px;
    z-index: 9999;
}
.aws-container .aws-show-clear .aws-search-field {
    padding-right: 40px;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 0 16px;
    border-radius: 4px 0 0 0 !important;
}
.woocommerce div.product .product_title {
    font-size: 26px;
    line-height: 35px;
    font-family: 'NexaLight';
    word-break: break-all;
}
/*.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #3e2622 !important;
    border-radius: 0;
    }*/
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #fff !important;
    font-size: 26px !important;
}
.woocommerce #review_form #respond textarea{padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.comment-form-author input{ font-size: 1rem;
    display: block;width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.comment-form-email input{ font-size: 1rem;
    display: block;width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.woocommerce-billing-fields input{ font-size: 1rem;
    display: block;width: 100% !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;}
.woocommerce-input-wrapper textarea{font-size: 1rem;
    display: block;width: 100% !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;}
.woocommerce-input-wrapper{width: 100%;}
.woocommerce-billing-fields label{width: 100%;}
.woocommerce-billing-fields .woocommerce-input-wrapper{width: 100%;}
.form-submit input{background-color: #920000 !important;color: #fff !important;}
.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 23px;
    padding: 0 0 26px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #002857 !important;
    z-index: 2;
    border-bottom-color: #002857;
    color: #fff !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 49%;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{color: #04a945 !important;}
.register .form-row-wide input{display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.login .form-row-wide input{display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #ffffff !important;
    background-color: #da0719 !important;
    margin: 0 25px 0 0;
}
.password-input{width: 100%;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 0 28px 0 0;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li a {
    background: #5d5b5b;
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
    padding: 10px 16px;
    font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #de0000;
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    background: #000;
    color: #000;
}

.page-id-15 .woocommerce table.my_account_orders {
    font-size: 16px !important;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    background: #6b6a6a;
    color: #fff;
    padding: 6px 10px;
}

/*.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #fff !important;
    background-color: #3e2622 !important;
    width: 179px; 
}*/
.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: 19px;
    margin-bottom: 0;
}
.tinvwl-txt{    font-size: 13px;}
.woocommerce a.added_to_cart {
    padding: 5px 11px;
}

.woocommerce-MyAccount-content input{display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #000;


    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.woocommerce .quantity .qty {

width: 101px !important;
    height: 35px;
}
.required{color: red;}
.woocommerce ul.products li.product .star-rating {
    color: #ffa200;
}
.woocommerce ul.products li.product a img {
    height: 290px !important;
}
.woocommerce ul.products li.product{
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none !important;
    color: #f00 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    
     border: none !important;
    color: #46b450 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tinvwl-buttons-group #respond input#submit, .tinvwl-buttons-group a.button, .tinvwl-buttons-group button.button, .tinvwl-buttons-group input.button {padding-top:0 !important;padding-bottom:0 !important;}
.tinvwl-table-manage-list tr td.product-action button {padding:0 !important;}
.single-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart  {margin:0;}
.woocommerce-password-hint {color:#f00;}
header.woocommerce-Address-title {position: inherit;z-index: inherit;}    

.woocommerce table.shop_table {


    display: inline-table!important;
}
#mini-cart-count{display: inline-block;}

.starratingawesome:not(:checked) > label {
    font-size: 30px!important;
}

.notfound img{
    float: none!important;
}
input[type="radio"], input[type="checkbox"] {
    width: auto;height: auto;
}
/*.red{color: #FF0004;}
.textfld .required {
    color: #000 !important;
}
*/
.product_meta {
    color: #000;
}

.woocommerce table.shop_table {
    border: 1px solid rgb(2 2 2 / 10%) !important;
}

.woocommerce table.shop_table td {
    border: 1px solid rgb(2 2 2 / 10%) !important;
}
.woocommerce table.shop_table th {
    color: #000;
}
span.woocommerce-Price-amount.amount {
    color: #000;
}

/*woocommerce end*/

.home span.tinvwl_add_to_wishlist-text {
    display: none;
}

.search_expand {
    z-index: 9999;
    width: 295px;
    position: absolute;
    top: 72px;
    right: 0px;
    background: #ffffff;
    padding: 5px;
    display: none;
    box-shadow: 2px 3px 9px rgb(0 0 0 / 13%);
    border: 1px solid #eee;
}
.search_expand form {
    width: 100%;
}

.search_expand input[type="text"] {
    width: 70%;
    float: left;
    background: none;
    border: none;
    height: 35px;
    padding: 0 0 0 10px;
    color: #000 !important;
    font-size: 12px;
    outline: 0;
}
.search_expand input[type="submit"] {
    width: 30%;
    float: right;
    background: #000;
    border: none;
    height: 35px;
    padding: 0;
    color: #fff;
    font-size: 13px;
    outline: 0;
}

input.apsw-search-input {
    height: 45px !important;
    line-height: 45px !important;
}
.apsw-search-wrap .apsw-category-items {
    line-height: 46px !important;
}

.apsw-search-wrap .apsw-select-box-wrap:before {

    top: 44% !important;
}
.woocommerce-billing-fields label, .woocommerce-additional-fields label {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.woocommerce-billing-fields h3 {
    font-size: 17px;
}
.woocommerce-additional-fields h3 {
    font-size: 17px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}

.cart-div a{
    color:#fff;
}

.footer-top ul li{
    color: #fff;
    padding: 5px 0;
}
.add_sec li{
    padding: 10px 0;
}

.innerpage_wrapper ul{
    padding-left: 20px;
}

.product-box-img img {
    width: 100%;
    height: 312px;
}

.logo2 img{
width:45%;
}
.logo2 p{
font-size:12px;
font-weat
}
.logo2 p small{ 
  font-weight: 800;
}
.logo2 {
    text-align: center;
}