/* ******************************** Change Log **********************************

25th June, 2019: 	1. Add new css for disply and validate password requirements. 


26th June, 2019: 	1. Add CSS for password visible eye position inside the password textbox.

3rd July, 2019: 	1. Add new CSS for Register domain name page.

****************************************************************************** */
html {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0;
}
a.sf-with-ul {
	 pointer-events: none;
	 cursor: default;
}
body {
	color: #1E1E1E;
	font-family: 'Roboto', Arial, 'sans-serif';
	margin: 0px;
	background:#fff;
	font-size:15px;
	line-height:22px;
	min-width:260px;
	font-weight:300;
	}
td, th, input, textarea, select, a {
	font-size: 15px;
}
@font-face {
    font-family: Century;
    src: url(../fonts/Century Gothic.ttf);
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
iframe {border: 1px solid #e5e5e5;}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
img {max-width:100%}
legend small {
  font-size: 15px;
  color: #999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: Arial, 'sans-serif';
}

label {
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  
	height:34px
}

input,
textarea,
.uneditable-input {
  width: 280px;
  max-width:100%
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
 
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 280px;
  max-width:100%;
  background-color: #fff;
  border: 1px solid #ccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a:focus {
	cursor: pointer;
	text-decoration:none;
	outline:none
}
a{
	color: #222;
}
a:hover {
	text-decoration:none;
	color:#751e21;
}
a img {
	border: none;
}
form {
	margin-bottom:0;
	}
/**-------------------------**/
.p0 {
	padding:0px !important
	}
.m0 {
	margin:0px !important
	}
.mt0 {
	margin-top:0px !important
	}
/**--------------------------**/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/***/
.fleft {
	float:left;
}
.fright {
	float:right;
}
.tcenter {text-align:center !important;}
.fancybox {
	text-decoration:none;
}
.fancybox:hover {
	text-decoration:underline;
}
.account-success #content p {
	margin-bottom:5px;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
a#hidden {
	display:none;
	visibility:hidden
	}
/** back to top **/
#back-top {
	position: fixed;
	bottom: 0;
	z-index:9999;
	left:50%;
	margin-left:640px;
	margin-bottom:25px;
}
#back-top a:hover {
	color:#79ec3e;
}
#back-top span {
	width:42px;
	height:26px;
	display: block;
	margin-bottom: 7px;
	background:url(../image/up-arrow.png) no-repeat left 0px;
}
#back-top a:hover span {
	background-position:left bottom;
}
/** header-style **/
.header-modules {
	position:relative;
	z-index:1;
	overflow:hidden;
	}
/** layout **/
#container {
	text-align: left;
	}
#container {
	text-align: left;
	}
aside div:first-of-type{
	border-top:none;
	margin-top:0;
	padding-top:0;
}
/* header */
header {
	position: relative;
	color:#222;
	background:#fff;
	margin-bottom:30px;
	z-index:99;
	}
.common-home header {
	margin-bottom:0;
	}
.nav__primary {
	top:0;
	width:100%;
	background:#222;
}
header #logo a img {
	vertical-align:top;
	max-width:100%;
	width:100%;
	}
header #logo {
	float:left;
	margin:32px 0 30px;
	}
.language {
	color: #999;
	line-height: 17px;
}
.language img {
	cursor: pointer;
}
.header-top1 {
	float:right;
	}
	
/** currency **/
.swipe-left {
	width:20px;
	left:0;
	top:0;
	position:fixed;
	height:100%;
	z-index:98
	}
body.ind .swipe-left {
	display:none !important;
	visibility:hidden
	}
.swipe {
	display:none;
}
.swipe-control  {display:none;}
.currency {
	float:right;
}
.toprow .header-button.currency {
	margin-left:16px;
}
.currency >div .heading-1 {display:none;}
.swipe-menu .currency {
	float:none;
	}
.swipe-menu .currency form {margin:0;}
.swipe-menu .currency .ul {
	display:none;
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#2b2b2b;
	border:0;
	border-bottom:1px solid #000000;
	padding:0;
	
	}
.swipe-menu .currency .ul a:first-child {
	margin-left:30px;
	}
.swipe-menu .currency .ul a {
	display:inline-block;
	padding:20px;
	line-height:20px;
	color:#fff
	}
.swipe-menu .currency .ul a:hover, .swipe-menu .currency .ul a span.act {color:#751e21}
#body .swipe .swipe-menu .currency .heading {display:none;}
#body .swipe .swipe-menu .currency>div {display:block;}
#body .swipe .swipe-menu .currency .heading-1{
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #000;
	font-size:15px;
	font-weight:normal;
	}
#body .swipe .swipe-menu .currency .heading-1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0px;
	color:#751e21;
	padding-left:0;
	margin-right:9px;
	}
#body .swipe .swipe-menu .currency .heading-1 i.fa.fa-angle-down {
	font-size:14px;
	text-align:center;
	float:right;
	color:#fff;
	}
/** language **/
.language {
	float:right;
	}
.toprow .language>div.heading1 {
	display:none;
}
.swipe-menu .language  {
	float:none;
	}
.swipe-menu .language .ul {
	position:relative;
	}
.swipe-menu .language .heading {
	display:none;
	}
.swipe-menu .language {
	float:none;
	}
.swipe-menu .language .ul {
	display:none;
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#2b2b2b;
	border:0;
	border-bottom:1px solid #000;
	padding:0
	}
.swipe-menu .language .ul a:hover {
	color:#751e21;
	}
.swipe-menu .language .ul a:first-child {
	margin-left:30px;
	}
.swipe-menu .language .ul a {
	display:inline-block;
	padding:20px;
	line-height:20px;
	color:#fff;
	}
.swipe-menu .language .ul a.act {
	color:#751e21;
}
#body .swipe .swipe-menu .language .heading {
	display:none;
}
#body .swipe .swipe-menu .language>div {
	display:block;
}
#body .swipe .swipe-menu .language .heading1{
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #000;
	font-size:15px;
	font-weight:normal;
	color:#fff;
	}
#body .swipe .swipe-menu .language .heading1:hover,
#body .swipe .swipe-menu .currency .heading-1:hover{	
	color:#751e21;
	}
#body .swipe .swipe-menu .language .heading1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0px;
	color:#751e21;
	text-align:center;
	margin-right:9px;
	}
#body .swipe .swipe-menu .language .heading1 i.fa.fa-angle-down {
	font-size:14px;
	float:right;
	color:#fff;
	}
/** header button **/
.toprow  .header-button {
	position:relative;
	z-index:100;
	margin-left:18px;
	margin-top:1px;
	}
.header-button>ul {
	display:none;
	position:absolute;
	background-color:grey;
	width:200px;
	}
.header-button>div:hover {
	cursor:pointer;
}
.toprow .header-button>div i{
	font-size:13px;
	line-height:16px;
	vertical-align:top;
	color:#888;
	margin-left:6px;
	}
.toprow .header-button.active>div i, .toprow .header-button>div:hover i{
	color:#751e21;
	}
.toprow .header-button.active>div, .toprow .header-button>div:hover {
	color:#751e21;
	}
.toprow .header-button>div {
	display:inline-block;
	font-size:13px;
	line-height:16px;
	color:#222;
	text-transform:capitalize;
	padding:5px 0 10px;
	text-align:center;
	margin-left:1px;
	}
.toprow .header-button .ul {
	display:none;
	position:absolute;
	background-color:#ededed;
	width:40px;
	left:auto;
	right:0
	}
.toprow .header-button .ul a:first-child {
	border-top:none;
	}
.toprow .header-button .ul a {
	text-align:center;
	display:inline-block;
	width:100%;
	border-top:1px solid #dcdbdb;
	}
.toprow .header-button .ul a span {
	padding:5px 0;
	display:block;
	font-size:13px;
	line-height:16px;
	text-transform:capitalize;
	cursor:pointer;
	}
/** Swipe Control **/
body div.shadow{
	display:none;
}
#body .swipe .swipe-menu li a:hover {
	color:#751e21;
}
#body .swipe .swipe-menu li a {
	color:#751e21;
}
#body .swipe .swipe-menu li a i {
	color:#751e21;
	font-size:26px;
	margin-right:9px;
	}
#body .swipe .swipe-menu > ul li a {
	font-weight:normal;
	display:block;
	font-size:15px;
	line-height:26px;
	color:#fff;
	padding:10px 20px 11px;
	border-bottom:1px solid #000;
	position:relative;
	}
/***/
#body .swipe .swipe-menu .foot li a:before {
	content:"\f05a";
	 background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: middle;
    width: auto;
	display: inline-block;
    text-decoration: inherit;
	text-align: center;
    font-size:26px;
	color:#751e21;
	margin-right:9px;
	}
#body .swipe .swipe-menu .foot li+li a:before {content:"\f0d1"}
#body .swipe .swipe-menu .foot li+li+li a:before {content:"\f06a"}
#body .swipe .swipe-menu .foot li+li+li+li a:before {content:"\f085"}

#body .swipe .swipe-menu .foot.foot-1 li a:before {content:"\f0ac"}
#body .swipe .swipe-menu .foot.foot-1 li+li a:before {content:"\f079"}
#body .swipe .swipe-menu .foot.foot-1 li+li+li a:before {content:"\f0e8"}

#body .swipe .swipe-menu .foot.foot-2 li a:before {content:"\f02c"}
#body .swipe .swipe-menu .foot.foot-2 li+li a:before {content:"\f06b"}
#body .swipe .swipe-menu .foot.foot-2 li+li+li a:before {content:"\f0c0"}
#body .swipe .swipe-menu .foot.foot-2 li+li+li+li a:before {content:"\f0a3"}

#body .swipe .swipe-menu .foot.foot-3 li a:before {content:"\f0cb"}
#body .swipe .swipe-menu .foot.foot-3 li+li a:before {content:"\f003"}

/** header-cart **/
.cart-position {
	float:right;
	position:relative;
	margin:0 0 0 20px;
	}
#cart .heading span.link_a i {	
	font-size:21px;
	line-height:28px;
	color:#222;
	vertical-align:top;
	padding-right:20px;
	}
#cart .heading span.link_a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:15px;
	padding-bottom:5px;
	line-height:28px;
	cursor:pointer;
	}
#cart .heading span.link_a #cart-total{
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	font-size:13px;
	line-height:22px;
	text-align:center;
	height:23px;
	width:23px;
	text-indent:-1px;
	background:#751e21;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	font-weight:normal;
	}
#cart.active .content {
	display:block;
	}
.cart-position #cart .heading span.link_a #cart-total2 {display:none;}
#cart .content {
	clear: both;
	display:none;
	position: absolute;
	top:100%;
	color:#888;
	background:#fff;
	z-index:99999;
	width:257px;
	padding:20px;
	float:right;
	box-shadow:0px 5px 13px rgba(0,0,0,0.13);
	right:0px;
	border:1px solid #e5e5e5;
	}
header #cart.active .content {
	display: block;
	}
header #cart.active .content .mini-cart-info{
	display: block;
	}
header #cart .cart {
	width: 100%;
	margin-bottom: 5px;
	}
