
/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
input::-moz-focus-inner{border:0;outline:none;}
button::-moz-focus-inner{border:0;outline:none;}
select::-moz-focus-inner{border:0;outline:none;}
option::-moz-focus-inner{border:0;outline:none;}
a::-moz-focus-inner{border:0;outline:none;}
button,a{border:0;outline:none;}
button:focus,
select:focus,
option:focus,
button:active,
select:active,
option:active,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner {
    outline: none;
    border: none;
}
html body{
	margin:0;
	overflow-x:hidden;
	padding-top:0;
	background:#fff;
	color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 160%;
    position:relative;
}
*::-moz-selection {
	color: #fff;
	background:#DE2525;
}
*::-webkit-selection {
	color: #fff;
	background:#DE2525;
}
*::-webkit-input-placeholder { 
	color: #333333;
	opacity:1;
}
*:-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*::-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*:-ms-input-placeholder { 
	color: #333333;
	opacity:1;
}
a,div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body a {
	outline: none;
	color:#E03F3F;
}
body a:focus,
body a:hover {
  color: #333;
  opacity: 1;
}
body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}
body .clearfix{
	height:auto;
}
*{
	outline:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after, 
ul:after, 
.clearfix:after, 
li:after,
container:after {
	clear:both;
	display:block;
	content:"";
}
ul, li, ul li, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
div input, div select, div textarea, div button{
	font-family: 'Lato', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: 'Open Sans', sans-serif;
	line-height:120%;
	color:#000;
	text-transform: none;
	font-weight: bold;
	margin:0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
	display:block;
}
body p {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 160%;
  margin:0 0 10px;
  padding: 0;
  text-align: justify;
}
body p:empty{
	margin:0;
	line-height:0;
}
body p:last-child{
	margin-bottom:0;
}
p strong {
	font-weight: bold;
}
.color-white p{
	color:#fff;
}
.a-left p{
	text-align:left;
}
.a-right p{
	text-align:right;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
.a-center p{
	text-align:center;
}
label em ,
label .required{
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	font-weight:normal;
	vertical-align: top;
}
.hidden{
	display:none!important;
}
iframe{
	display:block;
	width:100%;
}
.gm-style img {
	max-height: inherit;
	max-width: none;
}
*{
	 -webkit-tap-highlight-color: rgba(0,0,0,0);
	 -webkit-tap-highlight-color: transparent; 
	 -moz-tap-highlight-color: rgba(0,0,0,0);
	 -moz-tap-highlight-color: transparent; 
	 -ms-tap-highlight-color: rgba(0,0,0,0);
	 -ms-tap-highlight-color: transparent; 
	 -o-tap-highlight-color: rgba(0,0,0,0);
	 -o-tap-highlight-color: transparent; 
}
.page-width.page-container:after,
.container:after{
	content:"";
	display:block;
	clear:both;
}
body .page-width.page-container,
body .container{
	width:100%;
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
body .container .container{
	padding-left:0;
	padding-right:0;
}
.page-container section .container {
  padding: 0;
}
/*scroll Hide*/
html.menu-open,
html.video-popup-open,
html.no-scroll{
	overflow: hidden;
}
html.menu-open body ,
html.video-popup-open body ,
html.no-scroll body {
	overflow: hidden;
	height:100%;
}
html.video-popup-open{
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
body .section-gapping{
	padding-bottom:70px;
	padding-top:70px;
	position:relative;
	margin-bottom:0;
}
body .section-gapping.gapping-bottom-none{
	padding-bottom:0;
}
body .section-gapping.gapping-top-none{
	padding-top:0;
}
/*Gapping close*/
/*wpadminbar*/
html[lang] { 
	margin-top: 0 !important;
	overflow-x:hidden;
} 
body #wpadminbar { 
	display: none; 
}
/*wpadminbar*/

.topbar {
  background: #000000;
  padding: 11px 0;
  text-align: center;
}
.topbar p, .topbar p b, .topbar p a{
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: normal;
  line-height: 140%;
  text-align: center;
  vertical-align: top;
}
.topbar p > b {
  color: #eb4141;
  font-size: 24px;
  font-weight: bold;
  margin-top: -6px;
}
.topbar p a:hover{
  color: #eb4141;
}

.middletier {
  padding: 30px 0;
}
.middletier .header-firstpart {
  float: left;
  width: auto;
}
.middletier .rightside {
  float: right;
  width: auto;
}
.middletier .rightside:after{
  clear: both;
  content:"";
  display: block;
}
.middletier .rightside > div {
  border-right: 1px solid #A3A3A3;
  float: left;
  padding: 0 15px;
  min-height: 80px;
}
.middletier .rightside > div:first-child {
  border-left: 1px solid #a3a3a3;
}
.middletier .rightside > div:last-child {
  border: medium none;
  padding-right: 0;
}
.header-secondpart .trustpilot-widget {
  height: 80px;
  width: 194px;
}
.shop-timing {
  margin-top: 12px;
}
.shop-timing > li {
  color: #333;
  font-family: open sans;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.7px;
  line-height: 100%;
  margin-bottom: 15px;
  position: relative;
}
.shop-timing > li:last-child {
  margin-bottom: 0;
}
.shop-timing > li a {
  color: #ec4242;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  margin-left: 15px;
  vertical-align: top;
  letter-spacing: 0;
}
.shop-timing > li a:hover{
  color:#333;
}
.shop-timing > li > span{
  background:url("phone.png") no-repeat;
  width:31px;
  height:28px;
  display: inline-block;
  vertical-align:top;
}

.login-signup > li {
  float: left;
  padding:7px 15px 0;
  width: auto;
  border-right: 1px solid #A3A3A3;
  min-height:80px;
  position:relative;
}
.login-signup > li:first-child {
  padding-left: 0;
}
.login-signup > li:last-child {
  padding-right: 0;
  border-right:none;
}
.login-signup > li a {
  color: #333;
  display: block;
  font-family: open sans;
  font-size: 17px;
  font-weight: 600;
  line-height: 100%;
}
.login-signup > li a:hover{
  color: #ec4242;
}
.login-signup > li.cart-icon > span.cart,
.login-signup > li a > span {
  background: #ec4242;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 38px;
  line-height: 38px;
  margin: 0 auto 10px auto;
  position: relative;
  text-align: center;
  width: 38px;
}
.login-signup > li a > span.login-icon:before {
  content: "";
  font-family: fontawesome;
  font-weight: normal;
}
.login-signup > li a > span.signup-icon:before {
  content: "";
  font-family: fontawesome;
  font-weight: normal;
}
.login-signup > li.cart-icon span.cart:before{
  content: "";
  font-family: fontawesome;
  font-weight: normal;
}
.login-signup > li.cart-icon a:hover span.cart:before{
  color:#ec4242;
}
.cart-icon a > img {
  display: none;
}


.navigation {
  background: #E4403F;
}
.navigation nav.nav-collapse {
  margin: 0;
}
.navigation nav.nav-collapse ul.main {
  margin: 0;
}
.navigation nav.nav-collapse ul.main li a {
      color: #fff;
    display: block;
    font-family: open sans;
    font-size: 15px;
    line-height: 120%;
    min-height: 55px;
    padding: 17px 14px;
    text-transform: none;
    z-index: 0;
    position: relative;
}
.navigation nav.nav-collapse ul.main li a.active {
  background: #000;
}
.navigation nav.nav-collapse ul.main li a:before {
  background: #000;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: -1;
  opacity: 0;
}
.navigation nav.nav-collapse ul.main li a:hover:before {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.login-signup > li.cart-icon span.cart {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.31);
  color: #333;
}
.login-signup > li a > span.cart-item-count {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  margin: 0;
}


form.drawer__search {
  position: relative;
}
.navigation nav.nav-collapse ul.main li.search-form {
  float: right;
  width: auto;
}
form.drawer__search > input.drawer__search-input[type="search"]{
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46) !important;
  border-top:none !important;
  border-left:none !important;
  border-right:none !important;
  color: #ffffff;
  display: block;
  font-family: open sans;
  font-size: 15px;
  height: 45px;
  margin-top: 2px;
  min-width: 210px;
  padding: 0 10px !important;
  margin-bottom:0 !important;
}
form.drawer__search > input.drawer__search-input.invalid[type="search"] {
  border-bottom: 1px solid #000 !important;
}
.drawer__search > button.search-submit {
  background: transparent;
  color: #fff;
  font-size: 20px;
  opacity: 0.88;
  position: absolute;
  right: 0;
  top: 5px;
}
.drawer__search > button.search-submit:hover {
  color: #333;
}
.drawer__search .search-submit span:before {
  content: "";
  font-family: fontawesome;
}

.search-form input::-webkit-input-placeholder {
  opacity:0.55;
  color:#fff;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
  opacity:0.55;
  color:#fff ;
}
.search-form input::-moz-placeholder {  /* Firefox 19+ */
  opacity:0.55;
  color:#fff; 
}
.search-form input:-ms-input-placeholder {  
  opacity:0.55;
  color:#fff;
}


.slider-caption {
  left: 0;
  margin: auto;
  max-width: 1200px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.home-page-slider > div .sca-banner-full-static {
  font-family: "Open Sans",sans-serif !important;
  padding: 0 !important;
  top: 13% !important;
}
.home-page-slider > div img {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.jssorb21 {
  display: none !important;
}
.sca-banner-full-static p {
  padding: 0 !important;
}
.slider-caption .caption-1 {
  background: #e4403f;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 25px;
  padding: 10px;
  vertical-align: top;
}
#tab-container.home-page-slider > div .slider-caption .caption-1 > p {
  font-family: open sans;
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
}
#tab-container.home-page-slider > div .slider-caption .banner-main-title > h2 {
  color: #000;
  font-family: open sans;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}
.home-page-slider > div .slider-caption .banner-main-title > h2 b {
  color: #e43f3f;
  margin: 0 10px;
}

span.jssora21l,
span.jssora21r {
  background:url("ne-sprite.png") no-repeat !important;
  background-position:0 -106px !important;
  display: block !important;
  height: 86px !important;
  width: 50px !important;
}
span.jssora21r {
  background-position: -87px -106px !important;
}
span.jssora21l:hover,
span.jssora21r:hover{
  opacity:0.8
}
#tab-container > div {
  float: none !important;
}

.all-category{
  background: rgba(255,255,255,0.65);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(218,218,218,0.65) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.65)), color-stop(100%, rgba(218,218,218,0.65)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(218,218,218,0.65) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(218,218,218,0.65) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(218,218,218,0.65) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.65) 0%, rgba(218,218,218,0.65) 100%);
}

