/*-----------------------------------------------------------------------------------

    Template Name: Vonia - Bootstrap eCommerce HTML5 Template
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
	2. home-1
    3. home1 slider start
    4. service start
    5. banner start
    6. product-tab-home-1
    7. feature-product
    8. banner-2
    9. latest-blog
    10. testimonial-area
    11. brand-area
    12. footer
    13. home-2
    14. home-3
    15. home-4
    16.	product-details
    17. shop
    18. my-account
    19. contact-us
    20. wishlist
    21. my-cart
    22. checkout
    23. modal
    24. scroll up
	25. four-zero-four
	26. blog
	27. thank-you
	
-----------------------------------------------------------------------------------*/
/*-------------------------------------------------------
1. Theme Default CSS (body, link color, section etc)
--------------------------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
ul, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
a {
	color: #777777;
	text-decoration: none;
}
a:hover {
  color: #A11D28;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
li {
  list-style: outside none none;
}
.clear{clear:both}
body {
  color: #666666;
  font-size: 12px;
  height: 100%;
  line-height: 18px;
  min-width: 320px;
  background-color: white;
  margin: 0;
  font-family: 'Muli', sans-serif;
  transition: all 300ms ease-in 0s;
}
footer{
	font-family: 'Muli', sans-serif;
}

#footer_logo {
    width: 250px;
    height: 85px;
    display: block;
    background: url(img/logo-2.png) no-repeat 0 0;
}

#footer .wrapper ul.links > li {
    border-left: 1px solid #9e9a9d;
    padding-left: 22px;
    display: inline-block;
    float: left;
    min-height: 192px;
}
#footer  ul > li.current-menu-item{background:transparent;}
#footer .wrapper ul.links > li.second {
    margin-left: 28px;
}

#footer  ul#menu-meniu-footer-stanga > li a, #footer  ul#menu-meniu-footer-dreapta > li a, #footer  ul#menu-left-footer-menu > li a, #footer  ul#menu-right-footer-menu > li a {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-family: 'Playfair Display';
    display: block;
	color:#000;
}

#footer  .info h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Playfair Display';
    margin-bottom: 10px;
    color: #000;
}


#footer  .info {
    margin-left: 90px;
}  

#footer  .info a {
    color: #1b1c20;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

#footer .info a i {
    width: 25px;
}

#footer  .copy {
    float: left;
    font-size: 11px;
    color: #000;
    margin-top: 22px;
    margin-left: 88px;
}

#footer  .copy ul	{	list-style: none;
							margin: 0;
							padding: 0;
							display: inline-block;	}

#footer  .copy ul li	{	float: none;
								margin: 0;
								padding: 0;
								display: inline-block;
								font-size: 11px; color: #000;	}

#footer  .copy span,
#footer .copy a {
    display: inline-block;
    font-size: 11px;
    color: #000;
}

.left-border{border-left:1px solid #555;}
.left-border li {margin-bottom: 10px;}

@media (max-width: 500px) {
	.left-border a, .textwidget a {font-size: 1.03em;}
	.textwidget h3 {font-size: 1.53em !important;}
	.copy a, .copy span {font-size: 0.9em !important;}
	.textwidget {margin-top: 15px !important;}
	
	.my-account-area .form-fields,
	.my-account-area .form-fields h2 {padding: 0; width: 93%;}
	.forgot-passwd-box {margin-top: 70px;}
	.forgot-container {padding: 0; margin: 0 0 0 10px;}
	
	.forgot-passwd-txt {color: #666666; margin-top: 10px;}
	.forgot-passwd-txt h2, .forgot-passwd-txt p {color: #666666 !important;}
}

@media (min-width: 901px) {
	.forgot-passwd-txt {margin-top: 150px;}
}

@media (min-width: 501px) {
	.left-border a {font-size: 14px;}
	.forgot-passwd-box {margin-top: 150px;}
}

.textwidget, .textwidget a, .copy span {color:#FFFFFF; font-size: 13px; box-shadow: none !important;}
.textwidget h3 {font-size: 20px;}
.textwidget p {margin: 0; padding: 0;}
.copy a {color: #FFFFFF; text-decoration: underline; font-size: 13px;}
#footer_social {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
} 

#footer_social:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #555;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

#footer_social .icon_wrapper {
    padding: 0 15px;
    display: inline-block;
    position: relative;
	background-color: #363636;
}

#footer_social .icon_wrapper ul li {
    display: inline-block;
}

#footer_social a {
    display: inline-block;
    margin: 0 15px;
	color:#000;
}

#footer_social a i {
    font-size: 22px;
	color: #f6f1f4;
}


::-moz-selection {
    background: #ffb3b3;
    text-shadow: none;
}
::selection {
    background: #ffb3b3;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.container{width:1200px}
/*-----------------------
2. home-1
-----------------------*/
.page{
	overflow: hidden;
}
.header-container {
  background: white none repeat scroll 0 0;
}
/*------------
header
------------*/
header{
	background: transparent none repeat scroll 0 0;
	padding: 0;
	z-index: 999;
	border-bottom: 1px solid #e6e6e6;
}
header .header-top {
  /* border-bottom: 1px solid #e5e5e5; */
  line-height: 1;
}
.header-top {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}

.header-links .first {border-left: none !important;}

.header-links > li:last-child {
  border-right: 1px solid #e5e5e5;
}
header .header-top nav {
  width: 100%;
}
.header-userinfo {
  float: right;
}

@media (max-width: 400px)
{
	.header-userinfo .header-links li {
		height: 30px !important;
		line-height: 30px !important;
	}
	
	.header-userinfo .header-links li a {
		line-height: 30px !important;
		padding: 0 !important;
		font-size: 11px;
	}
	
	.shopping-cart > a:first-child, .shopping-cart > a:nth-child(2) {
		height: 28px !important;
		line-height: 30px !important;
		font-size: 11px !important;
	}
	
	.shopping-cart:hover {
		height: 30px !important;
	}
}

.header-userinfo .header-links li {
  border-left: 1px solid #e5e5e5;
  float: left;
}
.header-userinfo .header-links li a {
  color: #FFF;
  display: block;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.header-userinfo .header-links li a.link-myaccount::before {
  content: "";
}
.header-userinfo .header-links li a::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 25px;
  padding-right: 7px;
}
.header-userinfo .header-links li a:hover::before {
  padding-right: 7px;
}

.header-userinfo .header-links li a.hdr-blog {
	background: #A11D28;
	color: #FFF;
	padding: 0 10px;
	text-decoration: none;
	height: 25px !important;
}