header #cart .cart td.price {
	font-size:12px;
	
	line-height:12px;
}
header #cart .cart td.total {
	font-size:12px;
	
}
header #cart .cart td.name a:hover {
	
}
header #cart .cart td.name a i {text-decoration:none;}
header #cart .cart td.name a {
	margin-top:0px;
	display:inline-block;
}
header #cart .cart td .total {
	font-size:11px;
	font-weight:bold;
	color:#000;
}
header #cart .cart td .total .quantity {
}
header #cart .cart td.name {
	
}
header #cart .cart .item-cart-1 td {
	padding-top:0;
}
header #cart .cart td {
	color: #000;
	vertical-align: top;
	}
header #cart .cart .image {
	padding-right:15px;
	}
.cart tr {
	padding-bottom:20px;
	margin-bottom:20px;
	display:block;
	border-bottom:1px solid #e5e5e5;
}
.cart-module .cart tr {
	background:none;
}
header #cart .cart .image img {
	text-align: left;
	max-width:inherit
}
header #cart .cart .name small {
	color: #666;
}
header #cart .cart .quantity {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#a6a4a4;
	text-transform:uppercase;
}
header #cart .cart td.total {
	font-size:12px;
	
	color:#c81908;
	text-align: right;
	}
.cart-module .remove img:hover {
	overflow:hidden;
	margin-top:-11px;
}
.cart-module .cart .remove img {
	float:left;
}
.remove span:hover i{color:#751e21}
.cart-module .cart .remove span {
	width:11px;
	height:11px;
	overflow:hidden;
	display: inline-block;
}
.cart-module .cart .remove {
	width:20px;
	text-align:center!important;
	padding-top:8px;
}
.cart-module .cart .remove img {
	cursor: pointer;
}
header #cart .cart .remove i:hover {cursor:pointer}
header #cart .cart .remove i {
	font-size:14px;
	line-height:normal;
	margin-right:3px;
	}
header #cart .cart .remove img:hover {
	overflow:hidden;
	margin-top:-11px;
}
header #cart .cart .remove img {
	float:left;
}
header #cart .cart .remove {
	padding:10px 0
	}
header #cart .cart .remove>span:hover {
	color:##751e21
	}
header #cart .cart .remove>span{
	font-size:15px;
	
	cursor:pointer
	}
header #cart .cart .remove img {
	cursor: pointer;
}
header #cart table.total {
	font-size:11px;
	padding: 5px 10px 5px 10px;
	margin-top:5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
header #cart table.total tr {
	padding:0px 10px 0px 10px;
}
header #cart table.total td b {
	color:#7e7e7e;
	font-size:13px;
	font-style:italic;
}
header #cart table.total td {
	color: #222;
	padding-left:5px;
	padding-right:10px;
}
header #cart table.total td .t-price {
	font-size:13px;
	font-weight:bold
}
header #cart .content .checkout a.button {
	margin-bottom:5px;
	}
header #cart .content .checkout {
	text-align: right;
	clear: both;
	padding-right:8px;
	padding-bottom:0px;
	padding-top:5px;
}
header #cart .content .checkout a{
	padding-left: 12px;
	padding-right: 12px;
}
header #cart .empty {
	padding-top:20px;
	text-align: center;
	padding-bottom:20px;
}

/* menu */

header .toprow {
	width:100%;
	background:#fff;
	z-index:100;
	padding-right: 20px;
	padding-left: 20px;
	}
header .toprow-1 {
	z-index:100;
	position:fixed;
	display:none;
	background-color:#222;
	border-bottom:1px solid #4e4e4e;
	width:100%;
	left:0; 
	top:0;
	}
.nav__primary.isStuck ul.sf-menu > li > a {
    padding-top:22px;
	padding-bottom:27px;
	}
.nav__primary.isStuck  #logo {
	margin-top:9px;
	margin-bottom:5px;
	}
/**-----------------------------------------------------**/
header .links {
	display:inline-block;
	font-size:12px;
	line-height:0;
	vertical-align:top;
	margin:10px 0 15px;
	}
header .links li a i {
	display:none;
	}
header .links li:first-child a i {
	display:inline-block;
	font-size:23px;
	line-height:26px;
	color:#751e21;
	}
header .links li:first-child {
	background:none;
	padding-left:0;
	}
header .links li {
	float:left;
	margin-right:14px;
	line-height:26px;
	z-index: 100;
	position: relative;
	}
header .links a.active, header .links a:hover {
	color:#751e21;
	text-decoration:none;
	}
header .links li:first-child a.active i, header .links li:first-child a:hover i {
	color:#65ca8f;
	}
header .links a {
	display:inline-block;
	font-size:13px;
	line-height:16px;	
	color:#222;
	font-weight:300;
	vertical-align:middle;
	}
.button-top {
	display: inline-block;
    float: right;
	margin-top:11px;
}
.toprow .links .login_h a {
	max-height:25px;
	max-width:104px;
	overflow:hidden;
	white-space:nowrap;
	}
/** menu-gadget **/
#menu-gadget {display:none;}
/** search **/
.top-search  {
	line-height:50px;
	border-right:1px solid #4e4e4e;
	display:inline-block;
	padding:0 20px;
	}
.top-search:hover {
	cursor:pointer
	}
.top-search i {
	font-size:26px;
	color:#fff;
	}
.top-search #search {display:none;}
#search {
	position:relative;
	float:right;
	z-index:25;
	margin-left:10px;	
	}
.button-top #search {
	min-width:128px;
	}
#search .button-search i {
	display:inline-block;
	font-size:14px;
	line-height:16px;	
}
#search .button-search {
	float:right;
	color:#751e21;
	margin:6px 0 0 7px;
	line-height:16px;
	}
#search .button-search:hover {
	color:#65ca8f;
	cursor:pointer;
	}
#search input {
	float:left;
	border-radius:0;
	line-height:20px;
	height:27px;
	max-width:108px;
	margin:1px 0 0 0;
	padding:3px 8px;
	background-color:#fff;
	color:#222;
	border-color:#e5e5e5;
	}
.product-search .content .form-group .checkbox{
	line-height:0;
}
/**------------------------------**/
.name a {
	text-decoration:none;
	font-size:15px;
	line-height:22px;
	color:#751e21;
	}
.name a:hover {
	color:#222;
	}
.price.price-min {display:none;}
.price {
	font-size:24px;
	line-height:29px;
	color:#222;
	font-weight:500;
	}
.price .price-new {
	margin-right:8px;
	}
.price .price-old {
	text-decoration:line-through;
	color:#777;
	font-weight:300;
	font-size:20px;
	}
/** box price **/
.box-product .price, .product-grid .price, .product-list .price{
	line-height:normal;
	margin-bottom:11px;
	}
.box.box-filter input[type="checkbox"] {
    float: left;
	margin-top:7px;
}
.box-filter ul li:hover >label {
   color:#26A55B;
}
/** tooltip **/
.related-info .tooltip-inner {max-width:120px !important; white-space:normal !important}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
	white-space:nowrap;
  max-width: 300px;
  padding:5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #3a3a3a;
  
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #3a3a3a;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #3a3a3a;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #3a3a3a;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #3a3a3a;
  border-width: 0 5px 5px;
}
/** Icon: wishlist and Comapare **/
.tooltip-1 {white-space:nowrap}
.wishlist span, .compare span{
	display:none;
	}
.wishlist, .compare{
	display:inline-block;	
	margin-bottom:8px;
	}
.wishlist{
	margin-right:8px;	
	}
.wishlist a, .compare a{
	display:block;
	color:#c9c8c8;
	width:42px;
	height:42px;
	text-align:center;
	float:left;
	background: #26A55B;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
.wishlist a:hover, .compare a:hover{
	background:#222;
	}
.wishlist a i, .compare a i {
	font-size:22px;
	color:#fff;
	line-height:42px;
	vertical-align:top;
	}
.wishlist a:hover i, .compare a:hover i {
	color:#751e21;
	}
/** leftinfo **/
aside .info li, .afine li, .acount li , .content ul li{
	position: relative;
	clear:both;
	padding:5px 0;
}
aside .info li a, .afine li a, .acount li a, .content ul li a {
	line-height:18px;
	font-size:15px;	
	}
aside .info li a + a i, .afine li a + a i, .acount li a + a i{
	display:none;
	}
aside .info li a + a, .afine li a + a, .acount li a + a {
	padding-left:0;
	background:none;
}
aside .info li a:hover, .afine li a:hover, .acount li a:hover , .content ul li a:hover{
	color:#751e21
}
/***/
.box-filter .box-content .button {
	margin-top:10px;
	}
/** specials **/
.breadcrumb a.last {
	color:#751e21
	}
.breadcrumb {
	background-color:#f2f2f2;
	border-radius:0;
	padding:12px 20px;
	font-weight:normal;
	}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #e5e5e5;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	padding-left:30px!important;
}
.attention>span {
	float:right;
	font-size:20px;
	}
.attention {
	background: #FFF5CC;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	cursor: pointer;
}
.required {
	color: #ff7409;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	margin-bottom: 20px;
}
.checkout-product thead td .checkout-product thead td {
	text-align:center!important;
}
.checkout-content .buttons #button-payment {
	margin-top:10px;
}
.checkout-product td.price {
	font-size:12px;
	}
.checkout-product td.total {
	text-align:center!important;
	}
table.list thead td a, .list thead td {
	text-decoration: none;
	}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	}
table.list .left {
	text-align: left;
	}
table.list .right {
	text-align: right;
	}
table.list .center {
	text-align: center;
	}
.pagination {
	display: inline-block;
	width: 100%;
	}
.account-order .button-order-right {
	float:right;
	margin-top:-3px;
}
.account-order .pagination {
	margin-bottom:25px;
}
.pagination .links {
	float: left;
	margin-right:10px;
}
.pagination .links a {
	background: #222;
	color:#fff;
	display: inline-block;
	padding: 5px 11px;
	text-decoration: none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
.pagination .links a:hover {
	background: #751e21;
	}
.pagination .links b:hover {
	cursor:default;
	}
.pagination .links b {
	background: #751e21;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
	display: inline-block;
	padding: 5px 11px;
	font-weight: normal;
	text-decoration: none;
	vertical-align:top;
	}
.pagination .results {
	float:left;
	margin:5px 0px;
}
/* button */
a.button.details {margin-left:10px;}
a.button , a.button-prod {
	display: inline-block;
	position:relative;
	overflow:hidden;
	text-decoration: none;
	cursor: pointer;
	background:#751e21;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	color:#fff;
	padding:9px 19px 10px 19px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#751e21;
	height: 40px;
	}
a.button span, a.button-prod span {
	color: #fff;
	display: inline-block;	
	white-space:nowrap;
	font-size:15px;
	font-weight:normal;
	line-height:23px;	
	}
a.button i, a.button-prod i{
	color: #fff;
	font-size:23px;
	line-height:23px;	
	vertical-align:top;
	margin-left:6px;
	}
a.button:hover, a.button-prod:hover {
	background: #222;
	}
a.button:hover span , a.button-prod:hover span{
	color:#fff;
}
a.button:hover i, a.button-prod:hover i {
	color:#751e21;
}
a.button-prod {
	vertical-align:middle;
	}
a.button-i {
	display:inline-block;
	padding:5px;
	}
a.button-i i {
	font-size:26px;
	color:#751e21
	}
a.button-i i:hover {
	color:#7E7E7E;
	}
/*******************************************background image ***********************************************************/
.image2 {position:relative;}
.image img, .image2 img, .image3 img {
	vertical-align:top;
	}

.product-grid .image, .box-product .image2 {
	text-align:center;
	}
/*****************************************************************************************************************/
.buttons {
	overflow: auto;
	}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right .mt {
	margin-top:10px
	}
.buttons .right a.button {
	margin-top:10px;
	}
.buttons .right {
	float: right;
	text-align: right;
	}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#module_cart .content {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 2px 2px #DDDDDD;
	clear: both;
	display: none;
	
	padding: 8px;
	position: relative;
	top: -1px;
}
#module_cart.active .heading {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin-top: 5px;
	padding-bottom: 6px;
	padding-top: 10px;
}
#module_cart.active .content {
	display: block;
}
#module_cart .cart .name {
	padding-top:5px;
	padding-bottom:10px;
	padding-top:10px;
}
#module_cart .cart {
	margin-bottom:10px;
	width: 100%;
}
#module_cart .cart td .quantity {
	font-weight:bold;
	}