.shopify-section ul.banner_tab {
  border-bottom: medium none;
  float: none;
  margin:0 -10px
}
.shopify-section ul.banner_tab li {
  background: transparent;
  border: medium none;
  display: block;
  float: left;
  padding: 0 10px;
  width: 12.5%;
}
ul.banner_tab li.tab a {
  background: transparent !important;
  display: block;
  padding: 0;
  width: 100%;
  border: 1px solid #ccc;
  height: 130px;
  position:relative;
}
ul.banner_tab li.tab a:hover{
  border-color: #e4403f;
}
ul.banner_tab li.tab a:hover span.text{
  color: #e4403f;
}
.shopify-section ul.banner_tab li .is-category-img {
  background: transparent;
  display: block;
  height: 100%;
  padding: 10px;
  position: relative;
  width: 100%;
}
.shopify-section ul.banner_tab li .is-category-img img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
ul.banner_tab li.tab a span.text {
  color: #333;
  display: block;
  font-family: open sans;
  font-size: 11px;
  font-weight: normal;
  line-height: 120%;
  margin-top: 15px;
  text-align: center;
  word-break: break-all;
}

.main-title-white h2,
.main-title h2 {
  color: #000000;
  display: block;
  font-family: open sans;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  margin-top:-8px;
  margin-bottom: 40px !important;
  padding-bottom: 57px;
  position: relative;
  text-align: center;
  text-transform:uppercase;
}
.main-title h2 b{
  color:#E13F3F;
  font-weight: 600;
}
.main-title-white h2:before,
.main-title h2:before {
  background:url("ne-sprite.png") no-repeat 0 0;
  bottom: 0;
  content: "";
  height: 36px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 538px;
}
.main-title-white h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 20px !important;
  padding-bottom: 45px;
  text-align: left;
}
.main-title-white h2:before {
  background-position: 0 -50px;
  height: 31px;
  left: 0;
  right: auto;
}
.wrap-four:after {
  clear: both;
  content: "";
  display: block;
}
.prolist-item {
  float: left;
  padding: 0 15px;
  width: 25%;
}
.prolist-item .pro_box {
  border: 1px solid #d6d6d6;
  float: none;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.prolist-item .pro_box:hover {
  border-color: #e13636;
}
.prolist-item .pro_box .pro_box_in {
  display: block;
  height: 290px;
  margin: auto;
  padding: 0;
  position: relative;
}
.prolist-item .pro_box .pro_box_in > a {
  display: block;
  height: 100%;
  padding: 30px;
  width: 100%;
}
.prolist-item .pro_box .pro_box_in > a img {
  display: block;
  height: auto;
  width: auto !important;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0px);
	-moz-transform: translate3d(0px, -50%, 0px);
	-ms-transform: translate3d(0px, -50%, 0px);
	-o-transform: translate3d(0px, -50%, 0px);
	transform: translate3d(0px, -50%, 0px);	
  transition: all 0.5s ease 0s;
}
.pro_box .product-name {
  color: #222;
  font-family: open sans;
  font-size: 17px;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 15px;
  min-height: 71px;
  padding: 0 20px;
  text-align: center;
}
.product-price {
  background: #de2525;
  color: #fff;
  min-height: 54px;
  position: relative;
  text-align: center;
}
.product-price > span {
  display: block;
  float: left;
  font-family: open sans;
  font-style: normal;
  line-height: 100%;
  opacity: 1;
  width: auto;
  min-height: 54px;
}
.product-price > span.product-item__price--reg {
  background: #e13636;
  font-family: open sans;
  font-size: 18px;
  padding: 18px 5px;
  width: 40%;
  position:relative;
}
.product-price > span.product-item__price--reg:before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 20px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}
.product-price > span.product-item__price--reg:empty::before {
  display: none;
}
.product-price > span.product-item__price--sale {
  padding: 17px 5px;
  width: 60%;
}
.product-price > span.product-item__price--sale > span {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 0;
  text-transform: capitalize;
  vertical-align: top;
}

.pro_box .viewnow-btn {
  background: transparent;
  margin: auto;
  padding: 20px 0 18px;
  width: auto;
}
.pro_box .viewnow-btn a {
  color: #333;
  display: inline-block;
  font-family: open sans;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  vertical-align: top;
}
.pro_box .viewnow-btn a:hover{
 color:#DE2525;
}
  
.owl-carousel .owl-item {
  padding: 1px;
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
  background:url("ne-sprite.png") no-repeat;
  background-position:-159px -109px;
  bottom: 0;
  height: 84px;
  left: -53px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 0;
  width: 48px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block !important;
}
.owl-controls .owl-next{
  background-position:-236px -109px;
  left:auto;
  right:-53px;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
   opacity:0.6;
}

.buynow-section.section-gapping{
  background:url("buynown-bg.jpg") no-repeat center center;
  background-size:cover;
}
.buynow-section.section-gapping:before {
  background:url("wood.png") no-repeat center bottom;
  background-size:cover;
  bottom: 0;
  content: "";
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  background-position: center bottom;
}
.buynow-section .left-image {
  float: left;
  margin-left: -70px;
  margin-top: 57px;
  width: 53%;
}
.buynow-section .right-section {
  float: right;
  width: 50%;
}
.content-listing > li {
  color: #fff;
  font-family: open sans;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 13px;
  padding-left: 25px;
  position: relative;
}
.content-listing > li:before {
  background:url("ne-sprite.png") no-repeat -297px -109px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 16px;
}
.is-btn {
  margin-top: 40px;
}
.is-btn > a {
  background: #de2525;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: open sans;
  font-size: 16px;
  line-height: 100%;
  padding: 15px 35px;
  vertical-align: top;
}
.is-btn > a:active,
.is-btn > a:hover {
   background: #fff;
  border: 1px solid #000;
  color: #000;
}

.our-brands-section{
  background: rgba(255,255,255,0.45);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.45)), color-stop(100%, rgba(218,218,218,0.45)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
}
.feautured_heding .feautured_pro {
  margin: auto;
  width: 100%;
}
.our-brands .our_brands {
  padding: 0;
  width: 100%;
}
div.pro_box3 {
  background: #fff;
  border: 1px solid #d6d6d6;
  display: block;
  height: 90px;
  padding: 10px;
  /*position: relative;*/
  width: 100%;
}
div.pro_box3 > img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 85%;
  max-width: 85%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
}
.our-brands .owl-controls .owl-prev,
.our-brands .owl-controls .owl-next {
  background-position: -114px -78px;
  background-size: 381px auto;
  height: 60px;
  left: -38px;
  width: 32px;
}
.our-brands .owl-controls .owl-next {
  background-position: -168px -78px;
  left: auto;
  right: -38px;
}

div.review_in {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  width: 100%;
}
div.review_in:last-child {
  border-bottom: medium none;
}
.review_box > a {
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
}
.review_box img.hover {
  display: none;
}
.review_in .review_box {
  background: transparent;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  float: left;
  height: 100%;
  margin: 0;
  padding: 35px;
  width: 33.3333%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.review_in .review_box:hover {
  background: #e13636;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.review_in .review_box.review_box2 {
  border-right: none;
}

.review_in .review_box:nth-last-child(3),
.review_in .review_box:nth-last-child(2),
.review_in .review_box:nth-last-child(1) {
  border-bottom: 0 none;
}

.review_box p.review_text3,
.review_box h3.review_text,
.review_in p.review_like,
.review_box .review_icon {
  margin: auto;
}
.review_box .review_icon span.left {
  display: block;
  float: left;
  height: 78px;
  margin: 0 20px 0 0;
  width: 78px;
}
.review_box .review_icon span.right {
  display: block;
  float: none;
  margin: 5px 0 0;
  overflow: hidden;
  width: auto;
}
.review_box .review_icon span.right p {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}
.review_box .review_icon span.right p span {
  color: #333;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  margin-top: 2px;
}
.review_icon span.right ul.five_star li {
  color: #e13f3f;
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
}
.review_box .review_icon span.right ul.five_star li {
  margin: 0 2px 0 0;
}
.review_box h3.review_text {
  color: #222;
  font-family: "Open Sans",sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 15px;
  margin-top: 25px;
  text-transform: capitalize;
  min-height: 53px;
}
.review_box p.review_text3 {
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  line-height: 160%;
  min-height:50px;
  text-align: left;
}
.review_like {
  background: transparent;
}
.review_like > a {
  display: inline-block;
  margin: auto;
  text-align: left;
}
.review_like > a img {
  display: inline-block;
}
.review_in .review_box:hover * {
  color: #fff  !important;
}
.review_like > a > span {
  background: #e1e1e1;
  border: 1px solid #d7d7d7;
  color: #333;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  vertical-align: top;
}
.review_like > a > span > span {
  margin-left: 6px;
}
.review_in .review_box:hover .review_like a > span {
  background: rgba(162, 23, 23, 0.5);
  border: 1px solid rgba(214, 214, 214, 0.5);
}
.review_in .review_box:hover img.simple{
  display: none;
}
.review_in .review_box:hover img.hover{
  display: block;
}
input.invalid {
  border: 1px solid #ff0000 !important;
}


.shopify-section.footer-section {
  background: #333333;
  padding-top: 70px;
}
.footer-section .footer_panel {
  background: transparent none repeat scroll 0 0;
  padding: 0;
  width: 100%;
}
section.footer_spotlight {
  padding: 0 0 50px;
  width: 100%;
}
section.footer_panel {
  margin: 0 -15px;
}
.sp01 {
  padding: 0 15px;
}
.footer-section .footer_spotlight h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  color: #d6d6d6;
  font-family: open sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 20px;
  padding-bottom:20px;
  position:relative;
}
.footer-section .footer_spotlight h3:before {
  background: #e13f3f none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: auto;
  width: 54px;
}
.footer_spotlight ul.footer_spotlight {
  margin: 0;
  padding: 0;
}
.footer_spotlight ul.footer_spotlight li a,
.footer_spotlight ul.footer_spotlight li {
  color: #d6d6d6;
  font-family: open sans;
  font-size: 16px;
  line-height: 100%;
  margin-bottom:12px;
  text-transform: none;
  display: block;
}
.footer_spotlight ul.footer_spotlight li a{
  margin:0;
  display:inline-block;
}
footer#footer li.active > a,
.footer_spotlight ul.footer_spotlight li.active > a,
.footer_spotlight ul.footer_spotlight li a:hover{
  color:#e13f3f;
}
.sp01 p.our_store_text span.right {
  display: block;
  float: none;
  margin: 0;
  padding-left: 25px;
  position: relative;
}
.sp01 p.our_store_text {
  color: #d6d6d6;
  font-family: open sans;
  font-size: 16px;
  line-height: 160%;
  margin: 0 0 5px;
  position: relative;
}
.sp01 ul.footer_spotlight2 {
  margin: 10px 0 0;
  padding: 0;
}
.sp01 p.our_store_text:nth-child(2):before {
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
  font-size: 20px;
  color: #E13F3F;
}
.sp01 p.our_store_text a {
  color: #d6d6d6;
}
.sp01 p.our_store_text a:hover{
  color: #e13f3f;
}
.sp01 p.our_store_text a[href^="tel"]:before{
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
  font-size: 20px;
  color: #E13F3F;
}	
.sp01 p.newsletter_text {
  color: #d6d6d6;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 130%;
  margin: auto;
  text-align: left;
  width: 100%;
}
.sp01 form input.inputfiled {
  background: #333;
  border: 1px solid rgba(214, 214, 214, 0.26);
  color: #d6d6d6;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 46px;
  margin: 15px 0 0;
  padding: 0 12px;
  width: 100%;
}