.header-userinfo .header-links li+li a:hover {
  background: #A11D28 none repeat scroll 0 0;
  color: white;
  /* font-size: 12px; */
  padding: 0 10px;
  text-decoration: none;
  /* transition: all 300ms ease-in 0s; */
  width: auto;
}
.header-userinfo .header-links li a.link-wishlist::before {
  content: "";
}
.header-userinfo .header-links li a.link-checkout::before {
  content: "";
}
.header-userinfo .header-links li a:hover::before {
  padding-right: 7px;
}
.header-userinfo .header-links li a.login::before, .header-userinfo .header-links li a.logout::before {
  content: "";
}
.header-userinfo .header-links li a:hover::before {
  padding-right: 7px;
}
.language {
  float: left;
  position: relative;
}
.language div.current::after, .currencies div.current::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  margin-left: 1px;
  padding-left: 4px;
  vertical-align: middle;
}
.language div.current {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #434343;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  line-height: 35px;
  padding: 0 15px;
  text-shadow: none;
}
.language:hover div.current,.language ul li.selected span,.language ul li:hover a,.currencies ul li.selected, .currencies ul li:hover a,.currencies:hover span,.currencies:hover strong,.currencies:hover .current::after,.header-userinfo-mobile ul li a:hover  {
  color: #A11D28;
}
.language ul {
  background: white none repeat scroll 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  left: 1px;
  min-width: 157px;
  padding: 5px 15px;
  position: absolute;
  top: 35px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0cm 2px;
  transition: all 0.5s ease 0s;
}
.language ul li {
  color: #434343;
  font-size: 12px;
  line-height: 30px;
}
.language ul li a, .language ul li > span {
  color: #959595;
  display: inline-block;
  padding: 0 5px;
}
.language:hover ul{
	opacity: 1;
	visibility: visible;
	transform:scaleY(1);
	opacity:1;
}
.currencies,.header-userinfo-mobile {
  float: left;
  position: relative;
}
.currencies div.current,.header-userinfo-mobile div.current {
  border-right: 1px solid #e5e5e5;
  color: #434343;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  line-height: 35px;
  padding: 0 15px;
  text-shadow: none;
}
.currencies div.current strong {
  font-weight: normal;
}
.currencies ul,.header-userinfo-mobile ul {
  background: white none repeat scroll 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  min-width: 157px;
  padding: 5px 15px;
  position: absolute;
  top: 35px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0cm 2px;
  transition: all 0.5s ease 0s;
}
.currencies ul li,.header-userinfo-mobile ul li {
  color: #434343;
  font-size: 12px;
  line-height: 30px;
}
.currencies ul li a, .currencies ul li > span,.header-userinfo-mobile ul li a,.header-userinfo-mobile ul li {
  color: #959595;
  display: block;
  padding: 0;
}
.currencies:hover ul,.header-userinfo-mobile:hover ul{
	visibility: visible;
  opacity: 1;
  transform:scaleY(1);
}
/* header-middle */
.header-middle {
  padding: 25px 0;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.pos-logo img {
  height: 76px;
  width: 277px;
}
.lan-cur li img {
  height: 11px;
  width: 16px;
}
.shopping-cart {
  float: right;
  position: relative;
}

.shopping-cart:hover {
	background: #A11D28 none repeat scroll 0 0;
	color: white;
	height: 25px;
}

.shopping-cart > a:first-child,
.shopping-cart > a:nth-child(2) {
  /* background: rgba(0, 0, 0, 0) url("img/others/icon-cart.png") no-repeat scroll 0 0; */
  color: #FFF;
  display: block;
  font-weight: normal;
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
  position: relative;
}
.shopping-cart > a:first-child b,
.shopping-cart > a:nth-child(2) b {
  font-weight: normal;
  padding-right: 5px;
}

.shopping-cart:hover > a:first-child:hover,
.shopping-cart:hover > a:first-child:active,
.shopping-cart:hover > a:first-child:focus,
.shopping-cart:hover > a:nth-child(2):hover,
.shopping-cart:hover > a:nth-child(2):active,
.shopping-cart:hover > a:nth-child(2):focus
{
	color: #FFF;
}


.top-cart-content {
  background: white none repeat scroll 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: block;
  margin-top: 0px;
  opacity: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: left;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 270px;
  z-index: 9999999;
}
.shopping-cart:hover .top-cart-content{
	opacity: 1;
	transform: scaleY(1);
}

.shopping-cart:hover a {
	color: #FFF;
}

.header-middle-checkout {
  border-color: -moz-use-text-color -moz-use-text-color #eee;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.media-left.check-img {
  display: block;
  float: left;
}
.media {
  margin: 0;
}
.check-img a img {
  text-align: right;
}
.header-middle-checkout .media-heading {
  margin-bottom: 5px;
  margin-top: 0;
  position: relative;
}
.header-middle-checkout .checkout-content h4.media-heading a {
  color: #666;
  font-size: 13px;
  margin-right: 16px;
}
.header-middle-checkout .checkout-content h4.media-heading a:hover {
  color: #A11D28;
}
.header-middle-checkout .checkout-content .checkout-remove {
  background: #807571 none repeat scroll 0 0;
  border: 1px solid #807571;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  height: 15px;
  line-height: 1.2;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10px;
  width: 15px;
}
.header-middle-checkout .checkout-content .checkout-remove:hover{
	background: #9D9A95;
}
.media.header-middle-checkout.last-child {
  border-bottom: medium none;
}
.media-heading .cart-count {
  color: #999999;
  font-size: 15px;
  margin-right: 5px;
}
.product-detail {
  font-size: 12px;
  margin: 5px auto;
}
.product-detail a{
	color: #9D9A95;
}
.cart-total {
  border-top: 1px solid #eee;
}
.cart-total > span {
  margin-top: 11px;
}
.cart-total >span:first-child{
	color: #9c9b9b;
	float: left;
}
.cart-total >span:last-child{
	color: #666666;
	float: right;
}
.checkout {
  margin-top: 58px;
  text-align: center;
}
.checkout span {
  background: #484848 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-right: -1px;
  padding: 10px 69px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.checkout :hover{
	background: #A11D28;
}
.checkout span i {
  /* margin-left: 5px; */
}
.header-middle .pos-logo {
  margin-left: 45px;
  margin-top: 20px;
}
.form-control {
  box-shadow: none;
  height: 27px;
  padding: 3px 5px;
}
.form-control {
  background-color: white;
  border: 1px solid #d6d4d4;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #9c9b9b;
  display: block;
  font-size: 13px;
  height: 32px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}
.search-block-top {
  display: inline-block;
  float: left;
  position: relative;
}
.search-block-top input {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #999999;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: #898989;
  display: inline;
  height: 35px;
  min-width: 250px;
  padding: 10px 40px 10px 10px;
  transition: all 300ms ease-in 0s;
  z-index: 1;
}
.search-block-top .search-query-top:focus {
  box-shadow: none;
}
.search-block-top button{
  background: white none repeat scroll 0 0;
  border: medium none;
  color: #9f9f9f;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 5px;
  width: 40px;
}
.search-block-top button::before {
  background: rgba(0, 0, 0, 0) url("img/icon_search.png") no-repeat scroll center 13px;
  bottom: 0;
  content: "";
  display: block;
  font-size: 18px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 300ms ease-in 0s;
  width: 100%;
}
.search-block-top button:hover::before {
  background-position: center -16px;
  transition: all 300ms ease-in 0s;
}
.search-block-top .btn-default:hover:hover{
	background: none;
}
.form-control::-moz-placeholder {
  color: #d6d4d4;
}
/* main-menu-area */
.main-menu-area {
  display: inline-block;
  margin-bottom: 10px;
  padding: 15px 0 0;
  text-align: center;
  width: 100%;
}
.main-menu{}
.main-menu ul{float: right; position: relative; top: 25px;}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li a {
  color: #363636;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 10px 24px;
  position: relative;
  text-transform: uppercase;
  transition: all 300ms ease-in 0s;
}
.main-menu ul li a:hover{
	color: #A11D28;
}
.main-menu .active{
  color: #A11D28;
  transition: all 300ms ease-in 0s;
}
/* mega-menu */
.version {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e9;
  opacity: 0;
  padding: 25px 0 25px 20px;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  width: 220px;
  z-index: 99;
}
.main-menu ul li:hover .version{
	opacity: 1;
	transform: scaleY(1);
}
.main-menu ul li .version a {
  color: #555;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: inherit;
  padding: 5px 10px;
  transition: all 0s ease 0s;
}
.main-menu ul li .version a:hover{
	color: #A11D28;
}
.main-menu ul li .mega-menu {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #A11D28;
  opacity: 0;
  padding: 10px 5px;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  width: 595px;
  left: -233px;
  z-index: 99;
}
.main-menu ul li:hover .mega-menu{
	opacity: 1;
	transform: scaleY(1);
}
.main-menu ul li .mega-menu span {
  float: left;
  margin-left: 15px;
  width: 22%;
}
.main-menu ul li .mega-menu span a.mega-menu-title {
  color: #363636;
  font-size: 14px !important;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 5px;
  padding-top: 0;
  text-transform: uppercase;
}
.main-menu ul li .mega-menu span a {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: inherit;
  padding: 1px;
  text-transform: none;
  transition: none 0s ease 0s ;
}
.main-menu ul li .mega-menu a:hover,.main-menu ul li .mega-menu span a.mega-menu-title:hover{
	color: #A11D28;
	text-decoration: underline;
}
.main-menu ul li .mega-menu.sec-mega {
  left: -125px;
  width: 900px;
}
.main-menu ul li .mega-menu.third-mega{
	width: 480px;
}
.main-menu ul li .mega-menu.third-mega span{
	width: 45%;
}
/* mobile-menu */
.mobile-menu-area {
  background: transparent;
  margin-bottom: 10px;
  text-align: center;
}
.mean-container .mean-bar {
  background: #FFF none repeat scroll 0 0;
}
.mean-container .mean-bar::after {
  content: "";
  font-size: 20px;
  margin-top: 5px;
}
.mean-container .mean-nav ul li a {
  font-size: 13px;
}
.mean-container .mean-nav ul li a:hover {
  color: #A11D28;
}
.mean-container .mean-nav ul li li a {;
  font-size: 13px;
  font-weight: 600;
}
.mean-container .mean-nav ul li a.mean-expand {
  font-size: 25px !important;
  font-weight: 900;
}
.sec-mega .mega-pic{
}
.sec-mega .mega-pic::before {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 50%;
  opacity: 1;
  position: absolute;
  right: 50%;
  top: 0;
}
.sec-mega .mega-pic::after {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  bottom: 50%;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%;
}
.sec-mega .mega-pic:hover::before {
  left: 0;
  opacity: 0;
  right: 0;
  transition: all 900ms ease-in 0s;
}
.sec-mega .mega-pic:hover::after {
  bottom: 0;

  opacity: 0;
  top: 0;
  transition: all 900ms ease-in 0s;
}
/*------------------------------
3. home1 slider start
------------------------------*/
.slider-container {}
.nivo-prevNav {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  color: white;
  font-size: 15px;
  font-weight: lighter;
  height: 60px;
  left: 35px;
  line-height: 4;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 60px;
  opacity: 0;
}
.nivo-nextNav {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  color: white;
  font-size: 15px;
  font-weight: lighter;
  height: 60px;
  right: 35px;
  line-height: 4;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 60px;
  opacity: 0;
}
.nivo-prevNav:hover,.nivo-nextNav:hover{
	color: #888;
}
.slider-container:hover .nivo-prevNav, .slider-container:hover .nivo-nextNav {
	opacity:1;
}
.nivo-html-caption{
	position: relative;
}
.nivo-caption {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  text-align: center;
  top: 0;
}

.bannerttl {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
	font-size: 1.8em;
	left: 0;
	top: 10%;
	position: absolute;
	max-width: 300px;
	width: auto;
	height: 50px;
	padding: 17px;
}

.bannerttl2 {
	background-color: rgba(255, 255, 255, 0.75);
	color: #000;
	font-size: 1.8em;
	left: 0;
	top: -45px;
	position: relative;
	max-width: 300px;
	width: auto;
	height: 30px;
	padding: 5px;
}

.bannerttl3 {
	background-color: rgba(255, 255, 255, 0.75);
	color: #000;
	font-size: 1.8em;
	left: 0;
	top: -45px;
	position: relative;
	max-width: 300px;
	width: auto;
	height: 30px;
	padding: 5px;
	float: left;
	margin-left: 20%;
}

.slide1-text {
  display: block;
  left: 3%;
  position: absolute;
  text-align: left;
  top: 10%;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000;
  width: 650px;
  max-height: 110px;
  height: auto;
  padding: 10px;
}
.slide1-text.slide-2 {
  /* top: 15%; */
}
.middle-text {
  text-align: center;
}

.slide1-ttl {
	font-size: 1.5em;
	width: 100%;
	clear: both;
	display: block;
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.slide1-desc {
	font-size: 1.3em; 
	width: 100%;
	font-family: 'Lato', sans-serif
}

.slide1-text.slide-2 h1 {
  font-size: 100px;
  font-weight: 500;
}
.cap-title {
  margin: 35px 0;
}
.slide1-text.slide-2 h3 {
  background: #A11D28 none repeat scroll 0 0;
  font-style: italic;
  font-weight: 300;
  padding: 10px 13px;
}
.slide1-text.slide-1 h1 {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
}
.slide1-text.slide-1 h3 {
  color: #A11D28;
  font-size: 30px;
  font-style: italic;
}
.cap-readmore a {
  border: 1px solid white;
  color: white;
  font-size: 15px;
  padding: 10px;
  margin-left: 0px;
  margin-top: 90px;
  text-transform: uppercase;
  transition: all 0.1s ease 0s;
  background: #A11D28;
  border-color: #A11D28;
}
.cap-readmore a:hover{
	background: #A11D28;
	border-color: #A11D28;
}
.cap-readmore {
  margin: 40px 40px 40px 0;
  float: left;
}
.slider-progress{
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	background: #888;
	animation: timebar 5000ms ease-in-out;
}
@-webkit-keyframes timebar {
	from {width: 0;}
	to {width: 100%;}
}
 @keyframes timebar {
	from {width: 0;}
	to {width: 100%;}
}
.slider{
	position: relative;
}
/*------------------------------
4. service start
-------------------------------*/
.service-area {
  /* border-bottom: 1px solid #e5e5e5; */
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  position: relative;
  text-align: center;
  margin-top: 0;
}
.service-logo {
  padding-bottom: 10px;
}

.service-logo img { width: 40px; }

.service-area .service:hover .service-logo img {
  animation: 1000ms ease-in-out 0s normal none infinite;
}
.service-area .service{
	border-left: 1px solid #e5e5e5;
}
.service-area .service:first-child {
  border: none 0;
}
.service-area .service-info h2 {
  color: #363636;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.service-area .service-info p {
  color: #444;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
}
/*----------------------------
5. banner start
----------------------------*/
.banner-area{}
.banner-area-box{
	float: right;
}
.banner-area .banner-box {
  position: relative;
}				
.banner-box .banner-content{
	color: #363636;
	margin: 30px 0;
	text-align: left;
	height: 300px;
}
.banner-content h2{
  border-bottom: 2px solid #363636;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 10px;
  /* max-width: 80px; */
}
.banner-content h3{
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-content p {
  font-size: 15px;
  line-height: 25px;
  padding: 25px 0;
}
.banner-content a {
  color: #363636;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}
.banner-content a:hover{
	color: #A11D28;
}
.banner-picture {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner-box a {
  display: block;
  overflow: hidden;
  position: relative;
}
.banner-box a::before {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 50%;
  opacity: 1;
  position: absolute;
  right: 51%;
  top: 0;
}
.banner-box a::after {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  bottom: 50%;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%;
}
.banner-static-box:hover a::before ,.banner-box:hover a::before{
  left: 0;
  opacity: 0;
  right: 0;
  transition: all 900ms ease-in 0s;
}
.banner-static-box:hover a::after,.banner-box:hover a::after {
  bottom: 0;
  opacity: 0;
  top: 0;
  transition: all 900ms ease-in 0s;
}
.banner-static-box{
	position: relative;
	border: 2px solid #E5E5E5;
}
.banner-box-content{
  bottom: 0;
  left: 30px;
  margin: 0;
  position: absolute;
  top: 0;
}
.banner-box-content h2 {
  border-bottom: 2px solid #363636;
  color: #363636;
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 10px;
  max-width: 60px;
}
.banner-box-content h4 {
  color: #363636;
  font-size: 20px;
  font-weight: 700;
}
.banner-box-content a {
  bottom: 30px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  width:200px;
}
.banner-box-content a:hover{
	color: #A11D28;
}
/*-----------------------------
6. product-tab-home-1
------------------------------*/
.product-tab {
  padding: 50px 0;
}
.pro-tabs {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
}
.single-product{}
.single-product .product-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.single-product .product-img a {
  position: relative;
  text-align: center;
  height: 100%;
  line-height: 200px;
}
.single-product .product-img .new,.modal-pic .new{
  background: #cccccc none repeat scroll 0 0;
  border-radius: 100%;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 45px;
  left: 10px;
  line-height: 45px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 45px;
  z-index: 0;
}
.single-product .product-img .sale,.modal-pic .sale {
  background: #A11D28 none repeat scroll 0 0;
  border-radius: 100%;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 45px;
  z-index: 0;
}

.single-product .product-img .alege-culoare {
  background: #A11D28 none repeat scroll 0 0;
  border-radius: 100%;
  color: white;
  display: inline-block;
  font-size: 10px;
  padding-top: 10px;
  font-weight: 700;
  height: 55px;
  line-height: 15px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 55px;
  z-index: 0;
}

.product-action {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 55%;
  transition: all 500ms ease-in 0s;
}
.add-to-links {
  display: inline-block;
}
.add-to-links ul{}
.add-to-links ul li {
  display: inline-block;
}
.add-to-links ul li a {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px;
  transition: all 300ms ease-in 0s;
}
.quick-view {
  margin-top: 10px;
  width: 100px;
}
.add-to-links a:hover {
  background: #A11D28 none repeat scroll 0 0;
  border-color: #A11D28;
  color: #fff;
}
.quick-view div {
  background: white none repeat scroll 0 0;
  color: #363636;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  transition: all 300ms ease-in 0s;
  width: 100%;
  cursor: pointer;
}
.quick-view div ::before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  padding-right: 7px;
}
.quick-view div span{}
.single-product:hover .product-action {
  opacity: 1;
  top: 39%;
}
.product-img a {
  display: block;
}
.product-img > a::before {
  background-color: #A11D28;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.product-img > a > img {
	max-height: 200px;
}

.single-product:hover .product-img > a::before{
	opacity: .3;
}
.product-content {
  padding: 15px 0 0;
}

#gried_view .product-content {
	text-align: center;
}

#gried_view .productname {
	padding: 0 0 0 10px;
}

.product-name {
  margin-top: 5px;
  padding: 10px 0 0 0;
  margin: 0;
}
.star-content{
	display: inline-block;
}
.comment {
  color: #898989;
  display: inline-block;
  font-style: italic;
  text-decoration: underline;
  vertical-align: top;
}
.product-name a {
  color: black;
  font-size: 15px;
  /* line-height: 25px; */
  margin-bottom: 0;
  padding: 5px 0;
}
.product-name:hover a {
	color:#A11D28;
}
.reviews {
  margin: 5px 0;
}
.star {
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin-right: 1px;
  overflow: hidden;
  position: relative;
  top: -1px;
  width: 14px;
}
.star.star-on::after {
  color: #A11D28;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
}
.star::after {
  color: #777676;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
}
.price-box .price {
  color: #A51D2B;
  font-size: 18px;
  font-weight: 600;
}
.price-box .old-price {
  color: #999999;
  font-size: 16px;
  text-decoration: line-through;
}
.tabs li a{
	text-decoration: none;
	color: #666666;
	padding: 5px;
	border: 1px solid #CCC;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	background-color: #F9F9F9;
}
.tabs {
  display: block;
  margin-bottom: 3px;
  margin-top: 20px;
  position: relative;
}
.tabs li {
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  margin: 0 0 0 7px;
  padding: 0;
  position: relative;
  height: 17px;
}
.tabs li.active a ,.tabs li:hover a{
  color: #666666;
  background-color: #FFFFFF;
  padding: 5px;
  padding-bottom: 6px;
  position: relative;
  z-index: 9;
}
.tabs li::before {
  background: transparent none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.tabs li.active::before, .tabs li:hover::before {
  /* background: #d6d6d6 none repeat scroll 0 0; */
}
.feature-tab-area {
  border-bottom: 0px solid #e5e5e5;
  padding-bottom: 50px;
}

.tab-content{
	position: relative;
}

.owl-theme .owl-controls .owl-buttons div {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  height: 45px;
  left: 5px;
  line-height: 45px;
  margin: -20px -25px 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transition: all 300ms ease-in 0s;
  width: 45px;
}
.feature-tab-area .owl-buttons div {
  margin-top: -55px !important;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 0;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background: #A11D28;
}
.feature-tab-area:hover .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 15px;
	opacity: 1;
}
.feature-tab-area:hover .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 15px;
	opacity: 1;
}
/*------------------------
7. feature-product
------------------------*/
.feature-product {
  margin-bottom: 50px;
}
.product-title {
  display: block;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.product-title::before {
  background: #343436 none repeat scroll 0 0;
  bottom: 18px;
  content: "";
  display: block;
  height: 2px;
  left: 35%;
  position: absolute;
  right: 35%;
}
.product-title h2 {
  background: #fff none repeat scroll 0 0;
  color: #343436;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  padding: 40px 10px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.product-title h2::before {
  background: rgba(0, 0, 0, 0) url("img/bg_title.png") no-repeat scroll center top;
  content: "";
  display: block;
  height: 18px;
  left: 50%;
  margin-left: -38.5px;
  position: absolute;
  top: 0;
  width: 77px;
}
.feature-product-tab{}
.item-product {
  display: inline-block;
  width: 100%;
}
.item-product .products-inner {
  display: inline-block;
  float: left;
  padding-right: 15px;
  width: 33%;
}
.item-product .product-contents {
  display: inline-block;
  margin-top: -10px;
  overflow: hidden;
  padding: 0;
  width: 67%;
}
.item-pro-mar {
  display: inline-block;
  margin-bottom: 30px;
}
.feature-product-tab:hover .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 15px;
	opacity: 1;
}
.feature-product-tab:hover .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 15px;
	opacity: 1;
}
/*-----------------------
8. banner-2
-----------------------*/
.banner-2 {
  margin-bottom: 50px;
  text-align: center;
}
/*------------------------
9. latest-blog
-------------------------*/
.latest-blog{}
.blog {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
.blog-img img{
  transition: all 300ms linear 0s;
}
.blogs-carousel .single-blog:hover .blog-img img {
  transform: scale(1.1);
}
.blogs-carousel img:hover {
  opacity: 0.85;
  transition: all 500ms ease-in-out 0s;
}
.single-blog {
  display: inline-block;
}
.blog-img{
	overflow:hidden;
}
.blog-content{}
.blog-content .blog-title a {
  color: #363636;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 10px 0;
  transition: all 0.2s ease 0s;
}
.blog-content .blog-title a:hover{
	color: #A11D28;
}
.blog-content p {
  color: #444;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 15px;
  padding: 0;
}
.blog-date {
  color: #666;
  float: right;
  font-size: 13px;
  line-height: 40px;
}
.blog-read-more {
  border: 1px solid #363636;
  color: #363636;
  float: left;
  height: 40px;
  transition: all 300ms ease-in 0s;
}
.blog-read-more::after {
  border-left: 1px solid #363636;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  width: 50px;
}
.blog-read-more span {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 38px;
  padding: 0 15px;
  text-transform: uppercase;
  vertical-align: top;
}
.blog-read-more:hover {
	background: #363636;
	color: white;
}
.blog:hover .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 15px;
	opacity: 1;
}
.blog:hover .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 15px;
	opacity: 1;
}
/*------------------------
10. testimonial-area
------------------------*/
.testimonial-area {
  background: rgba(0, 0, 0, 0) url("img/latest-blog/bg_testimonials.jpg") no-repeat scroll center center / cover ;
  padding: 85px 0;
  position: relative;
}
.testimonial-item{
	position: relative;
}
.testimonial-item .item{
	display: inline-block;
	width: 100%;
}
.author-content{
	float: left;
}
.author-content .img {
  float: left;
  margin-right: 30px;
  overflow: hidden;
  width: 70px;
}
.author-content .content {
  border-bottom: 1px solid white;
  display: inline-block;
  font-size: 14px;
  padding: 15px 0;
}
.content .content-name {
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.content .content-email {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}
.item{
	padding: 0 15px 0 15px;
}
.item .testimonial-p {
  color: white;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 50px;
  text-decoration: none;
}
.owl-pagination {
  margin-left: 305px;
  position: absolute;
}
/*------------------------
11. brand-area
------------------------*/
.brand-area {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}
.single-brand {
  border: none;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.brands:hover .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 15px;
	opacity: 1;
}
.brands:hover .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 15px;
	opacity: 1;
}
/*------------------------
12. footer
------------------------*/
.footer-area{
	background-color: #363636;
}