#module_cart .cart td {
	border-bottom: 1px solid #e5e5e5;
	padding: 2px 3px;
	vertical-align: top;
	}
#module_cart .cart td a {
	font-weight:normal;
	}
#module_cart .cart .image {
	display: none;
}
#module_cart .cart .image img {
	border: 1px solid #e5e5e5;
	text-align: left;
}
#module_cart .cart .name small {
	line-height: 14px;
}
#module_cart .cart td.quantity {
	font-family: Arial, Helvetica, sans-serif;
	padding-top:0px;
	vertical-align:middle;
	}
#module_cart .cart td.total {
	text-align: center;
	vertical-align: middle;
	}
#module_cart .cart .remove {
	text-align: right;
	padding:2px 2px;
	vertical-align: middle;
}
#module_cart .cart .remove img {
	cursor: pointer;
}
#module_cart table.total {
	clear: left;
	float: right;
	margin-bottom:10px;
	padding: 5px;
}
.total-right {
	text-align:right!important;
}
#module_cart .total-left {
	padding-right:18px;
}
#module_cart table.total td b {
	
	}
#module_cart table.total td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	text-align:left;
}
#module_cart .checkout .button {
	margin-bottom:10px;
}
#module_cart .checkout {
	clear: both;
	text-align: right;
}
#module_cart .empty {
	text-align:left;
	line-height:17px;
	padding:5px 0;
}
.product-list #image {
	float: left;
	margin-top:0px;
	z-index: 0;
}
.product-grid #image {
	float: left;
	margin-top:0px;
	z-index: 0;
}
.home-block #image {
	float: left;
	margin-top:0px;
	z-index: 0;
	}
/* box */
.box {
	margin-bottom:20px;
	padding-top:24px;
	border-top:1px solid #e5e5e5;
	margin-top:40px;
}
.box.featured {
	margin-bottom:0;
}
aside .box {
	margin-bottom:30px;
	margin-top:0;
}
.box .box-heading {
	font-size:25px;	
	line-height:30px;
	color:#222;
	font-weight:normal;
	margin-bottom:30px;
	text-align:center;
	}
#content .box.specials {
	margin-bottom:0;
	border-bottom:0;
	padding-bottom:0;
	}
aside .box .box-heading {
	margin-bottom:20px;
	}
/* box products */
.box .box-content .box-product ul li.first-in-line {
	clear:left;
	}
aside .box .box-content .box-product ul  {
	width:auto;
	margin:0;
	}
aside .box .box-content .box-product ul>li {
	width:100%;
	max-width:270px;
	padding:0;
	}
aside .box.specials, aside .box.new-products, aside .box.bestsellers {
	margin-bottom:0;
	}
.box-filter li {
	line-height:25px;
	}
.box-filter label {
	cursor:pointer;	
	display:inline;
	padding-left:5px;
	}
.prod-stock {
	font-style:italic;
	color:#751e21;
	font-size:13px;
}
.box-product {
	width:100%;
	margin:0;
	padding:0;
}
.box.subcat {
	border-bottom:0;
	padding-bottom:0;
	}
.box-product.box-subcat {
	margin-top:0 !important
}
.box-product.box-subcat .name.subcatname {
	overflow:hidden;
}
.box-product.box-subcat .name.subcatname a:hover {
	color:#222
	}
.box-product.box-subcat .name.subcatname a {
	
	margin-bottom:0;
	color:#751e21;
	font-style:normal
}
.box .box-product.box-subcat li  {
	border:0px;
	margin-bottom:30px;
	}
.zoom-top img {
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.zoom-top a:hover {
	background-color:#7E7E7E;
	}
.zoom-top a{
	display:block;
	width:30px!important;
	height:30px!important;
	 background-color: #751e21;
	 color:#fff;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:25;
	font-size:25px;
	text-align:center;
	line-height:30px;
}
.zoom-top a:before{
	background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
	content: "\f00e";
	width:30px;
	line-height:30px;
}
.box-product > li.tree-div {
	margin-right:0;
}
.box-product > li {
	width:176px;
	display: inline-block;
	vertical-align: top;
	margin-right:42px;
	margin-bottom:28px;
}
#module_cart .cart .name a {
	text-decoration:none;
	line-height:17px;
}
#module_cart .cart .name a:hover {
	color:#222;
}
.box-product .image {
	display: block;
	text-align:center;
}
.box-product .name, .product-grid  .name{
	margin-bottom:5px;
	padding:0 20px;
	text-align:center;
	}
.product-list  .name{
	margin-bottom:5px;
	}
.box-product .name a {
	display: inline;
}
.box-product .rating {
	display: block;
	margin-top:7px;
	margin-bottom: 0px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.afine {
	list-style:none;
	margin:0;
	padding:0;
}
.afine li:first-child, .acount li:first-child {
	border:0px
}
.afine li, .acount li {

}
.afine li a + a {
	background:none;
	padding-left:0;
}
.acount {
	list-style:none;
	}
.content ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:30px;
}
.content ul li a {
	text-decoration:none;
	line-height:normal;
}
.content ul li:first-child {
	border:none;
}
.wishlist-product td a {
	text-decoration:none;
}
.wishlist-product td {
	vertical-align: middle!important;
	text-align:center;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
/** category **/
.fa.fa-angle-up:before             { content: "\f106" !important; }
li.parent> i:hover {
	cursor:pointer
	}
li.parent> i {
	float:right;
	font-size:21px;
	position:absolute;
	right:0;
	top:4px;
	}
.box.category li{
	position:relative
	}
.product-grid .cart-button, .product-list .cart-button{
	display:inline-block;
	line-height:0;
	}
.box.category .box-content {
	padding-bottom:20px;
	}
.box-category > ul > li.active>a i, .box-category > ul > li > a:hover i {color:#7e7e7e}
.box-category > ul > li > a i {
	font-size:21px;
	color:#751e21
	}
.box-category > ul > li > a {
	display:inline-block;
	font-weight:bold;
	color:#222;
	
	}
.box-category > ul > li.active>a, .box-category > ul > li>a:hover {
	color:#751e21
	}
.box-category > ul > li:first-child {border:0}
.box-category > ul > li {
	position:relative;
	padding:5px 0
	}
.box-category > ul > li strong {
	display:none;
}
.box-category > ul > li.last {
	border:none;
}
.box-category > ul > li ul {
	display:none;
	margin:10px 0 10px 25px;
	}
.box-category > ul > li span.close:hover {
	cursor:pointer;
}
.box-category > ul > li li.parent> i {
	line-height:20px;
	vertical-align:middle;;
	}
.box-category > ul > li ul > li.active > a, .box-category > ul > li ul > li > a:hover {
	color: #751e21;
	}
.box-category > ul > li ul > li {
	padding:3px 0;
	}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: inline-block;
	color:#222;
	}
.box-category > ul > li ul > li > a.active {
	color:#751e21
}
.box-category > ul > li:first-child {
	border-top:0
}
.act-cat {
	position:absolute;
	top:9px;
	right:6px;
}
/*************************************************************************************************************************************************************/
.info-about2, .info-about3, .info-about4 {
	display:none;
}
/* category */
h1.style-1 {
	border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    }
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}

.category-list ul {
	float: left;
	width:25%;
	list-style:none;
	padding:0;
}
.capcha {
	width:143px;
}
.sitemap-info ul li {
	padding-bottom: 4px;
	padding-left: 14px;
	padding-top: 4px;
	text-transform:capitalize;
	font-size:17px;
	font-weight:normal;
	color: #751e21;
	}
.sitemap-info ul li a i, aside .acount li a i, aside .info-list li a i, aside .man .info li a i, aside .afine li a i, .content ul li a i{
	color: #751e21;
    font-size: 12px;
	margin-right:8px;
	}
.sitemap-info ul li a {
	text-decoration: none;
	text-transform:capitalize;
	font-size:15px;
	line-height:18px;
	font-weight:300;
}
.category-list .div a {
	text-decoration: underline;
	
}
/* manufacturer */
.manufacturer-list {
	overflow: auto;
	margin-bottom:-1px;
	background: #f2f2f2;	
}
.manufacturer-heading span {
	background:#222;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	font-weight:bold;
	font-size:25px;
	line-height:30px;
	padding:10px 0;
	width:50px;
	text-align:center;
	}
.manuf-p> b{
	font-weight:normal;
}
.manufacturer-heading {
	background:#ededed;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	font-weight: bold;
	padding:5px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding:30px 40px;
	overflow:hidden;
}
.manufacturer-list ul li a i{
	color:#751e21;
	font-size:17px;
	font-weight:normal;
	line-height:18px;
	margin-right:9px;
	}
.manufacturer-list ul li a {
	
		}
.manufacturer-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.box.manufacturers li {
	padding:5px 0;
	}
.box.manufacturers li a {
    display: inline-block;
    text-decoration: none;
	}
/* product */
.product-filter .product-compare {
	float:left;
	}
.product-filter select {
	margin-bottom:0;
	}
.product-filter {
	overflow:hidden;
	line-height:32px;
	border:1px solid #e5e5e5;
	border-width:1px 0;
	padding:20px 0;
	margin-bottom:30px;
}
.product-filter .display {
	float:right;
	}
.product-filter .display a {
	font-weight:normal;
}
.product-filter .sort b {
	padding-right:7px;
	color:#222;
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
	}
.product-filter .sort select {
	width:140px;
}
.product-filter .sort {
	float:left;
	font-weight:normal;
	margin-right:8px;
}
.product-filter .limit select {
	width:72px;
}
.product-filter .limit b {
	padding-right:5px;
	color:#222;
	font-size:13px;
	text-transform:uppercase;
	font-weight:normal;
}
.product-filter .limit {
	margin-right:8px;
	float:left;
	}
.product-list ul li:first-child {
	border-top:0;
	padding-top:0;
	margin-top:0;
	}
.product-list ul li {
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #e5e5e5;
}
.product-list .left {
	position:relative;
	
}
.product-list .right {
	text-align:left;
	}
.product-list ul li {

	}
.product-list .name {
	margin-bottom:10px;
}
#grid_a, #list_a, #grid_b, #list_b {
	vertical-align:top;
	font-size:28px;
	float:left;
	display:block;
	width:32px;
	height:32px;
	font-weight:normal;
	font-size:28px;
}
#list_a, #list_b {
	margin-right:6px;
}
#list_b i, #grid_b i {
	color:#751e21;
	cursor:default
	}
.product-filter .display {
	position:relative;
	}
.product-filter .display b {
	float:left;
	color:#222;
	text-transform:uppercase;
	display:none;
	}