.sp01 form input::-webkit-input-placeholder {
  opacity: 1;
  color: #d6d6d6
}
.sp01 form input:-moz-placeholder { /* Firefox 18- */
   opacity: 1;
   color: #d6d6d6
}
.sp01 form input::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1;  
   color: #d6d6d6
}
.sp01 form input:-ms-input-placeholder {  
   opacity: 1;  
   color: #d6d6d6
}

.sp01 form .sub_btn {
  background: #e13f3f;
  border:1px solid transparent;
  color: #fff;
  cursor: pointer;
  font-family: open sans;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  margin: 15px 0 0;
  padding: 0;
  width: 144px;
}
.sp01 form .sub_btn:hover{
  background: #333;
  border: 1px solid rgba(214, 214, 214, 0.26);
}

section.footer_panel_gray {
  background: #ffffff;
  border-top: medium none;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.footer_panel_gray p.copyright_text,
.footer_panel_gray p.copyright_text a {
  color: #333333;
  font-family: open sans;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.footer_panel_gray p.copyright_text a:hover{
  color:#e13f3f;
}

/***************sticky*****************/
html.responsive-sticky {
  padding-top: 185px;
}
html.responsive-sticky #fsb_container {
  display: none !important;
}
header.sticky.site-header {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  left: 0;
  position: fixed;
  right: 0;
  top: 0 !important;
  z-index: 999;
  width:100%;
}
header.sticky .topbar {
  display: none;
}
header.sticky .middletier {
  padding: 10px 0 5px;
}
header.sticky .main-logo > a {
  display: inline-block;
  width: 180px;
}
header.sticky .header-secondpart .trustpilot-widget {
  width: 118px;
  height: 80px;
}
header.sticky .middletier .rightside {
  display: none;
}
header.sticky .middletier .header-firstpart {
  float: none;
  text-align: center;
}
header.sticky .navigation nav.nav-collapse ul.main li.search-form {
  display: none;
}
header.sticky .navigation nav.nav-collapse ul.main {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: auto;
}
header.sticky .navigation nav.nav-collapse {
  margin: 0;
  text-align: center;
}
.nav-close {
  display: none;
}
/***************sticky end*****************/
.banner-section {
  background-position: center center;
  background-size: cover;
  min-height: 370px;
  position: relative;
}
.banner-caption {
  left: 15px;
  margin: auto;
  max-width: 1200px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-caption .banner-left {
  left: 0;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-caption .banner-right {
  float: right;
  margin-top: 20px;
}
.banner-left > h2 {
  color: #df3f3f;
  font-size: 45px;
}

div.drawer-page-content:after {
  display: none;
}
div.drawer-page-content {
  float: none;
  width: 100%;
}

/***************product detail*****************/
.breadcrumb {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding: 15px 0;
}
.breadcrumb .page-width {
  max-width: 100%;
  padding: 0;
}
.breadcrumb a,
.breadcrumb span {
  color: #333;
  display: block;
  float: left;
  font-family: "Open Sans",sans-serif;
  font-size: 17px;
  line-height: 120%;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  text-transform: uppercase;
}
.breadcrumb a:after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: -2px;
  top: 0px;
}
.breadcrumb span {
  color: #e4403f;
  font-weight: 600;
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb a:hover{
  color:#E4403F;
}


.rte--description.colledescription {
  font-size: 16px;
  max-width: 100%;
  padding: 70px 0;
  line-height:200%;
}
.colledescription p,
.description-collection p {
  text-align: center;
  line-height: 200%;
}
div.red-bg {
  background: #e13f3f;
  display: block;
  position: relative;
  z-index: 0;
}
div.red-bg:before {
  background: #e13f3f;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
}
div.red-bg p{
  color: #fff;
  font-family: open sans;
  font-size: 25px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
}
.description-collection p.strong-para {
  color: #000;
  font-size: 22px;
  line-height:140%;
}

div.grey-bg:before {
  background: rgba(255,255,255,0.45);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.45)), color-stop(100%, rgba(218,218,218,0.45)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
}
div.grey-bg {
  display: block;
  position: relative;
  z-index: 0;
}
.grey-bg p{
  color:#000;
}
div.grey-bg .compare-link {
  background: #000;
  border-radius: 5px;
  display: inline-block;
  margin: 35px auto -55px;
  padding:10px 30px;
  vertical-align: top;
}
.compare-link > strong,
.compare-link > a {
  display: inline-block;
  vertical-align: top;
}
.compare-link > strong {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 120%;
  margin-right: 3px;
  margin-top: 2px;
}

.grid.collection-grid {
  margin: 0 -15px;
  padding: 15px 0 70px;
}
.grid.collection-grid > .grid__item.product-item {
  padding: 0 15px !important;
  width: 25%;
}
.product-item .pro-box {
  background: #fff;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-item.grid__item .product-item__image--margins {
  margin: auto;
  max-width: 100%;
  padding-top: 30px;
}
.pro-box .pro-image {
  display: block;
  height: 230px;
  position:relative;
  overflow:hidden;
  padding:5px;
}
.pro-box .pro-image > img{
  display: block;
  height: auto;
  width:auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0px);
	-moz-transform: translate3d(0px, -50%, 0px);
	-ms-transform: translate3d(0px, -50%, 0px);
	-o-transform: translate3d(0px, -50%, 0px);
	transform: translate3d(0px, -50%, 0px);	
  transition: all 0.5s ease 0s;
}
a.product-item__link:hover .product-item__image {
  opacity: 1;
}
.product-item__meta .product-item__meta__inner {
  display: block;
  left: auto;
  margin-top: 20px;
  padding: 0;
  position: relative;
  right: auto;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.product-item__meta .product-item__meta__inner > p {
  color: #212121;
  font-family: open sans;
  font-size: 17px;
  font-weight: normal;
  margin: 0 15px;
  text-align: center;
  text-transform: none;
  line-height:140%;
}
.product-item__meta__inner > p.product-item__title {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  min-height: 85px;
}
p#collproductdescription {
  color: #202020;
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
}
p#collproductdescription span {
  color: #de2525;
  font-weight: bold;
}
p#collproductdescription span:hover{
  color: #202020;
}
.pro-box a.btn {
  background: transparent none repeat scroll 0 0;
  color: #333;
  font-family: open sans;
  font-size: 18px;
  font-weight: normal;
  line-height: 120%;
  padding: 15px 10px;
}
.pro-box a.btn:hover{
  color:#DE2525;
}

span.product-item__badge {
  background: #000000;
  color: #fff;
  font-family: open sans;
  font-size: 14px;
  font-weight: 700;
  height: 90px;
  padding: 63px 0 0;
  right: -45px;
  top: -45px;
  transition: all 0.5s ease 0s;
  width: 90px;
}
.product-item .pro-box:hover {
  border-color:#E13636;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-item .pro-box:hover span.product-item__badge{
  background:#E13636;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/***************product detail end*****************/

/***************contact us*****************/
body .btn, 
body .rte .btn {
	background-color: #e13f3f;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 48px;
	padding: 0 30px;
	vertical-align: top;
}
body .btn:focus,
body .rte .btn:focus,
body .btn:active,
body .rte .btn:active,
body .btn:hover,
body .rte .btn:hover{
  background-color: #000;
}
div.page-container {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.form-vertical input:last-child, 
.form-vertical select:last-child, 
.form-vertical textarea:last-child{
	margin-bottom:0;
}
.address > p {
  color: #000;
  text-align: center;
}
.contact-content {
  margin-top: 40px;
}
.contact-content:after {
  clear: both;
  content: "";
  display: block;
}
.contact-content .form-vertical {
  float: left;
  width: 46%;
  position:relative;
}
.contact-content .contact-address {
  float: right;
  width: 46%;
  position:relative;
}
.contact-content h3 {
  font-family: open sans;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 28px;
  padding-bottom: 28px;
  position: relative;
}
.contact-content h3:after {
  background: rgba(214,214,214,0.62);
  background: -moz-linear-gradient(left, rgba(214,214,214,0.62) 0%, rgba(255,255,255,0.62) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,214,214,0.62)), color-stop(100%, rgba(255,255,255,0.62)));
  background: -webkit-linear-gradient(left, rgba(214,214,214,0.62) 0%, rgba(255,255,255,0.62) 100%);
  background: -o-linear-gradient(left, rgba(214,214,214,0.62) 0%, rgba(255,255,255,0.62) 100%);
  background: -ms-linear-gradient(left, rgba(214,214,214,0.62) 0%, rgba(255,255,255,0.62) 100%);
  background: linear-gradient(to right, rgba(214,214,214,0.62) 0%, rgba(255,255,255,0.62) 100%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}

.contact-form .grid {
  margin: auto;
}
.contact-form .grid__item {
  padding: 0;
}

form label {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 7px;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
}
.customer__account-form form label > span,
form label > span{
  color: #ff0000;
}
.customer__account-form form label{
  color: #333;
  font-weight:500
}

.customer__account-form textarea,
.customer__account-form select,
.customer__account-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="search"]),
.contact-form form textarea,
.contact-form form select,
.contact-form form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="search"]) {
  background:#FDFDFD;
  border:1px solid #e7e7e7;
  height:50px;
  padding:0 12px;
  font-size:15px;
  line-height:normal;
  font-family: 'Open Sans', sans-serif;
  color:#000;
  margin-bottom:15px;
}
.customer__account-form textarea,
.contact-form form textarea{
  resize:none;
  line-height:120%;
  padding-top:10px;
  height:100px;
  min-height: 100px;
}
.customer__account-form textarea,
.customer__account-form select,
.customer__account-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="search"]){
  background:#fff;
}


.contact_us_details > div {
  margin-bottom: 35px;
  padding-left: 60px;
  position: relative;
}
.contact_us_details > div:last-child{
  margin-bottom:0px;
}
.contact_us_details > div:after {
  background: #e4403f;
  color: #fff;
  content: "";
  font-size: 20px;
  height: 38px;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 38px;
  font-family: fontawesome;
}
.contact_us_details > div.address:after {
  content: "";
}
.contact_us_details > div.phone:after {
  content:"\f095";
}
.contact_us_details > div.email-address:after {
  content: "\f0e0";
}
.contact_us_details > div.facebook-text:after {
  content:"\f09a";
}

.contact_us_details h4 {
  color: #eb1f26;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
  text-align: left;
}
.contact_us_details a,
.contact_us_details p {
  color: #333;
  text-align: left;
}
.contact_us_details a:hover{
  color:#eb1f26;
}
.contact_us_details p > b {
  display: block;
}
.phone > a,
.phone > p {
  display: inline-block;
  vertical-align: top;
}
.facebook-text a {
  color: #e43f3f;
  display: block;
  font-weight: bold;
  text-decoration: underline !important;
}
.facebook-text a:hover{
  color: #333;
}