.footer-area p {
  margin: 0px;
  font-size: 11px !important;
}
.footer-top{}
.footer-logo {
  border-bottom: 1px solid #4a4a4a;
  padding: 60px 0;
  text-align: center;
}
.footer-middle{
	padding-top: 20px;
}
.foot-mar{
	margin-bottom: 0px;
}
.footer-area h4 {
  color: white;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 0 0 15px;
}
.footer-area p {
  color: #fff;
  /* line-height: 25px; */
}
.footer-area .footer-contact .description {
  padding: 10px 0;
}
.footer-area .footer-contact .add {
  color: #A11D28;
}
.footer-area .footer-contact .add::before {
  font-family: "FontAwesome";
  padding-right: 7px;
}
.footer-area .footer-contact .add.address::before {
  content: "";
}
.footer-area .footer-contact .add.phone::before {
  content: "";
}
.footer-area .footer-contact a {
  color: #A11D28;
}
.footer-area .footer-contact .add.email::before {
  content: "";
}
.footer-area ul.toggle-footer li {
  line-height: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: all 300ms ease-in 0s;
}
.footer-area ul.toggle-footer li a::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  padding-right: 7px;
  vertical-align: middle;
}
.footer-area ul.toggle-footer li:hover {
  padding-left: 10px;
  transition: all 300ms ease-in 0s;
}
.footer-area ul.toggle-footer li a:hover {
  color: #A11D28;
}
.newsletter {
  margin-bottom: 20px;
}
.footer-area .newsletter-content .newsletter-input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #555555;
  color: #9e9e9e;
  display: inline-block;
  height: 40px;
  margin-bottom: 10px;
  max-width: 420px;
  padding: 10px;
  width: 100%;
}
.footer-area .newsletter-button {
  background: #A11D28 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 11px;
  height: 40px;
  line-height: 40px;
  padding: 0 23px;
  text-align: center;
  transition: all 0.4s ease 0s;
  vertical-align: top;
}
.footer-area .newsletter-button span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-area .newsletter-button:hover{
	background: #fff;
}
.footer-area .newsletter-button:hover .subscribe {
	color: #A11D28;
}
.footer-social{}
.footer-social h3 {
  color: white;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 19px;
  margin-top: 34px;
}
.footer-social a {
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
}
.footer-social a:nth-child(2){
    background: #3C5A99;
}
.footer-social a:nth-child(3){
    background: #55ACEE;
}
.footer-social a:nth-child(4){
    background: #F57D00;
}
.footer-social a:nth-child(5){
    background: #C30000;
}
.footer-social a:nth-child(6){
    background: #DD4B38;
}
.footer-social a:hover{
    background: #A11D28;
}
.footer-area .payment {
  border-top: 1px solid #4a4a4a;
  margin-top: 20px;
  padding: 35px 0;
  text-align: center;
}
.footer-area .footer-bottom {
  background: #2f2f2f none repeat scroll 0 0;
  padding: 15px 0;
}
.footer-bottom .address {
  color: #fff;
  font-size: 14px;
}
.footer-bottom .address a {
  color: #A11D28;
}
.footer-bottom .address a:hover{
	text-decoration: underline;
}
.footer-link {
  text-align: right;
}
.footer-link ul{}
.footer-link ul li {
  display: inline-block;
  
}
.footer-link ul li a {
  padding: 0 12px;
}
.footer-link ul li:first-child a{
	padding-left: 0;
}
.footer-link ul li a:hover{
	color: #A11D28;
}
footer ul li a {
  color: #fff;
  display: block;
  font-size:11px !important;
}
footer ul li {
  margin: 0 !important;
}
footer .textwidget h3{
	font-size:17px !important;
	text-transform: uppercase;
	font-weight: normal !important;
	margin: 0 !important;
	color: #FFF !important;
}
/*-----------------------------------------
13. home-2
------------------------------------------*/
/*--------------------
header
---------------------*/
.header-2 .header-middle .pos-logo {
  margin-left: 0;
  margin-top: 10px;
}
.header-2 .shopping-cart {
  margin-top: 40px;
}
.header-2 .search-block-top {
  border: 1px solid #d9d9d9;
  margin-top: 8px;
  max-width: 415px;
}
.header-2 .search-block-top input {
  border-bottom: 0 none;
  min-width: 410px;
}
.header-2 .btn.btn-default.button-search {
  right: 1px;
  z-index: 99;
}
.header-2 .main-menu-area {
  background: #363636 none repeat scroll 0 0;
  margin-top: 11px;
  padding: 3px 0;
}
.header-2 .main-menu {
  float: left;
}
.header-2 .main-menu ul li > a {
  color: #bebebe;
}
.header-2 .main-menu ul li a.active,.header-2 .main-menu ul li > a:hover{
	color: #fff;
}
.header-2 .main-menu .active {
  padding-left: 0;
}
/*------------------------
home-2-banner
------------------------*/
.home-2-banner-area {
  margin: 30px 0 50px;
}
.home-2-banner-area .banner-container {
  padding: 0 30px;
}
/*-----------------------
daily deals
-----------------------*/
.daily-deals-area{}
.daily-deal .single-product {
  overflow: hidden;
}
.daily-deals-area .product-img img {
  width: 100%;
}
.daily-deals-area .product-img > a::before,.home-4-daily-deals-area .product-img > a::before {
  background-color: inherit;
}
.daily-products {
  padding-right: 5.1vw;
  position: relative;
}
.daily-content {
  background: #363636 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  transform: rotateX(90deg);
  transform-origin: center bottom 0;
  transition: all 300ms ease-in 0s;
  width: 100%;
}
.daily-products:hover .daily-content{
	opacity: 1;
	transform: none;
}
.daily-content .product-name a,.daily-content .comment,.daily-content .price-box .price {
  color: #fff;
}
.daily-content .product-name a:hover{
	color: #A11D28;
}
.upcoming {
  background: #A11D28 none repeat scroll 0 0;
  height: 100%;
  padding: 4.9vw 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  z-index: 9;
}
.upcoming span {
  color: #fff;
  padding: 5px;
}
.upcoming .time-count {
  font-size: 26px;
}
.upcoming p {
  font-size: 12px;
  margin-bottom: 33px;
}
.is-countdown::before {
  background: rgba(0, 0, 0, 0) url("img/icon_times.png") no-repeat scroll center center;
  border-bottom: 1px solid #d398a7;
  color: #ffffff;
  content: "";
  display: inline-block;
  height: 4.9vw;
  line-height: 4.9vw;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}