.product-list .description {
	overflow:hidden;
	margin-bottom: 5px;
}
.product-grid ul li {
	text-align:center;
	position:relative;
	}
.product-grid ul li.first-in-line {
	clear:left;
	}
.extra-prod input {
	padding-bottom:4px;
}
.extra-prod {
	padding-top:6px;
}
.or {
	padding-top:3px;
}
.product-grid .image {
	display: block;
	margin:0 0 15px 0;
	text-align:center;
}
.product-grid .description {
	overflow:hidden;
	display:none;
}
.product-grid .rating {
	display: block;
	height:13px;
	margin-bottom:10px;	
}
.product-grid .cart, .product-list .cart  {
	display:inline-block;	
}
.product-list .price-tax {
	font-size:15px;
	display:block;
	color:#222;
	font-weight:300;
	margin-top:5px;
	margin-bottom:5px;
}
.product-grid .price-old {
	text-decoration: line-through;
}
.product-list .price-new, .product-grid .price-new {
	
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .price-old {
	font-weight:300;
}
.product-grid .cart , .product-list .cart {
	margin-right:8px;
	line-height:0;
	margin-bottom:8px;
	vertical-align:top;
}
.content-border h2{
	margin-bottom:30px;
	}
.content-border {
	background:#F2F2F2;
	padding:30px 40px;
	margin-bottom:30px;
	}
/*************************** Product ***************************************/
#compare {
	display:none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
#full_gallery{
	display:none;
	max-width:270px;
	position:relative;
	}
#full_gallery .prev {left:0}
#full_gallery .next {right:0}
#full_gallery .prev:hover, #full_gallery .next:hover{
	color:#751e21
	}
#full_gallery .prev, #full_gallery .next{
	color:#7e7e7e;
	font-size:19px;
	position:absolute;
	top:50%;
	margin-top:-23px;
	}
.bx-controls-direction a.bx-prev {
	margin-left:-10px;
	}
.bx-controls-direction a.bx-next {
	margin-right:-10px;
	}
.bx-controls-direction a {
	padding:10px;
	
	}
.product-info {
	padding-bottom:7px;
	margin-top:20px;
}
.product-info h1.view {display:none;}
.product-info h1 {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px;
	padding-bottom:20px;
	}
.product-info .left {
	position:relative;
	z-index:5;
	margin-bottom:20px;
}
.product-info .image {
	float: left;
	width:100%;
	max-width:270px;
	max-height:424px;
	height:100%;
	margin-bottom:7px;
	background-color:#fff;
}
.product-info .image-additional {
	overflow:hidden;
	max-width:270px;
	position:relative;
	clear: both;
	padding:0 20px;
	}
.product-info .image-additional li {
	float:left;
	max-width:70px;
}
.product-info .image-additional li.last {
	margin-right:0;	
}
.product-info .image-additional img {
	background:#fff;
}
#zoom1 img {
	background:#fff;
}
.zoomWindow{
	border-color:#ededed !important;
}
.zoomLens{
	z-index:5 !important;
}
.product-info .image-additional a {
	display: block;
}
.image-additional .next:hover, .image-additional .prev:hover  {
	color:#751e21
	}
.image-additional .prev  {
	position:absolute;
	width:15px;
	height:15px;
	left:0;
	top:40%;
	margin:0;
	font-size:19px;
	color:#7e7e7e
	}
.image-additional .next  {
	color:#7e7e7e;
	position:absolute;
	width:15px;
	height:15px;
	right:0;
	top:40%;
	margin:0;
	font-size:19px;
	}
.product-info .share >span{
	margin-bottom:20px;
	display:inline-block;
	}
.product-info .description .product-section {
	font-weight:normal;	
	line-height:27px;
	margin-bottom:20px;
	}
.product-info .description .product-section a{
	color:#751e21;
	}
.product-info .description .product-section a:hover{
	color:#222;
	}
.product-info .description .product-section span {
	color:#222;
	text-transform:uppercase;
	font-weight:normal;
	}
.product-info .description .product-section .prod-stock{
	display:inline-block;
	background-color:#751e21;
	color:#fff;
	font-style:normal;
	padding:0 7px;
	margin:0 9px;
	}
.product-info .price {
	font-family: Arial, sans-serif;
	text-transform:uppercase;
	color:#222;
	font-size:15px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	font-weight:normal;
	padding:23px 0;
	margin-bottom:20px;
	}
.product-info .price .price-new{
	color:#751e21;
	font-size:28px;	
	}
.product-info .price .price-old{
	color:#777;
	font-weight:300;
	margin-right:10px;
	}
.product-info .price .price-tax{
	color:#751e21;
	text-transform:none;
	font-weight:normal;
	}
.product-info .price .discount{
	text-transform:none;
	font-weight:normal;
	}
.product-info .price .text-price, .product-info .price .price-tax{
	font-family: 'Roboto',Arial,'sans-serif';
	margin-right:4px;
	}
.product-info .price .price-tax{
	color:#222;
	font-weight:300;
	}
.product-info .cart-top-padd input{
	margin-right:10px;
	}
.product-info .price .reward{
	padding-top:10px;
	display:block;
	}
.tab-content ul{
	margin-left:25px;
	margin-bottom:20px;
	list-style-type:disc
	}
.product-info .minimum { 
	margin-top:5px;
	}
.product-info .cart-top-padd { 
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	}
.product-info .extra-button {
	float:left;
	font-size:0;
	line-height:0;
	}
.product-info .options {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
	padding-bottom:20px;
	line-height:0;
	}
.product-info .options .option {
	margin-bottom:10px;
	} 
.product-info .cart-top {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:20px;
	margin-bottom:20px;
	} 
.q-mini {
	width:30px;
	}
img#captcha {
	vertical-align:top;
	margin-bottom:20px;
	}
#tab-review input[name="captcha"] {
	margin-right:20px;
	margin-bottom:10px;
	}
.border {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:20px;
	margin-bottom:20px;
	}
#tab-review .form-inline span.radio {
    display: inline-block;
    margin-top: 0;
    padding-left: 0;
    vertical-align: top;
}
/***/
.product-info .gallery li {
	max-width:270px;
	float:left;
	height:424px
	}
.ps-carousel-item img {background-color:#EFEEEE;}
.ps-zoom-pan-rotate img {background-color:#EFEEEE;}
.product-info .gallery li img{
	background-color:#EFEEEE;
	}
/***/
.product-info .review {
	font-weight:bold;
	padding-bottom:20px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px;
	}
.product-info .review a:hover {
	color:#751e21;
	}
.product-info .review a{
	color:#222;
	font-weight:normal;
	}
.product-info .review a+a {
	margin-left:20px;
	}
.product-info .review img{
	float:left;
	margin-right:20px;
	}
.product-info .review .btn-rew {
	float:left;
	}
.product-info .review .btn-rew a i{
	font-size:26px;
	color:#751e21;
	line-height:16px;
	width:1.1em
	}
.tabs {
	margin-bottom:15px;
	}
.tabs .tab-heading i{
	font-size:21px;
	line-height:30px;
	color:#fff;
	float:right;
	}
.tabs .tab-heading:hover i{
	color:#751e21;
	}
.tabs .tab-heading {
	padding:13px 20px;
	line-height:30px;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	background:#222;
	}
.tabs .tab-content {
	padding:25px 0 20px;
	}
#tab-review.tabs .tab-content {
	padding:20px 0 0;
	}
/**************compare block****************************/
.compare-block {
	margin-bottom:20px;
	}
.compare-block .image {
	margin-right:10px;
	}
.compare-block .remove a{
	font-size:19px;
	line-height:normal;
	color:#751e21;
	}
.compare-block .remove a:hover{
	color:#222;
	}
/**************************************************/
.compare-info {
	width: 100%;
	}
.block-compare {
	position:relative;
	overflow:hidden;
}
.td-price {
	font-weight:bold;
	font-size:16px;
}
.compare-info .prod-stock {
	margin:0 auto;
	float:none;
	font-weight:bold;
	font-size:13px;
	
	text-transform:uppercase;
	 background-color: #751e21;
    color: #FFFFFF;
    display: inline-block;
    font-style: normal;
    margin: 0 9px;
    padding: 0 7px;
}
.compare-info td.name a:hover {color:#7e7e7e}
.compare-info td.name a {
	text-decoration:none;
	font-size:12px;
	color:#751e21
}
.compare-info td.name a:hover {
	
	}
.compare-info td.last {
	border-right:0;
}
.compare-info thead td:first-child {
	text-align:left;
	}
.compare-info td:first-child {
	background-color:#F9F9F9;
	color:#222;
	font-weight:bold;
	text-align:right;
	}
.compare-info td.image2 {
	text-align:center;
	}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: left;
	vertical-align: top;
}
.compare-info .price-old {
	font-weight: normal;
	text-decoration: line-through;
	display:block;
	font-size:15px;
}
.compare-info td.td-price .price-old{color:#7E7E7E}
.compare-info td.td-price {
	font-weight: bold;
	font-size:17px;
	line-height:normal;
	color:#751e21
}
/* wishlist */
.wishlist-product2 {
	display:none;
	}
.wishlist-product {
	margin-bottom:25px;
	
}
.wishlist-product tbody .model {
	text-align: center;
	font-size:15px;
	}
.wishlist-product tbody .stock {
	text-align: center;
	}
.wishlist-product tbody .stock .prod-stock {
	
}
.wishlist-product tbody .quantity {
	text-align: right;
}
.checkout-product .table td.price {
	text-align:left;
	font-size:15px;
	color:#222;
	}
.checkout-product table thead .price, .checkout-product table thead .total {
	font-weight:bold;
}
.checkout-product table tfoot .price b{
	font-weight:normal;
}
.table .total, .table .price {
	text-align: center;
	font-size:15px;
	color:#222;
	font-weight:normal;
}
.table thead td {font-size:12px !important;}
.table .price s {
	color:#222;
	font-weight:normal;
	display:block;
}

input#sub_category {
	background:none;
	float: left;
    margin-left: -20px;
	}
/************************** contact page *********************/
.contact-info {
	background-color:#f2f2f2;
	padding:40px;
	font-weight:normal;
	margin-bottom:20px;
	}
.contact-info .contact-box i {
	color:#751e21;
	font-size:26px;
	width:1.25em;
	vertical-align:top;
	}
.contact-info .contact-box {
	margin-bottom:20px;
	line-height:26px;
	}
.contact-info .contact-box b{
	color:#222;
	text-transform:uppercase;
	font-size:13px;
	font-weight:normal;
	}
.contact-info iframe {
	min-height:200px;
	max-height:300px
	}
.contact-info figure{
	margin:0;
	}
.content.contact-f textarea {
	max-width:100%;
	}
.content.contact-f {
	background:#f2f2f2;
	padding:40px 40px 20px;
	}
.content.contact-f div.buttons, .content.contact-f div.captcha {
	margin-top:20px;
	}
/************************** checkout page *********************/
.checkout-heading {
	background-color:#222;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
	padding:15px 100px 15px 15px;
	margin-top:10px;
	}
.checkout-content {
	display:none;
	}
.checkout-content {
	margin-top:-1px;
	padding:20px 40px;
	border:1px solid #e5e5e5;
	}
.checkout-content .login-content .heading h2 {
	font-size:20px;
	}
.checkout-content .login-content p.login-padd {
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 6px;
	}
.checkout-heading {
	position:relative;
	}
.checkout-heading>a{
	position:absolute;
	color:#fff;
	right:20px;
	top:15px
	}
.checkout-heading>a:hover{
	color:#26A55B;
	}
.checkout-content label a:hover {
	text-decoration:underline;
	}
.checkout-content label a {
	color:#751e21;
	}
/************************** login page *********************/

.login-content .right, .login-content .left {
	background-color:#f2f2f2;
	padding:30px;
	margin-bottom:30px;
	}
.login-content .heading {
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	margin-bottom:20px;
	}
.login-content .content>p{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:20px;
	}
.login-content .heading i{
	font-size:56px;
	color:#751e21;
	float:left;
	margin-right:14px;
	}
.login-content .heading h2 {
	margin-top:0;
	margin-bottom:2px;
	font-size:23px;
	color:#222;
	}
.login-content .heading b {
	font-size:13px;
	color:#737373;
	font-style:italic;
	font-weight:normal;
	}
.login-content .form-horizontal .controls input {
	width:94%;
	max-width:100%
	}
.login-content .login-buttons {
	border-top:1px solid #e5e5e5;
	padding-top:20px;
	}

.buttons .right label {
	text-align:left;
	}
.login-content {
	overflow:hidden;
	}
.login-content .left p + p {
	margin-bottom:16px;
	}
.link-login {
	text-decoration:underline;
	display:inline-block;
	color:#751e21;
	font-style:italic;
	margin-left:15px;
	margin-top:5px;
	}
.affiliate-login .login-buttons .link-login, .checkout-checkout .login-buttons .link-login {	
	margin-top:0;
	}
.link-login:hover {
	text-decoration:none;
	}
.padd-form {
	display:block;
	padding-bottom:5px;
}

.login-content .right .content p {
	margin-bottom:15px;
}
.login-content .right .content b {
	display:block;
}
#register select {
	
}
#register .q1 {
	
}
#register .content {
	border:none!important;
	padding:0!important;
}
/* orders */
.order-list, .return-list {
	background:#f2f2f2;
    margin-bottom:30px;	
}
.order-content span, .heading-order-list span{
	color:#777;
	font-weight:normal;
	}
