@charset "utf-8";
@import "bootstrap.css";
@import "yamm.css";
@import "font-awesome.css";
@import "halflings.css";
@import "glyphicons.css";
@import "ionicons.css";
@import "animate.css";
@import "jquery.flexisel.css";
@import "revolution-settings.css";
@import "extralayers.css";
@import "owl.carousel.css";
@import "jquery-ui.css";
@import "responsiveslides.css";

#loader {
	background: #2D2D2D;
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000000
}
#loader .l-inner{
	position: relative;
	display: block;
	width: 57px;
	height: 57px;
	top: 50%;
	left: 50%;
	margin: -50px auto auto -50px;
}
#loader .l-box {
  width: 25px;
  height: 25px;
  background: rgb(208, 81, 101);
  opacity: 0;
  animation: load 2.5s linear infinite;
}
#loader .l-box:nth-of-type(1) {
  position: absolute;
  top: 2px;
  left: 2px;
}
#loader .l-box:nth-of-type(2) {
  position: absolute;
  top: 2px;
  right: 2px;
  animation-delay: -0.25s;
}
#loader .l-box:nth-of-type(3) {
  position: absolute;
  bottom: 2px;
  right: 2px;
  animation-delay: -0.5s;
}
#loader .l-box:nth-of-type(4) {
  position: absolute;
  bottom: 2px;
  left: 2px;
  animation-delay: -0.75s;
}

@keyframes load {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/********************************************************************
 * 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: '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: normal;
  font-style: normal;
}
.raleway {
	font-family: 'Raleway', sans-serif;
}
@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: normal;
  font-style: normal;
}
.opensans {
  font-family: 'OpenSans', sans-serif;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/RobotoCondensed-Regular-webfont.eot');
  src: url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoCondensed-Regular-webfont.woff') format('woff'), url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'), url('fonts/RobotoCondensed-Regular-webfont.svg#RobotoCondensed-Regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}

.border-box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ==========================================================================
   Block background style
   ========================================================================== */
.color-scheme-1 {
  background-color: #2d2d2d;
}
.color-scheme-2 {
  background-color: #f7f7f7;
}
.color-scheme-3 {
  background-color: rgba(85, 71, 152, 0.7);
}
.color-scheme-4 {
  background-color: #faab10;
}
.color-scheme-white-90 {
  background-color: rgba(255, 255, 255, 0.85);
}
.color-scheme-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.color-scheme-dark-5 {
  background-color: rgba(0, 0, 0, 0.5);
}
.color-scheme-dark-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
/* ==========================================================================
   Content color style
   ========================================================================== */
body {
  background-color: #ffffff;
  font-family: "OpenSans";
  font-size: 14px;
  overflow-y: scroll !important;
}


body.bg_dark {
  background-color: #2d2d2d;
}
.boxed {
  max-width: 1170px;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #444444;
}
.no-pad {
  padding: 0;
}
.no-margin {
  margin: 0;
}
a {
  color: #656565;
  -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;
}
a:hover,
a:focus {
  color: #554798;
}
p {
  color: rgba(45, 45, 45, 0.9);
  line-height: 26px;
  font-family: "OpenSans";
}
img {
  max-width: 100%;
}
.icon-1half {
  font-size: 1.5em;
}
.block {
  padding: 60px 0;
  position: relative;
}
.block1 {
  padding: 30px 0 0;
  position: relative;
}
.block2 {
  padding: 60px 0 30px;
  position: relative;
}
.over-h {
  overflow: hidden;
}
.pt30 {
  padding-top: 30px!important;
}
.pb30 {
  padding-bottom: 30px;
}
.pb20 {
  padding-bottom: 20px;
}
.bg-50-l {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-50-r {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.pad-l-15 {
  padding-left: 15px;
}
.pad-r-15 {
  padding-right: 15px;
}
.page-text {
  color: #777;
  font-family: 'Raleway', sans-serif;
}
.btn-home {
  color: #ffffff;
  padding: 15px 20px;
  text-transform: uppercase;
  background-color: rgba(45, 45, 45, 0.5);
}
.btn-home:hover {
  text-decoration: none;
  background-color: #d05165;
  color: #d05165;
  border-color: #d05165;
}
a.btn-read {
  border: 1px solid rgba(247, 247, 247, 0.7);
  color: #f7f7f7;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 10px auto 20px;
  display: inline-block;
}
a.btn-read:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #d05165;
  border-color: #ffffff;
}
.read-more {
  color: #554798;
  text-decoration: none;
}
.read-more:hover {
  color: #d05165;
  text-decoration: none;
}
.read-more.light {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.read-more.light:hover {
  color: #ffffff;
  text-decoration: none;
}
blockquote p,
.block-form blockquote p {
  color: #2d2d2d;
  font-size: 16px;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  outline-style: none;
  border-color: #d05165;
  box-shadow: none;
}
.relative {
  position: relative;
}
.text-error {
  font-size: 18px;
  color: red;
}
.color-active {
  color: #d05165;
}
.highlight {
  background-color: #d05165;
  color: #ffffff;
  padding: 3px 2px;
}
.dis-n {
  display: none;
}
.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ==========================================================================
   Header styles
   ========================================================================== */
.header.header-top-fixed {
  position: fixed;
}
.header.light .header-top-row {
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
.header.light .header-top-row .login {
  color: rgba(45, 45, 45, 0.7);
}
.header.light .header-top-row .login a {
  color: rgba(45, 45, 45, 0.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, 0.7);
}
.header.light .header-top-row #account-menu .account-menu-title:hover {
  background-color: #d05165;
  color: #ffffff;
}
.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, 0.7);
}
.header.light .header-top-row #account-menu .account-menu-item a:hover {
  background-color: #d05165;
  color: #ffffff;
}
.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, 0.7);
}
.header.light .header-top-row #currency .currency-title:hover {
  background-color: #d05165;
  color: #ffffff;
}
.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, 0.7);
}
.header.light .header-top-row #currency .currency-item a.selected,
.header.light .header-top-row #currency .currency-item a:hover {
  background-color: #d05165;
  color: #ffffff;
}
.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, 0.7);
}
.header.light .header-top-row #lang .lang-title:hover {
  background-color: #d05165;
  color: #ffffff;
}
.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, 0.7);
}
.header.light .header-top-row #lang .lang-item a:hover {
  background-color: #d05165;
  color: #ffffff;
}
.header.light .header-top-row #lang .lang-item a:hover i {
  color: #f7f7f7;
}
.header.light .top-welcome p {
  color: rgba(45, 45, 45, 0.7);
}
.header.light .header-main.header-main-fixed .header-main-block1.with-menu {
  background-color: #ffffff;
}
.header.light .header-main.header-main-fixed .header-main-block1 {
  background-color: #ffffff;
}
.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, 0.7);
}
.header.light .header-main .header-main-block1 .login a {
  color: rgba(45, 45, 45, 0.9);
}
.header.light .header-main .header-main-block1.with-menu {
  background-color: rgba(255, 255, 255, 0.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: #ffffff;
  -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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.header.light .header-main .top-search-form form input {
  background: none;
  border-radius: 0;
  border: 1px solid rgba(45, 45, 45, 0.1);
  color: #999;
}
.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: none;
  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, 0.7);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
.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: #ffffff;
  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;
  background-color: rgba(45, 45, 45, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .header-top-row .login {
  margin: 0;
}
.header .v-line {
  width: 0;
  border-left: 1px solid #d05165;
  height: 30px;
  float: right;
}
.header .top-welcome p {
  line-height: 40px;
  color: rgba(247, 247, 247, 0.7);
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-size: 13px;
  text-align: left;
}
.header .top-welcome p i {
  color: #d05165;
}
.header .login {
  line-height: 40px;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
  margin: 5px 0;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}
.header .login a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.header .login a:hover {
  color: #d05165;
}
.header .login i {
  color: #d05165;
  margin: 0 3px 0 10px;
}

.header #currency {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  position: relative;
}
.header #currency.open .currency-item {
	  top: 40px;
	  display: inline-block;
	  opacity: 1;
	}
@media (min-width: 768px) {
	.header #currency:hover .currency-item {
	  top: 40px;
	  display: inline-block;
	  opacity: 1;
	}
}
.header #currency .currency-title {
  display: block;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 80px;
  color: rgba(255, 255, 255, 0.7);
  -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;
}
.header #currency .currency-title:hover {
  background-color: #d05165;
  color: #ffffff;
  text-decoration: none;
}
.header #currency .currency-title:hover i {
  color: #f7f7f7;
}
.header #currency .currency-title i {
  color: #d05165;
}
.header #currency .currency-item {
  top: -1000px;
  position: absolute;
  z-index: 1000;
  opacity: 0;
  background-color: #2d2d2d;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header #currency .currency-item a {
  display: block;
  line-height: 38px;
  border-top: 1px solid rgba(208, 81, 101, 0.1);
  text-align: left;
  text-indent: 15px;
  width: 80px;
  color: rgba(255, 255, 255, 0.7);
}
.header #currency .currency-item a:hover {
  background-color: #d05165;
  color: #ffffff;
  text-decoration: none;
}
.header #currency .currency-item a:hover i {
  color: #f7f7f7;
}
.header #currency .currency-item a i {
  color: #d05165;
}