.daily-deal:hover .owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 15px;
	opacity: 1;
}
.daily-deal:hover .owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 15px;
	opacity: 1;
}
/*-----------------------
home-2-product-tab
-----------------------*/
.home-2-product-tab {
  margin: 50px 0;
}
/*--------------------
home-2-service
--------------------*/
.home-2-service {
  background: rgba(0, 0, 0, 0) url("img/banner/bg_banner.jpg") no-repeat scroll center center / cover ;
  padding: 117px 0;
}
.home-2-service .service {
  border: none;
}
.home-2-service .service-info h2,.home-2-service .service-info p {
  color: white;
}
.home-2-service .service-info p {
  margin-bottom: 0;
}
/*-------------------
home-2-special-look
------------------*/
.special-look .col-1{
	width: 34.2%;
	float: left;
}
.special-look .col-2{
	width: 65.8%;
	float: left;
}
.special-look {
  margin-bottom: 50px;
}
/*-----------------------------------------
14. home-3
------------------------------------------*/
/*--------------------
home-3-header
---------------------*/
.header-3 {
  border: medium none;
}
.header-3 .header-top {
  background: #222222 none repeat scroll 0 0;
}
.header-3 .header-links li {
  border-left: 1px solid #393939;
}
.header-3 .header-userinfo .header-links li a,.header-3 .currencies div.current {
  color: #fff;
}
.header-3 .language div.current{
  border-left: 1px solid #393939;
  border-right: 1px solid #393939;
  color: white;
}
.header-3 .currencies div.current {
	border-right: 1px solid #393939;
}
.language:hover .current span,.language:hover .current::after{
	color: #A11D28;
}
.header-3 .header-middle {
  margin-top: -1px;
}
.header-3 .main-menu-area {
  margin-bottom: 45px;
}
.header-3 .header-links > li:last-child {
  border-left: 1px solid #393939;
  border-right: medium none;
}
.header-3 .header-userinfo {
  border-right: 1px solid #393939;
  float: right;
}
/*--------------------------------
home-3-slider-and-banner
---------------------------------*/
.banner-right .banner-box.col-1 {
  margin-bottom: 34px;
}
.sign-up-box {
  margin: 38px 0;
  padding: 0;
  text-align: center;
}
.home-banner-left .box-inner {
  display: inline-block;
  padding: 0 50px;
}
.sign-up-box .box-inner h2 {
  color: #363636;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.home-banner-left .link-text {
  display: inline-block;
  vertical-align: top;
}
.sign-up-box .box-inner span {
  color: #A11D28;
}
.sign-up-box .box-inner p {
  color: #959595;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 12px;
}
.sign-up-box .link-text a {
  background: #A11D28 none repeat scroll 0 0;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
}
.home-banner-left .banner-box-content h2 {
  border-bottom: 2px solid white;
  color: white;
  font-size: 20px;
  font-weight: bold;
  max-width: 72px;
  text-transform: uppercase;
}
.home-banner-left .banner-box-content {
  top: 30px;
}
.single-product.special-mar {
}
/*-------------------
home-3-service
--------------------*/
.home-3-service {
  margin: 40px 0 0;
  padding-bottom: 0;
  padding-top: 0;
}
.home-3-service .service-info p {
  margin-bottom: 50px;
}
/*--------------------
home-3-tab
--------------------*/
.tab-mar{
	margin-top: 30px;
}
.home-2-product-tab .owl-theme .owl-controls .owl-buttons div {
  top: 53%;
}			
/*----------------------------------------
15. home-4
----------------------------------------*/
.home-4-body {
  background: rgba(0, 0, 0, 0) url("img/body/bg_body.png") repeat scroll center center;
  color: #666666;
  font-size: 13px;
  height: 100%;
  line-height: 18px;
  min-width: 320px;
}
.wrapper-box{
	margin: auto;
	width: 1260px;
}
.header-4 .header-links > li:last-child {
  border: none;
}
.header-4 .header-top {
  background: #212121 none repeat scroll 0 0;
  border-bottom: 1px solid #383838;
}
.header-4 .header-top .container {
  border: medium none;
}
.header-4 .header-userinfo {
  border-right: 1px solid #383838;
  margin-right: 70px;
}
.header-4 .header-userinfo .header-links li {
  border-left: 1px solid #383838;
}
.header-4 .header-userinfo .header-links li a {
  color: #fff;
}
.header-4 .language div.current {
  border-left: 1px solid #383838;
  border-right: 1px solid #383838;
  color: white;
  font-size: 12px;
  padding: 0 15px;
}
.header-4 .currencies div.current {
  border-right: 1px solid #383838;
  color: white;
  font-size: 12px;
}
.header-4 .language {
  margin-left: 70px;
}
.header-4 .header-middle {
  background: #212121 none repeat scroll 0 0;
  border-bottom: 1px solid #383838;
  padding-bottom: 45px;
}
.header-4 .search-block-top {
  border: 1px solid #646464;
  height: 35px;
  margin-left: 70px;
  min-width: 250px;
}
.header-4 .search-block-top input {
  background: #212121 none repeat scroll 0 0;
  border-bottom: medium none;
  padding: 2px 38px 0px 10px;
  height: 30px;
  color:#fff;
}
.header-4 .search-block-top button {
  background: transparent none repeat scroll 0 0;
  color: #9f9f9f;
  height: 25px;
  right: -1px;
  top: 2px;
  width: 40px;
}
.header-4 .search-block-top button::before{
  background: rgba(0, 0, 0, 0) url("img/others/icon_search4.png") no-repeat scroll center 5px;
  bottom: 0;
  content: "";
  display: block;
  font-size: 18px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 300ms ease-in 0s;
  width: 100%;
}
.header-4 .search-block-top button:hover::before{
  background-position: center -24px;
  transition: all 300ms ease-in 0s;
}
.header-4 .shopping-cart > a:first-child {
  background: rgba(0, 0, 0, 0) url("img/others/icon-cart4.png") no-repeat scroll 0 0;
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: normal;
  height: 23px;
  line-height: 23px;
  padding: 0 0 0 30px;
  position: relative;
}
.header-4 .shopping-cart {
  margin-right: 65px;
}
.header-4 .main-menu-area {
  background: #212121 none repeat scroll 0 0;
  padding: 15px 0;
}
.header-4 .main-menu ul li a {
  color: #ddd;
  padding: 10px 24px;
}
.header-4 .main-menu ul li .version span a {
  color: #444;
  padding: 4px 0px;
}
.header-4 .main-menu .active,.header-4 .main-menu ul li > a:hover {
  color: #fff;
  transition: all 300ms ease-in 0s;
}
.header-4 .main-menu ul li .version span a:hover{color:#A11D28}
/*-----------------------------
home-4-special-look
------------------------------*/
.home-4-special-look {
  background: #363636 none repeat scroll 0 0;
  padding: 65px 0;
}
.home-4-special-look .col-1 {
  float: left;
  width: 34.2%;
}
.home-4-special-look .col-2{
	width: 65.8%;
	float: left;
}
.home-4-special-look .product-title h2::before {
  background: rgba(0, 0, 0, 0) url("img/others/bg_title_banner4.png") no-repeat scroll center top;
}
.home-4-special-look .product-title h2 {
  background: #363636 none repeat scroll 0 0;
  color: #fff;
}
.home-4-special-look .product-title::before {
  background: #fff none repeat scroll 0 0;
}
/*-----------------------
home-4-daily-deals
------------------------*/
.home-4-daily-deals-area {
  background: white none repeat scroll 0 0;
  padding: 50px 0;
}
/*----------------------------
home-4-product-tab
----------------------------*/
.home-4-product-tab .feature-tab-area {
  border: medium none;
  padding-bottom: 0;
}
.home-4-product-tab {
  background: white none repeat scroll 0 0;
  padding-bottom: 50px;
}
/*-------------------------
home-4-service
-------------------------*/
.home-4-service {
  margin: 0;
}
/*------------------------------
home-4-feature-product
------------------------------*/
.home-4-feature-product {
  background: white none repeat scroll 0 0;
  padding: 50px 0;
}
/*---------------------
home-4-banner-2
-----------------------*/
.home-4-banner-2 {
  background: white none repeat scroll 0 0;
}	
/*-----------------------------
home-4-latest-blog
------------------------------*/	
.home-4-latest-blog {
  background: white none repeat scroll 0 0;
  padding-top: 50px;
}
/*---------------------
brand-area
----------------------*/
.home-4-brand-area {
  background: white none repeat scroll 0 0;
  padding: 65px 0;
}
/*-----------------------------------------
16.	product-details
-----------------------------------------*/
.shop-1-area, .shop-2-area {
 
}
.shop-1 .main-menu-area,.shop-2 .main-menu-area {
  margin-bottom: -4px;
}
.breadcrumb {
  background: transparent none repeat scroll 0 0;
  color: #898989;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  min-height: 6px;
  overflow: hidden;
  padding: 10px 0 10px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.icon-home::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
}
.breadcrumb > a {
  color: #777777;
  display: inline-block;
  font-size: 17px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  z-index: 99;
}
.breadcrumb > a:hover{
	color: #A11D28;
}
.breadcrumb .navigation-pipe {
  color: #252525;
  display: inline-block;
  padding: 0 5px;
}
.navigation-pipe.nav-pipe-2 {
  padding: 0 12px;
}
.navigation-page > a {
  color: #333333;
  transition: all 0.3s ease 0s;
}
.navigation-page > a:hover {
  color: #A11D28;
}
.shop-content h1 {
  color: #333333;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 15px !important;
}
.picture-tab .product-img img {
  max-width: 100%;
  width: auto;
}
.picture-tab .single-product:hover .product-img > a::before {
  opacity: 0;
}
.reference, .condition{
	margin-bottom: 6px;
	font-size: 14px;
}
.reference label,.condition label {
  color: #7d7d7d;
  font-style: italic;
  font-weight: normal;
}
.reference span,.condition span {
  color: #bb0015;
}
.price-new {
  color: #3e3e3e;
  font-weight: 400;
  line-height: 32px;
}
.price-new .price-box{
  color: #A11D28;
  font-size: 34px;
  font-weight: 600;
  line-height: 32px;
}
.price-new .price-tax {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}
.reduction-percent {
  background: #f7a62d none repeat scroll 0 0;
  border-radius: 20px;
  color: white;
  display: inline-block;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  min-width: 50px;
  overflow: hidden;
  padding: 0 5px;
  text-align: center;
  z-index: 0;
}
.old-price {
  color: #8e8e8e;
  display: inline-block;
  font-weight: 400;
  margin: 0 10px;
  padding-bottom: 0;
  text-decoration: line-through;
  vertical-align: top;
}
.old-price .price {
  color: #666666;
  font-size: 24px;
}
.short-description {
  padding: 0 0 15px;
  word-wrap: break-word;
}
.short-description p {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 27px;
  margin: 0;
}
.add-cart .quantity label {
  display: inline-block;
  float: left;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  line-height: 35px;
  margin: 0;
  padding-right: 7px;
}
.quantity input {
  border: 1px solid #e5e5e5;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 6px;
  width: 78px;
}
.quantity .btn {
  float: left;
  margin-left: 3px;
}
.btn.button-plus, .btn.button-minus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: silver;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
}
.btn.button-plus span, .btn.button-minus span {
  background: white linear-gradient(to bottom, #ffffff 0px, #fbfbfb 100%) repeat-x scroll 0 0;
  border: 1px solid white;
  display: block;
  height: 33px;
  line-height: 31px;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 33px;
}
.icon-minus::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
}
.icon-plus::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
}
.btn.button-plus:hover span, .btn.button-minus:hover span {
  background: #f6f6f6 none repeat scroll 0 0;
  filter: none;
  color: black;
}
.add-cart p {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}
.shop-add-cart {
  clear: none;
  float: left;
  margin-bottom: 15px;
}
.shop-add-cart .exclusive {
  background: #363636 none repeat scroll 0 0;
  border: 0 none;
  color: white;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease-in 0s;
}
.shop-add-cart .exclusive:hover{
	background: #A11D28;
}
.shop-add-cart .exclusive::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 35px;
  padding-right: 5px;
  z-index: 2;
}
.usefull-links {
  clear: both;
}
.usefull-links li {
  margin: 0 0 12px;
  position: relative;
}
.usefull-links li a {
  color: #7d7d7d;
  font-size: 12px;
  font-weight: normal;
  padding-left: 20px;
}
.usefull-links li a:hover{
	color: #A11D28;
}
.usefull-links li a::before {
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  left: 0;
  line-height: 24px;
  position: absolute;
  top: -2px;
}
.usefull-links li.sendtofriend a::before {
  content: "";
}
.usefull-links li.print a::before {
  content: "";
  top: -3px;
}
.add-wish {
  background-color: transparent;
  border-color: transparent;
  color: #7d7d7d;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  margin: auto;
  outline: 0 none;
  padding-left: 20px;
  position: relative;
}
.add-wish::before {
  color: #7d7d7d;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  text-align: center;
}
.add-wish:hover,.add-wish:hover::before{
	color: #A11D28;
}
.add-cart {
  display: inline-block;
  width: 100%;
}
.size-color {padding: 0px;}
.size-color fieldset{
	padding-bottom: 15px;
}