.order-content b{
	font-weight:normal;
	}
.account-order .order-content a.button{
	vertical-align:middle;
}
.heading-order-list {
	background:#ededed;
	overflow:hidden;
	border-bottom: 1px solid #fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	color:#222;
	padding:20px;
}
.order-list .order-id, .return-list .return-id {
	width: 49%;
	float: left;
	}
.order-list .order-status, .return-list .return-status {
	font-weight:bold;
	}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
}
.order-list .order-content, .return-list .return-content {
	padding:20px;
	color:#222;
	font-weight:bold;
	}
.order-list .order-content div > span {
	
}
.order-list .order-content div .button {
	margin-top:3px;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-box-2 {
	padding:15px 20px 19px 20px;
	margin-bottom:10px;
}
.return-box-2 .buttons .right {
	float:left;
}
.return-box-2 .buttons {
	padding-left:0;
	padding-top:12px;
	padding-bottom:0;
	margin-bottom:0;
}
.return-box {
	
	}
.return-p {
	padding-left:17px;
}
.return-p p {
	margin-bottom:13px;
}
.return-list {
	margin-bottom: 10px;
}
#content .content.return-box {
	padding:14px 10px 11px 20px;
	margin-bottom:10px;
}
.content.return-box h2 {
	margin-bottom:14px;
}
#content .content.return-box .left {
	width:320px;
}
#content .content.return-box .right {
	width:320px;
}
.content.return-box label {
	font-size:12px;
	font-weight:bold;
	}
.content.return-box span {
	}
.content.return-box input {
	margin-top:6px;
	margin-bottom:7px;
	width:310px;
}
.content.return-box .error {
	padding-bottom:5px;
	display:block;
}
.return-box-3 {
	margin-bottom:20px;
	padding:14px 10px 10px 20px;
}
.return-box-3 h2 {
	margin-bottom:15px;
}
.return-box-3 textarea {
	width:310px;
	height:188px;
	max-width:310px;
	max-height:188px;
}
.return-box-3 .return-captcha {
	width:320px;
	margin-top:-3px;
}
.return-box-3 .return-captcha b {
	padding-bottom:6px;
	display:block;
}
.return-box-3 .return-captcha input {
	width:170px;
	margin-bottom:10px;
}
.return-box-3 .return-additional {
	margin-bottom:11px;
}
.return-box-3 .buttons {
	padding:0;
	margin-bottom:0;
}
/* button */
.button-return-right-i:hover, .button-return-right:hover {color:#751e21; cursor:pointer;}
.button-return-right{
	border:0px;
	background:none;
	font-weight:bold;
	color:#757475;
	padding:0;
	line-height:32px;
	min-height:32px;
	display:inline-block;
	}
#return-product .button-return-right-i {position:relative;}
#return-product .button-return-right-i i.fa.fa-arrow-circle-right {position:absolute; right:0; z-index:4; top:3px}
#return-product input.button-return-right{
	padding-right:31px;
	position:relative;
	z-index:5;
	color: #26A55B;
	font-family: 'Roboto',Arial,'sans-serif';
	font-size:15px;
	font-weight:300;
	}
#return-product a.button-return-left{
	line-height:30px;
	}
#return-product a.button-return-left i{
	vertical-align:top;
	}
a.button-return-left:hover, a.button-return-right:hover, a.button-order-right:hover, a.button-cont-right:hover, a.button-back-left:hover, a.button-inf-left:hover, a.button-return-left:hover i, a.button-return-right:hover i, a.button-order-right:hover i, a.button-cont-right:hover i, a.button-back-left:hover i, a.button-inf-left:hover i, #return-product .button-return-right-i:hover input.button-return-right, #return-product .buttons .button-return-right-i:hover i{
	color:#222;
	}
a.button-return-left, a.button-return-right, a.button-order-right, a.button-cont-right, a.button-back-left, a.button-inf-left {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;	
	padding-right:0px;
	color:#751e21;
	vertical-align:top;
	    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    background: #751e21;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    color: #fff;
    padding: 9px 19px 10px 19px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #751e21;
    height: 40px;
	}
a.button-back-left i,.button-back-left i, .button-return-right-i i, a.button-return-left i, a.button-cont-right i {
	font-size:26px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	margin:0 9px
	}
i.fa.fa-arrow-circle-right {margin-right:0 !important;}
a.button-order-right {
	padding:0;
}

a.button-return-left span, a.button-return-right span, a.button-order-right span, a.button-cont-right span, a.button-back-left span, .wishlist-product a.button-wislish-left span, a.button-inf-left span {
	line-height:1.2em;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}
a.button-return-left span, a.button-back-left span, a.button-wislish-left span {
	padding:5px 0px 5px 14px;
	background: url('../image/marker-button-left.png') left 8px no-repeat;
}
a.button-return-right span, a.button-order-right span, a.button-cont-right span, a.button-inf-left span {
	padding:5px 14px 5px 0px;
	background: url('../image/marker-button-right.png') right 8px no-repeat;
}
.cart-bottom a i.fa.fa-check {
	margin-right:0;
	}
.cart-bottom a.button-cont-right {
	margin-right:20px;
	}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.return-list .return-info {
	text-align: right;
}
.return-product {
	
	}
.return-name {
	
}
.return-model {
	
}
.return-quantity {
	
}
.return-detail {
	
}
.return-reason {
	
	}
.return-opened {
	
	}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
a {
	outline:none;
}
a:hover i.fa.fa-trash-o-o {
	color:#222;
	}
a i.fa.fa-trash-o-o {
	color:#751e21;
	}
i.fa.fa-trash-o-o {
	font-size:26px;
	}
.shop-cart {
	border-bottom:none;
	overflow:hidden;
	position:relative;
}
.cart-info2 .table td+td {
	text-align:center;
	}
.shop-cart .table td.quantity, .shop-cart .table td.image {text-align:center;}
.shop-cart .table td {
	vertical-align:middle;
	}
.cart-module .cart-content {
	padding:18px 0px 19px 18px;
	display: none;
	overflow: auto;
	border-top:none;
	
}
.cart-info2 {display:none;}
.cart-info {
	overflow:hidden;
	margin:20px 0;
}
.content.shop-cart-content>p{
	border:1px solid #e5e5e5;
	border-bottom:0;
	margin:0;
	padding:20px;
	}
.mt5 {
	margin-top:5px;
}
a.input-update i{
	color: #26A55B;
	font-size:26px;
	}
a.input-update:hover i{
	color: #222;
	}
.lay2img{
	margin-top: 50px;
}
#cboxLoadedContent td>input[type="radio"]{
	margin:0px;
	float:none
	}
td.quantity>input[type="text"] {
	width:40px
	}
table#total  td {
	background-color:#f9f9f9;
	padding:20px;
	text-transform:uppercase;
	width:80%
	}
.checkout-cart .cart-bottom {
	margin-top:-1px;
	}
.checkout-cart .cart-bottom .cart-total td b{
	color:#222;
	font-size:13px;
	font-weight:normal;
	}
table#total  td+td {
	background-color:#fff;
	color:#222;
	text-align:left;
	font-size:17px;
	font-weight:normal;
	}
td.price {
	font-weight:bold;
	font-size:17px;
	}
table.radio {
	padding:0
	}
.cart-module {
	
	
	
	}
.cart-module>div{
	padding:20px 20px;
	
	display:none;
	border:1px solid #e5e5e5;
	border-top:0;
	border-bottom:0;
	}
table.radio tbody td {
	width:100%;
}
.sitemap-info ul {
	margin-top:10px;
	margin-bottom:10px;
}
.sitemap-info li a {
	text-decoration:none;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
#newsletter .content {
	margin:0;
	padding:0;
	border:none;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
#newsletter .form tr td:first-child {
	width:58px;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
footer {
	margin-top:30px;
	padding-top:45px;
	clear: both;
	overflow: hidden;
	font-size:13px;
	color:#888;
	background:#222;
	}
.common-home footer {
	margin-top:2px;
	}
footer .col-sm-2 {
    width: 19.2%;
}
footer h3 {	
	color:#B39759;
	word-wrap:break-word;
	font-size: 20px;
	}
footer li {
	padding:5px 0 6px;
	line-height:16px;
	}
footer li a {
	font-size:13px;
	line-height:16px;
	color:#B39759;
	word-wrap:break-word;
	font-weight: 500;
	}
footer li a:hover{
	color:#e2ca95;
}
footer li a i{
	font-size:18px;
	line-height:12px !important;
	color:#B39759;
	margin-right:12px;
	vertical-align:middle;
	}
footer .foot-phone i{
	line-height:normal;
	font-size:36px;
	color:#7e7e7e;
	width:1.25em;
	margin-right:10px;
	}
span.toggle {
	display:none;
}

#powered br {display:none;}
#powered a {
	color:#751e21;
	font-size:13px;
	text-decoration:none;
	}
#powered a:hover {
	text-decoration:underline;
	}
#powered {
	margin-top:52px;
	padding:20px 0 22px;
	color:#777;
	font-size:13px;
	line-height:16px;
	background:#fff;
	}
.return-captcha input img {vertical-align:top;}
.return-captcha input {
	margin-bottom:10px;
	vertical-align:top;
	}
.banner {
	margin-bottom:20px;
	overflow:hidden;	
	}
.banner>div {
	position:relative;
	overflow:hidden;
	}
