@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
   ========================================================================== */
@font-face {
	font-family: 'pd';
	src: url('../fonts-ar/Helvetica.eot');
	src: url('../fonts-ar/Helvetica.eot?#iefix') format('embedded-opentype'), url('../fonts-ar/Helvetica.woff') format('woff'), url('../fonts-ar/Helvetica.ttf') format('truetype'), url('../fonts-ar/Helvetica.svg#Helvetica') format('svg');
	font-weight: normal;
	font-style: normal;
}

    .raleway {
    font-family: 'Raleway',sans-serif}
.border-box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway.eot');
    src: url('fonts/Raleway.eot?#iefix') format('embedded-opentype'),url('fonts/Raleway.woff') format('woff'),url('fonts/Raleway.ttf') format('truetype'),url('fonts/Raleway.svg#Raleway') format('svg');
    font-weight: 400;
    font-style: normal}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/opensans-regular-webfont.woff') format('woff'),url('fonts/opensans-regular-webfont.ttf') format('truetype'),url('fonts/opensans-regular-webfont.svg#opensans-regular-webfont') format('svg');
    font-weight: 400;
    font-style: normal}
.opensans {
    font-family: 'OpenSans',sans-serif}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/robotocondensed-regular.eot');
    src: url('fonts/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),url('fonts/robotocondensed-regular.woff') format('woff'),url('fonts/robotocondensed-regular.ttf') format('truetype'),url('fonts/robotocondensed-regular.svg#robotocondensed-regular') format('svg');
    font-weight: 400;
    font-style: normal}
.roboto {
    font-family: 'Roboto',sans-serif}
	
	/* ==========================================================================
   Block background style
   ========================================================================== */

	/* ==========================================================================
   Content color style
   =====================price============================================== */
   
   .price-table:hover{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-transform:perspective(200px) rotateY(3deg);-moz-transform:perspective(200px) rotateY(3deg);-ms-transform:perspective(200px) rotateY(3deg);-o-transform:perspective(200px) rotateY(3deg);transform:perspective(200px) rotateY(3deg)}