@media (max-width: 500px)
{
	.size-color fieldset label
	{
		line-height: normal;
	}
}

@media (min-width: 501px)
{
	.size-color fieldset label
	{
		line-height: 35px;
	}
}

.size-color fieldset label {
  display: inline-block;
  float: left;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  padding-right: 7px;
}
div.selector {
  background-position: 0 -54px;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  padding: 0 0 0 10px;
  position: relative;
}
div.selector select {
  font-family: 'Muli', sans-serif;
  font-size: 12px;
}
.form-control {
  height: 27px;
  max-width: 100%;
}
.size-color .selector .form-control {
  border: 1px solid #cccccc;
  width: 220px;
}
.form-control:focus {
  border-color: inherit;
  box-shadow: inherit;
  outline: 0 none;
}
.color > label {
  width: 100%;
}
.color-selector{}
.color-selector ul {min-width: 270px;}
.color-selector ul li {
  border: 1px solid #CCC;
  border-radius: 40px;
  display: inline-block;
  height: 80px;
  margin-right: 3px;
  width: 80px;
}
.color-selector ul li a {
  /* padding: 0 21px 5px 0; */
  padding: 0;
}
.color-selector .color-1 {
  background: #f39c11 none repeat scroll 0 0;
}
.color-selector .color-2 {
  background: #5d9cec none repeat scroll 0 0;
}
.quantity-available,.availability-status {
  display: inline-block;
  margin-top: 15px;
}
.quantity-available > span {
  color: #8e8e8e;
  font-style: italic;
  font-weight: normal;
}
.availability-status > span {
  background: #55c65e none repeat scroll 0 0;
  border: 1px solid #808080;
  color: white;
  font-weight: 600;
  margin-left: 5px;
  padding: 5px 8px;
}
.btn {
  -moz-user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-default {
  background-color: white;
  border-color: #cccccc;
  color: #333333;
  transition: all 0.2s ease 0s;
}
.btn-twitter i {
  color: #00aaf0;
}
.btn i::before {
  font-family: FontAwesome;
  font-style: normal;
}
.icon-twitter::before {
  content: "";
}
.btn-twitter:hover {
  background: #A11D28 none repeat scroll 0 0;
  border-color: #A11D28;
  color: white;
}
.btn-twitter:hover i,.btn-facebook:hover i{
	color: white;
}
.btn-facebook i {
  color: #435f9f;
}
.icon-facebook::before {
  content: "";
}
.btn-facebook:hover {
  background-color: #A11D28;
  border-color: #A11D28;
  color: white;
}
.icon-google-plus::before {
  content: "";
}
.btn-google-plus:hover {
  background-color: #A11D28;
  border-color: #A11D28;
  color: white;
}
.icon-pinterest::before {
  content: "";
}

.btn-stofe {
  color: #AAA;
  float: right;
  margin-right: 15px;
  border: none;
}

.btn-stofe:hover {
  text-decoration: none;
}


.btn-pinterest:hover {
  background-color: #A11D28;
  border-color: #A11D28;
  color: white;
}
.product-comment {
  border: 1px solid #e5e5e5;
  font-weight: bold;
  line-height: 18px;
  margin: 20px 0;
  padding: 8px 10px 10px;
}
.product-comment .comment-note {
  margin-bottom: 5px;
}
.comment-note .star-content.clearfix {
  padding-left: 5px;
  padding-top: 1px;
  position: absolute;
}
.comment-note .star.star-on::after {
  color: #ffc861;
}
.comments-advices {
  padding-top: 2px;
}
.comments-advices li {
  display: inline-block;
  line-height: 30px;
}
.comments-advices a.reviews {
  border-right: 1px solid #e5e5e5;
  margin-right: 9px;
  padding-right: 30px;
}
.comments-advices a::before {
  background: #929292 none repeat scroll 0 0;
  border-radius: 50px;
  color: white;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin-right: 6px;
  text-align: center;
  width: 30px;
}
.comments-advices a:hover {
  color: #333333;
}
.comments-advices a.reviews::before {
  content: "";
}
.comments-advices a.open-comment-form::before {
  content: "";
}
.tab-box {
  /*border: 1px solid #e5e5e5;*/
  padding: 10px;
}
.shop-1-product-tab .tabs li {
  padding: 0 20px;
  margin: 0 -1px;
}
.shop-1-product-tab .tabs li.active::before, .shop-1-product-tab .tabs li:hover::before {
  background: #000 none repeat scroll 0 0;
}
.shop-1-product-tab .tabs {
  margin-bottom: 3px;
}
.more-info p {
  color: #444;
  font-size: 14px;
  line-height: 27px;
  margin: 0;
  min-height: 1px;
  padding-bottom: 0;
}
.table-data-sheet {
  background: white none repeat scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px;
  width: 100%;
}
.table-data-sheet tr {
  border-top: 1px solid #e5e5e5;
}
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
.table-data-sheet tr td:first-child {
  border-right: 1px solid #e5e5e5;
  color: #333333;
  font-weight: 700;
  width: 30%;
}
.table-data-sheet tr.even {
  background: #fdfdfd none repeat scroll 0 0;
}
.pro-comment-bottom {
  margin: 0 0 20px;
}
.pro-comment-row{
	margin: 0 0 14px;
}
.pro-comment-bottom .comment-author-infos {
  clear: both;
  padding-top: 9px;
}
.pro-comment-bottom .comment-author-infos strong {
  color: #333333;
  display: block;
}
.pro-comment-bottom .comment-author-infos em {
  color: #adadad;
  font-style: normal;
}
.bottom-review ul{
	text-align: center;
}
.bottom-review {
  border-left: 1px solid #e5e5e5;
  overflow: hidden;
}
.shop-1-product-tab {
  margin: 10px 0 10px;
}
.shop-1-product-tab .feature-tab-area {
  border: medium none;
}
.accessories:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
  opacity: 1;
}
.accessories:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 15px;
  opacity: 1;
}
.other-product-area {
  padding-bottom: 50px;
  padding-top: 50px;
}
.pic-tabs {
  float: left;
  width: 100%;
}
.pic-tabs img {
  width: 100%;
}
.pic-tabs > li {
  margin-right: 20px;
  float: left;
  width: 25%;
}
.picture-tab .tab-content {
  float: left;
  /* padding-left: 10px; */
  width: 100%;
}
.qtybutton {
  background: white none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #ccc;
  cursor: pointer;
  float: left;
  font-size: 22px;
  height: 35px;
  line-height: 22px;
  margin-left: 10px;
  padding: 5px;
  text-align: center;
  width: 35px;
}
.qtybutton:hover{
	color: black;
	background: #f2f2f2;
}
/*----------------------------------------
17. shop
------------------------------------------*/
.left-column-block {
  background: #f6f5f3 none repeat scroll 0 0;
}
.left-column-block h1, .left-column-block span.filtertitle {
  background: #f6f5f3 none repeat scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  color: #363636;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 20px;
  padding: 0 18px;
  text-transform: uppercase;
}
.left-column .block-content {
  margin-top: 10px;
  padding: 0 15px 15px;
  /* height: 185px; */
}
.content-box {
  margin-bottom: 0px;
  margin-top: 2px;
}
.content-box:last-child {
  margin-bottom: 0px;
}
.content-box .content-box-heading {
  color: #363636;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom:20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.content-box {
  overflow: hidden;
}
.content-box ul {
  /* padding: 5px 0; */
}
.content-box ul li {
  /* padding: 2px 0; */
}
.content-box span {
  float: left;
  position: relative;
  top: -2px;
}
.content-box input{
  height: 15px;
  width: 15px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none;
  outline-offset: -2px;
}
.check-label {
  margin-left: 2px;
  margin-top: 2px;
  margin-bottom: 0px;
}
label {
  font-weight: normal;
  margin-bottom: 10px;
}
.check-label a {
  color: #444;
}
.check-label a:hover{
	color: #A11D28;
}
.left-col-mar {
  margin-top: 30px;
}
.tags {
  padding: 0 15px 15px;
}
.tags a {
  border: 1px solid #444;
  color: #444;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 33px;
  margin: 0 5px 5px 0;
  padding: 0 18px;
  transition: all 300ms ease-in 0s;
}
.tags a:hover {
  border-color: #A11D28;
  color: #A11D28;
  transition: all 300ms ease-in 0s;
}
.left-col-mar h1 {
  border: medium none;
  margin-bottom: 10px;
}
.color-option {
  border: 1px solid #808080;
}
.color-option.Beige {
  background: #f5f5dc none repeat scroll 0 0;
}
.color-option.white {
  background: white none repeat scroll 0 0;
}
.color-option.black {
  background: black none repeat scroll 0 0;
}
.color-option.orange {
  background: #f39c11 none repeat scroll 0 0;
}
.color-option.blue {
  background: #5d9cec none repeat scroll 0 0;
}
.color-option.green {
  background: #a0d468 none repeat scroll 0 0;
}
.color-option.yellow {
  background: #f1c40f none repeat scroll 0 0;
}
.color-option.pink {
  background: #fccacd none repeat scroll 0 0;
}
.content-box > input#amount {
  color: #666 !important;
  font-size: 12px;
  text-align: left;
}
.content-box .ui-widget-content {
	background: #1bb2c0 none repeat scroll 0 0;
	border: medium none;
	margin: 20px 5px; 
}
.shop-banner,.blog-banner{
  /* background: rgba(0, 0, 0, 0) url("img/others/bedding.jpg") repeat scroll 0 0; */
  min-height: 272px;
  margin-left: -15px;
  width: 898px;
}