.faq-section {
  background: #f4f4f4;
}
.faq-content .faq-block {
  margin-bottom: 30px;
}
.faq-content .faq-block:last-child{
  margin-bottom:0px;
}
.faq-block h5 {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  color: #333;
  font-size: 22px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  padding: 11px 12px 12px 70px;
  position: relative;
  cursor: pointer;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  transition:all 0.5s;
}
.faq-block .txt-content {
  background: #fdfdfd;
  border-color: #e7e7e7;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 20px;
}
.faq-block .txt-content p{
  font-size: 18px;
  line-height:180%;
}
.faq-block .plus {
  background: #a5a5a5;
  color: #fff;
  font-family: fontawesome;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
    -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  transition:all 0.5s;
}
.faq-block .plus:before {
  content: "";
}
.faq-block .plus.minus:before {
  content: "";
}
.faq-block h5:hover,
.faq-block.active h5:hover {
  background: #e13f3f;
  color: #fff;
}
.faq-block h5:hover span,
.faq-block.active h5:hover span {
  background: #000;
}

.contact-content .form-vertical:after {
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right:-55px;
  top: 0;
  width: 6px;
  background:url("contact-shadow.png") no-repeat 0 0;
}

/***************contact us end*****************/


/**************login page********************************/
div.customer__account-form {
  margin: 0 auto;
  max-width: 610px;
  width:100%;
  text-align: left !important;
}
.forgot-password:after{
  clear: both;
  content:"";
  display: block;
}
.forgot-password > p {
  float: left;
}
.forgot-password > p:nth-child(2) {
  float: right;
}
a#RecoverPassword {
  color: #333;
}
a#RecoverPassword:hover{
  color: #E43F3F;
}
#create_customer  input.btn,
#CustomerLoginForm input.btn {
  display: block;
  margin: 20px auto 0;
  width: 140px;
}
#create_customer  input.btn{
  width:210px;
}
form#create_customer p:last-child {
  margin-top: 20px;
  text-align: center;
}
/**************login page end********************************/
div[data-zbwid="59dd3256"] .ztb-tab-container #ztb-fbc-show-widget {
  background:url("messages.png") no-repeat 0 0 !important;
  border-radius: 10px 0 0 10px !important;
  height: 174px !important;
  padding: 0;
  width: 42px !important;
  background-position: center center;
}
div[data-zbwid="59dd3256"] .ztb-tab-container {
  bottom: 0;
  height: 174px;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 42px;
}
#fsb_background > a:hover #fsb_bar p,
#fsb_background a:hover {
  color: #e03f3f !important;
}
#fsb_background div#fsb_bar {
  padding: 0 !important;
}
#fsb_background a#fsb_close {
  top: 34% !important;
}

/*Cart page*/
.your-shopping-cart .page-container {
	padding-bottom: 70px;
	padding-top: 70px;
}
.listing-part [class*="productdesctab"] {
	border: 0 none;
	float: left;
	width: 50%;
}
.listing-part [class*="productdesctab"].productdesctabsfirst{
	padding:0 20px 0 0;
}
.listing-part [class*="productdesctab"].productdesctabslast{
	padding:0 0 0 20px;
}
.listing-part li {
	margin-bottom: 27px;
	padding-left: 34px;
	position: relative;
}
.listing-part li:last-child{
	margin-bottom:0;
}
.listing-part li:before{
	background:url("sprite-image.png") no-repeat 0 0;
	height:22px;
	width:22px;
	position:absolute;
	left:0;
	top:0;
	content:"";
	display:block;
}
.listing-part li h3 {
	color: #e4403f;
	font-family: "Open Sans",sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 110%;
	margin: 0 0 6px;
}
.listing-part li p {
	line-height: 155%;
}



/*** please note section *****/

.note-section  b {
	color: #e4403f;
	font-family: "Open Sans",sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 110%;
}

.note-section  p {
	line-height: 155%;
}

.note-section {
  padding:0 15px 15px 15px;
}




/*Cart page close*/



/****font used**
 
	font-family: 'Open Sans', sans-serif;

	font-family: 'Roboto', sans-serif;

******/



section.footer_panel_gray {
  background: #ffffff;
  border-top: medium none;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.footer_panel_gray p.copyright_text,
.footer_panel_gray p.copyright_text a {
  color: #333333;
  font-family: open sans;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.footer_panel_gray p.copyright_text a:hover{
  color:#e13f3f;
}

/***************sticky*****************/
html.responsive-sticky {
  padding-top: 185px;
}
html.responsive-sticky #fsb_container {
  display: none !important;
}
header.sticky.site-header {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  left: 0;
  position: fixed;
  right: 0;
  top: 0 !important;
  z-index: 999;
  width:100%;
}
header.sticky .topbar {
  display: none;
}
header.sticky .middletier {
  padding: 10px 0 5px;
}
header.sticky .main-logo > a {
  display: inline-block;
  width: 180px;
}
header.sticky .header-secondpart .trustpilot-widget {
  width: 118px;
  height: 80px;
}
header.sticky .middletier .rightside {
  display: none;
}
header.sticky .middletier .header-firstpart {
  float: none;
  text-align: center;
}
header.sticky .navigation nav.nav-collapse ul.main li.search-form {
  display: none;
}
header.sticky .navigation nav.nav-collapse ul.main {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: auto;
}
header.sticky .navigation nav.nav-collapse {
  margin: 0;
  text-align: center;
}
.nav-close {
  display: none;
}
/***************sticky end*****************/
.banner-section {
  background-position: center center;
  background-size: cover;
  min-height:1px;
  position: relative;
}
.banner-caption {
  left: 15px;
  margin: auto;
  max-width: 1200px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-caption .banner-left {
  left: 0;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width:50%;
}
.banner-caption .banner-right {
  float: right;
  margin-top: 20px;
}
.banner-left > h2 {
  color: #df3f3f;
  font-size:36px;
}

div.drawer-page-content:after {
  display: none;
}
div.drawer-page-content {
  float: none;
  width: 100%;
}

/***************product detail*****************/
.breadcrumb {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding: 15px 0;
}
.breadcrumb .page-width {
  max-width: 100%;
  padding: 0;
}
.breadcrumb a,
.breadcrumb span {
  color: #333;
  display: block;
  float: left;
  font-family: "Open Sans",sans-serif;
  font-size: 17px;
  line-height: 120%;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  text-transform: uppercase;
}
.breadcrumb a:after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: -2px;
  top: 0px;
}
.breadcrumb span {
  color: #e4403f;
  font-weight: 600;
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb a:hover{
  color:#E4403F;
}


.rte--description.colledescription {
  font-size: 16px;
  max-width: 100%;
  padding: 70px 0;
  line-height:200%;
}

.description-collection > div {
  padding: 30px 0;
}
.description-collection > div:first-child{
  padding-top:0
}

.description-collection p {
  text-align: center;
  line-height: 200%;
}
div.red-bg {
  background: #e13f3f;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 25px 0;
  position: relative;
  z-index: 0;
}
div.red-bg:before {
  background: #e13f3f;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
}
div.red-bg p{
  color: #fff;
  font-family: open sans;
  font-size: 25px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
}
.colledescription p.strong-para,
.description-collection p.strong-para {
  color: #000;
  font-size: 22px;
  line-height:140%;
}

div.grey-bg:before {
  background: rgba(255,255,255,0.45);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.45)), color-stop(100%, rgba(218,218,218,0.45)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0.45) 0%, rgba(218,218,218,0.45) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
}
div.grey-bg {
  display: block;
  position: relative;
  z-index: 0;
}
.grey-bg p{
  color:#000;
}
div.grey-bg .compare-link {
  background: #000;
  border-radius: 5px;
  display: inline-block;
  margin:25px auto -30px;
  padding:10px 30px;
  vertical-align: top;
}
.collection-grid .grid__item.text-center > p {
  text-align: center;
}
.compare-link > strong,
.compare-link > a {
  display: inline-block;
  vertical-align: top;
}
.compare-link strong {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 120%;
  margin-right: 5px;
  margin-top: 2px;
}

.grid.collection-grid {
  margin: 0 -15px;
  padding: 15px 0 70px;
}
.grid.collection-grid > .grid__item.product-item {
  padding: 0 15px !important;
  width: 25%;
  margin-bottom:20px;
}
.product-item .pro-box {
  background: #fff;
  border: 1px solid #d6d6d6;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-item.grid__item .product-item__image--margins {
  margin: auto;
  max-width: 100%;
  padding-top: 30px;
}
.pro-box .pro-image {
  display: block;
  height: 230px;
  position:relative;
  overflow:hidden;
  padding:5px;
}
.pro-box .pro-image > img{
  display: block;
  height: auto;
  width:auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0px);
	-moz-transform: translate3d(0px, -50%, 0px);
	-ms-transform: translate3d(0px, -50%, 0px);
	-o-transform: translate3d(0px, -50%, 0px);
	transform: translate3d(0px, -50%, 0px);	
  transition: all 0.5s ease 0s;
}
a.product-item__link:hover .product-item__image {
  opacity: 1;
}
.product-item__meta .product-item__meta__inner {
  display: block;
  left: auto;
  margin-top: 20px;
  padding: 0;
  position: relative;
  right: auto;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.product-item__meta .product-item__meta__inner > p {
  color: #212121;
  font-family: open sans;
  font-size: 17px;
  font-weight: normal;
  margin: 0 15px;
  text-align: center;
  text-transform: none;
  line-height:140%;
}
.product-item__meta__inner > p.product-item__title {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  min-height: 85px;
}
p#collproductdescription {
  color: #202020;
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
}
p#collproductdescription span {
  color: #de2525;
  font-weight: bold;
}
p#collproductdescription span:hover{
  color: #202020;
}
.pro-box a.btn {
  background: transparent none repeat scroll 0 0;
  color: #333;
  font-family: open sans;
  font-size: 18px;
  font-weight: normal;
  line-height: 120%;
  padding: 15px 10px;
}
.pro-box a.btn:hover{
  color:#DE2525;
}

span.product-item__badge {
  background: #000000;
  color: #fff;
  font-family: open sans;
  font-size: 14px;
  font-weight: 700;
  height: 90px;
  padding: 63px 0 0;
  right: -45px;
  top: -45px;
  transition: all 0.5s ease 0s;
  width: 90px;
}
.product-item .pro-box:hover {
  border-color:#E13636;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-item .pro-box:hover span.product-item__badge{
  background:#E13636;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
/***************product detail end*****************/

/***************contact us*****************/
body .btn, 
body .rte .btn {
	background-color: #e13f3f;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 48px;
	padding: 0 30px;
	vertical-align: top;
}
body .btn:focus,
body .rte .btn:focus,
body .btn:active,
body .rte .btn:active,
body .btn:hover,
body .rte .btn:hover{
  background-color: #000;
}
.form-vertical input:last-child, 
.form-vertical select:last-child, 
.form-vertical textarea:last-child{
	margin-bottom:0;
}
.address > p {
  color: #000;
  text-align: center;
}
.contact-content {
  margin-top: 40px;
}
.contact-content:after {
  clear: both;
  content: "";
  display: block;
}
.contact-content .form-vertical {
  float: left;
  width: 46%;
  position:relative;
}
.contact-content .contact-address {
  float: right;
  width: 46%;
  position:relative;
}
.contact-content h3 {
  font-family: open sans;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 28px;
  padding-bottom: 28px;
  position: relative;
}
.contact-content h3:after {
  background: rgba(214,214,214,0.62);
  background: -moz-linear-gradient(left, rgba(214,214,214,0.62) 0%, rgba(255,255,255,0.62) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,214,214,0.62)), color-stop(100%, rgba(255,255,255,0.62)));
  background: -webkit-linear-gradient(left, rgba(214,214,214,0.62) 0%, rgba(255,255,255,0.62) 100%);
  background: -o-linear-gradient(left, rgba(214,214,214,0.62) 0%, rgba(255,255,255,0.62) 100%);
  background: -ms-linear-gradient(left, rgba(214,214,214,0.62) 0%, rgba(255,255,255,0.62) 100%);
  background: linear-gradient(to right, rgba(214,214,214,0.62) 0%, rgba(255,255,255,0.62) 100%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}