.banner>div.col-sm-4:first-child {
	border-left:none;
	}
.banner>div.col-sm-4 {
	width:25%;
	padding:0;
	border-left:1px solid #fff;
	}
aside .banner > div {
	width:auto;
	max-width:270px;
	min-width:none
	}
.banner>div>a{
	overflow:hidden;
	display:block;
	position:relative;
	}
.banner img {	
	height:auto;
	position:absolute;
	}
.banner .s-desc {
	display:block;
	position:relative;
	z-index:2;
	text-align:center;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	width:100%;
	color:#222;
	background:#FFFFFF;
	font-size:16px;
	}
.banner .s-desc h1{
	font-size:31px;
	margin:0;
	height:76px;
	color:#751e21;
	line-height:76px;
	font-weight:300;
	background:#f2f2f2;
	}
.banner .s-desc h1 b{
	color:#222;
	font-weight:500;
	}
.banner .s-desc h2{
	font-size:41px;
	color:#751e21;
	margin:0;
	height:82px;
	line-height:69px;
	border-top:1px solid #fff;
	font-weight:500;
	}
.banner .s-desc h2 span{
	font-size:15px;
	color:#777;	
	font-weight:300;
	}
.banner .s-desc h3{
	color:#222;
	font-weight:300;
	font-size:15px;
	margin:0;
	height:56px;
	line-height:51px;
	border-top:1px solid #fff;
	}
.banner .s-desc h3 span{
	display:block;
	line-height:51px;
	height:56px;
	background:#FFFFFF;
	}
.banner .s-desc div{
	height:86px;
	line-height:84px;
	background:#FFFFFF;
	vertical-align:middle;
	border-top:1px solid #fff;
	}
.banner .s-desc div span{
	display:inline-block;
	font-size:22px;
	line-height:38px;
	height:42px;
	padding:0 38px;
	color:#fff;
	background: #751e21;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:normal;
	}	
.banner a:hover .s-desc  h1{

	color:black;
	}
.banner a:hover .s-desc  h1 b{
	color:black;
	}
.banner a:hover .s-desc div span{
	background: #222;
	}
.success, .warning, .attention, .information, .rev-success {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #555;
}
.success a, .warning a, .attention a, .information a {
	color: #333;
}
#cart-success {
	position: fixed;
	z-index:9998;
}
.success i.fa.fa-times-circle {
	font-size:26px;
	padding:10px;
	}
.success .close i {
	padding:10px
	}
.success {
	color:#000
}
.success>img{
	max-width:70px;
	height:auto;
	float:left;
	background-color:#efeeee;
	margin-right:10px;
	border:1px solid #e5e5e5
}
.success a:hover {
	text-decoration:none;
	color:#751e21
}
.success a {
	text-decoration:none;
	color:#252525
}
.success span:hover img {
	margin-top:-11px;
}
.success p {
	margin-bottom:11px;
	font-size:24px;
	color:#1b1b1b;
}
.success span:hover {cursor:pointer; color:#751e21}
.success span {
	overflow:hidden;
	position:absolute;
	right:8px;
	top:8px;
	opacity:1
}
.success i {
	color:#000;
}
.success i:hover {
	color:#751e21;
}
.success i.fa.fa-thumbs-up{
	font-size:31px;
	color:#751e21;
	margin-right:10px;
	vertical-align:middle;
	}
.close {
	color:transparent; 
	text-shadow:none;
	}
.success a {
	color:#751e21;
	}
.success a:hover {
	text-decoration:underline;
	}
.success {
	width:80%;
	position:absolute;
	z-index:99999!important;
	border:none;
	border-bottom:1px solid #4e4e4e;
	top:0;
	padding:100px 15%;
	z-index:9999;
	line-height:18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:#F5F5F5;
	display:none;
	font-size:13px;
	color:#000;
	font-weight:bold;
	}
#tab-review .success {
	display:block !important;
	position:static;
	color:#333;
	text-align:left;
	background:none;
	padding:10px 15px 10px 30px;
	background: url("../image/success.png") no-repeat scroll 10px center #EAF7D9;
    border: 1px solid #e5e5e5;
	}
#wrap {
	z-index:10!important;
}
.rev-success {
	background: #EAF7D9 url('../image/success.png') left no-repeat;
	border: 1px solid #e5e5e5;
	padding-left:20px;
}
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
.related .box-product .name{
   padding:0 10px;
}
td.image {
	position:static;
	}
.image {
	position:relative;
	}
.related-info .cart-button .cart {
	float:none;
	margin-bottom:8px;
	}
.related-info .wishlist, .related-info .compare {
	display:inline-block;
	}
.related-info {
	display:inline-block;
    float: left;
    text-align: center;
	position:relative;	
	border-bottom:0 !important;
	}
.related-info .cart-button{
	font-size:0;
	line-height:0;
	}
.related {
	padding:0 50px;
	position:relative;
	}
.related .name {
	overflow:hidden;
	}
html[lang="es"] .related .cart i , html[lang="de"] .related .cart i {
	display:none;
	}
.related .prev:hover, .related .next:hover {
	color:#751e21
	}
.related .prev, .related .next {
	position:absolute;
	top:50%;
	font-size:26px;
	color:#7e7e7e;
	margin-top:-31px;
	}
.related .prev {
	left:0
	}
.related .next {
	right:0
	}
.about-page i:before {text-indent:0}
.about-page i{
	display:block;
	color:#751e21;
	font-size:56px;
	float:left;
	width:56px;
	height:56px;
	margin-right:15px;
	overflow:hidden;
	}
#colorbox {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.preview {
	padding:15px;
	
}
.preview .marg { margin-bottom:25px;}
.preview .price { width:100%; overflow:hidden;}
.preview .price span { float:left; margin-right:10px;}

.preview .right .inf span { 
	display:block;
	margin-bottom:10px;
}
.preview .right .inf span.text-price { 
	margin-left:0;
}
.preview .right h2 {
    font-size: 20px;
    margin-bottom: 20px;
	margin-top:0;
}
.preview .inf .prod-stock {
    margin-bottom: 10px;
}
.preview .description {
	height:160px;
	padding:15px;
	overflow:auto;
	border:1px solid #e5e5e5;
}
.preview .cart { 
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	}
.preview .extra-button {
	float:left; 
	width:150px;
	margin-top:3px;
	margin-left:15px;
	}
.preview .cart-button {
	font-size:0;
	line-height:0;
}

#cboxContent #cboxTitle {
	width:60%;
	padding:0 20%;
	}
#colorbox { 
	z-index:100  !important;
}
#cboxOverlay {
	z-index:100 !important;
}
.preview .rating { 
	margin-top:15px;
}
.box li .padding, .box li {
	position:relative;
	}
.box li .padding {
	text-align:center;
	}
.box li .padding .f-left{
	overflow:hidden;
	}
.box-product li, .product-grid li{
	margin-bottom:40px;
	}
.box .box-content .box-product ul li .quick-view-button, .box .box-content .box-product ul li .image2 img,.box .box-content .box-product ul li{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.box .box-product .cart {	
	line-height:0;
	margin-bottom:8px;
	}
.box .box-content .box-product ul li .image2{
	overflow:hidden;
	}
.box-product .image2, .box-product .image, .box-subcat .image, .product-grid .image{
	margin-bottom:20px;
}
.box-product .image2 a, .box-subcat .image a, .product-grid .image a, .product-list .image a, .box-product .image a{
	display:block;
	padding:20px 45px;
	}
.compare-block .image a{
	display:block;
	}
.box-subcat .image a, .product-list .image a, .box-product .image a{
	padding:20px;
	}
.box .box-content .box-product ul li .quick-view-button:hover {
	color:#751e21
	}
.box .box-content .box-product ul li .quick-view-button i {
	width:30px
	}
.box .box-content .box-product ul li .quick-view-button {
    opacity:0;
	visibility:hidden;
    left:0;
    position: absolute;
    top: 0px;
	font-size:22px;
	color:#fff;
	line-height:30px;
	width:30px;
	text-align:center;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	color:#222;
	}
.box .box-content .box-product ul li:hover .quick-view-button {
    opacity:1;
	visibility:visible
}
.table-bordered {
	border-radius:0
	}
.table thead td {
	text-transform:uppercase;
	font-weight:bold;
	color:#222 !important;	
	font-family:Arial;
	font-size:13px;
	background-color:#f2f2f2;
	}
.table th, .table td {
	padding:20px;
	border-color:#d7d7d7;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.block-compare .table th, .block-compare .table td {
	padding:7px
	}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-size:13px;
	}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius:0;
	box-shadow:none
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
	border-radius:0
	}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
	border-radius:0;
	}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-radius:0
	}
.table-bordered {
	border-color:#d7d7d7
	}
label, input, button, select, textarea {
	font-size:13px;
	color:#222
	}
label , label  b{
	font-weight:normal;
}
textarea {
	resize:none
	}
label{
	cursor:default
	}
.close:hover, .close:focus {
	opacity:1
	}
.pp_gallery ul a img {
	width:50px;
	height:50px;
	max-width:none
	}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width:1px;
}
table.radio {
	margin:0; 
	display:table;
	}
.table > tbody + tbody {
	border-width:1px;
	}
.stButton .stButton_gradient, .stButton .chicklets,.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
	height:22px !important;
	}
#fancybox-content>div {
	background-color:#fff;
	}
#cboxContent .about-page {
	padding:0 25px;
	}
#fancybox-content {
	background-color:#fff;
	}
.zoomContainer{
	z-index:8;
}
ul.sf-menu > li > a:hover {
	color: #e2ca95 !important;
}
ul.sf-menu > li.current > a, ul.sf-menu > li > a:hover, ul.sf-menu > li.sfHover > a, ul.sf-menu > ul > li.active > a {
border-color: #751e21 !important;
}
ul.sf-menu > li > a {
background: none !important;
}

.product-category .buttons .right {
display: none;
}
label b {
    font-weight: normal;
    font-size: 12px;
}
.boxes {
	margin-right: 200px;
    margin-bottom: 10px;
    padding: 10px 17px !important;
    background: #fff; 
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
    background-color: #2A3F54;
    color: #FFF;
}
	.boxes .boxesborder{
		border: 2px solid #fff;
		padding: 10px;
		border-radius: 10px;
	}
	.boxes .boxesborder h2, .boxes .boxesborder p{
		color: #fff;
	}
.boxes .boxesborder .btn-dark {
    background-color: #fff;
    color: #222;
}
.boxes .boxesborder .btn-dark:hover {
    background-color: #fff;
    color: #222;
}
.inputwithoutborder input{
		border: 0;
		background-color: #2A3F54;
		color: #fff;
	padding: 0;
	width: auto;
	font-weight: 600;
	font-size: 12px;
	vertical-align: inherit; 
	}
.anyquestionform input[type=text], .anyquestionform input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.anyquestionform .buttons1 {
    background-color: #751E21;
    color: white;
    padding: 10px 20px;
    margin: 20px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
.anyquestionform .buttons12 {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
	
}
.anyquestionform .buttons1:hover, .anyquestionform .buttons2:hover {
    opacity: 0.8;
}
.anyquestionform .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}
.anyquestionform .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.anyquestionform img.avatar {
    width: 40%;
    border-radius: 50%;
}

.anyquestionform .container {
    padding: 16px;
}

