.about-index {
    border: 1px #E8E8E8 solid;
    margin: 20px 0;
}
.about-index h2.title {
    margin: 0;
    font-size: 20px;
    padding: 10px;
    background: #00afef;
    color: #FFF;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
{
 	.navbar-brand h1 {
    	font-size:20px!important;
		margin-top: 10px!important;
	}
 }
img {
    max-width: 100%;
}
.navbar-brand h1 {
    margin-top: 5px;
}
.catalog .panel h2 {
    margin: 0;
    font-size: 20px;
    padding: 10px;
    background: #00afef;
    color: #FFF;
}
@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: 'Raleway',sans-serif}
.border-box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box}
.opensans {
    font-family: 'OpenSans',sans-serif}
.roboto {
    font-family: 'Roboto',sans-serif}
  
  /* ==========================================================================
   Block background style
   ========================================================================== */
.color-scheme-1 {
    background-color: #2d2d2d}
.color-scheme-2 {
    background-color: #f7f7f7}
.color-scheme-3 {
    background-color: rgba(85,71,152,.7)}
.color-scheme-4 {
    background-color: #00afef}
.color-scheme-white-90 {
    background-color: rgba(255,255,255,.85)}
.color-scheme-white-50 {
    background-color: rgba(255,255,255,.5)}
.color-scheme-dark-5 {
    background-color: rgba(0,0,0,.5)}
.color-scheme-dark-90 {
    background-color: rgba(0,0,0,.9)}
  
  /* ==========================================================================
   Content color style
   ========================================================================== */
   
body {
    background-color: #fff;
    font-family: "Arial";
    font-size: 14px}
body.bg_dark {
    background-color: #2d2d2d}
.boxed {
    max-width: 1170px;
    margin: auto}
h1,h2,h3,h4,h5,h6,h7 {
    font-family: 'Arial',sans-serif;
    font-weight: 400;
    color: #444}
.no-pad {
    padding: 0}
.no-margin {
    margin: 0}
a {
    color: #656565;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
a:hover,a:focus {
    color: #554798}
p {
    color: rgba(45,45,45,.9);
    line-height: 26px;
    font-family: "Arial"}
.icon-1half {
    font-size: 1.5em}
.block {
    padding: 60px 0;
    position: relative}
.block1 {
    padding: 30px 0 0;
    position: relative}
.block2 {
    padding: 60px 0 30px;
    position: relative}
.over-h {
    overflow: hidden}
.pb30 {
    padding-bottom: 30px}
.pb20 {
    padding-bottom: 20px}
.bg-50-l {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.9)}
.bg-50-r {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: rgba(0,0,0,.9)}
.pad-l-15 {
    padding-left: 15px}
.pad-r-15 {
    padding-right: 15px}
.page-text {
    color: #777;
    font-family: 'Arial',sans-serif}
.btn-home {
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    background-color: rgba(45,45,45,.5)}
.btn-home:hover {
    text-decoration: none;
    background-color: #00afef;
    color: #00afef;
    border-color: #00afef}
a.btn-read {
    border: 1px solid rgba(247,247,247,.7);
    color: #f7f7f7;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 10px auto 20px;
    display: inline-block}
a.btn-read:hover {
    text-decoration: none;
    background-color: #fff;
    color: #00afef;
    border-color: #fff}
.read-more {
    color: #554798;
    text-decoration: none}
.read-more:hover {
    color: #00afef;
    text-decoration: none}
.read-more.light {
    color: rgba(255,255,255,.5);
    text-decoration: none}
.read-more.light:hover {
    color: #fff;
    text-decoration: none}
blockquote p,.block-form blockquote p {
    color: #2d2d2d;
    font-size: 16px}
.form-control {
    border-radius: 0}
.form-control:focus {
    outline-style: none;
    border-color: #00afef;
    box-shadow: none}
.relative {
    position: relative}
.text-error {
    font-size: 18px;
    color: red}
.color-active {
    color: #00afef}
.highlight {
    background-color: #00afef;
    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.header-top-fixed {
    position: fixed}
.header.light .header-top-row {
    background-color: rgba(255,255,255,.7);
    border-bottom: 1px solid rgba(45,45,45,.1)}
.header.light .header-top-row .login {
    color: rgba(45,45,45,.7)}
.header.light .header-top-row .login a {
    color: rgba(45,45,45,.9)}
.header.light .header-top-row .login a:hover {
    color: #00afef}
.header.light .header-top-row .login i {
    color: #00afef}
.header.light .header-top-row #account-menu .account-menu-title {
    color: rgba(45,45,45,.7)}
.header.light .header-top-row #account-menu .account-menu-title:hover {
    background-color: #00afef;
    color: #fff}
.header.light .header-top-row #account-menu .account-menu-title:hover i {
    color: #f7f7f7}
.header.light .header-top-row #account-menu .account-menu-title i {
    color: #00afef}
.header.light .header-top-row #account-menu .account-menu-item {
    background-color: #f7f7f7}
.header.light .header-top-row #account-menu .account-menu-item a {
    color: rgba(45,45,45,.7)}
.header.light .header-top-row #account-menu .account-menu-item a:hover {
    background-color: #00afef;
    color: #fff}
.header.light .header-top-row #account-menu .account-menu-item a:hover i {
    color: #f7f7f7}
.header.light .header-top-row #account-menu .account-menu-item a i {
    color: #00afef}
.header.light .header-top-row #currency .currency-title {
    color: rgba(45,45,45,.7)}
.header.light .header-top-row #currency .currency-title:hover {
    background-color: #00afef;
    color: #fff}
.header.light .header-top-row #currency .currency-title:hover i {
    color: #f7f7f7}
.header.light .header-top-row #currency .currency-title i {
    color: #00afef}
.header.light .header-top-row #currency .currency-item {
    background-color: #f7f7f7}
.header.light .header-top-row #currency .currency-item a {
    color: rgba(45,45,45,.7)}
.header.light .header-top-row #currency .currency-item a:hover {
    background-color: #00afef;
    color: #fff}
.header.light .header-top-row #currency .currency-item a:hover i {
    color: #f7f7f7}
.header.light .header-top-row #lang .lang-title {
    color: rgba(45,45,45,.7)}
.header.light .header-top-row #lang .lang-title:hover {
    background-color: #00afef;
    color: #fff}
.header.light .header-top-row #lang .lang-title:hover i {
    color: #f7f7f7}
.header.light .header-top-row #lang .lang-title i {
    color: #00afef}
.header.light .header-top-row #lang .lang-item {
    background-color: #f7f7f7}
.header.light .header-top-row #lang .lang-item a {
    color: rgba(45,45,45,.7)}
.header.light .header-top-row #lang .lang-item a:hover {
    background-color: #00afef;
    color: #fff}
.header.light .header-top-row #lang .lang-item a:hover i {
    color: #f7f7f7}
.header.light .top-welcome p {
    color: rgba(45,45,45,.7)}
.header.light .header-main.header-main-fixed .header-main-block1.with-menu {
    background-color: #fff}
.header.light .header-main.header-main-fixed .header-main-block1 {
    background-color: #fff}
.header.light .header-main.header-main-fixed .header-main-block2 .navbar-main {
    background-color: #2d2d2d}
.header.light .header-main .header-main-block1 {
    background-color: rgba(255,255,255,.7)}
.header.light .header-main .header-main-block1 .login a {
    color: rgba(45,45,45,.9)}
.header.light .header-main .header-main-block1.with-menu {
    background-color: rgba(255,255,255,.7)}
.header.light .header-main .header-main-block1.with-menu .navbar-main .nav>li>a {
    color: #fff}
.header.light .header-main .header-main-block1.with-menu .navbar-main .nav>li>a:hover,.header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a:hover,.header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a:focus,.header.light .header-main .header-main-block1.with-menu .navbar-main .nav>li>a:focus,.header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a,.header.light .header-main .header-main-block1.with-menu .navbar-main .navbar-main .nav>li.open>a {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none}
.header.light .header-main .header-main-block1.with-menu .navbar-main .nav>li>a:hover i,.header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a:hover i,.header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a:focus i,.header.light .header-main .header-main-block1.with-menu .navbar-main .nav>li>a:focus i,.header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a i,.header.light .header-main .header-main-block1.with-menu .navbar-main .navbar-main .nav>li.open>a i {
    color: #fff}
.header.light .header-main .header-main-block1.with-menu .navbar-main .mini-card-icon {
    color: #fff}
.header.light .header-main .header-main-block1.with-menu .navbar-main .mini-card-icon:hover {
    color: #fff}
.header.light .header-main .header-main-block1.with-menu .navbar-main .top-icon-block>a {
    color: #fff}
.header.light .header-main .header-main-block1.with-menu .navbar-main .top-icon-block>a:hover {
    color: #fff}
.header.light .header-main .top-search-form form input {
    background: 0;
    border-radius: 0;
    border: 1px solid rgba(45,45,45,.6);
    color: #999}
.header.light .header-main .top-search-form form input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #00afef}
.header.light .header-main .top-search-form form #cat {
    color: #999;
    -moz-appearance: none;
    background: 0;
    background-color: transparent;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0}
.header.light .header-main .top-search-form form button {
    color: #2d2d2d}
.header.light .header-main .top-search-form form button:hover {
    color: #00afef}
.header.light .header-main .navbar-main {
    background-color: rgba(45,45,45,.7)}
.header.light .header-main .navbar-main .nav>li>a>span,.header.light .header-main .navbar-main .dropdown-menu>li>a>span,.header.light .header-main .navbar-main .yamm-content ul>li span,.header.light .header-main .navbar-main .yamm-content h4 span {
    color: #fff;
    background-color: #554798}
.header.light .header-main .navbar-main .nav>li>a>span:after,.header.light .header-main .navbar-main .dropdown-menu>li>a>span:after,.header.light .header-main .navbar-main .yamm-content ul>li span:after,.header.light .header-main .navbar-main .yamm-content h4 span:after {
    border-top: 5px solid #554798}
.header.light .header-fade-block .close-button {
    display: none;
    color: #2d2d2d}
.header.light .header-fade-block .close-button:hover {
    color: #00afef}
header {
    position: relative}
.header {
    
    z-index: 50;
    display: block;
    top: 0;
    left: 0;
    right: 0}
.header .container {
    position: relative}
.header .header-top-row {
    width: 100%;
    position: relative;
    background-color: rgba(45,45,45,.7);
    border-bottom: 1px solid rgba(255,255,255,.1)}
.header .header-top-row .login {
    margin: 0}
.header .v-line {
    width: 0;
    border-left: 1px solid #00afef;
    height: 30px;
    float: right}
.header .top-welcome p {
    line-height: 40px;
    color: rgba(247,247,247,.7);
    font-family: 'Roboto',sans-serif;
    margin: 0;
    font-size: 13px;
    text-align: left}
.header .top-welcome p i {
    color: #00afef}
.header .login {
    line-height: 40px;
    color: rgba(255,255,255,.7);
    text-align: right;
    margin: 5px 0;
    font-size: 13px;
    font-family: 'Roboto',sans-serif}
.header .login a {
    color: rgba(255,255,255,.95);
    text-decoration: none}
.header .login a:hover {
    color: #00afef}
.header .login i {
    color: #00afef;
    margin: 0 3px 0 10px}
.header #account-menu {
    font-family: 'Roboto',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(255,255,255,.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}
.header #account-menu .account-menu-title:hover {
    background-color: #00afef;
    color: #fff;
    text-decoration: none}
.header #account-menu .account-menu-title:hover i {
    color: #f7f7f7}
.header #account-menu .account-menu-title i {
    color: #00afef}
.header #account-menu .account-menu-item {
    display: hidden;
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    background-color: #2d2d2d;
    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 rgba(208,81,101,.1);
    text-align: left;
    text-indent: 7px;
    width: 110px;
    color: rgba(255,255,255,.7)}
.header #account-menu .account-menu-item a:hover {
    background-color: #00afef;
    color: #fff;
    text-decoration: none}
.header #account-menu .account-menu-item a:hover i {
    color: #f7f7f7}
.header #account-menu .account-menu-item a i {
    color: #00afef}
.header #account-menu .account-menu-item a i:before {
    display: inline}
.header #currency {
    font-family: 'Roboto',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(255,255,255,.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}
.header #currency .currency-title:hover {
    background-color: #00afef;
    color: #fff;
    text-decoration: none}
.header #currency .currency-title:hover i {
    color: #f7f7f7}
.header #currency .currency-title i {
    color: #00afef}
.header #currency .currency-item {
    display: hidden;
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    background-color: #2d2d2d;
    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 rgba(208,81,101,.1);
    text-align: left;
    text-indent: 15px;
    width: 80px;
    color: rgba(255,255,255,.7)}
.header #currency .currency-item a:hover {
    background-color: #00afef;
    color: #fff;
    text-decoration: none}
.header #currency .currency-item a:hover i {
    color: #f7f7f7}
.header #currency .currency-item a i {
    color: #00afef}
.header #lang {
    font-family: 'Roboto',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(255,255,255,.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}
.header #lang .lang-title:hover {
    background-color: #00afef;
    color: #fff;
    text-decoration: none}
.header #lang .lang-title:hover i {
    color: #f7f7f7}
.header #lang .lang-title i {
    color: #00afef}
.header #lang .lang-item {
    display: hidden;
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    background-color: #2d2d2d;
    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 rgba(208,81,101,.1);
    text-align: left;
    text-indent: 15px;
    width: 100px;
    color: rgba(255,255,255,.7)}
.header #lang .lang-item a:hover {
    background-color: #00afef;
    color: #fff;
    text-decoration: none}
.header #lang .lang-item a:hover i {
    color: #f7f7f7}
.header #lang .lang-item a i {
    color: #00afef}
.header .header-bg {
    height: 100px}
.header .header-bg-fixed {
    height: 0}
.header .header-main {
    height: 100px;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -o-transition: height .2s ease;
    -ms-transition: height .2s ease;
    transition: height .2s ease}
.header .header-main .header-main-block1 {
    background-color: rgba(45,45,45,.7)}
.header .header-main .header-main-block1.with-menu .navbar-main {
    background: 0}
.header .header-main .header-main-block1.with-menu .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0}
.header .header-main .header-main-block1.with-menu .nav>li>a:hover,.header .header-main .header-main-block1.with-menu .nav .open>a:hover,.header .header-main .header-main-block1.with-menu .nav .open>a:focus,.header .header-main .header-main-block1.with-menu .nav>li>a:focus,.header .header-main .header-main-block1.with-menu .nav .open>a,.header .header-main .header-main-block1.with-menu .navbar-main .nav>li.open>a {
    background: #00afef;
    color: #fff;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none}
.header .header-main .header-main-block1.with-menu .nav>li>a:hover i,.header .header-main .header-main-block1.with-menu .nav .open>a:hover i,.header .header-main .header-main-block1.with-menu .nav .open>a:focus i,.header .header-main .header-main-block1.with-menu .nav>li>a:focus i,.header .header-main .header-main-block1.with-menu .nav .open>a i,.header .header-main .header-main-block1.with-menu .navbar-main .nav>li.open>a i {
    color: #fff}
.header .header-main .top-search-form {
    width: 100%}
.header .header-main .top-search-form form {
    margin: 5px 0;
    position: relative}
.header .header-main .top-search-form form input {
    border: 0;
    height: 40px;
    padding: 0 10px;
    background: 0;
    background-color: rgba(45,45,45,.5);
    outline: 0;
    border: 1px solid #666;
    color: #aaa;
    box-shadow: none}
.header .header-main .top-search-form form input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #00afef}
.header .header-main .top-search-form form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 40px;
    width: 40px;
    background: 0;
    color: #f7f7f7;
    -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: 14px}
.header .header-main .top-search-form form button:hover {
    color: #00afef}
.header #container-fixed {
	background-color:#00afef;
    height: 50px;
    margin: 25px 0;
    -webkit-transition: margin .3s ease;
    -moz-transition: margin .3s ease;
    -o-transition: margin .3s ease;
    -ms-transition: margin .3s ease;
    transition: margin .3s ease}
.header .header-logo {
    height: 50px;
    margin: 0 auto;
    display: block}
.header .navbar-main {
    margin: 0;
    border-radius: 0;
    background-color: rgba(45,45,45,.95);
    border: 0}
.header .header-main-fixed {
    height: 50px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1)}
.header .header-main-fixed .header-main-block1 {
    background-color: rgba(45,45,45,.95)}
.header .header-main-fixed .header-main-block1.with-menu {
    background-color: rgba(45,45,45,.95)}
.header .header-main-fixed #container-fixed {
    margin: 0}
.header .header-main-fixed .navbar-main {
    background-color: #2d2d2d}
.top-header-bg {
    height: 140px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.light.top-header-bg {
    height: 145px}
.top-header-bg.top-header-bg-fix {
    height: 120px}
.top-header-m-bg {
    height: 190px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.light.top-header-m-bg {
    height: 195px}
.top-header-m-bg.top-header-bg-fix {
    height: 90px}
.top-header-m-bg.dark {
    background-image: url("bg-header.jpg");
    background-size: cover;
	display: none;
    background-position: center center}
.header-fade-block {
    display: none;
    padding-bottom: 20px;
    position: relative}
  
  /* ==========================================================================
   Navbar styles
   ========================================================================== */
   
.header-fade-block .close-button {
    position: absolute;
    right: 30px;
    top: 15px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    display: none;
    text-decoration: none;
    cursor: pointer;
    color: #f7f7f7}
.header-fade-block .close-button:hover {
    color: #00afef}
.navbar-main {
    border: 0;
    margin: 0;
    line-height: 22px;
    min-height: 50px;
    border-radius: 0;
    position: relative}
.navbar-main .top-icon-block {
    float: right;
    height: 50px;
    margin-left: 15px}
.navbar-main .top-icon-block>a {
    font-size: 14px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    color: #f7f7f7;
    display: inline-block}
.navbar-main .top-icon-block>a:hover {
    color: #fff;
    background-color: #00afef}
.navbar-main .top-icon-block .mini-card-icon {
    color: #f7f7f7;
    position: relative;
    font-size: 14px;
    padding: 0 17px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block}
.navbar-main .top-icon-block .mini-card-icon span {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background-color: #00afef;
    border-radius: 20px}
.navbar-main .top-icon-block .mini-card-icon:hover {
    color: #fff;
    background-color: #00afef}
.navbar-main .top-icon-block .mini-card-icon:hover .product-item {
    color: #00afef}
.navbar-main .top-icon-block .shopping-cart-content {
    width: 250px;
    padding: 8px;
    margin: 0;
    border-top: 2px solid #00afef!important;
    border-radius: 0;
    font-size: 12px;
    z-index: 9999;
    background-color: #fff}
.navbar-main .top-icon-block .shopping-cart-content .item {
    width: 232px;
    height: 70px;
    border: 1px solid rgba(45,45,45,.1);
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
    font-family: "OpenSans",Helvetica,sans-serif}
.navbar-main .top-icon-block .shopping-cart-content .item img {
    height: 70px}
.navbar-main .top-icon-block .shopping-cart-content .item p {
    padding: 5px 5px 0;
    margin: 0;
    color: rgba(45,45,45,.7);
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    font-family: 'Roboto',sans-serif}
.navbar-main .top-icon-block .shopping-cart-content .item p strong {
    font-size: 13px}
.navbar-main .top-icon-block .shopping-cart-content .item div {
    margin-left: 90px;
    position: absolute;
    margin-right: 30px}
.navbar-main .top-icon-block .shopping-cart-content .item .trash {
    display: inline-block;
    padding: 0;
    float: right}
.navbar-main .top-icon-block .shopping-cart-content .item .trash i {
    text-decoration: none;
    color: #ddd;
    min-width: 30px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    line-height: 70px;
    font-size: 16px}
.navbar-main .top-icon-block .shopping-cart-content .item .trash i:hover {
    color: #00afef}
.navbar-main .top-icon-block .shopping-cart-content .item:hover {
    background-color: #f7f7f7}
.navbar-main .top-icon-block .shopping-cart-content .total {
    width: 100%;
    color: #554798}
.navbar-main .top-icon-block .shopping-cart-content .total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
    float: right;
    width: 100%}
.navbar-main .top-icon-block .shopping-cart-content .total table td {
    padding: 2px 2px 2px 10px;
    text-align: right}
.navbar-main .top-icon-block .shopping-cart-content .total a {
    padding: 7px 15px;
    margin: 0 0 0 10px}
.navbar-main .nav>.dropdown>a {
    padding: 15px 20px 15px 15px}
.navbar-main .nav>li>a {
    color: #fff;
    padding: 15px 12px;
    font-family: 'OpenSans',sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700}
.navbar-main .nav>li>a i {
    font-size: 10px;
    position: absolute;
    right: 12px;
    bottom: 15px}
.navbar-main .nav>li>a>span,.navbar-main .dropdown-menu>li>a>span,.navbar-main .yamm-content ul>li span,.navbar-main .yamm-content h4 span {
    position: absolute;
    top: -10px;
    right: 3px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    line-height: 8px;
    background-color: #00afef;
    padding: 5px 8px}
.navbar-main .nav>li>a>span:after,.navbar-main .dropdown-menu>li>a>span:after,.navbar-main .yamm-content ul>li span:after,.navbar-main .yamm-content h4 span:after {
    content: '';
    position: absolute;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-top: 5px solid #00afef;
    border-left: 5px solid transparent;
    left: 5px;
    bottom: -5px;
    z-index: 1}
.navbar-main .dropdown-menu {
    border: 1px solid #fff;
    padding: 0;
    border-radius: 0;
    border-top: 2px solid #00afef;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(79,83,103,.175);
    box-shadow: 0 6px 12px rgba(79,83,103,.175)}
.navbar-main .dropdown-menu li>a {
    padding: 0 15px;
    white-space: nowrap;
    min-height: 32px;
    line-height: 40px;
    color: rgba(45,45,45,.7);
    font-family: 'Roboto',sans-serif;
    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}
.navbar-main .dropdown-submenu {
    position: relative}
.navbar-main .dropdown-submenu:hover:after {
    color: #00afef}
.navbar-main .dropdown-submenu: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}
.navbar-main .dropdown-submenu>.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0}
.navbar-main .dropdown-submenu:hover>.dropdown-menu {
    display: block}
.navbar-main .dropdown-menu>li>a:hover,.navbar-main .dropdown-menu>li>a:focus {
    color: #00afef;
    padding: 0 12px 0 18px;
    background-color: rgba(247,247,247,.5)}
.navbar-main .nav.navbar-right .dropdown-menu {
    right: 15px}
.navbar-main a.navbar-brand {
    padding: 0;
    height: 30px}
.navbar-main a.navbar-brand i {
    display: inline-block;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.navbar-main .navbar-toggle {
    background-color: #2d2d2d;
    border-radius: 0;
    margin-right: 0}
.navbar-main .navbar-toggle .icon-bar {
    background-color: #fff}
.navbar-main .navbar-collapse {
    max-height: none}
.nav>li>a:hover,.nav .open>a:hover,.nav .open>a:focus,.nav>li>a:focus,.nav .open>a,.navbar-main .nav>li.open>a {
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.nav>li>a:hover i,.nav .open>a:hover i,.nav .open>a:focus i,.nav>li>a:focus i,.nav .open>a i,.navbar-main .nav>li.open>a i {
    color: #fff}
.yamm-content ul>li {
    min-height: 40px;
    line-height: 40px}
.yamm-content ul>li i {
    width: 17px}
.yamm-content .banner {
    margin: 0}
.full-screen-block {
    position: relative;
    overflow: hidden;
    background-image: url("bg5.jpg");
    background-size: cover;
    background-position: center center}
.full-screen-block .bg-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 0}
.full-screen-block .fade-ticker .big-text {
    padding: 30px 0 10px}
.full-screen-block .fade-ticker .big-text .head-title {
    font-size: 60px;
    color: #00afef;
    text-align: center;
    font-family: 'Roboto',sans-serif}
.full-screen-block .fade-ticker .big-text .head-title span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700}
.block-op50 {
    background-color: rgba(0,0,0,.8);
    padding: 30px 30px 0 30px}

/* ==========================================================================
Product style
========================================================================== */

.product.list .product-caption {
    padding: 20px}
.product.list .product-icons {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 5px 0 0;
    vertical-align: middle}
.product.list .product-icons .product-icon {
    display: inline-block;
    position: relative}
.product.list .product-icons .product-icon a {
    display: block;
    position: inherit;
    left: 0;
    top: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none}
.product.list .product-icons .product-icon a:hover {
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.product.list .product-icons .product-icon .product-card-icon {
    font-size: 19px;
    text-align: center;
    color: #fff;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    top: 0;
    background-color: rgba(208,81,101,.7);
    width: 60px;
    height: 60px;
    border-radius: 60px;
    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: 58px}
.product {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 15px 30px 15px;
    position: relative;
    padding: 3px;
    background-color: #fff;
    border: 1px solid rgba(45,45,45,.1);
	overflow:hidden;
  
}
.product:hover .product-compare {
    opacity: 1}
.product.product-grid-item form{
	margin: 0
}
.product:hover .product-wishlist {
    opacity: 1}
.product:hover .quick-view {
    opacity: 1}
.product .product-cart {
    position: relative;
    font-size: 19px;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-backface-visibility: hidden;
    background-color:rgb(0, 175, 239);
    width: 60px;
    height: 60px;
    border-radius: 60px;
    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: 58px;
    z-index: 33;
    left: 50%;
  margin-left:-30px;
  border:none;
  outline:none;
    
}
.product .product-cart:hover {
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.product .product-cart.word {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    width: inherit;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    display: inline-block;
    padding: 0 20px;
    left: 0;
    bottom: 0;
    margin: 5px 0 15px;
    background-color: rgba(45,45,45,.7);
    font-family: 'Roboto',sans-serif}
.product .product-cart.word i {
    padding-right: 10px}
.product .product-cart.word:hover {
    background-color: #2d2d2d}
.product .product-compare {
    position: absolute;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-backface-visibility: hidden;
    background-color: rgba(208,81,101,.7);
    border-radius: 60px;
    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;
    z-index: 33;
    opacity: 0;
    right: 15px;
    bottom: 20px}
.product .product-compare:hover {
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.product .product-wishlist {
    position: absolute;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-backface-visibility: hidden;
    background-color: rgba(208,81,101,.7);
    border-radius: 60px;
    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;
    z-index: 33;
    right: 58px;
    opacity: 0;
    bottom: 20px}
.product .product-wishlist:hover {
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.product .product-caption {
    text-align: center;
    position: relative;
    background-color: rgba(255,255,255,.7);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px}
.product .product-caption .product-name {
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    padding: 10px 0 0;
    display: block;
    text-decoration: none;
    color: #2d2d2d}
.product .product-caption .product-name a:hover {
	text-decoration:none;
    color: #00afef;
}
.product .product-caption .product-name h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.product .product-caption .product-price {
    color: #00afef;
    font-size: 18px;
    margin: 5px 0 10px;
    font-family: 'OpenSans',sans-serif;
    font-weight: 700;
    line-height: 25px;
    max-height: 25px}
.product .product-caption .product-price span {
    color: rgba(45,45,45,.5);
    font-size: 13px;
    text-decoration: line-through;
    line-height: 25px}
.product .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative}
.product .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: center}
.product .product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block}
.product .product-rating .stars span.star.active:before {
    content: "\f005"}
.product .product-rating .stars span.star:hover {
    cursor: pointer}
.product .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(45,45,45,.7)}
.product .product-rating .stars span.star:hover:before,.product .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: rgba(45,45,45,.7)}
.product .product-rating .review {
    color: rgba(45,45,45,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.product .product-rating .review:hover {
    color: #00afef}
.product .description {
    font-size: 14px;
    color: rgba(45,45,45,.7)}
.product-new {
    position: absolute;
    font-size: 13px;
    z-index: 5;
    height: 26px;
    text-align: center;
    line-height: 24px;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #00afef;
    width: 60px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden}
.product-new:after {
    content: '';
    position: absolute;
    border-left: 8px solid transparent;
    border-bottom: 0;
    border-top: 26px solid #00afef;
    border-left: 0t;
    left: -8px;
    top: 0;
    z-index: 1}
.quick-view {
    position: absolute;
    font-size: 19px;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-backface-visibility: hidden;
    background-color: rgba(45,45,45,.7);
    opacity: 0;
    width: 70px;
    height: 70px;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    left: 50%;
    top: 50%;
    margin: -35px auto auto -35px;
    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: 68px;
    z-index: 33}
.quick-view:hover {
    background-color: #2d2d2d;
    color: #fff;
    border-color: #2d2d2d}
.quick-view.word {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    margin: -20px auto auto -50px;
    font-family: 'Roboto',sans-serif}
.product-sale {
    position: absolute;
    font-size: 13px;
    z-index: 5;
    height: 26px;
    text-align: center;
    line-height: 24px;
    right: 0;
    top: 26px;
    color: #fff;
    background-color: #554798;
    width: 60px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden}
.product-sale:after {
    content: '';
    position: absolute;
    border-left: 8px solid transparent;
    border-top: 0;
    border-bottom: 26px solid #554798;
    border-left: 0t;
    left: -8px;
    top: 0;
    z-index: 1}
.product-section figure {
    max-width: 280px;
    margin: 0 auto;
    overflow: hidden;
    position: relative}
.figure-hover-overlay.mini-treangle:after {
    content: '';
    position: absolute;
    border-right: 15px solid transparent;
    border-bottom: 0;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    z-index: 5}
.figure-hover-overlay.treangle:after {
    content: '';
    position: absolute;
    border-right: 60px solid transparent;
    border-bottom: 0;
    border-bottom: 14px solid #fff;
    border-left: 60px solid transparent;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
    z-index: 5}
.figure-hover-overlay.around:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 45px;
    background-color: #fff;
    left: 50%;
    margin-left: -40px;
    bottom: -60px;
    z-index: 5}
.figure-hover-overlay.rentengle:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 15px;
    background-color: #fff;
    left: 50%;
    margin-left: -40%;
    bottom: 0;
    z-index: 5}
.figure-hover-overlay.rentengle .product-cart {
  left: 35px;
  bottom: -240px;
  position: absolute;
}
.figure-hover-overlay.rentengle .product-compare {
    bottom: 30px}
.figure-hover-overlay.rentengle .product-wishlist {
    bottom: 30px}
.figure-hover-overlay {
    position: relative;
    }
.figure-hover-overlay .figure-href {
    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}
.figure-hover-overlay img {
    position: relative;
  background: white;
    -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}
.product-sale-time {
    display: inline-block;
    margin: 0 auto}
.product-sale-time .time {
    margin: 15px 0 0 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    z-index: 7}
.product-sale-time .time div {
    display: inline-block;
    float: left;
    background-color: #00afef;
    width: 40px;
    padding: 3px 10px 3px;
    margin-right: 2px;
    text-align: center}
.product-sale-time .time .cd-time {
    display: block;
    margin-top: 0;
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 2px}
.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}
.big-banner {
    background-image: url("//bizweb.dktcdn.net/100/078/556/themes/98209/assets/big_banner.jpg?1559635735030");
	height:500px;
    background-size: cover;
    background-position: center center;
}
.block-big-product {
    position: relative;
    background-image: url("bg2.jpg");
    background-size: cover;
    background-position: center center}
.block-big-product .owl-item img:hover {
    cursor: col-resize}
.block-big-product .big-product-inner {
    position: relative;
    padding: 60px;
    text-align: center;
    background-color: rgba(0,0,0,.4)}
.block-big-product .big-product-inner .big-product-name {
    font-family: 'Roboto',sans-serif;
    text-decoration: none;
    color: rgba(255,255,255,.95);
    font-size: 36px;
    display: block;
    margin-bottom: 10px}
.block-big-product .big-product-inner .big-product-name:hover {
    color: #00afef}
.block-big-product .big-product-inner .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative}
.block-big-product .big-product-inner .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 18px;
    text-align: center}
.block-big-product .big-product-inner .product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block}
.block-big-product .big-product-inner .product-rating .stars span.star.active:before {
    content: "\f005"}
.block-big-product .big-product-inner .product-rating .stars span.star:hover {
    cursor: pointer}
.block-big-product .big-product-inner .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: #00afef}
.block-big-product .big-product-inner .product-rating .stars span.star:hover:before,.block-big-product .big-product-inner .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #00afef}
.block-big-product .big-product-inner .product-rating .review {
    color: rgba(255,255,255,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.block-big-product .big-product-inner .product-rating .review:hover {
    color: #00afef}
.block-big-product .big-product-inner .product-price {
    color: #f7f7f7;
    font-size: 36px;
    margin: 15px 0;
    font-family: 'OpenSans',sans-serif;
    font-weight: 700;
    line-height: 46px;
    max-height: 46px}
.block-big-product .big-product-inner .product-price span {
    color: rgba(247,247,247,.5);
    font-size: 25px;
    text-decoration: line-through;
    line-height: 25px}
.block-big-product .big-product-inner .description {
    font-size: 18px;
    color: rgba(45,45,45,.5)}
.block-big-product .big-product-inner .toolbar-product {
    position: relative;
    display: block;
    height: 50px;
    margin: 25px 0;
    z-index: 2}
.block-big-product .big-product-inner .toolbar-product:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    background-color: rgba(45,45,45,.1);
    z-index: -1}
.block-big-product .big-product-inner .toolbar-product a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #eee;
    z-index: 5;
    padding: 0;
    color: rgba(208,81,101,.7);
    font-size: 22px;
    text-decoration: none;
    text-align: center}
.block-big-product .big-product-inner .toolbar-product a:hover {
    border-color: #00afef;
    background-color: #00afef;
    color: #fff}
.block-big-product .big-product-inner .toolbar-product a i {
    line-height: 24px;
    padding: 0 3px;
    font-size: 22px}
.block-big-product .big-product-inner .product-icons {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 20px 0 0;
    vertical-align: middle}
.block-big-product .big-product-inner .product-icons .product-icon {
    display: inline-block;
    position: relative;
    vertical-align: middle}
.block-big-product .big-product-inner .product-icons .product-icon a {
    display: inline-block;
    width: 40px;
    background-color: rgba(208,81,101,.7);
    border-radius: 50px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none}
.block-big-product .big-product-inner .product-icons .product-icon a:hover {
    background-color: #00afef;
    color: #fff}
.block-big-product .big-product-inner .product-icons .product-icon .product-card-icon {
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    top: 0;
    background-color: rgba(208,81,101,.7);
    width: 60px;
    height: 60px;
    border-radius: 70px;
    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: 58px}
.block-big-product .product-sale-time {
    display: inline-block;
    margin: 0 auto}
.block-big-product .product-sale-time .time {
    margin: 0;
    font-size: 15px;
    color: #f7f7f7;
    text-align: center;
    z-index: 7}
.block-big-product .product-sale-time .time div {
    display: inline-block;
    float: left;
    background-color: rgba(45,45,45,.5);
    width: 50px;
    padding: 3px 10px 3px;
    margin-right: 3px;
    text-align: center}
.block-big-product .product-sale-time .time .cd-time {
    display: block;
    margin-top: 0;
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 5px}
.review-header h5 {
    font-family: 'Roboto',sans-serif}
.owl-carousel .owl-stage-outer {
    padding: 0}
.product-small-list {
    display: block;
    clear: both;
    margin-bottom: 25px;
    position: relative}
.product-small-list .product-small-list-text-img {
    width: 80px;
    display: inline-block;
    border: 1px solid rgba(45,45,45,.1)}
.product-small-list .product-small-list-text {
    display: block;
    position: absolute;
    left: 100px;
    top: 0}
.product-small-list .product-small-list-text .product-price {
    color: #00afef;
    font-size: 18px;
    margin: 0;
    font-weight: 700}
.product-small-list .product-small-list-text .product-price span {
    color: rgba(45,45,45,.7);
    font-size: 13px;
    text-decoration: line-through}
.product-small-list .product-small-list-text .product-name {
    padding: 5px 0 0;
    font-size: 16px;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    text-decoration: none;
    color: rgba(45,45,45,.7)}
.product-small-list .product-small-list-text .product-name:hover {
    color: #00afef}
.product-small-list .product-small-list-text .product-name h3 {
	font-size: 16px;
	margin:0;
	padding:0;
}
.product-small-list .product-small-list-text p {
    color: rgba(45,45,45,.5)}
.product-small-list .product-small-list-text .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative}
.product-small-list .product-small-list-text .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: left}
.product-small-list .product-small-list-text .product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block}
.product-small-list .product-small-list-text .product-rating .stars span.star.active:before {
    content: "\f005"}
.product-small-list .product-small-list-text .product-rating .stars span.star:hover {
    cursor: pointer}
.product-small-list .product-small-list-text .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(45,45,45,.7)}
.product-small-list .product-small-list-text .product-rating .stars span.star:hover:before,.product-small-list .product-small-list-text .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: rgba(45,45,45,.7)}
.product-small-list .product-small-list-text .product-rating .review {
    color: rgba(45,45,45,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.product-small-list .product-small-list-text .product-rating .review:hover {
    color: #00afef}
.product-small-list .product-icons {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 5px 0 0}
.product-small-list .product-icons .product-icon {
    display: inline-block}
.product-small-list .product-icons .product-icon a {
    height: 40px;
    min-width: 40px;
    border: 1px solid rgba(208,81,101,.7);
    color: #00afef;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none}
.product-small-list .product-icons .product-icon a i {
    width: 24px}
.product-small-list .product-icons .product-icon a:hover {
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.product-small-list .product-icons .product-icon .product-card-icon {
    padding: 0 7px 0 7px;
    opacity: 1}
.product-small-list .product-icons .product-icon .product-card-icon i {
    width: 16px}
.product-small-list:hover .product-small-list-text-img {
    border-color: rgba(208,81,101,.5)}
.product-small-list.light {
    border-top: 0}
.product-small-list.light .product-small-list-text-img {
    border-color: rgba(247,247,247,.3)}
.product-small-list.light .product-small-list-text .product-price {
    color: rgba(247,247,247,.9)}
.product-small-list.light .product-small-list-text .product-price span {
    color: rgba(247,247,247,.5)}
.product-small-list.light .product-small-list-text .product-name {
    color: rgba(255,255,255,.5)}
.product-small-list.light .product-small-list-text .product-name:hover {
    color: #fff}
.product-small-list.light .product-small-list-text p {
    color: rgba(247,247,247,.3)}
.product-small-list.light .product-small-list-text .product-rating .stars span.star:before {
    color: rgba(208,81,101,.9)}
.product-small-list.light .product-small-list-text .product-rating .stars span.star:hover:before,.product-small-list.light .product-small-list-text .product-rating .stars span.star:hover~span.star:before {
    color: rgba(208,81,101,.9)}
  
/* ==========================================================================
Header block of secondary pages
========================================================================== */
.breadcrumb {
    margin: 0;
    padding: 25px 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: rgba(45,45,45,.5);
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 600}
.breadcrumb>li a:hover {
    color: #00afef}
.breadcrumb>li:after {
    margin-left: 10px;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 12px;
    color: rgba(45,45,45,.5)}
.breadcrumb>li+li:before {
    content: "";
    padding: 0}
.breadcrumb>li: last-child:after {
    content: ""}
.breadcrumb>.active {
    color: #00afef;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 600}
  
/* ==========================================================================
Shortcode
========================================================================== */
span.dropcap {
    font-size: 40px;
    float: left;
    margin: 8px 10px 5px 0;
    line-height: 1;
    padding: 10px 14px;
    background: #00afef;
    color: rgba(255,255,255,.7)}
blockquote {
    font-size: 14px;
    border-color: #f7f7f7;
    line-height: 26px;
    font-style: italic}
.alert {
    border-radius: 0}
.alert.alert-success {
    background-color: #554798;
    border: 0;
    color: #fff}
.alert.alert-warning {
    background-color: #00afef;
    border: 0;
    color: #fff}
.progress {
    height: 50px;
    border-radius: 0}
.progress .progress-bar {
    line-height: 50px}
.flickr li {
    float: left;
    margin: 0 10px 10px 0;
    padding: 1px;
    background-color: #f7f7f7;
    width: 70px;
    -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: #00afef}
.tool_tip {
    color: #00afef}
.tool_tip:hover {
    color: #00afef}
.portfolio-cell {
    position: relative}
.portfolio-cell .portfolio-item {
    position: relative}
.no-pad {
    padding: 0}
.no-mar {
    margin: 0}

/* ==========================================================================
   All Block styles
   ========================================================================== */
.header-for-light {
    position: relative;
    margin-bottom: 20px}
.header-for-light h1,.header-for-light h2,.header-for-light h3 {
    text-align: left;
    margin: 0;
    line-height: 40px;
    font-family: 'Roboto',sans-serif;
    display: inline-block}
.header-for-light h1 span,.header-for-light h2 span,.header-for-light h3 span {
    color: #00afef;
    text-transform: uppercase}
.header-for-light p {
    color: rgba(45,45,45,.9);
    margin: 10px 0}
.header-for-light .header-bottom-line {
    display: block;
    height: 1px;
    width: 40px;
    margin: 0 auto;
    background-color: rgba(208,81,101,.5);
    margin: 0}
.header-for-light .see-all {
    display: inline-block;
    float: right;
    line-height: 38px;
    font-size: 16px;
    border: 1px solid rgba(45,45,45,.1);
    font-family: 'Roboto',sans-serif;
    padding: 0 15px;
    text-decoration: none;
    color: rgba(45,45,45,.7)}
.header-for-light .see-all:hover {
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.toolbar-for-light {
    position: relative;
    float: right;
    display: inline-block;
    height: 40px;
    z-index: 2}
.toolbar-for-light a {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border: 1px solid rgba(45,45,45,.1);
    z-index: 5;
    padding: 0;
    color: rgba(45,45,45,.5);
    font-size: 18px;
    text-decoration: none;
    text-align: center}
.toolbar-for-light a:hover {
    border-color: #00afef;
    background-color: #00afef;
    color: #fff}
.toolbar-for-light a i {
    line-height: 40px;
    padding: 0 3px;
    font-size: 18px}
.header-for-light.center {
    text-align: center}
.header-for-light.center h1,.header-for-light.center h2,.header-for-light.center h3 {
    text-align: center}
.header-for-light.center p {
    text-align: center}
.header-for-light.center .header-bottom-line {
    display: block;
    height: 1px;
    width: 40px;
    margin: 0 auto;
    background-color: rgba(208,81,101,.5)}
.header-for-black {
    position: relative;
    margin-bottom: 20px}
.header-for-black h1,.header-for-black h2,.header-for-black h3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    color: #f7f7f7;
    display: inline-block;
    font-family: 'Roboto',sans-serif}
.header-for-black h1 span,.header-for-black h2 span,.header-for-black h3 span {
    color: #00afef;
    text-transform: uppercase}
.header-for-black p {
    color: rgba(247,247,247,.5);
    margin: 10px 0}
.header-for-black .header-bottom-line {
    display: block;
    height: 1px;
    width: 40px;
    margin: 0 auto;
    background-color: rgba(247,247,247,.5)}
.header-for-black .see-all {
    display: inline-block;
    float: right;
    line-height: 38px;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,.1);
    font-family: 'Roboto',sans-serif;
    padding: 0 15px;
    text-decoration: none;
    color: rgba(255,255,255,.7)}
.header-for-black .see-all:hover {
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.header-for-black.center h1,.header-for-black.center h2,.header-for-black.center h3 {
    text-align: center;
    display: block}
.header-for-black.center p {
    text-align: center}
.header-for-black.center .header-bottom-line {
    display: block;
    height: 1px}
.header-for-black.center .toolbar-for-light {
    width: 100%}
.toolbar-for-black {
    position: relative;
    float: right;
    display: inline-block;
    height: 40px;
    z-index: 2}
.toolbar-for-black a {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border: 1px solid rgba(255,255,255,.3);
    z-index: 5;
    padding: 0;
    color: rgba(255,255,255,.5);
    font-size: 18px;
    text-decoration: none;
    text-align: center}
.toolbar-for-black a:hover {
    border-color: #00afef;
    background-color: #00afef;
    color: #fff}
.toolbar-for-black a i {
    line-height: 40px;
    padding: 0 3px;
    font-size: 18px}
.article-header {
    color: rgba(45,45,45,.7);
    margin: 0 0 20px;
    font-family: 'Roboto',sans-serif;
    position: relative}
.article-header.center {
    text-align: center}
.hot-service-block {
    padding-top: 30px}
.hot-service {
    position: relative;
    background-color: rgba(45,45,45,.1);
    text-align: center;
    padding: 60px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer}
.hot-service i {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    line-height: 48px;
    text-align: center;
    color: #00afef}
.hot-service p {
    color: rgba(45,45,45,.5)}
.hot-service h4 {
    font-family: 'Roboto',sans-serif}
.hot-service:hover {
    background-color: #554798;
    z-index: 2;
    -webkit-transform: perspective(500px) rotatex(15deg) rotatey(0deg) rotatez(0deg);
    -moz-transform: perspective(500px) rotatex(15deg) rotatey(0deg) rotatez(0deg);
    -o-transform: perspective(500px) rotatex(15deg) rotatey(0deg) rotatez(0deg);
    -ms-transform: perspective(500px) rotatex(15deg) rotatey(0deg) rotatez(0deg);
    transform: perspective(500px) rotatex(15deg) rotatey(0deg) rotatez(0deg)}
.hot-service:hover i {
    color: #f7f7f7}
.hot-service:hover h4 {
    color: #fff}
.hot-service:hover p {
    color: rgba(247,247,247,.5)}
.block-client-say {
    position: relative;
    margin-bottom: 30px}
.block-client-say i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    color: rgba(247,247,247,.3);
    line-height: 40px}
.block-client-say .client-say-container {
    padding-left: 60px}
.block-client-say .client-say-container h4 {
    color: #f7f7f7;
    font-family: 'Roboto',sans-serif}
.block-client-say .client-say-container h5 {
    color: rgba(247,247,247,.3);
    font-style: italic}
.block-client-say .client-say-container p {
    color: rgba(255,255,255,.5)}
.widget-block {
    position: relative;
    margin-bottom: 30px}
.banner-round {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden}
.banner-round .banner-title {
    position: absolute;
    display: block;
    height: 80px;
    line-height: 80px;
    top: 80%;
    left: 0;
    text-align: center;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 30px;
    margin-top: -40px;
    width: 100%;
    z-index: 2;
    background-color: rgba(45,45,45,.5);
    opacity: 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}
.banner-round img {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out}
.banner-round .banner-title.light {
    background-color: rgba(255,255,255,.5)}
.banner-round:hover .banner-title {
    opacity: 1}
.banner-round:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)}
.banner-collection {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    backface-visibility: hidden}
.banner-collection a {
    position: absolute;
    z-index: 6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.banner-collection:after {
    position: absolute;
    content: "";
    background-color: rgba(45,45,45,.7);
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out}
.banner-collection .banner-title {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,.7);
    font-family: 'Roboto',sans-serif;
    margin-top: -40px;
    z-index: 5;
    padding: 0 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.banner-collection .banner-title span {
    font-size: 22px;
    display: block;
    padding-bottom: 5px;
    color: #fff}
.banner-collection img {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out}
.banner-collection .banner-title.light {
    background-color: rgba(255,255,255,.5)}
.banner-collection:hover:after {
    opacity: 0}
.banner-collection:hover .banner-title {
    top: 110%}
.banner-collection:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)}
.banner {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden}
.banner .banner-title {
    position: absolute;
    display: block;
    height: 80px;
    line-height: 80px;
    top: 50%;
    left: 0;
    text-align: center;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 30px;
    margin-top: -40px;
    width: 100%;
    z-index: 2;
    background-color: rgba(45,45,45,.5);
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease}
.banner img {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.banner .banner-title.light {
    background-color: rgba(255,255,255,.5)}
.banner:hover .banner-title {
    opacity: 1}
.banner:hover img {
    -webkit-transform: scale(1.1,1.1) rotate(1deg);
    -moz-transform: scale(1.1,1.1) rotate(1deg);
    -o-transform: scale(1.1,1.1) rotate(1deg);
    -ms-transform: scale(1.1,1.1) rotate(1deg);
    transform: scale(1.1,1.1) rotate(1deg)}
.catalog .panel {
    margin-bottom: 30px;
    border-radius: 0;
	background: rgb(246, 246, 246);}
.catalog .panel.list-group ul{
	list-style:none;
	padding:0;
	margin:0;
} 
.catalog .panel.list-group ul li em {
	float:right;
	font-size:22px;
	line-height:22px;
	cursor:pointer;
	
}
.catalog .panel.list-group ul li a:hover {
	text-decoration:none;
	color:#656565;
}
.catalog .panel.list-group ul li ul li.list-group-item{
	border:none;
}
.catalog li.list-group-item.active,.catalog a.list-group-item.active:hover,.catalog a.list-group-item.active:focus {
    background-color: #00afef;
    border-color: #00afef}
.catalog li.list-group-item.active a, .catalog .panel.list-group li.list-group-item.active a:hover {
color:#fff}
.catalog a.list-group-item.active .badge,.catalog a.list-group-item.active:hover .badge,.catalog a.list-group-item.active:focus .badge {
    background-color: #fff;
    border-radius: 0;
    width: 30px;
    text-align: center}
.catalog a.list-group-item:hover,.catalog a.list-group-item:focus {
    background-color: #f7f7f7;
    color: #00afef}
.catalog a.list-group-item.active:hover,.catalog a.list-group-item.active:focus {
    color: #f7f7f7}
.catalog .list-group .list-group-item {
    border-radius: 0;
    font-family: 'Roboto',sans-serif;
   
    font-size: 13px;
    border-color: rgba(136,136,136,.1);
	background-color:transparent;
}
.catalog .list-group .list-group-item i {
    width: 30px;
    display: inline-block}
.catalog .list-group .list-group-item .badge {
    padding: 5px 7px;
    background: 0;
    color: #00afef;
    border-radius: 0;
    width: 30px;
    text-align: center}
.catalog .list-group .sublinks .list-group-item {
    text-transform: inherit;
    cursor: pointer;
    color: rgba(45,45,45,.6)}
.block-feature-icon {
    position: relative;
    margin-bottom: 30px}
.block-feature-icon.center {
    text-align: center}
.block-feature-icon .block-title {
    padding: 0 80px 0 0}
.block-feature-icon .hi-icon {
    float: right}
.block-feature-icon.center .block-title {
    padding: 0}
.block-feature-icon .block-title h4 {
    color: rgba(45,45,45,.7);
    margin: 0 0 10px;
    font-family: 'Roboto',sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-align: right}
.block-feature-icon.center .block-title h4 {
    text-align: center}
.block-feature-icon .block-title p {
    color: #777;
    font-family: 'Open Sans',sans-serif;
    text-align: right;
    line-height: 26px}
.block-feature-icon.center .block-title p {
    text-align: center}
.block-feature-icon .block-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center}
.block-feature-icon.center .hi-icon {
    float: none;
    top: 0;
    margin: 10px 0 20px}
.block-feature-icon:hover .block-title h4 {
    color: #00afef}
.block-feature-icon.left .block-title {
    padding: 0 0 0 80px}
.block-feature-icon.left .block-title h4 {
    text-align: left}
.block-feature-icon.left .block-title p {
    text-align: left}
.block-feature-icon.left .block-icon {
    left: 0}
.block-feature-icon.left .hi-icon {
    float: left}
.block-feature-icon.light .block-title h4 {
    color: #f7f7f7}
.block-feature-icon.light .block-title p {
    color: #aaa}
.hi-icon-wrap {
    text-align: center;
    padding: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto}
.hi-icon {
    display: inline-block;
    float: left;
    top: 5px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff}
.hi-icon i {
    line-height: 57px;
    font-size: 36px}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box}
.hi-icon-color .hi-icon {
    color: #fff;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s}
.hi-icon-color .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -moz-transition: -moz-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)}
.hi-icon-effect .hi-icon:hover {
    color: #fff}
.hi-icon-effect .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)}
.hi-icon-color .hi-icon {
    box-shadow: 0 0 0 3px #00afef}
.hi-icon-color .hi-icon:after {
    background: #00afef}
.block-feature {
    position: relative;
    padding: 15px 0 30px 60px}
.block-feature h4 {
    color: #f7f7f7;
    font-family: 'Roboto',sans-serif;
    margin: 0 0 10px}
.block-feature a {
    color: #f7f7f7;
    font-family: 'Roboto',sans-serif;
    margin: 0 0 10px;
    display: block;
    font-size: 18px;
    text-decoration: none}
.block-feature a:hover {
    color: #00afef}
.block-feature p {
    color: rgba(247,247,247,.5)}
.block-feature i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    color: rgba(255,255,255,.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;
    cursor: pointer}
.block-feature:hover i {
    color: #00afef}
.block-feature.dark {
    padding: 15px 0 0 60px}
.block-feature.dark h4 {
    color: rgba(45,45,45,.7)}
.block-feature.dark a {
    color: rgba(45,45,45,.7)}
.block-feature.dark a:hover {
    color: #00afef}
.block-feature.dark p {
    color: rgba(45,45,45,.5)}
.block-feature.dark i {
    color: rgba(45,45,45,.5)}
.block-feature.dark:hover i {
    color: #00afef}
.fashion-feature {
    background-image: url("bg2.jpg");
    background-size: cover;
    background-position: top center;
    position: relative;
    padding-top: 430px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out}
.fashion-feature:hover {
    background-image: url("bg3.jpg")}
.fashion-feature .fashion-feature-container {
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient(bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%)}
.fashion-feature .fashion-feature-title {
    position: relative}
.fashion-feature .fashion-feature-title h1 {
    line-height: 150px;
    font-size: 80px;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    text-align: center;
    margin: 0}
.fashion-feature .fashion-feature-title h1 span {
    color: #00afef}
.tags {
    font-size: 0}
.tags li {
    display: inline-block;
    margin: 3px}
.tags li a {
    display: block;
    padding: 0 20px;
    line-height: 38px;
    background: rgba(247,247,247,.5);
    font-size: 14px;
    border: 1px solid rgba(45,45,45,.1);
    text-decoration: none;
    color: rgba(45,45,45,.7)}
.tags li a:hover {
    text-decoration: none;
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.tags.bg_dark li a {
    border: 1px solid rgba(247,247,247,.3);
    color: rgba(255,255,255,.5);
    background: rgba(45,45,45,.5)}
.tags.bg_dark li a:hover {
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}

.block-side-category {
    border: 1px solid rgba(45,45,45,.1);
    margin-bottom: 30px;
    background-color: rgba(247,247,247,.3)}
.block-side-category .title-side-category {
    font-family: 'Roboto',sans-serif;
    line-height: 50px;
    text-align: center;
    margin: 0 0 25px;
    color: rgba(45,45,45,.7);
    padding: 10px 30px 5px;
    position: relative}
.block-side-category .title-side-category:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    height: 1px;
    background-color: #00afef}
.block-side-category .ul-side-category {
    width: 100%;
    list-style-position: inside}
.block-side-category .ul-side-category>li:nth-child(odd) {
    background: #fff}
.block-side-category .ul-side-category i {
    background: rgba(247,247,247,.5)}
.block-side-category .ul-side-category li {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    list-style-type: none}
.block-side-category .ul-side-category li a {
    text-decoration: none;
    color: rgba(45,45,45,.7);
    position: relative;
    display: block;
    padding: 12px 10px 12px 64px;
    font-family: 'Raleway',sans-serif}
.block-side-category .ul-side-category li a i {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #00afef;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.block-side-category .ul-side-category li a:hover {
    text-decoration: none;
    color: #00afef}
.block-side-category .ul-side-category li a:hover i {
    background: #00afef;
    color: #fff}
.block-side-category .ul-side-category li i {
    font-size: 16px;
    line-height: 18px}
.block-side-category .ul-side-category li: last-child {
    border: 0}
.block-side-category .ul-side-category .sub-category {
    display: none;
    padding-left: 10px}
.hexagon {
    width: 200px;
    height: 110px;
    background: rgba(255,255,255,.95);
    position: relative;
    margin: 0 auto;
    transition: all .3s ease}
.hexagon:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 50px solid rgba(255,255,255,.95);
    transition: all .3s ease}
.hexagon:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 50px solid rgba(255,255,255,.95);
    transition: all .3s ease}
.hexagon:hover {
    background: #00afef}
.hexagon:hover:before {
    border-bottom: 50px solid #00afef}
.hexagon:hover:after {
    border-top: 50px solid #00afef}
.hexagon i {
    color: rgba(208,81,101,.7);
    font-size: 48px;
    line-height: 48px;
    display: inline-block;
    margin-bottom: 10px}
.hexagon a {
    text-decoration: none;
    font-size: 18px;
    display: block;
    color: rgba(45,45,45,.7);
    line-height: 22px;
    font-family: 'Roboto',sans-serif}
.hexagon a:hover {
    color: #fff}
.hexagon:hover i {
    color: rgba(255,255,255,.5)}
.hexagon:hover a {
    color: rgba(247,247,247,.9)}
.hexagon:hover a:hover {
    color: #fff}
.top-section {
    padding: 20px 25px;
    background-color: #00afef;
    border: 1px solid #00afef;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff}
.top-section p {
    color: rgba(247,247,247,.9);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(247,247,247,.3)}
.top-section h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif}
.detail-line {
    width: 40px;
    height: 1px;
    background-color: #2d2d2d}
.fullwidth-services {
    padding: 0;
    background: #554798;
    position: relative;
    overflow: visible;
    height: 233px}
.fullwidth-services .fullwidth-service {
    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}
.fullwidth-services .fullwidth-service .inner-service {
    position: absolute;
    cursor: pointer;
    min-width: 100%;
    z-index: 20;
    background-color: #554798;
    padding: 60px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.fullwidth-services .fullwidth-service .inner-service i {
    font-size: 48px;
    line-height: 36px;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px}
.fullwidth-services .fullwidth-service .inner-service .detail-line {
    background: rgba(247,247,247,.5);
    margin: 0 auto}
.fullwidth-services .fullwidth-service .inner-service h4 {
    color: #fff;
    margin: 0;
    font-family: 'Roboto',sans-serif;
    margin-bottom: 20px}
.fullwidth-services .fullwidth-service .inner-service p {
    color: rgba(255,255,255,.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;
    max-height: 0;
    overflow: hidden;
    opacity: 0}
.fullwidth-services .fullwidth-service:hover {
    margin-top: -37px}
.fullwidth-services .fullwidth-service:hover p {
    max-height: 500px;
    opacity: 1;
    padding-top: 20px}
.colors {
    margin: 0!important;
    list-style: none;
    text-align: center}
.colors li {
    float: left;
    margin: 0 10px 5px 0}
.colors li a {
    display: inline-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: 190px}
.google-map {
    height: 400px}
.google-map .map {
    overflow: hidden;
    height: 100%;!important;
    width: 100%!important;
    border: 0}
.block-form {
    margin-bottom: 30px}
.block-form h3 {
    margin: 10px 0;
    font-family: 'Roboto',sans-serif;
    color: rgba(45,45,45,.7)}
.block-form h3 i {
    color: #00afef;
    font-size: 20px;
    margin-right: 10px}
.block-form p {
    color: rgba(45,45,45,.7)}
.block-form textarea.form-control {
    height: 100px;
    border: 1px solid rgba(45,45,45,.1);
    border-radius: 3px}
.block-form hr {
    border-color: rgba(45,45,45,.1)}
.block-form label {
    margin: 10px 0 0;
    color: rgba(45,45,45,.7);
    font-family: 'Open Sans',sans-serif;
    font-weight: 400}
.block-form .form-control {
    margin: 10px 0;
    border-color: rgba(45,45,45,.1);
    height: 40px;
    border-radius: 0}
.block-form .form-control:focus {
    outline-style: none;
    border-color: #00afef;
    box-shadow: none}
.block-form: : -webkit-input-placeholder {
    color: #bbb}
.block-form: -moz-placeholder {
    color: #bbb}
.block-form: : -moz-placeholder {
    color: #bbb}
.block-form: -ms-input-placeholder {
    color: #bbb}
.box-border {
    padding: 20px 30px;
    background-color: rgba(247,247,247,.3);
    border: 1px solid rgba(45,45,45,.1);
    margin-bottom: 30px}
.btn-default.dark {
    border: 1px solid rgba(247,247,247,.3);
    color: rgba(247,247,247,.7);
    padding: 9px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    background-color: transparent}
.btn-default.dark:hover {
    text-decoration: none;
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.btn-default.dark:focus {
    text-decoration: none}
.btn-default {
    border: 1px solid rgba(45,45,45,.3);
    color: rgba(45,45,45,.7);
    padding: 9px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
    background-color: transparent}
.btn-default:hover {
    text-decoration: none;
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.btn-default:focus {
    text-decoration: none}
.btn-default.active {
    border: 1px solid rgba(208,81,101,.7);
    color: #00afef;
    background-color: transparent}
.btn-default.active:hover {
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
/* ==========================================================================
Page Shopping cart
========================================================================== */
.block-order-total ul {
    color: #555;
    font-family: 'Raleway',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: #00afef;
    font-size: 15px;
    font-family: 'Roboto',sans-serif}
thead>tr>th {
    font-family: 'Roboto',sans-serif;
    color: rgba(45,45,45,.7)}
.cart-table {
    min-width: 300px;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden}
.cart-table textarea {
    border: 1px solid rgba(45,45,45,.3)}
.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(45,45,45,.7)}
.cart-table .product-rating .stars span.star:hover:before,.cart-table .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: rgba(45,45,45,.7)}
.cart-table .product-rating .review {
    color: rgba(45,45,45,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.cart-table .product-rating .review:hover {
    color: #00afef}
.cart-table a {
    text-decoration: none;
    color: #2d2d2d}
.cart-table a:hover {
    color: #00afef}
.cart-table th {
    display: none;
    font-family: 'Roboto',sans-serif}
.cart-table thead>tr>th {
    border-bottom: 1px solid rgba(45,45,45,.1);
    font-family: 'Roboto',sans-serif;
    color: rgba(45,45,45,.7)}
.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: #2d2d2d}
.cart-table .card_product_image {
    width: 140px;
    /* background-color: #f7f7f7; */
    border-radius: 3px}
.cart-table .card_product_image img {
    width: 120px}
.cart-table .card_product_quantity input {
    width: 50px;
    border: 1px solid rgba(45,45,45,.3);
    padding: 8px 0 8px 15px}
.cart-table .btn-default-1 {
    color: #2d2d2d}
.cart-table .btn-default-1:hover {
    background-color: #00afef;
    color: #fff}
  
/* ==========================================================================
Page Checkout
========================================================================== */
.product-detail.nav-pills>li>a {
    font-size: 24px}
.nav-pills {
    margin-top: 10px}
.nav-pills.tab-nav-mini>li>a {
    font-size: 16px}
.nav-pills.tab-nav-mini>li>a i {
    display: block;
    line-height: 50px;
    font-size: 22px}
.nav-pills>li>a {
    background: 0;
    border-radius: 0;
    font-size: 30px;
    font-family: 'Roboto',sans-serif;
    color: rgba(45,45,45,.7);
    padding-bottom: 15px}
.nav-pills>li>a .alt-tabs-icon {
    display: block}
.nav-pills>li>a .alt-tabs-icon i {
    font-size: 48px;
    color: rgba(45,45,45,.7);
    line-height: 36px;
    display: inline-block;
    margin-bottom: 10px}
.nav-pills>li>a:hover,.nav-pills>li>a:focus {
    background: 0;
    color: #00afef;
    box-shadow: none}
.nav-pills>li>a:hover:after,.nav-pills>li>a:focus:after {
    width: 40px;
    margin-left: -20px}
.nav-pills>li>a:hover i,.nav-pills>li>a:focus i {
    color: #00afef}
.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    background: 0;
    color: #00afef}
.nav-pills>li.active>a i,.nav-pills>li.active>a:hover i,.nav-pills>li.active>a:focus i {
    color: #00afef}
.tab-horizantal.center {
    text-align: center}
.tab-horizantal.center>li {
    float: none;
    display: inline-block}
.tab-horizantal {
    margin-bottom: 20px}
.tab-horizantal>li>a {
    background: 0;
    border-radius: 0;
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    color: rgba(45,45,45,.7);
    padding: 7px 20px;
    border: 1px solid rgba(45,45,45,.1)}
.tab-horizantal>li>a i {
    display: block;
    font-size: 48px;
    color: rgba(45,45,45,.7);
    line-height: 36px;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 80px}
.tab-horizantal>li>a:hover,.tab-horizantal>li>a:focus {
    background: 0;
    color: #00afef;
    box-shadow: none}
.tab-horizantal>li>a:hover i,.tab-horizantal>li>a:focus i {
    color: #00afef}
.tab-horizantal>li.active>a,.tab-horizantal>li.active>a:hover,.tab-horizantal>li.active>a:focus {
    background: #00afef;
    color: #fff}
.tab-horizantal>li.active>a i,.tab-horizantal>li.active>a:hover i,.tab-horizantal>li.active>a:focus i {
    color: #fff}
.table-responsive .table .label {
    background-color: #00afef}
.table-responsive .table .new {
    background-color: #554798}
.tab-content {
    position: relative}
.tab-content .tab-pane {
    display: block;
    height: 0;
    overflow: hidden}
.tab-content .tab-pane.active {
    height: inherit}
/* ==========================================================================
Page Blogs
========================================================================== */
.post-blog {
    margin-bottom: 30px}
.post-blog .post-blog-img {
    position: relative;
    border: 1px solid rgba(45,45,45,.1)}
.col-md-4 .post-blog .post-blog-img img {
  max-height: 160px}
.post-blog .post-blog-img:hover {
    border-color: rgba(208,81,101,.7)}
.post-blog .post-blog-img .post-date {
    position: absolute;
    width: 50px;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #f7f7f7}
.post-blog .post-blog-img .post-date span {
    display: block;
    text-align: center}
.post-blog .post-blog-img .post-date .day {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 8px}
.post-blog .post-blog-img .post-date .month {
    font-size: .9em;
    padding: 5px 12px 7px;
    color: #fff;
    background-color: #00afef}
.post-blog .post-title a{
    line-height: 24px;
    color: rgba(45,45,45,.7);
    font-size: 18px;
    margin: 10px 0;
    display: block;
    text-decoration: none;
    font-family: 'Roboto',sans-serif}
.post-blog .post-title a:hover {
    color: #00afef}
.post-blog p {
    color: rgba(45,45,45,.5);
    font-size: 14px;
    line-height: 22px}
.post-blog .post-icons {
    display: block}
.post-blog .post-icons .smlinks {
    float: right;
    display: inline-block;
    color: rgba(45,45,45,.4);
    font-size: 12px;
    border: 1px solid #e1e1e1;
    padding: 3px 5px 2px;
    margin-left: 5px;
    margin-top: 5px;
    text-decoration: none}
.post-blog .post-icons .smlinks:hover {
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
.media-heading {
    font-size: 18px;
    margin-bottom: 10px}
.media-list img {
    border-radius: 3px}
.time-right {
    float: right;
    padding: 5px 20px;
    font-size: 13px;
    color: #2d2d2d}
.btn-right-post {
    border: 1px solid rgba(45,45,45,.3);
    padding: 3px 20px;
    float: right;
    color: rgba(45,45,45,.7);
    font-size: 12px;
    font-family: 'OpenSans',sans-serif}
.btn-right-post:hover {
    text-decoration: none;
    background-color: #00afef;
    color: #fff;
    border-color: #00afef}
/* ==========================================================================
Page Products grid
========================================================================== */
.block-products-modes {
    padding: 10px 15px;
    margin-bottom: 30px;
    border: 1px solid rgba(45,45,45,.1);
    background-color: rgba(247,247,247,.3)}
.block-products-modes label {
    line-height: 34px;
    font-weight: 400;
    margin: 0}
.block-products-modes .form-control {
    border-radius: 0;
    border: 1px solid rgba(45,45,45,.1)}
.block-products-modes .form-control:focus {
    outline-style: none;
    border-color: #00afef;
    box-shadow: none}
.block-products-modes .product-view-mode a {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 28px;
    color: rgba(45,45,45,.3);
    vertical-align: middle;
    line-height: 34px}
.block-products-modes .product-view-mode a:hover {
    color: #00afef}
.block-products-modes .product-view-mode .active {
    color: #00afef}
.block-products-modes select {
    border-color: #ddd}
.mb-25 {
    margin-bottom: 25px}
.block-pagination {
    margin-bottom: 30px}
.block-pagination ul>.active>a,.block-pagination ul>.active>span {
    border-color: #00afef;
    color: #fff;
    background-color: #00afef}
.block-pagination ul>.active>a:hover,.block-pagination ul>.active>span:hover {
    background: #00afef;
    border-color: #00afef}
.block-pagination ul>li>a:focus,.block-pagination ul>li>a:hover {
    border-color: #00afef;
    background: #00afef;
    color: #fff}
.block-pagination ul>li>a {
    border: 1px solid rgba(45,45,45,.1);
    color: rgba(45,45,45,.7)}
.block-pagination ul>li:first-child a {
    color: #2d2d2d;
    border-radius: 0}
.block-pagination ul>li:first-child a:hover {
    color: #fff}
.block-pagination ul>li: last-child a {
    color: #2d2d2d;
    border-radius: 0}
.block-pagination ul>li: last-child a:hover {
    color: #fff}
  
/* ==========================================================================
Page Product details
========================================================================== */
.modal-content {
    border-radius: 0}
.modal-content .block-product-detail {
    margin: 0}
.modal-header {
    background-color: #00afef}
.modal-header h3 {
    color: #fff;
    margin: 0;
    font-family: 'Roboto',sans-serif}
.modal-header button.close {
    background: 0;
    color: #f7f7f7;
    opacity: 1}
.modal-footer {
    margin-top: 0}
.product-image {
    overflow: hidden;
    position: relative}
#product-zoom {
    border: 1px solid rgba(45,45,45,.1);
    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
    background:#F4F4F4;
}
#gal1 img:hover {
    border-color: #00afef}
.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(45,45,45,.7)}
#review .product-rating .stars span.star:hover:before,#review .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: rgba(45,45,45,.7)}
#review .product-rating .review {
    color: rgba(45,45,45,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
#review .product-rating .review:hover {
    color: #00afef}
.input-group-addon {
    border-radius: 0}
.product-detail-section .header-for-light {
    margin: 0 0 10px}
.product-detail-section .clearfix {
    padding: 5px 0 5px;
    color: rgba(45,45,45,.5)}
.product-detail-section .clearfix p {
    color: rgba(45,45,45,.5)}
.product-detail-section .clearfix .product-price {
    color: #00afef}
.product-detail-section label {
    width: 120px;
    color: rgba(45,45,45,.7)}
.product-detail-section .product-information .form-control {
    max-width: 120px;
    border: 1px solid rgba(45,45,45,.1)}
.product-detail-section .product-information .form-control:focus {
    outline-style: none;
    border-color: #00afef;
    box-shadow: none}
.product-detail-section .product-information .product-icons {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 20px 0 0;
    vertical-align: middle}
.product-detail-section .product-information .product-icons .product-icon {
    display: inline-block;
    position: relative;
    vertical-align: middle}
.product-detail-section .product-information .product-icons .product-icon a {
    display: inline-block;
    width: 40px;
    background-color: rgba(208,81,101,.7);
    border-radius: 0;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    text-align: center}
.product-detail-section .product-information .product-icons .product-icon .product-card-icon:hover {
    background-color: #00afef;
    color: #fff}
.product-detail-section .product-information .product-icons .product-icon .product-card-icon {
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    top: 0;
    background-color: rgba(208,81,101,.7);
    width: inherit;
    height: 40px;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    padding: 0 15px;
    font-family: 'Roboto',sans-serif;
    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: 38px;
  border:none;
  outline:none;
}
.product-detail-section .product-information .block-detail {
    display: inline-block;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0 10px 20px 0;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid rgba(45,45,45,.1);
    text-align: center;
    min-width: 120px}
.product-detail-section .product-information .block-detail p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    color: rgba(45,45,45,.7)}
.product-detail-section .product-information .block-detail:hover {
    border-color: rgba(208,81,101,.7);
    background-color: #00afef}
.product-detail-section .product-information .block-detail:hover p {
    color: #fff}
.product-detail-section .product-information .block-detail .colors li {
    float: none;
    margin: 0}
.product-detail-section .product-price {
    color: #00afef;
    font-size: 18px;
    margin: 0;
    font-family: 'OpenSans',sans-serif;
    font-weight: 700}
.product-detail-section .product-price span {
    color: #888;
    font-size: 12px;
    text-decoration: line-through}
.product-detail-section a {
    text-decoration: none;
    color: #2d2d2d}
.product-detail-section a:hover {
    color: #00afef}
.product-detail-section h4 {
    margin: 0 0 10px;
    color: #2d2d2d;
    font-family: 'Roboto',sans-serif}
.product-detail-section h3 {
    margin: 0 0 10px;
    color: #2d2d2d}
.product-detail-section .product-rating {
    width: 100%;
    padding: 0;
    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(45,45,45,.7)}
.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: rgba(45,45,45,.7)}
.product-detail-section .description {
    font-size: 14px;
    color: rgba(45,45,45,.5)}
#MyContactForm label {
    cursor: text;
    display: block;
    margin: 0 0;
    position: relative;
    top: 0;
    width: 100%}
#form-wrapper #MyContactForm .error {
    bottom: 20px;
    color: #F00;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    left: auto;
    letter-spacing: 0;
    position: absolute;
    right: 20px;
    text-transform: capitalize;
    width: auto}
.carousel-control.left {
    background: 0}
.carousel-control.right {
    background: 0}
.carousel-indicators li {
    border: 1px solid #00afef}
.carousel-indicators .active {
    background-color: #00afef}
.carousel-control {
    color: rgba(208,81,101,.5);
    text-shadow: none}
.carousel-control:hover,.carousel-control:focus {
    color: rgba(208,81,101,.9)}
/* ==========================================================================
   Blocks styles
   ========================================================================== */
.home-owl-slider {
    position: relative}
.home-owl-slider:hover .owl-slider-prev,.home-owl-slider:hover .owl-slider-next {
    opacity: 1}
.home-owl-slider .owl-slider-prev,.home-owl-slider .owl-slider-next {
    position: absolute;
    opacity: 0;
    top: 50%;
    margin-top: -50px;
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: rgba(45,45,45,.3);
    color: #fff;
    line-height: 100px;
    font-size: 50px;
    z-index: 20;
    text-align: center}
.home-owl-slider .owl-slider-prev:hover,.home-owl-slider .owl-slider-next:hover {
    background-color: rgba(45,45,45,.5)}
.home-owl-slider .owl-slider-prev {
    left: 0}
.home-owl-slider .owl-slider-next {
    right: 0}
.inner-block {
    position: relative;
    display: block;
    margin-bottom: 40px}
.block-blog {
    position: relative}
.block-blog .blog-item-container .blog-item {
    position: relative;
    padding: 30px 80px 30px 30px;
    border-left: 5px solid #00afef;
    background-color: rgba(45,45,45,.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;
    min-height: 200px}
.block-blog .blog-item-container .blog-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-right: 70px solid #00afef;
    transition: all .3s ease}
.block-blog .blog-item-container .blog-item .blog-item-date {
    position: absolute;
    right: 10px;
    top: 77px;
    z-index: 3}
.block-blog .blog-item-container .blog-item .blog-item-date p {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #fff}
.block-blog .blog-item-container .blog-item .blog-item-date .month {
    font-family: 'Raleway',sans-serif}
.block-blog .blog-item-container .blog-item .blog-item-date .day {
    font-family: 'OpenSans',sans-serif;
    font-weight: 700}
.block-blog .blog-item-container .blog-item h1 {
    font-family: 'Roboto',sans-serif;
    margin: 0 0 20px;
    color: #fff}
.block-blog .blog-item-container .blog-item h1 span {
    color: #00afef;
    text-transform: uppercase}
.block-blog .blog-item-container .blog-item p {
    color: rgba(255,255,255,.7)}
.block-blog .blog-item-container .blog-item .read-more {
    color: #f7f7f7;
    text-transform: uppercase}
.block-blog .blog-item-container .blog-item .read-more:hover {
    color: #00afef}
.block-blog .blog-item-container:hover .blog-item {
    background-color: rgba(45,45,45,.9)}
.block-blog.item1 {
    background-image: url("bg-item1.jpg");
    background-size: cover;
    background-position: center center}
.block-blog.item2 {
    background-image: url("bg-item2.jpg");
    background-size: cover;
    background-position: center center}
.block-blog.item3 {
    background-image: url("bg-item3.jpg");
    background-size: cover;
    background-position: center center}
#section-featured {
    background-image: url("bg2.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
#section-fucts {
    background-image: url("bg1.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
.panel-group .panel-default {
    border: 0;
    margin-top: 0!important;
    background: 0;
    border-radius: 0;
    box-shadow: none}
.panel-group .panel-default .panel-collapse .panel-body {
    border: 1px solid rgba(45,45,45,.1);
    background-color: #fff;
    margin-bottom: 5px;
    color: rgba(45,45,45,.5)}
.panel-group .panel-heading {
    background: 0;
    border-radius: 0;
    padding: 0}
.panel-group .panel-body {
    border: 1px solid #554798;
    font-size: 14px;
    font-family: 'OpenSans',sans-serif}
.panel-group .panel-title {
    margin-bottom: 5px;
    border: 1px solid rgba(45,45,45,.1);
    background-color: rgba(247,247,247,.3);
    font-size: 18px;
    line-height: 24px;
    -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.collapsed {
    color: rgba(45,45,45,.7);
    font-family: 'Roboto',sans-serif;
    background: 0}
.panel-group .panel-title a.collapsed:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    color: #554798;
    background: 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}
.panel-group .panel-title a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 12px 10px 12px 50px;
    color: #00afef;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    background: 0}
.panel-group .panel-title a:before {
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    color: #554798;
    background: 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}
.panel-group .panel-title a:hover {
    text-decoration: none;
    background: #00afef;
    border-color: #00afef;
    color: #fff}
.panel-group .panel-title a:hover:before {
    color: #fff}
.panel-group .panel-title a:hover:after {
    color: #fff}
.panel-group .panel-title:hover {
    border-color: #00afef}
.newsletter .block-form form {
    margin: 20px 0;
    position: relative}
.newsletter .block-form form input {
    border: 1px solid #777;
    height: 40px;
    padding: 5px 10px;
    background: 0;
    color: #f7f7f7}
.newsletter .block-form form input:focus {
    outline-style: none;
    border-color: #00afef;
    box-shadow: none}
.newsletter .block-form form: : -webkit-input-placeholder {
    color: #aaa}
.newsletter .block-form form: -moz-placeholder {
    color: #aaa}
.newsletter .block-form form: : -moz-placeholder {
    color: #aaa}
.newsletter .block-form form: -ms-input-placeholder {
    color: #aaa}
.newsletter .block-form form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-left: 1px solid #777;
    height: 40px;
    width: 100px;
    background: 0;
    color: #f7f7f7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.newsletter .block-form form button:focus {
    outline-style: none;
    box-shadow: none}
.newsletter .block-form form button:hover {
    color: #fff;
    background-color: #00afef}
  
/* ==========================================================================
   Second page style
   ========================================================================== */
.second-page-header {
    position: relative;
    padding: 0px 0 0px}
.second-page-header .breadcrumb {
    float: right;
    padding: 15px 0}
.second-page-header h1,.second-page-header h2 {
      font-family: 'Roboto',sans-serif;
    float: left;    font-size: 25px;
    color: rgba(45,45,45,.7);
    line-height: 16px;
    font-weight: 200}
.second-page-header.bg-light {
    position: relative;
    border-top: 1px solid rgba(45,45,45,.1);
    border-bottom: 1px solid rgba(45,45,45,.1);
    background-color: #f7f7f7}
.second-page-header.center {
    text-align: center}
.second-page-header.center h1 {
    display: block;
    float: none;
    text-align: center}
.second-page-header.center .breadcrumb {
    float: none}
.second-page-header.bg-img-dark {
    background-image: url("bg-header.jpg");
    background-size: cover;
    background-position: center center}
.second-page-header.bg-img-dark .breadcrumb>li a {
    color: rgba(247,247,247,.9);
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 600}
.second-page-header.bg-img-dark .breadcrumb>li a:hover {
    color: #fff}
.second-page-header.bg-img-dark .breadcrumb>li:after {
    color: rgba(247,247,247,.7)}
.second-page-header.bg-img-dark .breadcrumb>li: last-child:after {
    margin-left: 0}
.second-page-header.bg-img-dark h1 {
    color: #f7f7f7}
/* ==========================================================================
   Footer style
   ========================================================================== */
.header-footer {
    position: relative}
.header-footer h3 {
    margin: 0 0 20px;
    color: rgba(247,247,247,.9);
    font-family: 'Roboto',sans-serif}
form {
    margin: 20px 0;
    position: relative}
form input {
    border: 1px solid rgba(247,247,247,.3);
    height: 40px;
    padding: 5px 10px;
    background: 0;
    color: #f7f7f7;
    border-radius: 3px}
form input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #00afef}
form .radio input,form .checkbox input {
    height: inherit}
form: : -webkit-input-placeholder {
    color: #aaa}
form: -moz-placeholder {
    color: #aaa}
form: : -moz-placeholder {
    color: #aaa}
form: -ms-input-placeholder {
    color: #aaa}
.light {
    border-top: 4px solid #00afef}
.light .footer-information {
    background: rgba(255,255,255,.92)}
.light .footer-information p {
    color: rgba(45,45,45,.9)}
.light .footer-information a {
    color:rgba(45,45,45,.7);}
.light .footer-information a:hover {
    color: #00afef}
.light .footer-information .footer-categories li {
    color: rgba(45,45,45,.7)}
.light .footer-information form textarea,.light .footer-information form input {
    background-color: rgba(255,255,255,.5);
    color: #2d2d2d;
    border: 1px solid rgba(45,45,45,.3)}
.light .footer-information form: : -webkit-input-placeholder {
    color: rgba(45,45,45,.5)}
.light .footer-information form: -moz-placeholder {
    color: rgba(45,45,45,.5)}
.light .footer-information form: : -moz-placeholder {
    color: rgba(45,45,45,.5)}
.light .footer-information form: -ms-input-placeholder {
    color: rgba(45,45,45,.5)}
.light .footer-information .header-footer h3 {
    color: rgba(45,45,45,.9);
    font-family: 'Roboto',sans-serif}
.footer-information {
    padding: 30px 0 0;
    background: rgba(48,48,48,.92);
    font-size: 14px}
.footer-information p {
    color: rgba(255,255,255,.3);
    line-height: 12px}
.footer-information a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
    font-size: 14px}
.footer-information a:hover {
    color: #fff}
.footer-information .footer-categories {
    margin: 0;
    list-style-type: none}
.footer-information .footer-categories li {
    list-style-type: none;
    color: rgba(255,255,255,.3);
    line-height: 30px}
.footer-information form {
    margin: 0;
    position: relative}
.footer-information form textarea,.footer-information form input {
    background-color: rgba(45,45,45,.5);
    padding: 5px 10px;
    color: #f7f7f7;
    margin-bottom: 20px;
    height: 40px;
    border: 1px solid rgba(247,247,247,.3);
    width: 100%}
.footer-information form textarea:focus,.footer-information form input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #00afef}
.footer-information form textarea {
    height: 80px}
.footer-information form: : -webkit-input-placeholder {
    color: rgba(255,255,255,.5)}
.footer-information form: -moz-placeholder {
    color: rgba(255,255,255,.5)}
.footer-information form: : -moz-placeholder {
    color: rgba(255,255,255,.5)}
.footer-information form: -ms-input-placeholder {
    color: rgba(255,255,255,.5)}
.footer-copy {
    padding: 15px 0 5px;
    background-color: #2d2d2d}
.socials {
    text-align: left}
.socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 10px 10px 10px 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 rgba(247,247,247,.3);
    font-size: 20px}
.socials a:hover {
    background-color: #00afef;
    color: rgba(247,247,247,.7);
    border-color: #00afef}
.footer-payments {
    list-style: none;
    padding: 10px 0 0 0}
.footer-payments li {
    display: inline-block;
    margin: 5px 4px 8px;
    float: inherit}
.section-ad-service {
    background-image: url("bg1.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
.block-fashion {
    position: relative;
    background-image: url("bg5.jpg");
    background-size: cover;
    background-position: bottom center}
.service-block {
    background-image: url("bg-newsletter.jpg");
    background-size: cover;
    background-position: center center}
.hexagon-service {
    background-image: url("bg7.jpg");
    background-size: cover;
    background-position: center center}
body.login {
    background-image: url("bg-login.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
.block-chess-banners {
    background-image: url("bg2.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
.block-feature2 {
    position: relative;
    background-image: url("bg-login.jpg");
    background-size: cover;
    background-position: center center}
.block-feature1 {
    position: relative;
    background-image: url("bg3.jpg");
    background-size: cover;
    background-position: center center}
#feature-section {
    background-image: url("bg6.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
#sale-section {
    background-image: url("bg5.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
.partners {
    background-image: url("bg-part.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
.feature-block {
    background-color: rgba(0,0,0,.9)}
#footer-block {
    background-image: url("bg4.jpg");
    background-size: cover;
    background-position: center center}
.menu-inner {
    padding-top: 50px}
.menu-inner.col-1 {
    background: url("menu3.jpg") no-repeat top right}
.menu-inner.col-2 {
    background: url("menu2.jpg") no-repeat top right}
.menu-inner.col-3 {
    background: url("menu1.jpg") no-repeat top right}
.menu-inner.col-4 {
    background: url("menu4.jpg") no-repeat top right}
.home-demo {
    position: relative;
    height: 420px;
    overflow: hidden}
.home-demo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease}
.home-demo:hover a img.v1 {
    top: -175px}
.home-demo:hover a img.v2 {
    top: -104px}
.home-demo:hover a img.v3 {
    top: -160px}
.home-demo:hover a img.v4 {
    top: 0}
.home-demo:hover a img.v5 {
    top: -208px}