﻿@charset "utf-8";
/* CSS Document */
/********************************************************************
 * Table of Contents                                                *
 ********************************************************************/
/*
1. Common styles
    1.1. Font-face
    1.2. Content colors styles
    1.3. Revolution slider
2. Header styles
3. Navbar styles
4. Product style

5. Header block of secondary pages
6. Shortcode
7. All Block styles

8. Page Shopping cart
9. Page Checkout
10. Page Blogs
11. Page Products grid
12. Page Product details

13. Footer styles
14. Block background style
15. Backgrounds
*/

/********************************************************************
 * Common styles                                              *
 ********************************************************************/

/* ==========================================================================
   Font-face
   ========================================================================== */
.raleway {
    font-family: sans-serif}
.border-box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway.eot');
    src: url('fonts/Raleway.eot?#iefix') format('embedded-opentype'),url('fonts/Raleway.woff') format('woff'),url('fonts/Raleway.ttf') format('truetype'),url('fonts/Raleway.svg#Raleway') format('svg');
    font-weight: 400;
    font-style: normal}
@font-face {
    font-family: 'PTSans';
    src: url('fonts/PTSans.eot');
    src: url('fonts/PTSans.eot?#iefix') format('embedded-opentype'),url('fonts/PTSans.woff') format('woff'),url('fonts/PTSans.ttf') format('truetype'),url('fonts/PTSans.svg#PTSans') format('svg');
    font-weight: 400;
    font-style: normal}
.ptsans {
    font-family: 'PTSans',sans-serif}


@font-face {
    font-family: 'BrandonGrotesqueLight';
    src: url('fonts/brandon_light.eot');
    src: url('fonts/brandon_light.eot?') format('embedded-opentype'),
		 url('fonts/brandon_light.woff') format('woff'),
         url('fonts/brandon_light.ttf') format('truetype'),
         url('fonts/brandon_light.svg#BrandonGrotesqueLight') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TradeGothicRegular';
    src: url('fonts/tradegothicltstd-light.eot');
	src: url('fonts/tradegothicltstd-light.eot?') format('embedded-opentype'),
		 url('fonts/tradegothicltstd-light.woff') format('woff'),
         url('fonts/tradegothicltstd-light.ttf') format('truetype'),
         url('fonts/tradegothicltstd-light.svg#TradeGothicRegular') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BrandonGrotesqueMedium';
    src: url('fonts/brandon_med.eot');
	src: url('fonts/brandon_med.eot?') format('embedded-opentype'),
		 url('fonts/brandon_med.woff') format('woff'),
         url('fonts/brandon_med.ttf') format('truetype'),
         url('fonts/brandon_med.svg#BrandonGrotesqueMedium') format('svg');
	font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   Content color style
   ========================================================================== */
body {
   background:url(../images/body-bg.jpg) repeat top left;
   
    /*font-family: "PTSans";*/
    font-family:sans-serif;
}
.whitebg {
    background-color:#fff;
}
.container {
    background-color:transparent;
}

.boxed {
    max-width: 1170px;
    margin: auto}


.icon-1half {
    font-size: 1.5em}
.block{
    display:block;
    padding: 2px 0;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-delay: .2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    -o-animation-duration: 1s;
    -o-animation-delay: .2s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    position: relative;
    overflow: hidden}
.btn-home {
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    background-color: #d2232a;
}
.btn-home:hover {
    text-decoration: none;
    background-color: rgba(14,14,14,.5);
    color: #d2232a;
    border-color: #d2232a}
.btn-read {
    border: 1px solid rgba(234,234,234,.7);
    color: #eaeaea;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 10px auto 20px;
    display: inline-block}
.btn-read:hover {
    text-decoration: none;
    background-color: #fff;
    color: #d2232a;
    border-color: #fff}
blockquote p,.block-form blockquote p {
    color: #0e0e0e;
    font-size: 16px}
.form-control {
    border-radius: 0}
.text-error {
    font-size: 18px;
    color: red}

.color-active {
    color: #d2232a}
/*.highlight {
    background-color: #d2232a;
    color: #fff;
    padding: 3px 2px}*/
.dis-n {
    display: none}
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)}
	

/* ==========================================================================
   Header styles
   ========================================================================== */
#header.light-header .header-top-row {
    background: #fff;
    border-bottom: dotted 1px #161616;
    color: #272727;
}
.special-offer {
    font-weight:bold;
    font-size:14px;
   margin-top:5px;
   margin-left:5px;
   margin-right:5px;
}

.searchtext {
    color: #000;
}
#header.header-top-fixed {
    position: fixed;
    z-index:1001;
}

#header {
    position: relative;
    
    
    display: block;
    top: 0;
    left: 0;
    right: 0}
#header .container {
    position: relative;
}
#header .header-top-row {
    width: 100%;
    background: #fff;
    border-bottom: dotted 1px #161616;
    color: #272727;
    
    }
#header .v-line {
    width: 0;
    border-left: 1px solid #d2232a;
    height: 30px;
    float: right}
#header .top-welcome p {
    line-height: 40px;
    color: rgba(0,0,0,1);
    font-family: sans-serif;
    margin: 0;
    font-size: 13px;
    text-align: left}
#header .top-welcome p i {
    color: #d2232a}
#header .socials-block ul {
    margin: 0;
    padding: 0}
#header .socials-block ul li {
    padding: 0;
    margin: 0;
    float: right}
#header .socials-block ul li a {
    display: block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    min-width: 40px;
    background-color:#fff;
    color: #d2232a}
#header .socials-block ul li a:hover,#header .socials-block ul li a.active {
    color: #fff;
    background-color: #d2232a;
    text-decoration: none}
#header #account-menu {
    font-family: sans-serif;
    font-size: 13px;
    position: relative}
#header #account-menu:hover .account-menu-item {
    top: 40px;
    display: block;
    opacity: 1}
#header #account-menu .account-menu-title {
    display: block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 110px;
    color: rgba(234,234,234,.5);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
#header #account-menu .account-menu-title:hover {
    background-color: #d2232a;
    color: #fff;
    text-decoration: none}
#header #account-menu .account-menu-item {
    display: hidden;
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    background-color: rgba(14,14,14,.9);
    overflow: hidden;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease}
#header #account-menu .account-menu-item a {
    display: block;
    line-height: 38px;
    border-top: 1px solid #2a2a2a;
    text-align: left;
    text-indent: 7px;
    width: 110px;
    color: rgba(234,234,234,.5)}
#header #account-menu .account-menu-item a:hover {
    background-color: #d2232a;
    color: #fff;
    text-decoration: none}
#header #account-menu .account-menu-item a i:before {
    display: inline}
#header #currency {
    font-family: sans-serif;
    font-size: 13px;
    position: relative}
#header #currency:hover .currency-item {
    top: 40px;
    display: inline-block;
    opacity: 1}
#header #currency .currency-title {
    display: block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 80px;
    color: rgba(234,234,234,.5);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
#header #currency .currency-title:hover {
    background-color: #d2232a;
    color: #fff;
    text-decoration: none}
#header #currency .currency-item {
    display: hidden;
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    background-color: rgba(14,14,14,.9);
    overflow: hidden;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease}
#header #currency .currency-item a {
    display: block;
    line-height: 38px;
    border-top: 1px solid #2a2a2a;
    text-align: left;
    text-indent: 15px;
    width: 80px;
    color: rgba(234,234,234,.5)}
#header #currency .currency-item a:hover {
    background-color: #d2232a;
    color: #fff;
    text-decoration: none}
#header #lang {
    font-family: sans-serif;
    font-size: 13px;
    position: relative}
#header #lang:hover .lang-item {
    top: 40px;
    display: block;
    opacity: 1}
#header #lang .lang-title {
    display: block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 100px;
    color: rgba(234,234,234,.5);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
#header #lang .lang-title:hover {
    background-color: #d2232a;
    color: #fff;
    text-decoration: none}
#header #lang .lang-item {
    display: hidden;
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    background-color: rgba(14,14,14,.9);
    overflow: hidden;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease}
#header #lang .lang-item a {
    display: block;
    line-height: 38px;
    border-top: 1px solid #2a2a2a;
    text-align: left;
    text-indent: 15px;
    width: 100px;
    color: rgba(234,234,234,.5)}
#header #lang .lang-item a:hover {
    background-color: #d2232a;
    color: #fff;
    text-decoration: none}

.header-top-bg {
    background-image:url(../images/headerbg.jpg);
    background-repeat:no-repeat;
    height:53px;
    width:100%;
}
#header .header-bg {
    background-color:#b8e2e1;
    
    /*height: 150px*/}
#header .header-bg-fixed {
    height: 0}
#header .header-main {
    /*height: 150px;*/
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    -ms-transition: height .5s ease;
    transition: height .5s ease}
    #header .header-main .header-main-block1 {
    padding-left:10px;
    padding-right:10px;
    background-color:transparent;
    }
.rightborder {
    border-right: solid 1px #bababa;
}
.leftborder {
    border-left: solid 1px #bababa;

}
#header .header-main .top-search-form {
   padding:5px;
   height:40px;
}
#header .header-main .top-search-form form {
   position: relative}
#header .header-main .top-search-form form input {
    height: 40px;
    padding: 10px 10px;
    background: 0;
    background-color: rgba(255,255,255,1);
    outline: 0}
#header .header-main .top-search-form form input:focus {
    outline: 0;
    box-shadow: none}
#header .header-main .top-search-form form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 40px;
    padding:5px;
    background-color:#c01306;
    color: #eaeaea;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px}

.topcheckoutbtn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 38px;
    padding-top:9px;
    
    background-color:#aab238;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 16px}
    .topcheckoutbtn:hover {
        text-decoration: none;
        color: #fff;
    }
#header .header-main .top-search-form form button:hover {
    color: #ffffff}
#header #container-fixed {
    height: 100px;
    margin: 0 0;
    -webkit-transition: margin .5s ease;
    -moz-transition: margin .5s ease;
    -o-transition: margin .5s ease;
    -ms-transition: margin .5s ease;
    transition: margin .5s ease}