.header .header-bg {
  height: 100px;
}
.header .header-bg-fixed {
  height: 0;
}
.header .header-main {
  height: 100px;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.header .header-main .header-main-block1 {
  background-color: rgba(45, 45, 45, 0.7);
  -webkit-transition: background-color .3s ease;
		  transition: background-color .3s ease;
}
.header .header-main .header-main-block1.with-menu .navbar-main {
  background: none;
}
.header .header-main .header-main-block1.with-menu .navbar-main .navbar-toggle {
  margin-right: 0;
}
.header .header-main .header-main-block1.with-menu .yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.header .header-main .header-main-block1.with-menu .nav > li > a:hover,
.header .header-main .header-main-block1.with-menu .nav .open > a:hover,
.header .header-main .header-main-block1.with-menu .nav .open > a:focus,
.header .header-main .header-main-block1.with-menu .nav > li > a:focus,
.header .header-main .header-main-block1.with-menu .nav .open > a,
.header .header-main .header-main-block1.with-menu .navbar-main .nav > li.open > a {
  background: #d05165;
  color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .header-main .header-main-block1.with-menu .nav > li > a:hover i,
.header .header-main .header-main-block1.with-menu .nav .open > a:hover i,
.header .header-main .header-main-block1.with-menu .nav .open > a:focus i,
.header .header-main .header-main-block1.with-menu .nav > li > a:focus i,
.header .header-main .header-main-block1.with-menu .nav .open > a i,
.header .header-main .header-main-block1.with-menu .navbar-main .nav > li.open > a i {
  color: #ffffff;
}
.header .header-main .top-search-form {
  width: 100%;
}
.header .header-main .top-search-form form {
  margin: 5px 0;
  position: relative;
}
.header .header-main .top-search-form form input {
  border: none;
  height: 40px;
  padding: 0 10px;
  background: none;
  background-color: rgba(45, 45, 45, 0.5);
  outline: 0;
  border: 1px solid  #666;
  color: #aaa;
  box-shadow: none;
}
.header .header-main .top-search-form form input:focus {
  outline-style: none;
  box-shadow: none;
  border-color: #d05165;
}
.header .header-main .top-search-form form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 40px;
  width: 40px;
  background: none;
  color: #f7f7f7;
  -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;
  font-size: 14px;
}
.header .header-main .top-search-form form button:hover {
  color: #d05165;
}
.header #container-fixed {
  height: 50px;
  margin: 25px 0;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
.header .header-logo {
  height: 50px;
  margin: 0 auto;
  display: block;
}
.header .navbar-main {
  margin: 0;
  border-radius: 0;
  background-color: rgba(45, 45, 45, 0.95);
  border: none;
}
.header .header-main-fixed {
  height: 50px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.header .header-main-fixed .header-main-block1 {
  background-color: rgba(45, 45, 45, 0.95);
}
.header .header-main-fixed .header-main-block1.with-menu {
  background-color: rgba(45, 45, 45, 0.95);
}
@media (min-width: 992px) {
	.header .header-main-fixed #container-fixed {
	  margin: 0;
	}
}
.header .header-main-fixed .navbar-main {
  background-color: #2d2d2d;
}
.top-header-bg {
  height: 140px;
  -webkit-transition: all 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;
}
.light.top-header-bg {
  height: 145px;
}
.top-header-bg.top-header-bg-fix {
  height: 120px;
}
.top-header-m-bg {
  height: 190px;
  -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;
}
.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;
}
/* ==========================================================================
   Navbar styles
   ========================================================================== */