.anyquestionform span.psw {
    float: right;
    padding-top: 16px;
}
.anyquestionform .modal {
    display: none;
    position: fixed; 
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
   
    padding-top: 60px;
}
.anyquestionform .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; 
    border: 1px solid #888;
    width: 50%; 
}
.anyquestionform .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
	border: none;
    border-radius: 100px;

}

.anyquestionform .close:hover,
.anyquestionform .close:focus {
    color: red;
    cursor: pointer;
}
.anyquestionform .animate {
    -webkit-animation: animatezoom 100s;
    animation: animatezoom 100s
}
 #success_message{ display: none;}
@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}
@media screen and (max-width: 1200px) {
	.anyquestionform .modal-content {
    width: 70%; 
}
}
@media screen and (max-width: 300px) {
   .anyquestionform span.psw {
       display: block;
       float: none;
    }
   .anyquestionform .cancelbtn {
       width: 100%;
    }
}
		.close{
			color: #fff;
		}
		.close:hover{
			color:orangered;
		}
		.container {
            position: relative;
        }
        .content {
            padding: 40px 15px;
        }
        .popup {
            display: none;
        }
        .jumbotron {
            margin-top: 20px;
        }
       .modal-header{
        background-color:#751E21;
       }
		.modal-header h4{
			color: #fff;
		}
       .modal-footer{
        background-color:#751E21;
       }
       .modal-body{
        padding: 20px;
       }
       .modal-body label{
         font-size: 16px;
        color:#000;
       }
       .pad{
        padding-top: 10px;
       }
       .btn-l{
          width: 40%;
          border: 1px solid #B29658;
          border-radius: 0px;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
          background-color: #B29658;
          color: #fff;
          font-size: 16px;
          transition: all 0.5s ease-in-out 0s;
          margin-right: 30px;
       }
       .btn-l:hover{
          color:#337ab7;
          background-color: #fff;
          text-shadow: none;
       }

.contact-info h6{
	padding-left: 20px;
	color:#000000;font-size:14px;
}
.contact-info i{
	font-size:20px;
	color:#751E21;
}
.homelayer2{
	margin: 0px 0px 50px 0px;
}
.homelayer2 .boxs{
	padding: 5px;
	height:300px;
	width: 28%;
	border: 1px solid #EDEDED;
	margin: 2.5%;
	border-radius: 0px;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
/*
.homelayer2 .boxs:hover {
    box-shadow: 5px 10px 18px #888888;
} */
.homelayer2 .boxs h4{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color:#444444;
	padding: 20px;
}
.homelayer2 .boxs h3{
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color:#444444;
	margin-top: 25px;
	line-height: 35px;
}
.homelayer3{
	background:#EDEDED;
	margin: 0px 0px 0px 0px;
}
.homelayer3 .layer3text{
	padding:50px;
	color:#444444;
}
.homelayer3 .layer3text h2, .homelayer4 h2, .homelayer5 h2{
	font-size: 40px;
	font-weight: 400;
	line-height: 45px;
	color:#444444;
}

.homelayer3 .layer3text ul {
	padding-left: 50px;
    list-style: none;
    margin-left: 0;
    text-indent: -1.2em;
	color : #444444;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
}
.homelayer3 .layer3text ul li{
	margin-bottom: 20px;
}
.homelayer3 .layer3text li:before {
    content: "+";
    display: block;
    float: left;
    width: 1.2em;
    color: #751E21;
	font-size: 30px;
	font-weight: 700;
	margin: 0 5px 0 -20px;
}
.btn-homelayer{
	font-size: 22px;
    line-height: 40px;
    height: 42px;
    display: inline-block;
    padding: 0 38px;
    color: #fff;
    background: #751e21;
    border-radius: 5px;
   -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    font-weight: normal;
}
.btn-homelayer:hover{
	 background: #222222;
	color: #ffffff;
}
.homelayer4{
	margin: 0px 0px 0px 0px;
}

.homelayer4 {
    background-image: url(../../../../../image/data/bglayer2.png);
    height: auto;
    padding-top: 20px;
	padding-bottom:50px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #EDEDED;
}
.homelayer4 .l4box{
	height: 280px;
	margin: 5px 50px;
	padding: 30px;
	width: 40%;
	text-align: center;
}
.homelayer4 .l4box h3{
	color: #444444;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	padding: 50px 50px 10px;
}
.homelayer4 .l4box p{
	color: #222222;
	font-size: 16px;
	padding: 50px;
}
.homelayer4 h2{
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 60px;
}
.homelayer5 {
    background:linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255,255, 255, 0.9) 100%), url(../../../../../image/data/imentorchess.png);
    height: 600px;
    padding-top: 20px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-blend-mode: screen;
}
.homelayer5 h2{
	text-align: center;
	padding-left: 21%;
	padding-right: 21%;
	padding-top: 60px;
}
.homelayer5 .carousel{
	margin:50px 400px;
}
.homelayer5 .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
	color:#000000;
}
.homelayer5 .carousel-control.right {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
	color:#000000;
}
.homelayer5 .carousel-indicators {
    bottom: -50px;
}
.homelayer5 .carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid #000;
}
.homelayer5 .carousel-indicators .active{
	background-color: rgba(0, 0, 0, 10);
}
.homelayer5 .carousel-inner {
   	background: #2D3E50;
	border-radius: 5px;
}
.homelayer5 .carousel-inner p{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding-top: 25px;
}
.homelayer5 .carousel-inner .item{
	padding: 50px 50px 100px;
	margin-bottom: 20px;
}
.homelayer5 .carousel-control.right {
    right: -150px;
}
.homelayer5 .carousel-control.left {
    left: -150px;
}
.homelayer5 .btncenter{
	text-align: center;
}
.btn-homelayer5{
	font-size: 22px;
    line-height: 40px;
    height: 42px;
    display: inline-block;
    padding: 0 38px;
    color: #fff;
    background: #2D3E50;
    border-radius: 5px;
   -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    font-weight: normal;
}
.btn-homelayer5:hover{
	 background: #222222;
	color: #ffffff;
}
.homelayer4 .l4box h3 {
    padding: 50px 50px 5px 50px;
	margin-bottom: 0px;
}
.homelayer4 .l4box p {
    padding: 50px;
	padding-top: 5px;
}

.homelayerdomain{
		background: #FBF7ED;
		margin: 0px 0px 0px 0px;
		padding: 80px 50px 100px;
		text-align: center;
	}
	.homelayerdomain h2{
		color: #906509;
		margin-top:50px;
		font-size: 40px;
	}
	.homelayerdomain img{
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
		margin-top: 30px;
	}
	.btn-homedomain{
		background: #906509;
		font-size: 22px;
		line-height: 40px;
		height: 42px;
		display: inline-block;
		padding: 0 38px;
		color: #fff;
		margin-top:50px;
	}
	.btn-homedomain:hover{
		color: #FFFFFF;
		background: #222222;
	}


.boximg{
		height: 60%;
	}
	
	.numberImg{
		padding: 20px;
		background: #FFFFFF;
		border-radius: 50%;
		position: absolute;
		top: -40px;
		left: -30px;
		transition: all 0.5s ease-in-out 0s;
		box-shadow: 5px 10px 18px #222222;
	}
	.numberImg img{
		height: 50px;
	}
	.homelayer2 .boxs:hover .numberImg{
		box-shadow: 5px 10px 18px #FFFFFF;
		border: 1px solid #EDEDED;
	}
	.homelayer2 .boxs:hover{
		border: 1px dashed #c9c9c9;
	}
	