#header .header-logo {
    max-height: 112px;
    display: block;
    margin: auto;

}
@media (min-width: 990px) {
    #header .header-search-bar {
        margin-bottom: 50px;
    }
}
@media (max-width: 990px) {
    #header .header-search-bar {
        margin-bottom: 10px;
    }
}
@media (max-width: 680px) {
    #header .header-search-bar {
        margin-bottom: 10px;
    }
}
#header .navbar-main {
    margin: 0;
    border-radius: 0;
    
    border: 0}
#header .header-main-fixed {
    height: 100px; 
}
#header .header-main-fixed .header-main-block1 {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
   

}

    #header .header-main-fixed .header-logo {
        max-height: 100px;
        display: block;
        margin: 0 auto;
    }
    #header .header-main-fixed .header-search-bar {
        margin-bottom: 10px;
    }

#header .header-main-fixed #container-fixed {
    margin: 0}
#header .header-mini-cart {
    position: relative;
    width: 230px;
    height: 40px;
    right: 0;
    text-align: center;
    /*background: url("../../images/card.png") no-repeat rgba(14,14,14,.5) center right;*/
    margin: 5px 0 0 5px}



#header .cartimage {
    max-width: 50px;
    max-height:70px;
}


#header .shopping-cart-items {
    color: #fff;
}
#header .header-mini-cart {
    border:1px solid #eaeaea;
    
}

#header .header-mini-cart:hover {
    background-color: #d2232a;
    
}
#header .header-mini-cart a {
    
    text-decoration: none;
    display: block;
    height: 100%;
    outline: 0;
    text-shadow: none;
    padding: 4px 40px 0 13px;
    text-align: left;
    color: #eaeaea;
    line-height: 14px}
#header .header-mini-cart a span {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    display: block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease}
#header .header-mini-cart a:hover {
    color: #fff}
#header .header-mini-cart a:hover span {
    color: #fff}
#header .header-mini-cart .shopping-cart-content {
    width: 300px;
    padding: 10px;
    margin: 5px 0 0 0;
    border: 1px solid rgba(14,14,14,.9);
    border-radius: 0;
    font-size: 12px;
    z-index: 9999;
    background-color: rgba(14,14,14,.9)}
#header .header-mini-cart .shopping-cart-content .item {
    width: 280px;
    height: 90px;
    background-color: rgba(14,14,14,.5);
    margin-bottom: 5px;
    position: relative;
    font-family: "PTSans",Helvetica,sans-serif}
#header .header-mini-cart .shopping-cart-content .item img {
    height: 70px}
#header .header-mini-cart .shopping-cart-content .item p {
    padding: 5px 5px 0;
    margin: 0;
    color: rgba(234,234,234,.9);
    font-size: 13px;
    text-align: left}
#header .header-mini-cart .shopping-cart-content .item p strong {
    font-size: 13px}
#header .header-mini-cart .shopping-cart-content .item div {
    margin-left: 70px;
    position: absolute;
    margin-right: 30px}
#header .header-mini-cart .shopping-cart-content .item .trash {
    display: inline-block;
    padding: 0;
    float: right}
#header .header-mini-cart .shopping-cart-content .item .trash i {
    text-decoration: none;
    color: #eaeaea;
    min-width: 30px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    line-height: 70px;
    font-size: 16px}
#header .header-mini-cart .shopping-cart-content .item .trash i:hover {
    color: #d2232a}
#header .header-mini-cart .shopping-cart-content .item:hover {
    background-color: #0e0e0e}
#header .header-mini-cart .shopping-cart-content .total {
    width: 100%;
    color: #eaeaea}
#header .header-mini-cart .shopping-cart-content .total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
    float: right;
    width: 100%}
#header .header-mini-cart .shopping-cart-content .total table td {
    padding: 2px 2px 2px 10px;
    text-align: right}
#header .header-mini-cart .shopping-cart-content .total a {
    padding: 7px 15px;
    border-radius: 0;
    color: #eaeaea;
    margin: 0 0 0 10px}
#header .header-mini-cart .shopping-cart-content .total a:hover {
    color: #fff;
    background-color: #d2232a;
    border-color: #d2232a}
#header .top-icons .top-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 5px;
    background-color: rgba(14,14,14,.5);
    margin-top: 5px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
    border-radius: 35px}
#header .top-icons .top-icon a {
    display: block;
    height: 100%}
#header .top-icons .top-icon span {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 8px;
    line-height: 16px;
    border-radius: 20px;
    color: #fff;
    background-color: #5eb22d}
#header .top-icons .top-icon i {
    color: #eaeaea;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
#header .top-icons .top-icon:hover {
    border-color: #d2232a}
#header .top-icons .top-icon:hover i {
    color: #d2232a}
#header .top-icons i {
    font-size: 16px;
    color: #0e0e0e;
    line-height: 40px}
.top-header-bg {
    height: 110px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.top-header-bg.top-header-bg-fix {
    height: 110px}
	

/* ==========================================================================
   Navbar styles
   ========================================================================== */



.menubg {

    margin-bottom:10px;
}

#navbar-collapse-1 {
    min-width: 350px;
}

