/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #333333;
    font-size: 1em;
    line-height: 1.4;
}

body
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
     color: #2c2c2c;
}
a
{
    color: #f78a2f;
}
.btn
{
    box-shadow: none !important; 
}
.btn.btn-grey
{
    background: #6b7c90;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    border-radius: 25px;
}
.btn.btn-orange
{
    background: #f78a2f;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    border-radius: 25px;
}
.btn.btn-darkgrey
{
    background: #333333;
    color: #fff;
}
.btn.with-icon
{
    position: relative;
    padding-left: 70px;
}
.btn.with-icon .fas
{
    display: block;
    position: absolute;
    left:0px;
    top: 0;
    height:100%;
    border-right: 1px solid #4a4a4a;
    padding: 0 18px;
    line-height: 38px;
}
.form-control:focus {

    color: #495057;
    background-color: #fff;
    border-color: #f78a2f;
    outline: 0;
    box-shadow: 0 0 0 .2rem #f78a2f4d;

}

.site-wrapper
{
    background-image:url('../images/bg.jpg'); 
    background-color: #000;
    background-size: cover;
    background-position: left bottom;

}

.header-middle
{
    text-align: center;
    /*margin-bottom: -9px;
    position: relative;
    z-index: 2;*/
}
/*.header-middle .logo
{
    background: rgba(0,0,0,0.5);
    padding: 15px;
    border-radius: 50%;
}*/
.header-middle-left,.header-middle-right
{
    padding-top: 22px; 
    padding-bottom: 20px; 
    color:#fff;
}
.header-middle-left .header-contact
{
    position: relative;
     display: inline-flex;
    font-size: 18px;
} 
.header-contact-left
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-contact-left li
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.header-middle-left .header-contact .icon
{
        width: 40px;
    height: 40px;
    background: #f78a2f;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    /*position: absolute;
     right: -50px; */
     display: block;
} 
.header-middle-right .links
{
    list-style: none;
    margin:0;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    padding:0;
}
.header-middle-right .links li 
{
    display: inline-block;
    color:#fff;
    margin-right: 10px;
}
.header-middle-right .links li  a
{
    color:#fff;
}
.header-middle-right .links .cart-link
{
    width: 40px;
    height: 40px;
    background: #f78a2f;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    display: block;
    position: relative;
}
.header-middle-right .links .live-chat-link
{
    width: 40px;
    height: 40px;
    background: #f78a2f;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    display: block;
    position: relative;
}
.header-middle-right .links .cart-link span
{
        position: absolute;
    background: #fff;
    color: #333;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    right: -5px;
    top: -2px;
}
.price-feeds .heighlight
{
    color: #f78a2f;
    margin-left: 5px;
}
.price-feeds .heighlight .arrow-up
{
    color: #5ff72f;
    display: none;
    margin-right: 3px;
}
.price-feeds .heighlight .arrow-down
{
    color: #f72f52;
    display: none;
    margin-right: 3px;
}
.price-feeds .heighlight.up .arrow-up
{
    display: inline;
}
.price-feeds .heighlight.down .arrow-down
{
    display: inline;
}
.header-top-bar
{
    background: #424244;
    padding: 12px 0;
    color:#fff;
	font-size: 13px; /* 18px */
    font-weight: 500;
    /*margin-bottom: 30px;*/
}
/* SCROLLING TEXT */
.scrolling-text
{

    height: 26px;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 0;
}

.marquee span {
  display: block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
}

.marquee2 span {
  animation-delay: 0s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
} 


