/*-----------------------------------------------------------------------------------

    Template Name: Sinrato - mefashop eCommerce Bootstrap 4 Template
    Version: 1.0
 

     CSS INDEX
    ===================
    
    01. Theme default CSS
    02. Header
        02.1 Header top
        02.2 Breadcrumb
    03. Category
    04. Hero
        04.1 Slider one
        04.2 Slider two
        04.3 Slider three
        04.4 Slider four
    05. Banner
        05.1 Sidebar banner
        05.2 Double banner
        05.3 Single wide banner
        05.4 wide text banner
    06. Featured service
    07. Product Slider
        07.1 Horizontal
        07.2 Tab horizontal
        07.3 Two column horizontal
    08. Product
        08.1 Horizontal slider product
        08.2 latest product
        08.3 Related product
        08.4 Shop page grid product
        08.5 Shop page list product
    09. Product non slider
    10. Brand
    11. Subscribe
    12. Section title
    13. Page
    14. About page
    15. Contact page
    16. Single product page
    17. Shop page
    19. Cart page
    20. Compare page
    21. Checkout page
    22. Login -  Register Page
    24. Blog
    25. Blog Sidebar
    26. Footer
        26.1 Footer top
        26.2 Footer bottom


-----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------
                        Start Default Settings
--------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');
 
body {
    padding: 0;
    margin: 0;
    color: #444;
    overflow-x: hidden;
    background-color: #e5e5e5 !important;
    /* background-color: #f5f5f5 !important; */
    font-size: 14px !important;
    font-family: 'Work Sans', sans-serif  !important;
}

a,
a:hover,
a:focus,
input,
button,
textarea,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
}

