.btn-animation,
input[type="button"],
.btn,
.btn:hover,
.navbar a.buy-online,
.navbar a.buy-online:hover,
.sub-content-panel .btn,
.sub-content-panel .btn:hover {
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    transition: background-color 500ms linear
}

.cover-background,
.home-hero-banner .carousel-inner>.item,
.right-panel-inner .line,
.sub-hero-banner,
.news-communications {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.none-border-radius,
input[type="text"],
textarea,
input[type="button"],
.btn,
.btn:hover,
.navbar,
.sub-content-panel .btn,
.sub-content-panel .btn:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
}

.no-margin-padding,
*,
body {
    margin: 0px;
    padding: 0px
}

body {
    font-family: "Roboto Condensed", sans-serif;
    background: #fff
}

img {
    border: 0px
}

h1,
h2,
h3,
h4 {
    clear: both
}

h1 {
    font-size: 36px;
    text-transform: uppercase
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    margin: 10px 0px 20px 0px
}

ul,
li {
    font-size: 16px;
    line-height: 20px;
    text-align: left
}

ul {
    margin: 15px 0px 15px 20px
}

li {
    margin-bottom: 15px
}

a,
a:hover {
    color: #f2923c
}

a:hover {
    text-decoration: underline
}

input[type="text"],
textarea {
    float: left;
    width: 100%;
    padding: 15px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #f2923c;
    text-align: left;
    background: #fff
}

input[type="button"] {
    float: left;
    padding: 15px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #f2923c;
    text-align: left;
    background: #fff;
    color: #f2923c;
    text-transform: uppercase
}

input[type="button"]:hover {
    background: #f2923c;
    border: 1px solid #f2923c;
    color: #fff
}

.btn,
.btn:hover {
    float: left;
    text-transform: uppercase;
    padding: 15px 40px 15px 40px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #fff;
    white-space: pre-wrap
}

.btn:hover {
    background: #f2923c;
    border: 1px solid #f2923c;
    color: #fff
}

.left-panel {
    float: left;
    width: 75%
}

.right-panel {
    float: right;
    width: 25%
}

.right-panel .header-buy-online-panel {
    loat: left;
    width: 75%
}

.right-panel .header-nav-panel {
    float: right;
    width: 25%;
    text-align: center
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar {
    background: #f2923c;
    height: 100px;
    -moz-box-shadow: 0px 3px 8px rgba(68, 68, 68, 0.3);
    -webkit-box-shadow: 0px 3px 8px rgba(68, 68, 68, 0.3);
    box-shadow: 0px 3px 8px rgba(68, 68, 68, 0.3)
}

.navbar .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: left
}

.navbar .sidenav a,
.navbar .sidenav a:hover {
    margin-top: 30px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1;
    display: block;
    transition: 0.3s
}

.navbar .sidenav a {
    color: #fff
}

.navbar .sidenav a:hover {
    color: #f2923c
}

.navbar .sidenav .closebtn,
.navbar .sidenav .closebtn:hover {
    position: absolute;
    top: 0;
    right: 32px;
    font-size: 60px;
    margin-left: 50px
}

.navbar .navbar-brand {
    float: left;
    margin: 5px 10px 5px 30px;
}

.navbar .nav-style {
    float: right;
    color: #fff;
    width: 100%
}
@media(max-width: 768px) {
    .navbar .nav-style { 
        float: none;
    }
}

.navbar .nav-style span {
    margin: 0px;
    line-height: 100px;
    cursor: pointer
}

.navbar .nav-style .size {
    font-size: 50px
}

.navbar .nav-style .call {
    float: right
}

.navbar .nav-style .call .need-help {
    float: left;
    clear: both;
    color: #000;
    font-size: 16px;
    padding-left: 2px;
    margin: 15px 15px 0px 5px;
    letter-spacing: 0.5
}

.navbar .nav-style .call .phone-number {
    float: left;
    clear: both;
    font-size: 45px;
    margin: -8px 15px 5px 5px;
    font-weight: 700
}

.navbar .nav-style .call .phone-number a,
.navbar .nav-style .call .phone-number a:hover {
    color: #fff;
    text-decoration: none
}

.navbar a.buy-online,
.navbar a:hover.buy-online {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    margin: -3px 0px 0px 0px;
    font-weight: 700;
    text-decoration: none
}

.navbar a.buy-online {
    color: #f2923c;
    background: #fff
}

.navbar a:hover.buy-online {
    color: #f2923c;
    background: #000
}

.home-hero-banner {
    margin-top: 100px
}

.home-hero-banner .carousel-inner>.item {
    height: 90vh;
    min-height: 300px
}

.home-hero-banner .carousel-inner>.item .carousel-control {
    top: 0px
}

.home-hero-banner .carousel-inner>.item .carousel-control.left,
.home-hero-banner .carousel-inner>.item .carousel-control.right {
    display: none
}