.header-fade-block {
  display: none;
  padding-bottom: 20px;
  position: relative;
}
.header-fade-block .close-button {
  position: absolute;
  right: 30px;
  top: 15px;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  display: none;
  text-decoration: none;
  cursor: pointer;
  color: #f7f7f7;
}
.header-fade-block .close-button:hover {
  color: #d05165;
}
.navbar-main {
  border: none;
  margin: 0;
  line-height: 22px;
  min-height: 50px;
  border-radius: 0;
  position: relative;
}
.navbar-main .top-icon-block {
  float: right;
  height: 50px;
  margin-left: 15px;
}
.navbar-main .top-icon-block > a {
  font-size: 14px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  color: #f7f7f7;
  display: inline-block;
}
.navbar-main .top-icon-block > a:hover {
  color: #ffffff;
  background-color: #d05165;
}
.navbar-main .top-icon-block .mini-card-icon {
  color: #f7f7f7;
  position: relative;
  font-size: 14px;
  padding: 0 17px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.navbar-main .top-icon-block .mini-card-icon span {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #d05165;
  border-radius: 20px;
}
.header-mini-cart:hover .mini-card-icon,
.header-mini-cart.open .mini-card-icon {
  color: #ffffff;
  background-color: #d05165;
}
.navbar-main .top-icon-block .mini-card-icon:hover .product-item {
  color: #d05165;
}
.navbar-main .top-icon-block .shopping-cart-content {
  width: 250px;
  padding: 8px;
  margin: 0;
  border-top: 2px solid #d05165 !important;
  border-radius: 0;
  font-size: 12px;
  z-index: 9999;
  background-color: #ffffff;
}
.navbar-main .top-icon-block .shopping-cart-content .item {
  width: 232px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
  font-family: "OpenSans", Helvetica, sans-serif;
  padding: 5px 0;
}
.navbar-main .top-icon-block .shopping-cart-content .item img {
  height: 70px;
}
.navbar-main .top-icon-block .shopping-cart-content .item p {
  padding: 5px 5px 0;
  margin: 0;
  color: rgba(45, 45, 45, 0.7);
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
.navbar-main .top-icon-block .shopping-cart-content .item p strong {
  font-size: 13px;
}
.navbar-main .top-icon-block .shopping-cart-content .item div {
  margin-left: 60px;
  margin-right: 30px;
}
.navbar-main .top-icon-block .shopping-cart-content .item .trash {
  display: inline-block;
  padding: 0;
  float: right;
}
.navbar-main .top-icon-block .shopping-cart-content .item .trash i {
  text-decoration: none;
  color: #ddd;
  min-width: 30px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  line-height: 70px;
  font-size: 16px;
}
.navbar-main .top-icon-block .shopping-cart-content .item .trash i:hover {
  color: #d05165;
}
.navbar-main .top-icon-block .shopping-cart-content .item:hover {
  background-color: #f7f7f7;
}
.navbar-main .top-icon-block .shopping-cart-content .total {
  width: 100%;
  color: #554798;
  margin-bottom: 10px;
  padding: 5px 10px 10px;
}
.navbar-main .top-icon-block .shopping-cart-content .total span {
  font-size: 16px;
  font-weight: 600;
}
.navbar-main .top-icon-block .shopping-cart-content .total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
  float: right;
  width: 100%;
}
.navbar-main .top-icon-block .shopping-cart-content .total table td {
  padding: 2px 2px 2px 10px;
  text-align: right;
}
.navbar-main .top-icon-block .shopping-cart-content .total a {
  padding: 7px 15px;
  margin: 0 0 0 10px;
}

.navbar-main .top-icon-block .shopping-cart-content .empty-cart{
  text-align: center;
  padding-top: 10px;
}
.navbar-main .nav > .dropdown > a {
  padding: 15px 20px 15px 15px;
}
.navbar-main .nav > li > a {
  color: #ffffff;
  padding: 15px 15px;
  font-family: 'OpenSans', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.navbar-main .nav > li > a i {
  font-size: 10px;
  position: absolute;
  right: 12px;
  bottom: 15px;
}
.navbar-main .nav > li > a > span,
.navbar-main .dropdown-menu > li > a > span,
.navbar-main .yamm-content ul > li span,
.navbar-main .yamm-content h4 span {
  position: absolute;
  top: -10px;
  right: 3px;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
  line-height: 8px;
  background-color: #d05165;
  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: none;
  border-top: 5px solid #d05165;
  border-left: 5px solid transparent;
  left: 5px;
  bottom: -5px;
  z-index: 1;
}
.navbar-main .dropdown-menu {
  border: 1px solid #ffffff;
  padding: 0;
  border-radius: 0;
  border-top: 2px solid #d05165;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(79, 83, 103, 0.175);
  box-shadow: 0 6px 12px rgba(79, 83, 103, 0.175);
}
.navbar-main .dropdown-menu li > a {
  padding: 0 15px;
  white-space: nowrap;
  min-height: 32px;
  line-height: 40px;
  color: rgba(45, 45, 45, 0.7);
  font-family: 'Roboto', sans-serif;
  position: relative;
  -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;
}
.navbar-main .dropdown-submenu {
  position: relative;
}
.navbar-main .dropdown-submenu:hover:after {
  color: #d05165;
}
.navbar-main .dropdown-submenu:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 14px;
  padding-left: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.navbar-main .dropdown-submenu > .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
}
.navbar-main .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.navbar-main .dropdown-menu > li > a:hover,
.navbar-main .dropdown-menu > li > a:focus {
  color: #d05165;
  padding: 0 12px 0 18px;
  background-color: rgba(247, 247, 247, 0.5);
}
.navbar-main .nav.navbar-right .dropdown-menu {
  right: 15px;
}
.navbar-main a.navbar-brand {
  padding: 0;
  height: 30px;
}
.navbar-main a.navbar-brand i {
  display: inline-block;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  -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;
}
.navbar-main .navbar-toggle {
  background-color: #2d2d2d;
  border-radius: 0;
  margin-right: 10px;
}
.navbar-main .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-main .navbar-collapse {
  max-height: none;
}
.nav > li > a:hover,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:focus,
.nav .open > a,
.navbar-main .nav > li.open > a {
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.nav > li > a:hover i,
.nav .open > a:hover i,
.nav .open > a:focus i,
.nav > li > a:focus i,
.nav .open > a i,
.navbar-main .nav > li.open > a i {
  color: #ffffff;
}
.yamm-content ul > li {
  min-height: 40px;
  line-height: 40px;
}
.yamm-content ul > li i {
  width: 17px;
}
.yamm-content .banner {
  margin: 0;
}
.full-screen-block {
  position: relative;
  overflow: hidden;
  background-image: url("../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%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.full-screen-block .fade-ticker .big-text {
  padding: 30px 0 10px;
}
.full-screen-block .fade-ticker .big-text .head-title {
  font-size: 60px;
  color: #d05165;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.full-screen-block .fade-ticker .big-text .head-title span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.block-op50 {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 30px 0 30px;
}
/* ==========================================================================
Product style
========================================================================== */
.product.list .product-caption {
  padding: 20px;
}
.product.list .product-icons {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 5px 0 0;
  vertical-align: middle;
}
.product.list .product-icons .product-icon {
  display: inline-block;
  position: relative;
}
.product.list .product-icons .product-icon a {
  display: block;
  position: inherit;
  left: 0;
  top: 5px;
  -webkit-transition: all 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;
  text-decoration: none;
}
.product.list .product-icons .product-icon a:hover {
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.product.list .product-icons .product-icon .product-card-icon {
  font-size: 19px;
  color: #ffffff;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  top: 0;
  background-color: rgba(208, 81, 101, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -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;
  line-height: 58px;
}
.product {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 15px 30px 15px;
  position: relative;
  padding: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(45, 45, 45, 0.1);
}
.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;
  color: #ffffff;
  display: block;
  -webkit-backface-visibility: hidden;
  background-color: rgba(208, 81, 101, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -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;
  line-height: 58px;
  z-index: 33;
  left: 10px ;
  bottom: 10px;
}
.product .product-cart:hover {
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.product .product-cart.word {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  width: inherit;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  display: inline-block;
  padding: 0 20px;
  left: 0;
  bottom: 0;
  margin: 5px 0 15px;
  background-color: rgba(45, 45, 45, 0.7);
  font-family: 'Roboto', sans-serif;
}
.product .product-cart.word i {
  padding-right: 10px;
}
.product .product-cart.word:hover {
  background-color: #2d2d2d;
}
.product .product-compare {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  display: block;
  -webkit-backface-visibility: hidden;
  background-color: rgba(208, 81, 101, 0.7);
  border-radius: 60px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -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;
  line-height: 40px;
  z-index: 33;
  opacity: 0;
  right: 15px ;
  bottom: 20px;
}
.product .product-compare:hover {
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.product .product-wishlist {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  display: block;
  -webkit-backface-visibility: hidden;
  background-color: rgba(208, 81, 101, 0.7);
  border-radius: 60px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -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;
  line-height: 40px;
  z-index: 33;
  right: 58px;
  opacity: 0;
  bottom: 20px;
}
.product .product-wishlist:hover {
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.product .product-caption {
  text-align: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 10px;
}
.product .product-caption .product-name {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  padding: 10px 0 5px;
  display: block;
  text-decoration: none;
  color: #2d2d2d;
}
.product .product-caption .product-name:hover {
  color: #d05165;
}
.product .product-caption .product-price {
  color: #d05165;
  font-size: 18px;
  margin: 5px 0 10px;
  font-family: 'OpenSans', sans-serif;
  font-weight: 700;
  line-height: 25px;
  max-height: 25px;
}
.product .product-caption .product-price span {
  color: rgba(45, 45, 45, 0.5);
  font-size: 13px;
  text-decoration: line-through;
  line-height: 25px;
}
.product .product-caption .product-price.out-of-stock {
  color: #6D6D6D;
  font-size: 12px;
  font-weight: 300;
}
.product .product-rating {
  width: 100%;
  padding: 5px 0 3px;
}
.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: normal;
  font-style: normal;
  display: inline-block;
}
.product .product-rating .stars span.star.active:before {
  content: "\f005";
}
.product .product-rating .stars span.star:hover {
  cursor: pointer;
}
.product .product-rating .stars span.star:before {
  content: "\f006";
  padding: 0 2px;
  color: rgba(45, 45, 45, 0.7);
}
.product .product-rating .stars span.star:hover:before,
.product .product-rating .stars span.star:hover ~ span.star:before {
  content: "\f005";
  color: rgba(45, 45, 45, 0.7);
}
.product .product-rating .review {
  color: rgba(45, 45, 45, 0.7);
  font-size: 11px;
  position: absolute;
  left: 85px;
  top: 7px;
  text-decoration: none;
}
.product .product-rating .review:hover {
  color: #d05165;
}
.product .description,
.product .description > p {
  font-size: 14px;
  color: rgba(45, 45, 45, 0.7);
}
.product-new {
  position: absolute;
  font-size: 13px;
  z-index: 5;
  height: 26px;
  text-align: center;
  line-height: 24px;
  right: 0;
  top: 0;
  color: #ffffff;
  background-color: #d05165;
  width: 60px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-new:after {
  content: '';
  position: absolute;
  border-left: 8px solid transparent;
  border-bottom: none;
  border-top: 26px solid #d05165;
  left: -8px;
  top: 0;
  z-index: 1;
}
.quick-view {
  position: absolute;
  font-size: 19px;
  color: #ffffff;
  display: block;
  -webkit-backface-visibility: hidden;
  background-color: rgba(45, 45, 45, 0.7);
  opacity: 0;
  width: 70px;
  height: 70px;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  left: 50%;
  top: 50%;
  margin: -35px auto auto -35px;
  vertical-align: middle;
  -webkit-transition: all 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;
  line-height: 68px;
  z-index: 33;
}
.quick-view:hover {
  background-color: #2d2d2d;
  color: #ffffff;
  border-color: #2d2d2d;
}
.quick-view.word {
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  margin: -20px auto auto -65px;
  font-family: 'Roboto', sans-serif;
}
.product-sale {
  position: absolute;
  font-size: 13px;
  z-index: 5;
  height: 26px;
  text-align: center;
  line-height: 24px;
  right: 0;
  top: 26px;
  color: #ffffff;
  background-color: #554798;
  width: 60px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-sale:after {
  content: '';
  position: absolute;
  border-left: 8px solid transparent;
  border-top: none;
  border-bottom: 26px solid #554798;
  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: none;
  border-bottom: 15px solid #ffffff;
  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: none;
  border-bottom: 14px solid #ffffff;
  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: #ffffff;
  left: 50%;
  margin-left: -40px;
  bottom: -60px;
  z-index: 5;
}
.figure-hover-overlay.rentengle:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 15px;
  background-color: #ffffff;
  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;
  background: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.figure-hover-overlay img {
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin: 0 auto;
}
.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: 0.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 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.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, 0.4);
}
.block-big-product .big-product-inner .big-product-name {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.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: normal;
  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, 0.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, 0.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, 0.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, 0.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, 0.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: #ffffff;
}
.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, 0.7);
  border-radius: 50px;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  -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;
  text-decoration: none;
}
.block-big-product .big-product-inner .product-icons .product-icon a:hover {
  background-color: #d05165;
  color: #ffffff;
}
.block-big-product .big-product-inner .product-icons .product-icon .product-card-icon {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  top: 0;
  background-color: rgba(208, 81, 101, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 70px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -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;
  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, 0.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;
  float: left;
  border: 1px solid rgba(45, 45, 45, 0.1);
}
.product-small-list .product-small-list-text-img + .product-small-list .product-small-list-text {
  padding-left: 90px;
}
.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, 0.7);
  font-size: 13px;
  text-decoration: line-through;
}
.product-small-list .product-small-list-text .product-name {
  font-size: 16px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: rgba(45, 45, 45, 0.7);
}

.product-small-list .product-small-list-text-img + .product-small-list-text {
  padding-left: 90px;
}

.product-small-list .product-small-list-text .product-name:hover {
  color: #d05165;
}
.product-small-list .product-small-list-text p {
  color: rgba(45, 45, 45, 0.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: normal;
  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, 0.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, 0.7);
}
.product-small-list .product-small-list-text .product-rating .review {
  color: rgba(45, 45, 45, 0.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, 0.7);
  color: #d05165;
  border-radius: 3px;
  display: inline-block;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  -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;
  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: #ffffff;
  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, 0.5);
}
.product-small-list.light {
  border-top: 0;
}
.product-small-list.light .product-small-list-text-img {
  border-color: rgba(247, 247, 247, 0.3);
}
.product-small-list.light .product-small-list-text .product-price {
  color: rgba(247, 247, 247, 0.9);
}
.product-small-list.light .product-small-list-text .product-price span {
  color: rgba(247, 247, 247, 0.5);
}
.product-small-list.light .product-small-list-text .product-name {
  color: rgba(255, 255, 255, 0.5);
}
.product-small-list.light .product-small-list-text .product-name:hover {
  color: #ffffff;
}
.product-small-list.light .product-small-list-text p {
  color: rgba(247, 247, 247, 0.3);
}
.product-small-list.light .product-small-list-text .product-rating .stars span.star:before {
  color: rgba(208, 81, 101, 0.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, 0.9);
}
/* ==========================================================================
Header block of secondary pages
========================================================================== */
.breadcrumb {
  margin: 0;
  padding: 25px 0;
  background: none;
  display: inline-block;
}
.breadcrumb > li {
  text-shadow: none;
  margin-left: 5px;
}
.breadcrumb > li:first-child {
  margin-left: 0;
}
.breadcrumb > li a {
  color: rgba(45, 45, 45, 0.5);
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.breadcrumb > li a:hover {
  color: #d05165;
}
.breadcrumb > li:after {
  margin-left: 10px;
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 12px;
  color: rgba(45, 45, 45, 0.5);
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:last-child:after {
  display: none
}
.breadcrumb > .active {
  color: #d05165;
  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, 0.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: none;
  color: #ffffff;
}
.alert.alert-warning {
  background-color: #d05165;
  border: none;
  color: #ffffff;
}
.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 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;
}
.flickr li:hover {
  background-color: #d05165;
}
.tool_tip {
  color: #d05165;
}
.tool_tip:hover {
  color: #d05165;
}
/* ==========================================================================
   Work style
   ========================================================================== */
.portfolio-cell {
  position: relative;
}
.portfolio-cell .portfolio-item {
  position: relative;
}
.no-pad {
  padding: 0;
}
.no-mar {
  margin: 0;
}
.portfolio-cell .portfolio-item .image-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  width: 100%;
  height: 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;
}
.portfolio-cell .portfolio-item .image-overlay a {
  -webkit-backface-visibility: hidden;
  position: absolute;
  text-decoration: none;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1011;
}
.portfolio-cell .portfolio-item .image-overlay .image-overlay-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 90px;
  top: 55%;
  left: 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;
  margin-top: -45px;
}
.portfolio-cell .portfolio-item .image-overlay .image-overlay-content i {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 30px;
}
.portfolio-cell .portfolio-item .image-overlay .image-overlay-content h4 {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
.portfolio-cell .portfolio-item .image-overlay .image-overlay-content p {
  text-align: center;
  color: rgba(247, 247, 247, 0.7);
}
.portfolio-cell .portfolio-item:hover .image-overlay {
  border: none;
  background-color: rgba(208, 81, 101, 0.9);
  opacity: 1;
}
.portfolio-cell .portfolio-item:hover .image-overlay .image-overlay-content {
  top: 50%;
}
/* ==========================================================================
   All Block styles
   ========================================================================== */
.header-for-light {
  position: relative;
  margin-bottom: 20px;
}
.header-for-light h1,
.header-for-light h2,
.header-for-light h3 {
  text-align: left;
  margin: 0;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
}
.header-for-light h1 span,
.header-for-light h2 span,
.header-for-light h3 span {
  color: #d05165;
  text-transform: uppercase;
}
.header-for-light p {
  color: rgba(45, 45, 45, 0.9);
  margin: 10px 0;
}
.header-for-light .header-bottom-line {
  display: block;
  height: 1px;
  width: 40px;
  margin: 0 auto;
  background-color: rgba(208, 81, 101, 0.5);
  margin: 0;
}
.header-for-light .see-all {
  display: inline-block;
  float: right;
  line-height: 38px;
  font-size: 16px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  font-family: 'Roboto', sans-serif;
  padding: 0 15px;
  text-decoration: none;
  color: rgba(45, 45, 45, 0.7);
}
.header-for-light .see-all:hover {
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.header-for-light.with-owl-nav h2:after{
  display: block;
  content: '';
  float: right;
  width: 100px;
  height: 40px;
}
.toolbar-for-light {
  position: relative;
  float: right;
  display: inline-block;
  height: 40px;
  z-index: 2;
}
.toolbar-for-light a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  z-index: 5;
  padding: 0;
  color: rgba(45, 45, 45, 0.5);
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}
.toolbar-for-light a:hover {
  border-color: #d05165;
  background-color: #d05165;
  color: #ffffff;
}
.toolbar-for-light a i {
  line-height: 40px;
  padding: 0 3px;
  font-size: 18px;
}
.header-for-light.center {
  text-align: center;
}
.header-for-light.center h1,
.header-for-light.center h2,
.header-for-light.center h3 {
  text-align: center;
}
.header-for-light.center p {
  text-align: center;
}
.header-for-light.center .header-bottom-line {
  display: block;
  height: 1px;
  width: 40px;
  margin: 0 auto;
  background-color: rgba(208, 81, 101, 0.5);
}
.header-for-black {
  position: relative;
  margin-bottom: 20px;
}
.header-for-black h1,
.header-for-black h2,
.header-for-black h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  color: #f7f7f7;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}
.header-for-black h1 span,
.header-for-black h2 span,
.header-for-black h3 span {
  color: #d05165;
  text-transform: uppercase;
}
.header-for-black p {
  color: rgba(247, 247, 247, 0.5);
  margin: 10px 0;
}
.header-for-black .header-bottom-line {
  display: block;
  height: 1px;
  width: 40px;
  margin: 0 auto;
  background-color: rgba(247, 247, 247, 0.5);
}
.header-for-black .see-all {
  display: inline-block;
  float: right;
  line-height: 38px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: 'Roboto', sans-serif;
  padding: 0 15px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
.header-for-black .see-all:hover {
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.header-for-black.center h1,
.header-for-black.center h2,
.header-for-black.center h3 {
  text-align: center;
  display: block;
}
.header-for-black.center p {
  text-align: center;
}
.header-for-black.center .header-bottom-line {
  display: block;
  height: 1px;
}
.header-for-black.center .toolbar-for-light {
  width: 100%;
}
.toolbar-for-black {
  position: relative;
  float: right;
  display: inline-block;
  height: 40px;
  z-index: 2;
}
.toolbar-for-black a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 5;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}
.toolbar-for-black a:hover {
  border-color: #d05165;
  background-color: #d05165;
  color: #ffffff;
}
.toolbar-for-black a i {
  line-height: 40px;
  padding: 0 3px;
  font-size: 18px;
}
.article-header {
  color: rgba(45, 45, 45, 0.7);
  margin: 0 0 20px;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.article-header.center {
  text-align: center;
}
.hot-service-block {
  padding-top: 30px;
}
.hot-service {
  position: relative;
  background-color: rgba(45, 45, 45, 0.1);
  text-align: center;
  padding: 60px 20px;
  -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;
  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, 0.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: #ffffff;
}
.hot-service:hover p {
  color: rgba(247, 247, 247, 0.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, 0.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, 0.3);
  font-style: italic;
}
.block-client-say .client-say-container p {
  color: rgba(255, 255, 255, 0.5);
}
.widget-block {
  position: relative;
  margin-bottom: 30px;
}
.banner-round {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}
.banner-round .banner-title {
  position: absolute;
  display: block;
  height: 80px;
  line-height: 80px;
  top: 80%;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  margin-top: -40px;
  width: 100%;
  z-index: 2;
  background-color: rgba(45, 45, 45, 0.5);
  opacity: 0;
  -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;
}
.banner-round img {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.banner-round .banner-title.light {
  background-color: rgba(255, 255, 255, 0.5);
}
.banner-round:hover .banner-title {
  opacity: 1;
}
.banner-round:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.banner-collection {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  backface-visibility: hidden;
}
.banner-collection a {
  position: absolute;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-collection:after {
  position: absolute;
  content: "";
  background-color: rgba(45, 45, 45, 0.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, 0.7);
  font-family: 'Roboto', sans-serif;
  margin-top: -40px;
  z-index: 5;
  padding: 0 20px;
  -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;
}
.banner-collection .banner-title span {
  font-size: 22px;
  display: block;
  padding-bottom: 5px;
  color: #ffffff;
}
.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, 0.5);
}
.banner-collection:hover:after {
  opacity: 0;
}
.banner-collection:hover .banner-title {
  top: 110%;
}
.banner-collection:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.banner {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
}
.banner .banner-title {
  position: absolute;
  display: block;
  height: 80px;
  line-height: 80px;
  top: 50%;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  margin-top: -40px;
  width: 100%;
  z-index: 2;
  background-color: rgba(45, 45, 45, 0.5);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.banner img {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -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;
}
.banner .banner-title.light {
  background-color: rgba(255, 255, 255, 0.5);
}
.banner:hover .banner-title {
  opacity: 1;
}
.banner:hover img {
  -webkit-transform: scale(1.1, 1.1) rotate(1deg);
  -moz-transform: scale(1.1, 1.1) rotate(1deg);
  -o-transform: scale(1.1, 1.1) rotate(1deg);
  -ms-transform: scale(1.1, 1.1) rotate(1deg);
  transform: scale(1.1, 1.1) rotate(1deg);
}
.catalog .panel {
  margin-bottom: 30px;
  border-radius: 0;
}
.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: #ffffff;
  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, 0.1);
}
.catalog .list-group .list-group-item i {
  width: 30px;
  display: inline-block;
}
.catalog .list-group .list-group-item .badge {
  padding: 5px 7px;
  background: none;
  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, 0.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, 0.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;
}
/* ==============effect icon ==========*/
.hi-icon-wrap {
  text-align: center;
  padding: 0em;
  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 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Effect - Color */
.hi-icon-color .hi-icon {
  color: #fff;
  /*box-shadow: 0 0 0 3px #00abeb;*/
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hi-icon-color .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  /*background: #00abeb;*/
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
/* Effect 2a */
.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, 0.5);
}
.block-feature i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.5);
  -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;
  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, 0.7);
}
.block-feature.dark a {
  color: rgba(45, 45, 45, 0.7);
}
.block-feature.dark a:hover {
  color: #d05165;
}
.block-feature.dark p {
  color: rgba(45, 45, 45, 0.5);
}
.block-feature.dark i {
  color: rgba(45, 45, 45, 0.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 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.fashion-feature:hover {
  background-image: url("../img/bg/bg3.jpg");
}

.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: #ffffff;
  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 20px;
  line-height: 38px;
  background: rgba(247, 247, 247, 0.5);
  font-size: 14px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  text-decoration: none;
  color: rgba(45, 45, 45, 0.7);
}
.tags li a:hover {
  text-decoration: none;
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.tags.bg_dark li a {
  border: 1px solid rgba(247, 247, 247, 0.3);
  color: rgba(255, 255, 255, 0.5);
  background: rgba(45, 45, 45, 0.5);
}
.tags.bg_dark li a:hover {
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.home-block {
  padding-top: 30px;
}
.block-side-category {
  border: 1px solid rgba(45, 45, 45, 0.1);
  margin-bottom: 30px;
  background-color: rgba(247, 247, 247, 0.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, 0.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: #ffffff;
}
.block-side-category .ul-side-category i {
  background: rgba(247, 247, 247, 0.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, 0.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 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;
}
.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: #ffffff;
}
.block-side-category .ul-side-category li i {
  font-size: 16px;
  line-height: 18px;
}
.block-side-category .ul-side-category li:last-child {
  border: none;
}
.block-side-category .ul-side-category .sub-category {
  display: none;
  padding-left: 10px;
}
.hexagon {
  width: 200px;
  height: 110px;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  margin: 0 auto;
  transition: all 0.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, 0.95);
  transition: all 0.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, 0.95);
  transition: all 0.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, 0.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, 0.7);
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
}
.hexagon a:hover {
  color: #ffffff;
}
.hexagon:hover i {
  color: rgba(255, 255, 255, 0.5);
}
.hexagon:hover a {
  color: rgba(247, 247, 247, 0.9);
}
.hexagon:hover a:hover {
  color: #ffffff;
}
.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 #ffffff;
  border-bottom: 1px solid #ffffff;
}
.top-section p {
  color: rgba(247, 247, 247, 0.9);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(247, 247, 247, 0.3);
}
.top-section h4 {
  color: #ffffff;
  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 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;
}
.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 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;
}
.fullwidth-services .fullwidth-service .inner-service i {
  font-size: 48px;
  line-height: 36px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
}
.fullwidth-services .fullwidth-service .inner-service .detail-line {
  background: rgba(247, 247, 247, 0.5);
  margin: 0 auto;
}
.fullwidth-services .fullwidth-service .inner-service h4 {
  color: #ffffff;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}
.fullwidth-services .fullwidth-service .inner-service p {
  color: rgba(255, 255, 255, 0.7);
  -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;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.fullwidth-services .fullwidth-service:hover {
  margin-top: -37px;
}
.fullwidth-services .fullwidth-service:hover p {
  max-height: 500px;
  opacity: 1;
  padding-top: 20px;
}
.colors {
  margin: 0 !important;
  list-style: none;
  text-align: center;
}
.colors li {
  float: left;
  margin: 0 10px 5px 0;
}
.colors li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px #CCC solid;
}
#owl-partners:hover .partner {
  background-color: rgba(255, 255, 255, 0.07);
}
.partner {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 10px;
  padding: 15px 30px 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.partner img {
  margin: 0 auto;
}
#owl-partners:hover .partner:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.second-page-container {
  padding-top: 190px;
}
.google-map {
  height: 400px;
}
.google-map .google-map-frame {
  overflow: hidden;
  height: 100% !important;
  width: 100% !important;
  border: none;
}
.block-form {
  margin-bottom: 30px;
}
.block-form h3 {
  margin: 10px 0;
  font-family: 'Roboto', sans-serif;
  color: rgba(45, 45, 45, 0.7);
}
.block-form h3 i {
  color: #d05165;
  font-size: 20px;
  margin-right: 10px;
}
.block-form p {
  color: rgba(45, 45, 45, 0.7);
}
.block-form textarea.form-control {
  height: 100px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  border-radius: 3px;
}
.block-form hr {
  border-color: rgba(45, 45, 45, 0.1);
}
.block-form label {
  margin: 10px 0 0;
  color: rgba(45, 45, 45, 0.7);
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.block-form .form-control {
  margin: 10px 0;
  border-color: rgba(45, 45, 45, 0.1);
  height: 40px;
  border-radius: 0;
}
.block-form .form-control:focus {
  outline-style: none;
  border-color: #d05165;
  box-shadow: none;
}
.block-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbb;
}
.block-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbb;
}
.block-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbb;
}
.block-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbb;
}
.box-border {
  padding: 20px 30px;
  background-color: rgba(247, 247, 247, 0.3);
  border: 1px solid rgba(45, 45, 45, 0.1);
  margin-bottom: 30px;
}
.btn-default.dark {
  border: 1px solid rgba(247, 247, 247, 0.3);
  color: rgba(247, 247, 247, 0.7);
  padding: 9px 20px;
  -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;
  text-decoration: none;
  background-color: transparent;
}
.btn-default.dark:hover {
  text-decoration: none;
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.btn-default.dark:focus {
  text-decoration: none;
}
.btn-default {
  border: 1px solid rgba(45, 45, 45, 0.3);
  color: rgba(45, 45, 45, 0.7);
  padding: 9px 20px;
  -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;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
}
.btn-default:hover {
  text-decoration: none;
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.btn-default:focus {
  text-decoration: none;
}
.btn-default.active {
  border: 1px solid rgba(208, 81, 101, 0.7);
  color: #d05165;
  background-color: transparent;
}
.btn-default.active:hover {
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
.btn-default.highlight{
  color: #fff;
  background-color: #d05165;
}
.btn-default.highlight:hover{
  border: 1px solid rgba(45, 45, 45, 0.3);
  background-color: #554798;
}
/* ==========================================================================
Page Shopping cart
========================================================================== */
.block-order-total ul {
  color: #555;
  font-family: 'Raleway', sans-serif;
}
.block-order-total ul li {
  line-height: 40px;
}
.block-order-total ul li strong {
  float: right;
}
.block-order-total ul .active {
  color: #ffffff;
}
.cart-table.compare .card_product_image {
  background: none;
}
.cart-table.compare .card_product_image img {
  width: 100%;
}
.cart-table.compare tr td:nth-child(even) {
  background-color: #f9f9f9;
}
.cart-table.compare .product-price {
  color: #d05165;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
thead > tr > th {
  font-family: 'Roboto', sans-serif;
  color: rgba(45, 45, 45, 0.7);
}
.cart-table {
  min-width: 300px;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}
.cart-table textarea {
  border: 1px solid rgba(45, 45, 45, 0.3);
}
.cart-table .product-rating {
  width: 100%;
  padding: 5px 0 3px;
  position: relative;
}
.cart-table .product-rating .stars {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 12px;
  text-align: center;
}
.cart-table .product-rating .stars span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.cart-table .product-rating .stars span.star.active:before {
  content: "\f005";
}
.cart-table .product-rating .stars span.star:hover {
  cursor: pointer;
}
.cart-table .product-rating .stars span.star:before {
  content: "\f006";
  padding: 0 2px;
  color: rgba(45, 45, 45, 0.7);
}
.cart-table .product-rating .stars span.star:hover:before,
.cart-table .product-rating .stars span.star:hover ~ span.star:before {
  content: "\f005";
  color: rgba(45, 45, 45, 0.7);
}
.cart-table .product-rating .review {
  color: rgba(45, 45, 45, 0.7);
  font-size: 11px;
  position: absolute;
  left: 85px;
  top: 7px;
  text-decoration: none;
}
.cart-table .product-rating .review:hover {
  color: #d05165;
}
.cart-table a {
  text-decoration: none;
  color: #2d2d2d;
}
.cart-table a:hover {
  color: #d05165;
}
.cart-table th {
  display: none;
  font-family: 'Roboto', sans-serif;
}
.cart-table thead > tr > th {
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  font-family: 'Roboto', sans-serif;
  color: rgba(45, 45, 45, 0.7);
}
.cart-table td {
  display: block;
}
.cart-table td:first-child {
  padding-top: .5em;
}
.cart-table td:last-child {
  padding-bottom: .5em;
}
.cart-table td:before {
  content: attr(data-th);
  font-weight: bold;
  width: 120px;
  display: inline-block;
}

@media (max-width: 679px) {
	.cart-table td.card_product_image{
	  border: none;
	  text-align: center;
	  width: 100%;
	}

	.cart-table td.card_product_remove{
	  padding-bottom: 50px;
	}

	.cart-table td.card_product_remove a:before{
	  content: 'Удалить из корзины';
	  font-size: 14px;
	}
	.cart-table td.card_product_image:before{
	  display: none;
	}
	.cart-table td.card_product_remove:before{
	  display: none;
	}
	.cart-table td.card_product_remove a i{
	  display: none;
	}
}

@media (min-width: 680px) {
  .cart-table td:before {
    display: none;
  }
}
.cart-table th,
.cart-table td {
  text-align: center;
  vertical-align: middle !important;
}
@media (min-width: 680px) {
  .cart-table th,
  .cart-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .cart-table th:first-child,
  .cart-table td:first-child {
    padding-left: 0;
  }
  .cart-table th:last-child,
  .cart-table td:last-child {
    padding-right: 0;
  }
}
@media (min-width: 680px) {
  .cart-table th,
  .cart-table td {
    padding: 1em !important;
  }
}
@media (max-width: 680px) {
  .cart-table th,
  .cart-table td {
    text-align: left;
  }
}
.cart-table th,
.cart-table td:before {
  color: #2d2d2d;
}
.cart-table .card_product_image {
  width: 140px;
  border-radius: 3px;
}
.cart-table .card_product_image img {
  width: 120px;
}
.cart-table .card_product_quantity input {
  width: 50px;
  border: 1px solid rgba(45, 45, 45, 0.3);
  padding: 8px 0 8px 15px;
  height: inherit;
  color: inherit;
  border-radius: inherit;
}
.cart-table .btn-default-1 {
  color: #2d2d2d;
}
.cart-table .btn-default-1:hover {
  background-color: #d05165;
  color: #ffffff;
}
.cart-table  .card_product_remove {
  text-align: center;
  font-size: 26px;
}

/* ==========================================================================
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: none;
  border-radius: 0;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  color: rgba(45, 45, 45, 0.7);
  padding-bottom: 15px;
}
.nav-pills > li > a .alt-tabs-icon {
  display: block;
}
.nav-pills > li > a .alt-tabs-icon i {
  font-size: 48px;
  color: rgba(45, 45, 45, 0.7);
  line-height: 36px;
  display: inline-block;
  margin-bottom: 10px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background: none!important;
  color: #d05165;
  box-shadow: none;
}
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
  width: 40px;
  margin-left: -20px;
}
.nav-pills > li > a:hover i,
.nav-pills > li > a:focus i {
  color: #d05165;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: none;
  color: #d05165;
}
.nav-pills > li.active > a i,
.nav-pills > li.active > a:hover i,
.nav-pills > li.active > a:focus i {
  color: #d05165;
}
.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: none;
  border-radius: 0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: rgba(45, 45, 45, 0.7);
  padding: 7px 20px;
  border: 1px solid rgba(45, 45, 45, 0.1);
}
.tab-horizantal > li > a i {
  display: block;
  font-size: 48px;
  color: rgba(45, 45, 45, 0.7);
  line-height: 36px;
  display: inline-block;
  margin-bottom: 10px;
  min-width: 80px;
}
.tab-horizantal > li > a:hover,
.tab-horizantal > li > a:focus {
  background: none;
  color: #d05165;
  box-shadow: none;
}
.tab-horizantal > li > a:hover i,
.tab-horizantal > li > a:focus i {
  color: #d05165;
}
.tab-horizantal > li.active > a,
.tab-horizantal > li.active > a:hover,
.tab-horizantal > li.active > a:focus {
  background: #d05165;
  color: #ffffff;
}
.tab-horizantal > li.active > a i,
.tab-horizantal > li.active > a:hover i,
.tab-horizantal > li.active > a:focus i {
  color: #ffffff;
}
.table-responsive .table .label {
  background-color: #d05165;
}
.table-responsive .table .new {
  background-color: #554798;
}
.tab-content {
  position: relative;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.tab-content .tab-pane.active {
  height: inherit;
}
/* ==========================================================================
Page Blogs
========================================================================== */
.post-blog-mini {
  margin-bottom: 30px;
}
.post-blog-mini .post-blog-img {
  position: relative;
  border: 1px solid rgba(45, 45, 45, 0.1);
}
.post-blog-mini .post-blog-img:hover {
  border-color: rgba(208, 81, 101, 0.7);
}
.post-blog-mini .post-blog-img .post-date {
  position: absolute;
  width: 50px;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #f7f7f7;
}
.post-blog-mini .post-blog-img .post-date span {
  display: block;
  text-align: center;
}
.post-blog-mini .post-blog-img .post-date .day {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
}
.post-blog-mini .post-blog-img .post-date .month {
  font-size: 0.9em;
  padding: 5px 12px 7px;
  color: #fff;
  background-color: #d05165;
}
.post-blog-mini .post-title {
  line-height: 24px;
  color: rgba(45, 45, 45, 0.7);
  font-size: 18px;
  margin: 10px 0;
  display: block;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
.post-blog-mini .post-title:hover {
  color: #d05165;
}
.post-blog-mini p {
  color: rgba(45, 45, 45, 0.5);
  font-size: 14px;
  line-height: 22px;
}
.post-blog-mini .post-icons {
  display: block;
}
.post-blog-mini .post-icons .smlinks {
  float: right;
  display: inline-block;
  color: rgba(45, 45, 45, 0.4);
  font-size: 12px;
  border: 1px solid #e1e1e1;
  padding: 3px 5px 2px;
  margin-left: 5px;
  margin-top: 5px;
  text-decoration: none;
}
.post-blog-mini .post-icons .smlinks:hover {
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}

.post-blog {
  margin-bottom: 30px;
}
.post-blog .post-blog-img .post-date {
  width: 50px;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}
.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: bold;
  padding: 8px;
}
.post-blog .post-blog-img .post-date .month {
  font-size: 0.9em;
  padding: 5px 12px 7px;
  color: #fff;
  background-color: #d05165;
}
.post-blog .post-title {
  margin: 0;
}
.post-blog .post-title a {
  color: rgba(45, 45, 45, 0.7);
  margin: 0 0 10px;
  display: block;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
.post-blog .post-title a:hover {
  color: #d05165;
}
.post-blog p {
  color: rgba(45, 45, 45, 0.5);
  font-size: 14px;
  line-height: 22px;
}
.post-blog .post-icons {
  display: block;
}
.post-blog .post-icons .smlinks {
  display: inline-block;
  color: rgba(45, 45, 45, 0.4);
  font-size: 12px;
  border: 1px solid #e1e1e1;
  padding: 3px 5px 2px;
  text-decoration: none;
  margin: 0 5px 10px 0;
}
.post-blog .post-icons .smdate{
  color: rgba(45, 45, 45, 0.4);
  font-size: 12px;
}
.post-blog .post-icons .smlinks:hover {
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}


.media-heading {
  font-size: 18px;
  margin-bottom: 10px;
}
.media-list img {
  border-radius: 3px;
}
.time-right {
  float: right;
  padding: 5px 20px;
  font-size: 13px;
  color: #2d2d2d;
}
.btn-right-post {
  border: 1px solid rgba(45, 45, 45, 0.3);
  padding: 3px 20px;
  float: right;
  color: rgba(45, 45, 45, 0.7);
  font-size: 12px;
  font-family: 'OpenSans', sans-serif;
}
.btn-right-post:hover {
  text-decoration: none;
  background-color: #d05165;
  color: #ffffff;
  border-color: #d05165;
}
/* ==========================================================================
Page Products grid
========================================================================== */
.block-products-modes {
  padding: 10px 15px;
  margin-bottom: 30px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  background-color: rgba(247, 247, 247, 0.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, 0.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, 0.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: #ffffff;
  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: #ffffff;
}
.block-pagination ul > li > a {
  border: 1px solid rgba(45, 45, 45, 0.1);
  color: rgba(45, 45, 45, 0.7);
}
.block-pagination ul > li a.prev_page_link {
  color: #2d2d2d;
}
.block-pagination ul > li a.prev_page_link:hover {
  color: #ffffff;
}
.block-pagination ul > li a.next_page_link {
  color: #2d2d2d;
}
.block-pagination ul > li a.next_page_link:hover {
  color: #ffffff;
}
/* ==========================================================================
Page Product details
========================================================================== */

.modal {
  overflow-y: auto;
}
.modal-content {
  border-radius: 0;
}
.modal-content .block-product-detail {
  margin: 0;
}
.modal-header {
  background-color: #d05165;
}
.modal-header h3 {
  color: #ffffff;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
.modal-header button.close {
  background: none;
  color: #f7f7f7;
  opacity: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal-footer {
  margin-top: 0;
}
.product-image {
  overflow: hidden;
  position: relative;
}
#product-zoom {
  border: 1px solid rgba(45, 45, 45, 0.1);
  width: 100%;
}
#gal1 {
  float: left;
  position: absolute;
  top: 0;
  z-index: 10;
}
#gal1 a {
  text-decoration: none;
  display: block;
}
#gal1 img {
  border: 2px solid #eaeaea;
}
#gal1 img:hover {
  border-color: #d05165;
}
.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: normal;
  font-style: normal;
  display: inline-block;
}
#review .product-rating .stars span.star.active:before {
  content: "\f005";
}
#review .product-rating .stars span.star:hover {
  cursor: pointer;
}
#review .product-rating .stars span.star:before {
  content: "\f006";
  padding: 0 2px;
  color: rgba(45, 45, 45, 0.7);
}
#review .product-rating .stars span.star:hover:before,
#review .product-rating .stars span.star:hover ~ span.star:before {
  content: "\f005";
  color: rgba(45, 45, 45, 0.7);
}
#review .product-rating .review {
  color: rgba(45, 45, 45, 0.7);
  font-size: 11px;
  position: absolute;
  left: 85px;
  top: 7px;
  text-decoration: none;
}
#review .product-rating .review:hover {
  color: #d05165;
}
.input-group-addon {
  border-radius: 0;
}
.product-detail-section .header-for-light {
  margin: 0 0 10px;
}
.product-detail-section .clearfix {
  padding: 5px 0 5px;
  color: rgba(45, 45, 45, 0.5);
}
.product-detail-section .clearfix p {
  color: rgba(45, 45, 45, 0.5);
}
.product-detail-section .clearfix .product-price {
  color: #d05165;
}
.product-detail-section label {
  width: 120px;
  color: rgba(45, 45, 45, 0.7);
}
.product-detail-section .product-information .form-control {
  max-width: 120px;
  border: 1px solid rgba(45, 45, 45, 0.1);
}
.product-detail-section .product-information select.form-control {
  max-width: none;
  width: auto;
}
.product-detail-section .product-information .form-control[type="number"] {
  width: 70px
}
.product-detail-section .product-information .form-control:focus {
  outline-style: none;
  border-color: #d05165;
  box-shadow: none;
}
.product-detail-section .product-information .product-icons {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 20px 0 0;
  vertical-align: middle;
}
.product-detail-section .product-information .product-icons .product-icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-detail-section .product-information .product-icons .product-icon a {
  display: inline-block;
  width: 40px;
  background-color: rgba(208, 81, 101, 0.7);
  border-radius: 0;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  -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;
  text-decoration: none;
  text-align: center;
}
.product-detail-section .product-information .product-icons .product-icon a:hover {
  background-color: #d05165;
  color: #ffffff;
}
.product-detail-section .product-information .product-icons .product-icon .product-card-icon {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  top: 0;
  background-color: rgba(208, 81, 101, 0.7);
  width: inherit;
  height: 40px;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
  vertical-align: middle;
  -webkit-transition: all 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;
  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 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;
  border: 1px solid rgba(45, 45, 45, 0.1);
  text-align: center;
  min-width: 120px;
}
.product-detail-section .product-information .block-detail p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: rgba(45, 45, 45, 0.7);
}
.product-detail-section .product-information .block-detail:hover {
  border-color: rgba(208, 81, 101, 0.7);
  background-color: #d05165;
}
.product-detail-section .product-information .block-detail:hover p {
  color: #ffffff;
}
.product-detail-section .product-information .block-detail .colors li {
  float: none;
  margin: 0;
}
.product-detail-section .product-information th {
	color: rgba(45, 45, 45, 0.7);
	padding: 0 20px 10px 0;
	line-height: 27px;
}
.product-detail-section .product-information td {
	padding: 0 0 10px 0;
	line-height: 27px;
}
.product-detail-section .product-price {
  color: #d05165;
  font-size: 18px;
  margin: 0;
  font-family: 'OpenSans', sans-serif;
  font-weight: 700;
}
.product-detail-section .product-price span {
  color: #888;
  font-size: 12px;
  text-decoration: line-through;
}
.product-detail-section a {
  text-decoration: none;
  color: #2d2d2d;
}
.product-detail-section a:hover {
  color: #d05165;
}
.product-detail-section h4 {
  margin: 0 0 10px;
  color: #2d2d2d;
  font-family: 'Roboto', sans-serif;
}
.product-detail-section h3 {
  margin: 0 0 10px;
  color: #2d2d2d;
}
.product-detail-section .product-rating {
  width: 100%;
  padding: 0;
  position: relative;
}
.product-detail-section .product-rating .stars {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 12px;
  text-align: left;
}
.product-detail-section .product-rating .stars span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.product-detail-section .product-rating .stars span.star.active:before {
  content: "\f005";
}
.product-detail-section .product-rating .stars span.star:hover {
  cursor: pointer;
}
.product-detail-section .product-rating .stars span.star:before {
  content: "\f006";
  padding: 0 2px;
  color: rgba(45, 45, 45, 0.7);
}
.product-detail-section .product-rating .stars span.star:hover:before,
.product-detail-section .product-rating .stars span.star:hover ~ span.star:before {
  content: "\f005";
  color: rgba(45, 45, 45, 0.7);
}
.product-detail-section .description,
.product-detail-section .description p{
  font-size: 14px;
  color: rgba(45, 45, 45, 0.5);
}
#MyContactForm label {
  cursor: text;
  display: block;
  margin: 0 0;
  position: relative;
  top: 0;
  width: 100%;
}
#form-wrapper #MyContactForm .error {
  bottom: 20px;
  color: #FF0000;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  left: auto;
  letter-spacing: 0;
  position: absolute;
  right: 20px;
  text-transform: capitalize;
  width: auto;
}
/* ========= bootsrap corousel changes  =====*/
.carousel-control.left {
  background: none;
}
.carousel-control.right {
  background: none;
}
.carousel-indicators li {
  border: 1px solid #d05165;
}
.carousel-indicators .active {
  background-color: #d05165;
}
.carousel-control {
  color: rgba(208, 81, 101, 0.5);
  text-shadow: none;
}
.carousel-control:hover,
.carousel-control:focus {
  color: rgba(208, 81, 101, 0.9);
}
/* ==========================================================================
   Blocks styles
   ========================================================================== */