.contact-form .grid {
  margin: auto;
}
.contact-form .grid__item {
  padding: 0;
}

form label {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 7px;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
}
.customer__account-form form label > span,
form label > span{
  color: #ff0000;
}
.customer__account-form form label{
  color: #333;
  font-weight:500
}

.customer__account-form textarea,
.customer__account-form select,
.customer__account-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="search"]),
.contact-form form textarea,
.contact-form form select,
.contact-form form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="search"]) {
  background:#FDFDFD;
  border:1px solid #e7e7e7;
  height:50px;
  padding:0 12px;
  font-size:15px;
  line-height:normal;
  font-family: 'Open Sans', sans-serif;
  color:#000;
  margin-bottom:15px;
}
.customer__account-form textarea,
.contact-form form textarea{
  resize:none;
  line-height:120%;
  padding-top:10px;
  height:100px;
}
.customer__account-form textarea,
.customer__account-form select,
.customer__account-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="search"]){
  background:#fff;
}


.contact_us_details > div {
  margin-bottom: 35px;
  padding-left: 60px;
  position: relative;
}
.contact_us_details > div:last-child{
  margin-bottom:0px;
}
.contact_us_details > div:after {
  background: #e4403f;
  color: #fff;
  content: "";
  font-size: 20px;
  height: 38px;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 38px;
  font-family: fontawesome;
}
.contact_us_details > div.address:after {
  content: "";
}
.contact_us_details > div.phone:after {
  content:"\f095";
}
.contact_us_details > div.email-address:after {
  content: "\f0e0";
}
.contact_us_details > div.facebook-text:after {
  content:"\f09a";
}

.contact_us_details h4 {
  color: #eb1f26;
  font-family: "Open Sans",sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
  text-align: left;
}
.contact_us_details a,
.contact_us_details p {
  color: #333;
  text-align: left;
}
.contact_us_details a:hover{
  color:#eb1f26;
}
.contact_us_details p > b {
  display: block;
}
.phone > a,
.phone > p {
  display: inline-block;
  vertical-align: top;
}
.facebook-text a {
  color: #e43f3f;
  display: block;
  font-weight: bold;
  text-decoration: underline !important;
}
.facebook-text a:hover{
  color: #333;
}

.faq-section {
  background: #f4f4f4;
}
.faq-content .faq-block {
  margin-bottom: 30px;
}
.faq-content .faq-block:last-child{
  margin-bottom:0px;
}
.faq-block h5 {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  color: #333;
  font-size: 22px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  padding: 12px 12px 12px 70px;
  position: relative;
  cursor: pointer;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  transition:all 0.5s;
}
.faq-block .txt-content {
  background: #fdfdfd;
  border-color: #e7e7e7;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 20px;
}
.faq-block .txt-content p{
  font-size: 18px;
  line-height:180%;
}
.faq-block .plus {
  background: #a5a5a5;
  color: #fff;
  font-family: fontawesome;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
    -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  transition:all 0.5s;
}
.faq-block .plus:before {
  content: "";
}
.faq-block .plus.minus:before {
  content: "";
}
.faq-block h5:hover,
.faq-block.active h5{
  background: #e13f3f;
  color: #fff;
}
.faq-block h5:hover span,
.faq-block.active h5 span {
  background: #000;
}

/***************contact us end*****************/


/**************login page********************************/
div.customer__account-form {
  margin: 0 auto;
  max-width: 610px;
  width:100%;
  text-align: left !important;
}
.forgot-password:after{
  clear: both;
  content:"";
  display: block;
}
.forgot-password > p {
  float: left;
}
.forgot-password > p:nth-child(2) {
  float: right;
}
a#RecoverPassword {
  color: #333;
}
a#RecoverPassword:hover{
  color: #E43F3F;
}
#create_customer  input.btn,
#CustomerLoginForm input.btn {
  display: block;
  margin: 20px auto 0;
  width: 140px;
}
#create_customer  input.btn{
  width:210px;
}
#customers-login .section-gapping.page-container {
  padding-bottom: 0;
  padding-top: 0;
}
#RecoverPasswordForm form {
  text-align: center;
}
#RecoverPasswordForm form > label {
  text-align: left;
  display: block;
}
#RecoverPasswordForm form > p {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
#RecoverPasswordForm form button.btn--link {
  background-color:#000000;
  border: 0 none;
  border-radius: 0;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 48px;
  padding: 0 30px;
  vertical-align: top;
  color: #fff;
  text-transform: uppercase;
}
#RecoverPasswordForm form button.btn--link:hover{
  background-color:#e13f3f;
}

/**************login page end********************************/
div[data-zbwid="59dd3256"] .ztb-tab-container #ztb-fbc-show-widget {
  background:url("messages.png") no-repeat 0 0 !important;
  border-radius: 10px 0 0 10px !important;
  height: 174px !important;
  padding: 0;
  width: 42px !important;
  background-position: center center;
}
div[data-zbwid="59dd3256"] .ztb-tab-container {
  bottom: 0;
  height: 174px;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 42px;
}
#fsb_background > a:hover #fsb_bar p,
#fsb_background a:hover {
  color: #e03f3f !important;
}
#fsb_background div#fsb_bar {
  padding: 0 !important;
}
#fsb_background a#fsb_close {
  top: 34% !important;
}

/*Cart page*/
.fancybox-inner .container {
  max-width:800px;
}
.info-updates > img {
  max-width: 100px;
}
.your-shopping-cart .page-container {
	padding-bottom: 70px;
	padding-top: 70px;
}
.listing-part [class*="productdesctab"] {
	border: 0 none;
	float: left;
	width: 50%;
}
.listing-part [class*="productdesctab"].productdesctabsfirst{
	padding:0 20px 0 0;
}
.listing-part [class*="productdesctab"].productdesctabslast{
	padding:0 0 0 20px;
}
.listing-part li {
  margin-bottom: 15px;
  padding-left: 34px;
  position: relative;
}
.listing-part li:last-child{
	margin-bottom:0;
}
.listing-part li:before{
	background:url("sprite-image.png") no-repeat 0 0;
	height:22px;
	width:22px;
	position:absolute;
	left:0;
	top:0;
	content:"";
	display:block;
}
.listing-part li h3 {
	color: #e4403f;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 110%;
	margin: 0 0 6px;
}
.listing-part li p {
  font-size: 14px;
  line-height: 155%;
}

.checkout-steps {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 0;
  width: 100%;
}
.checkout-steps > li {
  float: left;
  padding: 0 10px;
  position: relative;
  width: 33.33%;
}
.checkout-steps > li a {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  color: #df3f3f;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 30px;
  font-weight: normal;
  height: 75px;
  line-height: 75px;
  position: relative;
  text-align: center;
  -webkit-transition:none;
  -moz-transition:none;
  transition:none;
}

.checkout-steps > li a:after,
.checkout-steps > li a:before {
  background:url("cko-arrow.png") no-repeat 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.checkout-steps > li a:after {
  background-position: 0 0;
  left: 100%;
}
.checkout-steps > li:hover a,
.checkout-steps > li.active a {
  background: #e4403f;
  color: #fff;
}
.checkout-steps > li:hover a:before,
.checkout-steps > li.active a:before {
  background-position: 0 -80px;
}
.checkout-steps > li:hover a:after,
.checkout-steps > li.active a:after {
  background-position: -32px -80px;
}

div#shopify-section-cart-template form {
  border: medium none;
  padding: 0;
}

tr.cart__row td:first-child {
  border-right: medium none;
  padding-right: 0 !important;
  vertical-align: top;
  width: auto;
}
tr.cart__row td:nth-child(2) {
  max-width: 100%;
}
.cart__table-cell--image.small--text-center > a {
  border: 1px solid #ccc;
  display: block;
  height: 120px;
  padding: 6px;
  width: 120px;
  text-align: center;
}
.cart__table-cell--image.small--text-center > a img {
  padding: 0;
}
.cart__table-cell--meta p.h3 a,
.cart__table-cell--meta p.h3 {
  color: #333;
  font-family: open sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 5px;
  text-align: left;
  text-transform: none;
}
.cart__table-cell--meta p.h3 a:hover{
  color:#E4403F;
}
button.update-link,
a.cart__remove {
  border: medium none;
  color: #666;
  display: block;
  font-size: 15px;
  line-height: 100%;
  min-height: 1px;
  opacity: 1;
  padding: 0;
  vertical-align: top;
  width: auto;
  width: 100%;
}

button.update-link:before,
a.cart__remove:before {
  color: #e4403f;
  content: "";
  font-family: fontawesome;
  margin-right: 7px;
}
button.update-link{
  content:"\f021";
}
button.update-link:hover,
a.cart__remove:hover{
   color: #e4403f;
   opacity:1;
}

#shopify-section-cart-template table input,
#shopify-section-cart-template textarea,
#shopify-section-cart-template table select {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 35px;
  padding: 0 10px;
  width: 78px;
  color:#333;
  font-size:16px;
  font-family: open sans;
}
#shopify-section-cart-template table select {
  background-image: url("cart-dp.png");
  background-position: 100.2% center;
  background-repeat: no-repeat;
  padding-right: 42px;
  width: 220px;
}
.variant-note {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
#shopify-section-cart-template textarea{
  height:320px;
  width:100%;
  resize:none;
  padding:10px;
}
#shopify-section-cart-template table td {
  padding:15px;
  text-align: center !important;
}
footer.cart__footer {
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: -1px;
}
footer.cart__footer .label--block {
  color: #000;
  font-weight: 600;
}
footer.cart__footer .grid,
footer.cart__footer .grid__item {
  margin: auto;
  padding: 0;
}
.cart__footer .grid__item.medium-up--one-half {
  width: 66.4%;
}
.cart__footer .grid__item.medium-up--text-right {
  float: right;
  margin-right: -15px;
  margin-top: -15px;
  width: 33.6%;
}
footer.cart__footer .checkboxes {
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 15px;
}
footer.cart__footer .checkboxes label {
  color: #000;
  margin-top: 4px;
  font-weight:600;
}
footer.cart__footer .checkboxes label b{
  color:#E43F3F;
  font-size: 18px;
}
.cart__footer .subtotal {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
/*
  margin-bottom: 20px;
*/
  padding: 15px;
}
.cart__footer .subtotal p {
  margin: 0 0 5px;
  text-align: right;
}
.subtotal > p span {
  font-family: open sans;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.cart__footer .subtotal p b {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.cart__footer button.btn {
  width: 100%;
}
.cart__footer button.btn:before {
  content: "";
  font-family: fontawesome;
  font-size: 21px;
  margin-right: 10px;
}
.checkout-btn {
  margin-top: 15px;
  margin-bottom: 10px;
}
#trust-badge-content-div > table {
  float: none !important;
  width: 70% !important;
}
#trust-badge-content-div img {
  width: 45px !important;
}
.grid__item.medium-up--text-right > p > a {
  display: inline-block;
  vertical-align: top;
}