@media screen and (max-width: 1530px) {
	.homelayer3 .lay2img{
		margin-top: 10px;
	}
}
@media screen and (max-width: 1420px) {
	.homelayer3 .lay2img{
		margin-top: 20px;
	}
	.homelayer5 .carousel{
		margin:50px 200px;
	}
	.homelayer3 .layer3text ul li {
		margin-bottom: 20px;
	}
	
}
@media screen and (max-width: 1200px) {
	.homelayerdomain h2 {
		font-size: 30px;
	}
	.homelayer3 .lay2img{
		margin-top: 70px;
	}
	.homelayer4 .l4box{
		margin: 5px 30px;
		padding: 20px;
	}
	.homelayer3 .layer3text h2, .homelayer4 h2, .homelayer5 h2 {
		font-size: 30px;
	}
	.homelayer3 .layer3text ul li {
		margin-bottom: 20px;
	}
	
}
@media screen and (max-width: 1000px) {
	.homelayer2 .boxs {
		margin: 6px;
	}
}
@media screen and (max-width: 900px) {
	.homelayer2 .boxs{
		width: 31.3%;
		margin: 6px;
		height: 280px;
	}
	.numberImg {
		padding: 10px;
		top: -20px;
		left: -10px;
	}
	.numberImg img {
		height: 40px;
	}
	.homelayer3 .layer3text li:before {
		margin: 0 5px 0 -10px;
	}
	.homelayer2 .boxs h4{
		font-size: 18px;
		padding: 10px;
	}
	.homelayer2 .boxs h3{
		font-size: 20px;
		line-height: 25px;
	}
	.homelayer3 .lay2img{
		margin-top: 100px;
	}
	.homelayer3 .layer3text h2, .homelayer4 h2{
		font-size: 25px;
		line-height: 30px;
	}

	.homelayer3 .layer3text ul {
		padding-left: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.homelayer4 .l4box p {
		padding: 10px;
		padding-top: 5px;
	}
	.homelayer3 .layer3text ul li{
		margin-bottom: 10px;
	}
	.homelayer3 .layer3text li:before {
		font-size: 20px;
	}
	.homelayer4 .l4box{
		margin: 5px 30px;
		padding: 20px;
	}
	.homelayer4 .l4box h3{
		font-size: 18px;
	}
	.homelayer4 .l4box p{
		font-size: 14px;
	}
	.homelayer5 .carousel{
		margin:10px 20px 50px 50px;
	}
	.homelayer5 .carousel-control.right {
    right: 10px;
	}
	.homelayer5 .carousel-control.left {
		left: 10px;
	}
	.homelayer5 h2 {
		font-size: 25px;
		padding-top: 50px;
		line-height: 30px;
	}
	.homelayer5 {
		height: 500px;
	}
	.homelayer5 .carousel-inner p{
		text-align: center;
	}
	.homelayer4 h2{
		padding-top: 50px;
	}
	.homelayer4 .l4box h3 {
		margin-bottom: 0px;
		padding: 10px 10px 5px 10px;
	}
}
@media screen and (max-width: 760px) {
	.homelayer2 .boxs{
		width: 99%;
		margin: 20px 0px;
		height: 320px;
	}
	.homelayer2 .boxs h4{
		font-size: 16px;
	}
	.homelayer4 .l4box{
		    width: 99%;
			margin: 0px;
			padding: 10px;
			height: 300px;
	}
	.homelayer4 .l4box h3{
		padding: 0px;
	}
	.homelayer4 .l4box p{
		padding: 20px;
	}
	.homelayer4 h2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.homelayer5 .carousel-inner .item{
		padding: 10px 0px 100px;
	}
	.homelayer5 .carousel-indicators li {
		width: 10px;
		
	}
	.homelayer5 .btncenter{
		margin-left: 20px;
	}
	.homelayer5 h2 {
		text-align: center;
		padding-left: 5%;
		padding-right: 5%;
	}
	.homelayer4 h2 {
		padding-left: 5%;
		padding-right: 5%;
	}
	
}
@media screen and (max-width: 660px) {
.homelayer4 .l4box {
    height: 200px;
}
	.homelayer5 h2 {
		text-align: center;
		padding-left:10px;
		padding-right: 10px;
	}
	.homelayer4 h2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.homelayer3 .lay2img {
		margin-top: 50px;
	}
	.homelayer3 {
		margin: 0px 0px 0px 0px;
		padding-bottom: 15px;
	}
	.homelayerdomain{
		background: #FBF7ED;
		margin: 0px 0px 0px 0px;
		padding: 20px 10px 50px;
		text-align: center;
	}
}

/*

CSS for check paswword

*/
a.disabled {
	pointer-events: none;
	cursor: not-allowed;
}
a.disabled:hover{
	cursor: not-allowed;
}
.pass_errors{
	color: #FF0000;
	font-size: 16px;
}
pre{
	background-color: transparent;
	border: 0px;
}

#myPassword + .glyphicon,  #myConfirmPassword + .glyphicon{
	cursor: pointer;
	pointer-events: all;
}
.glyphicon {
	right: 30px;
	color: #666;
}
.typed-cursor{
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.typed-fade-out{
    opacity: 0;
    animation: 0;
    transition: opacity .25s;
}
/*

CSS for domain name registration

*/
.domainNameRegi{
	background-image: url("../../../../../image/data/domain.jpg");
  	width: 100%;
	padding-right: 0px !important;
    padding-left: 0px !important;
	background-repeat: no-repeat;
  background-size: 100% 100%;
}
.domainNameRegi .layer {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
}
.domainNameRegi h2, .domainNameRegi p{
	text-align: center;
	color: #fff;
}
.domainNameRegi h2{
	font-size:40px;
	font-weight: 700;
	margin-top:80px;
}
.domainNameRegi .domainFinder{
	margin-top: 50px;
}
.domainNameRegi .input-group-addon {
    font-size: 16px;
    color: #fff;
    background-color: #751E21;
    border: 1px solid #751E21;
}
.btn-primary-outline-orange {
    background-color: rgb(118,30,33);
    font-size: 18px !important;
    font-weight: 400;
    border-radius:4px;
    border-color: rgb(118,30,33);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-width: 1px;
	color: #fff;
	padding: 4px 12px;
	height: 40px;
	width: 150px;
}
.btn-primary-outline-orange:hover, .btn-primary-outline-orange:active, .btn-primary-outline-orange:focus{
	background-color: #8c5052;
	color: #fff;
	border-color: #8c5052;
}
.domainNameRegi input[type="text"]{
	 border-color: rgb(118,30,33);
	height: 40px;
}
.domainNameRegi{
	margin-bottom: 100px;
}

.domback{
	margin-bottom: 0px;
}
.WhatyouGet{
	padding: 100px 20px;
	background: #f8f5f5;
}

.WhatyouGet h2{
	font-size:30px;
	font-weight: 700;
	margin-top:50px;
	color: #222;
}
.WhatyouGet h4{
	font-size:20px;
}
.WhatyouGet img, .WhatyouGet h4{
	display: inline-block;
}

.frequentlyAskQue h2{
	font-size:30px;
	font-weight: 700;
	margin-top:150px;
	color: #222;
}
.freAskQueBox{
	margin: 30px 0px;
	width: 80%;
	padding: 20px;
	box-shadow: 5px 5px 10px #cfcccc;
}
.freAskQueBox a{
	font-size: 20px;
	font-weight: 600;
}
.frequentlyAskQue .btn-info {
    color: #222;
    background-color: transparent;
    border-color: transparent;
}
.frequentlyAskQue .collapse{
	padding: 10px;
}


.messagebox{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.domainmessage .messagebox{
	width: 85%;
	height: auto;
	border: 1px solid #751E21;
	text-align: center;
	box-shadow: 5px 10px 18px #999999;
}
.domainmessage .messagebox h4{
	font-size: 25px;
	color: #222;
	padding: 20px;
}
.domainmessage .messagebox h4 b{
	color: #751E21;
}
.domainmessage .messagebox a{
	margin:10px;
}
.domainmessage .assistance{
	margin-top:20px;
	border-top:1px solid #751E21;
	text-align: left;
	padding: 10px;
	background: #ffe8e9;
	font-weight: 700;
}

.chekoutOtherOption{
	margin-top:100px;
}
.chekoutOtherOption h2{
	color: #222;
	font-size: 25px;
}
.btn-d{
	height: 30px;
	font-size: 14px !important;
	padding: 3px 12px !important;
}
.select-css{
	width: 100px !important;
	height: 40px !important;
	border: 1px solid #751E21 !important;
	background: #B39759 !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}
@media screen and (max-width: 860px) {
	.freAskQueBox {
   		width: 98%;
	}
	.domainmessage .messagebox {
   		width: 99%;
	}
}
@media screen and (max-width: 600px) {
	.domainNameRegi h2 {
		line-height: 30px;
		font-size: 30px;
		margin-top: 50px;
	}
	.input-group-addon, .input-group-btn, .input-group .form-control {
		display: inline-table !important;
	}
	.freAskQueBox {
   		width: 100%;
	}
	.domainmessage .messagebox {
    	width: 100%;
	}
	.domainmessage .messagebox h4 {
		line-height: 28px;
	}
}


.titleOfRegiForm{
		margin-top:20px;
	}
	.titleOfRegiForm h2{
		font-size: 300%;
		color: #1d89e0;
		line-height: 45px;
		margin-bottom: 10px;
	}
	.titleOfRegiForm h4{
		font-size: 180%;
		color: #222;
	}
	.eventDetailonRegiForms{
		padding: 10px;
		position: relative;
	}
	.eventDetailonRegiForm{
		background: #ed8d3e;
		color: #fff;
		text-align: center;
		
	}
	.eventDetailonRegiForm h5{
		font-size: 20px;
		font-weight: 600;
		padding-top: 5px;
		color: #fff;
	}
	.eventDetailonRegiForm h6{
		font-size: 18px;
		padding-bottom: 5px;
		color: #fff;
	}
.diamond {
  	height: 90px;
  	width: 90px;
	border: 2px solid #ed8d3e;
  	background-color: #fff;
  	transform: rotate(45deg);
	position: absolute;
	top:10px;
	right: 60px;
}
	.diamond p{
		transform: rotate(-45deg);
		font-size: 28px;
		font-weight: 700;
		text-align: center;
		line-height: normal;
	}
			.imgevents{
						margin-top:20%;
					}
				
				@media only screen and (max-width: 990px) {
					 .titleOfRegiForm h2{
						font-size: 300%;
						line-height: 35px;
					 	text-align: left;
					}
					.titleOfRegiForm h4{
						font-size: 150%;
						text-align: left;
					}
					.imgevents{
						margin-top: 40%;
					}
					.diamond {
						right:20px;
					}
				}
				@media only screen and (max-width: 700px) {
				 .titleOfRegiForm h2{
						font-size: 170%;
						line-height: 30px;
					 	text-align: left;
					 margin-bottom: 5px;
					}
					.titleOfRegiForm h4{
						font-size: 100%;
						text-align: left;
					}
					.imgevents{
						margin-top: 50%;
					}
					.eventDetailonRegiForm h6{
						font-size: 16px;
					}
				}


.bantxt{
	position: absolute;
	left: 10%;
	top:35%;
	padding: 20px;
	max-width: 500px;
}
.bantxts{		
	background:#751E21;
	padding: 3px 0px;
	margin: 0px 30px 0px 15px;
	padding-top: 30px;
}
.bantxt h2{
	font-size: 40px;
	font-weight: 900;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	padding: 10px 20px;
}
.ribbon{
  font-size:20px;
  position:relative;
  display:inline-block;
  text-align:center;
	min-width: 200px;
}
.text{
display:inline-block;
padding:0.5em 1em;
line-height:1.2em;
background: #751E21;
position:relative;
color: #fff;
box-shadow: 2px 20px 20px #444;
z-index: 1;
	font-size: 20px !important;
}
.ribbon:after,.ribbon:before,
.text:before,.text:after{
  content:'';
  position:absolute;
  border-style:solid;
}
.text:before{
  bottom:100%; left:0;
  border-width: .5em .7em 0 0;
  border-color: transparent #FC9544 transparent transparent;
}
.text:after{
  top:100%; right:0;
  border-width: .5em 2em 0 0;
  border-color: #FC9544 transparent transparent transparent;
}
.ribbon:after, .bold:before {
    top: 0.5em;
    right: -2em;
    border-width: 1.1em 1em 1.1em 3em;
    border-color: #751E21 transparent #751E21 #751E21;
    z-index: 0;
}
#burst-12 {
background: #751E21;
width: 100px;
height: 100px;
text-align: center;
box-shadow: 5px 10px 18px #222222;
position: absolute;
right:1%;
top:-50px;
}
    #burst-12:before,
    #burst-12:after {
      content: "20%";
      position: absolute;
      top: 0;
      left: 0;
      height: 100px;
      width: 100px;
      background: #751E21;
		color: #FFFFFF;
		font-size: 40px;
		padding-top: 40px;
    }
    #burst-12:before {
      transform: rotate(30deg);
    }
    #burst-12:after {
      transform: rotate(60deg);
    }
	.bantxt h3{
		color: #FFFFFF;
	}
	.btn-event{
		margin-top: 40px;
		border: 1px solid #751E21 !important;
		color: #FFFFFF !important;
		transition: all 0.5s ease-in-out 0s;
		background: #751E21 !important;
		padding: 10px 30px !important;
	}
@media screen and (max-width: 1202px) {
	.bantxt {
		top:20%;
	}
	.bantxt{
		padding: 20px;
		max-width: 400px;
	}
	.bantxt h2 {
    	font-size: 30px;
	}
	#burst-12 {
		width: 70px;
		height: 70px;
		top:-20px;
	}
	#burst-12:before,
    #burst-12:after {
     	height: 70px;
      	width: 70px;
		font-size: 30px;
		padding-top: 20px;
	}
	.bantxts {
		padding-top: 5px;
	}
	.btn-event{
		margin-top: 30px;
	}
	.btn-event{
		height:40px;
		font-size: 18px;
		padding: 8px 20px;
	}
}
@media screen and (max-width: 502px) {
	.bantxt {
    	left: 0%;
	}
	.ribbon:after, .bold:before {
		right: 0;
		border-width: 0;
	}
	#burst-12 {
    	right: 10%;
	}
	.bantxt{
		padding: 10px;
		max-width: 350px;
	}
	.bantxt h2 {
    	font-size: 20px;
	}
	#burst-12 {
		width: 50px;
		height: 50px;
		top:-20px;
	}
	#burst-12:before,
    #burst-12:after {
     	height: 50px;
      	width: 50px;
		font-size: 20px;
		padding-top: 10px;
	}
	.bantxts {
		padding-top: 10px;
	}
	.text{
		font-size: 14px !important;
	}
	.btn-event{
		border: 1px solid #751E21 !important;
		color: #FFFFFF !important;
		transition: all 0.5s ease-in-out 0s;
		background: #751E21 !important;
		height:33px;
		font-size: 16px;
		padding: 5px 20px;
	}
}
.eagleServePromoItems{
	background:#779B39;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 50px 0px !important;
}
.eagleServePromoItemsManagedHosting{
	background:#004C3F;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding: 50px 0px !important;
}
.eagleServePromoItems h4{
	color: #FFFFFF !important;
}