.home-owl-slider {
  position: relative;
}
.home-owl-slider:hover .owl-slider-prev,
.home-owl-slider:hover .owl-slider-next {
  opacity: 1;
}
.home-owl-slider .owl-slider-prev,
.home-owl-slider .owl-slider-next {
  position: absolute;
  opacity: 0;
  top: 50%;
  margin-top: -50px;
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: rgba(45, 45, 45, 0.3);
  color: #ffffff;
  line-height: 100px;
  font-size: 50px;
  z-index: 20;
  text-align: center;
}
.home-owl-slider .owl-slider-prev:hover,
.home-owl-slider .owl-slider-next:hover {
  background-color: rgba(45, 45, 45, 0.5);
}
.home-owl-slider .owl-slider-prev {
  left: 0;
}
.home-owl-slider .owl-slider-next {
  right: 0;
}
.inner-block {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.block-blog {
  position: relative;
}
.block-blog .blog-item-container .blog-item {
  position: relative;
  padding: 30px 80px 30px 30px;
  border-left: 5px solid #d05165;
  background-color: rgba(45, 45, 45, 0.5);
  -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;
  min-height: 200px;
}
.block-blog .blog-item-container .blog-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-right: 70px solid #d05165;
  transition: all 0.3s ease;
  margin-top: -100px;
}
.block-blog .blog-item-container .blog-item .blog-item-date {
  position: absolute;
  right: 10px;
  z-index: 3;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 44px;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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, 0.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, 0.9);
}
.block-blog.item1 {
  background-image: url("../img/banners/bg-item1.svg");
  background-size: cover;
  background-position: center center;
}
.block-blog.item2 {
  background-image: url("../img/banners/bg-item2.svg");
  background-size: cover;
  background-position: center center;
}
.block-blog.item3 {
  background-image: url("../img/banners/bg-item3.svg");
  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: none;
  margin-top: 0 !important;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel-default .panel-collapse .panel-body {
  border: 1px solid rgba(45, 45, 45, 0.1);
  background-color: #ffffff;
  margin-bottom: 5px;
  color: rgba(45, 45, 45, 0.5);
}
.panel-group .panel-heading {
  background: none;
  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, 0.1);
  background-color: rgba(247, 247, 247, 0.3);
  font-size: 18px;
  line-height: 24px;
  -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;
}
.panel-group .panel-title a.collapsed {
  color: rgba(45, 45, 45, 0.7);
  font-family: 'Roboto', sans-serif;
  background: none ;
}
.panel-group .panel-title a.collapsed:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  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: none;
  -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;
}
.panel-group .panel-title a {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 12px 10px 12px 50px;
  color: #d05165;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background: none ;
}
.panel-group .panel-title a:before {
  content: "\f106";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  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: none;
  -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;
}
.panel-group .panel-title a:hover {
  text-decoration: none;
  background: #d05165;
  border-color: #d05165;
  color: #ffffff;
}
.panel-group .panel-title a:hover:before {
  color: #ffffff;
}
.panel-group .panel-title a:hover:after {
  color: #ffffff;
}
.panel-group .panel-title:hover {
  border-color: #d05165;
}
.newsletter .block-form form {
  margin: 20px 0;
  position: relative;
}
.newsletter .block-form form input {
  border: 1px solid #777;
  height: 40px;
  padding: 5px 10px;
  background: none;
  color: #f7f7f7;
}
.newsletter .block-form form input:focus {
  outline-style: none;
  border-color: #d05165;
  box-shadow: none;
}
.newsletter .block-form form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
}
.newsletter .block-form form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}
.newsletter .block-form form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
}
.newsletter .block-form form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
}
.newsletter .block-form form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-left: 1px solid #777;
  height: 40px;
  width: 100px;
  background: none;
  color: #f7f7f7;
  -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;
}
.newsletter .block-form form button:focus {
  outline-style: none;
  box-shadow: none;
}
.newsletter .block-form form button:hover {
  color: #ffffff;
  background-color: #d05165;
}
/* ==========================================================================
   Second page style
   ========================================================================== */