.section .container,.main-menu-holder .container,
.full-width-content .container,
.single-product-wrapper .container,
.single-post-page .container,
.search-wrapper .container
{
    padding-left: 0;

    padding-right: 0;
    border-right: 26px solid #fff;
    border-left: 26px solid #fff;

}
.main-menu-holder
{
    padding-top: 15px;
}
.main-menu-holder .container
{
    border-top: 26px solid #fff;
    position: relative;
}
.main-menu-holder .container:before
{
    content: '';
    width: calc(100% + 52px);
    
  
    position: absolute;
    left: -26px;
    top: -58px;
    background-image: url(../images/top-border.png);
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.full-width-content  .container,.single-product-wrapper .container,.single-post-page .container,.search-wrapper .container
{
    background: #fff;
     padding: 50px 0;
}
.full-width-content .page-header h1
{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
}
.full-width-content .page-header
{
    margin-bottom: 35px;
}
/* NAVBAR */
.navbar 
{
    background: #373739;
    border-bottom: 3px solid #f78a2f;
    padding: 0;
}
.navbar .navbar-nav .nav-link 
{
    padding: 17px;
    color:#fff;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    border-right: 1px solid #262627;
}
.navbar .navbar-nav .nav-link:hover,.navbar .navbar-nav .nav-link:focus,.navbar .navbar-nav .active .nav-link
{
    color:#f78a2f;
}
.navbar-nav li
{
    position: relative;
}

.navbar .sub-menu 
{
    list-style: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 999;
    width: 150px;
    border: 4px solid #e88431;
}
.navbar .sub-menu .sub-menu
{
    left: 100%;
    top: 0;
}
.navbar .navbar-nav li:hover > .sub-menu
{
    display: block;
}
.navbar .sub-menu  li a.nav-link 
{
    border-bottom: 1px solid #f78a2f;
    background: #373739;
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif; 
}
#searchform
{
    margin-right: 15px;
    position: relative;
}
#searchform .form-control
{
    border-radius: 25px;
    width: 100%;
}
#searchform  .btn
{
    position: absolute;
    right: 0;
    background: transparent !important;
    border:0 !important; 
    color:#373739;
}
.container
{
    max-width: 1170px;
}
.banner-bg
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  
    padding: 130px 0; 
}
.section-banner .banner-title
{
    font-size: 56px;
    line-height: 60px;
    color: #f78a2f;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-align: right;
    text-transform: uppercase;
}
.section-banner .banner-text{
    padding: 0 80px;
}