.shop-banner img {width: 100%;}

.shop-heading,.blog-heading {
  /* border-bottom: 1px solid #E5E5E5; */
  color: #474747;
  font-weight: 700;
  line-height: 40px;
  /*margin-top: 26px;*/
  overflow: hidden;
  padding: 0 0 17px;
  text-transform: uppercase;
}
.shop-heading h1,.blog-heading h1,
.shop-heading h2,.blog-heading h2 {
  float: left;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0px;
}
.blog-heading {
	margin: 0;
}
.blog-heading h2{
	margin: 0;
}
.shop-heading span {
  float: right;
  font-size: 13px;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}
.topbar-category {
  border: 1px solid #e5e5e5;
  clear: both;
  margin-bottom: 40px;
  padding: 15px 15px 10px;
  position: relative;
}
.pager-area {
  display: inline-block;
}
.shop-tab li {
  float: right;
}
.shop-tab li a {
  border: 0 none;
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  width: 30px;
}
.shop-tab li a i {
  color: #363636;
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.shop-tab {
  margin-left: 0px;
  margin-top: 1px;
  padding: 0;
}
.shop-tab li.active a i{
  color: #A11D28;
}
.sort-by {
  display: inline-block;
  margin-left: 14px;
  margin-top: 0;
  right: 14%;
  position: absolute;
}
.sort-by label,.show label,.show span {
  color: #404048;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 4px 0 0;
  position: relative;
  top: -9px;
}
.sort-by > select {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  float: right;
  height: 27px;
  margin-left: 2px;
  margin-top: 0;
  padding-left: 5px;
  padding-top: 1px;
  width: 190px;
}
.show {
  display: inline-block;
  position: absolute;
  right: 348px;
  top: 15px;
}
.show > label {
  float: left;
}
.show > select {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  float: left;
  font-size: 11px;
  height: 27px;
  margin-left: 2px;
  margin-top: 0;
  padding-left: 5px;
  padding-top: 1px;
  width: 55px;
}
.show > span {
  margin-left: 10px;
}
.compare {
  float: right;
  margin-top: 5px;
  position: relative;
}
.compare > a {
  background: #333333 none repeat scroll 0 0;
  color: white;
  font-size: 11px;
  padding: 8px 30px 8px 17px;
  text-transform: uppercase;
}
.compare i {
  color: white;
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 0;
}
.list-view .quick-view div {
  /* padding: 0 20px; */
  width: 150px;
}
.list-view .product-content {
  padding-top: 0;
}
.list-view .product-name {
  margin: 0 0 9px;
}
.list-view .product-name a {
  font-size: 19px;
}
.list-view .reviews {
  margin-bottom: 7px;
}
.list-view .product-content .product-desc {
  color: #464646;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  margin: -4px 0 15px;
  padding: 0;
}
.action {
  display: inline-block;
}
.action ul li {
  display: inline-block;
}
.action ul .cart a {
  background: #cccccc none repeat scroll 0 0;
  border: 1px solid #cccccc;
  color: white;
  display: block;
  font-size: 13px;
  font-weight: 600;
  height: 45px;
  letter-spacing: 2px;
  line-height: 43px;
  padding: 1px 21px;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease-in 0s;
  width: auto;
}
.action .cart i {
  font-size: 14px;
  font-weight: bold;
}
.action li a {
  border: 1px solid #e5e5e5;
  color: #999999;
  padding: 13px 15px;
  transition: all 300ms ease-in 0s;
}
.action ul .cart a:hover,.action li a:hover {
  background: #A11D28 none repeat scroll 0 0;
  border-color: #A11D28;
  color: white;
}
.availability {
  display: block;
  margin-left: -1px;
  margin-top: 34px;
}
.availability span {
  background-color: #55c65e;
  border: 1px solid #36943e;
  color: white;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 3px 8px 4px 9px;
}

.list-view-single:first-child {border-top: 1px solid #e5e5e5;}

.list-view-single{
	float: left;
	padding: 0;
	margin-left: 10px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.list-view-mar{
	margin-top: 30px;
}
.shop-pagination,.blog-pagination{
	border-top: 1px solid #e5e5e5 !important;
	padding: 12px 0 !important;
	position: relative !important;
}

.blog-pagination
{
	clear: both !important;
	width: 100% !important;
	text-align: center !important;
}

.product-count {
  display: inline-block;
  padding: 7px 0;
}
.shop-pagination .pagination {
  float: right;
  margin: -1px 76px 5px 0;
  text-align: center;
}
.shop-pagination .pagination li a, .blog-pagination .pagination li a {
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important;
  color: #444444 !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 100 !important;
  margin: 2px !important;
  padding: 5px 11px !important;
}
.shop-pagination .pagination li a:hover, .blog-pagination .pagination li a:hover {
  background: #444444 none repeat scroll 0 0 !important;
  color: white !important;
}
.shop-pagination .pagination .active a,.blog-pagination .pagination .active a {
  background: #444444 none repeat scroll 0 0 !important;
  color: white !important;
}
.shop-pagination .pagination .active a:hover, .blog-pagination .pagination .active a:hover {
  border-color: #444444 !important;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 9px;
  margin-left: auto;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
  background: black none repeat scroll 0 0;
  border: medium none black;
  border-radius: 0;
  height: 21px;
  margin-left: -2px;
  margin-top: -2px;
  width: 6px;
}
.price_filter .ui-slider-range {
  background: #262626 none repeat scroll 0 0;
  height: 4px;
  margin-top: 3px;
}
.price_slider_amount > input[type="text"] {
  border: medium none;
  font-weight: bold;
  letter-spacing: 3px;
  margin-left: 0px;
  text-align: center;
  width: 210px;
  margin-bottom: 15px;
}
.price_slider_amount > input[type="submit"],
.price_slider_amount > input[type="button"] {
  border-image: none;
  border-style: solid solid solid none;
  border-width: 0;
  color: #FFF;
  float: left;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  background: #A11D28;
  padding: 15px;
  height: 35px;
  line-height: 5px;
}
.shop-filter h2.shop-sidebar-title {
  margin: 0 0 20px;
}
.price_slider_amount {
  margin-bottom: 15px;
  margin-left: -5px;
}
.left-column-block-mobile {
  background: #f6f5f3 none repeat scroll 0 0;
}
.left-column-block-mobile a{
	color: #363636;
}
.left-column-block-mobile a:focus {
  color: #363636;
  outline: medium none;
}
/*----------------------------------------
18. my-account
-----------------------------------------*/
.entry-header-area {

}
h1.entry-title {
  border-bottom: 1px solid #e5e5e5;
  color: #474747;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 0 17px;
  text-transform: uppercase;
}
.form-fields {
  /*
  border-color: #e8e8e9 #e8e8e9 -moz-use-text-color;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  */
  float: left;
  padding: 20px 25px;
  width: 100%;
}
.form-fields h2 {
  border-bottom: 1px solid #F9F9F9;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.form-fields p label {
  display: inline-block;
  font-weight: 400;
  margin: 0 0 5px;
}
.required {
  display: inline-block;
}
.form-fields p input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #A11D28;
  border-radius: 0;
  height: 40px;
  padding: 0 0 0 10px;
  width: 100%;
  color: #252525;
}
.form-action {
	/*
  background: #f5f5f5 none repeat scroll 0 0;
  border-color: #e8e8e9;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  */
  float: left;
  padding: 15px 10px;
  width: 100%;
}
.form-action p.lost-password {
  float: left;
  line-height: 36px;
  margin: 0;
}
.lost-password a:hover{
	color: #A11D28;
}
.form-action input[type="submit"],
.form-action input[type="button"]
{
  background: #FFF none repeat scroll 0 0;
  border: 1px solid #A11D28;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.form-action input[type="submit"]:hover,
.form-action input[type="button"]:hover
{
  background: #A11D28 none repeat scroll 0 0;
  color: #FFF;
}
.form-action label {
  float: right;
  font-weight: normal;
  line-height: 36px;
  margin: 0 20px 0 0;
}
.my-account-area {
  padding-bottom: 70px;
}
.breadcrumb-area {
}
/*-----------------------------------------
19. contact-us
------------------------------------------*/
.contact-us-area {
  margin-bottom: 20px;
}
.contact-form-box {
  background: white url("img/others/contact-form.png") repeat-x scroll 0 0;
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.17);
  margin: 16px 0 30px;
  padding: 23px 0 0;
}
.contact-form-box fieldset {
  background: rgba(0, 0, 0, 0) url("img/others/form-contact-shadow.png") no-repeat scroll center bottom / contain ;
  padding: 0 19px 21px;
}
.shop-select input {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #d6d4d4;
  height: 27px;
  padding-left: 5px;
  width: 100%;
}
.shop-select input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.form-group .shop-select select {
  height: 27px;
  padding-left: 5px;
  width: 100%;
}
.shop-select select {
  -moz-appearance: none;
  -moz-user-select: none;
  background: #fbfbfb url("img/others/select-icon.png") no-repeat scroll right center;
  border-color: #dddddd -moz-use-text-color #dddddd #dddddd;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 1px;
  color: #9c9b9b;
  font-family: 'Muli', sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 27px;
}
.form-group textarea {
  border: 1px solid #d6d4d4;
  height: 257px;
  padding: 10px 15px;
  resize: none;
  width: 100%;
}
option {
  border-left: 1px solid;
  border-right: 1px solid;
}
.contact-form-box div.uploader {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  cursor: pointer;
  height: 27px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.contact-form-box .form-group .form-control {
  border: 1px solid #d6d4d4;
  border-radius: 0;
  box-shadow: none;
  color: #777777;
  cursor: unset;
  display: block;
  font-size: 13px;
  font-weight: 300;
  height: 27px;
  line-height: 1.42857;
  max-width: 100%;
  padding: 3px 5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width:100%;
}
div.uploader span.filename {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #d6d4d4;
  color: #777777;
  cursor: default;
  display: block;
  float: left;
  font-size: 13px;
  height: 27px;
  line-height: 27px;
  margin-right: 2px;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}
div.uploader span.action {
  background: rgba(0, 0, 0, 0) url("img/others/button.png") repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  display: inline;
  float: left;
  font-size: 13px;
  font-weight: 600;
  height: 27px;
  line-height: 27px;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  width: 90px;
}
.contact-form-box div.uploader input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  cursor: default;
  float: right;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.contact-form-box .form-control {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #666666;
  cursor: pointer;
  font-size: 12px;
  height: 27px;
  max-width: 270px;
  outline: 0 none;
  padding: 0 0 0 10px;
  text-shadow: 0 1px 0 #ffffff;
  width: 100%;
}
.form-control {
  /*
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  */
  color: #666666;
  /* cursor: pointer; */
  font-size: 12px;
  height: 27px;
  /* max-width: 197px; */
  outline: 0 none;
  padding: 0 23px 0 5px;
  text-shadow: 0 1px 0 #ffffff;
}
.contact-us-area form.contact-form-box fieldset p {
  color: #0d6ec7;
}
.submit .button.button-medium {
  background: #333333 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  padding: 11px 15px;
  text-transform: uppercase;
}
.icon-chevron-right::before {
  content: "";
  margin-left: 7px;
}
.submit .button.button-medium:hover {
  background: #A11D28 none repeat scroll 0 0;
}
.form-group label {
  color: #333333;
  font-weight: bold;
  margin-bottom: 6px;
}
.contact-input input:focus,.contact-selector .form-control:focus,.message-box .message:focus,.form-fields p input:focus,.checkout-form-list input:focus,.country-select select:focus,.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus,.form-group textarea:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
/*------------------------------------------
20. wishlist
-------------------------------------------*/
.wishlist-content {
  margin: 15px 0;
}
.wishlist-table table {
  background: #fff none repeat scroll 0 0;
  border-color: #e8e8e9;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  width: 100%;
}
.wishlist-table table th, .wishlist-table table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: black;
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
}
.wishlist-table table .product-remove {
  padding: 0 15px;
  width: 20px;
}
.wishlist-table table .product-thumbnail {
  width: 150px;
}
.wishlist-table table .product-remove {
  padding: 0 15px;
  width: 20px;
}
.wishlist-table table .product-remove > a {
  font-size: 25px;
  transition: all 0.3s ease 0s;
}
.wishlist-area .wishlist-table a {
  color: black;
  transition: all 0.3s ease 0s;
}
.wishlist-area .wishlist-table a:hover,.wishlist-table table .wishlist-in-stock {
  color: #A11D28;
}
.wishlist-table table .product-add-to-cart {
  width: 240px;
}
.wishlist-table table .product-add-to-cart > a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 700;
  margin: auto;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 180px;
}
.wishlist-table table .product-add-to-cart > a:hover {
  background: #A11D28 none repeat scroll 0 0;
  color: white;
}
.wishlist-share {
  margin-bottom: 35px;
  margin-top: 20px;
}
.wishlist-share ul li {
  display: inline-block;
  height: 21px;
  margin-left: 0;
  margin-right: 0;
}
.wishlist-share ul li a{
  display: inline-block;
  height: 21px;
  width: 21px;
}
.wishlist-share ul li a.facebook {
  background: rgba(0, 0, 0, 0) url("img/wishlist/facebook.png") no-repeat scroll 0 0;
}
.wishlist-share ul li a.twitter {
  background: rgba(0, 0, 0, 0) url("img/wishlist/twitter.png") no-repeat scroll 0 0;
}
.wishlist-share ul li a.pinterest {
  background: rgba(0, 0, 0, 0) url("img/wishlist/pinterest.jpg") no-repeat scroll 0 0;
}
.wishlist-share ul li a.googleplus {
  background: rgba(0, 0, 0, 0) url("img/wishlist/googleplus.jpg") no-repeat scroll 0 0;
}
.wishlist-share ul li a.email {
  background: rgba(0, 0, 0, 0) url("img/wishlist/email.jpg") no-repeat scroll 0 0;
}
.wishlist-share ul li a:hover {
  background-position: left bottom;
}
.wishlist-share-title {
  margin-bottom: 10px;
}
/*----------------------------------------
21. my-cart
----------------------------------------*/
.wishlist-area {
  margin-bottom: 35px;
}
.cart-main-area {
  margin: 0 0 50px;
}
.table-content {
  margin-top: 20px;
}
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  color: black;
  margin: 0 0 60px;
  text-align: center;
  width: 100%;
}
.table-content table th {
  border-top: medium none;
  font-weight: normal;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.table-content table th, .table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.table-content table td {
  border-top: medium none;
  font-size: 13px;
  padding: 20px 10px;
  vertical-align: middle;
}
.table-content table td.product-thumbnail {
  width: 130px;
}
.table-content table td.product-name a {
  color: black;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  transition: all 0.3s ease 0s;
}
.table-content table td.product-name a:hover,.table-content table td.product-remove i:hover,a.shipping-calculator-button:hover{
	color: #A11D28;
}
.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 700;
}
.table-content table td input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  text-align: center;
  width: 60px;
}
.table-content table td.product-subtotal {
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}
.table-content table td.product-remove i {
  color: black;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.buttons-cart {
  margin-bottom: 30px;
  overflow: hidden;
}
.buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
  background: #A11D28 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.buttons-cart input:hover, .coupon input[type="submit"]:hover, .buttons-cart a:hover,.wc-proceed-to-checkout a:hover {
  background: #A11D28 none repeat scroll 0 0;
  color: #fff;
}
.coupon {
  color: black;
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}
.coupon h3 {
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.coupon input[type="text"] {
  border: 1px solid #e5e5e5;
  float: left;
  height: 40px;
  margin: 0 6px 20px 0;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 225px;
}
.cart_totals {
  float: left;
  text-align: right;
  width: 100%;
}
.cart_totals h2 {
  border-bottom: 2px solid #333;
  color: black;
  display: inline-block;
  font-size: 30px;
  margin: 0 0 35px;
  text-transform: uppercase;
}
.cart_totals table {
  border: medium none;
  float: right;
  margin: 0;
  text-align: right;
}
.cart_totals table th {
  border: medium none;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px 12px 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
}
.cart_totals table td {
  border: medium none;
  padding: 0 0 12px;
  vertical-align: top;
}
.cart_totals table td .amount {
  color: #A11D28;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  text-transform: uppercase;
}
.cart_totals table td ul#shipping_method {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.cart_totals table td ul#shipping_method li {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  text-indent: 0;
  width: 100%;
}
.cart_totals table td ul#shipping_method li input {
  height: 0;
  margin: 0;
  position: relative;
  top: 2px;
  width: 0;
}
.cart_totals table td .amount {
  color: #A11D28;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  text-transform: uppercase;
}
#shipping_method label {
  font-weight: bold;
}
a.shipping-calculator-button {
  color: #6f6f6f;
  font-weight: bold;
  transition: all 0.3s ease 0s;
}
.cart_totals table tr.order-total th, .cart_totals table tr.order-total .amount {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.wc-proceed-to-checkout a {
  background: #A11D28 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
  padding: 0 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
/* --------------------------
22. checkout
----------------------------- */					
.coupon-area {
  padding: 30px 0 30px;
}
.coupon-accordion{}
.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #A11D28;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
  color: #1e85be;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  left: 1.5em;
  position: absolute;
  top: 1em;
}
.coupon-accordion span {
  color: #666;
  cursor: pointer;
}
.coupon-accordion span:hover, p.lost-password a:hover {
  color: #A11D28;
}
.coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;

  padding: 20px;
}
.coupon-info p.coupon-text{margin-bottom:15px}
.coupon-info p{margin-bottom:0}
.coupon-info p.form-row-first label,.coupon-info p.form-row-last label{display: block;}
.coupon-info p.form-row-first label span.required,.coupon-info p.form-row-last label span.required{
color: red;
font-weight: 700;}
.coupon-info p.form-row-first input,.coupon-info p.form-row-last input{border: 1px solid #e5e5e5;
height: 36px;
margin: 0 0 14px;
max-width: 100%;
padding: 0 0 0 10px;
width: 370px;}
.coupon-info p.form-row-last{}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
  background: #A11D28 none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.form-row > label {
  margin-top: 7px;
}
p.lost-password{
margin-top: 15px;}
p.lost-password a{color: #6f6f6f;}
p.checkout-coupon{}
p.checkout-coupon input[type=text]{height: 36px;
padding-left: 10px;
width: 170px;}
p.checkout-coupon input[type=submit]{background: #333 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
color: #fff;
height: 36px;
margin-left: 6px;
padding: 5px 10px;transition: all 0.3s ease 0s;}
.coupon-checkout-content {
  display:none;
}
.checkout-area {
  padding-bottom: 30px;
}
.checkbox-form{}
.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.country-select{margin-bottom: 30px;
position: relative;}
.country-select label, .checkout-form-list label {
  color: #333;
  display: block;
  margin: 0 0 5px;
}
.country-select label span.required,.checkout-form-list label span.required{color:red}
.country-select select{
	border: 1px solid #ddd;
	height: 32px;
	padding-left: 10px;
	width: 100%;
}
.checkout-form-list{margin-bottom: 10px;}
.checkout-form-list label{color: #333;}
.checkout-form-list label span.required{}
.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 30px;
  padding: 0 0 0 10px;
  width: 100%;
}
.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.create-acc label {
  color: #333;
  display: inline-block;
}
.checkout-form-list input[type=password]{}
.create-account{display:none}
.ship-different-title{}
.ship-different-title h3 label{display: inline-block;
margin-right: 20px;}
.ship-different-title input{}
.order-notes{}
.order-notes textarea{height: 90px;
padding: 15px;width:100%}
#ship-box-info{display:none}

.your-order{background: #f2f2f2 none repeat scroll 0 0;
padding: 30px 40px 45px;}
.your-order h3{border-bottom: 1px solid #d8d8d8;
font-size: 30px;
margin: 0 0 20px;
padding-bottom: 10px;
text-transform: uppercase;
width: 100%;}
.your-order-table table{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
width: 100%;}
.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}
.your-order-table table th{border-top: medium none;
font-family: 'Muli', sans-serif;
font-weight: normal;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
white-space: nowrap;
width: 250px;}
.your-order-table table .shipping ul li input{position: relative;
top: 2px;}
.your-order-table table .shipping  th{vertical-align: top;}
.your-order-table table .order-total th{border-bottom: medium none;
font-size: 18px;}
.your-order-table table .order-total td{border-bottom: medium none;}
.your-order-table table tr.cart_item:hover{background:#F9F9F9}
.your-order-table table tr.order-total td span {
  color: #A11D28;
  font-size: 20px;
}
.your-order-table table{}
.payment-method {
  margin-top: 40px;
}

.panel-title > a {
  display: block;
}
.order-button-payment input {
  background: #A11D28 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 34px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.order-button-payment input:hover{background:#A11D28}
/*------------------
23. modal
-----------------=*/
.modal-dialog {
  margin: 30px auto;
  width: 700px;
  text-align: center;
}
.modal-content {
  padding: 20px;
}
.modal-pic .new {
  left: 25px;
}
.modal-pic .sale {
  right: 25px;
}
.modal-content h1 {
  display: inline-block;
}
.modal-content .close {
  border: 3px solid #888;
  border-radius: 50%;
  display: inline-block;
  padding: 0 4px 1px;
}
/*-------------------------
24. scroll up
-------------------------*/
#scrollUp {
  background: #A11D28 none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 0;
  bottom: 35px;
  color: white;
  cursor: pointer;
  display: none;
  font-size: 17px;
  height: 40px;
  padding-top: 10px;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 40px;
  z-index: 9999;
}
#scrollUp:hover{
	background: #A11D28;
	color: white;
}
/*----------------------------------- 
25. four-zero-four
-------------------------------------*/
.four-zero-four {
  background: #cccccc none repeat scroll 0 0;
  padding: 200px 0;
  text-align: center;
}
.four-zero-content{}
.four-zero-content h1 {
  color: #333333;
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
}
.four-zero-content h1 span {
  color: #A11D28;
}
.four-zero-content p {
  color: #000;
}
.four-zero-content a {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  transition: all 0.3s ease 0s;
}
.four-zero-content a:hover{
	background:#A11D28;
}
/*----------------------------------- 
26. blog
-------------------------------------*/
.blog-img img {
  max-width: 100%;
  width: auto;
  height: 200px;
  margin: auto;
}
.blog-margin{
	margin-bottom: 30px;
}
/*----------------------------------- 
27. thank-you
-------------------------------------*/
.thank-you-header h1 {
  color: green;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.banner-marg{margin-top:10px !important;}
.banner-marg img {width: 100%;}

.color-black{}
.color-black h1{color:#444}

#gried_view .shop-category-product .single-product {
  margin-bottom: 30px;
  height: 270px;
  text-align: center;
}

#list_view .shop-category-product .single-product {
  text-align: center;
}