.checkboxes .check {
	display: inline-block;
	line-height: 30px;
	margin-bottom: 9px;
	min-height: 30px;
	padding-left: 40px;
	position: relative;
	vertical-align: top;
	width: 86%;
}
.checkboxes .check:last-child{
	margin-bottom:0;
}
.checkboxes .check input[type="checkbox"]:not(old) {
  display: inline-block;
  height: 30px;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 30px;
  z-index: 6;
}

.checkboxes .check input[type="checkbox"]:not(old) + label:before {
  color: #E4403F;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 30px;
  left: 0;
  line-height: 30px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 30px;
  z-index: 5;
}
.checkboxes .check input[type="checkbox"]:not(old) + label:after {
  background: transparent;
  border: 2px solid #666;
  border-radius: 5px;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  margin: 0 !important;
  position: absolute;
  top: 0;
  width: 30px;
}
.checkboxes .check input[type="checkbox"]:checked:not(old) + label:before {
  opacity: 1;
}

/*Cart page close*/


/**blog**/
.main-blog > ul {
  margin: 0 -15px;
}
.main-blog li {
  float: left;
  padding: 0 15px;
  width: 33.33%;
}
.main-blog li:nth-child(3n) {
  margin-bottom: 30px;
}
.main-blog li:last-child{
  margin-bottom:0px; 
}

.main-blog .rte.rte--indented-images img {
  margin: auto !important;
  max-width: 100% !important;
}
.main-blog .inner-item {
  border: 1px solid #ccc;
  padding: 10px;
}
.main-blog .inner-item h2 {
  color: #000;
  font-size: 19px;
  font-weight: normal;
  padding: 30px 10px;
  text-align: center;
}
.main-blog .inner-item h2 a{
   color:#212121
}
.main-blog .inner-item h2 a:hover{
   color:#E4403F
}
.main-blog .inner-item .rte a {
  background: #f0f0f0;
  border: 1px solid #e4e4e4;
  display: block;
  height: 209px;
  position: relative;
}
.main-blog .inner-item .rte  a > img.rte__no-indent {
  bottom: 0;
  left: 0;
  margin: auto !important;
  max-height: 90% !important;
  max-width: 90% !important;
  position: absolute;
  right: 0;
  top: 0;
}
.main-blog-content .section-gapping {
  border-bottom: 1px solid #e3e3e3;
}
.main-blog-content .section-gapping:last-child{
  border-bottom:none;
}
.blog-top .large-up--one-half {
  padding: 0;
  float: left;
  width: 48%;
}
.blog-top .large-up--one-half.blog-top-right {
  float: right;
}
.zpa-row > h3,
.zpa-row > h3:first-child,
.blog-content > h3,
.blog-content > h3:first-child,
article.rte > h3,
article.rte > h3:first-child{
  border-top: 1px solid #D6D6D6;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-top: 40px;
}
.main-title.left-title > h2 {
  text-align: left;
}
.main-title.left-title > h2:before{
  background:url("blog-title.png") no-repeat;
  right:0;
  left:0;
  width:auto;
}
.blog-detail-image {
  margin-bottom: 50px;
  position: relative;
}
.blog-detail-image > p {
  background: rgba(223, 63, 63, 0.9);
  border-radius: 10px 0 0;
  bottom: 0;
  color: #fff;
  font-size: 17px;
  padding: 10px 15px 12px;
  position: absolute;
  right: 0;
}
.first-section:after {
  clear: both;
  content: "";
  display: block;
}
.zpa-row .zp {
  float: left;
  margin-right: 50px;
  width: 410px;
}
.zpa-row .zp + p {
  width: auto;
}
p.strong-text {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  line-height: 140%;
  margin-top:30px;
}
/**blog end**/


/**refferals**/
.refferals h5 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
}
.refferals p{
  color:#1F1F1F;
}
.base-wrap {
  margin: 40px -15px 70px;
}
.base-wrap:after{
  clear: both;
  content:"";
  display: block;
}
.base-wrap .box-wrap {
  float: left;
  padding: 0 15px;
  width: 33.33%;
  position:relative;
}
.base-wrap .box{
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(221, 221, 221, 0.33);
  -moz-box-shadow: 0 0 10px 3px rgba(221, 221, 221, 0.33);
  box-shadow: 0 0 10px 3px rgba(221, 221, 221, 0.33);
}

.box-heading {
  background: #000;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 135%;
  padding: 10px 40px;
  text-align: center;
  text-transform: capitalize;
}
.box-total {
  background: #df3f3f;
  color: #fff;
  font-family: open sans;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
  padding: 15px 10px;
}
.box > ul {
  padding: 0 20px;
}
.box ul > li {
  border-bottom: 1px solid rgba(214, 214, 214, 0.6);
  color: #1f1f1f;
  font-family: open sans;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

.box ul > li span {
  float: left;
  padding-left: 35px;
  text-align: left;
  width: 40%;
  position: relative;
}
.box ul > li span:first-child{
  background:url("tick.png") no-repeat 8px 7px;
}
.box ul > li span:last-child {
  float: right;
  text-align: right;
  padding-left:0px;
  padding-right: 20px;
  color:#DF3F3F;
}
div.video-wrapper {
  margin: 0 auto;
  max-width: 72%;
}
.section-gapping.referral-gapping {
  padding-top: 0;
}
.referral-gapping .container > p {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}
.referral-gapping .contact-form .grid{
  margin:0 -10px;
}
.referral-gapping .contact-form .grid .grid__item {
  padding: 0 10px;
}
/**refferals end**/


.commom-pages ul li {
  list-style: inside none disc;
  margin-bottom:5px;
}
.commom-pages ul li:last-child{
  margin-bottom:0px;
}

.desc-title > img {
    display: none !important;
}

.compare-link a.text-link {
    color: #e13f3f;
    border: none;
    padding: 0;
    line-height: 170%;
    margin-top: 4px;
    opacity:1 !important;
}
.compare-link a.text-link:hover {
  color:#fff;
}
.contact-form input.btn {
    margin-top: 15px;
}


.trustpilot-carousel:after{
  content:"";
  clear: both;
  display: block;
}
.main-review-block {
  float: left;
  text-align: center;
  width: 18%;
}
.client-reviews-items {
  float: right;
  width: 80%;
}
.client-reviews-items ul.client-reviews-lists {
  margin: 0 auto;
  width: 90%;
}

.main-review-block h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  text-align: center;
}
.main-review-block img[alt="Trustpilot Stars"] {
  display: block !important;
  margin: 5px auto 0 !important;
  max-height: 35px !important;
  max-width: 188px !important;
}
.main-review-block br {
  display: none;
}
.main-review-block img[alt="TrustScore"] {
  margin: 5px auto 10px !important;
}
.main-review-block img[alt="Trustpilot Logo"] {
  margin: 10px auto 0 !important;
  width: 160px !important;
}

.client-reviews img[alt="Trustpilot Stars"] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  width: 117px !important;
}
.client-reviews h6 {
  color: #222;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
  margin: 10px 0;
  text-transform: capitalize;
}
.client-reviews p {
  color: #212121;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 7px;
  text-align:left;
}
.client-reviews span {
  color: #212121;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
  vertical-align: top;
}
.client-reviews-items .owl-controls .owl-prev,
.client-reviews-items .owl-controls .owl-next{
   height:43px;
   width:28px;
   background:url("owl-arrow.png") no-repeat 0 0;
}
.client-reviews-items .owl-controls .owl-next {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  transform: scale(-1);
}


/****** product detail page sidebar widget ****/
.sidebarlivefeedright{
  display: none;
}
.feefowidget-overall-rating-container{
  display: none;
}
body > feefowidget-container-floating-service {
  display: none;
}
.error {
  border: 1px solid red !important;
}
/****** product detail page sidebar widget end ****/

.banner-left h2 {
  text-transform: uppercase;
}



.description-list-nav.sticky-nav {
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
.description-list-nav.sticky-nav ul {
  margin: 0 auto;
  max-width:1170px;
  width: 100%;
}
.description-list-nav.sticky-nav li a {
  padding:10px 7px;
}
.description-list-nav.sticky-nav li img {
  margin-bottom: 5px;
  max-width: 20px;
}
.bottom-top {
  bottom: 40px;
  position: fixed;
  right: 20px;
}
.bottom-top a {
  background: #e4403f;
  border-radius: 50%;
  color: #ffffff !important;
  display: block;
  font-size: 12px;
  height: 55px;
  line-height: 110%;
  padding: 16px 0 0;
  width: 55px;
}
.bottom-top a:hover{
  background:#333333;
}


#product .shopify-section.pro-menu-list {
  padding-top: 70px;
}

.leftsidebarproductpage.section-gapping {
  left: auto;
}
.cart-faq .pro-liecnse-info,
.product-single__description .pro-liecnse-info {
  display: none !important;
}
.fancybox-inner .product-single__description .pro-liecnse-info {
  display: block !important;
}
a.pro-specification-popup {
  border: medium none;
  color: #000;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  vertical-align: top;
  cursor:pointer;
}
a.pro-specification-popup:hover{
  color:#E4403F;
}
div.productdesctabssecond {
  border-right: medium none;
  margin-top: 40px;
}
.fancybox-item.fancybox-close:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.faq-seq-content:after {
  clear: both;
  content: "";
  display: block;
}
.faq-seq-content{
  margin:0 -15px;
}
.faq-seq-content > ul {
  float: left;
  margin: 0;
  padding: 0 15px;
  width: 33.33%;
}
.faq-seq ul > li {
  float: none;
  line-height: 100%;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.faq-seq ul > li a {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #222;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  opacity: 1 !important;
  padding: 15px 15px 15px 40px;
  position: relative;
}
.faq-seq ul > li a:before {
  color: #e4403f;
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  left: 13px;
  position: absolute;
  top: 16px;
}
.faq-seq ul > li a.active-faq,
.faq-seq ul > li a:hover {
  background: #e4403f;
  color: #fff;
  border-color:#e4403f;
}
.faq-seq ul > li a.active-faq:before,
.faq-seq ul > li a:hover:before {
  color: #fff;
}


.sasi .grid__item.large-up--one-sixth > img {
  max-width: 45px;
}
.sasi .grid__item.large-up--one-sixth > h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 5px;
  min-height: 45px;
}