.price-table{background:none repeat scroll 0 0 #F9F9F9;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;float:left;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;-webkit-box-shadow:0 0px 40px #535353;-moz-box-shadow:0 0px 40px #535353;-ms-box-shadow:0 0px 40px #535353;-o-box-shadow:0 0px 40px #535353;box-shadow:0 0px 40px #535353;width:100%;margin-left:2px;margin-right:2px;margin-bottom:30px}
.price-table >ul{float:left;margin:0;padding:0;width:100%}
.price-table >ul >li{float:left;list-style:none outside none;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;width:100%}
.price-head{background:none repeat scroll 0 0 #A075BD;-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-ms-border-radius:6px 6px 0 0;-o-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;position:relative}
.price-table:hover .price-head{background:none repeat scroll 0 0 #169fe6;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}
.price-head >h2{color:#FFFFFF;float:left;font-family:Noto Sans;font-size:35px;font-weight:bold;letter-spacing:0.3px;line-height:27px;margin:0;padding:45px 0;text-align:center;width:100%}
.price-head >span{color:#FFFFFF;float:left;font-family:open sans;font-size:22px;letter-spacing:0.1px;line-height:17px;margin-bottom:13px;margin-left:40px;text-align:left;width:100%}
.price-head >i{background:none repeat scroll 0 0 #F9F9F9;-webkit-border-radius:33px;-moz-border-radius:33px;-ms-border-radius:33px;-o-border-radius:33px;border-radius:33px;bottom:-49px;color:#646464;font-family:Noto Sans;font-size:28px;font-style:normal;font-weight:600;height:100px;line-height:28px;padding:14px;position:absolute;right:10px;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}
.price-table:hover .price-head >i{color:#169fe6}
.price-features >i{color:#646464;float:left;font-size:19px;margin-right:35px}
.price-features >p{color:#646464;float:left;font-family:open sans;font-size:17px;letter-spacing:0.3px;line-height:17px;margin:0}
.price-features{border-bottom:1px solid #E2E2E2;border-top:1px solid #FFFFFF;margin-left:10%;padding:8px 0;position:relative;width:80% !important;z-index:9999999}
.price-table:hover .price-footer{background:none repeat scroll 0 0 #169fe6;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0}
.price-footer{background:none repeat scroll 0 0 #836888;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;-ms-border-radius:0 0 6px 6px;-o-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;border-top:1px solid #EDEDED;height:60px;margin-top:35px;position:relative;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}
.price-footer >a{background:none repeat scroll 0 0 #F9F9F9;border:1px solid #CBCBCB;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#836888;font-size:35px;height:100px;left:50%;line-height:100px;margin-left:-50px;margin-top:-25px;position:absolute;text-align:center;width:100px;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}
.price-table:hover .price-footer >a{-webkit-box-shadow:0 0 25px rgba(233,77,61,0.2) inset;-moz-box-shadow:0 0 25px rgba(233,77,61,0.2) inset;-ms-box-shadow:0 0 25px rgba(233,77,61,0.2) inset;-o-box-shadow:0 0 25px rgba(233,77,61,0.2) inset;box-shadow:0 0 25px rgba(233,77,61,0.2) inset;color:#169fe6}
.price-table.small .price-head >span{font-size:16px}
.price-table.small .price-head >h2{padding:30px 0;text-shadow:1px 1px 1px #666666}
.price-table.small .price-head >i{bottom:-56px;font-size:18px;padding:10px}
.price-table.small .price-features >i{margin-right:15px}
.price-table.small .price-features >p{font-size:12px}

.title_pages_hd{color:#D5D5D5;text-align:left;font-family:open sans;font-size:30px;padding-bottom:30px;text-shadow:1px 1px 1px #252525}
.title_pages_hd >samp{color:#6FD8FA;text-align:left;font-family:open sans;font-size:20px;padding-bottom:30px;text-shadow:1px 1px 1px #252525}
  /*-------------------------------------------------------*/
body {
    font-family: "OpenSans";
    font-size: 14px}
.boxed {
    max-width: 1170px;
    margin: auto}
h1,h2,h3,h4,h5,h6,h7 {
    font-family: 'Raleway',sans-serif;
    font-weight: 400;}
.no-pad {
    padding: 0}
.no-margin {
    margin: 0}
a {color: #333333;
    text-decoration: none;
    -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 {color: #000;}
p {
    line-height: 26px;
    font-family: "OpenSans"}
.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}
.block3 {
    padding: 0px 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;}
.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 {
    font-family: 'Raleway',sans-serif}
.btn-home {
    padding: 15px 20px;
    text-transform: uppercase;}
.btn-home:hover {
    text-decoration: none;}
a.btn-read {
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 10px auto 20px;
    display: inline-block}
a.btn-read:hover {
    text-decoration: none;}
.read-more {
    text-decoration: none}
.read-more:hover {
    text-decoration: none}
.read-more.light {
    text-decoration: none}
.read-more.light:hover {
    text-decoration: none}
blockquote p,.block-form blockquote p {
    font-size: 16px}
.form-control {
    border-radius: 0}
.form-control:focus {
    outline-style: none;
    box-shadow: none}
.relative {position: relative}
.text-error {font-size: 18px;}
.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)}



.mmneu456{list-style: none;padding: 0 10px;}

    
	/* ==========================================================================
   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: #d05165}
.header.light .header-top-row .login i {
    color: #d05165}
.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: #d05165;
    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: #d05165}
.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: #d05165;
    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: #d05165}
.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: #d05165;
    color: #fff}
.header.light .header-top-row #currency .currency-title:hover i {
    color: #f7f7f7}
.header.light .header-top-row #currency .currency-title i {
    color: #d05165}
.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: #d05165;
    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: #d05165;
    color: #fff}
.header.light .header-top-row #lang .lang-title:hover i {
    color: #f7f7f7}
.header.light .header-top-row #lang .lang-title i {
    color: #d05165}
.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: #d05165;
    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: #2d2d2d}
.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: #2d2d2d}
.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: #2d2d2d}
.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,.1);
    color: #202020}
.header.light .header-main .top-search-form form input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #d05165}
.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: #d05165}
.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: #d05165}
header {
    position: relative}
.header {
    position: absolute;
    z-index: 50;
    display: block;
    top: 0;
    left: 0;
    right: 0}
.header .container {
    position: relative}
.header .header-top-row {
    width: 100%;
    position: relative;}
.header .header-top-row .login {
    margin: 0}
    
    
    
.header .v-line {
    width: 0;
    height: 30px;
    float: right}
.header .top-welcome p {
    line-height: 40px;
    font-family: 'Roboto',sans-serif;
    margin: 0;
    font-size: 13px;
    text-align: left}
.header .login {
    line-height: 40px;
    text-align: right;
    margin: 5px 0;
    font-size: 13px;
    font-family: 'Roboto',sans-serif}
.header .login a {
    text-decoration: none}
.header .login i {
    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;
    -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 {
    text-decoration: none}
.header #account-menu .account-menu-item {
    display: hidden;
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    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;
    text-align: left;
    text-indent: 7px;
    width: 110px;}
.header #account-menu .account-menu-item a:hover {
    text-decoration: none}
.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;
    -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 {
    text-decoration: none}
.header #currency .currency-item {
    display: hidden;
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    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;
    text-align: left;
    text-indent: 15px;
    width: 80px;}
.header #currency .currency-item a:hover {
    text-decoration: none}
.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;
    -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 {
    text-decoration: none}

.header #lang .lang-item {
    display: hidden;
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    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;
    text-align: left;
    text-indent: 15px;
    width: 100px;}
.header #lang .lang-item a:hover {text-decoration: none}
.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 {height: 100px;}
.header .header-main .header-main-block1.with-menu .navbar-main {
    background: 0;padding-top: 18px;}
.header .header-main .header-main-block1.with-menu .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0}

.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 {
    width: 30%;
    float: right;
    border: 0;
    height: 40px;
    padding: 0 10px;
    outline: 0;
    box-shadow: none}
.header .header-main .top-search-form form input:focus {
    outline-style: none;
    box-shadow: none;}
.header .header-main .top-search-form form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 40px;
    width: 40px;
    -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 #container-fixed {
    height: 50px;
    -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;
    border: 0}
.header .header-main-fixed {height: 50px;}
.header .header-main-fixed #container-fixed {
    margin: 0}
.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("../img/bg/bg-header.jpg");
    background-size: cover;
    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;}
.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-top: 10px;
    margin-left: 15px}
.navbar-main .top-icon-block>a {
    font-size: 14px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block}
.navbar-main .top-icon-block .mini-card-icon {
    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;
    border-radius: 20px}

.navbar-main .top-icon-block .shopping-cart-content {
    width: 250px;
    padding: 8px;
    margin: 0;
    border-radius: 0;
    font-size: 12px;
    z-index: 9999;}
.navbar-main .top-icon-block .shopping-cart-content .item {
    width: 232px;
    height: 70px;
    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;
    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: 60px;
    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;
    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 .total {
    width: 100%;}
.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: 10px 0px;
    margin: 0;
    text-align: center;
    width: 50%;}
.navbar-main .nav>.dropdown>a {
    padding: 15px 20px 15px 15px}
.navbar-main .nav>li>a {
    padding: 15px 15px;
    font-family: 'OpenSans',sans-serif;
    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;
    font-size: 10px;
    line-height: 8px;
    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-left: 5px solid transparent;
    left: 5px;
    bottom: -5px;
    z-index: 1}
.navbar-main .dropdown-menu {
    padding: 0;
    border-radius: 0;}
.navbar-main .dropdown-menu li>a {
    padding: 0 15px;
    white-space: nowrap;
    min-height: 32px;
    line-height: 34px;
    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: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 {
    padding: 0 12px 0 18px;}
.navbar-main .nav.navbar-right .dropdown-menu {
    right: 15px}
.navbar-main a.navbar-brand {
    padding: 0;
    margin-top: -15px;
    height: 30px}
.navbar-main a.navbar-brand i {
    display: inline-block;
    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 {
    border-radius: 0;
    margin-right: 0}
.navbar-main .navbar-collapse {
    margin-top: 10px;}


.yamm-content ul>li {
    min-height: 34px;
    line-height: 34px}
.yamm-content ul>li i {
    width: 17px}
.yamm-content .banner {
    margin: 0}
.full-screen-block {
    position: relative;
    overflow: hidden;
    background-image: url("../img/bg/bg5.jpg");
    background-size: cover;
    background-position: center center}
.full-screen-block .bg-dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    text-align: center;
    font-family: 'Roboto',sans-serif}
.full-screen-block .fade-ticker .big-text .head-title span {
    text-transform: uppercase;
    font-weight: 700}
.block-op50 { padding: 30px 30px 0 30px}









/*******************************************************************************************************
										Preview	Menu				
********************************************************************************************************/
.main-nav > ul > li .sub-menu > li.menu-item-preview {
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview:hover > .preview-image {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a > img {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 5s ease-in-out 0s;
  -webkit-transition: all 5s ease-in-out 0s;
  width: 100%;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a:hover > img {
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
/*Begin Header On Top*/
.header-ontop {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.header-ontop.fixed-ontop {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  visibility: visible;
  width: 100%;
  z-index: 999!important;
  padding: 15px 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed!important;
  top: 0;
}
/*End Header On Top*/
/*Begin Main Nav*/
.main-nav {
  position: relative;
  z-index: 100;
}
.main-nav > ul {
  font-size: 0;
  list-style: outside none none;
  padding: 0;
  margin: 0;
  position: relative;
}
.main-nav > ul > li {
  display: inline-block;
  font-size: 14px;
}
.main-nav > ul > li > a {
  display: block;
  position: relative;
  padding: 15px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.main-nav li.menu-item-has-children {
  position: relative;
}
.main-nav li.menu-item-has-children:hover > .sub-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.main-nav li.has-mega-menu:hover > .mega-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.main-nav .sub-menu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  list-style: outside none none;
  margin: 30px 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  text-align: left;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.main-nav > ul > li .sub-menu > li {
  padding: 0 20px;
}
.main-nav > ul > li .sub-menu > li > a {
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 10px 0;
  position: relative;
  text-transform: capitalize;
}
.main-nav > ul > li .sub-menu > li:first-child > a {
  border: none;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a {
  padding-right: 10px;
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a::after {
   content: "\f105";
  font-family: "fontAwesome";
  position: absolute;
  right: 0;
  top: 11px;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0;
}
.mega-menu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  margin-top: 30px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 985px;
  z-index: 99;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.main-nav > ul > li.has-mega-menu:hover .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
/*End Main Nav*/
/*Begin Toggle Mobile Menu*/
.main-nav .toggle-mobile-menu {
  display: none;
  height: 30px;
  width: 30px;
  position: relative;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.main-nav .toggle-mobile-menu span {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 50%;
  background: #fff;
}
.main-nav .toggle-mobile-menu::before,
.main-nav .toggle-mobile-menu::after {
  content: '';
  position: absolute;
  top: 0;
  height: 4px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #fff;
}
.main-nav .toggle-mobile-menu::before {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.main-nav .toggle-mobile-menu::after {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.main-nav.active .toggle-mobile-menu::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.main-nav.active .toggle-mobile-menu::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.main-nav.active .toggle-mobile-menu span {
  display: none;
}
/*End Toggle Mobile Menu*/

.only767 {display: none;}
/*Begin Menu Responsive*/
@media (max-width: 767px) {
  .main-nav .menu-item-has-children .sub-menu li > a {
    border-bottom: none;
  }
  
  .noomob {display: none!important;}
  .only767 {display: block;}
  
  .mega-menu {
    display: none;
  }
  .main-nav .toggle-mobile-menu {
    display: block;
  }
  .main-nav .sub-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    display: none;
    margin: 0!important;
    opacity: 1!important;
    visibility: visible!important;
    position: static!important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1) !important;
  }
  .main-nav > ul > li > a::before {
    display: none!important;
  }
  .main-nav > ul > li > a {
    color: #333!important;
    font-weight: 400!important;
  }
  .main-nav {
    position: relative;
    z-index: 9999;
    margin: 0;
  }
  .main-nav > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 290px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
  }
  .main-nav.active > ul {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
  }
  .main-nav > ul > li {
    display: block;
    margin: 0 15px !important;
    padding: 0!important;
  }
  .main-nav .sub-menu li a::before {
    display: none;
  }
  .main-nav > ul li > a {
    border-top: 1px solid #e5e5e5;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0!important;
  }
  .main-nav > ul li:first-child > a {
    border: medium none;
  }
  .main-nav .sub-menu > li {
    padding: 0px!important;
    margin: 0 15px;
  }
  .main-nav > ul li.menu-item-has-children .menu-item-has-children > a::after {
    right: 0;
    top: 0;
  }
  .main-nav > ul > li.menu-item-has-children > a::after {
    position: absolute;
    right: 0!important;
    top: 13px;
    content: "\f107";
    font-family: fontawesome;
  }
  .main-nav > ul > li .sub-menu::after {
    display: none;
  }
  .main-nav > ul > li .sub-menu {
    display: none;
    width: 100%;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
    left: 0;
    top: 100%;
    padding: 0;
  }
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a::after {
    content: "o ";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 0;
  }
  .main-nav > ul > li.has-mega-menu > a::after {
    display: none!important;
  }
  .menu-item-preview .preview-image {
    display: none;
  }
}
/*End Menu Responsive*/







/* ==========================================================================
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 .product-card-icon {
    font-size: 19px;
    text-align: center;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    top: 0;
    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;}
.product:hover .product-compare {
    opacity: 1}
.product:hover .product-wishlist {
    opacity: 1}
.product:hover .quick-view {
    opacity: 1}
.product .product-cart {
    position: absolute;
    font-size: 19px;
    text-align: center;
    display: block;
    -webkit-backface-visibility: hidden;
    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: 10px;
    bottom: 10px}
.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;
    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;
    display: block;
    -webkit-backface-visibility: hidden;
    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: 15px;
    bottom: 20px}
.product .product-wishlist {
    position: absolute;
    font-size: 18px;
    text-align: center;
    display: block;
    -webkit-backface-visibility: hidden;
    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;
    bottom: 20px}
    
.product .product-img {
    position: absolute;
    font-size: 18px;
    text-align: center;
    display: block;
    -webkit-backface-visibility: hidden;
    border-radius: 60px;
    width: 60px;
    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: 101px;
    bottom: 20px}

.product .product-caption {
    text-align: center;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px}
    
    
    
    
.product .product-caption .product-name {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    padding: 10px 0 5px;
    display: block;
    text-decoration: none;}

.product .product-caption .product-price {
    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 {
    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;}
.product .product-rating .stars span.star:hover:before,.product .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";}
.product .product-rating .review {
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.product .description {
    font-size: 14px;}
.product-new {
    position: absolute;
    font-size: 13px;
    z-index: 5;
    height: 26px;
    text-align: center;
    line-height: 24px;
    right: 0;
    top: 0;
    padding: 0 5px;
    -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-left: 0t;
    left: -8px;
    top: 0;
    z-index: 1}
.quick-view {
    position: absolute;
    font-size: 19px;
    text-align: center;
    display: block;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    width: 70px;
    height: 70px;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    left: 34%;
    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.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:hover .view-details {
    opacity: 1}
        
    .view-details {
    position: absolute;
    font-size: 19px;
    text-align: center;
    display: block;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    width: 70px;
    height: 70px;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    left: 66%;
    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}






.view-details.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;
    left: 0;
    top: 0px;
    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-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: 10px;
    bottom: 25px}
.figure-hover-overlay.rentengle .product-compare {
    bottom: 30px}
.figure-hover-overlay.rentengle .product-wishlist {
    bottom: 30px}
.figure-hover-overlay {
    position: relative;
    overflow: hidden}
.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;
    -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: #d05165;
    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("../img/bg/bg1.jpg");
    background-size: cover;
    background-position: center center}
.block-big-product {
    position: relative;
    background-image: url("../img/bg/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: #d05165}
.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: #d05165}
.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: #d05165}
.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: #d05165}
.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: #d05165;
    background-color: #d05165;
    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: #d05165;
    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: #d05165;
    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 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: #d05165}
.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: #d05165;
    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: #d05165;
    color: #fff;
    border-color: #d05165}
.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 {
    text-decoration: none;
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 600}
.breadcrumb>li:after {
    margin-left: 10px;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 12px;}
.breadcrumb>li+li:before {
    content: "";
    padding: 0}
.breadcrumb>li: last-child:after {
    content: ""}
.breadcrumb>.active {
    font-family: 'Raleway',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: #d05165;
    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: #d05165;
    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: #d05165}
.tool_tip {
    color: #d05165}
.tool_tip:hover {
    color: #d05165}
.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-light2 {
    position: relative;
    margin-bottom: 0px}
.header-for-light2 h1,.header-for-light2 h2,.header-for-light2 h3 {
    text-align: left;
    margin: 0;
    line-height: 40px;
    font-family: 'Roboto',sans-serif;
    display: inline-block}      

.header-for-light22 {
    text-align: left;
    margin: 0;
    width: 100%;
    line-height: 30px;
    font-family: 'Roboto',sans-serif;
    display: inline-block}  
    
    
.header-for-light h1 span,.header-for-light h2 span,.header-for-light h3 span {
    text-transform: uppercase}
.header-for-light p {
    margin: 10px 0}
.header-for-light .header-bottom-line {
    display: block;
    height: 1px;
    width: 40px;
    margin: 0 auto;
    margin: 0}
.header-for-light .see-all {
    display: inline-block;
    float: right;
    line-height: 38px;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    padding: 0 15px;
    margin-top: 10px;
    text-decoration: none;}

.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;
    z-index: 5;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
    text-align: center}


.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;}
.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;
    display: inline-block;
    font-family: 'Roboto',sans-serif}
.header-for-black h1 span,.header-for-black h2 span,.header-for-black h3 span {
    text-transform: uppercase}
.header-for-black p {
    margin: 10px 0}
.header-for-black .header-bottom-line {
    display: block;
    height: 1px;
    width: 40px;
    margin: 0 auto;}
.header-for-black .see-all {
    display: inline-block;
    float: right;
    line-height: 38px;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    padding: 0 15px;
    text-decoration: none;}

.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;
    z-index: 5;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
    text-align: center}
.toolbar-for-black a i {
    line-height: 40px;
    padding: 0 3px;
    font-size: 18px}
.article-header {
    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: #d05165}
.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;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    margin-top: -40px;
    width: 100%;
    z-index: 2;
    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: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: 130px;
    line-height: 60px;
    top: 30%;
    left: 0;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    font-size: 25px;
    margin-top: -40px;
    width: 100%;
    z-index: 2;
    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}
.bnnrss1 {display: block;line-height: 30px;font-size: 16px;}

.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: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}
.catalog a.list-group-item.active,.catalog a.list-group-item.active:hover,.catalog a.list-group-item.active:focus {
    background-color: #d05165;
    border-color: #d05165}
.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: #d05165}
.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;
    text-transform: uppercase;
    font-size: 16px;
    border-color: rgba(45,45,45,.1)}
.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: #d05165;
    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: 'Raleway',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: #d05165}
.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 #d05165}
.hi-icon-color .hi-icon:after {
    background: #d05165}
.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: #d05165}
.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: #d05165}
.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: #d05165}
.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: #d05165}
.fashion-feature {
    background-image: url("../img/bg/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("../img/bg/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: #d05165}
.tags {
    font-size: 0}
.tags li {
    display: inline-block;
    margin: 3px}
    
.tags li a {
    display: block;
    padding: 0 10px;
    line-height: 38px;
    font-size: 14px;
    text-decoration: none;}
.tags li a:hover {text-decoration: none;}
.home-block {
    padding-top: 60px}
.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: #d05165}
.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: #d05165;
    -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: #d05165}
.block-side-category .ul-side-category li a:hover i {
    background: #d05165;
    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: #d05165}
.hexagon:hover:before {
    border-bottom: 50px solid #d05165}
.hexagon:hover:after {
    border-top: 50px solid #d05165}
.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: #d05165;
    border: 1px solid #d05165;
    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;}
.partner {
    text-align: center;
    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}
.second-page-container {
    padding-top: 190px}
.google-map {
    height: 400px}
.google-map .google-map-frame {
    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;}
.block-form h3 i {
    font-size: 20px;
    margin-right: 10px}
.block-form p {line-height: 15px;}
    
    
    
.block-form textarea.form-control {
    height: 100px;
    border-radius: 3px}
.block-form label {
    margin: 10px 0 0;
    font-family: 'Raleway',sans-serif;
    font-weight: 400}
.block-form .form-control {
    margin: 10px 0;
    height: 40px;
    border-radius: 0}
.block-form .form-control:focus {
    outline-style: none;
    box-shadow: none}
    
    
.box-border {
    padding: 20px 15px;
    margin-bottom: 30px}
.btn-default.dark {
    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;}
.btn-default.dark:focus {
    text-decoration: none}
.btn-default {
    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;}
.btn-default:focus {
    text-decoration: none}
.btn-default.active {
    background-color: transparent}
    

/* ==========================================================================
Page Shopping cart
========================================================================== */
.block-order-total ul {
    font-family: 'tahoma',sans-serif}
.block-order-total ul li {
    line-height: 40px}
.block-order-total ul li strong {
    float: right}
.cart-table.compare .card_product_image {
    background: 0}
.cart-table.compare .card_product_image img {
    width: 100%}
.cart-table.compare .product-price {
    font-size: 15px;
    font-family: 'Roboto',sans-serif}
thead>tr>th {
    font-family: 'Roboto',sans-serif;}
.cart-table {
    min-width: 260px;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden}
.cart-table .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative}
.cart-table .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: center}
.cart-table .product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block}
.cart-table .product-rating .stars span.star.active:before {
    content: "\f005"}
.cart-table .product-rating .stars span.star:hover {
    cursor: pointer}
.cart-table .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;}
.cart-table .product-rating .stars span.star:hover:before,.cart-table .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";}
.cart-table .product-rating .review {
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.cart-table a {
    text-decoration: none;}
.cart-table th {
    display: none;
    font-family: 'Roboto',sans-serif}
.cart-table thead>tr>th {
    font-family: 'Roboto',sans-serif;}
.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;
    padding-right: 5px;
    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 .card_product_image {
    border-radius: 3px}
.cart-table .card_product_image img {
    width: 120px}
.cart-table .card_product_quantity input {
    width: 50px;
    padding: 8px 0 8px 15px}

	
/* ==========================================================================
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;
    margin-right: 2px;
    margin-left: 2px;
    font-family: 'Roboto',sans-serif;
    padding-bottom: 15px}
.nav-pills>li>a .alt-tabs-icon {
    display: block}
.nav-pills>li>a .alt-tabs-icon i {
    font-size: 48px;
    line-height: 36px;
    display: inline-block;
    margin-bottom: 10px}
.nav-pills>li>a:hover,.nav-pills>li>a:focus {
    background: 0;
    box-shadow: none}
.nav-pills>li>a:hover:after,.nav-pills>li>a:focus:after {
    width: 40px;
    margin-left: -20px}
.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    background: 0;}
.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;
    padding: 7px 20px;}
.tab-horizantal>li>a i {
    display: block;
    font-size: 48px;
    line-height: 36px;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 80px}
.tab-horizantal>li>a:hover,.tab-horizantal>li>a:focus {
    background: 0;
    box-shadow: none}
.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;}
.post-blog .post-blog-img .post-date {
    position: absolute;
    width: 50px;
    top: 0;
    left: 0;
    overflow: hidden;}
.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: 4px 0;}
.post-blog .post-title {
    line-height: 17px;
    font-size: 18px;
    height: 25px;
    margin: 20px 0 10px 0;
    display: block;
    text-decoration: none;
    font-family: 'Roboto',sans-serif}
.post-blog p {
    font-size: 14px;
    line-height: 22px}
.post-blog .post-icons {
    display: block}
.post-blog .post-icons .smlinks {
    float: right;
    display: inline-block;
    font-size: 12px;
    padding: 3px 5px 2px;
    margin-left: 5px;
    margin-top: 5px;
    text-decoration: none}
.media-heading {
    font-size: 18px;
    margin-bottom: 10px}
.media-list img {
    border-radius: 3px}
.time-right {
    float: right;
    padding: 5px 20px;
    font-size: 13px;}
.btn-right-post {
    padding: 3px 20px;
    float: right;
    font-size: 12px;
    font-family: 'OpenSans',sans-serif}
.btn-right-post:hover {text-decoration: none;}
/* ==========================================================================
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: #d05165;
    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: #d05165}
.block-products-modes .product-view-mode .active {
    color: #d05165}
.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: #d05165;
    color: #fff;
    background-color: #d05165}
.block-pagination ul>.active>a:hover,.block-pagination ul>.active>span:hover {
    background: #d05165;
    border-color: #d05165}
.block-pagination ul>li>a:focus,.block-pagination ul>li>a:hover {
    border-color: #d05165;
    background: #d05165;
    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 h3 {
    margin: 0;
    font-family: 'Roboto',sans-serif}
.modal-header button.close {
    background: 0;
    opacity: 1}
.modal-footer {
    margin-top: 0}
.product-image {
    overflow: hidden;
    position: relative}
#product-zoom {
    width: 100%}
#gal1 {
    float: left;
    position: absolute;
    top: 0;
    z-index: 10}
#gal1 a {
    text-decoration: none;
    display: block}
.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;}
#review .product-rating .stars span.star:hover:before,#review .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";}
#review .product-rating .review {
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none}
.input-group-addon {
    border-radius: 0}
.product-detail-section .header-for-light {
    margin: 0 0 10px}
.product-detail-section .clearfix {
    padding: 5px 0 5px;}

.product-detail-section label {
    width: 120px;}
.product-detail-section .product-information .form-control {
    max-width: 120px;}
.product-detail-section .product-information .form-control:focus {
    outline-style: none;
    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;
    border-radius: 0;
    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 button {
    display: inline-block;
    width: 40px;
    border-radius: 0;
    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;
    border: 0;
    text-align: center}
.product-detail-section .product-information .product-icons .product-icon .product-card-icon {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    top: 0;
    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}
.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;
    text-align: center;
    min-width: 120px}
.product-detail-section .product-information .block-detail p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;}
.product-detail-section .product-information .block-detail .colors li {
    float: none;
    margin: 0}
.product-detail-section .product-price {
    font-size: 18px;
    margin: 0;
    font-family: 'OpenSans',sans-serif;
    font-weight: 700}
.product-detail-section .product-price span {
    font-size: 12px;
    text-decoration: line-through}
.product-detail-section a {
    text-decoration: none;}
.product-detail-section h4 {
    margin: 0 0 10px;
    font-family: 'Roboto',sans-serif}
.product-detail-section h3 {
    margin: 0 0 10px;}
.product-detail-section h1 {
    margin: 0 0 10px;
    font-size: 18px;
}
.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;}
.product-detail-section .product-rating .stars span.star:hover:before,.product-detail-section .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";}
.product-detail-section .description {
    font-size: 14px;}
#MyContactForm label {
    cursor: text;
    display: block;
    margin: 0 0;
    position: relative;
    top: 0;
    width: 100%}
#form-wrapper #MyContactForm .error {
    bottom: 20px;
    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 {
    color: rgba(208,81,101,.5);}
/* ==========================================================================
   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;
    line-height: 100px;
    font-size: 50px;
    z-index: 20;
    text-align: center}
.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 #d05165;
    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 #d05165;
    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: #d05165;
    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: #d05165}
.block-blog .blog-item-container:hover .blog-item {
    background-color: rgba(45,45,45,.9)}
.block-blog.item1 {
    background-image: url("../img/bg/bg-item1.jpg");
    background-size: cover;
    background-position: center center}
.block-blog.item2 {
    background-image: url("../img/bg/bg-item2.jpg");
    background-size: cover;
    background-position: center center}
.block-blog.item3 {
    background-image: url("../img/bg/bg-item3.jpg");
    background-size: cover;
    background-position: center center}
#section-featured {
    background-image: url("../img/bg/bg2.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
#section-fucts {
    background-image: url("../img/bg/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;
    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;}
.panel-group .panel-title a:hover:before {
    color: #fff}
.panel-group .panel-title a:hover:after {
    color: #fff}
.newsletter .block-form form {
    margin: 20px 0;
    position: relative}
.newsletter .block-form form input {
    height: 40px;
    padding: 5px 10px;
    background: 0;}
.newsletter .block-form form input:focus {
    outline-style: none;
    box-shadow: none}

.newsletter .block-form form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 40px;
    width: 100px;
    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}
.newsletter .block-form form button:focus {
    outline-style: none;
    box-shadow: none}
	
/* ==========================================================================
   Second page style
   ========================================================================== */
.second-page-header {
    position: relative;
    padding: 30px 0 30px}
.second-page-header .breadcrumb {
    float: left;
    padding: 15px 0}
.second-page-header h1,.second-page-header h2 {
    margin: 0 0 10px;
    font-family: 'Roboto',sans-serif;
    float: left;
    line-height: 40px;
    font-weight: 200}
.second-page-header.bg-light {
    position: relative;}
.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: left}
.second-page-header.bg-img-dark {
    background-size: cover;
    background-position: center center}
.second-page-header.bg-img-dark .breadcrumb>li a {
    text-decoration: none;
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 600}
.second-page-header.bg-img-dark .breadcrumb>li: last-child:after {
    margin-left: 0}
/* ==========================================================================
   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: 1px 0;
    position: relative}
form input {
        border: 1px solid rgb(245, 210, 146);
    height: 40px;
    padding: 5px 10px;
    background: 0;
    color: #040404;
    border-radius: 3px;
    background-color: #fff;}
form input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #d05165}
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 #d05165}
.light .footer-information {
    background: rgba(255,255,255,.92)}
.light .footer-information p {
    color: rgba(45,45,45,.7)}
.light .footer-information a {
    color: rgba(208,81,101,.9)}
.light .footer-information a:hover {
    color: #d05165}
.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}
    
    
.font_size11{font-size: 11px;}   
    
.footer-information {
    padding: 60px 0 0;
    font-size: 14px}
.footer-information p {
    line-height: 24px}
.footer-information a {
    text-decoration: none;
    font-size: 14px}
.footer-information .footer-categories {
    margin: 0;
    list-style-type: none}
.footer-information .footer-categories li {
    list-style-type: none;
    line-height: 30px}
.footer-information form {
    margin: 0;
    position: relative}
.footer-information form textarea,.footer-information form input {
    padding: 5px 10px;
    margin-bottom: 20px;
    height: 40px;
    width: 100%}
.footer-information form textarea:focus,.footer-information form input:focus {
    outline-style: none;
    box-shadow: none;}
.footer-information form textarea {
    height: 80px}

.footer-copy {
    padding: 15px 0 5px;}
.socials {
    text-align: right}
.socials a {
    display: inline-block;
    width: 36px;
    height: 40px;
    text-align: center;
    margin: 10px 8px 10px 0;
    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;
    font-size: 20px}

    
    
    
    
    
.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("../img/bg/bg1.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
.block-fashion {
    position: relative;
    background-image: url("../img/bg/bg5.jpg");
    background-size: cover;
    background-position: bottom center}
.service-block {
    background-image: url("../img/bg/bg-newsletter.jpg");
    background-size: cover;
    background-position: center center}
.hexagon-service {
    background-image: url("../img/bg/bg7.jpg");
    background-size: cover;
    background-position: center center}
body.login {
    background-image: url("../img/bg/bg-login.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
.block-chess-banners {
    background-image: url("../img/bg/bg2.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
.block-feature2 {
    position: relative;
    background-image: url("../img/bg/bg-login.jpg");
    background-size: cover;
    background-position: center center}
.block-feature1 {
    position: relative;
    background-image: url("../img/bg/bg3.jpg");
    background-size: cover;
    background-position: center center}
#feature-section {
    background-image: url("../img/bg/bg6.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
#sale-section {
    background-image: url("../img/bg/bg5.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed}
.partners {
    background-image: url("../img/bg/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("../img/bg/bg4.jpg");
    background-size: cover;
    background-position: center center}
.menu-inner {
    padding-top: 0px;
    margin-bottom: 15px;}
.menu-inner.col-1 {
    background: url("../img/preview/menu3.jpg") no-repeat top right}
.menu-inner.col-2 {
    background: url("../img/preview/menu2.jpg") no-repeat top right}
.menu-inner.col-3 {
    background: url("../img/preview/menu1.jpg") no-repeat top right}
.menu-inner.col-4 {
    background: url("../img/preview/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}
.emtyitem{text-align: center;font-size: 20px;padding: 20px 0;}

.special_price {text-align: center;}
.old_price {text-align: center;}
.btn-blog {padding: 0px 10px;}
.f-main-tit {float: left;margin-bottom: 0;}  
.f-siz14{font-size: 14px;}
.f-siz10{font-size: 10px;}
.more1{
    display: inline-block;
    line-height: 18px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    padding: 0 10px;
    margin: 0 5px;
    text-decoration: none;}
.bottm1{
    padding: 9px;
    font-size: 12px;
    -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;
}
.prod_bottm1{
    padding: 9px;
    font-size: 12px;
    -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;
}


.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .dropdown.with-dropdown{
    position: relative;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
    left: 0 !important;
    right: auto;
}
.yamm .yamm-content {
    padding: 20px;
}

.yamm .yamm-content .header-menu h4{
    padding:15px 15px 10px 15px;font-family: "Roboto";  margin: 0;
}
.yamm .yamm-content .header-menu h4 i{
     width: 40px; height: 40px; border-radius: 3px; line-height: 40px; 
     text-align: center; font-size: 18px; margin-right: 10px;
}
.yamm .yamm-content div > a{text-decoration: none; }
.yamm .yamm-content ul li a {
    display: block;
    -webkit-transition: all, 0.3s,ease;
    -moz-transition: all, 0.3s,ease;
    -o-transition: all, 0.3s,ease;
    -ms-transition: all, 0.3s,ease;
    transition: all, 0.3s,ease;
}
.yamm .yamm-content ul li a:hover{text-decoration: none; padding: 0 12px 0 18px;}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 15px;
    right: 15px;
}



.blog_img1{height: 294px;width: 407px;}
.blog_imghome{height: 184px;width: 100%;}
.btm2_15{padding-bottom: 15px;}
.logo01{margin-top: 4px;max-height: 85px;}
.prod_img{height: 320px;}

.hom_srv_img{height: 282px;}
.hom_prd_img{height: 204px;}
.hom_prj_img{height: 304px;}


.cc3_color{font-weight: 500;}
.ccs1{display: inline-block;margin-bottom: 30px;}
.bnr_fotr1{padding: 0px 0 60px 0;}
.img_ps{background-position: right!important;}
.ccs112{float: left;width: 100%;margin-bottom: 30px;}



    
@media (min-width: 769px) and (max-width: 1199px) {
	.magnis-shopping-cart p a.button-color {
		margin-bottom: 10px;
	}
}


@media (max-width: 991px) {
	.blog_imghome{width: 100%;height: 250px;}
}
@media (max-width: 990px) {
	.logo01 {max-height: 78px;}
    .cdee1{margin-bottom: 35px;}
}


@media (min-width: 991px) and (max-width: 1199px) {
.navbar-main .nav>li>a i { display: none;}
.navbar-main .nav>li>a {padding: 15px 10px!important;}

}


@media (min-width: 768px) and (max-width: 990px) {
	.navbar-main .nav>li>a {text-transform: initial;font-size: 11px;font-weight: 500;padding: 15px 4px;}
    .navbar-main .top-icon-block>a {width: 30px;}
    .mat40{width: 25%;}
    .mat41{font-size: 12px;}
    
    .logo01 {max-height: 78px;max-width: 200px;}
    .navbar-main .nav>li>a i { display: none;}
    .navbar-main .nav>li>a {padding: 15px 6px!important}


}
@media (max-width: 767px) {
    .blog_img1{max-width: 100%;width: auto;height: auto;}
    .tab-horizantal {padding-right: 0px;}
    
    .footer_center{text-align: center;width: 100%;}
    .cart01{display: -webkit-inline-box!important;}
    
    
}

@media (max-width: 679px) {
    .coolr1{background-color: #F7F7F7;}
    .margin_bot40{margin-bottom: 40px;}
}
@media (max-width: 768px) {
    .bnr_fotr1 {padding: 0px 0 10px 0!important;}
    .cart-table {margin-bottom: 0;}
    .header .top-welcome p {font-size: 12px;}
    .header-for-light2 h1, .header-for-light2 h2, .header-for-light2 h3 {line-height: 30px;font-size: 16px;}
    .header-for-light22 h1, .header-for-light22 h2, .header-for-light22 h3 {line-height: 30px;font-size: 16px;}
    .block2 {padding: 35px 0 30px;}
    .table > thead > tr > th {font-size: 11px;}
    .table > tbody > tr > td {font-size: 10px;}
    
.banner .banner-title {height: 60px;line-height: 30px;top: 55%;font-size: 12px;}
.bnnrss1 {line-height: 15px;font-size: 10px;}

}




@media (max-width: 375px) {
	.header-for-light .see-all {line-height: 39px;font-size: 12px;}
    .btn-default {padding: 9px 7px;}
}

@media (min-width: 580px) and (max-width: 990px) {
	.prod_img{height: 359px;}
    
.hom_srv_img{height: 270px;}
.hom_prd_img{height: 270px;}
.hom_prj_img{height: 228px;}

}


@media (min-width: 426px) and (max-width: 990px) {
.contactop1 {float: left;display: -webkit-inline-box;}
.header #currency .currency-title {width: 30px;}
.header #lang .lang-title {width: 70px;}
.header #account-menu .account-menu-title {width: 30px;}
.top-header-bg {height: 115px;}
.second-page-header {padding: 30px 0 5px;}
}

@media (min-width: 426px) and (max-width: 767px) {
.navbar-toggle {padding: 17px 10px;margin-top: 1px;}
}

@media (min-width: 426px) and (max-width: 579px) {
	.prod_img{height: 487px;}

}

@media (max-width: 579px) {
.hom_srv_img{height: 282px;}
.hom_prd_img{height: 282px;}
.hom_prj_img{height: 282px;}
.blog_imghome {height: 282px;}
}

@media (min-width: 426px) and (max-width: 767px) {
.navbar-toggle {padding: 17px 10px;margin-top: 1px;}
.logo01 {max-height: 50px;margin-top: 16px;}
.navbar-main .top-icon-block {margin-top: 19px;}

}

@media (max-width: 425px) {
    .logo01{margin-top: 15px;max-height: 50px;}
	.header .header-main .top-search-form form input {width: 100%;}
    .navbar-main .top-icon-block {margin-top: 19px;}
    .navbar-main .top-icon-block>a {width: 30px;}
    .navbar-main .top-icon-block .mini-card-icon {width: 30px;padding: 0;}
    .none_mob{display: none;}
    .navbar-toggle {padding: 17px 10px;margin-top: 0px;}
    .header .header-main .top-search-form form {margin: 14px 0 5px 0;}
    .second-page-header {padding: 30px 0 0px;}
    .newsletter .block-form form input {padding: 5px 7px;font-size: 10px;}
    .header .header-main .header-main-block1 {height: 85px;}
    .top-header-bg {height: 103px;}
    .cart02{padding: 10px 2px!important;font-size: 12px!important;}
    
}
@media (min-width: 376px) and (max-width: 425px) {
	.prod_img{height: 487px;}
}
@media (max-width: 374px) {
	.mobb_none{display: none;}
    .btn-default {padding: 10px 7px;}
}

@media (min-width: 321px) and (max-width: 375px) {
	.prod_img{height: 424px;}

}

@media (max-width: 320px) {
    .prod_img{height: 355px;}
    
}



.social_div{margin: 15px 0;float: left;display: block;width: 100%;}
.social_div span{font-size: 12px;vertical-align: middle;}
.social_div a{margin-right: 6px;vertical-align: middle;}
.social_div i{font-size: 25px;vertical-align: middle;}
.color_s1 {color: #4e71a8;}
.color_s1:hover {color: #264c88;}
.color_s2 {color: #1cb7eb;}
.color_s2:hover {color: #1096c3;}
.color_s3 {color: #e3411f;}
.color_s3:hover {color: #ca2604;}
.color_s4 {color: #2fbf3b;}
.color_s4:hover {color: #059211;}

.conntc250 {
    color: rgba(45,45,45,.7);
    text-align: left;
    float: left;
    display: block;
    width: 100%;line-height: 25px;
}
.conntc251 {
    direction: ltr;display: inline-block;
    float: left;margin-right: 5px;
}
.conntc252 {display: inline-block}

.sec-bg1{background:url( "../images/sec-bg1.jpg ") no-repeat scroll 0 0 / 100% 100% rgba(0,0,0,0);}
.sec-bg2{background:url( "../images/sec-bg2.jpg ") no-repeat scroll 0 0 / 100% 100% rgba(0,0,0,0);}
.sec-bg3{background:url( "../images/sec-bg3.jpg ") no-repeat scroll 0 0 / 100% 100% rgba(0,0,0,0);}
.sec-bg4{background:url( "../images/sec-bg4.jpg ") no-repeat scroll 0 0 / 100% 100% rgba(0,0,0,0);}
.sec-bg5{background:url( "../images/sec-bg5.jpg ") no-repeat scroll 0 0 / 100% 100% rgba(0,0,0,0);}
.sec-bg6{background:url( "../images/sec-bg6.jpg ") no-repeat scroll 0 0 / 100% 100% rgba(0,0,0,0);}
.sec-bg7{background:url( "../images/sec-bg7.jpg ") no-repeat scroll 0 0 / 100% 100% rgba(0,0,0,0);}
.host-bg{background:url( "../images/host-bg.jpg ") no-repeat scroll 0 0 / 100% 100% rgba(0,0,0,0);}

.product-details{float:left;width:100%}
.product-details >h3{color:#282828;float:left;font-family:open sans;font-size:17px;font-weight:600;letter-spacing:0.3px;line-height:14px;margin:0 0 50px;text-transform:uppercase;width:100%}
.product-details >ul{float:left;list-style:none outside none;margin:0;padding:0;width:100%}
.product-details >ul li{border:1px solid #DDDDDD;background-color:#1B1B1B;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;margin-bottom:10px;width:100%}
.product-details li span{background:none repeat scroll 0 0 #F3F1F1;color:#1D1D1D;float:left;font-family:open sans;font-size:13px;line-height:10px;margin-right:20px;padding:10px;width:25%}
.product-details p{color:#CECECE;float:left;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:10px;margin:0;padding:10px 0}
.product-details >ul li:last-child{margin:0}

.domain-page{margin-left:30px}
.domainorder{background:none repeat scroll 0 0 #7ACE73;color:#fff;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:11px;padding:8px 15px;margin-top:4px;float:right}
.domainorder:hover{background:none repeat scroll 0 0 #6AE061}
.domain_title{margin-top:0px!important;color:#7ACE73;text-shadow:1px 1px 1px #252525}
.domain_ex{padding-top:40px;color:#696969}
.bank_tr_tit{font-size:20px;margin:0 8px;font-family:open sans}
.bank_tr_con1{padding-bottom:10px;color:#85CA90}
.bank_tr_con2{}
.lable_disgne_page{color:#C94848;font-weight:normal!important;list-style:none outside none}
.loader{position:fixed;left:50%;z-index:50;top:50%;margin:-25px 0 0 -25px;width:50px;height:50px}
.ie8 .loader{width:55px;height:55px;background-image:url(images/ajax-loader.gif);background-repeat:no-repeat}
.ie8 .loader div{display:none}

.compare-with{background:none repeat scroll 0 0 #EDEDED;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #414141;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #CFCFCF;float:left;padding:20px 20px 40px 20px;margin-bottom:10px;width:100%}
.compare-with >form{float:left;width:100%}
.compare-with form label{color:#696969;float:left;font-family:open sans;font-size:15px;font-weight:500;line-height:33px}
.compare-with form input{border:1px solid #CDCDCD;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;height:36px;padding:10px 25px;width:285px}
.compare-with form .submit{background:none repeat scroll 0 0 #7ACE73;border:medium none;color:#fff;float:left;font-family:open sans;font-size:15px;margin-left:20px;padding:5px 29px;width:auto}
.compare-with form .submit:hover{background:none repeat scroll 0 0 #6AE061}
.compare-with >p{color:#454545;float:left;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:10px;margin:20px 0 0;width:100%}
.compare-with2{background:none repeat scroll 0 0 #EDEDED;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #414141;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #CFCFCF;float:left;padding:20px 20px 40px 20px;margin-bottom:10px;width:100%}
.compare-with2 >form{float:left;width:100%}
.compare-with2 form label{color:#696969;float:left;font-family:open sans;font-size:15px;font-weight:500;line-height:33px;margin-right:20px}
.compare-with2 form input{border:1px solid #CDCDCD;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;height:36px;padding:10px 25px;width:145px}
.compare-with2 form .submit{background:none repeat scroll 0 0 #7ACE73;border:medium none;color:#fff;float:left;font-family:open sans;font-size:15px;margin-left:20px;padding:5px 29px;width:auto}
.compare-with2 form .submit:hover{background:none repeat scroll 0 0 #6AE061}
.compare-with2 >p{color:#454545;float:left;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:20px;margin:20px 0 0;width:100%}
.contact-form2 .submit_dezign_page{background:none repeat scroll 0 0 #C94848;border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:right;font-family:open sans;font-size:14px;padding:8px 24px;margin-bottom:10px}
.contact-form2 .submit_dezign_page:hover{background:none repeat scroll 0 0 #F14242}

.review-sec{float:left;width:100%}
.review-thumb-big{float:left;position:relative;width:100%}
.review-thumb-big >img{float:left;margin-top:35px;width:100%}
.review-thumb-big >span{background:none repeat scroll 0 0 #F3F3F3;-webkit-border-radius:26px;-moz-border-radius:26px;-ms-border-radius:26px;-o-border-radius:26px;border-radius:26px;color:#444444;font-family:open sans;font-size:15px;left:0;letter-spacing:0.3px;padding:8px 25px;position:absolute;text-align:center;top:0;width:175px}
.review-thumb-big >span >i{color:#444444;float:left;font-family:Noto Sans;font-size:30px;font-style:normal;font-weight:bold;text-align:center;width:100%}
.review-users{float:left;margin-bottom:30px;margin-top:30px;width:100%}
.review-users >ul{float:left;margin:0 0 0 40px;padding:0}
.review-users >ul >li{float:left;list-style:none outside none}
.review-users >ul >li >a{border:1px solid #E3E3E3;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#6C6C6C;float:left;font-size:14px;height:33px;line-height:31px;margin-right:10px;text-align:center;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;width:35px}
.review-users >ul >li >a:hover{background:none repeat scroll 0 0 #169fe6;border:1px solid #169fe6;color:#FFFFFF}
.review-desc >h2{color:#444444;float:left;font-family:Noto Sans;font-size:18px;font-weight:600;letter-spacing:0.3px;line-height:14px;margin:0 0 15px;width:100%}
.review-desc >p{color:#404040;float:left;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:22px;margin:0 0 35px;width:100%}
.review-desc >span{float:left;margin-bottom:30px;width:33.3333%}
.review-desc >span >img{float:left}
.review-desc >ul{float:left;margin:0;padding:0;width:100%}
.review-desc >ul >li{float:left;list-style:none outside none;margin-bottom:15px;width:100%}
.review-desc >ul >li >h3{color:#444444;float:left;font-family:Noto Sans;font-size:18px;font-weight:600;letter-spacing:0.3px;line-height:14px;margin:0 0 15px;width:100%}
.review-desc >ul >li >i{background:none repeat scroll 0 0 #797979;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;height:8px;margin-bottom:10px;margin-right:20px;width:8px}
.review-desc >ul >li >p{color:#696969;float:left;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:10px;margin:0}
.review-author{float:left;margin-top:0px;width:100%}
.review-author >h3{color:#E95757;float:left;font-family:Noto Sans;font-size:18px;font-weight:600;letter-spacing:0.3px;line-height:14px;margin:0 0 20px;width:100%;text-shadow:1px 1px 1px #252525}
.review-author >h2{color:#E95757;float:left;font-family:Noto Sans;font-size:18px;font-weight:600;letter-spacing:0.3px;line-height:14px;margin:0 0 20px;width:100%;text-shadow:1px 1px 1px #252525}
.review-author >h1{color:#E95757;float:left;font-family:Noto Sans;font-size:18px;font-weight:600;letter-spacing:0.3px;line-height:14px;margin:0 0 20px;width:100%;text-shadow:1px 1px 1px #252525}
.about-the-author{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none repeat scroll 0 0 #FFECEC;border-color:#C6C6C6 -moz-use-text-color #C6C6C6 #169fe6;border-image:none;border-style:dashed none dashed solid;border-width:1px medium 1px 3px;float:left;padding:30px 5px;width:100%;margin-bottom:20px}
.about-the-author >span{float:left;margin-left:20px;margin-right:20px}
.about-the-author >span >img{float:left}
.about-the-author >a{color:#169fe6;display:block;font-family:open sans;font-size:14px;font-weight:600;letter-spacing:0.3px;line-height:11px;margin-bottom:15px;margin-top:15px;width:100%}
.about-the-author >p{color:#404040;display:block;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:22px;margin:0;width:100%}
.about-the-author >a >i{color:#646464;font-size:12px;font-style:normal;font-weight:lighter}
.leave-a-comment >p{color:#404040;float:left;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:22px;margin:0;width:100%}
.leave-a-comment >.contact-form{margin-top:40px}
.review-author02{float:left;margin-top:15px;width:100%}
.review-author02 >h3{color:#FD3D3D;float:left;font-family:Noto Sans;font-size:18px;font-weight:600;letter-spacing:0.3px;line-height:14px;margin:0 0 20px;width:100%;text-shadow:1px 1px 1px #000000}
.about-the-author02{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none repeat scroll 0 0 #F5F5F5;border-color:#FF0000;border-image:none;border-style:dashed none dashed solid;border-width:1px medium 1px 3px;float:left;padding:30px 30px 30px 0;width:100%;margin-bottom:20px}
.about-the-author02 >span{border-left:3px solid #C94848;float:left;margin-left:-3px;margin-right:20px}
.about-the-author02 >span >img{float:left}
.about-the-author02 >a{color:#169fe6;display:block;font-family:open sans;font-size:14px;font-weight:600;letter-spacing:0.3px;line-height:11px;margin-bottom:15px;margin-top:15px;width:100%}
.about-the-author02 >p{color:#404040;display:block;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:22px;margin:0;width:100%}
.about-the-author02 >a >i{color:#646464;font-size:12px;font-style:normal;font-weight:lighter}
.domain_search_page{margin:30px 0 10px 0;font-size:20px;color:#7ace73;font-family:open sans;text-align:left}

.contact-details{float:left;width:100%}
.contact-details >p{color:#404040;float:left;font-family:open sans;font-size:14px;letter-spacing:0.22px;line-height:24px;margin:0 0 30px;width:100%}
.webdesignpage{float:left;width:100%;background-color:#F5F5F5;padding:5px!important}
.social-btns >samp{font-family:sans-serif;font-size:13px}
.social-btns{float:left}
.social-btns >li{float:left;list-style:none outside none}
.social-btns li a{float:left;margin-bottom:10px}
.social-btns >li >a >i{background:none repeat scroll 0 0 #F1F1F1;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#C94848;float:left;font-size:14px;height:40px;line-height:40px;margin:0px;text-align:center;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;width:41px}
.contact-info{float:left}
.social-btns >li >a >.fa.fa-facebook:hover{background:none repeat scroll 0 0 #3b5998;color:#FFFFFF}
.social-btns >li >a >.fa.fa-twitter:hover{background:none repeat scroll 0 0 #00aced;color:#FFFFFF}
.social-btns >li >a >.fa.fa-instagram:hover{background:none repeat scroll 0 0 #8b5842;color:#FFFFFF}
.social-btns >li >a >.fa.fa-google-plus:hover{background:none repeat scroll 0 0 #dd4b39;color:#FFFFFF}
.social-btns >li >a >.fa.fa-linkedin:hover{background:none repeat scroll 0 0 #007bb6;color:#FFFFFF}
.social-btns >li >a >.fa.fa-pinterest:hover{background:none repeat scroll 0 0 #cb2027;color:#FFFFFF}
.social-btns >li >a >.fa.fa-youtube:hover{background:none repeat scroll 0 0 #bb0000;color:#FFFFFF}
.social-btns >li >a >.fa.fa-github:hover{background:none repeat scroll 0 0 #333333;color:#FFFFFF}
.social-btns >li >a >.fa.fa-rss:hover{background:none repeat scroll 0 0 #ffb466;color:#FFFFFF}
.social-btns tr td a{color:#C94848;font-size:25px}
.social-btns tr td{text-align:center;width:20%;padding:20px 0}
.social-btns-fotter{color:#C94848;font-size:25px}
.social-td-fotter{text-align:center;width:20%;padding:20px 0}
.contact-info{float:left;margin-top:20px}
.contact-info >span i{background:none repeat scroll 0 0 #646464;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;color:#FFFFFF;float:left;font-size:14px;height:26px;line-height:26px;margin-right:20px;text-align:center;width:28px}
.contact-info >span{color:#494949;float:left;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:25px;margin-bottom:10px;width:100%}
.contact-details >iframe{border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;margin-top:15px;width:100%}
.contact-tit_adress{margin:30px 0 0 0px!important;text-align:left;font-size:14px}
.contact-form{float:left;margin-top:0px;width:100%}
.contact-form >form{float:left;width:100%}
.input-style{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:left;font-family:open sans;font-size:12px;letter-spacing:0.3px;margin-bottom:10px;padding:6px 6px 6px 10px;width:100%}
.input-logo-order{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:left;font-family:mondifont;font-size:12px;margin-bottom:10px;padding:12px 6px 4px 10px;width:100%}
.input-prenting-page{line-height: normal;background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:left;font-family:open sans;font-size:12px;letter-spacing:0.3px;margin-bottom:10px;padding:10px 6px 0px 10px;width:100%}
.input-style2{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:right;font-family:open sans;font-size:12px;letter-spacing:0.3px;margin-bottom:10px;padding:6px 6px 6px 10px;width:74%;line-height:1.6}
.input-style3{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:left;font-family:open sans;font-size:12px;letter-spacing:0.3px;margin-bottom:10px;padding:5px 6px 4px 10px;width:60%}
.input-style4{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:left;font-family:open sans;font-size:12px;letter-spacing:0.3px;margin-bottom:10px;padding:15px 6px 15px 10px;width:100%;line-height:1.6}
.img_code{padding-top:4px;float:left}
.contact-form textarea{height:112px;padding-top:12px}
.contact-form .submit{background:none repeat scroll 0 0 #B9B9B9;border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:right;font-family:open sans;font-size:14px;padding:8px 24px}
.contact-form .submit_dezign_page{background:none repeat scroll 0 0 #C94848;border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:right;font-family:open sans;font-size:14px;padding:8px 24px}
.contact-form .submit_dezign_page:hover{background:none repeat scroll 0 0 #F14242}
.contact-form2 textarea{height:98px;padding-top:12px}
.contact-form2 .submit_purchase_order{background:none repeat scroll 0 0 #C94848;border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:left;font-family:open sans;font-size:14px;padding:8px 24px;margin:5px 20px 5px 0}
.contact-form2 .submit_purchase_order:hover{background:none repeat scroll 0 0 #F14242}

.contact-form2 .submit_logo{background:none repeat scroll 0 0 #383838;border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:none;font-family:mondifont;font-size:12px;padding:2px 4px;margin:2px 0;}
.contact-form2 .submit_logo:hover{background:none repeat scroll 0 0 #000;}

.about-the-author02 .submit_purchase_order{background:none repeat scroll 0 0 #C94848;border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:left;font-family:mondifont;font-size:14px;padding:8px 24px;margin:5px 20px 5px 0}
.about-the-author02 .submit_purchase_order:hover{background:none repeat scroll 0 0 #F14242}
.contact-form3 textarea{height:140px;padding-top:12px}
.contact-form3 .submit_purchase_order{background:none repeat scroll 0 0 #C94848;border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:left;font-family:open sans;font-size:14px;padding:8px 24px;margin:5px 20px 5px 0}
.contact-form3 .submit_purchase_order:hover{background:none repeat scroll 0 0 #F14242}
.templates_order_page textarea{height:163px;padding-top:12px}
.templates_order_page .submit_purchase_order{background:none repeat scroll 0 0 #C94848;border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;font-family: "Helvetica Neue ",Helvetica,Arial,sans-serif;font-size:14px;margin:5px 0px 30px 0}
.templates_order_page .submit_purchase_order:hover{background:none repeat scroll 0 0 #F14242}
.templates_order_page .submit_paypal_order{background:none repeat scroll 0 0 #C94848;border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:left;font-family: "Helvetica Neue ",Helvetica,Arial,sans-serif;font-size:14px;padding:15px;margin:5px 0 30px 0;float:right}
.templates_order_page .submit_paypal_order:hover{background:none repeat scroll 0 0 #F14242}

aside{float:left;width:100%}
.product-tab{float:left;width:100%}
.product-tab >ul .active >a{background:none repeat scroll 0 0 #FFFFFF;border:1px solid #AFAFAF}
.product-tab .nav-tabs >li{margin-right:2%;width:48%}
.product-tab >ul >li >a{background:none repeat scroll 0 0 #818181;border:1px solid #656565;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;color:#FFFFFF;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:10px;padding:10px 0;text-align:center;width:100%}
.product-tab >ul >li >a:hover{border-color:#656565}
.product-tab >ul .active >a:hover{border-color:#AFAFAF}
.product-tab .tab-content{background:none repeat scroll 0 0 #FAFAFA;border-color:#AFAFAF;border-style:solid;border-width:1px;margin-top:-1px;padding:20px 0}
.tab-recent .owl-item >ul{float:left;margin:0;padding:0;width:100%}
.tab-recent{float:left;margin:0;padding:0;width:100%}
.tab-recent .owl-item >ul >li{border-bottom:1px solid #C1C1C1;float:left;list-style:none outside none;margin-bottom:20px;padding:0 20px 20px;width:100%}
.tab-recent li span{float:left;margin-right:10px}
.tab-recent li span img{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left}
.tab-recent li h3{display:block;font-family:open sans;font-size:12px;font-weight:600;letter-spacing:0.35px;line-height:15px;margin:0 0 6px}
.tab-recent li h3 a{color:#272727}
.tab-recent li p{color:#4A4949;display:block;font-family:open sans;font-size:13px;line-height:15px;margin:0 0 7px}
.tab-recent .owl-item >ul >li:last-child{border-bottom:medium none;margin:0}
.product-tab .tab-content{padding-bottom:0}
.tab-recent .owl-item >ul >li >ul{display:block;margin:0;padding:0}
.tab-recent .owl-item >ul >li >ul >li >a{color:#6C6C6C;float:left;font-size:10px;line-height:18px;text-align:center;width:100%;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;border:1px solid #E3E3E3}
.tab-recent .owl-item >ul >li >ul >li a:hover{background:none repeat scroll 0 0 #404040;color:#FFFFFF;border:1px solid #404040}
.tab-recent .owl-item >ul >li >ul >li{background:none repeat scroll 0 0 #FFFFFF;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;height:19px;list-style:none outside none;margin-right:10px;width:21px}
.tab-recent .owl-buttons{float:left;width:100%}
.tab-recent .owl-buttons div{background-image:url( "../images/s-arrow.png ");background-position:center center;background-repeat:no-repeat;background-size:6px 10px;border-right:1px solid #C2C2C2;border-top:1px solid #C2C2C2;color:rgba(0,0,0,0);float:left;width:50%}
.tab-recent .owl-buttons .owl-next{border-bottom:1px solid #C7C7C7;border-right:medium none;border-top:medium none;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.product-tab .nav-tabs >li:last-child{margin:0 0 -1px;width:100%}
.w-our-branches{float:left;width:100%}
.w-our-branches >ul{margin:0;padding:0}
.w-our-branches ul li{background:none repeat scroll 0 0 #F9F9F9;border:1px solid #E4E4E4;float:left;list-style:none outside none;padding:15px;width:100%}
.w-our-branches li span{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;margin-right:5%;overflow:hidden;width:25%}
.w-our-branches li span img{-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;border-radius:15px;float:left;width:100%}
.w-our-branches li p{color:#5E5E5E;display:block;font-family:open sans;font-size:11px;letter-spacing:0.35px;margin:0}
.w-our-branches li h6{color:#00A0CA;display:block;font-family:open sans;font-size:14px;font-weight:600;letter-spacing:0.35px;margin:0 0 13px}
.w-our-branches li h6 i{color:#494848;font-size:14px;margin-bottom:0;margin-right:12px;text-align:center;width:8%}
.w-our-branches li p i{margin-bottom:0;margin-right:12px;text-align:center;width:8%}
.w-our-branches ul li:last-child{background-image:url( "../images/world-map.jpg ");background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2) inset;-moz-box-shadow:0 0 10px rgba(0,0,0,0.2) inset;-ms-box-shadow:0 0 10px rgba(0,0,0,0.2) inset;-o-box-shadow:0 0 10px rgba(0,0,0,0.2) inset;box-shadow:0 0 10px rgba(0,0,0,0.2) inset;height:90px}
.w-get-help{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;width:100%}
.w-get-help >ul{float:left;margin:0;padding:0;width:100%}
.w-get-help >ul >li{float:left;list-style:none outside none;margin-bottom:30px;width:100%}
.w-get-help ul li:last-child{margin:0}
.w-get-help ul li span{border:3px solid #262525;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#262525;float:left;font-family:open sans;font-size:11px;font-weight:600;height:20px;line-height:14px;margin-right:10px;text-align:center;width:20px}
.w-get-help >ul >li:hover span{border-color:#E96353;color:#E96353}
.w-get-help >ul >li:hover h3{color:#E96353}
.w-get-help ul li p{color:#424242;float:left;font-family:open sans;font-size:16px;letter-spacing:0.3px;line-height:18px;margin-bottom:0;margin-top:20px;width:100%}
.w-get-help ul li >i{color:#E96353;font-family:open sans;font-size:13px;font-style:normal;text-decoration:underline}
.w-get-help ul li p i{color:#E96353;font-style:normal;text-decoration:underline}
.w-get-help ul li h3{display:block;font-family:open sans;font-size:18px;font-weight:600;letter-spacing:0.3px;line-height:20px;margin:0}
.support-details{font-size:12px;background-color:#C94848;color:#fff;padding:2px 5px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:8px}
.support-details:hover{background-color:#383838}
.w-get-help >ul >li ul{float:left;margin-top:30px;padding:0;width:100%}
.w-get-help >ul >li ul li{float:left;list-style:none outside none;margin-bottom:15px;width:100%}
.w-get-help >ul >li ul li i{color:#262525;float:left;font-family:FontAwesome;font-size:14px;margin-right:25px;text-align:center;text-decoration:none;width:10%}
.w-get-help ul li ul li:hover p,.w-get-help ul li ul li:hover i{color:#E96353}
.w-get-help >ul >li ul li p{display:block;float:none;line-height:12px;margin:0;width:auto}
.w-sales{border-radius:2px;float:left;overflow:hidden;position:relative;width:100%}
.w-sales >img{float:left;width:100%}
.w-sales >span{background:none repeat scroll 0 0 #169fe6;bottom:0;color:#FFFFFF;font-family:open sans;font-size:12px;font-weight:600;left:0;letter-spacing:0.3px;line-height:10px;padding:20px 10px;position:absolute;width:100%}
.w-sales >span i{float:right;font-size:19px;font-style:normal;font-weight:bold}
#best-seller-sec{float:left;overflow:hidden;width:100%;position:relative}
#best-seller-sec .owl-buttons{float:left;width:100%}
#best-seller-sec .owl-buttons div{background-color:#169fe6;background-image:url( "../images/we-offer1.png ");background-position:9px 2px;background-repeat:no-repeat;background-size:7px auto;color:rgba(0,0,0,0);float:left;height:28px;transition:all 0.4s ease 0s;width:22px}
#best-seller-sec .owl-buttons div:hover{background-color:#DA4837}
#best-seller-sec .owl-controls.clickable{margin-top:-26px;position:absolute;right:0;top:50%;width:100%}
#best-seller-sec .owl-buttons .owl-prev{left:0;position:absolute;transform:rotateY(180deg)}
#best-seller-sec .owl-buttons .owl-next{position:absolute;right:0}
.w-best-seller{border-radius:2px;float:left;overflow:hidden;position:relative;width:100%}
.w-best-seller >img{float:left;width:100%}
.w-best-seller >ul{margin:0 30px;padding:0;position:absolute;top:5%;width:80%}
.w-best-seller >div i{background:none repeat scroll 0 0 #169fe6;font-family:open sans;font-size:30px;font-style:normal;font-weight:bold;height:100%;line-height:70px;position:absolute;right:0;text-align:center;top:0;width:75px}
.w-best-seller >div{bottom:0;color:#FFFFFF;font-family:Raleway;font-size:12px;font-weight:600;left:0;line-height:20px;padding:12px 30px;position:absolute;width:100%;height:80%}
.w-best-seller div span{float:left;width:100%;color:#6D6D6D;font-family:open sans;text-shadow:1px 1px 1px #FFFFFF;text-align:justify}
.w-best-seller >ul li{background:none repeat scroll 0 0 #169fe6;border-radius:3px;color:#FFFFFF;float:left;font-family:open sans;text-shadow:1px 1px 1px #666666;font-size:13px;line-height:10px;list-style:none outside none;margin-bottom:10px;padding:14px 18px;text-align:center;width:100%}
.w-best-seller >ul li a{color:#FFFFFF}
.w-discount{background-color:#b6ecca;border:1px solid #CCCCCC;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;overflow:hidden;position:relative;width:100%;padding-bottom:10px}
.w-discount-des >h3{color:#439C43;float:left;font-family:open sans;font-size:14px;margin:5px 0 0;text-align:center;width:100%}
.w-discount-des >h3 >samp{color:#404040;font-family:open sans;font-size:12px;text-align:left;width:100%;font-weight:600}
.w-discount-des >i{color:#404040;float:left;font-family:Raleway;font-size:25px;font-style:normal;font-weight:700;line-height:20px;margin-bottom:25px;margin-top:25px;text-align:center;width:100%}
.w-discount-des >p{color:#404040;float:left;font-family:Raleway;font-size:12px;font-weight:700;line-height:11px;margin:20px 0 0 0;text-align:center;width:100%}
.w-discount-des >a{background:none repeat scroll 0 0 #29BBDC;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;color:#FFFFFF;display:table;float:none;font-family:Raleway;font-size:14px;font-weight:700;line-height:10px;margin:0 auto;padding:10px 18px}
.w-discount >img{float:left;width:100%}
.w-discount-des{background:none repeat scroll 0 0 rgba(255,255,255,0.7);height:33%;position:absolute;right:0;top:0;width:100%}
.categories-widget{float:left;width:100%}
.categories-widget ul{float:left;margin:0;padding:0;width:100%}
.categories-widget ul li{border-bottom:1px solid #E7E7E7;color:#474646;float:left;font-family:Noto Sans;font-weight:500;letter-spacing:0.3px;line-height:27px;list-style:none outside none;padding-bottom:18px;padding-top:18px;width:100%;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s}
.categories-widget ul li a{color:#474646;float:left;font-family:Noto Sans;font-weight:500;letter-spacing:0.3px;line-height:27px}
.categories-widget ul li:hover{padding-left:20px}
.categories-widget ul li span{background:none repeat scroll 0 0 #FFFFFF;border:1px solid #E7E7E7;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:3px 3px 9px rgba(0,0,0,0.08) inset;-moz-box-shadow:3px 3px 9px rgba(0,0,0,0.08) inset;-ms-box-shadow:3px 3px 9px rgba(0,0,0,0.08) inset;-o-box-shadow:3px 3px 9px rgba(0,0,0,0.08) inset;box-shadow:3px 3px 9px rgba(0,0,0,0.08) inset;color:#474646;float:right;font-family:Open Sans;font-size:13px;line-height:8px;padding:9px 8px}
.categories-widget ul li i{background:none repeat scroll 0 0 #169fe6;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;float:left;height:10px;margin-right:20px;margin-top:9px;width:10px}
.w-news-letter{border:1px solid #CFCFCF;border-radius:3px;float:left;padding:15px;width:100%}
.w-news-letter >h3{color:#5C5A5A;float:left;font-family:open sans;font-size:16px;font-weight:bold;letter-spacing:0.3px;line-height:19px;margin:0 0 30px;width:100%;margin-bottom:15px}
.w-news-letter form{float:left;width:100%}
.w-news-letter form >input{background:none repeat scroll 0 0 #F4F3F3;border:medium none;color:#000000;float:left;font-family:open sans;font-size:14px;margin-bottom:15px;padding:10px;width:100%}
.w-news-letter form .submit{background:none repeat scroll 0 0 #404040;border-radius:3px;color:#FFFFFF;float:none;font-family:open sans;font-size:14px;font-weight:700;margin:0;padding:8px 30px;width:auto;margin:0 auto;display:table}
.w-news-letter form >p{margin-bottom:10px}
input.w-news-letter [type= "checkbox " ]{position:absolute;left:-9999px}
input.w-news-letter [type= "checkbox " ]+ label{cursor:pointer;font-family:open sans;font-size:15px;font-weight:normal;line-height:27px;padding-left:50px;position:relative}
input.w-news-letter [type= "checkbox " ]+ label:before{background:none repeat scroll 0 0 #F0F0F0;border-radius:2px;content: " ";height:25px;left:0;position:absolute;top:0;width:26px}
input.w-news-letter [type= "checkbox " ]+ label:after{color:#5C5A5A;font-size:14px;left:8px;position:absolute;top:-2px}
input.w-news-letter [type= "checkbox " ]:checked + label:after{content: ' ? '}
input.w-news-letter [type= "checkbox " ]:disabled + label:before{box-shadow:none;border-color:#bbb;background-color:#ddd}
input.w-news-letter [type= "checkbox " ]:disabled:checked + label:after{color:#999}
input.w-news-letter [type= "checkbox " ]:disabled + label{color:#aaa}
.w-social-media-sec{border:1px solid #CCCCCC;border-radius:3px;float:left;margin:0;padding-bottom:15px;padding-left:0;padding-top:15px;width:100%}
.w-social-media.w-googleplus{margin:0}
.w-social-media.w-linkedin{margin:0}
.w-social-media{background:none repeat scroll 0 0 #424242;border-radius:3px;float:left;margin-bottom:30px;width:100%;cursor:pointer}
.w-social-media i{color:#FFFFFF;float:left;font-size:30px;padding-bottom:10px;padding-top:20px;text-align:center;width:100%}
.w-social-media >p{color:#FFFFFF;float:left;font-family:Noto Sans;font-size:14px;font-weight:400;letter-spacing:0.3px;margin:0;padding-bottom:20px;text-align:center;text-transform:uppercase;width:100%}
.w-social-media.w-facebook:hover{background:none repeat scroll 0 0 #3B5998}
.w-social-media.w-twitter:hover{background:none repeat scroll 0 0 #00aced}
.w-social-media.w-googleplus:hover{background:none repeat scroll 0 0 #dd4b39}
.w-social-media.w-linkedin:hover{background:none repeat scroll 0 0 #007bb6}
.decrements{float:right;margin-bottom:20px;width:100%}
.decrements >form{border:1px solid #DCDCDC;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:right;padding:10px 5px}
.decrements form input [type= "button " ]{background:none repeat scroll 0 0 #383838;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:left;font-family:open sans;font-size:13px;font-weight:700;height:auto;padding:0;text-align:center;width:17px}
.decrements form input{background:none repeat scroll 0 0 rgba(0,0,0,0);border:medium none;color:#515151;float:left;font-family:open sans;font-size:18px;height:18px;padding:0 10px;width:35px}
.item-deals-sec{float:left;width:100%}
.single-product-tab{float:left;margin-bottom:40px;width:100%}
.single-product-tab >.tab-content{background:none repeat scroll 0 0 rgba(0,0,0,0);border:medium none;float:left;margin-bottom:30px;padding:0;width:100%}
.single-product-tab >.tab-content >.tab-pane >img{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;width:100%}
.single-product-tab >.nav-tabs{border:medium none;display:table;float:left;margin:0 auto;padding:0;width:auto}
.single-product-tab >.nav-tabs >li >a{border:medium none}
.single-product-tab >.nav-tabs >li.active >a:hover,.single-product-tab >.nav-tabs >li.active >a:focus{border:medium none}
.single-product-tab >.nav-tabs >li{border:medium none;float:left;margin:0 10px 0 0}
.ffstyle{padding:10px;width:130px;background:none repeat scroll 0 0 #E4E4E4!important;vertical-align:middle;color:#555454;border:1px solid #D1D1D1}
.ffstyle2{display:inline-block;float:right;position:relative;font-size:11px}
.ffstyle3{float:right}
.input-style201{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E7DBDB;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:left;font-family:open sans;font-size:12px;letter-spacing:0.3px;margin-bottom:10px;padding:9px 3px 9px 3px;width:40%}
.contact-form3 .submit_purchase_order01{background:none repeat scroll 0 0 #C94848;border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:right;font-family:open sans;font-size:14px;padding:10px 5px;line-height: normal;}
.single-product-tab >.nav-tabs >li:last-child{margin:0}
.single-product-tab >.nav-tabs >li >a{border:medium none;float:left;margin:0;padding:0;width:100%}
.single-post-desc{float:left;width:100%}
.single-post-head{border:1px solid #D1D1D1;float:left;height:78px;margin-bottom:30px;position:relative;width:100%}
.single-post-head >ul{background:none repeat scroll 0 0 #FFFFFF;margin:0;padding:0 20px;position:absolute;right:20px;top:-9px}
.single-post-head >ul >li >i{color:#CB4537;float:left;font-size:14px;margin-right:5px}
.single-post-head >ul >li:last-child >i{margin:0}
.single-post-head >ul >li.un-rate >i{color:#9F9F9F}
.single-post-head >span{background:none repeat scroll 0 0 #4C4B4B;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:left;font-family:open sans;font-size:30px;font-weight:bold;line-height:26px;margin-right:15px;padding:16px 20px;text-align:center;top:0;width:110px}
.single-post-head >span >i{color:#E9E6E6;float:left;font-family:open sans;font-size:13px;font-style:normal;font-weight:normal;line-height:10px;margin-bottom:8px;text-align:left;width:100%}
.single-post-head >h3{color:#202020;display:block;font-family:Noto Sans;font-size:17px;line-height:20px;margin:15px 0;text-transform:uppercase;width:auto}
.single-post-head >h3 >i{color:#169fe6;font-style:normal}
.single-post-head >p{background:none repeat scroll 0 0 #FFFFFF;color:#1C1C1C;float:right;font-family:open sans;font-size:13px;font-weight:600;line-height:10px;margin-right:52px;margin-top:-1px;padding:0 20px;text-align:center;width:auto}
.single-post-head >p >i{color:#595959;font-size:12px;font-style:normal;font-weight:normal}
.single-post-head >ul >li{float:left;list-style:none outside none}
.select-color{float:left;margin:0;padding:0;width:100%}
.select-color >li{float:left;list-style:none outside none;margin-right:10px}
.select-color >li >span:hover{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%}
.single-post-desc .decrements >form{float:left;margin-top:30px}
.choose-size-tab{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;overflow:hidden;padding:10px;width:100%;border-top-left-radius:0;border-top-right-radius:0}
.choose-size-tab >p{color:#383838;font-family:open sans;font-size:15px;font-weight:500;line-height:12px;margin:0 0 15px}
.choose-size-tab >.nav-tabs{background:none repeat scroll 0 0 rgba(0,0,0,0);border:medium none;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;margin:0 0 20px;padding:0}
.choose-size-tab >.nav-tabs >li{background:none repeat scroll 0 0 rgba(0,0,0,0);-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;float:left;margin:0}
.choose-size-tab >.nav-tabs >li >a{background:none repeat scroll 0 0 #FFFFFF;border:1px solid #B1B1B1;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#383838;float:left;font-family:open sans;font-size:15px;line-height:24px;margin:0 10px 0 0;padding:2px 5px;text-align:center;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s}
.choose-size-tab >.nav-tabs >li >a:focus{border:1px solid #B1B1B1}
.choose-size-tab >.nav-tabs >li.active a{background:none repeat scroll 0 0 #383838;color:#FFFFFF}
.choose-size-tab2{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;overflow:hidden;padding:10px;width:100%}
.choose-size-tab2 >p{color:#383838;font-family:open sans;font-size:15px;font-weight:500;line-height:12px;margin:0 0 15px}
.choose-size-tab2 >.nav-tabs{background:none repeat scroll 0 0 rgba(0,0,0,0);border:medium none;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;margin:0 0 20px;padding:0}
.choose-size-tab2 >.nav-tabs >li{background:none repeat scroll 0 0 rgba(0,0,0,0);-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;float:left;margin:0}
.choose-size-tab2 >.nav-tabs >li >a{background:none repeat scroll 0 0 #FFFFFF;border:1px solid #B1B1B1;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#383838;float:left;font-family:open sans;font-size:14px;line-height:24px;margin:0 4px 0 0;padding:2px 2px;text-align:center;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s}
.choose-size-tab2 >.nav-tabs >li >a:focus{border:1px solid #B1B1B1}
.choose-size-tab2 >.nav-tabs >li.active a{background:none repeat scroll 0 0 #383838;color:#FFFFFF}
#product-sizes >div >p >i{color:#B1B0B0;float:left;font-size:50px;margin-bottom:10px;margin-right:10px}
#product-sizes >div >p{color:#515151;display:block;font-family:open sans;font-size:13px;letter-spacing:0.3px;margin:0;width:100%}
#product-sizes{background:none repeat scroll 0 0 rgba(0,0,0,0);border:medium none;float:left;padding:0;width:100%}
#product-sizes >#size-xl >p >i{font-size:60px}
#product-sizes >#size-l >p >i{font-size:50px}
#product-sizes >#size-m >p >i{font-size:40px}
#product-sizes >#size-s >p >i{font-size:30px}
#product-sizes >div >span{color:#383838;float:left;font-family:arial;font-size:12px;letter-spacing:0.2px;line-height:15px;margin-top:4px;width:100%;background-color:#fff;padding:5px;border:1px solid #E6E6E6}
.single-post-desc >a{background:none repeat scroll 0 0 #383838;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:left;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:10px;margin-right:30px;margin-top:30px;padding:15px 20px}
#product-sizes >div >span >i{font-size:12px;font-style:normal;font-weight:600}
.choose-size-tab >.nav-tabs >li >a:hover{background:none repeat scroll 0 0 #383838;color:#FFFFFF}
.select-color >li >span{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;height:27px;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;width:27px}
.select-color >li >.red{background:none repeat scroll 0 0 #F36251}
.select-color >li >.green{background:none repeat scroll 0 0 #3fcc6a}
.select-color >li >.yellow{background:none repeat scroll 0 0 #f9e45a}
.select-color >li >.blue{background:none repeat scroll 0 0 #47a3da}
#item-detals li a{background:none repeat scroll 0 0 rgba(0,0,0,0);border:1px solid #DADADA;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#696969;font-family:open sans;font-size:15px;letter-spacing:0.3px;line-height:10px;margin:0 20px 0 0;padding:15px 20px;text-transform:uppercase}
#item-detals .active >a{background:none repeat scroll 0 0 #EEEEEE}
#item-detals{border:medium none;float:left;margin:35px 0;width:100%}
#item-details{background:none repeat scroll 0 0 rgba(0,0,0,0);border:medium none;float:left;padding:0;width:100%}
.tab-features{float:left;width:100%}
.tab-features >h3{color:#454545;float:left;font-family:open sans;font-size:14px;font-weight:600;letter-spacing:0.3px;line-height:11px;margin:0 0 20px;width:100%}
.tab-features >p{color:#454545;float:left;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:25px;margin:0;width:100%}
.tab-features >ul{float:left;margin:25px 0;padding:0;width:100%}
.tab-features ul li p{color:#454545;float:left;font-family:open sans;font-size:13px;letter-spacing:0.3px;margin-left:20px}
.tab-features ul li i{background:none repeat scroll 0 0 #6A6A6A;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;float:left;font-size:11px;height:18px;line-height:18px;text-align:center;width:19px}
.tab-features ul li{float:left;list-style:none outside none;width:50%}
.shipping-return{float:left;width:100%}
.shipping-return >ul >li.right{margin:0}
.shipping-return >ul{margin:0;padding:0}
.shipping-return >ul >li{float:left;list-style:none outside none;margin-bottom:40px;width:100%}
.shipping-return >ul >li >p{color:#404040;display:block;font-family:open sans;font-size:14px;letter-spacing:0.3px;line-height:30px}
.shipping-return >ul >li.left >img{float:left;margin-right:30px}
.shipping-return >ul >li.right >img{float:right;margin-left:30px}
.error-page{display:table;margin:0 auto}
.error-page >img{display:table;float:none;margin:0 auto}
.error-page >h2{color:#242426;float:left;font-family:open sans;font-size:37px;letter-spacing:0.3px;line-height:30px;margin:55px 0 45px;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,0.14);text-transform:uppercase;width:100%}
.error-page >h2 >i{color:#169fe6;font-style:normal;font-weight:bold}
.error-page >h3{color:#242426;float:left;font-family:open sans;font-size:20px;letter-spacing:0.3px;line-height:30px;margin:0 0 50px;text-align:center;width:100%}
.error-page >form{background-image:url( "../images/search-bg.png ");background-repeat:no-repeat;background-size:100% 100%;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;display:table;float:none;margin:0 auto;padding:8px}
.error-page >form >input{background:none repeat scroll 0 0 #FFFFFF;border:1px solid #D5D5D5;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;color:#333333;float:left;font-family:open sans;font-size:14px;height:44px;margin-bottom:4px;margin-right:3px;padding:0 19px;width:428px}
.error-page >form >.submit{background:none repeat scroll 0 0 #169fe6;border:1px solid #CC9A00;color:#FFFFFF;font-family:open sans;font-size:15px;line-height:10px;margin-left:10px;padding:0 23px;width:auto}
.error-page >ul{display:table;float:none;margin:50px auto 0;padding:0}
.error-page >ul >li{background:none repeat scroll 0 0 rgba(0,0,0,0);float:left;height:40px;list-style:none outside none;margin:0 6px;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;width:40px}
.error-page >ul >li >a >i{float:left;line-height:38px;text-align:center;width:100%}
.error-page >ul >li >a:hover{background:none repeat scroll 0 0 #169fe6;border:1px solid #CC9A00;color:#FFFFFF}
.error-page >ul >li >a{border:1px solid #D5D5D5;color:#D5D5D5;float:left;font-size:20px;line-height:40px;text-align:center;-webkit-transition:all 0.4s ease 0.1s;-moz-transition:all 0.4s ease 0.1s;-ms-transition:all 0.4s ease 0.1s;-o-transition:all 0.4s ease 0.1s;transition:all 0.4s ease 0.1s;width:100%}
.discount-deal{background:none repeat scroll 0 0 #F5F5F5;border:1px solid #CCCCCC;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;padding:20px;width:100%}
.discount-image{float:right;position:relative;width:50%}
.flip-default{background:none repeat scroll 0 0 rgba(255,255,255,0.86);-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;bottom:3%;color:#444444;font-family:Noto Sans;font-size:15px;left:3%;line-height:10px;padding:20px 10px;position:absolute;text-align:center;text-transform:uppercase;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;width:94%;z-index:99999999}
.discount-image:hover .flip-default{-webkit-transform:rotateX(90deg) translateZ(25px);-moz-transform:rotateX(90deg) translateZ(25px);-ms-transform:rotateX(90deg) translateZ(25px);-o-transform:rotateX(90deg) translateZ(25px);transform:rotateX(90deg) translateZ(25px)}
.flip-active{background:none repeat scroll 0 0 rgba(74,71,71,0.86);-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;bottom:3%;color:#fff;font-family:Noto Sans;font-size:15px;left:3%;line-height:10px;padding:20px 10px;position:absolute;text-align:center;text-transform:uppercase;width:94%;-webkit-transform:rotateX(90deg) translateZ(-25px) perspective(200px);-moz-transform:rotateX(90deg) translateZ(-25px) perspective(200px);-ms-transform:rotateX(90deg) translateZ(-25px) perspective(200px);-o-transform:rotateX(90deg) translateZ(-25px) perspective(200px);transform:rotateX(90deg) translateZ(-25px) perspective(200px);-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}
.discount-image:hover .flip-active{-webkit-transform:rotateX(0deg) translateZ(0px);-moz-transform:rotateX(0deg) translateZ(0px);-ms-transform:rotateX(0deg) translateZ(0px);-o-transform:rotateX(0deg) translateZ(0px);transform:rotateX(0deg) translateZ(0px)}
.discount-image >img{-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:right;width:100%}
.discount-desc >h3{color:#4A4747;float:left;font-family:open sans;font-size:25px;font-weight:bold;line-height:17px;margin:0 0 15px;width:100%}
.discount-desc{float:left;padding-right:20px;width:50%}
.counter >li{float:left;height:40px;list-style:none outside none;margin-right:12px;width:30%}
.counter >li:last-child{margin:0}
.counter >li >div >#h,.counter >li >div >#m,.counter >li >div >#s{background:none repeat scroll 0 0 #FFFFFF;border:1px solid #CCCCCC;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#4A4747;float:left;font-family:Noto Sans;font-size:25px;font-weight:bold;height:40px;margin-bottom:20px;position:relative;text-align:center;width:100%}
.counter >li >div >#h:before,.counter >li >div >#m:before,.counter >li >div >#s:before{background:none repeat scroll 0 0 #CCCCCC;bottom:-10px;content: " ";height:10px;left:50%;position:absolute;width:1px}
.discount-desc >h4{color:#4A4747;float:left;font-family:open sans;font-size:30px;font-weight:lighter;line-height:18px;margin-bottom:50px;margin-top:0;width:100%}
.counter{border-bottom:1px solid #CCCCCC;display:table;float:none;margin:44px auto 0;padding:0 0 9px;width:100%}
.hours,.minutes,.seconds{color:#4A4747;float:left;font-family:open sans;font-size:13px;line-height:10px;text-align:center;text-transform:uppercase;width:100%}
.counter-head:before{border-left:8px solid rgba(255,255,255,0);border-right:8px solid rgba(255,255,255,0);border-top:8px solid #4A4747;bottom:-7px;content: " ";left:50%;margin-left:-8px;position:absolute}
.counter-head{background:none repeat scroll 0 0 #4A4747;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#FFFFFF;display:table;font-family:open sans;font-size:24px;font-weight:bold;line-height:17px;margin:0 auto;padding:13px 10px;position:relative}
.discount-desc h4 strong{color:#169fe6;font-family:open sans;font-size:30px;font-weight:bold}
.discount-desc h4 i{color:#169fe6;font-family:open sans;font-size:20px;font-style:normal;font-weight:600}
.service-box{background:none repeat scroll 0 0 #71B8CA;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;margin-top:30px;overflow:hidden;position:relative;width:100%;height:140px}
#services-box{margin-top:-30px}
.service-box >span{background:none repeat scroll 0 0 #FFFFFF;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;display:table;float:none;height:68px;margin:10px auto 15px;position:relative;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;width:100px;z-index:999}
.service-box:hover span{margin-top:-66px;opacity:0;-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2);transform:scale(2)}
.service-box >span >i{color:#818181;float:left;font-size:30px;line-height:68px;text-align:center;width:100%}
.service-box >h3{color:#F7F7F7;float:left;font-family:NOTO SANS;font-size:15px;font-weight:bold;line-height:12px;margin:0;position:relative;text-align:center;width:100%;z-index:999}
.service-box >p{color:#F2F2F2;float:left;font-family:open sans;font-size:13px;font-weight:600;letter-spacing:0.3px;line-height:20px;margin:7px 0 18px;padding:0 15px;position:relative;text-align:center;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;width:100%;z-index:999}
.service-box:hover p{padding-bottom:49px}
.service-box >a{border:1px solid #FFFFFF;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;bottom:-35px;color:#FFFFFF;font-family:open sans;font-size:13px;left:50%;line-height:10px;margin-left:-50px;padding:10px 10px;position:absolute;text-transform:uppercase;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;z-index:2147483647}
.service-box:hover a{bottom:21px}
.service-box.red >i{background:none repeat scroll 0 0 #E65A4B}
.service-box.orange >i{background:none repeat scroll 0 0 #ff9f19}
.service-box.blue >i{background:none repeat scroll 0 0 #00a1e0}
.service-box.green >i{background:none repeat scroll 0 0 #00b74f}
.service-box.brown >i{background:none repeat scroll 0 0 #B646B6}
.service-box.d-pink >i{background:none repeat scroll 0 0 #BCC22C}
.service-box:hover i{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.service-box >i{height:50%;position:absolute;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;width:50%}
.service-box >.box-1{left:0;top:0;-webkit-transition:all 0.5s ease 0.1s;-moz-transition:all 0.5s ease 0.1s;-ms-transition:all 0.5s ease 0.1s;-o-transition:all 0.5s ease 0.1s;transition:all 0.5s ease 0.1s}
.service-box >.box-2{right:0;top:0;-webkit-transition:all 0.5s ease 0.3s;-moz-transition:all 0.5s ease 0.3s;-ms-transition:all 0.5s ease 0.3s;-o-transition:all 0.5s ease 0.3s;transition:all 0.5s ease 0.3s}
.service-box >.box-3{left:0;bottom:0;-webkit-transition:all 0.5s ease 0.4s;-moz-transition:all 0.5s ease 0.4s;-ms-transition:all 0.5s ease 0.4s;-o-transition:all 0.5s ease 0.4s;transition:all 0.5s ease 0.4s}
.service-box >.box-4{right:0;bottom:0;-webkit-transition:all 0.5s ease 0.2s;-moz-transition:all 0.5s ease 0.2s;-ms-transition:all 0.5s ease 0.2s;-o-transition:all 0.5s ease 0.2s;transition:all 0.5s ease 0.2s}
.load-more-sec{background:none repeat scroll 0 0 #F0F0F0;float:left;height:58px;margin-bottom:70px;width:100%}
.load-more-sec >a{background:none repeat scroll 0 0 #FFFFFF;border:1px solid #CCCCCC;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#444444;display:table;float:none;font-family:Noto Sans;font-size:15px;height:69px;line-height:10px;margin:-6px auto 0;padding:27px 25px;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s}
.load-more-sec >a:hover{-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px}
.contact-details{float:left;width:100%}
.contact-details >p{color:#404040;float:left;font-family:open sans;font-size:14px;letter-spacing:0.22px;line-height:24px;margin:0 0 30px;width:100%}
.webdesignpage{float:left;width:100%;background-color:#F5F5F5;padding:5px!important}
.social-btns >samp{font-family:sans-serif;font-size:13px}
.social-btns{float:left}
.social-btns >li{float:left;list-style:none outside none}
.social-btns li a{float:left;margin-bottom:10px}
.social-btns >li >a >i{background:none repeat scroll 0 0 #F1F1F1;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#C94848;float:left;font-size:14px;height:40px;line-height:40px;margin:0px;text-align:center;-webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;-ms-transition:all 0.4s ease 0s;-o-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;width:41px}
.contact-info{float:left}
.social-btns >li >a >.fa.fa-facebook:hover{background:none repeat scroll 0 0 #3b5998;color:#FFFFFF}
.social-btns >li >a >.fa.fa-twitter:hover{background:none repeat scroll 0 0 #00aced;color:#FFFFFF}
.social-btns >li >a >.fa.fa-instagram:hover{background:none repeat scroll 0 0 #8b5842;color:#FFFFFF}
.social-btns >li >a >.fa.fa-google-plus:hover{background:none repeat scroll 0 0 #dd4b39;color:#FFFFFF}
.social-btns >li >a >.fa.fa-linkedin:hover{background:none repeat scroll 0 0 #007bb6;color:#FFFFFF}
.social-btns >li >a >.fa.fa-pinterest:hover{background:none repeat scroll 0 0 #cb2027;color:#FFFFFF}
.social-btns >li >a >.fa.fa-youtube:hover{background:none repeat scroll 0 0 #bb0000;color:#FFFFFF}
.social-btns >li >a >.fa.fa-github:hover{background:none repeat scroll 0 0 #333333;color:#FFFFFF}
.social-btns >li >a >.fa.fa-rss:hover{background:none repeat scroll 0 0 #ffb466;color:#FFFFFF}
.social-btns tr td a{color:#C94848;font-size:25px}
.social-btns tr td{text-align:center;width:20%;padding:20px 0}
.social-btns-fotter{color:#C94848;font-size:25px}
.social-td-fotter{text-align:center;width:20%;padding:20px 0}
.contact-info{float:left;margin-top:20px}
.contact-info >span i{background:none repeat scroll 0 0 #646464;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px;color:#FFFFFF;float:left;font-size:14px;height:26px;line-height:26px;margin-right:20px;text-align:center;width:28px}
.contact-info >span{color:#494949;float:left;font-family:open sans;font-size:13px;letter-spacing:0.3px;line-height:25px;margin-bottom:10px;width:100%}
.contact-details >iframe{border:medium none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;margin-top:15px;width:100%}
.contact-tit_adress{margin:30px 0 0 0px!important;text-align:left;font-size:14px}
.contact-form{float:left;margin-top:0px;width:100%}
.contact-form >form{float:left;width:100%}
.input-style{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:left;font-family:open sans;font-size:12px;letter-spacing:0.3px;margin-bottom:10px;padding:6px 6px 6px 10px;width:100%}
.input-logo-order{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:left;font-family:mondifont;font-size:12px;margin-bottom:10px;padding:12px 6px 4px 10px;width:100%}
.input-prenting-page{line-height: normal;background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:left;font-family:open sans;font-size:12px;letter-spacing:0.3px;margin-bottom:10px;padding:10px 6px 0px 10px;width:100%}
.input-style2{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:right;font-family:open sans;font-size:12px;letter-spacing:0.3px;margin-bottom:10px;padding:6px 6px 6px 10px;width:60%;line-height:1.6}
.input-style3{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:left;font-family:open sans;font-size:12px;letter-spacing:0.3px;margin-bottom:10px;padding:5px 6px 4px 10px;width:60%}
.input-style4{background:none repeat scroll 0 0 #FAFAFA;border:1px solid #E6E6E6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px #E9F3F6;-moz-box-shadow:0 1px 2px #E9F3F6;-ms-box-shadow:0 1px 2px #E9F3F6;-o-box-shadow:0 1px 2px #E9F3F6;box-shadow:0 1px 2px #E9F3F6;float:left;font-family:open sans;font-size:12px;letter-spacing:0.3px;margin-bottom:10px;padding:15px 6px 15px 10px;width:100%;line-height:1.6}
.img_code{padding-top:4px;float:left}

.contact1 {
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-bottom: 0px solid #E6E6E6;
}

.heading1{float:left;margin-bottom:55px;margin-top:13px;position:relative;width:100%}
.heading1:before{background:none repeat scroll 0 0 #D8D8D8;content: " ";height:1px;left:0;position:absolute;top:12px;width:100%}
.heading1 >h2{background:none repeat scroll 0 0 #FFFFFF;color:#525252;display:table;font-family:Noto Sans;font-size:22px;font-weight:bold;letter-spacing:0.3px;margin:0 auto;padding:0 50px;position:relative;z-index:99;text-transform:uppercase}
.heading1 >h2:before{background:none repeat scroll 0 0 #D8D8D8;content: " ";height:35px;left:11px;position:absolute;top:-18px;-webkit-transform:rotate(41deg);-moz-transform:rotate(41deg);-ms-transform:rotate(41deg);-o-transform:rotate(41deg);transform:rotate(41deg);width:1px}
.heading1 >h2:after{background:none repeat scroll 0 0 #D8D8D8;bottom:-19px;content: " ";height:35px;position:absolute;right:10px;-webkit-transform:rotate(41deg);-moz-transform:rotate(41deg);-ms-transform:rotate(41deg);-o-transform:rotate(41deg);transform:rotate(41deg);width:1px}
.heading1 >h2 >i{font-style:normal}
.heading1 >span{display:none}
.heading2{float:left;margin-bottom:55px;position:relative;width:100%}
.heading2:before{background:none repeat scroll 0 0 #D8D8D8;content: " ";height:1px;left:0;position:absolute;top:12px;width:100%}
.heading2 >h2{background:none repeat scroll 0 0 #FFFFFF;color:#525252;display:table;font-family:Noto Sans;font-size:22px;font-weight:bold;letter-spacing:0.3px;margin:-10px auto 0;padding-left:50px;padding-right:50px;padding-top:0;position:relative;z-index:99;text-transform:uppercase}
.heading2 >h2:before{background:none repeat scroll 0 0 #D8D8D8;content: " ";height:35px;left:5px;position:absolute;top:-12px;-webkit-transform:rotate(20deg);-moz-transform:rotate(20deg);-ms-transform:rotate(20deg);-o-transform:rotate(20deg);transform:rotate(20deg);width:1px}
.heading2 >h2:after{background:none repeat scroll 0 0 #D8D8D8;content: " ";height:35px;position:absolute;right:5px;top:-12px;-webkit-transform:rotate(-20deg);-moz-transform:rotate(-20deg);-ms-transform:rotate(-20deg);-o-transform:rotate(-20deg);transform:rotate(-20deg);width:1px}
.heading2 >h2 >i{font-style:normal}
.heading2 >span{display:none}
.heading3{float:left;margin-bottom:55px;position:relative;width:100%}
.heading3:before{background:none repeat scroll 0 0 #D8D8D8;content: " ";height:1px;left:0;position:absolute;top:12px;width:100%}
.heading3 >h2{background:none repeat scroll 0 0 #FFFFFF;color:#525252;display:table;float:left;font-family:Noto Sans;font-size:22px;font-weight:bold;letter-spacing:0.3px;margin:0;padding-left:0;padding-right:50px;padding-top:0;position:relative;z-index:99;text-transform:uppercase}
.heading3 >h2 >i{font-style:normal}
.heading3 >span{display:none}
.heading4{border-bottom:1px solid #C94848;float:left;margin-bottom:40px;position:relative;width:100%}
.heading4 >h2{background:none repeat scroll 0 0 #FFFFFF;color:#3C3C3C;float:left;font-family:Raleway;font-size:25px;font-weight:lighter;letter-spacing:0.3px;line-height:17px;margin:4px 0 -1px;padding-right:30px;position:relative;text-transform:uppercase}
.heading4 >h2 i{color:#C94848;font-style:normal;font-weight:600}
.heading4 >h2:before{background:none repeat scroll 0 0 #C94848;bottom:-4px;content: " ";height:38px;position:absolute;right:-13px;-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);-o-transform:rotate(40deg);transform:rotate(40deg);width:1px}
.heading4 >span{color:#767676;float:left;font-family:raleway;font-size:12px;letter-spacing:0.4px;line-height:10px;margin-top:2px;padding-left:30px}
.heading4 >h1{color:#767676;float:left;font-family:raleway;font-size:12px;letter-spacing:0.4px;line-height:10px;margin-top:0px;padding-left:30px}
.heading55{border-bottom:1px solid #C94848;float:left;margin-bottom:40px;position:relative;width:100%}
.heading55 >h1{background:none repeat scroll 0 0 #FFFFFF;color:#3C3C3C;float:left;font-family:Raleway;font-size:25px;font-weight:lighter;letter-spacing:0.3px;line-height:17px;margin:4px 0 -1px;padding-right:30px;position:relative}
.heading55 >h1 i{color:#C94848;font-style:normal;font-weight:600}
.heading55 >h1:before{background:none repeat scroll 0 0 #C94848;bottom:-4px;content: " ";height:38px;position:absolute;right:-13px;-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);-o-transform:rotate(40deg);transform:rotate(40deg);width:1px}
.heading55 >span{color:#767676;float:left;font-family:raleway;font-size:12px;letter-spacing:0.4px;line-height:10px;margin-top:2px;padding-left:30px}
.heading_templates_page{border-bottom:1px solid #C94848;float:left;margin-bottom:40px;position:relative;width:100%}
.heading_templates_page >h2{background:none repeat scroll 0 0 #1B1B1B;color:#3C3C3C;float:left;font-family:Raleway;font-size:25px;font-weight:lighter;letter-spacing:0.3px;line-height:17px;margin:4px 0 -1px;padding-right:30px;position:relative;text-transform:uppercase}
.heading_templates_page >h2 i{color:#C94848;font-style:normal;font-weight:600}
.heading_templates_page >h2:before{background:none repeat scroll 0 0 #C94848;bottom:-4px;content: " ";height:38px;position:absolute;right:-13px;-webkit-transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);-o-transform:rotate(40deg);transform:rotate(40deg);width:1px}
.heading_templates_page >span{color:#ffffff;float:left;font-family:raleway;font-size:12px;letter-spacing:0.4px;line-height:10px;margin-top:5px;margin-bottom:5px;padding-left:30px}
.heading_templates_page >h1{color:#ffffff;float:left;font-family:raleway;font-size:12px;letter-spacing:0.4px;line-height:10px;margin-top:2px;margin-bottom:5px;padding-left:30px}
.heading5{border-bottom:1px solid #D8D8D8;float:left;margin-bottom:40px;position:relative;width:100%}
.heading5 >h2:before{background:none repeat scroll 0 0 #525252;bottom:-1px;content: " ";height:2px;left:0;position:absolute;width:50%}
.heading5 >h2{background:none repeat scroll 0 0 #FFFFFF;color:#525252;display:table;float:left;font-family:Noto Sans;font-size:22px;font-weight:bold;letter-spacing:0.3px;margin:0;padding:0 50px 10px 0;position:relative;z-index:99;text-transform:uppercase}
.heading5 >h2 >i{font-style:normal}
.heading5 >span{display:none}
.heading6{float:left;margin-bottom:40px;position:relative;width:100%}
.heading6 >h2{background:none repeat scroll 0 0 #FFFFFF;color:#525252;display:table;float:left;font-family:Noto Sans;font-size:22px;font-weight:bold;letter-spacing:0.3px;line-height:14px;margin:0;padding:0;position:relative;z-index:99;text-transform:uppercase}
.heading6 >h2 >i{font-style:normal}
.heading6 >span{display:none}
header{float:left;width:100%}
header .container{padding:0}
header >nav{border-top:1px solid #F4F4F4;float:left;width:100%;padding:10px 0 5px;background:#ffffff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#ffffff 0%,#f0f1f1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f0f1f1));background:-webkit-linear-gradient(top,#ffffff 0%,#f0f1f1 100%);background:-o-linear-gradient(top,#ffffff 0%,#f0f1f1 100%);background:-ms-linear-gradient(top,#ffffff 0%,#f0f1f1 100%);background:linear-gradient(to bottom,#ffffff 0%,#f0f1f1 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr= '#ffffff ',endColorstr= '#f0f1f1 ',GradientType=0 )}
.top-bar{float:left;padding:10px 0px 10px 0px;width:100%}

.contact1{background:none repeat scroll 0 0 #FAFAFA;border-radius:3px;border-bottom-left-radius:0;border-bottom-right-radius:0;float:left;font-size:18px;font-weight:600;padding:10px;text-align:center;width:100%;border:1px solid #E6E6E6;border-bottom:0px solid #E6E6E6}
.contact01{background:none repeat scroll 0 0 #FAFAFA;border-radius:3px;border-bottom-left-radius:0;border-bottom-right-radius:0;float:left;font-size:18px;font-weight:600;padding:10px;text-align:center;width:100%;border:1px solid #E6E6E6}
.contact001{background:none repeat scroll 0 0 #FFE2E2;border-radius:3px;border-bottom-left-radius:0;border-bottom-right-radius:0;float:left;font-size:18px;font-weight:600;padding:10px;text-align:center;width:100%;border:1px solid #FFCACA;margin-top:20px}
.contact002{border:1px solid #FFCACA;background-color:#FFE2E2;border-radius:3px;float:left;padding:15px;width:100%;margin-top:20px}
.contact2{border:1px solid #E6E6E6;background-color:#FAFAFA;border-radius:3px;border-top-left-radius:0;border-top-right-radius:0;float:left;padding:15px;width:100%;border-top:0px solid #E6E6E6}
.contact3{list-style:none outside none;padding:0 3px 0px}
.contact4{font-size:20px;vertical-align:sub}
.contact5{font-size:12px}
.contact6{font-size:14px}