.home-hero-banner .carousel-inner>.item .carousel-caption {
    left: 60px;
    right: 60px
}

.home-hero-banner .carousel-inner>.item .caption-bg {
    width: 50%
}

.home-hero-banner .carousel-inner>.item .caption-bg .btn,
.home-hero-banner .carousel-inner>.item .caption-bg .btn:hover {
    margin: 5px 14px 5px 14px
}

.carousel-inner .slider-panel {
    text-align: center;
    width: 75%
}

.carousel-inner .slider-panel p {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin: 20% 20% 80px 20%;
    text-align: center
}

.carousel-inner .slider-panel .btn,
.carousel-inner .slider-panel .btn:hover {
    float: inherit
}

.carousel-inner .slider-panel .btn:hover {
    border: 1px solid #f2923c;
    background: #f2923c
}

.carousel-inner .slider-panel a,
.carousel-inner .slider-panel a:hover {
    color: #fff
}

.carousel-indicators {
    left: 0px;
    width: 100%;
    margin-left: 0%
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.3);
    border: none
}

.carousel-indicators .active {
    border: none;
    background-color: #f2923c
}

.fixed-branding-panel {
    position: fixed;
    right: 0px;
    top: 100px
}

.right-panel-inner {
    float: left;
    margin: 30px 20px 30px 20px
}

.right-panel-inner h2 {
    text-align: center;
    color: #f2923c;
    font-weight: 700;
    text-transform: uppercase
}

.right-panel-inner .line {
    float: left;
    width: 100%;
    height: 34px;
    background-image: url("../img/img-line.png")
}

.right-panel-inner .branding-panel {
    width: 100%;
    float: left
}

.right-panel-inner .branding-panel .single-logo {
    float: left;
    width: 50%
}