.desc-list {
  min-height: 100px;
}
.faq-section .main-title h2 {
	text-transform: none;
}
.cart-faq-img .pro-liecnse-info {
  display: none;
}

.extra-caption {
  font-weight: bold;
}
.product-single__description ul.content-inner-list {
  text-align: left;
}
ul.content-inner-list > li {
  border: medium none;
  line-height: 150%;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-top: 0;
  position: relative;
}
ul.content-inner-list > li:last-child {
  margin-bottom: 0;
}
ul.content-inner-list > li:after {
  background: #000;
  border-radius: 50%;
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 8px;
}

.product-single__description ul.content-inner-list{
   margin-bottom: 30px;
}
.product-single__description ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.desc-content > strong {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  vertical-align: top;
}
.header-goldfeefo > a {
  display: inline-block;
  width: 68px;
}
.pro-price-button-wraper button.btn.add-to-cart {
  padding:0 20px;
}
#product nav.breadcrumb {
  display: none;
}
.product__details.grid__item > div.checkout-methods-wrap {
  padding-top: 20px;
}

#shopify-section-cart-template table .update-row button {
  color: #fff;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 12px;
  padding: 12px 10px;
}
#shopify-section-cart-template table .update-row button:hover{
  background:#000000;
}
#compare-content .main-title > h3 {
  color: #e13f3f;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.fancybox-inner > div#compare-content {
  margin: 0 auto;
  max-width: 800px;
}

table.table-compare .freeDwn {
  background-color: #f13e45;
  width: auto;
  min-width: 170px;
}
.tab-container.home-page-slider{
  min-height: 300px;
  background-size:cover;
}
.home-page-slider .home-page-slider{
  display: block !important;
}
table.table-compare .column-title,
table .column-mobile-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}

.table-compare tr td span {
  display: block;
  line-height: 100%;
}

.shopify-section.collection-template-section {
  overflow: hidden;
}
.compare-link strong, .compare-link img {
  display: inline-block;
  vertical-align: top;
}
.challenge .shopify-challenge__container {
  padding: 40px 0;
}
#page-contact .fancybox-inner {
  height: auto !important;
}

.contact-form .note.form-success {
  border: 1px solid green;
  clear: both;
  color: green;
  font-size: 14px;
  line-height: 120%;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.contact-form p.errors, #contact_form .form-success {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ff0000;
  clear: both;
  color: #ff0000;
  font-size: 14px;
  line-height: 120%;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
#contact_form .form-success {
    color: green;
    border-color: green;
}
.product__details-content .trustBox {
  margin-bottom: 40px;
}

.cart-faq .faq-seq-content > ul {
  width: 50%;
}
.your-shopping-cart .faq-seq ul > li {
  float: none;
  width: 100%;
}
.your-shopping-cart .faq-seq ul > li:nth-child(2n+1) {
  clear: both;
}
.your-shopping-cart  .faq-seq ul > li:nth-child(3n+1) {
  clear: none;
}


.add-notes-text {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  margin-top: -3px;
  padding: 12px;
  position: relative;
}
.add-notes-text label {
  font-size: 16px;
  margin-bottom: 13px;
}
#shopify-section-cart-template .add-notes-text textarea {
  height: 80px;
  min-height: 1px;
}

#shopify-section-cart-template .add-notes {
  color: #00B56F;
}
.our-brands .owl-stage {
  margin: 0 auto;
}
.our-brands .owl-item.active {
  display: inline-block;
  float: none;
}
.our-brands .owl-controls {
  display: none;
}
.home-page-slider > img {
  width: 100%;
}
.banner-section > img {
  height: auto;
  width: 100%;
}

#trust-badge-content-div.trust-badge-preview {
  margin-bottom: 20px !important;
}

.faq-seq-content .faq-desc {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  margin-top:-2px;
  padding: 10px;
  position: relative;
  text-align: left;
  top: 100%;
  z-index: 9;
}
/*.faq-desc[style="display: block;"]:after {
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 23px;
  left: 20px;
  position: absolute;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  top: -12px;
}*/
.faq-seq-content .faq-desc p,
.faq-seq .faq-desc ul li {
  float: none;
  font-size: 14px;
  width: 100%;
  line-height:120%;
  text-align: justify;
}
td.customer-order > a {
    width: 160px;
    display: block;
    margin: 0;
}

.order-notes {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    width: 600px;
    max-height: 250px;
    overflow: auto;
    margin: 10px 0 0 0;
}
table.responsive-table th, table.responsive-table td {
    vertical-align: middle;
    border: 1px solid #ccc;
}
.oneoff p {
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  	word-wrap: break-word;
}

.privacy-block {
    float: left;
    margin: 0 0 20px;
    padding: 0 15px;
    text-align: center;
    width: 50%;
}
.privacy-block:nth-child(1),
.privacy-block:nth-child(4){
	clear:both;
}
.privacy-block:nth-last-child(-n+2){
	margin-bottom:0;
}
.view-full-privacy {
	clear: both;
	color: #000;
	padding: 10px 0 20px;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 0 0 0;
	text-align: center;
}
.view-full-privacy a{
	color:#E4403F;
}
.view-full-privacy a:hover{
	color:#000;
}
.privacy-block p {
	text-align: center;
}
.privacy-block h3 a{
	color:#000;
}
.privacy-block h3 a:hover{
	color:#E4403F;	
}
.privacy-block h3 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    text-shadow: 0 0 0;
}
.privacy-block p {
    font-size: 14px;
}
.privacy label {
	cursor: pointer;
}
.privacy-icon {
	height: 100px;
	margin: 0 0 15px;
	position: relative;
}
.privacy-icon img{
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:auto;
	bottom:0;
}
header nav {
	top: 0 !important;
}
.checkboxes.invalid-check .check {
	border: 5px solid transparent;
	box-shadow: 0 0 0 1px #ff0000;
}


.your-shopping-cart .fancybox-wrap {
  width: 60% !important;
}


.your-shopping-cart .fancybox-wrap .fancybox-inner {
  width: 100% !important;
}

.your-shopping-cart .fancybox-wrap a.fancybox-close {
  margin: auto;
  right: -10px;
}
.close-privacy > a {
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  margin-top: 10px;
  padding: 10px 12px;
  vertical-align: top;
}
.close-privacy > a:hover{
  border: 2px solid #E9513F;
  color: #E9513F;
}
.privacy .privacy-error {
  color: #ff0000;
  display: block;
  font-size: 12px;
  text-align: center;
}

.cart__footer .checkboxes .check:hover::before {
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 25px;
  height: 5px;
  left: 0;
  margin: -20px auto auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 5px;
  z-index: 7;
}
.cart__footer .checkboxes .check:hover:after {
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  content: attr(data-title);
  font-size: 12px;
  left: 0;
  line-height: 150%;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 6;
}

.contact-us-full-wrap .faq-section.section-gapping {
  overflow: hidden;
}

/********** 21-12-2019 ***********/