@media (max-width: 1050px) {
	.header-top-div {
		padding-right: 27px;
	}
	
	.top-search-form {
		right: 34px;
	}
}

@media (min-width: 1051px) {
	.header-top-div {
		padding-right: 80px;
	}
	
	.top-search-form {
		right: 87px;
	}
}

.top-search-form {
	float: right;
	width: 345px;
	position: relative;
	top: 20px;
}

.top-search-input {
	color:#59595B;
	font-family: 'Muli', sans-serif;
	border: none;
	height: 25px;
	width: 75%;
	background: transparent !important;
	border: 1px solid #DDD !important;
	float: left;
}

.top-search-input:focus,
.top-search-input:active {
	outline: none;
}

.top-search-submit-btn {
	height: 25px;
	background: #59595B;
	border: 1px solid #59595B;
	color:#FFF;
	float: left;
}

.logo-main {
	position: absolute;
	top: 0px;
	z-index: 999;
	padding: 5px;
}

/*
#gried_view div.col-md-4:nth-child(1),
#gried_view div.col-md-4:nth-child(2),
#gried_view div.col-md-4:nth-child(3)
{
	border-top: 1px solid #E5E5E5;
}

#gried_view div.col-md-4:nth-child(1n+0),
#gried_view div.col-sm-6:nth-child(1n+0),
#gried_view div.col-xs-12:nth-child(1n+0) {
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

#gried_view div.col-md-4:nth-child(2n+0),
#gried_view div.col-sm-6:nth-child(2n+0),
#gried_view div.col-xs-12:nth-child(2n+0) {
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

#gried_view div.col-md-4:nth-child(3n+0),
#gried_view div.col-sm-6:nth-child(3n+0),
#gried_view div.col-xs-12:nth-child(3n+0) {
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
*/