.second-page-header {
  position: relative;
  padding: 30px 0 30px;
}
.second-page-header .breadcrumb {
  float: right;
  padding: 15px 0;
}
.second-page-header h1,
.second-page-header h2 {
  margin: 0 0 10px;
  font-family: 'Roboto', sans-serif;
  float: left;
  color: rgba(45, 45, 45, 0.7);
  line-height: 40px;
  font-weight: 200;
}
.second-page-header.bg-light {
  position: relative;
  border-top: 1px solid rgba(45, 45, 45, 0.1);
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  background-color: #f7f7f7;
}
.second-page-header.center {
  text-align: center;
}
.second-page-header.center h1 {
  display: block;
  float: none;
  text-align: center;
}
.second-page-header.center .breadcrumb {
  float: none;
}
.second-page-header.bg-img-dark {
  background-image: url("../img/bg/bg-header.jpg");
  background-size: cover;
  background-position: center bottom;
}
.second-page-header.bg-img-dark .breadcrumb > li a {
  color: rgba(247, 247, 247, 0.9);
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.second-page-header.bg-img-dark .breadcrumb > li a:hover {
  color: #ffffff;
}
.second-page-header.bg-img-dark .breadcrumb > li:after {
  color: rgba(247, 247, 247, 0.7);
}
.second-page-header.bg-img-dark .breadcrumb > li:last-child:after {
  margin-left: 0;
}
.second-page-header.bg-img-dark h1 {
  color: #f7f7f7;
}
/* ==========================================================================
   Footer style
   ========================================================================== */
.header-footer {
  position: relative;
}
.header-footer h3 {
  margin: 0 0 20px;
  color: rgba(247, 247, 247, 0.9);
  font-family: 'Roboto', sans-serif;
}
form {
  /* margin: 20px 0; */
  position: relative;
}
form input {
  border: 1px solid rgba(247, 247, 247, 0.3);
  height: 40px;
  padding: 5px 10px;
  background: none;
  color: #f7f7f7;
  border-radius: 3px;
}
form input:focus {
  outline-style: none;
  box-shadow: none;
  border-color: #d05165;
}
form .radio input,
form .checkbox input {
  height: inherit;
}
form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
}
form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}
form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
}
form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
}
.light {
  border-top: 4px solid #d05165;
}
.light .footer-information {
  background: rgba(255, 255, 255, 0.92);
}
.light .footer-information p {
  color: rgba(45, 45, 45, 0.7);
}
.light .footer-information a {
  color: rgba(208, 81, 101, 0.9);
}
.light .footer-information a:hover {
  color: #d05165;
}
.light .footer-information .footer-categories li {
  color: rgba(45, 45, 45, 0.7);
}
.light .footer-information form textarea,
.light .footer-information form input {
  background-color: rgba(255, 255, 255, 0.5);
  color: #2d2d2d;
  border: 1px solid rgba(45, 45, 45, 0.3);
}
.light .footer-information form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(45, 45, 45, 0.5);
}
.light .footer-information form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(45, 45, 45, 0.5);
}
.light .footer-information form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(45, 45, 45, 0.5);
}
.light .footer-information form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(45, 45, 45, 0.5);
}
.light .footer-information .header-footer h3 {
  color: rgba(45, 45, 45, 0.9);
  font-family: 'Roboto', sans-serif;
}
.footer-information {
  padding: 60px 0 0;
  background: rgba(48, 48, 48, 0.92);
  font-size: 14px;
}
.footer-information p {
  color: rgba(255, 255, 255, 0.3);
  line-height: 24px;
}
.footer-information a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 14px;
}
.footer-information a:hover {
  color: #ffffff;
}
.footer-information .footer-categories {
  margin: 0;
  list-style-type: none;
}
.footer-information .footer-categories li {
  list-style-type: none;
  color: rgba(255, 255, 255, 0.3);
  line-height: 30px;
}
.footer-information form {
  margin: 0;
  position: relative;
}
.footer-information form textarea,
.footer-information form input {
  background-color: rgba(45, 45, 45, 0.5);
  padding: 5px 10px;
  color: #f7f7f7;
  margin-bottom: 20px;
  height: 40px;
  border: 1px solid rgba(247, 247, 247, 0.3);
  width: 100%;
}
.footer-information form textarea:focus,
.footer-information form input:focus {
  outline-style: none;
  box-shadow: none;
  border-color: #d05165;
}
.footer-information form textarea {
  height: 80px;
}
.footer-information form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.5);
}
.footer-information form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
}
.footer-information form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.footer-information form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.footer-copy {
  padding: 15px 0 5px;
  background-color: #2d2d2d;
}
.socials {
  text-align: left;
}
.socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 10px 10px 10px 0;
  text-decoration: none;
  color: #ccc;
  vertical-align: middle;
  -webkit-transition: all 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;
  line-height: 40px;
  border: 1px solid rgba(247, 247, 247, 0.3);
  font-size: 20px;
}
.socials a:hover {
  background-color: #d05165;
  color: rgba(247, 247, 247, 0.7);
  border-color: #d05165;
}
.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, 0.9);
}
#footer-block {
  background-image: url("../img/bg/bg4.jpg");
  background-size: cover;
  background-position: center center;
}
.menu-inner {
  padding-top: 50px;
}
.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
========================================================================== */
.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;
}
/* CSS Document */
/* Include LESS variables & mixins */
@media (max-width: 991px) {
  .header.header-top-fixed {
    position: absolute;
  }
  .header.header-top-fixed .dis-n {
    display: block;
  }
  .header .header-main-fixed {
    height: 150px;
    box-shadow: none;
  }
  .header .header-main-fixed .header-main-block1 {
    background-color: rgba(45, 45, 45, 0.5);
  }
  .header .header-logo.center {
    text-align: center;
  }
  .home-category .home-category-block .home-category-title {
    position: relative;
    margin-top: 30px;
  }
  .header .header-main .header-main-block1 .top-search-form form input {
    margin-bottom: 15px;
  }
  .light.top-header-m-bg {
    height: 210px;
  }
  .top-header-m-bg {
    height: 205px;
  }
  .light.top-header-bg {
    height: 106px;
  }
  .top-header-bg {
    height: 102px;
  }
  .second-page-container {
    padding-top: 260px;
  }
  .payment-service h3 {
    text-align: center;
  }
  .payment-service p {
    text-align: center;
  }
  .header .header-bg-fixed {
    height: 150px;
  }
  .header #container-fixed {
    margin: 5px 0;
  }
  .main-category-block .main-category-list .with-dropdown .dropdown-menu {
    position: relative;
    left: -1px;
    width: 100%;
  }
  .block-chess-banners .block-chess .chess-caption-right {
    padding: 30px;
  }
  .block-chess-banners .block-chess .chess-caption-left {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  /* Tablet Portrait and Mobile */
  .navbar-main .top-icon-block {
    position: absolute;
    top: 0;
    right: 60px;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .menu-inner {
    background: none !important;
    padding-top: 10px;
  }
  .header.light .header-main .header-main-block1.with-menu .navbar-main .nav > li > a {
    color: #f7f7f7;
  }
  .header-main .navbar-collapse {
    z-index: 999;
    position: relative;
    background-color: #2d2d2d;
  }
  .header-main .navbar-collapse h4 {
    color: rgba(247, 247, 247, 0.9);
  }
  .header-main .navbar-collapse .dropdown-menu a {
    color: rgba(247, 247, 247, 0.5);
  }
  .header-main .navbar-collapse .dropdown-menu a:hover {
    color: #d05165;
    background-color: #f7f7f7;
    padding: 0 10px 0 30px;
  }
  .yamm .yamm-content .header-menu h4 {
    color: rgba(247, 247, 247, 0.9);
    font-size: 16px;
  }
  .fullwidth-services {
    height: inherit;
  }
  .fullwidth-services .fullwidth-service .inner-service {
    position: relative;
  }
  .product-image {
    margin-bottom: 30px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 0 20px;
    line-height: 40px;
  }
  .header .navbar-main .dropdown-submenu > .dropdown-menu {
    position: relative;
    left: 0;
    padding-left: 30px;
  }
  .block-big-product .big-product-inner .big-product-name {
    font-size: 32px;
  }
  .fashion-feature .fashion-feature-title h1 {
    font-size: 60px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  .product.list .figure-hover-overlay img {
    width: 100%;
    max-width: none;
  }
  .tab-horizantal {
    padding-right: 90px;
  }
  .tab-horizantal li {
    float: none;
  }
  .tab-horizantal > li + li {
    margin: 0;
  }
  .tab-horizantal.center {
    padding-right: 0;
  }
  .tab-horizantal.center > li {
    display: block;
  }
  .bg-50-r {
    width: 100%;
    left: 0;
  }
  .bg-50-l {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* Mobile */
  .second-page-container {
    padding-top: 300px;
  }
  .header .header-main .top-search-form {
    width: 100%;
  }
  .block-big-product .big-product-inner .big-product-name {
    font-size: 28px;
  }
  .fashion-feature .fashion-feature-title h1 {
    font-size: 50px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  .light.top-header-bg {
    height: 146px;
  }
  .top-header-bg {
    height: 142px;
  }
  .light.top-header-m-bg {
    height: 240px;
  }
  .top-header-m-bg {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* Mobile Landscape */
  .product-image {
    margin-bottom: 30px;
  }
  .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  /* Mobile Landscape */
  .modal-dialog {
    width: 1024px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* Mobile Landscape */
}
@media (min-width: 320px) and (max-width: 479px) {
  /* Mobile Landscape */
}
@media (max-width: 319px) {
  /* Mobile Portrait */
}

/*****************/
/* Custom styles */
/*****************/


.table-features th,
.table-features td{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: rgba(45, 45, 45, 0.7);
}
.table-features tr:first-child th,
.table-features tr:first-child td{
	border-top: none;
}

.widget-filter-links{
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget-filter-links li{}
.widget-filter-links li a{
	padding: 0 15px;
	white-space: nowrap;
	min-height: 32px;
	line-height: 40px;
	color: rgba(45, 45, 45, 0.7);
	font-family: 'Roboto', sans-serif;
	display: block;
	text-decoration: none;
}
.widget-filter-links li a.active,
.widget-filter-links li a:hover{
	color: rgba( 208, 81, 101, 1);
	background-color: rgba(247,247,247,0.5);
	padding: 0 12px 0 18px;
}

#myModal{
    overflow:hidden;
}


.dropdown-menu.translate-y{
  visibility: hidden;
  opacity: 0;
  display: block;
  -webkit-transform: translateY(10px);
	  -ms-transform: translateY(10px);
		  transform: translateY(10px);
  -webkit-transition: all 0.2s ease;
		  transition: all 0.2s ease;
}
.header-mini-cart:hover > .dropdown-menu.translate-y,
.open > .dropdown-menu.translate-y,
.open-via-js > .dropdown-menu.translate-y {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
		  transform: translateY(0);
}
  
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: -2px;
  margin-left: 2px;
  border-top: 0;
}

.dropdown-menu .dropdown-menu.translate-y{
  -webkit-transform: translateX(-10px);
	  -ms-transform: translateX(-10px);
		  transform: translateX(-10px);
}
.dropdown-menu .dropdown.open > .dropdown-menu.translate-y,
.dropdown-menu .dropdown.open-via-js  > .dropdown-menu.translate-y{
  -webkit-transform: translateX(0);
	  -ms-transform: translateX(0);
		  transform: translateX(0);
}

.dropdown-menu .dropdown.open > a,
.dropdown-menu .dropdown.open > a:hover,
.dropdown-menu .dropdown.open > a:focus,
.dropdown-menu .dropdown.open-via-js  > a,
.dropdown-menu .dropdown.open-via-js  > a:hover,
.dropdown-menu .dropdown.open-via-js  > a:focus {
  color: #d05165;
  padding: 0 12px 0 18px;
  background-color: #fafafa;
}
.dropdown-menu .dropdown > a > i{
  position: absolute;
  top: 15px;
  right: 5px;
}
.dropdown-menu .dropdown.open > a > i,
.dropdown-menu .dropdown.open-via-js  > a > i{
  color: #d05165;
}

@media (max-width: 767px) {
	.dropdown-menu.translate-y{
	  display: none;
	}
	.header-mini-cart:hover > .dropdown-menu.translate-y,
	.open > .dropdown-menu.translate-y,
	.open-via-js > .dropdown-menu.translate-y {
	  display: block;
	}
	.dropdown-menu .dropdown-menu {
	  margin-left: 10px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-nav .open .dropdown-menu > li > a:focus {
	    background-color: inherit;
		padding: 0 20px;
	}
	.navbar-nav .open .dropdown.open  > a{
		    background-color: #f7f7f7!important;
	}
}

#coupon_result span{
  padding: 9px 0;
  display: inline-block;
}

.captcha-box{
  position: relative;
}
.captcha-box img{
  position: absolute;
  top: 1px;
  right: 1px;
}

.rate-product .fa{
	color: #6E6E6E;
	padding-right: 3px;
	cursor: pointer;
}
.rate-product .fa:before{}
.rate-product .rate-result{
    font-size: 13px;
    padding-left: 10px;
}
.rate-product.read .fa{
	padding: 2px;
	font-size: 12px;
	cursor: default;
}

/* autocomplete */
.autocomplete-suggestions { 
  background: #FFF;
  overflow: auto;
  box-shadow: 0 1px 1px 0px rgba(50, 50, 50, 0.75);
  left: 1px;
}
.autocomplete-suggestion { 
padding: 2px 5px; 
white-space: nowrap; 
overflow: hidden; 
  cursor: pointer;
}
.autocomplete-no-suggestion { 
padding: 2px 5px;
}
.autocomplete-selected { 
background: #F0F0F0; 
}
.autocomplete-suggestions strong { 
font-weight: bold; 
color: #000; 
}
.autocomplete-group { 
padding: 2px 5px; 
}
.autocomplete-group strong { 
font-weight: bold; 
font-size: 16px; 
color: #000; 
display: block;
border-bottom: 1px solid #000; 
}

/* Demo styles switch */
#footer-block img.img-light,
#demo-header .logo-light {
	display: none
}
#footer-block.light img.img-light,
#demo-header.light .logo-light {
	display: block
}
#footer-block.light img.img-dark,
#demo-header.light .logo-dark {
	display: none
}

.header-main.header-main-fixed .header-main-block2 #navbar-main.navbar-light {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);

}

#navbar-main.navbar-light .nav > li > a {
  color: #2d2d2d;
}
#navbar-main.navbar-light .nav > li > a:hover,
#navbar-main.navbar-light .nav .open > a:hover,
#navbar-main.navbar-light .nav .open > a:focus,
#navbar-main.navbar-light .nav > li > a:focus,
#navbar-main.navbar-light .nav .open > a,
#navbar-main.navbar-light .navbar-main.navbar-light .nav > li.open > a {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#navbar-main.navbar-light .nav > li > a:hover i,
#navbar-main.navbar-light .nav .open > a:hover i,
#navbar-main.navbar-light .nav .open > a:focus i,
#navbar-main.navbar-light .nav > li > a:focus i,
#navbar-main.navbar-light .nav .open > a i,
#navbar-main.navbar-light .navbar-main.navbar-light .nav > li.open > a i {
  color: #ffffff;
}
#navbar-main.navbar-light .mini-card-icon {
  color: #2d2d2d;
}
#navbar-main.navbar-light .mini-card-icon:hover {
  color: #ffffff;
}
#navbar-main.navbar-light .top-icon-block > a {
  color: #2d2d2d;
}
#navbar-main.navbar-light .top-icon-block > a:hover {
  color: #ffffff;
}

#navbar-main.navbar-light {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
#navbar-main.navbar-light .nav > li > a > span,
#navbar-main.navbar-light .dropdown-menu > li > a > span,
#navbar-main.navbar-light .yamm-content ul > li span,
#navbar-main.navbar-light .yamm-content h4 span {
  color: #ffffff;
  background-color: #554798;
}
#navbar-main.navbar-light .nav > li > a > span:after,
#navbar-main.navbar-light .dropdown-menu > li > a > span:after,
#navbar-main.navbar-light .yamm-content ul > li span:after,
#navbar-main.navbar-light .yamm-content h4 span:after {
  border-top: 5px solid #554798;
}

/**********************/