.smart-bullguard .commom-pages .main-title {
  display: none;
}
.smart-banner-wrap {
  display: inline-block;
  padding: 30px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.smart-banner-wrap::before {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  left: -150%;
  position: absolute;
  right: -150%;
  top: 0;
  z-index: -1;
}
.smart-anner-text {
  float: left;
  max-width: 400px;
}
.smart-banner-wrap .smart-banner-img {
  float: right;
}
.smart-anner-text .smart-head-banner {
  color: #fff;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 10px;
}
.smart-anner-text > h2 {
  color: #cccccc;
  font-weight: normal;
  line-height: 120%;
}
.smart-anner-text > a, .smart-simp-content > a, .smart-security-content > a {
  background-color: #de2525;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
  padding: 0 25px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.smart-anner-text > a:hover, .smart-simp-content > a:hover, .smart-security-content > a:hover,
.smart-anner-text > a:focus, .smart-simp-content > a:focus, .smart-security-content > a:focus  {
  background-color: #fff;
  color: #de2525 !important;
}
.smart-power-section, .smart-mange-section, .smart-security-section, .smart-os-section {
  display: inline-block;
  padding: 60px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.smart-power-section > h2 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}
.smart-power-section > h3 {
  color: #333333;
  font-size: 46px;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
}
.commom-pages .smart-power-ul li {
  list-style: outside none none;
}
.smart-power-section .smart-power-ul, .smart-admin-main {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -1%;
}
.commom-pages .smart-power-ul li {
  -webkit-box-flex:0 0 31.33%;
  -ms-flex:0 0 31.33%;
  flex:0 0 31.33%;
  list-style: outside none none;
  margin: 1% !important;
  max-width: 31.33%;
}
.smart-power-list {
  background-color: #f0f1f7;
  border: 2px solid #f0f1f7;
  height: 94%;
  margin-top: 6%;
  padding: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.smart-power-list img {
  margin-bottom: 40px !important;
}
.smart-power-list > h2 {
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.smart-power-list > p {
  text-align: center;
}
.commom-pages .smart-power-ul li:hover .smart-power-list{
	border-color: #DE2525;
}
.commom-pages .smart-power-ul li:hover .smart-power-list > h2{
	color: #DE2525;
}
.smart-mange-section::before, .smart-security-section::before, .smart-os-section::before {
  background-color: #f0f1f7;
  bottom: 0;
  content: "";
  display: block;
  left: -150%;
  position: absolute;
  right: -150%;
  top: 0;
  z-index: -1;
}
.smart-simp-content, .smart-security-content {
  float: left;
  max-width: 490px;
}
.smart-security-content{
	float: right;
}
.smart-simp-content > h2, .smart-security-content h2, .smart-os-content > h2, .smart-tour-wrap > h2{
  color: #333;
  font-size: 46px;
  font-weight: normal;
}
.smart-simle-content, .smart-security-content > p {
  color: #242413;
  font-size: 17px;
  line-height: 190%;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
}
.smart-mange-section, .smart-security-section {
  margin-bottom: 100px;
}
.smart-mange-section .smart-simp-img, .smart-security-section .smart-security-img {
    position: absolute;
    right: -7%;
    width: 64%;
    margin-top: 40px;
}
.smart-security-section .smart-security-img{
	right: auto;
	left: -7%;
}
ul.web-content > li {
    display: inline-block;
    width: 48.4%;
    text-align: left;
    border: 2px solid #F0F1F7;
    padding: 25px 20px 20px 100px;
    position: relative;
    margin-right: 2.8%;
    vertical-align: top;
    margin-bottom: 30px;
    min-height: 290px;
}
ul.web-content > li:last-child {
    min-height: 100% !important;
}
ul.web-content > li:nth-child(2n) {
    margin-right: 0;
}
ul.web-content > li h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
div#shopify-section-web-design-content .main-content * {
    text-align: center;
}
div#shopify-section-web-design-content .main-content .main-title h1,
div#contact-section .contact-form h3{
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333333;
      text-align: center;
 	padding: 0; 
}
div#contact-section .contact-form h3::after{
	display:none;
}
div#shopify-section-web-design-content .main-content .content p {
    line-height: 190%;
}
div#shopify-section-web-design-content .main-content .content p strong {
    font-weight: 600;
}
div#shopify-section-web-design-content ul.web-content {
    margin-top: 25px;
}
ul.web-content > li .img-icon {
    position: absolute;
    top: 22px;
    left: 20px;
}
ul.web-content > li:last-child {
    width: 100%;
}
div#shopify-section-web-design-banner .back_image {
    height: 322px;
    display: flex;
    align-items: center;
}
div#shopify-section-web-design-banner .head_wrap {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
  margin: 0 auto;
}
div#shopify-section-web-design-banner .head_wrap .head, div#shopify-section-web-design-banner .head_wrap .head2 {
    font-size: 38px;
    color: #000000;
    font-weight: bold;
    line-height: 120%;
}
div#shopify-section-web-design-banner .head_wrap .head2 {
    color: #E43F3F;
}
div#shopify-section-web-design-banner .head_wrap .inner-head {
    font-size: 22px;
    max-width: 330px;
    line-height: 120%;
    margin-bottom: 10px;
}
div#shopify-section-web-design-banner .head_wrap .btn_link a {
    display: table;
    height: 48px;
    background: #DE2525;
    line-height: 48px;
    color: #fff;
    padding: 0 25px;
    font-size: 18px;
}
div#shopify-section-web-design-banner .head_wrap .btn_link a:hover {
    background: #333;
}
div#contact-section {
    max-width: 790px;
    margin: auto;
}
div#contact-section .contact-form.form-vertical {
    float: none;
    width: 100%;
  z-index: 1;
}
div#contact-section .contact-form .grid-wrap > .grid__item {
    display: inline-block;
    vertical-align: top;
    width: 48.6%;
    margin-right: 20px;
}
div#contact-section .contact-form .grid-wrap > .grid__item:last-child {
    margin-right: 0;
}
div#contact-section .contact-form input:not([type="submit"]), div#contact-section .contact-form textarea {
    background: #fff;
    margin: 0;
}
.contact-form .grid > div > div, .contact-form .grid > div.grid__item {
    position: relative;
    margin-bottom: 30px !important;
}
div#contact-section .contact-form input[type="submit"] {
    margin: 0 auto;
    display: table;
}
.contact-form .grid > div span {
    position: absolute;
    font-size: 14px;
    color: #ff0000;
    line-height: normal;
}
#contact-section .contact-content .form-vertical:after {
    background-image: url(contect-form-before.png);
    width: 118px;
    height: 126px;
    z-index: -1;
    top: 35px;
    right: -30px;
}
.contact-form .grid label {
    pointer-events: none;
    position: absolute;
    margin: auto;
    top: 15px;
    left: 12px;
    padding: 0 5px;
    border-radius: 5px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.contact-form .grid > div label span {
    position: static;
}
.contact-form .grid .has-focus label {
    top: -8px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}
#shopify-section-web-design-content {
    margin-top: -10px;
}
.navigation nav.nav-collapse ul.main > li {
    position: relative;
}
.navigation nav.nav-collapse ul.main > li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.5);
  	z-index: 1;
}
.navigation nav.nav-collapse ul.main li.search-form::before{
	display: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.smart-mange-section .smart-simp-img, .smart-security-section .smart-security-img {
    right: -10%;
    width: 68%;
	margin-top: 0px !important;
}
.smart-security-section .smart-security-img{
	right: auto;
	left: -10%;
}

}
.smart-mange-section .smart-simp-img img, .smart-security-section .smart-security-img img {
  height: 100%;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  margin: auto;
}
.smart-security-content > p:first-child {
  font-size: 20px;
  margin-bottom: 5px;
}
.commom-pages .smart-admin-main > li {
  border-bottom: 2px solid #de2525;
  border-left: 10px solid #de2525;
  -webkit-box-flex:0 0 48%;
  -ms-flex:0 0 48%;
  flex:0 0 48%;
  list-style: outside none none;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
  max-width: 48%;
  min-height: 250px;
  padding: 30px 10px 50px 80px;
  position: relative;
}
.commom-pages .smart-admin-main > li:last-child {
  -webkit-box-flex:0 0 100%;
  -ms-flex:0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.commom-pages .smart-admin-main > li .smart-admin-icon {
  left: 15px;
  position: absolute;
}
.smart-admin-head {
  margin-bottom: 5px;
}
.smart-admin-sec, .smart-scroll-section {
  padding: 60px 0;
}
.smart-admin-content {
  color: #242413;
  line-height: 190%;
  text-align: left;
}
.smart-os-content > h2, .smart-tour-wrap > h2 {
  text-align: center;
}
.smart-os-content > p {
  color: #242413;
  line-height: 190%;
  text-align: center;
}
.smart-wrap-os .smart-os-ul {
  margin: 0 -1%;
}
.commom-pages .smart-os-ul > li {
  background-color: #fff;
  float: left;
  list-style: outside none none;
  margin: 35px 1% 0;
  min-height: 400px;
  padding: 30px;
  width: 31.33%;
}
.smart-os-icon {
  margin: 0 auto 30px;
}
.smart-os-head, .smart-tour-content {
  text-align: center;
}
.commom-pages .smart-os-ul > li p {
  line-height: 190%;
  text-align: center;
}
.smart-tour-middle {
  color: #242413;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 25px;
  text-align: center;
}
.smart-scroll-section .images {
  margin-top: 40px;
}
.smart-couter {
  color: #242413;
  font-size: 25px;
  text-align: center;
}
.commom-pages .smart-scoll-ul li {
  list-style: outside none none;
}
.smart-scroll-section .smart-scoll-ul {
  margin: 25px auto 0 !important;
  max-width: 750px;
}
.smart-scroll-section .smart-scoll-ul .owl-dots {
  display: none;
}
.smart-scroll-section .smart-scoll-ul .owl-nav > div {
  background-image: url("arrow_img.png");
  background-position: 0 0;
  bottom: auto;
}
.smart-scroll-section .smart-scoll-ul .owl-nav > div {
  background-image: url("arrow_img.png");
  background-position: 0 0;
  bottom: auto;
  height: 31px;
  top: -54px;
  width: 30px;
}
.smart-scroll-section .smart-scoll-ul .owl-nav > div:hover {
  background-position: 0 -51px;
}
.smart-scroll-section .smart-scoll-ul .owl-nav > div.owl-next {
  right: 30%;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.smart-scroll-section .smart-scoll-ul .owl-nav > div.owl-prev {
  left: 30%;
}
.smart-banner-img > img {
  margin: 0;
}
.smart-admin-sec {
  padding-top: 0 !important;
}

html body.smart-popup .bullpopup{
	display:block !important
}
section.bullpopup{

  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,0.7);
  z-index: 100;
}
.smart-con-wrap {
    background: #F4F4F4;
    max-width: 850px;
    margin: auto !important;
    padding: 50px 50px 38px;
    position: absolute;
    top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.smart-close:before {
    content: 'X';
}
.smart-close {
    width: 30px;
    height: 30px;
    background: #DE2525;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: -15px;
    right: -15px;
	-moz-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.65);
	-ms-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.65);
	-o-box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.65);
    box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.65);
    cursor: pointer;
    font-weight: bold;
    text-indent: -1px;
    z-index: 9;
}
.smart-close:hover {
    background: #1f1f1f;
}
.bullpopup .contact-content .form-vertical:after{
	display:none;
}
.bullpopup .grid > * {
  float: left;
  text-align: left;
  width: 49%;
}
.bullpopup .contact-content .form-vertical {
    width: 100%;
}
.bullpopup .grid > *:nth-child(2) {
    float: right;
}
.bullpopup .container {
    padding: 0;
}
.bullpopup .contact-content h3 {
  color: #333333;
  font-size: 46px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.bullpopup .contact-content h3:after{
	display:none;
}
.bullpopup .contact-form form textarea {
    height: 136px;
    min-height: 136px;
}
.bullpopup .contact-form form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="search"]){
	height:55px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.bullpopup .contact-content {
    margin: 0;
}
.bullpopup .contact-content form#contact_form {
    text-align: center;
}
.smart-emailerror {
  color: #f00;
  font-size: 14px;
}
#contact_form .grid .grid__item {
  margin-bottom: 15px;
}
html body .bullpopup {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.mobile-show {
  display: none;
}
.smart-new-banner .smart-banner-first {
  margin: 23px 0;
}
.contact-form .smart-contel-wrap {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}
.contact-form .smart-contel-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.smart-contel-wrap .smart-con-tel {
  color: #de2525;
  font-size: 28px;
  font-weight: 600;
  margin-right: 10px;
  padding-left: 40px;
  position: relative;
}
.smart-con-tel > a {
  color: #de2525;
  font-size: 28px;
}
.smart-con-tel > a:hover {
  color: #333;
}
.smart-contel-wrap .smart-con-tel::before {
  background-image: url("phone-popup.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  height: 29px;
  left: 0;
  position: absolute;
  width: 29px;
}
.smart-check-wrap {
  clear: both;
}
.smart-check-wrap .smart-check-content {
  color: #de2525;
  font-size: 15px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 17px;
  text-align: left;
}
.smart-check-wrap .checkboxes .check input[type="checkbox"]:not(old) + label::after {
  background-color: #fff;
  border: 1px solid #555555;
  height: 22px;
  width: 22px;
}
.smart-check-wrap .checkboxes .check input[type="checkbox"]:not(old) {
  height: 22px;
  width: 22px;
}
.smart-check-wrap .checkboxes .check {
  margin-bottom: 0;
  padding-left: 30px;
}
.smart-check-wrap .privacy .privacy-error {
  border: 1px solid;
  display: none;
  line-height: normal;
  max-width: 230px;
}
.smart-check-wrap .privacy.error .privacy-error {
  display: block;
}
.smart-check-wrap .checkboxes.privacy.error {
  border: medium none !important;
}
.smart-check-wrap .checkboxes .check input[type="checkbox"]:not(old) + label::after {
  background-color: #fff;
  border: 1px solid #555555;
  height: 22px;
  width: 22px;
}
.smart-check-wrap .checkboxes .check label {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
}
.smart-check-wrap .checkboxes .check input[type="checkbox"]:not(old) + label::before {
  height: 22px;
  line-height: 22px;
  width: 22px;
}
.contact-form .smart-form-right input.btn {
  float: right;
  margin: -40px 0 0;
}
body.bullguard .fancybox-inner > div#privacy_popup {
  max-width: 747px;
}
.smart-check-wrap .checkboxes .check label b {
  color: #de2525;
}
.smart-check-wrap .checkboxes.error .check input[type="checkbox"]:not(old) + label::after {
  border-color: #ff0000;
}
.smart-anner-text a.smart-open,.smart-security-content a.smart-open,.smart-simp-content a.smart-open {
    margin-right: 15px;
}



@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}










/****font used**
	font-family: 'Open Sans', sans-serif;
	font-family: 'Roboto', sans-serif;
******/

@media screen and (max-width: 767px)
{
  header.sticky.site-header{ position:relative;}
}

#page-contact form label{
  display:none;
}