.navbar-main { 
    background-color: #fff;
    

}
.navbar-main .navbar-nav>.active>a:hover,.navbar-main .navbar-nav>li>a:hover, .navbar-main .navbar-nav>li>a:focus { background-color: #c01306}
.navbar-main .navbar-nav>.active>a,.navbar-main .navbar-nav>.open>a,.navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:hover,.navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>.open>a:focus { background-color: #c01306}

.navbar-main { background-image: none; }

.navbar-main { border-color: #080808}
.navbar-main .navbar-brand { color: #FFFFFF}
.navbar-main .navbar-brand:hover { color: #FFFFFF}
.navbar-main .navbar-nav>li>a { color: #000}
.navbar-main .navbar-nav>li>a:hover, .navbar-main .navbar-nav>li>a:focus { color: #FFFFFF}
.navbar-main .navbar-nav>.active>a,.navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>.open>a:focus { color: #FFFFFF}
.navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.active>a:focus { color: #FFFFFF}

.navbar-main .navbar-nav>.dropdown>a .caret { border-top-color: #FFFFFF}
.navbar-main .navbar-nav>.dropdown>a:hover .caret { border-top-color: #FFFFFF}
.navbar-main .navbar-nav>.dropdown>a .caret { border-bottom-color: #FFFFFF}
.navbar-main .navbar-nav>.dropdown>a:hover .caret { border-bottom-color: #FFFFFF}
.navbar-main .navbar-toggle {
    background-color: #C0252B;
    border:1px solid #000;
    border-radius: 5px}
.navbar-main .navbar-toggle:hover {
    background-color: #080808;

  }
.navbar-main .navbar-toggle .icon-bar {
    background-color: #fff}
	
	
/* ==========================================================================
Product style
========================================================================== */

.product-section article {
    margin-bottom: 40px}
.product-section ul {
    margin-bottom: 0}
.product-section ul li {
    margin-bottom: 40px}
.block-product-tab {
    margin-top: 30px;
    position: relative}
.block-product-tab .tab-bg {
    position: absolute;
    width: 100%;
    background-color: #eaeaea;
    z-index: -1;
    height: 50px}
.block-product-tab .toolbar-for-light {
    top: 7px;
    right: 7px;
    z-index: 3;
    width: 80px}
.block-product-tab .toolbar-for-light a {
    border: 0;
    background-color: #fff;
    color: rgba(14,14,14,.3)}
.block-product-tab .nav-pills>li>a {
    border-radius: 0;
    padding: 15px 16px 16px;
    border-top: 2px solid transparent}
.block-product-tab .nav-pills>li.active>a:hover {
    background: #fff}
.block-product-tab .nav-pills>li.active>a,.block-product-tab .nav-pills>li.active>a:focus {
    background-color: #fff;
    border-top-color: #d2232a;
    color: #d2232a}
.block-product-tab .nav {
    font-size: 24px;
    font-family: sans-serif;
    line-height: 1.1}
.block-product-tab .nav li {
    float: left;
    margin-bottom: 20px}
	
/*========== for light background ============*/
.shortdesc {
    font-size:12px;
}
    .shortdesc ul {
        margin:0 0 0 0;
    }
.product.light .shortdesc {
    min-height: 120px;
}

.product.light {
    
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px dotted #d1d1d1;
    /*max-width: 263px;
    max-height:330px;*/
    min-height:310px;
    margin: 5px auto 5px;
    /*overflow: hidden;*/
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15)}
.product.light:hover {
    border: 1px solid #d1d1d1;
    border-bottom:1px solid #d2232a;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
    

}
.product.light .bulk-price {
        width: 90px;
        height: 31px;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

/**/
       
    .product.light .rating-actions {
        position: relative;
    }
    .product.light:hover .rating-actions {
        z-index: 1;
    }
    
    .product.light .actions {
    position: absolute;
    top: 30px;
    width: 100%;
    border-top: none;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    filter: alpha(opacity=0);
   

    /* visibility: hidden; */
    }
    .product.light:hover .actions {
        margin: 5px auto 5px;
         border-radius: 0px 0px 5px 5px;
         border: 1px solid #d1d1d1;
         border-top: 0px solid #d1d1d1;
        box-shadow:0 4px 6px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:0 4px 6px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow:0 4px 6px 0px rgba(0, 0, 0, 0.2); 
        padding-bottom:30px; 
	    background-color:#ffffff;
	    -moz-opacity:1; 
	    -webkit-opacity:1; 
	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*IE8*/ 
	    opacity:1; 
	    filter:alpha(opacity=100); visibility:visible;
    }
   
/**/

.product.light:hover .product-caption {
    background-color: #fff}
.product.light:hover .product-compare {
    right: 10px}
.product.light:hover .product-wishlist {
    right: 10px}
.product.light .listdetails {
        display: none;
    }
.product.light .product-compare {
    position: absolute;
    font-size: 18px;
    text-align: center;
    color: #d2232a;
    display: block;
    -webkit-backface-visibility: hidden;
    background-color: rgba(255,255,255,.9);
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    border: 1px solid rgba(235,44,51,.5);
    z-index: 103;
    bottom: 10px;
    right: -100px}
.product.light .product-compare:hover {
    background-color: rgba(235,44,51,.9);
    color: #fff}
.product.light .product-wishlist {
    position: absolute;
    font-size: 14px;
    color: #d2232a;
    display: block;
    -webkit-backface-visibility: hidden;
    background-color: rgba(255,255,255,.9);
    width: 85%;
    height: 40px;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 40px;
    border: 1px solid rgba(235,44,51,.5);
    z-index: 103;
    top: 10px;
    right: -90%}
.product.light .product-wishlist:hover {
    background-color: rgba(235,44,51,.9);
    color: #fff}
.product.light .product-caption {
    text-align: left;
    position: relative;
    /*padding: 10px 10px 5px 10px;*/
    background-color: #fff}
.product.light .product-caption .product-name {
    font-size: 14px;
    text-align:center;
    padding: 0 5px 5px;
    display: block;
    text-decoration: none;
    font-family: sans-serif;
    color: #272727;
    height:70px;
    overflow: hidden;
}
.product.light .product-caption .product-name:hover {
    color: #272727}
.product.light .product-caption .block-name {
    /*display: inline-block;*/
    }

.product.light .product-caption .product-cart {
    color: #fff;
    display: inline-block;
    position: relative;
    right: 10px;    
   }
.product.light .product-caption .product-cart a {
    display: inline-block;
    font-size: 19px;
    text-align: center;
    color: #d2232a;
    -webkit-backface-visibility: hidden;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    border: 1px solid rgba(235,44,51,.5)}
.product.light .product-caption .product-cart a:hover {
    background-color: #d2232a;
    color: #fff;
    border-color: #d2232a}
    .product.light .product-caption .product-cart span {
        display: none;
    }
.product.light .product-caption .product-price {
    margin-left:10px;
    color:#4d4d4d;
    font-size: 15px;
    font-weight:bold;
    position: absolute;
    left: 5px;
    margin-top: 5px;
    /*line-height:30px;*/}
.product.light .product-caption .product-price .old-price {
    color: #333;
}
.product.light .product-caption .product-price .old-price {
    bottom: 20px;
    font-size: 14px;
    left: 0px;
    margin: 0 5px 0 0px;
    position: absolute;
    text-decoration: line-through;
    float: left;
}
.product.light .product-caption .product-price .new-price {
    color: #ff0000;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
/*.product.light .product-caption .product-price span {
    color: rgba(14,14,14,.5);
    font-size: 14px;
    text-decoration: line-through}*/
.product.light .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative}
.product.light .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: left}
.product.light .product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block}
.product.light .product-rating .stars span.star.active:before {
    content: "\f005"}
.product.light .product-rating .stars span.star:hover {
    cursor: pointer}
.product.light .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(235,44,51,.9)}
.product.light .product-rating .stars span.star:hover:before,.product.light .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #d2232a}
.product.light .product-rating .review {
    color: rgba(14,14,14,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.product.light .product-rating .review:hover {
    color: #d2232a}
.product.light .description {
    font-size: 14px;
    color: rgba(14,14,14,.7);
    display:none;
}


.product.light .product-new {
    position: absolute;
    font-size: 16px;
    font-weight:bold;
    z-index: 5;
    height: 38px;
    text-align: center;
    line-height: 28px;
    left: -50px;
    top: 20px;
    color: #fff;
    background-color: rgba(26,93,168,1); /*#d2232a;*/
    width: 100%;
    padding: 5px;
    -webkit-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -moz-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -o-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -ms-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden}
.product.light .generic-new {
    position: absolute;
    font-size: 16px;
    font-weight:bold;
    z-index: 5;
    height: 38px;
    text-align: center;
    line-height: 28px;
    left: -50px;
    top: 20px;
    color: #fff;
    background-color: rgba(210,35,42,1); /*#d2232a;*/
    width: 100%;
    padding: 5px;
    -webkit-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -moz-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -o-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -ms-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden}

.product.light .product-sale {
    position: absolute;
    font-size: 14px;
    z-index: 6;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 40px!important;
    -moz-border-radius: 40px!important;
    border-radius: 40px!important;
    text-align: center;
    padding: 5px;
    padding-top:20px;
    left: 3px;
    top: 3px;
    line-height: 13px;
    color: #000;
    border: 1px solid rgba(235,44,51,.5);
    background-color: rgba(255,255,255,.9);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden}
.last-sale {
    margin: 30px auto!important}
.last-sale .product-sale {
    background-color: #5eb22d!important;
    border-color: #5eb22d!important;
    color: #fff!important}
.last-sale .time {
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: 10px 0 0 10px;
    font-size: 15px;
    color: #fff;
    text-align: left;
    z-index: 7}
.last-sale .time div {
    display: inline-block;
    float: left;
    background-color: rgba(235,44,51,.9);
    width: 40px;
    padding: 3px 8px 3px;
    margin-right: 2px;
    text-align: center}
.last-sale .time .cd-time {
    display: block;
    margin-top: 0;
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 2px}
.product-section figure {
    max-width: 280px;
    margin: 0 auto;
    overflow: hidden;
    position: relative}

.figure-hover-overlay {
    position: relative;
    overflow: hidden;
    min-height:120px;
}
.figure-hover-overlay .figure-href {
    text-transform: lowercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5}
.figure-hover-overlay .img-overlay {
    position: absolute;
    opacity: 1;
    z-index: 2;
}
.featuredcategoryimage {
    max-height: 220px;
    max-width:220px;
    margin-left:auto;
    margin-right:auto;
    margin-top:74px;
}
.featuredcategorytitle {
    background-image: url("../images/featured-category-title-bg.png");
    background-repeat:no-repeat;
    width:186px; height:73px;
    position:absolute;
    right:0px;
    top:0px;
    padding-left:10px;
    padding-right:2px;
    text-align:right;

}
.featuredcategorytitle h2 {
    color:#fff;
    font-size: 20px;
    margin-top: 5px;
    margin-right:10px;
    font-weight: normal;
    font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif;
}
.featuredcategoryshopnow a > h2 {
    text-align:right;
    color:#000;
    font-size: 20px;
    padding-right:10px;
    font-weight: normal;
    font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif;
}
.featuredcategoryshopnow a:hover, .featuredcategoryshopnow a > h2:hover {
    text-decoration:none;
    color:#c84040;
}



.productlistimg {
    max-height: 200px;
    max-width:200px;
    margin-left:auto;
    margin-right:auto;
}
.categorylistimg {
    max-height: 50px;
    
}
.figure-hover-overlay img {
    position: relative;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden}
.img-overlay {
    position: absolute;
    opacity: .5;
    z-index: 2}
.product:hover .figure-hover-overlay img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out}
.product .figure-hover-overlay:hover .img-overlay {
    opacity: 0}
.product.list {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 5px solid #fff;
    margin: 5px auto 30px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.15);
    box-shadow: 0 0 7px rgba(0,0,0,.15)}
.product.list:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 20px rgba(0,0,0,.2)}
.product.list:hover .product-caption {
    background-color: #fff}
.product.list:hover .product-compare {
    right: 10px}
.product.list:hover .product-wishlist {
    right: 10px}
.product.list .product-compare {
    position: absolute;
    font-size: 18px;
    text-align: center;
    color: #d2232a;
    display: block;
    -webkit-backface-visibility: hidden;
    background-color: rgba(255,255,255,.9);
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    border: 1px solid rgba(235,44,51,.5);
    z-index: 5;
    bottom: 10px;
    right: -100px}
.product.list .product-compare:hover {
    background-color: rgba(235,44,51,.9);
    color: #fff}
.product.list .product-wishlist {
    position: absolute;
    font-size: 18px;
    text-align: center;
    color: #d2232a;
    display: block;
    -webkit-backface-visibility: hidden;
    background-color: rgba(255,255,255,.9);
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 40px;
    border: 1px solid rgba(235,44,51,.5);
    z-index: 6;
    bottom: 52px;
    right: -100px}
.product.list .product-wishlist:hover {
    background-color: rgba(235,44,51,.9);
    color: #fff}
.product.list .product-caption {
    text-align: left;
    padding: 10px 10px 5px 10px;
    background-color: #fff}
.product.list .product-caption .product-name {
    font-size: 14px;
    padding: 5px 0 5px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: sans-serif;
    color: #0e0e0e}
.product.list .product-caption .product-name:hover {
    color: #d2232a}
.product.list .product-caption .block-name {
    display: inline-block}
.product.list .product-caption .product-cart {
    color: #fff;
}
.product.list .product-caption .product-cart a {
    display: inline-block;
    font-size: 19px;
    text-align: center;
    color: #d2232a;
    -webkit-backface-visibility: hidden;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    border: 1px solid rgba(235,44,51,.5);
}

.product.list .product-caption .product-cart a:hover {
    background-color: #d2232a;
    color: #fff;
    border-color: #d2232a}

    .product.list .product-caption .product-cart .carttext {
        font-size: 19px;
        text-decoration:none;
        color: #d2232a;
        display:inline;
    }
    .product.list .product-caption .product-cart .carttext:hover {
        font-size: 19px;
        text-decoration:none;
        color: #fff;
        display:inline;
        
    }
.product.list .product-caption  {
    color: rgba(14,14,14,.9);
    font-size: 15px;
    
    margin: 0}
.product.list .product-caption  span {
    color: rgba(14,14,14,.5);
    font-size: 13px;
   }

    .product.list .bulk-price {
        width: 90px;
        height: 31px;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
.product.list .product-caption .product-price {
        font-size: 20px;
        font-weight:bold;
        line-height:40px;
        color:#4d4d4d;
    }
.product.list .product-caption .product-price .old-price {
    color: #333;
}
.product.list .product-caption .product-price .old-price {
    bottom: 20px;
    font-size: 14px;
    left: 0px;
    margin: 0 5px 0 0px;
    text-decoration: line-through;
}
.product.list .product-caption .product-price .new-price {
    color: #ff0000;
    margin-right: 5px;
    margin-top: 5px;
}

/*.product.list .product-price span {
    color: rgba(14,14,14,.5);
    font-size: 14px;
    text-decoration: line-through}*/



.product.list .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative}
.product.list .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: left}
.product.list .product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block}
.product.list .product-rating .stars span.star.active:before {
    content: "\f005"}
.product.list .product-rating .stars span.star:hover {
    cursor: pointer}
.product.list .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(235,44,51,.9)}
.product.list .product-rating .stars span.star:hover:before,.product.list .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #d2232a}
.product.list .product-rating .review {
    color: rgba(14,14,14,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.product.list .product-rating .review:hover {
    color: #d2232a}
.product.list .description {
    font-size: 14px;
    color: rgba(14,14,14,.7);
    /*display:inline;*/
}
    .product.list .carttext {
        display: inline;
    }
.product.list .product-new {
    position: absolute;
    font-size: 16px;
    font-weight:bold;
    z-index: 5;
    height: 38px;
    text-align: center;
    line-height: 28px;
    left: -50px;
    top: 20px;
    color: #fff;
    background-color: rgba(26,93,168,1); /*#d2232a;*/
    width: 100%;
    padding: 5px;
    -webkit-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -moz-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -o-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -ms-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden}
.product.list .generic-new {
    position: absolute;
    font-size: 16px;
    font-weight:bold;
    z-index: 5;
    height: 38px;
    text-align: center;
    line-height: 28px;
    left: -50px;
    top: 20px;
    color: #fff;
    background-color: rgba(210,35,42,1); /*#d2232a;*/
    width: 100%;
    padding: 5px;
    -webkit-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -moz-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -o-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -ms-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden}
.product.list .product-sale {
    position: absolute;
    font-size: 14px;
    z-index: 6;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 40px!important;
    -moz-border-radius: 40px!important;
    border-radius: 40px!important;
    text-align: center;
    padding: 17px;
    line-height: 13px;
    right: 3px;
    top: 3px;
    color: #d2232a;
    border: 1px solid rgba(235,44,51,.5);
    background-color: rgba(255,255,255,.9);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden}


/* ==========================================================================
Header block of secondary pages
========================================================================== */

/*.breadcrumb {
    margin: 0;
    background: 0;
    display: inline-block}
.breadcrumb>li {
    text-shadow: none;
    margin-left: 5px}
.breadcrumb>li:first-child {
    margin-left: 0}
.breadcrumb>li a {
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px}
.breadcrumb>li a:hover {
    color: #000}
.breadcrumb>li:after {
    margin-left: 10px;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 14px;
    color: #fff}
.breadcrumb>li+li:before {
    content: "";
    padding: 0}
.breadcrumb>li: last-child:after {
    content: ""}
.breadcrumb>.active {
    color: #fff;
    font-family: sans-serif;
    font-size: 14px}*/


/* ==========================================================================
Shortcode
========================================================================== */

span.dropcap {
    font-size: 40px;
    float: left;
    margin: 3px 10px 5px 0;
    line-height: 1;
    padding: 5px 14px;
    background: #d2232a;
    color: #fff}
blockquote {
    font-size: 14px;
    border-color: #eaeaea;
    font-style: italic}

.alertrow {
    margin-top: 20px;
    
}
.alert {
    border-radius: 0}
.alert.alert-success {
    background-color: #5eb22d;
    border: 0;
    color: #fff}
.alert.alert-warning {
    background-color: #eb2c33;
    border: 0;
    color: #fff}
.progress {
    height: 36px;
    border-radius: 0}
.progress .progress-bar {
    line-height: 36px}
.progress-bar.animate {
   width: 100%;
}

.flickr li {
    float: left;
    margin: 5px;
    padding: 1px;
    background-color: #eaeaea;
    width: 68px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.flickr li:hover {
    background-color: #d2232a}
.tool_tip {
    color: #d2232a}
.tool_tip:hover {
    color: #d2232a}

/* ==========================================================================
   All Block styles
   ========================================================================== */
   
.header-menu {
    position: relative;
    margin: 10px 0 0}
.header-menu h4 {
    text-align: left;
    color: #0e0e0e;
    text-transform: uppercase;
    padding: 0 0 10px 15px;
    border-bottom: 1px solid #ddd;
    margin: 0}
.header-for-light {
    text-transform: capitalize;
    margin-bottom: 5px;
    position: relative}
.header-for-light h1 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0}
.header-for-light h1 span,.header-for-light h4 span {
    color: rgba(14,14,14,.7)}
.header-for-light h3 {
    text-align: left}
.header-for-light h4 {
    text-transform: uppercase;
    text-align: left;
    margin-top: 0}
.header-for-light .header-bottom-line {
    display: block;
    border-bottom: 1px solid rgba(14,14,14,.3);
    height: 0}
.header-with-icon {
    position: relative;
    height: 50px;
    background-color: #eaeaea;
    font-size: 16px;
    font-family: sans-serif;
    margin: 30px 0 20px}
.header-with-icon>i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #d2232a;
    color: #fff;
    text-align: center;
    margin-right: 10px}
.header-with-icon>i:after {
    content: '';
    position: absolute;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #d2232a;
    border-left: 8px solid transparent;
    left: 16px;
    bottom: -8px;
    z-index: 1}
.header-with-icon .toolbar-for-light {
    top: 7px;
    right: 7px;
    width: 80px}
.header-with-icon .toolbar-for-light a {
    border: 0;
    background-color: #fff;
    color: rgba(14,14,14,.3)}
.main-category-block .main-category-items {
    position: relative}
.main-category-block .main-category-title {
    position: relative;
    height: 50px;
    background-color: #d2232a;
    font-size: 24px;
    font-family: sans-serif;
    margin: 10px 0 25px;
    color: #fff}
.main-category-block .main-category-title a>i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #d2232a;
    color: #fff;
    text-align: center;
    margin-right: 10px}
.main-category-block .main-category-title a>i:after {
    content: '';
    position: absolute;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #d2232a;
    border-left: 8px solid transparent;
    left: 16px;
    bottom: -8px;
    z-index: 1}
.main-category-block .main-category-list {
    background-color: #fff}
.main-category-block .main-category-list .with-dropdown>a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 14px;
    padding-left: 15px;
    position: absolute;
    top: 10px;
    right: 10px}
.main-category-block .main-category-list .with-dropdown .dropdown-menu {
    left: 100%;
    top: 0;
    padding: 0;
    width: 600px}
.main-category-block .main-category-list .with-dropdown:hover .dropdown-menu {
    display: block}
.main-category-block .main-category-list .dropdown-menu {
    -webkit-box-shadow: 2px 2px #eaeaea rgba(0,0,0,.5);
    -moz-box-shadow: 2px 2px #eaeaea rgba(0,0,0,.5);
    box-shadow: 2px 2px #eaeaea rgba(0,0,0,.5);
    border-radius: 0;
    border-color: #eaeaea;
    background-color: #fff;
    margin: 0}
.main-category-block .main-category-list .dropdown-menu ul {
    float: left}
.main-category-block .main-category-list .dropdown-menu ul li a:hover {
    color: #d2232a}
.main-category-block .main-category-list .dropdown-menu li {
    border: 0;
    margin-bottom: 0}
.main-category-block .main-category-list .dropdown-menu li a {
    padding: 12px 15px;
    min-width: 250px}
.main-category-block .main-category-list .dropdown-menu li h4 {
    padding: 15px 0 14px;
    text-transform: uppercase;
    color: #0e0e0e;
    margin: 0 15px;
    border-bottom: 1px solid #ddd}
.main-category-block .main-category-list li {
    margin-bottom: -1px;
    border: 1px solid #eaeaea;
    font-size: 16px;
    line-height: 24px}
.main-category-block .main-category-list li a {
    position: relative;
    display: block;
    padding: 12px 10px 12px 64px;
    font-family: sans-serif}
.main-category-block .main-category-list li a i {
    position: absolute;
    z-index: 1;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff}
.main-category-block a, .main-category-block a:hover {
    color: #fff;
}
.main-category-block .main-category-list li a:hover {
    text-decoration: none;
    color: #d2232a}
.main-category-block .main-category-list li a:hover i {
    background: #d2232a}
.main-category-block .main-category-list li:nth-child(odd) i {
    background: #999}
.main-category-block .main-category-list i {
    background: rgba(14,14,14,.7)}
.title-block {
    position: relative;
    text-align: center}
.title-block.light h1 {
    color: #0e0e0e}
.title-block.light p {
    color: rgba(14,14,14,.7)}
.title-block.light .toolbar-for-light {
    width: 85px}
.title-block.light .toolbar-for-light a {
    border-color: rgba(14,14,14,.3);
    color: rgba(14,14,14,.3)}
.title-block.light .toolbar-for-light a:hover {
    border-color: #d2232a;
    color: #fff;
    background-color: #d2232a}
.title-block.light .toolbar-for-light .next {
    float: none}
.title-block h1, .title-block h2, .title-block h3 {
    color: #fff}

.title-block h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff}
.title-block p {
    color: rgba(234,234,234,.7)}
.title-block .icon {
    margin: 20px 0}
.title-block .icon i {
    color: #fff;
    text-align: center;
    line-height: 90px;
    font-size: 46px;
    margin: auto;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 70px;
    border: 1px solid rgba(234,234,234,.5);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.title-block .toolbar-for-light {
    position: inherit;
    margin: auto auto;
    width: 85px}
.title-block .toolbar-for-light a {
    border-color: rgba(234,234,234,.7);
    color: rgba(234,234,234,.7)}
.title-block .toolbar-for-light a:hover {
    background-color: #fff;
    color: #d2232a}
.title-block .toolbar-for-light .next {
    float: none}
.title-block:hover .icon i {
    color: #d2232a;
    background-color: #fff}
.toolbar-for-light {
    width: 80px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index:1;
}
.toolbar-for-light .prev {
    float: left}
.toolbar-for-light a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 26px;
    padding: 0 7px;
    border: 1px rgba(14,14,14,.3) solid;
    color: rgba(14,14,14,.3);
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    vertical-align: top}
.toolbar-for-light a:hover {
    border-color: #d2232a;
    background-color: #d2232a;
    color: #fff}
.toolbar-for-light a i {
    line-height: 36px;
    padding: 0 3px;
    font-size: 22px}
.toolbar-for-light .next {
    float: right}

.widget-title {
    position: relative;
    height: 50px;
    background-color: #eaeaea;
    font-size: 16px;
    font-family: sans-serif;
    margin: 30px 0 20px}
.widget-title i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #d2232a;
    color: #fff;
    text-align: center;
    margin-right: 10px}
.widget-title i:after {
    content: '';
    position: absolute;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #d2232a;
    border-left: 8px solid transparent;
    left: 16px;
    bottom: -8px;
    z-index: 1}
.widget-title.dark {
    background-color: #222;
    color: #aaa}
.widget-block.dark .product-name {
    color: #aaa}
.widget-block.dark .product-price {
    color: #aaa}
.widget-block.dark .product-price span {
    color: #777}
.widget-block {
    margin-bottom: 10px}
.widget-block .product-name {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0 5px;
    display: block;
    text-decoration: none;
    font-family: sans-serif;
    color: #0e0e0e}
.widget-block .product-name:hover {
    color: #d2232a}
.widget-block .block-name {
    display: inline-block}
.widget-block .product-price {
    color: rgba(14,14,14,.9);
    font-size: 16px;
    margin: 0}
.widget-block .product-price span {
    color: rgba(14,14,14,.5);
    font-size: 14px;
    text-decoration: line-through}
.widget-block .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative}
.widget-block .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: left}
.widget-block .product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block}
.widget-block .product-rating .stars span.star.active:before {
    content: "\f005"}
.widget-block .product-rating .stars span.star:hover {
    cursor: pointer}
.widget-block .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(235,44,51,.9)}
.widget-block .product-rating .stars span.star:hover:before,.widget-block .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #d2232a}
.widget-block .product-rating .review {
    color: rgba(14,14,14,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.widget-block .product-rating .review:hover {
    color: #d2232a}
.tags {
    font-size: 0}
.tags li {
    display: inline-block;
    margin: 3px;
    font-size: 16px;
    line-height: 40px}
.tags li a {
    display: block;
    padding: 0 20px;
    background-color: rgba(234,234,234,.7);
    color: rgba(14,14,14,.7)}
.tags li a:hover {
    text-decoration: none;
    background-color: #d2232a;
    color: #fff}
.catalog li {
    margin-bottom: -1px;
    border: 1px solid #eaeaea;
    font-size: 16px;
    line-height: 24px}
.catalog li a {
    position: relative;
    display: block;
    padding: 12px 10px 12px 64px;
    font-family: sans-serif}
.catalog li a i {
    position: absolute;
    z-index: 1;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff}
.catalog li a:hover {
    text-decoration: none;
    background: #eaeaea;
    color: #0e0e0e}
.catalog li a:hover i {
    background: #d2232a}
.catalog li:nth-child(odd) i {
    background: rgba(235,44,51,.7)}
.catalog i {
    background: rgba(235,44,51,.9)}
.panel-group .panel-default {
    border: 0;
    border-radius: 0;
    margin-top: 0!important}
.panel-group .panel-heading {
    background: 0;
    border: 0;
    border-radius: 0;
    padding: 0}
.panel-group .panel-body {
    border-left: 1px solid rgba(234,234,234,.5);
    border-right: 1px solid rgba(234,234,234,.5)}
.panel-group .panel-title {
    margin-bottom: -1px;
    border: 1px solid #eaeaea;
    font-size: 16px;
    line-height: 24px}
.panel-group .panel-title a.collapsed:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    z-index: 1;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: rgba(235,44,51,.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.panel-group .panel-title a {
    position: relative;
    display: block;
    padding: 12px 10px 12px 64px;
    font-family: sans-serif;
    background-color: #eaeaea}
.panel-group .panel-title a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    z-index: 1;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #d2232a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.panel-group .panel-title a:hover {
    text-decoration: none;
    background: #eaeaea;
    color: #0e0e0e}
.panel-group .panel-title a:hover:before {
    background: #d2232a}
.panel-group .panel-title .collapsed {
    background: #fff}
.panel-group .panel-title .collapsed:before {
    background-color: #d2232a}
.banner {
    position: relative;
    margin: 30px 0}
.banner a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out}
.banner a:hover:before {
    -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,.2) inset;
    -ms-box-shadow: 0 0 0 5px rgba(255,255,255,.2) inset;
    -o-box-shadow: 0 0 0 5px rgba(255,255,255,.2) inset;
    box-shadow: 0 0 0 5px rgba(255,255,255,.3) inset;
    -moz-box-shadow: 0 0 0 5px rgba(255,255,255,.2) inset;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px}
.block-chess-banners .block {
    background-color: rgba(14,14,14,.7)}
.block-chess-banners .block-chess {
    background-color: rgba(14,14,14,.3);
    margin-bottom: 30px}
.block-chess-banners .block-chess:hover {
    background-color: rgba(14,14,14,.7)}
.block-chess-banners .block-chess p {
    margin: 0;
    color: rgba(234,234,234,.5)}
.block-chess-banners .block-chess .chess-caption-left .col-name {
    color: #eaeaea;
    font-size: 24px;
    margin-bottom: 5px;
    font-family: sans-serif}
.block-chess-banners .block-chess .chess-caption-left .col-name:hover {
    color: #d2232a;
    text-decoration: none}
.block-chess-banners .block-chess .chess-caption-right .col-name {
    color: #eaeaea;
    font-size: 24px;
    margin-bottom: 5px;
    font-family: sans-serif}
.block-chess-banners .block-chess .chess-caption-right .col-name:hover {
    color: #d2232a;
    text-decoration: none}
.block-chess-banners .block-chess .chess-caption-left {
    padding: 20px 20px 20px 30px}
.block-chess-banners .block-chess .chess-caption-right {
    padding: 20px 20px 20px 0}

.home-category .home-category-block {
    position: relative}
.home-category .home-category-block .home-category-title {
    position: absolute;
    margin-top: -70px;
    z-index: 20;
    left: 0;
    right: 0;
    height: 70px;
    background-color: rgba(0,0,0,.5);
    font-size: 24px;
    font-family: sans-serif;
    color: #0e0e0e}
.home-category .home-category-block .home-category-title a {
    text-decoration: none;
    text-transform: uppercase;
    color: #eaeaea}
.home-category .home-category-block .home-category-title a:hover {
    color: #fff}
.home-category .home-category-block .home-category-title i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #d2232a;
    color: #fff;
    text-align: center;
    font-size: 28px;
    margin-right: 10px}
.home-category .home-category-block .home-category-title i:after {
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-top: 10px solid #d2232a;
    border-left: 10px solid transparent;
    left: 25px;
    bottom: -10px;
    z-index: 1}
.home-category .home-category-block .home-category-option {
    position: relative}
.home-category .home-category-block .home-category-option .home-category-list {
    position: absolute;
    margin: 20px 0 0 12px;
    padding-bottom: 15px}
.home-category .home-category-block .home-category-option .home-category-list li {
    margin-bottom: -1px;
    font-size: 16px;
    line-height: 24px}
.home-category .home-category-block .home-category-option .home-category-list li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 64px;
    color: rgba(234,234,234,.7);
    font-family: sans-serif}
.home-category .home-category-block .home-category-option .home-category-list li a i {
    position: absolute;
    z-index: 1;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: rgba(234,234,234,.7)}
.home-category .home-category-block .home-category-option .home-category-list li a:hover {
    text-decoration: none;
    color: #fff}
.home-category .home-category-block .home-category-option .home-category-list li a:hover i {
    color: #fff}
.home-category .home-category-block:hover .home-category-title {
    background-color: rgba(0,0,0,.8)}
.home-slider-block {
    margin: 30px 0}
.block-pagination {
    margin-bottom: 40px}
.block-pagination ul>.active>a,.block-pagination ul>.active>span {
    border-color: #d2232a;
    color: #fff;
    background-color: #d2232a}
.block-pagination ul>.active>a:hover,.block-pagination ul>.active>span:hover {
    background: #d2232a;
    border-color: #d2232a}
.block-pagination ul>li>a:focus,.block-pagination ul>li>a:hover {
    border-color: #d2232a;
    background: #d2232a;
    color: #fff}
.block-pagination ul>li>a {
    border: 1px solid #eaeaea;
    color: rgba(14,14,14,.5)}
.block-pagination ul>li:first-child a {
    color: #0e0e0e;
    border-radius: 0}
.block-pagination ul>li:first-child a:hover {
    color: #fff}
.block-pagination ul>li: last-child a {
    color: #0e0e0e;
    border-radius: 0}
.block-pagination ul>li: last-child a:hover {
    color: #fff}
.ul-side-category {
    width: 100%;
    list-style-position: inside}
.ul-side-category li:nth-child(odd) i {
    background: rgba(235,44,51,.7)}
.ul-side-category i {
    background: rgba(235,44,51,.9)}
.ul-side-category li {
    font-size: 16px;
    line-height: 24px;
    list-style-type: none}
.ul-side-category li a {
    text-decoration: none;
    color: #0e0e0e;
    position: relative;
    display: block;
    padding: 12px 10px 12px 64px;
    font-family: sans-serif}
.ul-side-category li a i {
    position: absolute;
    z-index: 1;
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff}
.ul-side-category li a:hover {
    text-decoration: none;
    color: #d2232a}
.ul-side-category li a:hover i {
    background: #d2232a}
.ul-side-category li i {
    font-size: 16px;
    line-height: 18px}
.ul-side-category li: last-child {
    border: 0}
.ul-side-category .sub-category {
    display: none;
    padding-left: 10px}
.colors {
    margin: 0!important;
    list-style: none}
.colors li {
    float: left;
    margin: 0 10px 10px 0}
.colors li a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px #CCC solid}
#owl-partners:hover .partner {
    background-color: rgba(255,255,255,.07)}
.partner {
    text-align: center;
    background-color: rgba(255,255,255,.15);
    margin: 10px;
    padding: 15px 30px 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease}
.partner img {
    margin: 0 auto}
#owl-partners:hover .partner:hover {
    background-color: rgba(255,255,255,.15)}
.second-page-container {
    padding-top: 5px;
    padding-bottom:5px;
}
.google-map {
    height: 500px}
.block-form {
    margin-bottom: 30px}
.block-form h3 {
    margin: 10px 0}
.block-form h3 i {
    color: rgba(14,14,14,.7);
    font-size: 20px;
    margin-right: 10px}
.block-form p {
    color: rgba(14,14,14,.7)}
.block-form textarea.form-control {
    height: 100px}
.block-form hr {
    border-color: #eaeaea}
.block-form label {
    margin: 10px 0 0;
    color: rgba(14,14,14,1);
    font-family: sans-serif;
    font-size:14px;
    font-weight: 400}
.block-form .form-control {
    border-radius: 0;
    margin: 10px 0;
    border-color: #eaeaea;
    height: 40px}
.block-form .btn-default-1 {
    border-color: rgba(14,14,14,.3);
    background-color: #fff;
    color: rgba(14,14,14,.7);
    margin: 5px 20px 10px 0;
    display: inline-block}
.block-form .btn-default-1:hover {
    border-color: #d2232a;
    background-color: #d2232a;
    color: #fff}
.box-border {
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 30px}
.box-border h3 {
    margin: 10px 0}

.btn-default-1 {
    border: 1px solid rgba(14,14,14,.3);
    color: #d2232a;
    padding: 10px 10px;
    text-transform: uppercase}
.btn-default-1:hover {
    text-decoration: none;
    background-color: #d2232a;
    color: #fff;
    border-color: #fff}


.btn-default-2 {
    border: 1px solid rgba(14,14,14,.3);
    color: #fff;
    background-color: rgba(14,14,14,.7);
    padding: 9px 20px;
    text-transform: uppercase}
.btn-default-2:hover {
    text-decoration: none;
    background-color: #d2232a;
    color: #fff;
    border-color: #fff}

/* ==========================================================================
Page Shopping cart
========================================================================== */

.block-order-total ul {
    color: #555;
    font-family: sans-serif}
.block-order-total ul li {
    line-height: 40px}
.block-order-total ul li strong {
    float: right}
.block-order-total ul .active {
    color: #fff}
.cart-table.compare .card_product_image {
    background: 0}
.cart-table.compare .card_product_image img {
    width: 100%}
.cart-table.compare tr td:nth-child(even) {
    background-color: #f9f9f9}
.cart-table.compare .product-price {
    color: #d2232a;
    font-size: 15px;
    font-weight: 700}
.cart-table {
    min-width: 300px;
    margin-bottom: 40px;
    background-color: #fff;
    text-align: center;
    overflow: hidden}
.cart-table .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative}
.cart-table .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: center}
.cart-table .product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block}
.cart-table .product-rating .stars span.star.active:before {
    content: "\f005"}
.cart-table .product-rating .stars span.star:hover {
    cursor: pointer}
.cart-table .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(235,44,51,.9)}
.cart-table .product-rating .stars span.star:hover:before,.cart-table .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #d2232a}
.cart-table .product-rating .review {
    color: rgba(14,14,14,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.cart-table .product-rating .review:hover {
    color: #d2232a}
.cart-table a {
    text-decoration: none;
    color: #0e0e0e}
.cart-table a:hover {
    color: #d2232a}
.cart-table th {
    display: none}
.cart-table td {
    display: block}
.cart-table td:first-child {
    padding-top: .5em}
.cart-table td: last-child {
    padding-bottom: .5em}
.cart-table td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    width: 120px;
    display: inline-block}
@media (min-width: 680px) {
    .cart-table td:before {
    display: none}
}
.cart-table th,.cart-table td {
    text-align: center;
    vertical-align: middle!important}
@media (min-width: 680px) {
    .cart-table th,.cart-table td {
    display: table-cell;
    padding: .25em .5em}
.cart-table th:first-child,.cart-table td:first-child {
    padding-left: 0}
.cart-table th: last-child,.cart-table td: last-child {
    padding-right: 0}
}
@media (min-width: 680px) {
    .cart-table th,.cart-table td {
    padding: 1em!important}
}
@media (max-width: 680px) {
    .cart-table th,.cart-table td {
    text-align: left}
}
.cart-table th,.cart-table td:before {
    color: #0e0e0e}
.cart-table .card_product_image {
    width: 140px;
    background-color: #eaeaea}
.cart-table .card_product_image img {
    width: 120px}
.cart-table .card_product_quantity input {
    width: 50px;
    border-radius: 0}
.cart-table .btn-default-1 {
    color: #0e0e0e}
.cart-table .btn-default-1:hover {
    background-color: #d2232a;
    color: #fff}



/* ==========================================================================
Page Products grid
========================================================================== */

.block-products-modes {
    padding: 10px 15px;
    margin:10px;
    border: 1px solid #ddd}
.block-products-modes label {
    line-height: 34px;
    font-weight: 400;
    margin: 0}
.block-products-modes .product-view-mode a {
    text-decoration: none;
    display: inline-block;
    
    margin-right: 10px;
    font-size: 28px;
    color: rgba(14,14,14,.3);
    vertical-align: middle;
    line-height: 34px}
.block-products-modes .product-view-mode a:hover {
    color: #d2232a}
.block-products-modes .product-view-mode .active {
    color: #d2232a}
.block-products-modes select {
    border-color: #ddd}
.mb-25 {
    margin-bottom: 25px}

/* ==========================================================================
Page Product details
========================================================================== */

.product-image {
    overflow: hidden;
    position: relative}
#product-zoom {
    border: 1px solid #eaeaea;
    width: 100%}
#gal1 {
    float: left;
    position: absolute;
    top: 0;
    z-index: 10}
#gal1 a {
    text-decoration: none;
    display: block}
#gal1 img {
    border: 2px solid #eaeaea;
    max-width:80px;
}
#gal1 img:hover {
    border-color: #d2232a}
.block-product-detail {
    margin-bottom: 30px}
#review .product-rating {
    padding: 5px 0 3px;
    position: relative;
    display: inline-block}
#review .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: center}
#review .product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block}
#review .product-rating .stars span.star.active:before {
    content: "\f005"}
#review .product-rating .stars span.star:hover {
    cursor: pointer}
#review .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(235,44,51,.9)}
#review .product-rating .stars span.star:hover:before,#review .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #d2232a}
#review .product-rating .review {
    color: rgba(14,14,14,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
#review .product-rating .review:hover {
    color: #d2232a}

.product-detail-section .clearfix {
    padding: 2px 0 2px}
.product-detail-section .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative}
.product-detail-section .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: left}
.product-detail-section .product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block}
.product-detail-section .product-rating .stars span.star.active:before {
    content: "\f005"}
.product-detail-section .product-rating .stars span.star:hover {
    cursor: pointer}
.product-detail-section .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(235,44,51,.9)}
.product-detail-section .product-rating .stars span.star:hover:before,.product-detail-section .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #d2232a}
.product-detail-section .product-rating .review {
    color: rgba(14,14,14,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.product-detail-section .product-rating .review:hover {
    color: #d2232a}
.product-information div, .product-detail-section .product-information span {
    font-size:14px;
}

/* ==========================================================================
   Footer styles
   ========================================================================== */
   
.payment-service {
    background-color: #fff;
    padding: 15px 10px;
    text-align: left;
    position: relative;
    border: 1px solid rgba(14,14,14,.3);
    margin: 20px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.payment-service:hover {
    border-color: #d2232a;
    background-color: #d2232a}
.payment-service:hover i {
    color: #d2232a;
    background-color: #fff;
    border-color: #fff}
.color-price {
    color:rgba(235,44,51,.9);
}
.payment-service:hover h1 {
    color: #fff}
.payment-service h4 {
    color: #000}
.payment-service:hover h4 {
    color: #fff}
.payment-service:hover h2 {
    color: #fff}
.payment-service:hover h3 {
    color: #fff}
.payment-service:hover p {
    color: #eaeaea}
.payment-service p {
    margin: 0;
    color: #aaa}
.payment-service a {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0}
.payment-service h1,h2,h3,h4 {
    margin: 5px 0 5px}
.payment-service i {
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 42px;
    margin: auto;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 70px;
    border: 1px solid #d2232a;
    background-color: #d2232a;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}

/* ==========================================================================
   Testimonial styles
   ========================================================================== */
   
.testimonial-list {
    padding: 10px 15px;
    text-align: left;
    position: relative;
    border: 0;
    margin: 10px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}



.testimonial-list .widget-title {
    position: relative;
    height: 50px;
    background-color:transparent;
    font-size: 20px;
    font-family: sans-serif;
    margin: 30px 0 20px}
.testimonial-list .widget-title i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #c7c7c7;
    color: #fff;
    text-align: center;
    margin-right: 10px}
.testimonial-list .widget-title i:after {
    content: '';
    position: absolute;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #c7c7c7;
    border-left: 8px solid transparent;
    left: 16px;
    bottom: -8px;
    z-index: 1}


.testimonial-list:hover {
    border-color: #d2232a;
    background-color: #d2232a}

.testimonial-list:hover h3 {
    color: #000}
.testimonial-list:hover p, .testimonial-list:hover div {
    color:rgba(234,234,234,.7)}
.testimonial-list p,.testimonial-list div {
    margin: 0;
    font-size:16px;
    color: #fff}
.testimonial-list a {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0}
.testimonial-list h3 {
    margin: 5px 0 5px}

.testimonial-list .color-active {
    color: #eaeaea}


.social {
    padding: 10px 0 0 0;

}
.social .socials {
    text-align: left}
.social .socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 20px 10px 20px 0;
    text-decoration: none;
    color: #ccc;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    border: 1px solid #666;
    font-size: 20px}
.social .socials a:hover {
    background-color: #fff;
    color: #d2232a;
    border-color: #fff}
.social form {
    margin: 20px 0;
    position: relative}
.social form input {
    border: 1px solid #666;
    height: 40px;
    padding: 5px 10px;
    background: 0;
    color: #eaeaea}
.social form: : -webkit-input-placeholder {
    color: #aaa}
.social form: -moz-placeholder {
    color: #aaa}
.social form: : -moz-placeholder {
    color: #aaa}
.social form: -ms-input-placeholder {
    color: #aaa}
.social form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-left: 0;
    height: 40px;
    width: 80px;
    background: 0;
    color: #eaeaea;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.social form button:hover {
    color: #d2232a}
.want form {
    margin: 20px 0;
    position: relative}
.want form textarea {
    border: 1px solid #666;
    height: 100px;
    padding: 5px 10px;
    background: 0;
    color: #eaeaea}
.want form: : -webkit-input-placeholder {
    color: #aaa}
.want form: -moz-placeholder {
    color: #aaa}
.want form: : -moz-placeholder {
    color: #aaa}
.want form: -ms-input-placeholder {
    color: #aaa}
.want form button {
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 0;
    border: 0;
    height: 40px;
    width: 80px;
    background: 0;
    color: #eaeaea;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.want form button:hover {
    color: #d2232a}
	
	/* ==========================================================================
   Block background style
   ========================================================================== */
   
.color-scheme-1 {
    background-color: #0e0e0e}
.color-scheme-2 {
    background-color: #eaeaea}
.color-scheme-3 {
    background-color: #d2232a;
    color:#fff;
}
.color-scheme-white {
       
}
.color-scheme-blue {
       background-color: rgba(26,93,168,1)
}
.color-scheme-black {
       background-color: rgba(0,0,0,1)
}
.color-scheme-4 {
    background-color: #c0252b;
    /*background-color: #535353;*/
}
.color-scheme-white-90 {
    background-color: rgba(255,255,255,.85)}
.color-scheme-dark-90 {
    background-color: rgba(0,0,0,.85)}

/* ==========================================================================
Backgrounds
========================================================================== */

#footer-block {
    
    
}



.fixed-panel {
        min-height: 350px;
        max-height: 350px;
        overflow-y: scroll;
}




        
/* styles for validation helpers */
.field-validation-error {
    color: #CA0000;
    font-weight: bold;
    font-size:12px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #CA0000;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}



.validation-summary-errors {
    font-weight: bold;
    font-size: 1.1em;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.validation-summary-valid {
    display: none;
}



.advertisement {
    background-color: #ec2026;
    color:#fff;
}
    .advertisement div,.advertisement p {
        color: #fff;
    }




.currentshippingaddress {
    background-image:url(../../images/markselect.png); background-repeat:no-repeat;width:30px; height:29px;
    opacity:0.20;
   
}
.markselected {
    opacity:1;
}


.itemadded {
    
    background: url('../../images/markselectsmall.png') no-repeat 10px 0.67em #ec2026!important;
    background-size: 15px 14px!important;
}




.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
.scrollable-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;        
}    
.scrollable-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: lightgray;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);        
}
.brandmenuimage {
    max-height: 30px;
    max-width:100px;
    margin: auto auto;
}
.product-new {
    position: absolute;
    font-size: 16px;
    font-weight:bold;
    z-index: 5;
    height: 38px;
    text-align: center;
    line-height: 28px;
    left: -100px;
    top: 20px;
    color: #fff;
    background-color: rgba(26,93,168,1); /*#d2232a;*/
    width: 100%;
    padding: 5px;
    -webkit-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -moz-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -o-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -ms-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden}
.generic-new {
    
    
    position: absolute;
    font-size: 16px;
    font-weight:bold;
    z-index: 5;
    height: 38px;
    text-align: center;
    line-height: 28px;
    left: -100px;
    top: 20px;
    color: #fff;
    background-color: rgba(210,35,42,1); /*#d2232a;*/
    width: 100%;
    padding: 5px;
    -webkit-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -moz-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -o-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -ms-transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    transform: rotate(-30deg) scale(1) skew(0deg) translate(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden}

/* Paging style */
.pager li > a, .pager li > span 
{
    color: #d2232a;
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
    
.pager li > span 
{
    background-color: #d2232a;
    color: #fff;
}

			
/* Cart Style Starts */
#cart {
        height: 40px;
        padding: 5px;
        
}
	#cart .btn{
		color:#ccc;
		background:#fff;
		text-align:left;
		padding:0;

        height: 40px;
		font-size:16px;
        border:1px solid #ccc;
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
		-webkit-box-shadow:none;
		   -moz-box-shadow:none;
			 box-shadow:none;
	}
		#cart .btn .fa-shopping-cart{
			background:#fff;
			color:#ccc;
			padding-left:5px;
			font-size:25px;
			margin-right:10px;
		}
        #cart .btn .fa-shopping-cart:hover {
            background: #fff;
            
        }


		#cart .btn #cart-total{
            color:#777d80;
			font-size:14px;
            padding:0;
		}
		#cart .btn i.fa-caret-down{
			color:#fab005;
			margin-left:10px;
		}
		#cart .dropdown-menu {
			min-width: 100%;
			margin-top:10px;
			background:#22292e;
			color:#fff;
			border:none;
			z-index: 1071;
			padding:5px;
			-webkit-border-radius:0;
			   -moz-border-radius:0;
					border-radius:0;
		}
		#cart .open > .dropdown-menu{
			display:block;
		}
		#cart .dropdown-menu table {
			margin-bottom: 10px;
		}
		#cart .dropdown-menu table, 
		#cart .dropdown-menu table td{
			background:none;
			border:none;
		}
		#cart .dropdown-menu table.hcart td, 
		.line-bottom{
			border-bottom:1px solid #54575b;
		}
		.line-top, 
		.btn-block1{
			border-top:1px solid #54575b;
		}
		#cart .btn-block1{
			padding:20px 0 0;
		}
		#cart .btn-block1 a{
			padding:8px 12px;
			margin-left:10px;
			text-transform:uppercase;
			font-size:12px;
			text-decoration:none;
		}
		#cart .btn-block1 a:hover, #cart .btn-block1 a + a{
			background:#c0252b;
			color:#fff;
		}
		#cart .btn-block1 a, #cart .btn-block1 a + a:hover{
			background:#fff;
			color:#252a2f;
		}
		#cart .dropdown-menu li > div {
			min-width: 427px;
			padding: 0 10px;
		}
		#cart .dropdown-menu li p {
			margin: 20px 0;
		}
		#cart .dropdown-menu table.total{
		}
		#cart .dropdown-menu table.total td{
			padding:2px 8px;
		}
		#cart .dropdown-menu table td a{	
			color:#c0252b;
		}
		#cart .dropdown-menu table td a:hover{
			color:#fff;
		}

#cart {
    margin-top: 2px;
    margin-bottom: 2px;
}
#cart .cartimage {
    max-width: 40px;
    max-height: 40px;
}

.carousel-control.left, .carousel-control.right {
    background-image:none;
    
}
.carousel-indicators li {
    
    margin: 0px;
    width:18px;
    height: 18px;
        background: url(../images/slider-off.png) no-repeat;
}
.carousel-indicators .active {
   
    margin: 0px;
    width:18px;
    height: 18px;
        background: url(../images/slider-active.png) no-repeat;
}



.home-category h2 {
    font-size: 26px;
    margin-top: 10px;
    padding-bottom: 30px;
    font-weight: normal;
    font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif;
}

.home-category h2 {
    color: #232323;
    background: url("../images/dotted-hr.gif") repeat-x 0 35px;
}

.home-page-seo-text {
    color: #606060;
    border: solid 1px #bcbcbc;
    background-color: #f5f5f5;
}
.home-page-seo-text {
    float: left;
    padding: 5px 0px 5px 0px;
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
    clear: both;
}
.home-page-seo-text h2 {
    color: #ac0004;
}
.home-page-seo-text h2 {
    font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin: 0px 5px 5px 5px;
    font-weight: normal;
}
.home-page-seo-text p {
    margin: 0px 5px 12px 5px;
    clear: both;
    padding: 0px;
    float: left;
    text-align: justify;
}


.footer {
    width:100%;
    float: left;
    margin: 0px 0px 0px 0px;
    background-color:#faf8ec;
    font-weight: bold;
    float: left;
    font-size: 18px;
    color: #111;
    font-family: 'BrandonGrotesqueLight';
}
.footer-row {
   width:70%;
    margin-left:15%;
    margin-right:15%;
    padding-bottom:20px;
}

.footer-links {
    width:100%;
    float: left;
    margin: 0px 0px 0px 0px;
}

.footer-links ul li {
    list-style-type: none;
    display: block;
    margin: 8px 0px 8px 0px;
}

.footer-links ul li h2 {
    margin: 0px 5px 0px 0px;
    color: #404040;
    float: left;
    font-size: 11px;
}

.footer-links ul li a {
    color: #404040;
    margin: 0px 3px 0px 3px;
    font-size: 11px;
}
.footer-pay {
    float: left;
}
.footer-icons {
    width: 200px;
    float: right;
}
.footer .facebook, .twitter, .linkedin, .youtube {
    float: left;
    margin-right: 5px;
}

.footer .facebook a {
    background: url(../images/facebook.png) no-repeat 0 0;
}
.footer .twitter a {
    background: url(../images/twitter.png) no-repeat 0 0;
}
.footer .linkedin a {
    background: url(../images/linkedin.png) no-repeat 0 0;
}
.footer .youtube a {
    background: url(../images/youtube.png) no-repeat 0 0;
}
.footer .facebook a, .footer .twitter a, .footer .linkedin a, .footer .youtube a {
    width: 43px;
    height: 44px;
    display: block;
    -moz-transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
}
.footer-icons a {
    color: #404040;
}
.footer .facebook, .twitter, .linkedin, .youtube {float:left; margin-right:5px;}
.footer .facebook a, .footer .twitter a, .footer .linkedin a, .footer .youtube a  {width:43px; height:44px; display:block; -moz-transition:all 0s ease 0s;  -webkit-transition:all 0s ease 0s; } 
.footer .facebook a:hover, .footer .twitter a:hover, .footer .linkedin a:hover, .footer .youtube a:hover  {-moz-transform: rotate(-360deg); -moz-transition: all 0.8s ease-in-out 0s; -webkit-transform: rotate(-360deg); -webkit-transition: all 0.8s ease-in-out 0s; -ms-transform: rotate(-360deg); -ms-transition:all 0.8s ease-in-out 0s; transform: rotate(-360deg);	transition: all 0.8s ease-in-out 0s;}

.footer-bot {
    float: left;
    padding: 5px 10px 5px 10px;
    font-size: 11px;
}

.copyr {
    color: #404040;
}
.copyr {
    width: 500px;
    float: left;
    line-height: 19px;
}
.copyr a {
    color: #404040;
}
.partner {
    width: 500px;
    float: right;
    text-align: right;
}

.partner a {
    color: #404040;
}


.top-panel {
    color: #272727;
}
.top-panel {
    float: left;
    height: 20px;
    padding: 2px 20px 0px 20px;
    margin: 4px 0px 5px -20px;
}
.free-delivery {
    width: 480px;
    float: left;
    text-align: left;
    font-size: 13px;
}

.top-links ul {
    float: left;
}
.top-links ul li {
    list-style-type: none;
    float: left;
    text-align: left;
    margin: 0px 3px 0px 3px;
}
.top-links ul li a {
    color: #272727;
}
.coupon-code {
    color: #c01310;
}



/* Bootstrap Banner and Carousel controls*/
.carousel-control  {
    position:absolute;
    top:45%;
    padding:1px;
}

.carousel-indicators {
    left:10%;
}

.carousel-control.left {
    text-align: left;
}
.carousel-control.right {
    text-align: right;
}
/* End Banner*/

.home-page-seo-text p a {
    color: #c01310;
}
.home-page-seo-text p a {
    color: #c01310;
    text-decoration: underline;
}


home-category {
    width: 100%;
    float: left;
}
.home-category h2 {
    color: #232323;
    background: url("../images/dotted-hr.gif") repeat-x 0 35px;
}
.home-category h2 {
    font-size: 26px;
    margin-top: 10px;
    padding-bottom: 30px;
    font-weight: normal;
    font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif;
}
.home-category ul {
    float: left;
    margin-top: 0px;
}
.home-category ul li {
    width: 250px;
    float: left;
    margin: 0px 20px 0px 0px;
    list-style-type: none;
    display: inline;
    position: relative;
}
.home-category ul li.last {
    margin: 0px;
}

.home-category ul li h3 {
    font-size: 17px;
    position: absolute;
    bottom: 6px;
    left: 20px;
    z-index: 100;
    font-weight: normal;
}
.home-category ul li h3 a {
    color: #FFFFFF;
    text-align: left;
}



.featured-products {
    width: 100%;
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
.featured-products h2 {
    color: #232323;
    background: url("../images/dotted-hr.gif") repeat-x 0 35px;
}
.featured-products h2 {
    font-size: 26px;
    margin-top: 10px;
    padding-bottom: 30px;
    font-weight: normal;
    font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif;
}
ul.gift-items {
    float: left;
}

ul.gift-items li {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    box-shadow: 1px 1px 0px 1px #d1d1d1;
}
.featured-products ul li {
    margin-right: 10px;
}
ul.gift-items li {
    width: 200px;
    float: left;
    display: inline;
    margin-bottom: 10px;
    text-align: center;
    height: 290px;
    position: relative;
}
ul.gift-items li img {
    margin: 5px 0px 0px 0px;
}

ul.gift-items li h3 a {
    color: #272727;
}
ul.gift-items li h3 a {
    display: block;
    font-size: 14px;
    height: 48px;
    line-height: 16px !important;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}
ul.gift-items .price {
    color: #4d4d4d;
}
ul.gift-items .price {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    left: 5px;
    margin-top: 5px;
}
ul.gift-items li:hover {
    border-bottom: solid 1px #fc1200;
}

/* Bootstrap Extention to create 5 columns in a row*/
.col-xs-1-5th,
.col-sm-1-5th,
.col-md-1-5th,
.col-lg-1-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1-5th {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-1-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5ht {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5th {
        width: 20%;
        float: left;
    }
}




/* End fivve columns*/

.reviews {
    padding-left:20px;
    padding-right:10px;
    /*border-right:1px solid #aaa;*/
    width: 100%;
}

.featured-products ul li {
    margin-right: 10px;
}

.reviews h3 {
    font-size: 18px;
    font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif;
    margin-bottom: 8px;
    font-weight: normal;
}
.reviews h3 .highlight {
    color: #c01310;
}
.highlight {
    font-weight: bold;
}
.highlight {
    color: #b30022;
}

.reviews p {
    font-size: 12px;
    line-height: 18px;
}
.reviews li.last {
    margin: 0px 0px 0px 0px;
    border-right: none;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}


.breadcrumb {
    width: 99%;
    border:1px dotted #ccc;
    margin-left:5px;
    margin-right:5px;
}
#testimonialcarousel {
    min-height: 100px;
    margin: 10px;
    
}

#testimonial-container {
    min-height: 150px;
    background-color:#fdfefc;
    border: 1px solid #aaa;
}



.modal-body .row {
    padding-bottom: 10px;
}

.enquiry-contact {
    border: 1px solid #2a2a2a;
    color: #c01310;
}
.enquiry-contact {
    margin: 0px 20px 0px 20px;
    border-radius: 20px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
}
#bulkenquirypanel .form-control {

}


/* product details */
.product-detail-section h1 {
    color: #c01310;
}
.product-detail-section h1 {
    font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin: 5px 0px 5px 0px;
}
.product-detail-section .product-summary {
    color: #000;
}
.product-detail-section .product-summary {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0px 10px 0px;
    text-align: justify;
}
.product-detail-section .product-detail {
    color: #4e4e4c;
}
.product-detail-section .product-detail {
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    text-align: justify;
}
.product-detail-section .hrline {
    border-bottom: 1px solid #eee;
    margin-bottom:5px;
}

.product-detail-section .product-specification {
    color: #4e4e4c;
}
.product-detail-section .product-specification {
    font-size: 12px;
    line-height: 22px;
    margin: 0px 0px 10px 0px;
    float: left;
}
.product-detail-section .specification-title {
    color: #000;
}
.product-detail-section .specification-title {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.product-detail-section .specification-title {
    color: #000;
}
.product-detail-section .specification-title {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.product-detail-section .specification-field-title {
    color: #000;
}
.product-detail-section .specification-field-title {
    font-size: 12px;
    font-weight: bold;
}
.product-detail-section .product-price {
    font-size: 24px;
    margin: 7px 0px 15px 0px;
    color:#000;
}
.product-detail-section .product-price .old-price {
    font-size: 22px;
    left: 5px;
    margin: 0 5px 0 0px;
    text-decoration: line-through;

}
.product-detail-section .product-price .new-price {
    color: #ff0000;
    margin-left: 5px;
}

/*.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    background-color: #d2232a;}
.nav-tabs {
    margin-top: 10px}
.nav-tabs>li>a {
    background-color: #eaeaea;
    border-radius: 0;
    font-size: 16px}
.nav-tabs>li>a i {
    font-size: 18px;
    display: block;
    height: 24px}
.nav-tabs>li>a:hover {
    background-color: #d2232a;
    color: #fff;
    box-shadow: none}
.nav-tabs>li>a:hover i {
    color: #fff}*/
/* tab color */
/*
.nav-tabs > li > a, .nav-pills > li > a {margin-left:10px;}
.nav-tabs > li.first-tab>a {margin-left:0px;}



.nav-tabs>li>a {
  background-color: #f6f5f3; 
  border-color: #777777;
  color:#868685;
  font-size:16px;
}*/

/* active tab color */
/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #888888;
}*/

/* hover tab color */
/*.nav-tabs>li>a:hover {
  border-color: #000000;
  background-color: #111111;
}*/

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:rgba(14,14,14,.7);
    font-size:14px;
    font-weight:600;
    
}
.nav-justified > li {
    background-color: #eaeaea;
}
.tab-content {
    border: 1px solid #ddd;
    border-top: 0px solid #ddd;
    padding:10px;

}
   
.product-variety-block {
    background-color: #fff;
    padding: 15px 15px 5px 15px;
    text-align: left;
    position: relative;
    border: 1px dotted rgba(14,14,14,.3);
    margin: 10px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}

.product-variety-block:hover, .selectedvariety{
    border: 1px solid #d2232a;
    
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 20px rgba(0,0,0,.2);
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
}

#bulknquirytab .row {
    margin-bottom: 5px;
}
.sku-title {
    color: #000;
}
.sku-title {
    font-size: 14px;
    font-weight: bold;
    text-align:center;
}

.cms-page h1 {
    color: #c01310;
}
.cms-page h1 {
    font-family: 'Ubuntu Condensed', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
}


.cms-page-text, .cms-page-text p {
    color: #4d4d4d;
}
.cms-page-text, .cms-page-text p {
    font-size: 12px;
    line-height: 20px;
    clear: both;
}
.cms-page-text {
    margin: 10px 0px 10px 0px;
}
.cms-page-text h2, .cms-page-text h3, .cms-page-text a {
    color: #4d4d4d;
}
.borderbox {
    border: 1px solid #aaa;
    min-height:120px;
}


.carousel-top-box {
    position: relative;
    top:0px;
    font-family: 'BrandonGrotesqueMedium';
    background-color:#F8F5EB;
    width:98%;
    left:1%;    
    box-shadow: -10px 5px 13px rgba(50, 50, 50, 0.52);
    border-radius:5px;
    height:100%;
    text-align:justify;
    padding-left:5%;
    padding-right:5%;
    min-height:650px;

}
@media (min-width: 990px) {
    .carousel-top-box {
        position: absolute;
        margin-top: 20px;
        width:70%;
        left:15%;    
       height:90%;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 100%;
    }
}
.title_entry {
    background: url('../images/arrow-title.png') no-repeat scroll center 50px #f8f5eb;
    font-family: 'BrandonGrotesqueLight';
    font-size: 45px;
    height: 75px;
    margin-top: 20px;
    font-weight:bold;
        text-align: center;

}
.carousel-contents {
    font-family: "Arial";
}
.carousel-top-box h3 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #404241;
    font-family: 'BrandonGrotesqueMedium';
}

.carousel-caption h1 {
    font-size: 60px;
font-weight:bold;
}
.carousel-caption h2 {
    font-size: 30px;
}
@media (max-width: 990px) {
   .carousel-caption h1 {
    font-size: 30px;
}
   .carousel-caption h2 {
    font-size: 20px;
}
}
@media (max-width: 680px) {
    .carousel-caption h1 {
    font-size: 20px;
}
    .carousel-caption h2 {
    font-size: 15px;
}
}