a.red_link {text-decoration: underline; color: #ce1f21; }

.media-body p {color: #000 !important;}

.designers-list {
	border: 2px solid #F4F4F4;
	padding: 10px;
	margin-bottom: 10px;
}

.designer-carousel img {
	max-height: 350px;
}

.designer-carousel a {
	color: #A11D28;
}

.designer-carousel h5 {
	font-size: 30px;
	color: #A11D28;
}

.footer-items li {height: 35px; line-height: 35px; border-bottom: 1px dashed #555;}

.post .entry-header, .post .entry-title {border: none;}

@media print
{
	header, footer, .breadcrumb {display: none;}
}

.subslider {
	margin: auto;
}

@media (max-width: 768px)
{
	.subslider-element {
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
		width: 33%;
		float: left;
	}
	
	.service-area .service-info h2 { font-size: 11px; }
	.service-area .service-info p { font-size: 12px; }
}

@media (min-width: 769px)
{
	.subslider-element {
		float: left;
		width: 230px;
		margin-right: 5px;
	}
}

.ms-staff-carousel{
	max-width:1170px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.ms-staff-carousel .ms-view{
	overflow:visible;
	background-color: transparent;
}
.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
    background: url(img/arrows.png) white no-repeat -7px -57px;
    width: 35px;
    height: 40px;
    left: -35px;
    margin-top: -17px;
    box-shadow: 0px 1px 0px 0px rgb(190, 190, 190);
    position: absolute;
    top:50%;
    cursor: pointer;
}

.ms-staff-carousel .ms-nav-next {
	background-position: -6px -7px;
	right:-35px;
	left:auto;
}

.ms-staff-carousel .ms-staff-info{
	font-family: 'Muli', sans-serif;
	text-align: left;
	max-width: 600px;
	margin-top:30px;
	min-height:350px;
}
.ms-staff-carousel .ms-staff-info h3{
	margin: 0;
	padding-bottom: 10px;
	color: #A11D28;
}
	
.ms-staff-carousel .ms-staff-info h4{
color: #777;
margin: 0;
padding-bottom: 15px;
text-transform: capitalize;
}

.ms-staff-carousel .ms-staff-info .email a{text-decoration: none; color:#a8e12a;}
.ms-staff-carousel .ms-staff-info.email,.ms-staff-info p {
	margin: 4px;
	font-size: 11pt;
}

.ms-staff-carousel.ms-round .ms-slide-bgcont {
	border-radius: 5000px;
	border: solid 8px rgb(230, 230, 230);
	margin: 0 -8px;
}

.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
    background-color:transparent;
    box-shadow : none;
    left:-45px;
 }
 
.ms-staff-carousel.ms-round .ms-nav-next {
    left:auto;
    right:-45px
}
.ms-staff-carousel.ms-round .ms-slide-bgcont {
  border-radius: 5000px;
  border: solid 8px rgb(230, 230, 230);
  margin: 0 -8px;
}

.continue-shopping {border: 1px solid #A11D28 !important; background-color: #FFF !important; color: #A11D28 !important;}
.continue-shopping:hover {border: 1px solid #A11D28 !important; background-color: #A11D28 !important; color: #FFFFFF !important;}

.designers-carousel img {
  padding: 0px;
  max-height: 130px;
  height: auto;
  max-width: 200px;
  width: auto;
}

hr {clear: both; margin: 10px 0 10px 0;}

#search_block_top{position:absolute;left:0;top:25px}
@media (max-width:991px)
{
	#search_block_top{position:relative}
}

#search_block_top #searchbox{float:left;position:relative}
#search_block_top .btn.button-search{position:absolute;top:26px;right:0;background:white;display:block;border:none;color:#9f9f9f;width:40px;text-align:center;line-height:35px;height:29px;padding:0}
#search_block_top .btn.button-search span{display:none}
#search_block_top .btn.button-search:before{content:"";display:block;background:url("img/icon_search.png") no-repeat center 5px;font-size:18px;width:100%;text-align:center;position:absolute;top:0;left:0;bottom:0;top:0;-webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-ms-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in}
#search_block_top .btn.button-search:hover:before{background-position:center -30px;-webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-ms-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in}
#search_block_top .btn.button-search:active{box-shadow:none}
#search_block_top #search_query_top{min-width:250px;display:inline;padding:10px 40px 10px 10px;height:35px;z-index:1;color:#898989;background:#fff;border:0;border-bottom:1px solid #999999;-webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-ms-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in; box-shadow: none;}
#search_block_top #search_query_top:focus{box-shadow:none}
.ac_results{background:white;border:1px solid #e5e5e5;width:auto !important;margin-top:-1px}
.ac_results li{padding:0 10px;font-weight:normal;color:#686666;font-size:13px;line-height:22px}
.ac_results li.ac_odd{background:white}
.ac_results li:hover,.ac_results li.ac_over{background:#fbfbfb}
form#searchbox{position:relative}
form#searchbox label{color:#333333}
form#searchbox input#search_query_block{margin-right:10px;max-width:222px;margin-bottom:10px;display:inline-block;float:left}
form#searchbox .button.button-small{float:left}
form#searchbox .button.button-small i{margin-right:0}

@media (max-width:767px){
	#search_block_top{position:static;margin-top:25px;width:100%}
	#search_block_top #searchbox{float:none;margin-bottom:10px}
}

.footer-area iframe {margin: 0; padding: 0; height: 1px; display: block;}