.right-panel-inner .load-more-panel {
    position: fixed;
    bottom: 0px;
    background: #fff;
    height: 50px;
    line-height: 50px;
    width: 25%;
    text-align: center;
    margin-left: -20px
}
.home-banner {
    background-image: url('/assets/Uploads/img-hero-product.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    display: block;
    position: relative;
    top: 100px;
}
.home-page-content-container {
    padding-top: 30px;
}
/*.owl-bottom-narrow .owl-controls {
    bottom: -10px;
}
.owl-prev i, .owl-next i {
    font-size: 28px;
    margin: 10px 20px;
}*/
.product-name {
    min-height: 70px;
}
.top-container {
    position: relative;
    top: 100px;
    display: block;
}
.breadcrumbs {
    color: black !important;
    background-color: white !important;
    padding-top: 30px;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li a {
    color: black;
    font-weight: 600;
}
.sub-hero-banner {
    width: 100%;
    float: left;
    height: 380px;
    margin-top: 100px
}

.sub-content-panel {
    float: left;
    width: 100%;
    background-color: #fff
}

.sub-content-panel .inner {
    margin: 50px 40px 50px 40px
}

.sub-content-panel h1 {
    text-align: center;
    margin-bottom: 30px
}

.sub-content-panel h3 {
    font-size: 20px;
    color: #f2923c;
    margin: 15px 0px 20px 0px
}

.sub-content-panel h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.sub-content-panel .btn,
.sub-content-panel .btn:hover {
    float: left;
    text-transform: uppercase;
    padding: 15px 40px 15px 40px;
    margin: 10px 0px 40px 0px;
    border: 1px solid #f2923c;
    color: #f2923c;
    white-space: pre-wrap
}

.sub-content-panel .btn:hover {
    background: #f2923c;
    border: 1px solid #f2923c;
    color: #fff
}

.sub-content-panel .float {
    float: left
}

.sub-content-panel .float span {
    margin-right: 10px;
    float: left
}

.sub-content-panel .float .bolder {
    color: #f2923c;
    font-weight: 700
}

.sub-content-panel .contact-emails .btn,
.sub-content-panel .contact-emails .btn:hover {
    margin: 10px 0px 10px 0px
}

.news-communications {
    width: 100%;
    float: left;
    min-height: 420px
}

.news-communications .inner {
    margin: 50px 40px 50px 40px
}

.news-communications h1,
.news-communications h2,
.news-communications h3,
.news-communications h4,
.news-communications ul,
.news-communications li,
.news-communications p,
.news-communications a {
    color: #fff
}

.news-communications h1 {
    text-align: center;
    margin-bottom: 30px
}

.news-communications .btn,
.news-communications .btn:hover {
    float: inherit;
    margin-top: 30px;
    margin-bottom: 30px
}

.news-communications .center {
    text-align: center
}

.map {
    width: 100%;
    float: left;
    height: 380px
}

.footer-panel {
    float: left;
    width: 100%;
    color: #fff;
    background-color: #f2923c;
    padding-bottom: 40px
}

.footer-panel .inner {
    margin: 40px 30px 10px 30px
}

.footer-panel .btn,
.footer-panel .btn:hover {
    padding: 15px 26px 15px 26px;
    border: 1px solid #fff;
    color: #fff
}

.footer-panel .btn:hover {
    border: 1px solid #000;
    background: #000
}

.footer-panel a,
.footer-panel a:hover {
    color: #fff
}

.footer-panel p span {
    font-size: 36px;
    line-height: 36px
}

.copyright-panel {
    float: left;
    width: 100%;
    color: #fff;
    background: #000;
    padding-bottom: 20px
}

.copyright-panel .inner {
    margin: 20px 30px 10px 30px
}

.copyright-panel a {
    color: #fff
}

.copyright-panel .right {
    text-align: right
}

.footer-middle {
	width:100%;
	padding: 40px 80px;
}

.footer-middle .col-lg-6, .footer-middle .col-lg-3 {
    padding: 0 60px;
}

.footer-bottom {
    width:100%;
    padding: 0px 0px 0px 30px;
}

.footer .container {
	max-width:100%;
}

address {
    margin-bottom: 0px
}

.footer-bottom a {
	color: #fff;
}

.footer-bottom .custom-block {
	margin-left:0px;
}

.header-container.type1 .header-right-area {
	right:auto;
}

.main-container {
    margin-top: 100px;
}

div.filter-title, h2.filter-title {
    background: none;
    color:#f2923c;
}

.home-side-menu-type2>h2>em {
    color:#f2923c;
}

.home-side-menu-type2>h2 {
    background-color:#000;
    color:#fff;
    padding: 10px;
    margin:0px;
}

.home-side-menu-type2 {
    margin-bottom: 20px;
}

.side-menu-type2.side-block ul.menu>li {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 0px;
}
.menu-all-pages-container ul.menu>li a, .menu-all-pages-container ul.menu>li a span {
    color: #f2923c !important;
}
h2.homeHead {
    font-size: 24px;
    text-align: center;
}

button.button span {
    background-color:#000; 
    color:#fff;
}

.link-wishlist {
    color: #000;
    border-color: #000;
}

.link-compare {
    color: #000;
    border-color: #000;
}

.add-to-cart button.button span {
    text-transform: uppercase;
}

.product-view .product-shop .price-box .regular-price .price {
    color:#000;
}

.email-friend a {
    color:#000;
}

.product-tabs ul {
    margin:0px;
}

.product-tabs li {
    margin-bottom:0px;
}

.product-tabs>ul li a {
    color:#000;
    text-transform: uppercase;
    font-weight: bold;
}

.product-tabs>ul li.active {
    border-top-color:#000;
}

a.addtowishlist, a.comparelink {
    color:#000;
    border: 1px solid #000;
}

.item:hover .details-area .actions a.addtocart {
    border-color: #f2923c;
    background-color: #f2923c;
}

.link-wishlist:hover, .link-compare:hover {
    color: #f2923c;
    border-color: #f2923c;
}

/* line 1287, ../sass/custom.scss */
.qty-holder {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 104px;
  position: relative;
  text-align: center;
}

/* line 1296, ../sass/custom.scss */
.add-to-cart .qty {
  font-family: "Oswald";
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  width: 44px !important;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #21293c;
  margin: 0;
  border-color: #dae2e6;
    float: none;
}

/* line 1328, ../sass/custom.scss */
.qty-changer {
  display: block;
}
/* line 1330, ../sass/custom.scss */
.qty-changer > a {
  position: absolute;
  top: 0;
  width: 30px;
  height: 43px;
  border: solid 1px #dae2e6;
  line-height: 41px;
  font-size: 11px;
  color: #8798a2;
}
/* line 1340, ../sass/custom.scss */
.qty-changer .qty_inc {
  right: 1px;
}
/* line 1343, ../sass/custom.scss */
.qty-changer .qty_inc i:before {
  content: '\e873';
}
/* line 1348, ../sass/custom.scss */
.qty-changer .qty_dec {
  left: 1px;
}
/* line 1351, ../sass/custom.scss */
.qty-changer .qty_dec i:before {
  content: '\e874';
}

.product-view .add-to-links {
    margin: 5px 0;
}
.categoryTiles {
    text-align: center;
}
.categoryTiles h1 {
    font-weight: 600;
    color: #f2923c;
    font-size: 30px;
    margin: 0 auto;
}
.categoryTiles hr {
    width: 200px;
    height: 2px;
    background-color: #f2923c;
    display: block;
    margin: 20px auto 30px auto;
}
.category-list {
    display: block;
    padding: 0;
    margin: auto;
    text-align: center;
}
.category-list-item {
    display: inline-block;
    padding: 30px 10px;
}
.col-main .category-image img {
    width: 250px;
}
@media (max-width: 1199px) {
    .navbar a.buy-online,
    .navbar a:hover.buy-online,
    .right-panel-inner h2 {
        font-size: 24px
    }
    .footer-panel p span {
        font-size: 24px
    }
    .footer-panel .btn,
    .footer-panel .btn:hover {
        padding: 15px;
        font-size: 12px
    }
}

@media (max-width: 991px) {
    .navbar a.buy-online,
    .navbar a:hover.buy-online,
    .right-panel-inner h2 {
        font-size: 16px
    }
    .navbar a.buy-online,
    .navbar a:hover.buy-online {
        margin-top: -2px
    }
}

@media (max-width: 768px) {
    .left-panel {
        width: 70%
    }
    .right-panel {
        width: 30%
    }
    .navbar .navbar-brand {
        margin-top: 12px;
        width: 200px
    }
    .navbar .nav-style .call .need-help {
        font-size: 14px;
        margin-top: 20px
    }
    .navbar .nav-style .call .phone-number {
        font-size: 40px
    }
    .carousel-inner .slider-panel p {
        font-size: 24px;
        line-height: 30px;
        margin: 15% 10% 30px 10%
    }
    .navbar a.buy-online,
    .navbar a:hover.buy-online,
    .right-panel-inner h2 {
        font-size: 18px
    }
    .right-panel-inner .branding-panel .single-logo {
        width: 100%
    }
    .right-panel-inner .load-more-panel {
        width: 30%
    }
    .copyright-panel,
    .copyright-panel .right {
        text-align: center
    }
    .navbar a.buy-online,
    .navbar a:hover.buy-online {
        margin-top: -2px
    }
    .sub-hero-banner {
        height: 220px
    }
    .footer-panel h2 {
        margin-top: 20px;
        float: left;
        clear: both;
        width: 100%
    }
    .footer-panel p {
        clear: both
    }
}
@media (max-width: 689px) {
    .navbar .navbar-brand {
        margin-top: -5px;
        width: 140px
    }
    .header-nav-panel span.size {
        position: absolute;
        right: 30px;
        top: 0;
    }
    .carousel-inner .slider-panel p {
        font-size: 20px;
        line-height: 26px;
        margin: 120px 0px 30px 0px
    }
    .navbar .nav-style .call {
        float: left;
        margin-left: 35px;
        width: 100%
    }
    .navbar .nav-style .call .need-help {
        font-size: 12px;
        margin-top: -5px
    }
    .navbar .nav-style .call .phone-number {
        font-size: 30px
    }
    .navbar a.buy-online,
    .navbar a:hover.buy-online {
        width: 90%;
        margin-top: -1px
    }
    .header-buy-online-panel img {
        margin-left: 5px
    }
    .navbar .nav-style span {
        margin-left: 10px
    }
    .navbar .nav-style .no-display {
        display: none
    }
    .home-banner {
        height: 350px;
    }
    .footer-middle .col-lg-6, .footer-middle .col-lg-3 {
        padding: 0 20px;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px
    }
    .sidenav a {
        font-size: 18px
    }
}

@media (max-width: 440px) {
    .home-banner {
        height: 250px;
    }
    .footer-middle {
        padding: 0;
    }
    .navbar .nav-style .no-display {
        display: none
    }
    .right-panel-inner h2 {
        font-size: 14px
    }
    .sub-hero-banner {
        height: 140px
    }
    .navbar .nav-style span {
        margin-left: 4px
    }
    .navbar .nav-style .size {
        font-size: 36px
    }
}
.header-container.type1 .mini-cart .mybag-link {
    height: auto;
}
.mini-cart .actions a.btn-default {
    border: 1px solid #f2923c;
    width: 120px;
    padding: 10px 20px;
    margin-right: 5px;
    background: #f2923c;
    float: none;
    display: inline-block;
}
.mini-cart .actions a.btn-default:hover {
    color: black;
    background: white;
    border: 1px solid black;
}
.mini-cart .mini-products-list {
    max-height: 60vh;
    overflow: auto;
}
#mySidenav {
    display: none;
    width: 25%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media (max-width: 768px) {
    .mini-cart .mini-products-list {
        max-height: 400px;
    }
    #mySidenav {
        width: 80%;
    }
    .block-main-layer .layer-filter-icon {
        top: 28%;
        left: unset;
        right: 0;
    }
}
@media (max-width: 480px) {
    .mini-cart .mini-products-list {
        max-height: 200px;
    }
    #mySidenav {
        width: 100%;
    }
}

.header-left-panel {
    text-align: center;
}
.header-left-panel .header-image {
    max-width: 40%;
    margin: auto;
    padding-top: 10px;
}
@media(max-width: 1024px) {
    .header-left-panel .header-image {
        display: none;
    }
}