ul,
ol{
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
li{
    list-style: none;
}

/*--------------------------------------------------------------------
                        Typography Settings
--------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Work Sans', sans-serif  !important;
}

h1 {
    font-size: 50px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
    line-height: 46px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 30px;
}

h5 {
    font-size: 15px;
    line-height: 30px;
}
 
p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif  !important;
    font-weight: 400;
    line-height: 20px;
}

/*--------------------------------------------------------------------
                        alignment css
--------------------------------------------------------------------*/
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-right {
    float: right;
}

.no-gutter>[class*="col-"] {
    padding: 0;
}

.slick-slide:focus {
    outline: none;
}

.plr-none {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------------
                        All Transition Settings
--------------------------------------------------------------------*/
a,
img,
.pro-nav button.slick-arrow,
.owl-dot-style .owl-dot,
.main-menu ul li ul.dropdown,
.main-menu ul li ul.dropdown li ul.dropdown,
.main-menu ul li ul.mega-menu,
.categorie-menus li ul.cat-submenu,
.product-item,
.sec-img,
.action-links a,
.ratings,
.price-box,
.btn-cart,
.product-layout-two,
.product-module-four-item,
.product-countdown,
.blog-thumb-active.owl-carousel .owl-nav div,
.newsletter-btn,
.footer-useful-link li a,
.filter-attribute-container ul li a::after,
.img-view {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none !important;
}

/*--------------------------------------------------------------------
                        Common class
--------------------------------------------------------------------*/
.fix {
    overflow: hidden;
}

.section {
    float: left;
    width: 100%;
}

/*--------------------------------------------------------------------
                        Slider Navigation style
--------------------------------------------------------------------*/
/* slick slider dot style */
.slick-dot-style .slick-dots {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.slick-dot-style .slick-dots li button {
    background: transparent;
    border: 2px solid #fff;
    border-radius:10px;
    cursor: pointer;
    height: 10px;
    padding: 0;
    text-indent: -9999px;
    width: 25px;
}

.slick-dot-style .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dot-style .slick-dots li.slick-active button {
    background: #fff;
}

.slick-slide:focus {
    outline: none;
}

/* ---slick arrow style--- */
.pro-nav button.slick-arrow {
    background: transparent;
    border: 1px solid #00b6f1;
    cursor: pointer;
    height: 30px;
    left: 5px;
    color: #00b6f1;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    z-index: 9999;
    opacity: 0;
    visibility: visible;
}

.pro-nav button.arrow-next {
    left: auto;
    right: 0;
}

.slick-slider:hover button.slick-arrow {
    opacity: 1;
    visibility: visible;
}

/* Slick vertical slider arrow */
.pro-nav1 button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #00b6f1;
    display: none;
    cursor: pointer;
    height: 30px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.pro-nav1 button i {
    color: #00b6f1;
}

.pro-nav1 button.arrow-next {
    bottom: 0;
    top: auto;
}

.pro-nav1:hover button {
    opacity: 1;
    visibility: visible;
    display: none !important;
}
 
/* ------Owl carosel nav style------ */
.owl-nav {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0px;
    top: -50px;
    margin: 0 !important;
}

.owl-nav div {
    display: inline-block;
    padding: 0 8px !important;
    background-color: transparent !important;
    color: #000 !important;
    margin: 0 !important;
}

/* dot style */
.owl-dot-style .owl-dots {
    bottom: 20px;
    left: 9%;
    position: absolute;
}

.owl-dot-style .owl-dot {
    background: #00b6f1 none repeat scroll 0 0;
    border: 2px solid #00b6f1;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    width: 15px;
}

.owl-dot-style .owl-dot.active {
    background: #fff;
}
.category_slider .owl-nav{
    right: auto;
    left: 50%;
    margin: 20px 0 0 -35px !important;
    top: 0;
    position: relative;
    width: 70px;
}


/*--------------------------------------------------------------------
                        Start Header section
--------------------------------------------------------------------*/
/*----Start header top css----*/
.header-top-left>ul {
    padding: 12px 0;
}

.header-top-left li {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.header-top-left li:last-of-type{
    margin-right: 0;
    padding: 0;
}

.header-top-left i,.header-top-left span{

    margin-right: 5px;
}
.header-top-left li a {
    color: #fff;
    display: flex;
    align-items: center;
}
.header-top-left li a:hover{
    color: #fc1d5d;
}
.header-top-left li::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}

.header-top-left li:last-child::before {
    display: none;
}

.box.box-right {
    float: right;
}

.box-right li {
    display: inline-block;
    position: relative;
}

.box-right li a {
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
}
.box-right li:last-of-type a{
    padding-right: 0;
}
.box.box-right li a span {
    color: #fff;
    font-size: 10px;
    padding-left: 5px;
    vertical-align: middle;
}

.box-right li:hover>a {
    color: #00b6f1;
}

.box-dropdown {
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    right: 0;
    position: absolute;
    top:35px;
    width: 150px;
    z-index: 99;
    padding: 10px 0;
    display: none;
}

.box-dropdown li {
    display: block;
}

.box-dropdown li a {
    color: #444;
    padding: 8px 15px;
}


/*----End header top css----*/

/*----Start header Middle css----*/
.header-middle {
    padding: 25px 0;
    background-color: #fff;
    border-bottom: 1px #e5e5e5 solid;
}

.top-cat .nice-select {
    background: #f0f0f0;
    border: medium none;
    border-radius: 0;
    height: 52px;
    width: 150px;
    text-align: center !important;
    padding: 0 24px;
    border-radius: 6px 0 0 6px;
    z-index: 999999999;
}

.nice-select .list {
    z-index: 999;
}

.top-cat .nice-select .current {
    color: #555;
    font-weight: 500;
    line-height: 48px;
    text-transform: capitalize;
}

input.top-cat-field {
    border: 1px solid #e0e0e0;
    color: #a4a4a4;
    font-size: 13px;
    height: 52px;
    padding: 0 90px 0 20px;
    width:100%;
    float: left;
    border-radius:10px;
}
.header-middle-inner{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.search_form{
    position: relative;
    width: 98%;
}
.color_part {
    position: absolute;
    top: 9px;
    right: 100px;
}
.color_part .color_icon {
    width: 35px;
    height: 35px;
    display: block;
    cursor: pointer;
}
.color_dropdown {
    padding: 10px;
    width: 195px;
    position: absolute;
    top: 44px;
    right: 0px;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    background-color: #fff;
    transition: all .2s ease-in-out;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
.color_dropdown .btn {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px #e1dcdc solid;
    margin: 0 5px 5px 0;
    border-radius: 0;
    float: left;
    z-index: 9;
}
.top-search-btn {
    background: #97999c;
    border:0px #005c84 solid;
    height: 52px;
    width: 80px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size:28px;
    font-weight: 600;
    line-height: 42px;
    padding: 0 0px;
    /*width: 150px;*/
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 10px 10px 0px;
}
.color_part:hover .color_dropdown {
    opacity: 1;
    visibility: visible;
}
.top-search-btn:hover{
    color: #000;
}

/* header style 2 */
.home-header2 .nice-select {
    background: #fff;
}

.home-header2 input.top-cat-field {
    border: medium none;
}

.home-header2 .top-search-btn {
    background: #111111;
    color: #fff;
}

.home-header2 .top-search-btn:hover {
    color: #00b6f1;
}

.home-header2 .mini-cart-option li a,
.home-header2 .mini-cart-option li:hover a {
    color: #111;
}

.home-header2 .mini-cart-option .count {
    background: #111;
    color: #fff;
}

.header-top-menu.menu-style2 {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}

/* header style 2 end */
.mini-cart-option {
    float: right;
    width: 100%;
}

.mini-cart-option li {
    display:block;
    margin-bottom: 5px;
}
.mini-cart-option li:last-of-type{
    margin-bottom: 0;
}
.mini-cart-option li li {
    margin-bottom: 0px;
}
.mini-cart-option li span.lnr {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    padding-right: 10px;
}
.mini-cart-option li span.lnr.lnr-phone-handset{
    font-size: 22px;
}
.mini-cart-option li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    max-width: 100%;
    position: relative;
}

.mini-cart-option li:hover a,.mini-cart-option li a:hover span.lnr {
    color: #00b6f1;
}
.mini-cart-drop-down .quoto_info_inner .accordion-button span{
    max-width: 100% !important;
    display: block !important;
    height: 46px;
    line-height: 42px;
}
.mini-cart-drop-down .accordian_formdiv{
    margin-top: 0;
}
.my-cart .count {
    background: #ec343c;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 20px;
    right:15px;
    line-height: 20px !important;
    position: absolute;
    text-align: center;
    top: -9px;
    width: 20px;
    text-align: center !important;
}

.mini-cart-option .cart-h4 .count {
    left: 10px;
}
.mini-cart-option li.settings{
    position: relative;
    top: -5px;
}
.mini-cart-option li.settings li{
    margin-left: 0;
}
.mini-cart-option li.settings a img{
    margin-right: 5px;
}
.mini-cart-option li.settings a{
    font-size: 20px;
    color: #fff;
}
.mini-cart-option li.settings span.lnr{
    font-size: 14px;
    padding: 0 5px;
}
.mini-cart-option li.settings .box-dropdown a{
  color: #000;
  font-size: 14px;
}
.mini-cart-option li.settings .box-dropdown a:hover{
    color: #00b6f1;
}
.quoto_info_inner .accordion-item{
    margin-bottom: 15px;
}
.quoto_info_inner .accordion-item:last-of-type{
    margin-bottom: 0px;
}
.quoto_info_inner .accordion-body {
    padding: 1rem 1rem;
}
.mini-cart-drop-down {
    /* position: absolute;
    right: 15px;
    top: 110%; 
    display: none; */
   
    width: 350px !important;
    padding: 20px !important;
    border-radius:10px;
    z-index: 999;
    background: #fff;
    border-bottom: 0px solid #00b6f1;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.mini-cart-drop-down li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    color: #111;
    width: 100%;
    font-weight: 500;
}
.liscroller {
    flex-flow: wrap;
    max-height: 300px;
    overflow-x: hidden;
    margin-bottom: 10px;
    overflow-y: auto;
    padding-right: 7px;
    position: relative;
}
.static_content{
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 0 10px 0;
}
.static_content h1,.static_content h2,.static_content h3,.static_content h4,.static_content h5,.static_content h6{
  font-weight: 500 !important;
  margin: 0 !important;
  color: #000 !important;
}
.static_content h2,.static_content h3{
    font-size: 16px !important;
    line-height: 28px !important;
}
.static_content ul{
    margin: 0 0 10px 0 !important;
}
.static_content ul li{
   position: relative;
   padding: 0 0 0 10px;
}
.static_content ul li:before{
    content: '';
    background-color: #000;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: 0;
}
/* width */
.liscroller::-webkit-scrollbar,.product-containerscroll::-webkit-scrollbar,.static_content::-webkit-scrollbar {
    width: 5px;
    position: absolute;
    top: 0;
    right: -20px;
  }
  
  /* Track */
  .liscroller::-webkit-scrollbar-track,.product-containerscroll::-webkit-scrollbar-track,.static_content::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .liscroller::-webkit-scrollbar-thumb,.product-containerscroll::-webkit-scrollbar-thumb,.static_content::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .liscroller::-webkit-scrollbar-thumb:hover,.product-containerscroll::-webkit-scrollbar-thumb:hover,.static_content::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.cart-img {
    margin-right: 10px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    max-height: 44px;
}

.cart-border {
    color: #111;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 22px;
}

.mini-cart-drop-down a.cart-button{
    background: #005c84;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 40px;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 10px;
}

.mini-cart-drop-down a.cart-button:hover {
    color: #fff;
    background: #00b6f1;
}

a.cart-button.hm2 {
    color: #fff !important;
}
.mini-cart-drop-down .quoto_info_inner{
    padding: 0;
    background-color: #fff;
}
.mini-cart-drop-down li a {
    color: #000;
    font-size: 15px;
    margin-bottom:0px;
    max-width: 100%;
    font-weight: 500;
    padding: 0;
}
.mini-cart-drop-down li a:hover{
    background-color: transparent;
    color: #00b6f1;
}
.mini-cart-drop-down li h4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-width: 180px;
    max-width: 180px;
    margin: 0;
}
.mini-cart-drop-down li h4 a{
    display: block;
    max-width: inherit;
}
.mini-cart-drop-down li .del-icon{
    margin-left: 10px;
    cursor: pointer;
}
.mini-cart-drop-down li .del-icon:hover{
    color: #00b6f1;
}
.mini-cart-drop-down li .subtotal-text,.mini-cart-drop-down li .subtotal-price{
    font-size:20px;
} 
.cart-info h4:hover a {
    color: #00b6f1;
}

.cart-info span {
    color: #111;
    font-size: 16px;
    margin: 0 !important;
    font-weight: 500;
}
.cartcolor_info{
    display: flex;
    flex-flow: wrap;
}
.mini-cart-drop-down li h4 a:focus{
    background-color: transparent !important;
}
.cart-info span span {
    color: #000;
}
.cart-info .cartcolor_info .color_info {
    margin-top: 5px !important;
    display: flex;
    font-size: 14px !important;
    max-width: 100%;
    font-family: 'Work Sans', sans-serif  !important;
}
.cart-info .cartcolor_info .availbale_color{
    margin: 0 !important;
}
.cart-info .cartcolor_info .availbale_color li{
    width: auto;
    /* justify-content: flex-end; */
    flex: 0 !important;
    border: 0;
    padding: 0;
}
.cart-info .cartcolor_info strong{
    margin-right: 5px;
}
.liscroller li{
    border-bottom:1px solid rgba(0, 0, 0, 0.125);
    padding: 12px 0;
}

.subtotal-price>span {
    color: #00b6f1;
}
.cart_dropdown{
    display: flex;
}
.cart_dropdown .headercart_btn{
   margin: 0;
   font-size: 16px;
   text-transform: uppercase;
   font-weight: 600;
   /* height: 40px; */
   /* border: 2px #00b6f1 solid;
   background-color: #00b6f1;
   color: #fff;*/
   height: 50px;
   padding-left: 60px;
   line-height: 46px;
   background-image: url('../../assets/img/quote_icon.png');
   background-repeat: no-repeat;
   background-position: 15px 9px;
}
.cart_dropdown .headercart_btn:hover{
    background-position: 15px -81px;
}
.cart_dropdown .headercart_btn:focus{
    box-shadow: none;
}
.cart_dropdown .dropdown-toggle::after{
    content: none;
}
.cart_dropdown .dropdown-menu {
    border:0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 0;
    right: 0;
    left: auto !important;
}
/* .cart_dropdown .headercart_btn:hover{
    background-color: transparent;
    color: #00b6f1;
} */
/*------ End header middle style css ------ */

/* ------Start header main menu css------ */

.top-main-menu {
    
    position: relative;
    display: flex;
    align-items: center;
    /*width: 100%;
    float: left;*/
}

.main-menu {
    float: left;
}

.main-menu li {
    float: left;
    position: relative;
}

.main-menu li>a {
    color: #111;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 18px 30px;
    text-transform: uppercase;
}

.main-menu li:hover a::before {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu li span.lnr {
    font-size: 9px;
    margin-left: 10px;
}

/*dropdown menu css*/
.main-menu ul li ul.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 270px;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #00b6f1;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.main-menu ul li ul.dropdown li {
    margin: 0;
    float: none;
    position: relative;
}

ul.dropdown li span {
    float: right;
    padding-top: 7px;
}

.main-menu ul li ul.dropdown li a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 20px;
    text-transform: capitalize;
    justify-content: flex-start
}

.main-menu ul li ul.dropdown li:hover>a {
    color: #00b6f1;
}

.main-menu ul li ul.dropdown li ul.dropdown {
    left: 100%;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-bottom: 2px solid #00b6f1;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}
.main-menu ul li ul.dropdown li ul.dropdown1{
    visibility: hidden;
    opacity: 0;
    display: none;
}
.main-menu ul li ul.dropdown li:hover ul.dropdown{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.main-menu ul li ul.dropdown li.subnav:hover ul.dropdown1{
    display: block;
    opacity: 1;
    visibility: visible;
}
.main-menu li>a i {
    font-size: 14px;
    padding-left: 5px;
}

.main-menu ul li ul.dropdown li a i {
    float: right;
    font-size: 10px;
    margin-top: 1px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*mega menu css*/
.main-menu ul li.static {
    position: static;
}

.main-menu ul li ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #00b6f1;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
}

.main-menu ul li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.main-menu ul li ul.mega-menu.mega-full {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}

.main-menu ul li ul.mega-menu li {
    width: 25%;
    float: left;
    margin: 0;
}

.main-menu ul li ul.mega-menu li a {
    padding: 10px 0 20px;
}

.main-menu ul li ul.mega-menu li ul li {
    width: 100%;
}

.main-menu ul li ul.mega-menu li ul li a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    text-transform: capitalize;
}

.main-menu ul li ul.mega-menu li ul li:hover a {
    color: #00b6f1;
}
.brandlist{
    width: 10%;
}
.main-menu li li.my-cart{
    float: right;
}
/* -----Start header main menu css------ */

/* ------categories menu css here------ */
.categories-menu-bar {
    float: left;
}

.categories-menu-btn {
    background: #111 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 0;
    width: 254px;
    text-align: center;
    text-transform: capitalize;
}

.categories-menu-btn span {
    margin-left: 15px;
}

.left {
    float: left;
}

.left i {
    font-size: 20px;
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
}

.right {
    float: right;
}

.right i {
    font-size: 10px;
    margin-right: 15px;
    vertical-align: middle;
}

.categories-menu-btn span.lnr {
    font-size: 14px;
    padding: 0 18px;
    vertical-align: middle;
}

.categories-menu-btn,
.categorie-menus {
    display: block;
}

.categorie-menus {
    background: #fff;
    min-width: 254px;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9;
}

.categorie-menus li {
    position: relative;
}

.categorie-menus li span.lnr {
    float: right;
    font-size: 10px;
    margin-top: 8px;
    vertical-align: middle;
}

.categorie-menus li a {
    color: #111;
    display: block;
    line-height: 25px;
    padding: 10px 25px;
}

.categorie-menus li:hover>a {
    background: #00b6f1;
    color: #111;
}

.more-btn::before {
    content: "\f067";
    font-family: "FontAwesome";
    padding-right: 10px;
}

.more-btn.minus::before {
    content: "\f068";
}

/* categories sub menu css */

.categorie-menus li ul.cat-submenu {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 30px;
    visibility: hidden;
    width: 235px;
    padding: 15px 0;
}

.categorie-menus li:hover ul.cat-submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.cat-submenu>li a {
    color: #444;
    padding: 4px 25px;
}

.categorie-menus li ul.cat-submenu li:hover>a {
    color: #00b6f1;
    background: transparent;
}

.categorie-menus li ul.cat-submenu li ul.cat-submenu {
    top: 30px;
    opacity: 0;
    visibility: hidden;
}

.categorie-menus li ul.cat-submenu li:hover ul.cat-submenu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.cat-submenu.category-mega {
    width: 600px !important;
}

.cat-submenu.category-mega>li {
    width: 33.33%;
    float: left;
}

.cat-mega-title>a {
    font-weight: 600;
}

.category-mega li ul li a {
    color: #444;
    padding: 3px 25px;
}

.cat-mega-menu li ul li:hover a {
    color: #00b6f1;
    background: transparent;
}

/* categories style 2 */

.categories-menu-bar.cat-menu-style2 {
    position: relative;
    width: 100%;
}

.cat-menu-style2 .categories-menu-btn {
    width: 100%;
}

.cat-menu-style2 .categorie-menus {
    width: 100%;
    display: block;
}

/* header call action css */
.header-call-action {
    float: right;
}

.header-call-action p {
    color: #111;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 0;
}

.header-call-action strong {
    font-weight: 600;
}

.header-call-action span.lnr {
    font-size: 18px;
    padding-right: 10px;
}


/* sticky menus css  */
.header-top-menu.sticker.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

.header-top-menu.sticker.sticky .categories-menu-bar {
    display: none;
}

.header-top-menu.sticky4.sticker.sticky {
    background: #fff none repeat scroll 0 0;
    margin-top: 0;
    padding: 15px 0 12px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.27);
}


/* slick nav style */
.slicknav_menu {
    background: #fff;
    display: none;
}

.slicknav_nav * {
    padding: 0 !important;
    margin: 0 !important;
}

.slicknav_nav li {
    border-radius: 0px;
}

.slicknav_nav li a {
    color: #111 !important;
    border-radius: 0px;
    padding: 10px !important
}

.slicknav_nav li a a {
    padding: 0 !important;
}

.slicknav_nav>li:hover>a,
.slicknav_nav>li>a>a:hover,
.slicknav_nav>li>a:hover {
    background-color: #00b6f1 !important;
    border-radius: 0px !important;
}

.slicknav_nav ul {
    margin-left: 20px !important;
}

.slicknav_nav ul li a:hover {
    background-color: transparent !important;
    color: #00b6f1 !important;
}

.slicknav_nav .lnr-chevron-right {
    display: none;
}

/* header style 4 */
.header-style4 input.top-cat-field {
    width: calc(100% - 300px);
}

.header-middle.header-style4 {
    -webkit-box-shadow: 4px 7px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 7px 7px rgba(0, 0, 0, 0.2);
}

.categories-menu-btn.bg-4.ha-toggle {
    background: #00b6f1 none repeat scroll 0 0;
    color: #111;
}

.top-main-menu.menu-style4 .main-menu {
    float: right;
}

/* header style three */
.header-top.hstyle3 {
    border-bottom: 1px solid #f0f0f0;
}

.hstyle3 .header-top-left li,
.hstyle3 .box-right li a {
    color: #444;
}

.main-menu.menu-style3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: 100%;
}

nav.m-style3 {
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: block;
    width: 100%;
}

.main-menu.menu-style3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.top-main-menu .main-menu.menu-style3 li {
    border-right: 1px solid #fff;
    -webkit-box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 1 0 auto;
}
.top-main-menu .main-menu.menu-style3 li a b,.top-main-menu .main-menu.menu-style3 li a small{
    display: block;
}
.top-main-menu .main-menu.menu-style3 li a small{
    font-size:10px;
}
.top-main-menu .main-menu.menu-style3 li a b{
    font-size: 15px;
}
.top-main-menu .main-menu.menu-style3 li a .menu_img{
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    text-align: center;
    margin: 0;
}

.top-main-menu .main-menu.menu-style3 li:last-child {
    border-right: none;
}

.main-menu.menu-style3 li>a {
    padding:5px 15px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-menu.menu-style3 li span i {
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.main-menu.menu-style3 li ul.dropdown li {
    width: 100%;
}

.main-menu.menu-style3 li span {
    display: inline-block;
    line-height: 14px;
    margin-left: 8px;
    max-width: 175px;
    text-align: left;
    vertical-align: middle;
}
.main-menu.menu-style3 li span span{
    margin: 0;
    font-size: 12px;
}

.main-menu.menu-style3 ul li ul.dropdown li {
    border-right: medium none;
}

.main-menu.menu-style3 ul li ul.dropdown li a {
    text-align: left;
}

.main-menu.menu-style3 ul li ul.mega-menu li {
    border-right: none;
    width: 16.66%;
}

.main-menu.menu-style3 ul li ul.mega-menu li ul li {
    width: 100%;
}

.main-menu.menu-style3 ul li ul.mega-menu li a {
    text-align: left;
}

.mean-nav li a span.lnr {
    display: none;
}
.main-menu.menu-style3 ul.dropdown li:nth-child(9)>ul.dropdown{  
    top: -272px;
}
.main-menu.menu-style3 ul.dropdown li:nth-child(8)>ul.dropdown li:nth-child(12)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(9)>ul.dropdown li:nth-child(13)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(9)>ul.dropdown li:nth-child(9)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(9)>ul.dropdown li:nth-child(14)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(9)>ul.dropdown li:nth-child(15)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(9)>ul.dropdown li:nth-child(16)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(9)>ul.dropdown li:nth-child(17)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(9)>ul.dropdown li:nth-child(18)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(9)>ul.dropdown li:nth-child(19)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(9)>ul.dropdown li:nth-child(20)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(8)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(9)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(10)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(11)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(12)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(13)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(14)>ul.dropdown,.main-menu.menu-style3 ul.dropdown li:nth-child(15)>ul.dropdown{  
    bottom: 0;
    top: auto;
}

/* --------Slider area css here-------- */
.single-slider {
    background-position: center center;
    background-size: cover;
    /*height: 625px;*/
}

.slider-text h1 {
    color: #111;
    font-size: 60px;
    line-height: 60px;
    text-transform: capitalize;
}

.slider-text p {
    font-size: 22px;
    margin-bottom: 55px;
    margin-top: 20px;
}

.btn-1.home-btn {
    background: #00b6f1;
    border-radius: 6px;
    color: #111;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    padding: 0 24px;
    text-transform: capitalize;
}

.btn-1.home-btn:hover {
    background: #111;
    color: #fff;
}

.slick-current .slider-text h1 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.slick-current .slider-text p {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.slick-current .home-btn {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/* hero style 2 */
.hero-style-2 .single-slider {
    height: 518px;
    ;
}

.hero-style-2 .slider-text h1 {
    font-size: 54px;
    line-height: 60px;
}

.hero-style-2 .slider-text p {
    margin-bottom: 30px;
}

.hero-style-2 .slider-text {
    padding: 0 20px;
}

/* slider three */
.single-slider.slider3 {
    height: 625px;
}


/* -----features area css start----- */
.feature-inner {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 36px 5px;
}

.feature-inner .col {
    position: relative;
    padding: 0;
    width: 20%;
}

.feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature-content {
    margin-left: 18px;
}

.feature-content h4 {
    color: #111;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.feature-content p {
    font-size: 13px;
    line-height: 20px;
}

/* -----features area css end----- */

/* -----product wrapper area css start----- */
/* section title start */
.section-title {
    position: relative;
    margin-top: 0px;
    background-color: #fff;
    margin-bottom: 0px;
    padding: 5px 0px;
    border-radius: 10px;
}

.section-title h3 {
    background: #fff none repeat scroll 0 0;
    color: #111;
    display: inline-block;
    font-size: 24px !important;
    font-weight: 600 !important;
    padding-right: 30px;
    margin: 0 !important;
    position: relative;
    text-transform: uppercase;
}

.section-title span {
    font-weight: 600;
}

.section-title.module-three {
    position: relative;
}

.section-title::after {
    background: #f0f0f0;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: -1;
}

.hm-1 .section-title.module-three {
    margin-top: 40px;
    margin-bottom: 35px;
}

.boxx-tab {
    left: 50%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.nav.my-tab {
    background: #fff;
    display: inline-block;
    padding: 0 30px;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
}

.nav.my-tab li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.nav.my-tab li:last-child {
    margin-right: 0;
}

.nav.my-tab li::after {
    background: #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
}

.nav.my-tab li:last-child::after {
    display: none;
}

.nav.my-tab a {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 15px;
}

.nav.my-tab li a:hover,
.nav.my-tab li a.active {
    color: #111;
}

/* section title start */
.pro-module-title h3 {
    background: #fff;
    color: #111;
    display: inline-block;
    font-size: 26px;
    line-height: 33px;
    padding-right: 30px;
    position: relative;
    vertical-align: middle;
    text-transform: capitalize;
}

.pro-module-title span {
    font-weight: 600;
}

.product-item {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    background-color: #fff;
}

.product-item:hover {
    border-color: #e0e0e0;
}

.product-item:hover .action-links a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item:hover .sec-img {
    opacity: 1;
    visibility: visible;
}

.product-thumb {
    position: relative;
    padding-left: 1px;
}

.product-thumb a {
    position: relative;
    display: block;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}

.product-short .nice-select .list {
    right: 0;
    left: auto;
}

.sec-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
 
.label-product {
    /*background: #83b71c;*/
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    left: 12px;
    line-height: 22px;
    min-width: 46px;
    padding: 0 9px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: 3;
}

.label-product:nth-child(1) {
    top: 10px;
}

.label-product:nth-child(2) {
    top: 47px;
}

.label_sale {
    background: #fedc19;
    color: #111;
}
.label_new {
    background: #00b6f1;
    color: #111;
}
.label_stock{
    background: #83b71c;
    color: #111;
}

.label-product span {
    display: block;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}

.action-links {
    position: absolute;
    right: 10px;
    top: 20px;
}

.action-links a {
    background: #e9e9e9;
    border-radius: 50%;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 36px;
    margin-bottom: 10px;
    text-align: center;
    width: 36px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.action-links a i {
    line-height: 36px;
}

.quick-view-btn {
    margin-top: 30px;
}

.action-links a:hover::before,
.action-links a:hover::after {
    opacity: 1;
    visibility: visible;
}

.action-links a:hover {
    background: #00b6f1;
}

.product-caption {
    position: relative;
    padding: 15px;
}

.manufacture-product a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}
.view_btn{
    position: absolute;
    top: 15px;
    right: -10px;
    text-transform:uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #005c84;
    background-color: #fff;
    padding: 0 10px;
}
.view_btn span{
    font-size: 14px;
}
.view_btn:hover{
    color: #0a58ca !important;
}
.product-name h4 {
    font-size: 15px !important;
    font-weight: 400 !important;
    min-height: 54px;
    line-height: 22px !important;
    padding: 5px 0;
    margin: 0 !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-name h4 a {
    color: #111;
}

.product-name h4:hover a {
    color: #00b6f1;
}

.ratings {
    padding: 8px 0;
}

.ratings span i {
    font-weight: 900;
}

span.yellow {
    color: #00b6f1;
}

.regular-price {
    color: #111;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.old-price {
    color: #666;
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
}

.regular-price .special-price {
    color: #fe4f19;
}

.btn-cart {
    background-color: #00b6f1;
    border:2px #00b6f1 solid;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 38px;
    margin-top: 10px;
    padding: 0 25px;
    text-transform: uppercase;
}


.btn-cart:hover {
    color: #00b6f1;
    background-color: transparent;
}

.product-caption .btn-cart {
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.product-item:hover .btn-cart {
    opacity: 1;
    visibility: visible;
}

.product-item:hover .ratings,
.product-item:hover .price-box {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px)
}

.product-gallary-wrapper .owl-stage {
    margin-top: 15px;
}

/* home2 product-wrapper  */
.section-title.product-spacing.home2-tab-spacing {
    margin-bottom: 50px;
}

.section-title.product-spacing.home2-tab-spacing .boxx-tab {
    top: 54px;
}

.home2-tab-spacing .nav.my-tab a {
    font-size: 14px;
}

.product-gallary-active2.product-spacing .owl-nav {
    top: -85px;
}

/* home2 product-wrapper  */

/* tab problem fix css */
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

/* -----product wrapper area css end----- */

/* --------home banner statics-------- */
.single-banner-statics:hover img {
    opacity: 0.7;
}

.pro-gallary-banner {
    margin-top: 15px;
}

/* ----home featured categories area start---- */

.product-layout-two {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

.product-layout-two:hover {
    border-color: #00b6f1;
}

.product-layout-thumb {
    min-width: 130px;
    width: 36%;
    text-align: right;
}

.product-layout-thumb:hover img {
    opacity: 0.7;
}

.product-layout-info {
    padding: 15px;
}

.product-layout-two h4.pro-name {
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.product-layout-two h4.pro-name a {
    color: #111;
}

.product-layout-two h4.pro-name:hover a {
    color: #00b6f1;
}

.total-items {
    color: #666;
    line-height: 20px;
    margin: 5px 0 5px;
    text-transform: capitalize;
}

a.shop-btn {
    color: #111;
    line-height: 22px;
    text-transform: capitalize;
}

a.shop-btn:hover {
    color: #00b6f1;
}

/* ----home featured categories area end---- */

/*-----product module three start-----*/
.box-tab-style {
    position: relative;
}

.box-tab-style::before {
    background: #e9e9e9;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav.tab-style2 {
    background: #fff;
    display: inline-block;
    position: relative;
}

.nav.tab-style2>li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.nav.tab-style2>li::after {
    background: #d6d6d6;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 15px;
}

.nav.tab-style2 li a {
    color: #868686;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 15px;
}

.nav.tab-style2 li a.active {
    color: #111;
}

.custom-seven-column {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-seven-column>.col {
    max-width: 14.28%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 14.28%;
    flex: 1 0 14.28%;
}

.custom-seven-column>.col-2 {
    max-width: 28.56%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 28.56%;
    flex: 1 0 28.56%;
}

/* home2 module three */
.section-title.module-three.module-three-spacing {
    margin-bottom: 60px;
}

.section-title.module-three.module-three-spacing .boxx-tab {
    top: 50px;
}

.section-title.module-three.module-three-spacing .boxx-tab .nav.my-tab {
    padding: 0 15px;
}

.module-three-spacing2.owl-arrow-style .owl-nav {
    top: -92px;
}

.module-three-spacing .nav.my-tab li a {
    font-size: 14px;
}

/*----product module four css here----*/
.product-module-four-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-module-four-item:hover {
    border-color: #00b6f1;
}

.product-module-caption {
    padding: 8px 20px;
}

.product-module-caption .manufacture-com a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.manufacture-com a:hover {
    color: #111;
}

.product-module-caption .product-module-name h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0;
}

.product-module-caption .product-module-name a {
    color: #111;
}

.product-module-caption .product-module-name a:hover {
    color: #00b6f1;
}

.product-module-caption .ratings {
    padding: 8px 0;
}

.product-module-caption .regular-price {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.product-module-caption .regular-price .special-price {
    color: #fe4f19;
}

.product-module-caption .old-price {
    color: #666;
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
}

.product-module-thumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
}

.owl-carousel .owl-item .product-module-thumb img {
    width: 100%;
}

/* home2 module 4 */
.pro-home2 .product-module-caption {
    padding: 8px 12px;
}

.pro-home2 .product-module-thumb {
    max-width: 130px;
}

/* home module 4 */
.product-module-thumb.thumb4 {
    max-width: 110px;
}

.thumb4 .label-product {
    left: 200px;
}


/*----product module four css end----*/

/* ----brand sell area css start---- */
.nav.brand-active {
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: 17px 0;
}

.nav.brand-active {
    margin-bottom: 25px;
}

.single-brand {
    display: block;
}

.brand-thumb {
    text-align: center;
}

.owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block;
}

.brand-area li {
    text-align: center;
}

.sale-nav .owl-nav {
    top: -190px;
}

/* ---brand home--- 2 */
.single-brand-logo {
    text-align: center;
}

.brand2-slider-wrapper {
    border: 1px solid #f0f0f0;
    padding: 25px;
}

.single-brand-logo img {
    opacity: 0.7;
}

.single-brand-logo:hover img {
    opacity: 1;
}

/* ----brand sell area css end---- */

/* ----featured categories home 2 start---- */
.featured-home2 .section-title {
    margin-top: 24px;
}

.featured-home2-wrapper {
    border: 1px solid #f0f0f0;
}

.featured-home2-active {
    padding: 10px;
}

.featured-home2-single-item {
    text-align: left;
}

.featured-home2-thumb {
    text-align: center;
}

.featured-home2-thumb:hover img {
    opacity: 0.7;
}

.featured-home2-conteny h4 {
    margin-bottom: 13px;
    margin-top: 20px;
    text-transform: capitalize;
}

.featured-home2-conteny h4 a {
    color: #111;
}

.featured-home2-conteny h4 a:hover {
    color: #00b6f1;
}

.sub-featured-categories li {
    margin-bottom: 6px;
}

.sub-featured-categories li a {
    color: #444;
    display: block;
}

.sub-featured-categories li:hover a {
    color: #00b6f1;
    padding-left: 5px;
}

.featured-home2-conteny>a {
    color: #00b6f1;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
}

.featured-home2-conteny>a:hover {
    color: #111;
}

/* ----featured categories home 2 end---- */

/* ----home 2 sidebar start---- */
.banner-area>.container-fluid>.row>.col-lg-3 {
    max-width: 285px;
}

.banner-area>.container-fluid>.row>.col-lg-6 {
    max-width: calc(100% - 570px);
}

.banner-area>.container-fluid>.row>.col-lg-9 {
    max-width: calc(100% - 285px);
}

.banner-right-thumb.mb-30 img {
    width: 100%;
}

.home2-main-wrapper>.container-fluid>.row>.col-lg-3 {
    max-width: 285px;
}

.home2-main-wrapper>.container-fluid>.row>.col-lg-9 {
    max-width: calc(100% - 285px);
}

/* flash sale area */
.section-title.flash-title {
    margin-top: 0;
}

.product-item:hover .count-style .ratings,
.product-item:hover .count-style .price-box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.product-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-countdown {
    display: inline-block;
    text-align: center;
}

.single-countdown__time {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    background: #00b6f1;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    border-radius: 5px;
}

.single-countdown__text {
    display: block;
    font-size: 12px;
    color: #444;
    margin-top: 5px;
}

.product-item:hover .product-countdown {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

/* end flash css */
.sidebar-static-thumb:hover img {
    opacity: 0.7;
}

/* latest product css */
.latest-single-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    border-radius: 5px;
}

.latest-single-item:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.latest-thumb {
    max-width: 110px;
}

.latest-pro-content h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.latest-pro-content h4 a {
    color: #111;
}

.latest-pro-content h4 a:hover {
    color: #00b6f1;
}

/* ---latest blog area css--- */
.blog-area-wrapper {
    padding-top: 20px;
}

.blog-thumb.blog--hover img {
    width: 100%;
}

.blogg-thumb img {
    width: 100%;
}

.single-blogg-item iframe {
    width: 100%;
}

.blogg-thumb {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.blogg-thumb:hover img {
    opacity: 0.7;
}

.blogg-content {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
    width: 100%;
}

.post-date {
    background: #00b6f1 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 5px 7px;
    margin-bottom: 10px;
}

.blogg-content h5 {
    color: #000;
    font-size: 20px !important;
    line-height: 22px !important;
    margin-bottom: 20px !important;
    position: relative;
}

.blogg-content h5 a,.blogg-content a {
    color: #000;
}
.blogg-content a:hover{
    color: #00b6f1;
}

.blogg-content h5:before {
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 1px;
    content: "";
    position: absolute;
    background: #d3d2d2;
}

.blogg-content h5 a:hover {
    color: #00b6f1;
}

.blog-tag-line>a {
    border: 1px solid #f0f0f0;
    color: #111;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 15px;
    border-radius: 5px;
    text-transform: capitalize;
}

.blog-tag-line>a:hover {
    background: #00b6f1;
}

.blog-wrapper-inner.column5 .row .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.blogg-content blockquote {
    margin: 15px;
}

.blogg-content blockquote p {
    border-left: 5px solid #00b6f1;
    color: #777;
    font-size: 16px;
    font-style: italic;
    padding: 0 10px;
}

.blogg-meta {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    color: #444;
    font-size: 13px;
    padding: 17px 0;
    text-align: left;
    text-transform: uppercase;
}

.blogg-meta a {
    color: #444;
}

.blogg-meta a:hover {
    color: #00b6f1;
}

.blogg-author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.author-thum {
    height: 65px;
    margin-right: 20px;
    width: 65px;
}

.author-info h3 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.author-info h3 a {
    color: #444;
    padding-left: 5px;
    text-transform: capitalize;
}

.author-info h3 a:hover {
    color: #111;
}

.author-info>p {
    color: #444;
}

.related-product-area .section-title {
    padding: 0px;
    margin-bottom: 15px;
}
.related-product-area .bgcolor_div{
  padding: 20px;
  margin-top: 15px;
}
.blog-related-post>h3 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 47px;
    text-transform: uppercase;
}

.single-blogg-post h4 {
    margin-top: 20px;
}

.single-blogg-post h4 a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-blogg-post h4 a:hover {
    color: #00b6f1;
}

.blogg-post-date {
    color: #959595;
    font-family: lato;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-social-sharing h3 {
    color: #111;
}

.blog-social-sharing li {
    display: inline-block;
}

.blog-social-sharing li a {
    background: #111;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.blog-social-sharing li:hover a {
    color: #111;
    background: #00b6f1;
}

.blog-thumb-active.owl-carousel .owl-nav div {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 30px;
    left: 50px;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    width: 30px;
}

.blog-thumb-active.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}

.blog-thumb-active.owl-carousel:hover .owl-nav>div {
    opacity: 1;
    top: 50%;
    visibility: visible;
}

/*---blog comment area css---*/
.blog-comment-wrapper h3 {
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0 18px;
    text-transform: uppercase;
}

.blog-comment-wrapper>p {
    font-size: 12px;
    margin-bottom: 10px;
    padding-top: 30px;
}

.comment-post-box label {
    color: #111;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.comment-post-box textarea {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 130px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.coment-field {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #959595;
    padding: 8px 10px;
    width: 100%;
}

/* ---latest blog area css end--- */

/* pagination css */
.pagination-box li {
    display: inline-block;
}

.pagination-box li a {
    color: #111;
    padding: 10px;
}

.pagination-box li:hover a {
    color: #00b6f1;
}

.pagination-box li.active a {
    color: #00b6f1;
}

.paginatoin-area {
    padding-bottom: 20px;
    border-top: 1px solid #ebebeb;
}

.pagination-style-2 {
    text-align: right;
}

/* ---testimonial area start--- */
.testimonial-single-item {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 25px 25px 45px;
}

.testimonial-single-item:hover {
    border-color: #00b6f1;
}

.testimonial-avater {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonial-author {
    margin-left: 25px;
}

.testimonial-author h6 {
    color: #111;
    font-size: 15px;
    margin-bottom: 5px;
}

.testi-quote {
    background-image: url("../img/icon/icon_ttm.png");
    background-repeat: no-repeat;
    margin-top: 35px;
    padding: 35px 0;
}

.testi-quote a {
    color: #444;
    display: block;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
}

/* ---testimonial area end--- */

/* ----home 2 sidebar end---- */


/* -----footer area css start----- */
/* ----newsletter area start---- */
.newsletter-group {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 20px 13px;
    margin-top: 15px;
}

.newsletter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.newsletter-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    padding-right: 10px;
    justify-content: flex-start;
}

.newsletter-title {
    padding: 10px 0;
}

.newsletter-box h3,.footer-top h3 {
    color: #111;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    padding: 0 20px 0 0;
}
.newsletter-box h3 span,.footer-top h3 span{
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.newsletter-title>p {
    font-size: 16px;
}

.email-box {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: #a6a6a6;
    display: inline-block;
    font-size: 14px;
    height: 56px;
    padding: 0 15px;
    position: relative;
    vertical-align: middle;
    width:100%;
}
.inputs-box{
    width: 100%;
    align-items: center;
}
.inputs-box .iti{
    margin: 0;
}
.iti__selected-flag{
    padding: 0 6px 0 12px !important;
}
.formrow {
    width: 25%;
}
.newsletter-btn {
    background: #00b6f1;
    border:2px #00b6f1 solid;
    border-radius:10px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    height: 56px;
    padding: 0 15px;
    /* position: absolute; */
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.newsletter-btn:hover {
    color: #0daadd;
    background: #fff;
}

.link-follow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    text-align: right; */
    width: 40%;
    justify-content: flex-end;
}

.link-follow a {
    background: #fff;
    border-radius: 10px;
    color: #111;
    display: inline-block;
    font-size: 20px;
    height: 56px;
    line-height: 56px;
    margin-left: 13px;
    text-align: center;
    width: 56px;
}

.link-follow a:hover {
    color: #fff;
    background: #00b6f1;
}
.tiktok_icon{
    display: inline-block;
    background-image: url("../img/tiktok_icon.png");
    background-position: -1px 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-top: 18px;
}
.link-follow a:hover .tiktok_icon{
    background-position: -41px 0;
}
.footer-single-widget {
    text-align: center;
}
/* ----newsletter area end---- */

/* -----footer top area css start----- */
.footer-top {
    /* padding-bottom: 30px; */
    padding:20px 0;
}
.footerlast_row{
    display: flex;
    justify-content: space-between;
    max-width: 80%;
}
footer .single-banner-statics{
    margin-bottom: 20px;
}
footer .single-banner-statics img{
    height: auto;
    width: auto;
}

.widget-body>p {
    margin-bottom:15px;
}

.payment-method>h4 {
    color: #111;
    font-size: 18px;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.widget-title>h4 {
    color: #111;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.footer-useful-link li {
    margin-bottom: 10px;
}

/* .footer-logo.mb-30 {
    margin-bottom: 15px;
} */
.footer-logo img{
    max-height: 100px;
}

.footer-useful-link li a {
    color: #444;
    font-size: 14px;
    text-transform: capitalize;
}

.footer-useful-link li:hover a {
    color: #00b6f1;
    margin-left: 10px;
}

.footer-useful-link span {
    color: #111;
}

.footer-useful-link strong {
    color: #111;
    font-size: 20px;
    font-weight: 500;
}

.twitter-text {
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    line-height: 24px;
    margin-bottom: 65px;
    padding: 20px;
    position: relative;
}

.twitter-text a {
    color: #00b6f1;
}

.twitter-text::after {
    border-color: #f8f8f8 transparent transparent #f8f8f8;
    border-style: solid;
    border-width: 14px 13px;
    bottom: -25px;
    content: "";
    left: 42px;
    position: absolute;
    z-index: 1;
}

.tweet-time {
    bottom: -60px;
    display: block;
    left: 20px;
    position: absolute;
}

.tweet-time i {
    color: #00b6f1;
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.tweet-time>a {
    color: #444;
    font-size: 13px;
    font-style: italic;
    text-transform: capitalize;
}

/* -----footer top area css end----- */

.footer-bottom-content {
    border-top: 0px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    width: 100%;
    align-items: center;
}

.footer-copyright p {
    color: #666;
    font-size: 13px;
    margin: 0 !important;
}
.footer-copyright p br{
    display: none;
}
.footer-copyright a {
    color: #444;
}

.footer-custom-link a {
    color: #444;
    display: inline-block;
    line-height: 30px;
    margin-left: 33px;
    position: relative;
    vertical-align: top;
}

.footer-custom-link a::after {
    background: #444;
    content: "";
    height: 13px;
    margin-top: -6.5px;
    position: absolute;
    right: -19px;
    top: 50%;
    width: 1px;
}

.footer-custom-link a:last-child::after {
    display: none;
}

.footer-custom-link a:hover {
    color: #00b6f1;
}

/* -----footer area css end----- */

/* ---breadcrumb area css start--- */
.breadcrumb-area {
    background: #fff;
    margin:15px 0;
    padding: 10px 0;
}

.breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 10px 20px !important;
}

.breadcrumb-item>a {
    color: #111;
}

.breadcrumb-item>a:hover {
    color: #00b6f1;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105" !important;
    padding: 0 15px 0 7px !important;
    font-family: fontawesome;
}
.table > :not(:first-child){
    border-top: 0 !important;
}

/* ---breadcrumb area css end--- */
.single-sidebar:last-child {
    margin-bottom: 0;
}

.shop-sidebar-inner {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    padding: 21px 22px;
}

.shop-baner-img img {
    width: 100%;
}

.sidebar-inner-title {
    overflow: hidden;
}

.sidebar-inner-title.mb-25 {
    margin-bottom: 15px;
}

.sidebar-inner-title h3 {
    color: #111;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
}

.sidebar-inner-title h3::after {
    background: #f0f0f0;
    content: "";
    height: 2px;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 100%;
}

/* ---price filter css start--- */
.ui-widget-content {
    background: #d9d9d9;
    border: medium none;
    border-radius: 0;
    height: 4px;
    margin: 35px 0;
}

.ui-widget-content .ui-state-default {
    background: #ffffff;
    border: 2px solid #00b6f1;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    height: 18px;
    width: 18px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.ui-widget-content .ui-state-default:hover {
    background: #00b6f1;
}

.ui-widget-content .ui-slider-range:last-child {
    background: #00b6f1;
}

.filter-price-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-price-cont .input-type input {
    border: medium none;
    font-size: 14px;
    font-weight: 400;
    width: 55px;
}

/* ---price filter css end--- */

/* sidebar categories css start */
.filter-attribute-container li {
    margin-bottom: 10px;
}

.filter-attribute-container ul li a {
    color: #444;
    padding-left: 20px;
    position: relative;
}

.filter-attribute-container ul li a::before {
    content: "\f096";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}

.filter-attribute-container ul li a::after {
    content: "\f046";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.filter-attribute-container ul li:hover a,
.filter-attribute-container ul li a.active {
    color: #00b6f1;
}

.filter-attribute-container ul li:hover a::after {
    opacity: 1;
    visibility: visible;
}

.filter-attribute-container ul li a.active::after {
    opacity: 1;
    visibility: visible;
}

.sidebar-thumb:hover {
    opacity: 0.7;
}

/* ----sidebar categories css end---- */

/* ---product view mode change css start--- */
.shop-product-wrap.list .product-item {
    display: none;
}

.shop-product-wrap.grid .product-item {
    display: block;
}

.shop-product-wrap.grid .sinrato-list-item {
    display: none;
}

.product-view-mode,
.shop-product-wrap.list .sinrato-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-product-wrap.row.column_3 .sinrato-list-item {
    display: none;
}

.product-view-mode a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    width: 48px;
    border-radius: 5px;
}

.product-view-mode a span {
    display: block;
    height: 16px;
    text-indent: -5000px;
    width: 16px;
    background-image: url(../img/icon/3col.png);
}

.product-view-mode a:nth-child(2) span {
    width: 22px;
    background-image: url(../img/icon/4col.png);
}

.product-view-mode a:nth-child(3) span {
    width: 20px;
    height: 14px;
    background-image: url(../img/icon/list.png);
}

.product-view-mode a:hover,
.product-view-mode a.active {
    border-color: #00b6f1;
    background: #00b6f1;
}

.product-view-mode a:hover span,
.product-view-mode a.active span {
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

.top-bar-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-bar-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.per-page {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 100px;
}

.product-short {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*.product-page {
    margin-left: 50px;
}*/

.product-shop-main-wrapper .shop-product-wrap.column_3.row .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.shop-top-bar .nice-select {
    border: 1px solid #f0f0f0;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.nice-select .option {
    line-height: 30px;
    min-height: 30px;
}

.shop-top-bar .per-page p,
.shop-top-bar .product-short p {
    margin-right: 10px;
}

.product-shop-main-wrapper.mb-50 {
    padding-top: 5px;
}

.pagination-area.pt-35.pb-20 {
    padding-bottom: 13px;
    padding-top: 30px;
}

/* ---product view mode change css end--- */

/* ----product list item css start---- */
.sinrato-list-item {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 15px;
}

.sinrato-list-item:hover {
    border-color: #00b6f1;
}

.sinrato-thumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    flex: 1 0 auto;
    position: relative;
}

.sinrato-list-item .pri-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sinrato-thumb .sec-img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sinrato-list-item:hover .sec-img {
    opacity: 1;
    visibility: visible;
}

.sinrato-list-item:hover .pri-img {
    opacity: 0;
    visibility: hidden;
}

.sinrato-list-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
    text-align: left;
}

.sinrato-product-name h4 {
    font-size: 20px;
    margin: 10px 0;
    text-transform: capitalize;
}

.sinrato-product-name h4 a {
    color: #111;
}

.sinrato-product-name h4 a:hover {
    color: #00b6f1;
}

.sinrato-ratings span {
    color: #666;
    opacity: 0.5;
}

.sinrato-box-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 250px;
    flex: 1 0 auto;
}

.sinrato-box-action .regular-price {
    font-size: 20px;
}

.sinrato-box-action .btn-cart {
    line-height: 46px;
    font-size: 16px;
}

.action-links.sinrat-list-icon {
    margin-top: 20px;
    position: static;
}

.action-links.sinrat-list-icon a {
    display: inline-block;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    margin-bottom: 0;
}

.shop-product-wrap.row.list .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* ----product list item css end---- */

/* ---product details style css start--- */
.product-details-main-wrapper {
    padding-top: 0px;
    padding-bottom: 15px;
}

.product-details-main-wrapper .product-gallery-active .owl-nav {
    display: none;
}

.pro-large-img {
    padding: 1px;
    position: relative;
    cursor: move;
}
.product-large-slider1{
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    max-height: 770px;
    min-height: 750px;
    /* display: flex !important;
    width: 100% !important;
    align-items: center;
    justify-content: center; */
}
.pro-large-img img {
    width: auto;
    height: 100%;
    position: relative;
    display: inline-block !important;
}

.pro-nav {
    margin: -5px;
    margin-right: 0px;
}

.pro-nav-thumb {
    padding: 10px;
    cursor: pointer;
    border: 1px solid #f0f0f0 !important;
    margin:0 15px 0 0;
    text-align: center;
    border-radius: 10px;
    max-height: 135px;
}
.pro-nav-thumb.slick-current{
    border-color: #000 !important;
}
.pro-nav-thumb img {
    display: inline-block !important;
    max-height: 110px;
}
.slider_thumbs{
    padding: 0;
}
.slick-track{
    margin-left: 0 !important;
}

.pro-nav-thumb.slick-slide.slick-current.slick-active.slick-center img {
    border-color: #00b6f1;
}

/* product details content css */
.pro-details-name.mb-10>h3 {
    color: #111;
    font-size: 20px;
    font-weight: 500;
}

.pro-details-review li {
    display: inline-block;
    margin-right: 10px;
}

.pro-details-review li a {
    color: #444;
    padding-right: 10px;
    position: relative;
}

.pro-details-review li:hover a {
    color: #00b6f1;
}

.pro-details-review li a::before {
    background: #444 none repeat scroll 0 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
}

.pro-details-review li:last-child a:before {
    display: none;
}

.pro-details-review span i {
    color: #ddd;
}

.product-detail-sort-des {
    border-bottom: 1px solid #f0f0f0;
    max-height: 81px;
    overflow: hidden;
}

.product-detail-sort-des p{
    padding:0;
    margin: 0 !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-detail-sort-des ul,.product-detail-sort-des ul li{
    list-style:inherit;
}
.product-detail-sort-des ul{
    margin: 0 0 0 17px !important;
}

.pro-details-list li {
    margin-bottom: 5px;
}

.pro-details-list li span {
    color: #111;
    font-weight: 500;
    margin-right: 10px;
}

.pro-details-list li a {
    color: #444;
}

.product-availabily-option>h3 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.color-optionn h4 {
    color: #111;
    font-size: 14px;
    margin: 8px 0 15px;
    text-transform: capitalize;
}

.color-optionn sup {
    color: #f00;
    font-size: 16px;
    margin-right: 2px;
    top: 0;
}

.color-optionn li {
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
}

.color-optionn li a {
    display: block;
    height: 30px;
    width: 30px;
}

.c-red {
    background: red;
}

.c-gray {
    background: gray;
}

.c-blue {
    background: blue;
}

.c-brown {
    background: brown;
}

.c-black {
    background: black;
}

.qty-boxx label,
.tag-line label,
.pro-social-sharing label,
.product-size label {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
    text-transform: capitalize;
}

.qty-boxx>input {
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-align: center;
    width: 80px;
}

.btn-cart.lg-btn {
    font-size: 16px;
    line-height: 42px;
    font-weight: 600;
    padding: 0 30px;
}

.useful-links li {
    display: inline-block;
    margin-right: 20px;
}

.useful-links li a {
    color: #444;
    text-transform: capitalize;
}

.useful-links li a i {
    color: #00b6f1;
    font-size: 16px;
    margin-right: 5px;
}

.tag-line>a:hover,
.useful-links li:hover a {
    color: #00b6f1;
}

.pro-social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pro-social-sharing li.list-inline-item a {
    border-radius: 3px;
    color: #fff;
    height: 20px;
    padding: 3px 10px;
    width: 80px;
}

.bg-facebook {
    background: #365899;
}

.bg-twitter {
    background: #1b95e0;
}

.bg-google {
    background: #e04b34;
}

/* product details page reviews area css start */

.product-info.mt-half ul.nav.nav-pills {
    background: #fff;
    padding: 10px 0 !important;
    margin-bottom: 15px !important;
}

.product-info.mt-half li.nav-item a {
    background: transparent;
    color: #ababab;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
}

.product-info.mt-half li.nav-item a.active {
    color: #111;
}

.table-striped tr td {
    width: 50%;
}

.ratting li {
    margin-right: 8px;
}

.review-form h2 {
    color: #111;
    font-size: 27px;
    margin-bottom: 10px !important;
}
.verifiedPurchaseCover {
    border-left: 2px solid rgb(234, 239, 243);
    margin-left: 12px;
    padding-left: 12px;
    display: flex;
    color: #005c84;
    font-weight: 600;
    -webkit-box-align: center;
    align-items: center;
}
.verifiedPurchaseCover span{
    margin-right: 5px;
    font-weight: 600;
}
.btn-cart.rev-btn {
    background: #111;
    color: #fff;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
}

.btn-cart.rev-btn:hover {
    background: #00b6f1;
}

/* product details page reviews area css end */
label {
    margin-bottom: 0;
}

.slider-boxx .product-detail-sort-des p {
    padding: 0 200px;
}

.slider-boxx .pro-social-sharing {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-details-inner.pro-tab-one {
    padding-left: 10px;
}
.product-details-inner .special-price {
    font-size: 24px;
    color: #111;;
}
/* ---product details style css end--- */

/* -----Layout Shopping Cart----- */
.cart-accordion-wrapper h3 {
    color: #111;
}

.shopping-cart-wrapper .table {
    text-align: center;
}

.shopping-cart-wrapper .table thead td {
    color: #111;
    font-weight: 600;
}

.shopping-cart-wrapper .table td,
.shopping-cart-wrapper .table th {
    border-width: 1px;
}

.shopping-cart-wrapper .table td,
.table-bordered td,
.table-bordered th {
    vertical-align: middle;
}

.shopping-cart-wrapper .table td a {
   /* color: #111;*/
    font-size: 14px;
    font-weight: 500;
}
.shopping-cart-wrapper .table td.product-name{
    max-width: 500px;;
}
.shopping-cart-wrapper .table td.product-name a{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.shopping-cart-wrapper .table thead th:first-child{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.shopping-cart-wrapper .table img {
    max-width: 120px;
}

.shopping-cart-wrapper .table span {
    display: block;
    font-size: 12px;
}

.shopping-cart-wrapper .table .cart-input {
    margin-right: 10px;
}

.shopping-cart-wrapper .table .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.shopping-cart-wrapper .table .btn-primary:hover,
.shopping-cart-wrapper .table .btn-primary:focus {
    background-color: #286090;
    border-color: #204d74;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.shopping-cart-wrapper .table .btn-danger:hover,
.shopping-cart-wrapper .table .btn-danger:focus {
    background-color: #00b6f1;
    border-color: #00b6f1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shopping-cart-wrapper .table button {
    height: 40px;
}

.shopping-cart-wrapper .table button:first-child {
    margin-right: -2px;
    padding: 0 15px;
    font-size: 18px;
}

.shopping-cart-wrapper .table .input-group {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

/* .shopping-cart-wrapper strong {
    font-weight: 500;
} */

.shopping-cart-wrapper input,
.shopping-cart-wrapper .nice-select {
    height: 40px;
    line-height: 25px;
}

.shopping-cart-wrapper .input-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shopping-cart-wrapper .card {
    margin-bottom: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.shopping-cart-wrapper .card-body {
    padding: 30px;
}

.shopping-cart-wrapper .card-body input[type="button"] {
    margin-left: 10px;
}

.shopping-cart-wrapper .card-header {
    padding: 0;
}

.shopping-cart-wrapper .card-header i {
    float: right;
}

.shopping-cart-wrapper .card-header a {
    color: #111;
    display: block;
    padding: 15px;
}

.shopping-cart-wrapper .card-header a:not([aria-expanded="false"]) i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart-amount-wrapper {
    margin-top: 30px;
}

.cart-amount-wrapper .table td span,.shopping-cart-wrapper strong {
    font-weight: 600;
    font-size: 16px;
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-secondary.cart-pg {
    padding: 0 20px;
}

.cart-select .nice-select {
    width: 100%;
}

.nice-select.form-control {
    line-height: 30px;
}

.wishlist-style .table thead td {
    color: #111;
    font-weight: 500;
}

.price>strong {
    color: #00b6f1;
}

.wishlist-wrapper .table tr td a {
    color: #111;
    font-weight: 500;
}

.wishlist-wrapper .table .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-right: 5px;
}

.wishlist-wrapper .table .btn-danger {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.wishlist-wrapper .table .btn-danger:hover {
    background: #00b6f1;
    border-color: #00b6f1;
}

/* ------Layout Checkout css start ------*/
.section-title.left-aligned {
    margin-top: 10px;
}

.checkout-wrapper .user-actions h3 {
    border-top: 2px solid #00b6f1;
    font-size: 14px;
    font-weight: 400;
    margin-bottom:0px;
    padding: 15px 55px;
    text-transform: capitalize;
    line-height: 1.4;
    position: relative;
}

.checkout-wrapper .user-actions h3::before {
    content: "\f007";
    display: inline-block;
    font-family: 'fontawesome';
    left: 20px;
    font-size: 25px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #555;
    position: absolute;
}

.checkout-wrapper .user-actions h3 span {
    cursor: pointer;
    color: #111;
    font-weight: 500;
}

.checkout-wrapper .display-content {
    border: 1px solid #ebebeb;
    display: none;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
}

.checkout-wrapper .user-login .login-info p:not(.lost-password) {
    font-size: 14px;
    margin-bottom: 20px;
}

.checkout-wrapper .user-coupon h3::before {
    content: "\f0e0";
    font-size: 22px;
}

.checkout-wrapper .user-coupon input {
    height: 40px;
}

.checkout-wrapper .checkout-form .form-check {
    padding-left: 0;
}

.checkout-wrapper .new-account-info,
.checkout-wrapper .ship-box-info {
    display: none;
}

.checkout-wrapper .form-check-label {
    color: #111;
    cursor: pointer;
}

.checkout-wrapper .order-summary .product-container{
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.checkout-wrapper .order-summary .product-container .product-containerscroll {
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}

.checkout-wrapper .order-summary .product-list {
    margin-bottom: 15px;
}

.checkout-wrapper .order-summary .product-list h5 {
    color: #111;
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.checkout-wrapper .order-summary .product-list img {
    max-width: 120px;
    border: 4px solid #f0f0f0;
    border-radius: 10px;
}

.checkout-wrapper .order-summary .product-list .product-quantity {
    color: #111;
    margin-bottom: 5px;
}

.checkout-wrapper .order-summary .product-list .product-final-price {
    font-size: 16px;
    color: #111;
    font-weight: 500;

}

.checkout-wrapper .order-summary .table th,
.checkout-wrapper .order-summary .table td {
    font-size: 18px;
    padding: 20px;
    font-weight: 500;
}

.checkout-wrapper .order-summary .table td {
    vertical-align: middle;
}

.checkout-wrapper .checkout-payment {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.checkout-wrapper .checkout-payment .custom-radio {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}
.checkout-wrapper .checkout-payment .custom-radio p{
    margin: 0;
}
.checkout-wrapper .checkout-payment .custom-radio .checkmark{
    top: 5px;
}
.checkout-wrapper .checkout-payment label {
    color: #111;
    font-size: 16px;
    line-height: 25px;
}

.checkout-wrapper .checkout-payment .payment-info {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
}

.checkout-wrapper .checkout-payment .form-check {
    margin-bottom: 30px;
    padding-left: 0;
}

.checkout-wrapper .checkout-payment .form-check a {
    color: #00b6f1;
}

.checkout-wrapper .checkout-payment .form-check label {
    font-size: 13px;
}

.checkout-wrapper .checkout-payment .form-check .checkmark {
    top: 3px;
}

.btn-secondary {
    background: #111 none repeat scroll 0 0;
    line-height: 35px;
    padding: 0 0.7rem;
    text-transform: capitalize;
}

.btn-secondary:hover {
    background-color: #00b6f1;
    border-color: #00b6f1;
    color: #fff;
}

/* Components Custom Inputs */
.custom-checkbox label {
    padding-left: 30px;
    text-transform: capitalize;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    cursor: pointer;
    width: 20%;
    left: 0;
}

.custom-checkbox .checkmark {
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
    z-index: -1;
}

.custom-checkbox .checkmark::after {
    content: "";
    opacity: 0;
    left: 0;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.custom-checkbox input:checked~.checkmark::after {
    left: 7px;
    opacity: 1;
}

.custom-radio {
    display: block;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio:hover input~.checkmark {
    background-color: #ccc;
}

.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dedede;
    z-index: -1;
}

.custom-radio .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 8.5px;
    left: 0;
    width: 8px;
    height: 8px;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    left: 0;
    height: 25px;
}

.custom-radio input[type="radio"]:checked~.checkmark::after {
    left: 8.5px;
    display: block;
}

.cart-input {
    width: 76px;
    text-align: left;
}

.cart-input-box {
    border: 1px solid #ddd;
    height: 46px;
    text-align: center;
    width: 48px;
}

.custom-radio .checkmark,
.custom-radio .checkmark::after {
    border-radius: 50%;
}

.custom-checkbox,
.custom-radio {
    position: relative;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox .checkmark,
.custom-checkbox .checkmark::after,
.custom-radio input[type="radio"] {
    position: absolute;
}
.custom-checkbox .checkmark::after{
    top: 2px;
}

.custom-checkbox:hover input:checked~.checkmark,
.custom-checkbox input:checked~.checkmark,
.custom-radio input[type="radio"]:checked~.checkmark {
    background-color: #00b6f1;
}

.custom-radio .checkmark::after {
    background: #ffffff;
}

.form-row .nice-select {
    width: 100%;
}

.form-control {
    color: #444 !important;
    font-size: 14px !important;
    height: 46px;
}

.form-control:focus {
    border-color: #00b6f1 !important;
    -webkit-box-shadow: none  !important;
    box-shadow: none !important;
}
.table-bordered > :not(caption) > *{
    border-color: #ced4da;
}

/*.lost-password a {
    color: #444;
}

.lost-password a:hover {
    color: #00b6f1;
}*/

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #00b6f1;
}

/* quantity box style css */
.table.pro-table {
    display: block;
    max-width: 400px;
    padding: 17px 0;
}

.product-qty {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    position: relative;
    width: 100px;
    overflow: hidden;
    border-radius: 10px !important;
}

.product-qty input {
    border: medium none;
    height: 100%;
    padding: 0 20px;
    width: 80%;
    float: left;
}

.product-qty span {
    height: 25px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    width: 25px;
}

.product-qty span.dec {
    border-left: 1px solid #ccc;
    bottom: 0;
    padding-top: 2px;
    right: 0;
}

.product-qty span.inc {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    right: 0;
    top: 0;
}

.pro-table td {
    width: 33.33%;
    vertical-align: middle;
}

.pro-table td a {
    color: #444;
    line-height: 40px;
}

.table-bordered {
    border: none;
}

/* product details layout css */
.pro-details-gallery-thumb {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.pro-details-gallery-thumb:hover .img-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-view {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.img-popup {
    background: #00b6f1;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

.img-popup i {
    color: #111;
    font-size: 18px;
}


/* compare page style css start */
.compare-style thead td strong {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.compare-style tbody td.product-title {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    background-color: #f0f0f0;
}

.compare-style tbody tr td strong {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.compare-style td,.compare-style th{
    padding: 15px 10px !important;
}
.product-ratings .rating li {
    color: #00b6f1;
    margin: 0 3px;
}
.comparison .section-title h3{
    margin: 0;
}
.text-color {
    color: #00b6f1;
}

.compare-style tbody td span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
}

/* my account css here */
.user-info {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.user-info [class*="col-"]:not(:last-child) .single-info {
    border-right: 1px solid #ebebeb;
}

.user-info .single-info {
    padding: 5px 20px;
    /* min-height: 110px; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.user-info .single-info p{
    margin: 0;
}
.single-info .btn-cart.lg-btn{
    margin: 0;
}
#address .btn-cart.lg-btn{
    display: inline-block;
    margin:0 0 20px 0;
}
#address .infoedit_div .cancel_btn{
  background-color: #00b6f1;
  margin:0 0 0 20px;
}
#address .infoedit_div .cancel_btn:hover{
    background-color: #005c84;;
}
/* .user-info .single-info p a {
    color: #111;
} */

.user-info .user-name span {
    font-size: 15px;
    font-weight: 500;
}

.user-info .user-name::before {
    color: #555;
    content: "\f2bd";
    font-family: fontawesome;
    font-size: 20px;
    padding-right: 10px;
    left: 0;
    top: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

.user-info p {
    line-height: 1.65;
}

.dashboard-list {
    padding: 3px 15px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom:20px !important;
}

.dashboard-content p a {
    color: #111;
}

.dashboard-list li>a {
    color: #111;
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: capitalize;
    position: relative;
}

.dashboard-list li>a.active,.dashboard-list li>a:hover {
    font-weight: 500;
    background-color: #00b6f1;
    color: #fff;;
}

/* .dashboard-list li>a.active::after {
    content: "\f105";
    font-family: fontawesome;
    margin-left: 10px;
    font-size: 16px;
    top: 48%;
    right: -35px;
    margin-top: -10px;
    position: absolute;
} */

.dashboard-list li:not(:last-child)>a {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-content {
    border: 1px solid #ebebeb;
    padding:15px 20px;
    border-radius: 10px;
}

.main-dashboard .accordion-item{
    margin-bottom: 10px !important;
    border-radius: 10px !important;
    overflow: hidden;
}
.main-dashboard .accordion-item:not(:first-of-type) {
    border-top: 1px #ddd solid;
}
.main-dashboard .accordion-button:focus{
    box-shadow: none;
}
.main-dashboard .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #00b6f1;
    box-shadow:none;
}
.dashboard-content h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.dashboard-content p {
    line-height: 24px;
}

.dashboard-content table>thead {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-content table>thead>tr>th {
    font-size: 14px;
    font-weight: 500;
    border: 0;
}

.dashboard-content table>tbody>tr>td {
    border: 0;
    vertical-align: middle;
}

.dashboard-content table .btn-secondary {
    height: 35px;
    line-height: 35px;
    text-transform: capitalize;
    padding: 0 15px;
}

.billing-address {
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}

.register-form {
    padding: 40px;
    border: 1px solid #ebebeb;
}

.login-form .form-group .col-form-label {
    color: #111;
}

.login-form .form-control,
.login-form .custom-radio,
.login-form span {
    height: 40px;
    padding-top: 5px;
}

.login-form .pass-show-btn {
    padding: 0 15px;
    height: 40px;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    right: 12px;
    top: 0;
    position: absolute;
    text-transform: capitalize;
    border-radius: 0 10px 10px 0;
    background: #00b6f1;
    border: 1px solid #00b6f1;
    color: #fff;
    cursor: pointer;
}

.login-form .pass-show-btn:hover,
.login-form .pass-show-btn:focus {
    background: #005c84;
    border-color: #005c84;
}

.login-form .form-check label {
    font-size: 13px;
}



/* Layout Login / Register */

.login-wrapper .login-form {
    padding: 30px 30px 25px;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

/*.login-box p a {
    color: #111;
}
.registration-form p a {
    color: #111;
}
*/

.top-bordered {
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px 0 0;
}
.or_text{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
}
.or_text span{
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px #ddd solid;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  background-color: #fff;
  z-index: 2;
  color: #000;
}
.or_text:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
}
.login_social{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 30px 0;
}
.login_social a{
    border-radius: 10px;
    height: 42px;
    line-height: 44px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 20px;
}
.login_social .fb_btn{
    background-color: #6e83b2;
    margin-right: 15px;
}
.login_social .google_btn{
    background-color: #db4e39;
}
.login_social .fb_btn:hover{
    background-color: #355daa;
    color: #fff;
}
.login_social .google_btn:hover{
    background-color: #c94b38;
    color: #fff;
}
.line_div{
    width: 2px;
    height: 100%;
    background-color: #ddd;
    display: inline-block;
}


/*-----contact page 2 css-----*/
.contact-two-area {
    background: #f6f6f6;
}

.contact2-title h2 {
    color: #333;
    font-size: 26px !important;
    font-weight: 700;
    line-height: 40px;
    margin:0 0 5px 0 !important;
    text-transform: uppercase;
}

.contact-icon {
    background: #2a2a2a;
    border-radius: 50%;
    display: inline-block;
    transition: all .3s ease-in-out;
    height: 50px;
    text-align: center;
    margin:0 20px 10px 0;
    min-width: 50px;
    width: 50px;
}

.contact-icon i {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
}

.contact-icon:hover {
    background: #00b6f1;
}
.contact-single-info:hover .contact-icon{
    background: #00b6f1;
}

.contact-single-info h3 {
    color: #111;
    font-size: 15px !important;
    font-weight:500 !important;
    line-height: normal !important;
    margin: 0 !important;
}

.contact-single-info.text-center>p {
    margin-top: 0px;
}
.contact-single-info a{
    color: #444;
}
.contact-single-info a:hover{
    color: #00b6f1;
}
.contact-message input,
.contact-message textarea {
    background: #fff;
    color: #838383;
    margin-bottom:20px;
    /*padding: 10px;border: medium none;*/
    width: 100%;
}
.accordian_formdiv .accordion-button:focus,.accordian_formdiv .accordion-button:not(.collapsed){
    box-shadow: none !important;
    border-color: transparent !important;
    background-color: transparent !important;
}
.contact-message textarea {
    height: 140px;
}

.contact-btn .btn.btn-secondary {
    padding: 4px 20px;
}

.form-messege.success {
    color: #fff;
    font-size: 16px;
    background: #222;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
}


/*-------scroll to top-------*/
.scroll-top {
    background: #111;
    border-radius: 50%;
    bottom: 50px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 9;
    line-height: 50px;
    border: 2px solid #ddd;
}

.scroll-top i {
    line-height: 44px;
    color: #fff;
    font-size: 24px;
}

.not-visible {
    visibility: hidden;
    -webkit-opacity: 0;
    opacity: 0;
}

.pro-large-img:hover .img-view {
    opacity: 1;
    visibility: visible;
}

.product-gallary-active {
    margin-right: -1px;
    width: auto;
}

/*------slick arrow style for slider start------*/
.slider-arrow-style.slick-slider .slick-arrow {
    top: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    border: none;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    background-color: transparent;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
    left: 20px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
    padding-right: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 20px;
}

.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
    padding-left: 2px;
    display: block;
}

.slider-arrow-style.slick-slider .slick-arrow:hover {
    color: #ffffff;
}

.slider-arrow-style.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/*------slick arrow style for slider end------*/


.logo img{
    max-height: 70px;
}
.header-top-menu{
    background-color: #fff;
    padding-top: 5px;
}
.second_menu ul{
    display: flex;
    position: relative;
    align-items: center;
}
.second_menu ul li{
    margin-left: 20px;
    position: relative;
    z-index: 1;
}
.second_menu ul li a{
    color: #fff;
    font-weight: 500
}
.second_menu ul li a:hover{
    color: #000;
}
.header-top{
    background:#252423;
}
/*.second_menu ul:before{
    content: '';
    background:#7c7c7c;
    position: absolute;
    top: -20px;
    left: 0;
    right: -10000px;
    height: 100%;
    min-height: 68px;
}*/
.banner_div{
    margin-bottom: 5px;
    padding:0 0px 0 10px !important;
}
.single-banner-statics{
    margin-bottom: 15px;
}
.single-banner-statics img{
    width: 100%;
    height: 100%;
}
.topbanners .single-banner-statics{
    margin-bottom: 10px;
}
.topbanners{
    margin-top: 15px;
}
.category_item{
    width: 100%;
    float: left;
    text-align: center;
}
.category_name{
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    line-height: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.footer_row{
    justify-content: space-between;
}
.call_info{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.call_info a{
    color: #111;
    display: flex;
    align-items: center;
}

.call_info li{
    margin-right: 20px;
}
.call_info span{
    width: 30px;
    height: 30px;
    /*line-height: 30px;*/
    font-size: 16px;
    margin-right: 10px;
    font-weight:600;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px #111 solid;
    border-radius: 100%;
    color: #111;
}
.call_info a:hover,.call_info a:hover span{
    color: #00b6f1;
    border-color:  #00b6f1;
}
.banner_col .single-banner-statics {
    margin-bottom: 20px;
}
.topsearch_div{
    margin-bottom: 0px;
}
.topsearch_div ul{
    display: flex;
    flex-flow: wrap;
    width: 100%;
    margin-top: 0px;
    align-items: center;
}
.topsearch_div ul li{
    border-right: 1px #adadad solid;
    padding: 0 10px;
    line-height: 14px;
    margin-bottom: 0px;
}
.topsearch_div ul li:first-of-type{
    padding-left: 0;
}
.topsearch_div ul li:last-of-type{
   border: 0;
}
.topsearch_div ul li a{
  font-size: 13px;
  color: #111;
  line-height: 14px;
  text-transform: uppercase;
}
.topsearch_div ul li a:hover{
    color: #00b6f1;
}
.border_round{
    border-radius: 10px;
    overflow: hidden;
}
.login-form .cart-button,.cart-accordion-wrapper .cart-button,.cart-button-wrapper .cart-button{
    background: #005c84;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    display: inline-block;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 40px;
    padding: 0 30px;
    text-transform: capitalize;
    /*width: 100%;*/
    margin-bottom: 10px;
}
.login-form .cart-button:hover,.cart-accordion-wrapper .cart-button:hover,.cart-button-wrapper .cart-button:hover{
    background: #00b6f1;
}
.user-login .section-title h3{
  padding: 0 20px;
}
.cart-accordion-wrapper .cart-button{
    margin-bottom: 0;
}
.cart-button-wrapper .continue_btn{
 background: #00b6f1;
}
.cart-button-wrapper .continue_btn:hover{
 background: #005c84;
}
.checkout-payment .cart-button-wrapper .cart-button{
 margin: 0;
}
.shop-top-bar{
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 20px;
}
.filter-attribute-container .custom-checkbox{
    margin-bottom: 10px;
}
.filter-attribute-container .custom-checkbox input[type="checkbox"]{
    margin-left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}
.filter-attribute-container .custom-checkbox .checkmark{
    background-color: #fff;
    border: 1px #ebebeb solid;
    z-index: 1;
}
.filter-attribute-container .custom-checkbox:hover input:checked~.checkmark, .filter-attribute-container .custom-checkbox input:checked~.checkmark{
     border-color: #00b6f1;
}
.category_img{
    width: 130px;
    height: 130px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}
.category_slider .owl-item:hover .category_img img{
    opacity: 0.7;
}
.map iframe{
    border:0;
    width: 100%;
    height: 300px;
    margin-top: 15px;
}
.static_pages p,.static_pages h3{
    color: #000;
}
.static_pages p{
    margin:0 0 7px 0 !important;
}
.static_pages h3{
    margin:0px 0 20px 0 !important;
    font-weight: 500 !important;
    line-height: normal !important;
}
.static_pages li{
    position: relative;
    padding: 0 0 0 10px;
}
.static_pages li:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius:100%;
    background-color: #000;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
}
.static_pages .card-header{
  padding: 0;
  border:0;
  background-color: #f0f0f0;
}
.static_pages .card{
  margin-bottom:15px;
  border-radius: 15px;
  overflow: hidden;
}
.static_pages .card-header a{
    display: block;
    padding:10px 40px 10px 15px;
    position: relative;
    color: #000;
}
.static_pages .card-header a i{
    position: absolute;
    top: 17px;
    right: 15px;
}
.static_pages .card-body{
    padding: 15px;
}
.about_content p{
    margin-bottom:10px;
}
.about_content{
    padding: 20px;
}

.menucategry li{
    padding:7px 0;
    display: block;
    position: relative;
}
.menucategry li .sub-menucat li{
    padding:5px 0;
}
.mini-cart-option .mobilemenu_icon{
    display: none;
    color: #fff;
    font-size: 40px;
    
}

.mobilemenu{
    overflow-x: hidden;
    overflow-y: auto;
    height: 92vh;
}
.manufacture-product p{
    margin-bottom: 0;
}
.qty-boxx .wrapper{
    max-width: 150px !important;
    min-width: 150px;
}
.quantity_div{
    display: flex;
}

.quantity_div .btn-cart{
    margin: 0 0 0 0px;
}
.thank_content{
    text-align: center;
}
.thank_content img{
    max-height: 100px;
    margin-top: 20px;
}
.thank_content h4{
    color: #000;
    margin: 20px 0 0 0 !important;
}
.thank_content h3{
    font-size:40px !important;
    margin-top:30px !important;
}
.brand_item {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    margin-bottom:30px;
    min-height: 100px;
}  
.no_content {
    padding: 15px;
    background-color: #f5f5f5;
    width: 100%;
    display: block !important;
    border-radius: 10px;
    margin: 0 !important;
}
.brand_name{
    display: block;
    margin: 15px 0 0 0;
    color: #000;
    font-size: 16px;
}
.imgspan{
    min-height: 70px;
    max-height: 70px;
}
.brand_item img{
    max-height:70px;
    max-width: 150px;
    /* min-height: 80px; */
}
.searchbar {
    background-color: #fff;
    padding: 0px 20px;
    position: absolute;
    top: 52px;
    left: 1px;
    width: calc(100% - 100px);
    z-index: 999;
    border-radius: 10px 0 10px 10px;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
}
.searchbar_inner {
    margin: 10px 0;
}
.searchbar .product_name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    margin: 0 0 0px 0;
    line-height: 18px;
    letter-spacing: 0.25px;
}
.view-btn{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    margin: 0 0 0px 0;
    line-height: 18px;
    letter-spacing: 0.25px;
}
.product_searchlist {
    width: 100%;
    float: left;
    margin: 10px 0 0 0 !important;
    padding: 0;
}
.product_searchlist li {
    display: flex;
    width: 100%;
    border-top: 1px #f7f4f4 solid;
    padding: 10px 0;
    transition: all .5s ease 0s;
}
.product_searchlist li a {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: left;
}
.product_searchlist li .product_img{
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 15px;
    border: 1px #e0e0e0 solid;
    border-radius: 10px;
    padding: 10px;
}
.product_searchlist li .product_img img{
    max-width: 100%;
}
.product_searchlist li .product_info{
    color: #000;
    font-size: 14px;
    transition: all .5s ease 0s;
    display: block;
}
.product_searchlist li:hover .product_info{
    color: #00b6f1;
}
.loader{
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 99999;
}
.loader img{
    max-width: 400px;
}
.mobile_show{
    display: none !important;
}
.product-caption .btn-cart{
    text-transform: none;
}
.product-caption .btn-cart i{
    display: none;
}
.slider-area{
    margin-top: 15px;
}
.slider-area .slick-prev, .slider-area .slick-next{
    z-index: 9;
}
.slider-area .slick-prev {
    left: 10px;
}
.slider-area .slick-next {
    right: 20px;
}
.slider-area .slick-prev:before, .slider-area .slick-next:before{
    font-size: 30px;
}


/** Sidebar nav start **/
.sidebar-logo{
    padding: 20px;
    border-bottom: solid 1px #00000024;
}
.sidebar-logo img{
    width: 200px;
}
.nav-sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -35000px;
    /* height: 100vh; */
    z-index: 999!important;
    background: #fff;
    color: #fff;
    transition: all 1s ease-in-out;
    /* overflow-y: scroll;
    overflow-x: hidden; */
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.nav-sidebar.active {
    left: 0;
    transition: all 1s ease-in-out;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 23px;
    color: #000;;
    font-size: 18px;
    right: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}

#dismiss:hover {
    background: #fff;
}
/** Sidebar nav end **/
.sidebar-navigation {
    height: auto;
    margin: 0 auto;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    padding: 10px 15px 15px;
    /* border-bottom: solid 1px #00000024; */
}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}
.sidebar-navigation ul li {
    display: block;
    position: relative;
}
/* .sidebar-navigation>ul>li{
    padding: 5px 0;
} */
.main-menu.menu-style3 li>a {
    padding: 5px 0px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sidebar-navigation ul li a {
    /*position: relative;*/
    /* display: inline-block; */
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    padding: 10px 0px;
    text-decoration: none;
    color: #000;
    letter-spacing: normal;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sidebar-navigation ul li a .menu_img {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
}
.sidebar-navigation ul li span {
    display: inline-block;
    line-height: 16px;
    margin-left: 8px;
    /* max-width: 175px; */
    text-align: left;
    vertical-align: middle;
}
.sidebar-navigation ul li a b {
    font-size: 15px;
    display: block;
}
.sidebar-navigation ul li a small {
    font-size: 10px;
    display: block;
}

.sidebar-navigation .pt0{
    padding-top: 0;
}
.sidebar-navigation ul li em {
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    /*transform: translateY(-50%);*/
    padding:10px;
    border-radius: 5px;
    font-weight: 100;
    color: #000;
    z-index: 999;
}
.sidebar-navigation ul li ul {
    display: none;
    background-color: transparent;
}
.sidebar-navigation ul li ul.open {
    display: block;
}

.sidebar-navigation ul li ul li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    padding:8px 20px;
}
.sidebar-navigation ul li ul li ul li a{
    padding: 8px 30px;
}
.sidebar-navigation ul li ul li ul li ul li a{
    padding: 8px 40px;
}
.sidebar-navigation ul li ul li:hover>ul{
   display: block;
}
/* .sidebar-navigation ul li ul li {
    padding: 0 10px;
}
.sidebar-navigation ul li ul li ul li{
    padding: 0 0px;
} */
/* .sidebar-navigation ul li.selected > a, .sidebar-navigation ul li.selected > em {
    color: #00b6f1;
} */

.unit_price{
    display: none !important;
}
.tablet_show{
    display: none !important;
}
.forgot_container .login-form{
   max-width: 500px;
   margin: 0 auto;
}
.countdown_single{
    width: 100%;
    align-items: center;
    display: flex;
    margin: 20px 0;
}
.title_countdown h3,.title_countdown p{
   margin: 0 !important;
   line-height: normal !important;
}
.title_countdown{
    margin: 0 20px 0 0;
}
.title_countdown h3{
    font-weight: 500 !important;
}
.product_countdown{
    display: flex;
}
.countdown_content{
    width: 60px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.countdown_list{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    background-color: #00b6f1;
}
.countdown_content strong{
    width: 100%;
    text-align: center;
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
/* .modal-backdrop.show{
    opacity: 0 !important;
    display: none !important;
} */
.single-sidebar{
    margin: 0 0 20px 0;
}
.shop-sidebar-inner .accordion-item{
    border: 0;
    margin: 0 0 0px 0;
    border-bottom: 1px #f0f0f0 solid;
    padding: 10px 0;
}
.shop-sidebar-inner .accordion-item:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
}
.shop-sidebar-inner .accordion-button:not(.collapsed),.shop-sidebar-inner .accordion-button:focus{
    box-shadow: none;
    background-color: transparent;
    color: #000;
}
.shop-sidebar-inner .accordion-button{
    padding: 0;
}
.shop-sidebar-inner .accordion-button h3{
    margin: 0;
}
.shop-sidebar-inner .accordion-body{
    padding:10px 0 5px 0;
}
.cdk-overlay-container{
   z-index: 99991 !important;
 }
 .instalation_row{
     justify-content: flex-start;
 }
 .instalation_row .custom-radio{
   margin: 0 10px 10px 0;
   line-height: 42px;
   padding: 0;
 }
 .instalation_row .custom-radio .checkmark{
     width: 100%;
     border-radius: 5px;
     height: 42px;
     border:2px #005c84 solid;
     background-color: #fff;
 }
 .custom-checkbox:hover input:checked~.checkmark, .custom-checkbox input:checked~.checkmark, .custom-radio input[type="radio"]:checked~.checkmark {
    background-color: #005c84;
}
.instalation_row .custom-radio label{
    color: #000;
}
.instalation_row .custom-radio input:checked~ label{
    color: #fff;
}
 /* .instalation_row .custom-radio:hover input~.checkmark {
    background-color: #005c84;
} */
.instalation_row .custom-radio label{
    padding: 0 15px;
    cursor: pointer;
}
.instalation_row .custom-radio input[type="radio"]{
    height: 100%;
    margin: 0;
}

.instalation_row .custom-radio input:checked~.checkmark::after,.instalation_row .form-check-input:checked[type=radio]{
   content: none;
}
.installation_list li{
    position: relative;
    padding: 0 0 0 10px;
}
.installation_list li:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 8px;
}
.instalation_row .nav-link{
    padding: 0 15px;
    border-radius: 5px;
     height: 42px;
     border:2px #005c84 solid;
     background-color: #fff;
     color: #005c84;
     margin: 0 10px 10px 0;
     line-height: 38px;
}
.instalation_row .nav-link:hover{
    color: #005c84;
}
.instalation_row .nav-link.active,.instalation_row .nav-link.active:hover{
    color: #fff;
    background-color: #005c84;
}
.tag-line {
    width: auto !important;
}
#notifypopup{
    margin: 0;
}
.pro-large-img img{
    max-height: 700px;
}
/* .flash-sale-active4 .owl-carousel .owl-item {
    max-width: 16.66%;
    width: 100% !important;
} */
.whatsapp_icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: block;
    background-color: #0dc152;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    padding: 14px;
}
.whatsapp_icon img {
    vertical-align: middle;
    max-width: 32px;
} 
.error_text{
    color: #f00;
    font-size: 20px;
    margin-left: 10px;
}
.review_item{
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    border-bottom: 1px #ddd solid;
    padding: 15px 0;
}
.review_user{
    width: 50px;
    text-align: center;
    min-width: 50px;
    height:50px;
    border-radius: 100%;
    background-color: #ddd;
    color: #000;
    font-size: 20px;
    margin-right: 15px;
    line-height: 50px;
}
.user_name{
    font-size: 18px;
    display: block;
    font-weight: 600;
}
.review_message{
    width: 100%;
    margin-top: 15px;
}
.review_message p{
    margin: 0 !important;
}
.deliver_row{
    border-radius: 10px;
    background-color: #f0f0f0;
    padding: 10px;
}
.deliver_row span{
    line-height: 34px;
    display: inline-block;
}
.icon_deliver{
    background-position: left center;
    padding: 0 0px 0 55px;
    background-repeat: no-repeat;
    background-image: url("../img/truck_icon.png");
}

.category_slider {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 10px;
}
.category-wrapperdiv{
    margin:0px 0 15px 0;
}
.product_divbox{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}
.heading_withimg{
    align-items:flex-start;
    display: flex;
    position: relative;
}
.heading_withimg img{
    margin-right: 10px;
    max-width: 40px;
}
.cat_icon{
    background-color: #f00;
    text-align: center;
    display: flex;
    border-radius:100%;
    padding: 10px;
    width: 50px;
    align-items: center;
    height: 50px;
    justify-content: center;
    margin-right: 10px;
}
 .ms_category h3{
    color:#0a78bc;
}
/*
.cm_category h3{
    color: #912a8d;
}
.category_02 h3{
    color: #fbb914;
}
.category_03 h3{
    color: #e92e94;
} */
.model_number{
    font-weight: 600;
    color: #111;
    font-size: 15px;
    text-transform: uppercase;
}
.availbale_color{
  margin-top: 10px !important;
}
.availbale_color li{
    display: inline-block;
}
.availbale_color li span{
    width: 12px;
    height: 12px;
    display: block;
    border:1px #ddd solid;
    border-radius:12px;
    margin-right: 3px;
}
.bgcolor_div{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0;
}
.tab-content{
    padding: 20px;
}
.quoto_info_inner{
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 15px;
}
.quoto_info_inner h3{
    font-size: 20px !important;
    color: #111;
    border-bottom: 1px #ddd solid;
    padding: 0 0 10px 0;
    margin: 0 !important;
}
.quote_list li{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
    align-items: center;
}
/* .quote_list li:last-of-type{
    border-bottom: 0;
} */
.color_info{
    display: flex;
}
.quoteproduct_info .availbale_color{
    margin:2px 0 0 5px !important;
}
.quoteproduct_info li{
    border:0;
    display: inline-block;
    width: auto;
    padding: 0;
}
.quoteproduct_info li span{
   display: inline-block;
}
.availbale_color li b{
   font-weight: 500;
   font-size: 14px;
   margin: 0 5px 0 0;
   position: relative;
   top: -1px;
}
.color_info small{
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
}
.color_info small i,.qty i{
    color: #000;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.color_info small i:hover,.qty i:hover{
    color: #00b6f1;
}
.detail_infos{
    max-width: 75%;
}
.color_info strong{
    font-weight: 400;
}
.quote_product {
    font-weight: 600;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.quote_itemlist{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px;
}
.quote_itemlist::-webkit-scrollbar {
    width: 5px;
}
  
/* Track */
.quote_itemlist::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
.quote_itemlist::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.quote_itemlist::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.qty{
  padding-right: 10px;
  white-space: nowrap;
}
.quoto_info_inner .accordion-button{
    padding: 0;
}
.quoto_info_inner .accordion-button span{
    margin: 0 !important;
}
.quoto_info_inner .accordion-button::after{
    content: none;
}
.accordian_formdiv{
    margin-top: 0px;
}
.accordion-item{
    border-radius: 10px !important;
    overflow: hidden;
}
.accordian_product_selection .accordion-item{
   margin-top: 15px;
}
.accordian_product_selection .accordion-item:not(:first-of-type){
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.accordian_product_selection .accordion-button:focus,.accordian_product_selection .accordion-button:not(.collapsed){
    box-shadow: 0 0 0 1px rgba(0 0 0 / 10%) !important;
    /* border-color: transparent !important; */
    background-color: transparent !important;
}
.btn_bar{
    display: flex;
    flex-flow: wrap;
    position: relative;
    padding:15px 40px 15px 0;
    border-top: 1px solid #f0f0f0;
    justify-content: space-between;
    margin-bottom: 0px;
    /* cursor: pointer; */
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .btn_bar input[type=text]{
    height: 40px;
  }
  .add_btn{
    margin:10px 0 20px 0;
  }
  .add_btn .btn-cart,.border_btn{
    display: inline-block;
    /* padding: 15px; */
    border: 2px #00b6f1 solid;
    
    color: #00b6f1;
    background-color: #fff;
  }
  .add_btn .btn-cart:hover,.border_btn:hover{
    background-color: #00b6f1;
    color: #fff;
  }
  .rowcloseicon{
    position: absolute;
    top: 21px;
    right: 0;
  }
  .rowcloseicon .rowhidebtn{
    border: 0;
    background-color: transparent;
  }
.btn_bar .btn {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 9;
    cursor: pointer;
    border-radius: 24px;
    border-color: transparent;
}
.checkboxrow {
    position: relative;
    display: flex;
    min-width: 150px;
    align-items: center;
    cursor: pointer;
    min-height: 40px;
    /* width: 40px;
    float: left;
    min-height: 30px; */
}
/* .checkboxrow:after{
    content: '\f107';
    position: absolute;
    top: 10px;
    right: 0;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #000;
} */
.checkboxrow .lang-drpdwn-btn{
    width: 100%;
    color: #000;
    position: relative;
    z-index: 99;
    display: block;
    min-height: 40px;
    line-height: 40px;
}
.checkboxrow .mat-form-field-appearance-fill .mat-form-field-flex{
    background-color: #fff;
    padding: 0;
}
.qty-boxx .mat-form-field-label-wrapper label{
    font-size: 14px;
}
.mat-option-text{
    font-size: 14px;
}
.colors_name{
    padding-left: 40px;
    font-size: 16px;
}
.qty-boxx .mat-form-field-appearance-fill .mat-form-field-underline::before,.qty-boxx .mat-form-field-appearance-fill .mat-form-field-ripple{
    height: 0;
}
.btn_bar .mat-form-field-wrapper {
    padding-bottom: 0;
}
.btn_bar .mat-form-field-appearance-fill .mat-form-field-label{
    top: 30px !important;
}
.btn_bar .mat-form-field-appearance-fill .mat-form-field-infix {
    padding: 0.25em 0 0em 0;
}
.mat-select-panel .mat-optgroup-label, .mat-select-panel .mat-option{
    height: 40px !important;
    line-height:40px !important;
}
.mat-select-value-text{
    font-size: 16px;
}
.colorspan{
    position: relative;
    top: 7px;
    margin-right: 3px;
    display: inline-block;
    left: 0;
    border: 1px #edecec solid;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border-radius: 100%;
  
    cursor: pointer; 
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #eee;
    border-radius: 100%;
  
    cursor: pointer;
  }
  .btn_bar input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .btn_bar input:checked ~ .checkmark:after {
    display: block;
  }
  .checkmark:after {
    left: 11px;
    top: 7px;
    width: 8px;
    height: 14px;
    border: solid #eeeeee;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.customradio_btn{
    display: block;
    font-size: 16px;
}  
.customradio_btn .checkboxrow{
    width: 100%;
    padding-left: 30px;
    min-height: 36px;
}
.customradio_btn .checkmark{
  width: 20px;
  height: 20px;
}
.customradio_btn .btn{
    width: 100%;
}
.customradio_btn input:checked ~ .checkmark:after{
    width: 10px;
    height: 10px;
    border: 0;
    background-color: #fff;
    left: 5px;
    top: 5px;
    border-radius: 100%;
}
.category_toprow,.category_filterrow{
    background: #fff;
    margin: 15px 0;
    padding: 15px;
    border-radius: 15px;
}
.category_toprow{
    display: flex;
    justify-content: space-between;
}
.category_filterrow{
    /* border-top: 1px #ddd solid; */
    padding:15px 0;
    /* width: 20%; */
    margin: 0;
    border-radius: 0;
}
.category_innerrow{
    display: flex;
    width: 85%;
    align-items: center;
}
.category_innerrow .category_name{
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 15px 0px 0;
}
.category_tabslider{
   margin: 0;
   width: 80%;
   padding: 0 33px;
   position: relative;
}
/* .category_tabslider .owl-item{
    width: auto !important;
} */
.category_tabslider .owl-nav{
    top: 0;
    border: 0;
    z-index: -1;
    width: 100%;
    background-color: transparent;
}
.category_tabslider .owl-prev{
    position: absolute;
    left: -40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border:1px #ddd solid;
    /* box-shadow: 2px 0px 0px rgb(0 0 0 / 15%); */
}
.category_tabslider .owl-next{
    position: absolute;
    right: -40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border:1px #ddd solid;
    /* box-shadow: -2px 0px 0px rgb(0 0 0 / 15%); */
}
.category_innerrow .btn_bar {
    display: block;
    float: left;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}
.category_innerrow .checkboxrow:after{
    content: none;
}
.category_innerrow .btn_bar input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
}
.category_innerrow .checkboxrow {
    width: 100%;
    min-width: auto;
    float: none;
    padding: 0px 0px;
    margin: 0;
    cursor: pointer;
    line-height: 38px;
    color: #5f5f5f;
}
.category_innerrow .checkmark {
    border-radius: 0;
    top: 0px;
    white-space: nowrap;
    padding: 0 20px;
    display: block;
    font-size: 15px;
    color: #000;
    border: 1px #ddd solid;
    background-color: transparent;
    width: 100%;
    height: 100%;
    left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-radius: 3px;
    position: relative;
}
.category_innerrow .btn_bar input:checked ~ .checkmark:after {
    display: block;
    content: none;
}
.category_innerrow .btn_bar input:checked ~ .checkmark{
    color: #fff;
    border-color: #2196F3;
}
.filter_inners{
    width: 100%;
    display: flex;
    position: relative;
}
.filter_inners .category_name{
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0 30px 0 0;
    line-height: 24px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.filter_inners .category_name:after{
    content: '\f078';
    font-size: 14px;
    font-family: "FontAwesome";
    color: #000;
    position: absolute;
    top: -1px;
    right: 0;
}
.filter_inners .btn_bar{
    border: 0;
    /* padding: 0; */
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 30px;
    right:-14px;
    width: 280px;
    justify-content: flex-start;
    padding:10px 20px;
    border-radius: 10px;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 7%);
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 7%);
}

.category_filterrow:hover .btn_bar{
   opacity: 1;
   visibility: visible;
}
.filter_inners .checkboxrow{
    min-width: 40px;
}
.filter_inners .category_name{
  margin-right: 10px;
}
.filter_inners .checkmark{
    border:1px #ddd solid;
}
.filter_inners .checkmark:after{
    top: 6px;
    left: 10px;
}
.contact_div{
  background-color: #fff;
  display: flex;
  /* justify-content: center; */
  width: 100%;
  flex-flow: wrap;
  padding: 30px;
}
.contact_info{
    width: 25%;
    position: relative;
    padding: 20px 30px;
    z-index: 2;
    background-color: #f5f5f5;
    transform: translate(50%, 0px);
    box-shadow: 0 0px 5px rgba(0,0,0,0.2);
    margin: 50px 0;
}
.contact_div .contact-message{
    width: 60%;
    padding:20px 20px 20px 15%;
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 5px rgba(0,0,0,0.2);
    display: block;
}
.mapdiv iframe{
    width: 100%;
    border: 0;
    height: 350px;
    margin-top: 30px;
}
.contact-single-info{
    display: flex;
    transition: all .3s ease-in-out;
    width: 100%;
    /* flex-flow: wrap; */
    align-items: center;
}
.static_div{
    background-color: #fff;
}
.table_scroll table {
    width: 100%;
    border-collapse: collapse;
    border: 1px #ddd solid;
}
.table_scroll table th {
    color: #404040;
    white-space: nowrap;
    vertical-align: top;
    font-size: 15px;
    text-transform: uppercase;
    border-right: 1px #ddd solid;
    padding: 10px;
    text-align: left;
    border-bottom: 1px #ddd solid;
}
.table_scroll table td {
    color: #404040;
    font-size: 15px;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 10px;
    text-align: left;
}
.btn_colordown{
    position: absolute;
    left: 0;
    z-index: 99;
    top: 50px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
}
.btn_colordownlist{
    position: relative;
    width: 100%;
    display: flex;
    min-width: 120px;
    margin-bottom: 10px;
    align-items: center;
    min-height: 40px;
    cursor: pointer;
}
.language.show .btn_colordown{
    display: block;
}
.padding_row{
    padding: 0 5%;
}
.footer-bottom{
    border-top: 1px solid #dfd9d9;
}
.checkboxrow .mat-form-field.mat-focused .mat-form-field-label,.checkboxrow .mat-focused .mat-form-field-required-marker,.checkboxrow .mat-form-field.mat-focused.mat-primary .mat-select-arrow{
    color: #000;
}
.mobile_viewbtn{
    display: none;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.mobile_viewbtn .view_btn {
    position: relative;
    top: 0;
    right: 0;
    border: 1px #005c84 solid;
    border-radius: 10px;
    height: 34px;
    line-height: 32px;
    display: inline-block;
    padding: 0 30px;
}
.mobile_viewbtn .view_btn:hover{
    background-color: #005c84;
    color: #fff !important;
}
.mobile_footer{
    display: none;
}
.product-shop-main-wrapper{
    padding:20px;
    border-radius: 10px;
    width: 100%;
    float: left;
    background-color: #fff;
}
.label-product-img{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}
.desc_heading{
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    color: #000;
}

.filter_count{
    background: #ec343c;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    text-align: center;
    position: relative;
    top: -2px;
    left: 4px;
}
.headingsub .accordion-button{
  padding: 0;
  font-size: 15px;
  width: auto;
  color: #444;
}

.headingsub .accordion-body{
    padding: 10px 0px 0 0;
}
.headingsub .accordion-button:focus{
    box-shadow: none;
    background-color: transparent;
    color: #444;
    border-color: transparent;
}
.headingsub .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
    color: #444;
}
.headingsub .accordion-button::after{
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-size: 16px;
}
.headingsub .accordion-item{
    border: 0;
}
.product-gallary-wrapper .owl-nav{
    border:0;
    background-color: transparent;
    margin: -16px 0 0 0 !important;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product-gallary-wrapper .owl-carousel .owl-nav .owl-next, .product-gallary-wrapper .owl-carousel .owl-nav .owl-prev{
   border: 1px #ddd solid;
   background-color: #fff !important;
   transition: all .3s ease-in-out;
   position: absolute;
}
.product-gallary-wrapper .owl-carousel .owl-nav .owl-next{
    right: -10px;
}
.product-gallary-wrapper .owl-carousel .owl-nav .owl-prev{
    left: -10px;
}
.product-gallary-wrapper .owl-carousel .owl-nav .owl-next:hover, .product-gallary-wrapper .owl-carousel .owl-nav .owl-prev:hover{
    border-color:#0a78bc;
    background-color: #0a78bc !important;
    color: #fff !important;
 }
 .flipbook_main{
    margin-top: 0px;
 }
 .flipbook_div{
    background-image:url('../../assets/img/flipback_bg.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 100px 0 150px 0;
    border-radius: 10px;
}
.flipbook_list{
    display: flex;
    align-items: center;
    justify-content:center;
    flex-flow: wrap;
    max-width: 50%;
    margin: 0 auto !important;
}
.flipbook_list li{
    width: 25%;
    text-align: center;
    margin: 0 0 30px 0;
}
.flipbook_div h3{
    margin: 0 0 50px 0 !important;
    font-size: 20px !important;
}
.availble_color_opt{
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.availble_color_opt .availbale_color li span{
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.availble_color_opt label{
    margin:5px 10px 0 0;
}
.branding_divinner{
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.branding_divinner h1, .branding_divinner h2, .branding_divinner h3, .branding_divinner h4, .branding_divinner h5, .branding_divinner h6 {
    font-weight: 500 !important;
    margin: 0 !important;
    color: #000 !important;
}
.branding_divinner h2, .branding_divinner h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}
.branding_divinner h3{
    margin-bottom: 5px !important;
    font-weight: 500 !important;
}
.branding_div p b{
    font-weight: 500;
}
.branding_banner{
    border-radius: 10px;
    overflow: hidden;
}
.branding_divinner .accordion-item{
    margin-top: 10px;
}
.branding_divinner .accordion-item:not(:first-of-type){
   border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.branding_divinner .accordion-button{
    padding:10px 15px;
    background-color: #f0f0f0;
}
.branding_divinner .accordion-item p{
    margin: 0;
}
/* .zigzag_style .branding_banner{
    max-height: 170px;
} */
.contact_div h2{
    text-transform: uppercase;
}
.iti{
    width: 100%;
    margin-bottom: 20px;
}
.iti__country-list{
    border-radius: 10px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background-color: transparent !important;
}
.main-menu.menu-style3 .iti__hide{
    display: none !important;
}
.main-menu.menu-style3 .iti__country-list{
    width: auto;
}

.main-menu.menu-style3  .iti__country {
    border: 0 !important;
    padding: 5px 10px;
    outline: none;
    display: block !important;
    float: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.main-menu.menu-style3 .iti__flag-box, .main-menu.menu-style3 .iti__country-name{
    margin-left: 0 !important;
    line-height: 20px !important;
    max-width: inherit !important;
}
.zigzag_style {
    border-bottom: 1px #e9e7e7 solid;
    padding-bottom: 20px;
}
.branding_listul{
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
.branding_listul li{
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 10px 0 0;
    font-size: 15px;
}
.branding_listul li:before{
    content: '';
    background-color: #000;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: 0;
}
.error-page{
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0;
}
.error-page h3{
    font-size: 100px !important;
    color: #000;
    font-weight: 600 !important; 
    line-height: 70px !important;
}
.error-page h5{
    font-size: 30px !important;
    color: #000;
    line-height: normal !important;
    font-weight: 600 !important;
}
.error-page .btn-cart{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}



@media (max-width:1749px){
    .product-large-slider1{
        max-height: 575px;
        min-height: 575px;
    }
    .pro-large-img img {
        max-height: 520px;
    }
}

@media (max-width: 1439px){
  .category_img{
    width: 110px;
    height: 110px;
  }
  .zigzag_style .branding_banner{
    max-height: 200px;
  }
  .header-middle .container-fluid, .header-top .container-fluid{
    padding: 0 15px;
  }
  .logo img {
    max-height: 64px;
  }
  .footer-top{
    padding: 20px 15px;
  }
  .footer-bottom-content{
    padding: 10px 15px;
  }
  .section-title h3,.footer-top h3,.newsletter-title > h3,.newsletter-box h3{
    font-size: 18px !important;
    line-height: normal !important;
  }
  .newsletter-box h3 span, .footer-top h3 span{
    font-size: 14px;
  }
  .pro-nav-thumb img{
    max-height: 80px;
  }
  .product-large-slider1{
    max-height: 510px;
    min-height: 510px;
  }
  .pro-large-img img {
    max-height: 450px;
  }
  /* .flash-sale-active4 .owl-carousel .owl-item {
    max-width: 20%;
   } */
   /* .newsletter-inner{
    width: 60%;
   }
   .inputs-box {
    width: 70%;
   } */
   .top-main-menu .main-menu.menu-style3 li a small {
    font-size: 9px;
    }
    .top-main-menu .main-menu.menu-style3 li a b {
        font-size: 14px;
    }
    .product-details-inner.pro-tab-one {
        padding-left: 0;
    }
    .product-details-inner .quantity_set{
        width: 45%;
    }
    .product-details-inner .checkboxrow{
        max-width: 150px;
    }
    .flipbook_div{
        padding: 70px 0;
    }
    .flipbook_list{
        max-width: 66%;
    }
    .padding_row {
        padding: 0 0%;
    }
    .newsletter-box{
        padding: 0 15px;
    }
    .col-6.col-lg-2.footer_hide {
        padding: 0;
    }
    
    
}
@media (max-width: 1365px) {
    .top-main-menu .main-menu.menu-style3 li a .menu_img{
        width: 30px;;
    }
    
}
@media (max-width:1279px) {
    .main-menu.menu-style3 li>a{
        padding:10px 3px 0 3px;
    }
    .error-page h3{
        font-size: 50px !important;
        line-height: 30px !important;
    }
    .error-page h5{
        font-size: 20px !important;
    }
    .product-details-inner .special-price{
        font-size: 24px;
    }
    .contact_info{
        width: 30%;
        transform: translate(40%, 0px);
    }
    .flipbook_div {
        padding:40px 0 20px 0;
    }
    .flipbook_div h3{
        margin: 0 0 25px 0 !important;
    }
    .pro-nav-thumb img {
        max-height: 52px;
    }
    .product-large-slider1{
        max-height: 464px;
        min-height: 464px;
      }
    .top-main-menu .main-menu.menu-style3 li a .menu_img {
        width: 20px;
    }
    .main-menu.menu-style3 li span span,.top-main-menu .main-menu.menu-style3 li a small{
        font-size: 8px;
        line-height: normal !important;
    }
    .top-main-menu .main-menu.menu-style3 li a b{
        font-size: 12px;
    }
    .mini-cart-option li {
        margin-left: 10px;
    }
    .header-middle .container-fluid, .header-top .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .newsletter-title h3,.footer-top h3,.link-follow h3{
        font-size: 18px !important;
        line-height: normal !important;
    }
    .newsletter-box h3 span, .footer-top h3 span{
        font-size: 14px;
    }
    .padding_row {
        padding: 0 2%;
    }
    .view_btn span{
        font-size: 12px;
    }
   
    .view_btn{
        font-size: 14px;
        /* top: 8px; */
    }
    .call_info{
        flex-flow: wrap;
    }
    .call_info li{
        margin: 0 0 10px 0;
        width: 100%;
    }
    .main-menu ul li ul.dropdown{
        min-width: 250px;
    }
    /* .flash-sale-active4 .owl-carousel .owl-item {
        max-width: 25%;
    } */
    .mini-cart-option li a{
        font-size: 13px;
    }
    .link-follow a{
        margin-left: 5px;
    }
    .product-details-inner .quantity_set {
        width: 35%;
    }
    .category_innerrow{
        width: 80%;
    }
    
}
@media (max-width: 1120px) {
    .main-menu.menu-style3 li span{
        max-width:95px;
    }
}
@media (max-width: 991px) {
    /* .flash-sale-active4 .owl-carousel .owl-item {
        max-width: 33.33%;
    } */
    .mobile_viewbtn{
        display: block;
    }
    .contact_div h2 {
        font-size: 16px !important;
        margin: 0 !important;
        font-weight: 600 !important;
    }
    .contact_info{
        width: 50%;
        transform: translate(10%, 0px);
    }
    .mapdiv iframe{
        height: 250px;
    }
    .contact_div .contact-message{
        width: 50%;
        padding: 20px 20px 20px 10%;
    }
    .flipbook_div{
        background-size: cover;
    }
    .flipbook_list {
        max-width: 100%;
        padding: 0 20px !important;
        justify-content: flex-start;
    }
    .flipbook_div h3{
        font-size: 16px !important;
        margin: 0 0 10px 0 !important;
        padding: 0 10px;
        line-height: normal !important;
    }
    .flipbook_div {
        padding: 20px 0 20px 0;
    }
    .flipbook_list li {
        width: 33%;
        padding: 10px;
        margin: 0 0 0px 0;
    }
    /* .flipbook_list li img{
        max-width: 100px;
    } */
    .search_form{
        width: 100%;
    }
    .tablet_show{
        display: inline-block !important;
    }
    .mini-cart-option .mobilemenu_icon{
        display: flex !important;
        align-items: center;
    }
    .mini-cart-option ul{
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .main-menu.menu-style3,.mobile_hide{
        display: none !important;
    }
    .mobile_show{
        display: block !important;
    }
    .banners_maindiv .banner_div{
        display: flex;
        justify-content: space-between;
    }
    .banners_maindiv .banner_div .single-banner-statics{
        width: 49%;;
    }
    .col-lg-6.big_bannerdiv.pr-0{
        padding-right: 15px !important;
    }
    .slider-area{
        margin-top: 10px;
    } 
    .header-top-menu.sticker.sticky{
        position: relative;
    }
    .breadcrumb-area {
        padding: 0;
        margin:10px 0;
    }
    .login-form .section-title h3{
        font-size: 20px !important;
    }
    .login_social a{
        font-size: 14px;
    }
    .category_innerrow{
        flex-flow: wrap;
    }
    .category_innerrow .category_name,.category_innerrow .category_tabslider{
        width: 100%;
    }
    .category_innerrow .category_tabslider{
        padding: 0 30px;
    }
    .category_innerrow .category_name{
        margin: 0 0 15px 0;
        font-size: 16px;
    }
    .m_order_3{
        order: 3;
    }
    .m_order_2{
        order: 2;
    }
    .link-follow a {
        margin-left: 15px;
    }
    .footer-bottom-content{
        flex-flow: wrap;
    }
    .footer-copyright{
        width: 100%;
        order: 2;
        text-align: center;
        margin: 10px 0;
    }
    .topsearch_div ul{
        justify-content: center;
    }
    .topsearch_div{
        order: 1;
        width: 100%;
    }
   .payment_div{
    order: 3;
    text-align: center;
    width: 100%;
   }
   .mini-cart-option > ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    flex-flow: wrap;
    }
   .mini-cart-option .mobilemenu_icon{
    color: #fff;
    font-size: 40px;
    width: 42px;
    border: 0px #00b6f1 solid;
    height: 42px;
    text-align: center;
    justify-content: center;
    min-width: 42px;
    border-radius: 10px;
    }
    .mini-cart-option li a {
        font-size: 0;
        /* width: 42px;
        border: 0px #00b6f1 solid;
        height: 42px;
        text-align: center;
        justify-content: center;
        min-width: 42px;
        border-radius: 10px; */
    }
    .mini-cart-option li span.lnr{
        padding-right: 0;
    }
    .mini-cart-option li a span{
        font-size: 20px;
    }
    .mini-cart-drop-down li h4 a {
        display: block;
        max-width: inherit;
        width: auto;
        font-size: 14px;
        color: #000;
        height: auto;
    }
    .category_innerrow {
        width: 65%;
    }
    .inputs-box{
        display: flex !important;
    }
    .newsletter-box{
        padding: 0;
    }

   
}

@media (max-width: 767px) {
    /* .slider_div{
        padding-left: 0 !important;
    } */
    .mobile_show{
        display: inline-block !important;
    }
    .newsletter-box{
        flex-flow: wrap;
    }
    .formrow{
        width: 100%;
        margin-bottom: 15px;
    }
    .email-box,.newsletter-btn,.link-follow a{
        height: 42px;
        line-height: 42px;
    }
    .link-follow a{
        width: 42px;
    }
    .newsletter-btn{
        width: 100%;
    }
    .tiktok_icon{
        margin-top: 11px;
    }
    .label-product-img img{
        max-width: 25px;
    }
    .category_innerrow {
        width: 100%;
    }
    .category_toprow{
        flex-flow: wrap;
    }
    .category_filterrow{
        width: 100%;
    }
    .filter_inners .btn_bar{
        left: -14px;
        right: auto;
    }
    .filter_inners .category_name{
        font-size: 16px;
    }
    .product-shop-main-wrapper{
        padding: 15px;
    }
    .contact_info,.contact_div .contact-message{
        width: 100%;
    }
    .contact_info{
        transform: translate(0%, 0px);
        margin: 0 0 15px 0;
        padding: 15px;
    }

    .contact_div,.contact_div .contact-message{
        padding: 15px;
    }
    .footer_hide{
        display: none;
    }
    .mobile_footer .slick-prev {
        left: -17px;
    }
    .mobile_footer .slick-next {
        right: -17px;
    }
    .mobile_footer .slick-slide img{
        max-width: 90%;
    }
    .mobile_footer{
        padding: 0 30px !important;
        margin-bottom: 10px;
    }
    .mobile_footer .slick-prev:before, .mobile_footer .slick-next:before{
        color: #000;
    }
    .mobile_footer,.footer-copyright p br{
        display: block;
    }
    .mini-cart-option > ul {
        justify-content:space-between;
        }
    
    .color_part{
        right: 60px;
    }
    .product-details-inner .checkboxrow {
        max-width: 120px;
        min-width: 120px;
    }
    .product-details-inner .mat-form-field-infix{
        width: 120px;
    }
    .product-details-inner .quantity_set {
        width: 50%;
    }
    .footer-top{
        padding: 20px 0 0 0;
    }
    .link-follow a:first-of-type{
        margin-left: 0;
    }
    .newsletter-title {
        padding: 0 0 10px 0;
    }
    .footer-top h3 span,.newsletter-box h3 span{
        display: inline-block;
        font-size: 16px;
    }
    .top-search-btn, input.top-cat-field{
        height: 42px;
    }
    .color_part .color_icon{
        width: 25px;
        height: 25px;
    }
    
    .table_scroll {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .mobile_hide{
        display: none !important;
    }
    /* .flash-sale-active4 .owl-carousel .owl-item {
        max-width: 50%;
    } */
    .pro-nav-thumb{
        margin: 0 10px 0 0;
    }
    .pro-large-img img{
        max-height: 300px;
    }
    .product-large-slider1 {
        max-height: 350px;
        min-height: 350px;
    }
    .searchbar {
        width: calc(100% - 50px);
    }
    .header-top-left li a{
        font-size: 0;
    }
    .header-top-left li.mobile_show a{
        font-size: 16px;
    }
    .header-top-left li.mobile_show img{
        margin-right: 8px;;
    }
    .header-top-left li a i,.header-top-left li a span{
        font-size: 18px;
    }
    .banner_div{
        margin: 0;
    }
    
    .manufacture-product a{
        font-size: 11px;
    }
    .manufacture-product p{
        margin-bottom: 0 !important;
    }
    .newsletter-group{
        padding: 15px;
    }
    .footer-bottom .topsearch_div{
       margin:5px 0 15px 0;
    }
    .footer-top h3{
        /* text-align: center; */
        padding: 0;
    }
    .section-title{
        margin: 0;
    }
    .owl-nav{
        top: -45px;
    }
   .col-lg-6.col-md-6.pr-1,.col-lg-6.col-md-6.pl-1{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .rowscolumn.col-lg-6.col-md-6.pr-1,.rowscolumn.col-lg-6.col-md-6.pl-1{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .bannercolumn6{
        padding: 0 10px;
    }
    .category_img {
        width:90px;
        height:90px;
    }
    .category_name{
        font-size: 14px;
    }
    .footer-logo img {
        max-height: 60px;
    }
    .banner_col{
        display: flex;
        justify-content: space-between;
    }
    .banner_col .single-banner-statics.border_round{
        width: 48.5%;
        margin-bottom: 15px;
    }
    .box-right li{
        float: right;
    }
    .product-caption .btn-cart{
        bottom: 20px;
        right: 10px;
        opacity: 1;
        visibility: visible;
        padding: 10px;
    }
    .product-gallary-wrapper .product-item.mb-30{
        margin-bottom: 15px;
    }
    .product-caption .btn-cart i{
        display: block;
        font-size: 18px;
    }
    .product-caption .btn-cart span{
        display: none;
    }
    .product-item:hover .ratings, .product-item:hover .price-box {
        opacity: 1;
      -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .cart-table-responsive{
        position: relative;
    }
    .cart-table-responsive thead{
      display: none;
    }
    .cart-table-responsive table tr td{
      flex: 0 0 100%;
      text-align: left !important;
    }
    .cart-table-responsive tr{
      padding-left: 100px;
      position: relative;
      display: flex;
      align-items: center;
      flex-flow: wrap;
      border: 1px #ddd solid;
    }
    .tableproduct-thumbnail img{
      position: absolute;
      top: 20px;
      width: 80px;
      left:10px;
    }
    .product-name {
        margin-left:0px;
    }
    .cart-table-responsive .table td, .cart-table-responsive .table th {
        padding: 10px;
        border-top: 1px #ddd solid;
        border-bottom: 0;
        border-right: 0;
    }
    .cart-table-responsive .table td.tableproduct-thumbnail{
        padding: 0;
        border:0;
    }
    .cart-table-responsive .table-bordered > :not(caption) > * {
        border-top: 0;
    }
    .cart-table-responsive table td.product-name{
        border-top: 0;
    }
    .cart-table-responsive tr td.product-remove, .cart-table-responsive tr td.product-remove {
        position: absolute;
        border: 0;
        right:10px;
        bottom:84px;
    }
    .product-count.style input{
      width: 100%;
    }
    .cart-table-responsive tr td.product-price{
      border: 0;
    }
    .unit_price{
        display: inline-block !important;
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    .shopping-cart-wrapper table {
        border: 1px #ddd solid;
    }
    .shopping-cart-wrapper .table .input-group{
        justify-content: flex-start;
        margin-left: 0;
    }
    .btn-block .wrapper  span {
        min-width: 50px !important;
    }
    .cart-amount-wrapper{
        margin-top: 20px;
    }
    .cart-button-wrapper.d-flex.mt-3{
        margin-top: 5px !important;
    }
    .shopping-cart-wrapper.pb-70,.checkout-wrapper.pb-70{
        padding-bottom: 20px;
    }
    .login-form .cart-button, .cart-accordion-wrapper .cart-button, .cart-button-wrapper .cart-button{
        padding: 0 20px;
    }
    .owl-theme .owl-dots .owl-dot span{
        margin: 5px !important;
    }
    .slider_thumbs{
        order: 2;
    }
    
    .product-details-inner.pro-tab-one {
        padding-left: 0;
    }
    .product-large-slider1.mb-20{
        margin-bottom:10px;
    }
    .pro-nav1 .slick-track{
        margin: 0;
    }
    .breadcrumb-wrap .breadcrumb li:nth-child(2){
        white-space: nowrap;
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .checkout-area .form-row.mb-2 {
        margin-bottom: 0rem !important;
    }
    .checkout-wrapper .order-summary .product-list img{
        max-width: 80px;
    }
    .shop-product-wrap.grid.row{
        padding: 0 6px;
    }
    .shop-product-wrap.grid.row .col-6{
        padding: 0 5px;
    }
    .shop-product-wrap.grid.row .product-item.mb-30 {
        margin-bottom: 10px;
    }
    .thank_content h3 {
        font-size: 30px !important;
        margin-top: 20px !important;
    }
    .thank_content h4 {
        margin: 0px 0 0 0 !important;
    }
    .thank_content img {
        max-height: 70px;
        margin-top: 10px;
    }
    .contact-icon{
        height: 50px;
        width: 50px;
    }
    .contact-icon i{
        font-size: 20px;
        line-height: 50px;
    }
    .contact2-title.text-center.mb-65{
        margin-bottom: 20px;
    }
    .blogg-content{
        height: auto;
    }
    .searchbar{
        padding: 0 10px;
    }
    .searchbar .product_name,.view-btn{
        font-size: 13px !important;
    }
    .dashboard-content {
        padding:15px 15px;
    }
    .line_div{
        width: 100%;
        height: 2px;
        margin: 0 0 10px 0;
    }
    .login-wrapper .login-form{
        padding: 20px;
    }
    .login-wrapper{
        margin-top: 20px;
    }
    
    .product-details-reviews.pb-30{
        padding: 0;
    }
    .quantity_div{
        flex-flow: wrap;
    }
    .quantity_div .notify_btn{
        margin: 20px 0 0 0;
    }
    .user_name{
        font-size: 16px;
        max-width: 100px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .deliver_row .text-end{
        text-align: left !important;
    }
    
    .mobilemenu_icon .navbar-toggler{
        padding: 0;
    }
    .mini-cart-option li span.lnr.lnr-phone-handset {
        font-size: 20px;
    }
    .newsletter-title h3, .footer-top h3{
        font-size: 16px !important;
    }
    .link-follow h3{
        width: 100%;
        font-size: 16px !important;
        /* text-align: center; */
        padding:0 0 15px 0;
    }
    .newsletter-title h3{
        padding: 0;
    }
    footer{
        margin-top: 15px;
    }
    .moborder_2{
        order: 2;
    }
    .moborder_3,.footer-copyright{
        order: 3;
    }
    .payment_div{
        order: 2;
    }
    .mob_quote{
        order: 4;
    }
    .mobilemenu_icon{
        order: 1;
    }
    .cart_dropdown .headercart_btn{
        height: 42px;
        line-height:40px;
        padding-left: 50px;
        background-position: 13px 7px;
        background-size: 25px;
    }
    .cart_dropdown .headercart_btn:hover{
        background-position: 13px -67px;
    }
    
    .cart_dropdown .dropdown-menu{
        left: -175px !important;
    }
    .mini-cart-drop-down{
        width: 340px !important;
    }
    .static_content h1{
        line-height: normal !important;
        font-size: 20px !important;
    }
    .static_content h2, .static_content h3{
        line-height: normal !important;
    }
    .desc_heading{
        font-size: 16px !important;
    }
    

}

@media (max-width: 359px) {
    .breadcrumb-wrap .breadcrumb li:nth-child(2){
        max-width: 200px;
    }
}
 