.home-product-titlepart
{
    margin-bottom: 50px;
}
.home-product-titlepart .home-product-title
{
    float: left;
}
.home-product-titlepart .home-product-cat
{
    float: right;
}
.related.products .related-product-cat
{
    text-align: right;
}
.section .section-inner
{
    background: #fff;
}
.section .section-title
{
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-size: 35px;
    color: #2c2c2c;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.section-home-products .section-inner,.section-featuered-product-home .section-inner
{
    padding: 26px 0;
}
.section-featuered-product-home .section-inner
{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.custom-product-cat-list-widget .widget-title
{
    background: #f78a2f;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    padding: 15px 20px;
    margin-bottom: 0;
    font-weight: normal;
}
.custom-product-cat-list-widget .widget-title a
 
{
color: #fff;
}
.custom-product-cat-list-widget
{
    margin-bottom: 35px;
}
.custom-product-cat-list-widget
{
    background-image:url('../images/listbg.jpg'); 
     
    background-repeat: repeat-y;
    background-size: 100%; 

}
.custom-product-cat-list-widget  .custom-product-cat-list 
{
    border:1px solid #e4e4e3;
}
.custom-product-cat-list-widget .custom-product-cat-list
{
    list-style: none;
    margin: 0;
    padding: 0;

}
.custom-product-cat-list-widget .custom-product-cat-list li 
{
    display: block;
    padding-left: 18px;
    position: relative;
     border-bottom: 1px solid #e4e4e3;
}
.custom-product-cat-list-widget .custom-product-cat-list li:last-of-type
{
    border-bottom: 0;
}
.custom-product-cat-list-widget .custom-product-cat-list li > .fas 
{
    position: absolute;
    left: 15px;
    top: 15px;
    color: #424242;
     
}
.custom-product-cat-list-widget .custom-product-cat-list li > .open-child
{
    position: absolute;
    right: 10px;
    color: #424242;
    top: 15px;
     padding: 0;
}
.custom-product-cat-list-widget .custom-product-cat-list li > a
{
    
    padding: 12px 20px;
    display: block;
    font-family: 'Poppins', sans-serif;
    color: #424242;

   
}
.custom-product-cat-list-widget .child-list
{
    list-style: none;
    margin: 0;
    padding: 0;
   border-top: 1px solid #e4e4e3;
}
.home-product-titlepart .home-product-title,.section-product-cat-page .woocommerce-products-header .woocommerce-products-header__title.page-title
{
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-size: 35px;
    color: #2c2c2c;
    text-transform: uppercase;
    
}
.home-product-titlepart .home-product-cat,.related.products .related-product-cat
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-product-titlepart .home-product-cat li,.related.products .related-product-cat li 
{
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}
.home-product-titlepart .home-product-cat li:last-of-type,.related.products .related-product-cat li:last-of-type
{
    margin-right: 0;
}
.home-product-titlepart .home-product-cat li a,.related.products .related-product-cat li a
{
    display: block;
    background: #6b7c90;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    padding: 12px 25px;
    text-transform: uppercase;
    border-radius: 25px;
    border:1px solid #6b7c90;
    text-decoration:  none !important;
}
.home-product-titlepart .home-product-cat li a
{
    padding: 12px 32px;
}
.section-featured-job .section-inner
{
    padding-top: 75px;
    padding-bottom: 40px;
}
.section-featured-job .section-title
{
    text-align: center;
    margin-bottom: 75px;
}
.featured-job-big-item
{
    border: 1px solid #dfdfdf;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 15px #ccc;
    position: relative;
}
.featured-job-big-item .onsale
{
    background-image: url(../images/salestar.png);
    background-repeat: no-repeat;
    width: 132px;
    height: 132px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 41px 45px;
    color: #fff;
    line-height: 22px;
    position: absolute;
    right: -33px;
    top: -60px;

}
.featured-job-big-item .featured-thumbnail
{
    margin-bottom: 33px;
}
.featured-job-big-item .featured-thumbnail img 
{
    max-height: 250px;
}
.featured-job-big-item .title
{
    font-family: 'Oswald',sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #404040;
    font-weight: 700;
    text-align: center;
}
.featured-job-big-item .price-outer
{
    font-size: 17px;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    color:#f78a2f;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
} 
.featured-job-big-item .btn 
{
    font-size: 17px;
     font-family: 'Oswald',sans-serif;
      font-weight: 700;
}
.top-picks-wrapper .col-sm-6
{
    height: calc(50% - 15px);
    margin-bottom: 30px;
}
.top-picks-wrapper
{
    height: 100%;
    
}
.top-picks-wrapper .top-item-picks
{
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.top-picks-wrapper .top-item-picks .read-more-link
{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #f78a2f;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

.top-picks-wrapper .top-picks-lable
{
    background: #6b7c90;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    padding: 15px 30px;
    color:#fff;
}
.top-picks-wrapper  .overlay{
    background: rgba(0,0,0,0.5);
    z-index: 999;
    position:absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s;
}
.top-picks-wrapper .top-item-picks:hover   .overlay
{
    opacity: 1;    
}

.section-featured-job .left-part
{
    padding-right: 30px;
}
.section-featured-job .right-part
{
    padding-left: 30px;
}
/* Category Block section */
.section-home-category-block .section-inner
{
    padding-top : 20px;
}
.category-block
{
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;

}
.category-block .title
{
    padding: 15px 0;
    background: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    color: #fff;
}
.category-block .title h4
{
    margin: 0;
}
.category-block .title h4 a 
{
      color: #fff;
      text-decoration: none !important; 
}
/* SLIDER */
.metaslider .flexslider .flex-direction-nav li a
{
    background: none !important;
   
    
 
}
.section-banner-slider .metaslider .flexslider .flex-direction-nav li a
{
    position: relative;
    opacity: 0.7;
    margin: 0;
    position: absolute;
    top: auto;
    right: 10px;
    left: auto;
    bottom: 10px;
} 
.section-banner-slider .metaslider .flexslider .flex-direction-nav li.flex-nav-prev a 
{
     right: 50px;
}  
.metaslider .flexslider .flex-direction-nav li a:after
{
    content: '\f0a9';
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    /* width: 10px; */
    /* height: 10px; */
    position: absolute;
    left: 0;
    top: 0;
    /* width: 50px; */
    z-index: 999;
    /* height: 50px; */
    color: #fff;
    font-size: 28px;
    text-indent: 0;
    opacity: 1;
}
.metaslider .flexslider .flex-direction-nav li.flex-nav-prev a:after
{
    content: '\f0a8';
}
.site-wrapper .metaslider .caption-wrap
{
    top: 0;
    bottom: auto;
    width: 50%;
    right: 0;
    left: 50%;
    display: flex;
    height: 100%;
    align-items: center;
    background: transparent;
    opacity: 1;
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins',sans-serif;
}
.site-wrapper .metaslider .caption-wrap .title 

{
    font-family: 'Poppins',sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 25px;
    text-transform: uppercase;
    color: #f78a2f;
}
.site-wrapper .metaslider .flexslider .caption-wrap p 
{
    margin: 0 0 20px;
}
.slider-btn
{
    background:   #f78a2f;
    color: #fff;
    padding: 12px 18px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;

} 
.slider-btn:focus,.slider-btn:hover
{
    color: #fff;
    text-decoration: none;
}
/* LIMITED STOCK BANNER */
.section-limted-stock-banner .section-inner
{
    padding-top: 0px;
}

.home-product-titlepart .home-product-cat li.active a,.home-product-titlepart .home-product-cat li:hover a
{
    background: #fff;
    color: #6b7c90;
}
.product-item-home
{
    padding: 25px 15px 50px;
    position: relative;
    height: 100%;
    border:1px solid #c7c7c7;
}
.home-product-listing ul.products
{
    padding: 0;
    margin:0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
 .woocommerce ul.products
 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
 }
.woocommerce ul.products li.product 
{
    padding: 0 15px;
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin:0;
     


}
.woocommerce ul.products.columns-3 li.product 
{
    max-width: 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    width: auto;
}
.products li .thumbnail 
{
    text-align: center;
    margin-bottom: 24px;
}
.products li a
{
    text-decoration: none !important;
}
.product-item-home  .product-content  .title,.products li .woocommerce-loop-product__title
{
    font-family:  'Oswald', sans-serif;
    font-size: 14px;
    margin: 0 0 20px;
    color: #4d4d4d;
    text-transform: uppercase;
    

}
.product-item-home  .product-content
{
    text-align: center;
}
.products li  .woocommerce-LoopProduct-link
{
    text-align: center;
}
.section-home-products .left-sidebar
{
    padding-right: 30px;
}
.section-home-products .section-inner
{
    padding-top: 76px;
}
.section-home-products .right-content
{
    padding-left: 20px;
}
.products li  .price
{
    font-family:  'Oswald', sans-serif;
    font-size: 16px;
    color: #f78a2f;
    font-weight: 700;
    display: block;
    text-align: center;
}
.product-item-home .prodcut-footer,.shop-item-thumb-footer{
    
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}
.products li .shop-item-thumb-footer .btn
{
    font-size: 14px; 
    margin-right: 13px;
    padding-left: 14px;
    padding-right: 14px;
}
.products li .shop-item-thumb-footer .btn-orange
{
    float: right;
    margin-right: 0;
}
.products li .shop-item-thumb-footer .btn-orange.ajax_add_to_cart.added
{
    display: none;
}
.products li .shop-item-thumb-footer  .added_to_cart.wc-forward
{
    float: right;
}
.add_to_cart_button.ajax_add_to_cart.added
{
    opacity: 0.5
}
.section-banner-2 .section-inner
{
    padding-top: 75px;
    padding-bottom: 60px;
}
/* LATEST BLOG */
.blog-item .thumbnail
{
    margin-bottom: 10px;
}
.blog-item  .blog-title
{
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: normal;
}
.blog-item  .blog-title a 
{
    color: #2c2c2c;
}
.section-home-blog .section-title
{
    margin-bottom: 50px;
}
.section-home-blog .section-inner
{
    padding: 70px 0;
    border-top: 1px solid #eee;
}


.woocommerce-pagination  .page-numbers
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-pagination
{
    margin-top: 25px;
}
.woocommerce-pagination  .page-numbers li 
{
    display: inline-block;
}
.woocommerce-pagination  .page-numbers li a ,.woocommerce-pagination  .page-numbers li span
{
    padding: 5px 10px;
    border:1px solid #ccc;
    display: block;
    color: #373739;
}
.woocommerce-pagination  .page-numbers li span.current
{
    background: #373739;
    color: #fff;
}

.site-footer .container
{
    background: #292929;
}
.footer-bottom
{
    border-top: 1px solid #4d4d4d;
    font-size: 14px;
    padding: 30px 0;
}
.footer-top
{
    padding: 60px 0;
    font-size:14px; 
}
.footer-top a
{
    color:#fff;
}
.footer-top .widget-title
{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
}
.footer-top .menu
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-top .menu li 
{
    
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.footer-top .menu li:before
{
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    top:4px;
    left:0px;
}
 
.footer-top .bottom-address
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-top .bottom-address li 
{
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}
.footer-top .bottom-address li  .fas
{
    position: absolute;
    left: 0;
    top:5px;

}
.footer-bottom p 
{
    margin-bottom: 0;
}
.footer-bottom .left-part
{

}
 
.footer-social
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social li 
{
    display: inline-block;
    margin-right: 4px;
}
.footer-social   li a
{
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border:1px solid #fff;
    font-size: 24px;
    text-align: center;
    line-height: 43px;
}
.footer-bottom .right-part
{
text-align: right;
}
.site-footer-inner
{
    background: #292929;
    color: #fff;
}
.mc4wp-form label
{
    display: none;
}
.mc4wp-form .form-control
{
    border:1px solid #818181;
    border-radius: 0;
    background: transparent;
    color:#fff;

}
.mc4wp-form .form-group 
{
    position: relative;
}
.mc4wp-form .btn
{
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
}
/* MY ACCOUNT PAGE **/

#customer_login
{
    margin-top: 35px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register
{
    border-radius: 0;
    
    border: 0;

    padding: 0;

    margin: 0;
}
.white-box
{
    box-shadow:  0 0 10px #b9b9b9;
    border-radius: 15px 15px 0 0;
}

.white-box .box-header
{
    background: #343434;
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins',sans-serif;
    padding: 17px 15px;
    border-radius: 15px 15px 0 0;

}
.white-box .box-header .title
{
    font-size: 17px;
    font-family: 'Poppins',sans-serif;
    margin: 0;
}
.white-box .box-body
{
    padding: 15px;

    border:1px solid #b9b9b9;
}
.woocommerce-MyAccount-navigation ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li a
{
    padding: 10px 10px;
    display: block;
    background: #373739;
    color: #fff;
    border-bottom: 1px solid #262627;
}
.woocommerce-MyAccount-navigation ul li.is-active a
{
    background: #f78a2f;
}


/* SINGLE PRODUCT */
.woocommerce-page .single-product-wrapper div.product div.images
{
    padding-right:  40px;
    width: 40%;
}
.woocommerce-product-gallery .slick-prev:before, .slick-next:before
{
    color: #0a225e;
}
.single-product-wrapper .product_title 
{   
    font-family: 'Poppins',sans-serif;
    font-size: 30px;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: 600;

}
.single-product-wrapper .price-wrapper .stock.in-stock
{
    display: none;
}
.single-product-wrapper .woocommerce-product-details__short-description
{
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    line-height: 30px;
}
.woocommerce  .single-product-wrapper  div.product div.summary
{
    width: 60%;
    padding-left: 20px;
    font-family: 'Poppins',sans-serif;
}
.variation-option-wrapper
{
    padding: 18px 5px;
    border: 1px solid #eee;
}
.variations td.label
{
    display: none;
}
.woocommerce div.product form.cart .variations select
{
    margin-right: 0;
    
}
.woocommerce div.product form.cart .variations{
    margin-bottom: 0;
}
.price_wrapper 
{
    
    color:#f78a2f;
}
.price_wrapper  .woocommerce-variation-availability
{
    display: none;
}
.woocommerce div.product .price_wrapper   .price  
{
    color:#f78a2f;
    font-size: 30px;
    font-weight: normal;
}
.woocommerce div.product .price_wrapper   .price ins 
{
    font-weight: normal;
}
.woocommerce div.product .price_wrapper   .price del
{
    font-size: 18px;
    color: #4a4a4a;
}
.variation-option-wrapper
{
    margin-bottom: 20px;
}
.stock-symbol-outer
{
    position: relative;
    color: #6c6c6c;
    font-size: 13px;
    padding-left: 22px;
    margin-top: 10px;
}
.stock-symbol-outer .instock,.stock-symbol-outer .not-instock
{
    display: none;
}
.stock-symbol-outer.instock .instock
{
    display: inline;
}
.stock-symbol-outer.not-instock .not-instock
{
    display: inline;
}
.stock-symbol-outer .icon
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#15141f+0,5b5969+100 */
background: #15141f; /* Old browsers */
background: -moz-linear-gradient(top, #15141f 0%, #5b5969 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #15141f 0%,#5b5969 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #15141f 0%,#5b5969 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15141f', endColorstr='#5b5969',GradientType=0 ); /* IE6-9 */
width: 18px;
height: 18px;
color: #fff;
font-size: 12px;
line-height:  18px;
text-align: center;
border-radius: 2px;
position: absolute;left: 0;
top: 0;
}
.number-control span
{
    display: block;

}

.number-control span .btn
{
    padding: 0px 0;
    border: 1px solid #cbcbcb;
    border-radius: 0 0 0;
    background: #f3f2f2;
    width: 26px;
    height: 19px;
    line-height: 19px;
    display: block;
}
.number-control
{
    position: absolute;
    top: 0;
    right: -2px;
    height: 100%;z-index: 999;
}
.quantity label
{
    display: inline-block;
    font-size: 17px;
}
.quantity .input-group
{
    display: inline-block;
    width: 70px;
    margin-left: 15px;
    margin-right: 15px;
}
.woocommerce .quantity .qty 
{
    width: 100%;
    height: 38px;
}

.woocommerce div.product .woocommerce-tabs .panel
{
    border: 1px solid #d9d9d9;
    padding: 55px 40px;
    font-size: 13px;
    line-height: 28px;
    border-top: 0;
}
.woocommerce div.product .woocommerce-tabs .panel ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel ul li 
{
    position: relative;

    position: relative;
    padding-left: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel ul li:before
{
    content: "\f0a9";
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    top: 8px;
    left: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs
{
    padding-left: 0;
    border-left: 1px solid #d9d9d9;
    margin-bottom: 0;
}
.woocommerce-tabs.wc-tabs-wrapper
{
    font-family: 'Poppins',sans-serif;
    margin-top: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li
{
    padding: 0;
    border-radius: 0;   
    border-color: #d9d9d9;
    background: transparent;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a
{
    padding: 15px 25px;
    font-size: 18px;
    color: #2d2d2d;
    font-weight: normal;
}

.woocommerce div.product .woocommerce-tabs .panel .description-desc-title
{   
    font-size: 20px;
    margin: 0 0 28px;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before
{
    border-radius: 0;
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active
{
    background: #2d2d2d;
    color: #fff;
    border-bottom: 0;
}
.single-product-wrapper .related.products
{
    margin-top: 83px;
}
.single-product-wrapper .related.products  .relate-product-title
{
    font-family: 'Oswald',sans-serif;
    font-size: 35px;
    margin: 0 0 50px;
    font-weight: bold;
    color: #2c2c2c;
    text-transform: uppercase;
}
.single-product-wrapper .related.products .title-part
{
    margin-bottom: 50px;
}
.woocommerce ul.products li.product
{
    margin-bottom: 25px;
}
.woocommerce ul.products li.product .price
{
    color: #f78a2f;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Oswald',sans-serif;
}
.woocommerce ul.products li.product .star-rating 
{
    margin: 0 auto 10px;
}
.single-product-wrapper .related.products .woocommerce-loop-product__title

{
    font-weight: normal;
    font-size: 18px;
}
.woocommerce div.product form.cart table.custom-pricing-table
{
    width: 100%;
    border:1px solid #eee;
}
.woocommerce form.cart table.custom-pricing-table td,.woocommerce form.cart table.custom-pricing-table
 th 
 {
    padding: 10px;
    text-align: center;
    border:1px solid #eee;
 }
 .colored th
 {
    background: #f78a2f;
    color: #fff;
 }
 .woocommerce div.product form.cart table.custom-pricing-table .button
 {
    float: none;
 }
 .woocommerce div.product form.cart  .add-to-cart-wrapper
 {
    padding: 15px;
 }
 .woocommerce div.product form.cart  .add-to-cart-wrapper div.quantity
 {
    display: inline-block;
 }
/* CART PAGE */
.cart-template .page-header
{
    text-align: center;
    margin-bottom: 60px;
}
.cart-template .page-header .title
{
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 18px;
    text-transform: uppercase;
}
.cart-template .page-header p
{
    margin: 0;
}
.woocommerce table.shop_table
{
    border-spacing: 0px;
    border-collapse: separate;
}
.woocommerce-cart table.cart th,.woocommerce table.shop_table  th
{
    background: #343434;
    color: #fff;
    border-color: #262627;
}
.woocommerce-cart table.cart td 
{
    padding: 20px 12px;
}
.woocommerce table.shop_table td,.woocommerce table.shop_table th
{
    padding: 12px 12px;
}


.woocommerce-cart table.cart 
{
    font-family: 'Poppins',sans-serif;
    color: #2a2a2a;
    border-color:#b9b9b9;
}

.woocommerce-cart table.cart td.product-name 
{
    text-transform: uppercase;
}
.woocommerce-cart table.cart td.product-name  a
{
    color: #2a2a2a;
}

.woocommerce-cart table.cart .quantity label
{
    display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text 
{
    width: 170px;
}
.cart_totals 
{
     font-family: 'Poppins',sans-serif;
}
.cart_totals h2
{
      font-family: 'Poppins',sans-serif;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: 500;
}
.woocommerce table.shop_table
{
    border-radius: 0;
}

.woocommerce a.button.alt,.woocommerce button.button.alt
{
    background: #f78a2f;
}
.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover
{
    background: #c3681c;
}
.checkout-template
{
     font-family: 'Poppins',sans-serif;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message
{
    background: #343434;
    color: #fff;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,.select2-container .select2-selection--single .select2-selection__rendered
{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 .select2-container .select2-selection--single .select2-selection__rendered
 {
    border:none;
 }
.select2-container .select2-selection--single
{
    height: auto;
    min-height: 38px;
}
.woocommerce form .form-row
{
    margin-bottom: 15px;
}

#order_review_heading
{
    text-transform: uppercase;
    margin: 40px 0 25px;
}
.woocommerce table.woocommerce-checkout-review-order-table
{
    margin-bottom: 60px;
}
#customer_details h3 
{
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 0 25px;
}

.woocommerce-order-details .woocommerce-order-details__title
{
    text-transform: uppercase;
    margin: 0 0 25px;
}

.woocommerce-customer-details h2
{
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 0 25px;
}
.woocommerce-customer-details{
    margin-top: 35px;
}
.woocommerce .woocommerce-customer-details address
{
    padding: 25px 30px;
    border-radius: 0;
    border:1px solid #b9b9b9;
        line-height: 30px;
}

/* SINGLE POST */
.single-post .thumbnail
{
    margin-bottom: 25px;
}
.side-blog .widget-container
{
    padding:25px;
    border: 1px solid #c7c7c7;
    margin-bottom: 25px;
}
.side-blog .widget-container .widget-title
{
    text-transform: uppercase;
}
.side-blog .widget-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.side-blog .widget-container ul li
{
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
}
.side-blog .widget-container ul li:before {
    content: "\f0a9";
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    top: 6px;
    left: 0px;
}
.blog-wrapper article
{
    
    padding-top: 25px;
    border-bottom: 1px solid #eee; 
}

/* PRODUCT CATEGORY PAGE */
.section-product-cat-page .section-inner
{
    padding-top: 50px;
}
.woocommerce  .section-product-cat-page ul.products.columns-3 li.product
{
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: auto;
}
.woocommerce  .section-product-cat-page .product-item-home .col-lg-6
{
    position: relative;

}
.woocommerce  .section-product-cat-page .product-item-home .col-lg-6 .whole-link
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.woocommerce  .section-product-cat-page .product-item-home .thumbnail
{
    width: 150px;
    float: left;
    position: relative;
} 
.woocommerce  .section-product-cat-page .product-item-home .sell-price-wrapper
{
    text-align: center;
    margin-bottom: 25px;
}
.woocommerce  .section-product-cat-page .product-item-home .sell-price-wrapper .title
{
    font-size: 18px;
}
.woocommerce  .section-product-cat-page .product-item-home .sell-price-wrapper .title .woocommerce-Price-amount.amount
{
    color:#f78a2f;
}
.listing-add-to-cart-wrapper .stock.in-stock,.listing-add-to-cart-wrapper  .price_wrapper
{
    display: none;
}

.woocommerce  .section-product-cat-page .product-item-home .thumbnail .whole-link
{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    z-index: 99;
    top:0;

}
.woocommerce  .section-product-cat-page .product-item-home .right-content 
{
    width: calc( 100% - 150px);
    float: right;
    padding: 0 15px;
}
.woocommerce  .section-product-cat-page .product-item-home .shop-item-thumb-footer
{
    display:  none;
}   
.woocommerce-product-thumbnailslider
{
    margin-top: 25px;
}
.contactussellbtn {
    margin-bottom: 25px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1180px)
{
    .navbar .navbar-nav .nav-link
    {
        font-size: 14px;

        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1024px)
{
    .woocommerce ul.products li.product ,.woocommerce ul.products.columns-3 li.product
    {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .navbar .navbar-nav .nav-link
    {
        font-size: 13px;

        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width: 980px)
{
    .navbar .navbar-nav .nav-link
    {
        padding: 20px 10px; 
        font-size: 12px;
    }
    .navbar-nav
    {
        margin-top: 0 !important;
    }  
    #searchform
    {
        max-width: 120px;
    }
    
    
}


@media (max-width: 767px)
{
    .header-top-bar
    {
        font-size: 15px;
    }
    .price-feeds .col
    {
        margin-bottom: 10px;
        -ms-flex: 0 0 50;
        flex: 0 0 50%;
        max-width: 50%;
    }   
    .header-middle-left, .header-middle-right 
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .main-menu-holder .container:before
    {
        display: none;
    }
    .site-wrapper .metaslider .caption-wrap .title
    {
        font-size: 35px;
        line-height: 40px;
    }
    .section-home-category-block .col-md
    {
        margin-bottom: 30px;
    }
    .home-product-titlepart .home-product-title,.home-product-titlepart .home-product-cat 
    {
        float: none;
        text-align: center;
    }
    .home-product-titlepart .home-product-title
    {
        margin-bottom: 20px;
    }
    .woocommerce ul.products li.product  ,.woocommerce ul.products.columns-3 li.product
    {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .home-product-titlepart .home-product-cat li, .related.products .related-product-cat li
    {
            margin-bottom: 15px;
    }
    .top-picks-wrapper .top-item-picks
    {
        min-height: 250px;
    }
    .section-featured-job .left-part 
    {
        padding-right: 15px;
    }
    .section-featured-job .right-part
    {
        padding-left: 15px;
        margin-top: 25px;
    }
    .featured-job-big-item .onsale 
    {
        right: -20px;
    }
    .section-banner-2 img
    {
        width: 100%;
    }
    .section-banner-2 .col-md-6
    {
        margin-bottom: 30px;
    }
    .section-home-blog .blog-item
    {
        margin-bottom: 30px;
    }
    .top-picks-wrapper
    {
        height: auto;
    }
    .footer-top .footer-area-widget
    {
        margin-bottom: 30px;
    }
    .woocommerce-page .single-product-wrapper div.product div.images
    {
        width: auto;
    }
    .single-product-wrapper .related.products .relate-product-title
    {
        text-align: center;
    }
     .related.products .related-product-cat
    {
        text-align: center;

    }
    .section-banner .banner-title
    {
        font-size: 40px;
        line-height: 50px;
    }
    .woocommerce .single-product-wrapper div.product div.summary
    {
        width: auto;
    }
    .woocommerce div.product form.cart .button
    {
        float: none;
        margin-top:25px;

    }
    .single-product-wrapper .woocommerce div.product form.cart
    {
        text-align: center;
    }
    .section-banner .banner-text
    {
        padding: 0 15px;
    }
    .woocommerce ul.order_details li
    {
        float:  none;
        border:none;
        border-bottom: 1px dashed #d3ced2;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .section-banner .container,.section-banner-slider .container
    {
        border-top: 26px solid #fff;
    }
    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a
    {
        text-transform: uppercase;
    }
    .site-wrapper .metaslider .caption-wrap
    {
        font-size: 14px;
        width: auto;
        left: 0;
        top: 0;
    }
    
    .site-wrapper .metaslider .flexslider .slides li
    {
        height: 250px;
    }
    .site-wrapper .metaslider .caption
    {
        word-wrap: break-word;
        background: #03030380;
        padding: 10px 25px;
    }
    .section-banner-slider .section-inner
    {
        padding-bottom: 25px;
        overflow: hidden;
    }
    .woocommerce .section-product-cat-page .product-item-home .right-content
    {
        width: auto;
        float: none;
    
    }
    .woocommerce .section-product-cat-page .product-item-home .thumbnail
    {
        float: none;
        margin: 0 auto 30px;
    }
    .woocommerce .section-product-cat-page .product-item-home .custom-pricing-table 
    {
        width: 100%;
    }
}

@media (max-width: 480px)
{
    .header-top-bar
    {
        font-size: 12px;
    }
    .site-wrapper .metaslider .slides img
    {
        width: auto;
        height: 100%;
    }
}