/* front page */
.inside-about
{
	background:#fff;
	padding-top: 20px;
}
#intro{margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;}

#intro .wrapper {text-align: center;}
#intro .wrapper h1 {
    color: #fff;
    font-size:50px;
    text-transform: uppercase;
    font-weight: 700;
    background: linear-gradient(to right, #000 10%, #f9eca5 50%);
    text-shadow: 2px 4px 0 rgba(213, 163, 46, .34);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: inline-block;
}



#banner .item {
  position: relative;
  margin-top:113px
}
#banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .item .cover {
  padding:0px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
#banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
#banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
#banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size:24px;
  color: #000;
  margin-top:10px
}
#banner .item .cover .header-content h1 {
  font-size:30px;
  font-weight: 600;
  margin: 5px 0 10px;
  word-spacing: 3px;
  color: #000;
}
#banner .item .cover .header-content h4 {
  font-size:18px;
  font-weight: 300;
  line-height:26px;
  color: #000;
}
.button-banner-w{
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: .3s;
    padding:9px 25px;
    border: solid 2px #000;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    letter-spacing: 2px;
	margin-top:5px;
	margin-bottom:0px;
}
.button-banner-w:before {
    content: "";
    position: absolute;
    padding: .1em;
    margin: 0 1em 0 0;
    top: 0;
    right: 100%;
    height: 100%;
    width: 120%;
    background-color: #000;
    transform: skewX(-30deg);
    transition: inherit
}

.button-banner-w:hover:before {
    right: -20%
}

.button-banner-w:hover {
    color: #fff!important
}

.button-banner-w span {
    position: relative
}





#banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
#banner .owl-item.active a{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
#banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
/*
#banner .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top:55%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
}
#banner .owl-nav .owl-prev span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#banner .owl-nav .owl-prev:focus {
  outline: 0;
}
#banner .owl-nav .owl-prev:hover {
  background: #fff !important;
}
#banner .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top:55%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
}
#banner .owl-nav .owl-next span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#banner .owl-nav .owl-next:focus {
  outline: 0;
}
#banner .owl-nav .owl-next:hover {
  background: #fff !important;
}
#banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
#banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}*/
#banner .owl-dots {
	z-index:9;
	position:relative
}
#banner .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    border: 2px solid #000;
    background:#000;
}
#banner .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px 0 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: transparent;
    border: 2px solid #000;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.bg-white{background:#fff;}
.bg-gray{background:#f1f3f6;}

.front-products {
    padding:20px 20px 10px 20px;
	margin:10px;
	border-radius:5px;
	box-shadow:0 0 15px #fff;
}
.front-products .title {
    font-size:24px;
    margin:0px;
    font-weight:500;
    color: #000;
	padding-left:5px
}
.front-products .slogan-top {
    font-size: 13px;
    color: #919191;
    margin:3px 0px 20px 0px;
    font-weight:400;
	padding-bottom:15px;
	border-bottom:1px solid #f1f3f6;
	padding-left:5px
} 
.front-products .owl-theme .owl-controls {
    text-align: center;
    position: inherit
}

.front-products-item {
	border-radius:5px;
	border:1px solid #f1f3f6;
	margin:3px;
    -webkit-transition: all .3s ease;  transition: all .3s ease;
	overflow: hidden;
	padding-top:20px
}
.front-products-item:hover{box-shadow:0 0 15px #ddd; z-index:9;  -webkit-transition: all .3s ease;  transition: all .3s ease; border-color:#fff;}
.front-products-item img{transition: transform .5s, filter 1.5s ease-in-out;}
.front-products-item:hover img{transform: scale(1.1);}

.front-products-item img{ width:100%;}

.front-products-item-icon {
    position: absolute;
    top:10px;
    left:10px;
    z-index:6;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;background-color:#972724;font-weight:700;
    color: #fff;
	
}

.front-products-item-icon2 {
position: absolute;
    top: 3px;
    left: 3px;
    z-index: 6;
    width: 90px;
    height: 25px;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    line-height: 17px;
    font-size: 10px;
    font-weight: 400;
    border-radius: 4px 0px 0px 0px;
}
.front-products-item-info {padding:15px 10px 10px 10px;}

.front-products-item-info .heading{ font-size:13px; font-weight:500; line-height:18px;text-align: center;}
.star-review-detail{font-size:15px; color:#ffbf00;}
.front-products-item-info .price{ font-size:12px;margin-top: 5px; line-height:20px}
.front-products-item-info .price sup{ font-size:12px;}
.front-products-item-info .price span{ font-size:16px; font-weight:700}
.front-products-item-info .price del{ font-size:12px}

#front-products .owl-nav{ display:block}

#front-products .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top:44%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
  box-shadow:5px 0 5px #ddd;
}
#front-products .owl-nav .owl-prev span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#front-products .owl-nav .owl-prev span:hover{
  color:#000;
}
#front-products .owl-nav .owl-prev:focus {
  outline: 0;
}
#front-products .owl-nav .owl-prev:hover {
  background: #fff !important;
}
#front-products .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top:44%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
  box-shadow:-5px 0 5px #ddd;
}
#front-products .owl-nav .owl-next span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#front-products .owl-nav .owl-next span:hover{
  color:#000;
}
#front-products .owl-nav .owl-next:focus {
  outline: 0;
}
#front-products .owl-nav .owl-next:hover {
  background: #fff !important;
  color:#000
}
#front-products:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
#front-products:hover .owl-next {
  right: 0px;
  opacity: 1;
}










#front-products2 .owl-nav{ display:block}

#front-products2 .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top:44%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
  box-shadow:5px 0 5px #ddd;
}
#front-products2 .owl-nav .owl-prev span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#front-products2 .owl-nav .owl-prev span:hover{
  color:#000;
}
#front-products2 .owl-nav .owl-prev:focus {
  outline: 0;
}
#front-products2 .owl-nav .owl-prev:hover {
  background: #fff !important;
}
#front-products2 .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top:44%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
  box-shadow:-5px 0 5px #ddd;
}
#front-products2 .owl-nav .owl-next span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#front-products2 .owl-nav .owl-next span:hover{
  color:#000;
}
#front-products2 .owl-nav .owl-next:focus {
  outline: 0;
}
#front-products2 .owl-nav .owl-next:hover {
  background: #fff !important;
  color:#000
}
#front-products2:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
#front-products2:hover .owl-next {
  right: 0px;
  opacity: 1;
}



/***dotd***/
#front-products-dotd .owl-nav{ display:block}

#front-products-dotd .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top:44%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
  box-shadow:5px 0 5px #ddd;
}
#front-products-dotd .owl-nav .owl-prev span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#front-products-dotd .owl-nav .owl-prev span:hover{
  color:#000;
}
#front-products-dotd .owl-nav .owl-prev:focus {
  outline: 0;
}
#front-products-dotd .owl-nav .owl-prev:hover {
  background: #fff !important;
}
#front-products-dotd .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top:44%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
  box-shadow:-5px 0 5px #ddd;
}
#front-products-dotd .owl-nav .owl-next span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#front-products-dotd .owl-nav .owl-next span:hover{
  color:#000;
}
#front-products2 .owl-nav .owl-next:focus {
  outline: 0;
}
#front-products-dotd .owl-nav .owl-next:hover {
  background: #fff !important;
  color:#000
}
#front-products-dotd:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
#front-products-dotd:hover .owl-next {
  right: 0px;
  opacity: 1;
}
/***dotd END***/



.front-ads{ padding-top:10px}

.front-ads img{margin-bottom:10px}


#front-products3 .owl-nav{ display:block}

#front-products3 .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top:44%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
  box-shadow:5px 0 5px #ddd;
}
#front-products3 .owl-nav .owl-prev span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#front-products3 .owl-nav .owl-prev span:hover{
  color:#000;
}
#front-products3 .owl-nav .owl-prev:focus {
  outline: 0;
}
#front-products3 .owl-nav .owl-prev:hover {
  background: #fff !important;
}
#front-products3 .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top:44%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
  box-shadow:-5px 0 5px #ddd;
}
#front-products3 .owl-nav .owl-next span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#front-products3 .owl-nav .owl-next span:hover{
  color:#000;
}
#front-products3 .owl-nav .owl-next:focus {
  outline: 0;
}
#front-products3 .owl-nav .owl-next:hover {
  background: #fff !important;
  color:#000
}
#front-products3:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
#front-products3:hover .owl-next {
  right: 0px;
  opacity: 1;
}














#front-products4 .owl-nav{ display:block}

#front-products4 .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top:44%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
  box-shadow:5px 0 5px #ddd;
}
#front-products4 .owl-nav .owl-prev span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#front-products4 .owl-nav .owl-prev span:hover{
  color:#000;
}
#front-products4 .owl-nav .owl-prev:focus {
  outline: 0;
}
#front-products4 .owl-nav .owl-prev:hover {
  background: #fff !important;
}
#front-products4 .owl-nav .owl-next {
  position: absolute;
  right: 10px;
  top:44%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(255, 255, 255, 0.8) !important;
  width: 40px;
  cursor: pointer;
  height:60px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius:3px;
  box-shadow:-5px 0 5px #ddd;
}
#front-products4 .owl-nav .owl-next span {
  font-size:50px;
  line-height: 40px;
  color: #000;
}
#front-products4 .owl-nav .owl-next span:hover{
  color:#000;
}
#front-products4 .owl-nav .owl-next:focus {
  outline: 0;
}
#front-products4 .owl-nav .owl-next:hover {
  background: #fff !important;
  color:#000
}
#front-products4:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
#front-products4:hover .owl-next {
  right: 0px;
  opacity: 1;
}


#front-products5 .owl-dots {
    margin-top:0px!important;
}

.button-view{
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: .3s;
    padding: 5px 15px;
    text-align: center;
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    letter-spacing: 1px;
    float: right;
    top: -24px;
}
.button-view:before {
    content: "";
    position: absolute;
    padding: .1em;
    margin: 0 1em 0 0;
    top: 0;
    right: 100%;
    height: 100%;
    width: 120%;
    background-color:#fff;
    transform: skewX(-30deg);
    transition: inherit
}

.button-view:hover:before {
    right: -20%
}

.button-view:hover {
    color:#000!important
}

.button-view span {
    position: relative
}

.button-bulk-mini{
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: .3s;
    padding:2px 10px 0px;
    border: solid 1px #000;
    font-size: 12px!important;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
    background-color: #000;
    letter-spacing: 2px;
	margin:10px auto 0px auto;
}
.button-bulk-mini:before {
    content: "";
    position: absolute;
    padding: 0em;
    margin: 0 1em 0 0;
    top: 0;
    right: 100%;
    height: 100%;
    width: 120%;
    background-color:#fff;
    transform: skewX(-30deg);
    transition: inherit
}

.button-bulk-mini:hover:before {
    right: -20%
}

.button-bulk-mini:hover {
    color:#000!important
}

.button-bulk-mini span {
    position: relative
}





.button-bulk{
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: .3s;
    padding:3px 12px 2px;
    border: solid 1px #000;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color:#000;
    background-color: transparent;
    letter-spacing: 2px;
	margin:10px auto 0px;
}
.button-bulk:before {
    content: "";
    position: absolute;
    padding: 0em;
    margin: 0 1em 0 0;
    top: 0;
    right: 100%;
    height: 100%;
    width: 120%;
    background-color:#000;
    transform: skewX(-30deg);
    transition: inherit
}

.button-bulk:hover:before {
    right: -20%
}

.button-bulk:hover {
    color: #fff!important
}

.button-bulk span {
    position: relative
}






.popular {
    padding: 20px 20px 5px 20px;
}

.popular-heading {
    font-size: 14px;
    color: #000;
	font-weight:500;
    margin-bottom:0px
}

.popular-links {
    font-size:12px;
    text-align: left;
    line-height:17px;
	margin-bottom:15px
}

.popular-links a {
    color: #727272;
    font-weight:400;
    line-height: 15px
}

.popular-links a:after {
    content: "|";
    margin-left:5px;
	margin-right:3px;
}

.popular-links:hover a:after {
    color: #000
}

.popular-links a:hover {
    color:#000;
	text-decoration:underline
}

.popular-links a:last-child {
    border-right: 0
}

/* end front page */




.main-page-inside{ background:#fff;}

/* breadcrumb */
.breadcrumbs {font-size:12px; font-weight:400; color:#8a8a8a; padding:10px 0px; margin-top:114px; display:block; background:#f1f3f6}
.breadcrumbs a{color:#000;}
.breadcrumbs a i{ margin:0px 5px}
.breadcrumbs a:hover {color:#00a7e1}
/* end breadcrumb */


.inner-detail-section{padding:30px 0px 30px 15px;}

.gallery-section{padding:30px 0px 0px 0px;}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover{border-radius:0 !important; border:0px;}
.owl-wrapper{max-height:231px !important}

/* product detail page */
.product-detail{ padding:30px 0px 0px 30px;}
.product-detail h2{font-size:16px; line-height: 24px; font-weight:400;margin:0px;}
.star-review-detail a{font-size:13px; margin-left:5px}
.product-assured{font-size:14px; font-weight:400; padding-top:5px; color:#4b4b4b}
.product-assured span{font-size:12px; font-weight:500; color:#FFF; background:#00ae42; border-radius:3px; padding:2px 6px; margin-right:5px}
.product-assured img{ height:24px; margin-left:5px}
.product-price{font-size:20px; font-weight:500;width:70%;}
.product-price del{font-weight:500; color:#a6a6a6}
.product-tax{font-size:13px; line-height:22px; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #f1f3f6}
.product-tax span{ color:#F00}
.product-color{font-size:13px; line-height:22px; margin-bottom:5px;}
.product-thumb{font-size:13px; width:100%; margin-bottom:0px;display: flex;}
.product-thumb img{width:70px; float:left; margin-right:10px; border:4px solid transparent}
.product-thumb img.active{border:4px solid #000}
.product-thumb img:hover{border:4px solid #000}
.product-size{font-size: 13px;line-height: 41px;margin-bottom: 5px;float: left;margin-right: 10px;}
.product-size a{margin-left:5px}
.product-size-main{ margin-top:10px; margin-bottom:15px}
.product-size-main a{ font-size:13px; width:35px; height:35px; line-height:35px; text-align:center; display:inline-block; color:#000; background:#f1f3f6;}
.product-size-main a:hover{color:#fff; background:#000;}

.quantity-sec input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 7px;
}

.quantity-sec input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.quantity-sec input::-webkit-outer-spin-button,
.quantity-sec input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.quantity-sec .input-group {
  clear: both;
  position: relative;
  display: inline-flex!important;
}

.quantity-sec .input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  font-size: 20px;
  transition: all 300ms ease;
}

.quantity-sec .input-group .button-minus,
.quantity-sec .input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.listing-plus, .listing-minus
{
  font-weight: bold !important;
  height: 38px !important;
  padding: 0 !important;
  width: 38px !important;
  position: relative !important;
}

.listing-plus-in, .listing-minus-in
{
  font-weight: bold !important;
  height: 38px !important;
  padding: 0 !important;
  width: 38px !important;
  position: relative !important;
}


.quantity-field-listing {
  position: relative;
  height: 38px;
  left: 0px;
  text-align: center;
  width: 60px;
  display: inline-block;
  font-size: 13px;
  resize: vertical;
}
.quantity-field-listing-in {
  position: relative;
  height: 38px;
  left: 0px;
  text-align: center;
  width: 60px;
  display: inline-block;
  font-size: 13px;
  resize: vertical;
}
.quantity-sec .input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  resize: vertical;
}

.quantity-sec .button-plus {
  left: -13px;
}

.quantity-sec input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.quantity-stock{font-size:13px; padding-top:7px; font-weight:500; width:100%}
.quantity-stock i{font-size:20px; color:#00ae42; margin-right:3px; margin-left:5px;top: 2px; position: relative;}

.product-offer{font-size:13px;  margin-top:10px; margin-bottom:15px; width:100%; border-top:1px solid #f1f3f6; border-bottom:1px solid #f1f3f6; padding:15px 0px}
.product-offer span{color:#00ae42; font-weight:500; background:#f1f3f6; padding:5px 10px; margin-right:5px}
.product-offer a{color:#000}

.nav-tabs>li {margin-bottom:-1px;}
.nav-tabs>li>a{font-weight:500; line-height:18px; color:#111;}
.nav-tabs>li>a:hover{background:#fff;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ color:#000; line-height:18px; border-bottom:1px solid #fff; background:#fff}
.tabs-left > .nav-tabs {width:100%!important; font-size:15px; font-weight:500; margin-bottom:25px; display:block!important}
.tab-content > .tab-pane, .pill-content > .pill-pane {display: none;}
.tab-content > .active, .pill-content > .active {display: block;}
.tab-content p{font-size:13px; line-height:18px; padding:0px 0px 15px 0px; text-align: justify; margin: 0; color: #5c5c5c; font-weight:400; margin-top:10px}

.product-right-info{border:1px solid #f1f3f6; padding:5px; margin-top:30px; margin-bottom:20px}

.button-banner-b{
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: .3s;
    padding:8px 20px;
	text-align:center;
    border: solid 1px #1c1b1b;
    font-size: 15px;
	font-weight:600;
    text-decoration: none;
    color:#fff;
    background-color: #1c1b1b;
    letter-spacing: 2px;
	margin-bottom:15px;
}
.button-banner-b:before {
    content: "";
    position: absolute;
    padding: .1em;
    margin: 0 1em 0 0;
    top: 0;
    right: 100%;
    height: 100%;
    width: 120%;
    background-color:#fff;
    transform: skewX(-30deg);
    transition: inherit
}

.button-banner-b:hover:before {
    right: -20%
}

.button-banner-b:hover {
    color:#000!important
}

.button-banner-b span {
    position: relative
}

.button-banner-g{
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: .3s;
    padding:9px 20px;
	text-align:center;
    border: solid 1px #000;
    font-size: 15px;
	font-weight:600;
    text-decoration: none;
    color:#fff;
    background-color:#000;
    letter-spacing: 2px;
}
.button-banner-g:before {
    content: "";
    position: absolute;
    padding: .1em;
    margin: 0 1em 0 0;
    top: 0;
    right: 100%;
    height: 100%;
    width: 120%;
    background-color:#fff;
    transform: skewX(-30deg);
    transition: inherit
}

.button-banner-g:hover:before {
    right: -20%
}

.button-banner-g:hover {
    color:#000!important
}

.button-banner-g span {
    position: relative
}

.Button--full {width:100%;}

.product-collect{ margin-bottom:15px}
.product-collect h4{font-size:13px; font-weight:500; margin:0px 0px 2px 0px}
.product-collect h4 span{font-size:12px; font-weight:400; margin:0px; line-height:15px;}
.product-collect h4 img{ width:18px; margin-right:2px; margin-top:-3px;}
.product-collect p{font-size:12px; margin:0px; line-height:15px; margin-left:23px; text-align:justify}
.product-collect-divider{ margin:15px 0px; background:#f1f3f6; height:1px;}
.product-social-icons{ margin-bottom:30px}
.product-social-icons i mg{ width:65px; margin-right:3px; opacity:1}
.product-social-icons img:hover{opacity:0.7}

.product-pincode{width:100%; margin:-10px 0px 15px 0px; display:flex;}
.product-pincode input[type=text] { width:100%; padding:5px 10px; font-size:13px; border:0; float:left; border:1px solid #bbb; border-right:0; background:0 0; margin-left: -1px;}
.product-pincode input:focus {outline: 0}
.product-pincode input::placeholder { color: #1c1b1b; opacity:.7; font-size: 13px}
.product-pincode input:-ms-input-placeholder { color: #1c1b1b}
.product-pincode input::-ms-input-placeholder { color: #1c1b1b}
.product-pincode button { float:right; position:relative; padding:5px 15px; color:#fff; background:#333; font-size:13px; border:0px; text-align: center; -webkit-transition: all .3s ease; transition: all .3s ease}
.product-pincode button:hover {background:#000; color: #fff}
.product-pincode button:focus { outline: 0}



#sizechart{z-index:999999;}
#sizechart .fade.in {opacity: 1;}
#sizechart .modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:none;
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
	outline:0
}
#sizechart .modal.fade .modal-dialog {
-webkit-transition:-webkit-transform .3s ease-out;
-o-transition:-o-transform .3s ease-out;
transition:transform .3s ease-out;
	-webkit-transform:translate(0, -25%);
	-ms-transform:translate(0, -25%);
	-o-transform:translate(0, -25%);
	transform:translate(0, -25%)
}
#sizechart .modal.in .modal-dialog {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	-o-transform:translate(0, 0);
	transform:translate(0, 0)
}
#sizechart .modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto
}
#sizechart .modal-dialog {
	position:relative;
	width:auto;
	margin:10px;
	width:700px;
	margin:-200px auto 30px;
	top:50%;}
#sizechart .modal-content {
	position:relative;
	background-color:#ffffff;
    border: 1px solid #d5d5d5;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #999;
	border:1px solid rgba(0, 0, 0, .2);
	border-radius:6px;
	outline:0;
	-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);
	box-shadow:0 3px 9px rgba(0, 0, 0, .5);
	-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, .5);
	box-shadow:0 5px 15px rgba(0, 0, 0, .5)
}

.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	background:white!important
}
#sizechart .modal-backdrop.fade {
	opacity:0;
    background:white!important

}
#sizechart .modal-backdrop.in {
	opacity:.95!important;
	background:white!important
}
.modal-header {
	padding:0px;
	border-bottom:0px solid #e5e5e5
}
#sizechart .modal-body span {
	font-size:40px!important;
	color:#000000;
	padding:8px;
	font-weight:100;
	
}
#sizechart .modal-body .close {
	margin-top:0px;
	position: absolute;
	right:0px;
	z-index:9999;
	line-height:30px;
}
#sizechart .modal-body .close:focus{ outline:0; border:0}

#sizechart .sizechart-info{text-align:center; padding:0px 20px}
#sizechart .sizechart-info h3{ font-size:18px; font-weight:400; text-transform:uppercase; margin-bottom:0px;}
#sizechart .sizechart-info p{margin-bottom:10px;}










.rating-section{padding:30px 0px; border-top: 1px solid #f1f3f6;}
.rating{ font-size: 50px; font-weight:500; margin: 0px; line-height:20px; text-align: center; padding-top:25px}
.rating span{ font-size:18px;}

.rating-content{ width: 100%; clear: both; margin:5px 0px; display: flex}
.rating-star{width:4%; float:left; line-height:8px}
.rating-star i{line-height:8px}
.rating-stripe{background: #eee; width:92%; height:5px;; float:left; border-radius: 5px; margin-top:2px}
.rating-stripe-color{background: #000000; height:5px; border-radius: 5px}
.rating-number{width:4%; float:left; padding-left: 5px; line-height:12px}

.btn-rating-color {
    border: 1px solid #000000;
    color: #fff;
    background:#000000;
    line-height: 18px;
    padding:10px 15px;
    border-radius:0px;
	font-weight: 500;
	margin-top:5px;

}
.btn-rating-color:hover {
    color: #000000;
    border: 1px solid #000000;
    background:#fff;
}

.btn-rating-border {
    color:#000000;
    border: 1px solid #000000;
    line-height: 18px;
    padding:10px 15px;
    border-radius:0px;
	font-weight:500;
	margin-top:5px
}
.btn-rating-border:hover {
    border: 1px solid #000000;
    color: #fff;
    background:#000000
}

.review-tabs-container{ margin:30px auto 0px auto}
.rating-section .heading{font-size:25px; font-weight:500; margin:0px; text-align: center}

.review-tabs > .nav-tabs {width:100%!important; font-size:14px; text-transform: uppercase; font-weight:700; margin:0px; display:block!important;}
.tab-content img{width:80%;margin:auto;}
.tab-content > .tab-pane, .pill-content > .pill-pane {display: none;}
.tab-content > .active, .pill-content > .active {display: block;}
.tab-content h3{ font-size:22px; color:#00a7e1; font-weight:500; margin-bottom:0px}
.review-tabs > .nav-tabs > li {float:left}
.review-tabs > .nav-tabs > li > a {color:#555; padding:10px 20px; border-top:0px;border-left:0px; border-right:0px; border-bottom:4px solid transparent; background:transparent!important}
.review-tabs > .nav-tabs {float:left; border:0px;border-bottom: 1px solid #eee; margin-bottom:20px!important}
.review-tabs > .nav-tabs .active > a, .review-tabs > .nav-tabs .active > a:hover, .review-tabs > .nav-tabs .active > a:focus {color:#000; border-bottom:4px solid #000; padding: 10px 20px!important; margin-bottom:0px;border-top:0px;border-left:0px; border-right:0px;}

.write-review-star{margin-bottom:5px}
.write-review-star i{font-size:18px; color:#ccc; margin-bottom:10px}
.write-review-star i.active{color:#000000;}

.review-content{ padding:0px 0px 20px 0px; border-bottom: 1px solid #eee; margin-bottom: 20px}
.review-content-mini{font-size:14px; color:#000;}
.review-content-mini span{color:#000000}
.review-content-mini span.date {color:#838383; float:right}

.review-star{font-size:14px; color:#000; letter-spacing: 2px}
.review-content h2{font-size:14px; font-weight:bold; margin:10px 0px 0px 0px}
.review-content p{font-size:14px; font-weight:400; margin:0px 0px 10px 0px}

.review-content-share{font-size:14px; color:#000;}
.review-content-share span{color:#8c8c8c}
.review-content-share span.like {color:#000000; float:right}
.review-content-share span.like i{margin-left: 10px}

.review-content-form-heading{font-size:20px; font-weight:400;}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
    padding-left: 15px;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
    padding-left: 15px;
}

.form-control {
    padding: 10px;
    color: #999;
}
/* End product detail page */











/* Product filter page */

#product-filter{ margin-top:20px}

.filter-title {
    font-size:18px;
    margin:0px;
    font-weight:600;
    color:#000000;
	line-height:20px;
	padding:15px 0px 7px 15px;
	background:#f1f3f6
}
.filter-title span{
    color:#000000;
	text-transform:none;
	display:inline-block;
}

.filter-title span a{
    color:#000000;
	font-weight:400;
	font-size:13px;
}
.filter-title span a:hover{
    color:#000;
}


.inner-section{ padding-right:0px}
.filter-menu ul{
	border-bottom:1px solid #eee;
	margin-bottom:25px;
	padding-right:0px;
	width:100%;
}
.filter-menu .nav {
    right:0px;
    position:relative;
}
.filter-menu .nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background:#fff;
}

.filter-menu .dropdown {
    background:#fff;
    border-left:0px solid #eee;
	border-radius:0px;
	text-align:center;
	}
.filter-menu .dropdown>a{ padding:10px 16px; color: #000; font-size:15px; font-weight:600; cursor:pointer; border:1px solid #eee; margin-bottom:10px}
.filter-menu .dropdown>a:hover{color: #000;}
.filter-menu .dropdown>a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 4px;
}

.filter-menu .dropdown:hover{border-radius:0px;}

.filter-menu .dropdown-menu>li>a {
    color:#1c1b1b;
	font-size:12px;
	text-transform:uppercase;
	text-align:left;
	padding-right:35px;
	line-height:30px;
	letter-spacing: 0.2em;
}
.filter-menu .dropdown-menu>li>a:hover{
	background:transparent;
	color:#000
}
.filter-menu .dropdown-menu>li>label{
	background:transparent;
	margin-left: 20px;
	text-align:left;
}

.filter-menu .dropdown ul.dropdown-menu {
    border-radius:0px;
    box-shadow: none;
    margin-top: 0px;
    z-index: 9;
    width: 225px;
    left: auto;
    background: #fff;
    border: 0px;
    box-shadow: 0 -2px 10px rgba(54,54,54,0.1);
    padding: 15px 0px;
}
.filter-menu .dropdown ul.dropdown-menu:before {
	border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    -webkit-filter: drop-shadow(0 -2px 2px rgba(54,54,54,0.2));
    filter: drop-shadow(0 -2px 2px rgba(54,54,54,0.2));
}
.filter-menu .dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}
.pad0{ padding:0px}

.panel{border:0px; border-radius:0px; -webkit-box-shadow: none; box-shadow:none; padding:0px 10px 0px 15px;} 
.panel-group{ padding:15px 0px; border:1px solid #eee;}
.panel-group .panel+.panel{ margin-top:0px;}
.panel {-webkit-box-shadow:0; box-shadow:0;}
.panel-default {border:0px}
.panel-default>.panel-heading{border:0px; background:transparent}
.panel-default>.panel-heading:focus{background:transparent;}
.panel-heading {padding:0px; border:0px; background:#ffffff; border-radius:0px; border-left:4px solid #000;}
.panel-heading a{display: block;}
.panel-heading a img{width:42px; height:42px; padding:2px; border:1px solid #fff}
.panel-heading a img:hover{border:1px solid #fff}
.panel-heading a:hover{ color:#555555}
.panel-title {font-size:15px; font-weight:500; color:#1c1b1b; letter-spacing:2px; text-transform: uppercase; margin-bottom:0px; position: relative;}
.panel-title .fa {margin-right:6px; font-weight:100!important}
.panel-title a:after {content: "-";  font-size:30px; font-weight:200; right:-7px; position: absolute; z-index: 111; width: 28px; height: 28px; line-height: 30px; top:-6px;}
.panel-title a.collapsed:after {content: "+";  font-size:30px; font-weight:200; right:-5px; position: absolute; z-index: 111; width: 28px; height: 28px; line-height:23px; top:-4px; }
.panel-body {font-size:15px; padding:10px 0px 0px 0px; border:0px!important; margin:0px}
.panel-body a{background:transparent; color:#1c1b1b; display: block; font-size:14px; font-weight:400; padding:4px 0px; text-decoration: none;}
.panel-body a:hover{color:#000}
.panel-divider{border-bottom: 1px solid #ddd; margin-bottom:15px; padding-bottom:13px !important;}
.panel-body>.filter-color a{ float:left; padding:3px; border:1px solid #fff; margin:5px 5px 5px 0px}
.panel-body>.filter-color a.active{border:1px solid #000;}
.panel-body>.filter-color a img {width:30px; height:30px;}
.panel-body>.filter-color a:hover{ border:1px solid #eee}

.check-filter {
	display: block;
    position: relative;
    padding-left: 28px;
    margin-top: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
	line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check-filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #ddd;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.check-filter:hover input ~ .checkmark {
   border:1px solid #000;
   -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.check-filter input:checked ~ .checkmark {
  background-color:#000;
  border:1px solid #000;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-filter input:checked ~ .checkmark:after {
  display: block;
}
.check-filter .checkmark:after {
	left: 7px;
    top: 1px;
    width: 5px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-bdr-right{ border-right:1px solid #eee;}


/*mobile filters*/
.sidenav {
	width:100%;
	height:0;
	position: fixed;
	z-index:999999;
	bottom: 0;
	left: 0;
	right:0px;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.5s;
	padding-top:0px;
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}
.sidenav .closebtn {
  position: absolute;
  z-index:9;
  top:3px;
  right:0px;
  font-size:36px;
  width:30px;
  height:30px;
  line-height:36px;
  color:#1c1b1b;
  text-align: center;
  font-weight:100
}
.sidenav .closebtn:hover{
  color:#000000;
}

.sidenav h3{
	font-size:18px;
    font-weight:400;
    color: #1c1b1b;
    letter-spacing: 0.2em;
	padding:6px 0px 10px;
    text-transform: uppercase;
	text-align:center;
	border-bottom:1px solid #ddd;
    position: relative;
	margin-top:8px;
}

	
.fliter-btn-side-panel{width:100%; padding:10px; bottom:0px; position: absolute;  background:#fff;}
.fliter-btn-side-panel .Button--half{ width:48%}

/*mobile sort*/
.bottomnav {
	width:100%;
	height:0;
	position: fixed;
	z-index:999999;
	bottom: 0;
	left: 0;
	right:0px;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.5s;
	padding-top:0px;
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}
.bottomnav .closebtn {
	position: absolute;
	z-index:9;
	top:4px;
	right:0px;
	font-size:36px;
	width:30px;
	height:30px;
	line-height:36px;
	color:#1c1b1b;
	font-weight:100!important
}
.bottomnav .closebtn:hover {
	color:#000000;
}
.bottomnav h4 {
	font-size: 18px;
	font-weight:400;
	color: #1c1b1b;
	letter-spacing: 0.2em;
	padding:7px 0px 10px;
	text-transform: uppercase;
	text-align:center;
	border-bottom:1px solid #ddd;
	position: relative;
	margin-bottom:25px;
}
.bottomnav ul{padding-left: 20px;}
.bottomnav ul li {
	list-style:none;
}
.bottomnav ul li a {
	color:#1c1b1b;
	font-size:12px;
	text-transform:uppercase;
	text-align:right;
	padding-right:35px;
	line-height:30px;
	letter-spacing: 0.2em;
}
.bottomnav ul li a:hover {
	background:transparent;
	color:#000
}
/*end mobile sort*/


.newType-img-frame {
	padding:0px;
	position:relative;
	margin-bottom:30px;
	border:1px solid #eee
}
.newType-img-frame:hover{
	box-shadow:0 0 15px #ddd; z-index:5; border:1px solid #aaa}
.newType-img-front {
	position: relative;
	display: inline-block;
    transition: opacity .8s linear;
}
.newType-img-front .newType-img-back{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index:4;
	transition: opacity .8s linear;
}
.newType-img-front:hover .newType-img-back{
	display: inline;
	transition: opacity .8s linear;
}
.newType-image{
	display: block;
	width: 100%;
	height: auto;
}
.newType-img-frame:hover .newType-img-back{
	display: inline;
	transition: opacity .8s linear;
}

.newType-product-info{
	width:100%;
	padding:8px 17px;
}
.newType-product-info h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:13px;
	font-weight:600;
	line-height: 20px;
	color:#000;
	letter-spacing:1px;
	padding: 0;
	margin:0px;
	text-transform:uppercase;
	margin-bottom:0px;
	transition: color 0.2s ease-in-out;
}
.newType-prod-des {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight:500;
	color:#616161;
	line-height:18px;
	margin-bottom:5px
}
/*.newType-prod-star i{ padding:3px 4px 3px 4px; font-size:15px; border-radius:3px; margin-right:3px; color:#fff; background:#091f44; margin-bottom:10px}
.newType-prod-star .disable{opacity:0.2}*/
.newType-prod-price {
	font-size:12px;
	color: #616161;
	font-weight:400;
	line-height:18px;
	margin-top:3px;
	margin-bottom:5px;
}
.newType-prod-size{font-size:10px; color: #616161; font-weight:400; margin-top:12px; margin-bottom:10px;}
.newType-prod-size span{ border:1px solid #ddd; padding:5px 8px; margin-right:2px}
.newType-prod-size span.disable{color:#e7e5e5; border:1px solid #e7e5e5;}

.newType-prod-price del{ margin-right:5px; color:#9f9f9f}
.newType-prod-price span{ margin-left:5px; color:#F00}
 
.newType-new-icon {
    position: absolute;
    top:10px;
    left:10px;
    z-index:5;
    padding:5px 5px 4px 6px;
    text-transform: uppercase;
    line-height: 1;
    font-size:12px;
    font-weight: 700;
    background: #cd0307;
	color:#fff;
}
.newType-new-icon:after {
	content: '';
    position: absolute;
    border-style: solid;
    border-width:10px 0 11px 10px;
    border-color: transparent #cd0307;
    right: -10px;
    top: 0px;
}
/* End product filter page */






/* About page */
.about-us {padding:50px 0px; border-bottom:1px solid #f7f7f7}

.about-us .title-line{ width:3px; height:150px; background:#000; margin-left:38px}

.about-us .title-line span{ width:3px; height:40px; background:#fff; margin-top:32px; position:absolute;}

.about-us .title {
    font-size:30px;
    margin:-116px 0px 15px 0px;
    font-weight:700;
    background:#1a1c2b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
	z-index:10;
	position:absolute}
	
.about-us .title span{
    background:#000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
	
.about-us .about-text{ padding-top:10px; margin-top: -75px; margin-left: 66px;}
.about-us .about-text p{
	font-size: 16px;
    color: #000;
    line-height: 23px;
    margin: 0 0 10px;
    font-weight:400;
    text-align: justify;
}
.about-img-r{ border-radius:180px 0px 0px 180px;}
.about-img-l{ border-radius:0px 180px 180px 0px}


.about-us .about-text2{ padding-top:10px; margin-top: -75px; margin-left: 66px;}
.about-us .about-text2 p{
	font-size: 16px;
    color: #000;
    line-height: 23px;
    margin: 0 0 10px;
    font-weight: 300;
    text-align: justify;
}
/* End about page */


/* Contact page */

.enquiry-box-frame{ position:relative; margin:0px 0px 30px 0px; top:-50px; padding-left:60px}

.enquiry-box{margin:0px;}

.enquiry-box input,
.enquiry-box select,
.enquiry-box option,
.enquiry-box textarea{
    width: 100%;
    background: #fff;
	border:1px solid #1a1c2b;
    outline: none;
	font-size:15px;
	font-weight:300;
    padding-left:15px;
}


.enquiry-box input {
    height: 50px;
    line-height: 50px;
    margin-bottom:15px;
}

.enquiry-box select {
    height: 50px;
    line-height: 50px;
    margin-bottom:15px;
}

.enquiry-box option {
    height: 50px;
    line-height: 50px;
    margin-bottom:15px;
}

.enquiry-box textarea {
    height:200px;
    padding-top: 10px;
    resize: none;
    margin-bottom:5px;
}

.enquiry-box .check-filter{ font-weight:500;}
.enquiry-box .check-filter input{ float:left; width:90%}

.enquiry-btns{ display:-webkit-box}
.enquiry-btns .Button--half{ width:48%}



.contact-info{margin:0px;}
.contact-info iframe{margin-bottom:15px;}
.contact-info p{ font-size:15px; margin-bottom:15px;}


/* End Contact page */

.clearfix {clear: both!important}





/* New ul li */
.about-us .about-text ul{ margin:0px; padding:0px}
.about-us .about-text li{
	font-size: 16px;
    color: #000;
    margin:0px;
    font-weight:400;
    text-align: justify;
	list-style:none
}
.about-us .about-text li i{ font-size:18px; color:#000; margin-right:3px}
@media screen and (max-width:767px) {
.about-us .about-text ul{ margin:0px;}
.about-us .about-text li{ margin:10px 0px 0px 0px; line-height:normal}
}
/* End new ul li */







.mar0{ margin:0px}




/* cart toggle section */

.cartnav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index:999999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top:20px;
  box-shadow: 0 0 100px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 100px rgba(0,0,0,0.5);
  -ms-box-shadow: 0 0 100px rgba(0,0,0,0.5);}
  
  
  .cartnav .closebtn {
	position: absolute;
    top: 10px;
    left: 10px;
    font-size: 35px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border: 1px solid #000;
    border-radius: 25px;
    text-align: center;
    font-weight: 200;
}

.cartnav .closebtn:hover{
   background:#000;
   color:#fff
	
}

.cartnav .item{border-bottom: 1px solid #eee;display: inline-block; margin-bottom:5px; padding-top:5px; padding-bottom:5px}

.cartnav img{ margin-left:5px;}

.cartnav h3{
  font-size:20px;
  font-weight: 400;
  text-align:center
}
.cartnav .text{
  font-size:14px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-left:-15px;
  margin-top: 10px;
}
.cartnav .price{
  font-size:14px;
  font-weight:600;
  margin-bottom: 5px;
  margin-left:-15px
}
.cartnav .view-cart{
  font-size:12px;
  font-weight:600;
  text-align: center
}
.cart-btn{background:#000; width: 100%; font-size:12px; line-height:20px; letter-spacing:2px; padding-bottom:6px; color:#fff; margin-top:10px; margin-bottom:5px; border-radius:0px}
.cart-btn:hover{background:#1f64d5; color:#fff}
.cart-btn:focus{color:#fff; border:0px; outline:0px}



/*******About us*******/
.page-title{
	font-size: 28px;
    font-weight: 400;
}

.page-description
{
	font-size: 14px;
    font-weight: 500;
    color: #6b6767;
}



/* login */
.inner-banner {
    position: relative;
    color: #fff;
    width: 100%;
    height: 170px;
	margin-top: 100px;
}

.img-content2 img,
.img-content2:hover img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity 1.5s
}
.inner-banner .inner-title {
    font-size: 24px;
    margin: 0;
    font-weight:300;
    text-shadow: 0 4px 0 rgba(24, 86, 116, .24);
    z-index: 9;
    position: relative;
    text-align: center;
    padding: 80px 0;
}

.inner-banner .inner-title span {
    font-size:40px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

.inner-banner .inner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(24, 86, 116, .8), rgba(24, 86, 116, 1))
}

.about{background: url(../images/about-banner.jpg);background: cover;}
.athletic{background: url(../images/athletic-banner.jpg);background: cover;}

.inner-section {
    padding:50px 5px;
}

.img-bg,
.img-content2 {
    background: -webkit-linear-gradient(left, rgba(218, 51, 41, 1), rgba(229, 138, 34, 1))
}

.inner-section .title {
    font-size: 30px;
    margin: 0 0 10px 0;
    font-weight:400;
    color: #185674
}

.inner-section .title2 {
    font-size: 28px;
    margin: 10px 0 20px;
    font-weight: 600;
    color: #58585a
}

.inner-section .big {
    font-size:22px;
    line-height: 30px;
    color: #58585a;
    margin: 0 0 10px;
    font-weight:400
}
.login-inner-section{
    padding:50px 5px;
}

.login{    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    padding:15px 15px 20px 15px;
    max-width: 480px;
    margin:0px auto;
    padding-bottom: 25px;}

.login .authTitle {
    text-align: center;
	line-height: 300%;
}
	
.login .socialButtons a {
	color: white;
	opacity:0.9;
}
.login .socialButtons a:hover {
    color: white;
	opacity:1;    	
}
.login .socialButtons .btn-facebook {background: #3b5998; line-height:20px; width: 100%; font-size:18px}
.login .socialButtons .btn-twitter {background: #00aced; line-height:20px; width: 100%; font-size:18px}
.login .socialButtons .btn-google {background: #c32f10; line-height:20px; width: 100%; font-size:18px}


.login .loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.login .loginOr .hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.login .loginOr .spanOr {
	display: block;
    position: absolute;
    left: 53%;
    top: -0.9em;
    margin-left: -1.5em;
    background-color: white;
    width: 2em;
    text-align: center;
    font-size: 35px;
    font-weight: 300;
}			

.login .loginForm .input-group.i {
	width: 2em;
}
.login .loginForm  .help-block {
    color: red;
}


.tabs-left > .nav-tabs {width:100%!important; font-size:15px; font-weight:500; margin-bottom:25px; display:block!important}
.tab-content > .tab-pane, .pill-content > .pill-pane {display: none;}
.tab-content > .active, .pill-content > .active {display: block;}
.tab-content h3{ font-size:22px; color:#00a7e1; font-weight:500; margin-bottom:0px}
.tab-content strong{ font-size:18px; font-weight:500; color:#555555;}
.tabs-left > .nav-tabs > li > a {color:#999; float:left; width:100%; text-align: center; padding:15px; margin-right: 0px; font-size:16px; border-radius: 0px; text-transform: uppercase; border-top: 1px solid #999; border-bottom: 1px solid #999;     border-left: 0px solid #ddd; border-right: 0px solid #ddd;}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus { color:#185674; font-weight:600; padding:15px!important; margin-bottom:0px; border-top: 1px solid #185674; border-bottom: 1px solid #185674}
.tabs-left > .nav-tabs > li > a:hover{background:transparent; border-top: 1px solid #185674}

.login .login-btn{background:#1b688d; line-height:20px; width: 100%; font-size:18px; color:#fff}
.login .login-btn:hover{background:#185674;}

.forgotPwd{ font-size: 13px!important; font-weight:400; text-transform: uppercase; margin-top: 10px}
.forgotPwd a{
	color:#185674;
}

/* Forgot password css */


.forgot-overlay-bg{
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10301;
    display: none
}
.forgot-passwoord-inner-popup {
    position: fixed!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    z-index: 10302!important;
    background: #fff!important;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3)!important;
    display: none;
    top: 50%!important;
    padding: 7px;
	width:320px !important;
	border-radius:5px !important;
}
.forgot-password-closed-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 30px;
    cursor: pointer;
	float:right;
}
.forgot-popup-img {
	float:right !important;
}
#forgot-password-submit
{
	line-height: 20px !important;
}


/* New Signup css */


.new-signup-overlay-bg{
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10301;
    display: none
}
.new-signup-inner-popup {
    position: fixed!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    z-index: 10302!important;
    background: #fff!important;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3)!important;
    display: none;
    top: 50%!important;
    padding: 30px;
	width:360px !important;
	border-radius:5px !important;
}
.new-signup-closed-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 30px;
    cursor: pointer;
	float:right;
}
.new-signup-img {
	float:right !important;
}
#new-signup-submit
{
	line-height: 20px !important;
}
/* Cart delete */

.cart-delete-overlay-bg{
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10301;
    display: none
}
.cart-delete-inner-popup {
    position: fixed!important;
    left: 48%!important;
    transform: translate(-50%, -50%)!important;
    z-index: 10302!important;
    background: #fff!important;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3)!important;
    display: none;
    top: 50%!important;
    padding: 30px;
	width:360px !important;
	border-radius:5px !important;
}


.formgroup .formgroup-info{ margin-top:0px; text-align:left; padding:0px}
.formgroup .formgroup-info h3{     
	font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0px;
    letter-spacing: 1px;
	text-align:center;
	}
.formgroup .formgroup-info p{margin-bottom:5px;font-size:14px;font-weight: 500;}
.formgroup .formgroup-info input,textarea,email,tel,select{
    width: 100%;
    background: 0 0;
    border: 1px solid #eee;
    padding:7px;
    margin-bottom:10px;
    max-width: 100%;
    text-indent: 10px;
    outline: 0;
	font-size: 14px;
	height:40px;
}
.formgroup .formgroup-info input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    border: 1px solid #f00!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(206, 28, 43, 0.0), 0 0 8px rgba(206, 28, 43, 0.0)!important;
    box-shadow: inset 0 1px 1px rgba(206, 28, 43, 0.0), 0 0 8px rgba(206, 28, 43, 0.0)!important;
}
input[type=tel]{
    width: 100%;
    background: 0 0;
    border: 1px solid #eee;
    padding:7px;
    margin-bottom:10px;
    max-width: 100%;
    text-indent: 10px;
    outline: 0;
	font-size: 14px;
	float: left;
    margin-right: 10px;
    line-height: 30px;
    height: 45px;
}
/*Start Form group End*/

/*Start pincode autopopulate box*/
			#pincode-list-suggestion{float:left;list-style:none;margin-top:-20px;padding:0;width:190px;position: absolute;}
			#pincode-list-suggestion li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;}
			#pincode-list-suggestion li:hover{background:#ece3d2;cursor: pointer;}
/*End pincode autopopulate box*/


/*Start Bulk Enquiry Pop Up*/
.bulk-enquiry-overlay{
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10301;
    display: none
}
.bulk-enquiry-area {
    position: fixed;
    left: 30%!important;
    right: 30%!important;
    z-index: 10302!important;
    background: #fff!important;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3)!important;
    display: none;
    top: 20%!important;
    padding: 30px;
	width:40% !important;
	border-radius:5px !important;
}

#bulk-enquiry-area-closed-btn {
    position: relative;
    top: 4px;
    right: 4px;
    font-size: 30px;
    cursor: pointer;
	float:right;
}
.bulk-enquiry-area-img {
    float: right !important;
}
.bulk-enquiry-area-submit
{
	line-height: 20px !important;
}
/*End Bulk Enquiry Pop Up*/
/*Start Bulk Check-Out Pop Up*/
.b2b-checkout-overlay{
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10301;
    display: none
}
.b2b-checkout-inner {
    position: fixed;
    left: 30%!important;
    right: 30%!important;
    z-index: 10302!important;
    background: #fff!important;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3)!important;
    display: none;
    top: 20%!important;
    padding: 15px;
	width:40% !important;
	border-radius:5px !important;
}

#b2b-checkout-inner-closed-btn {
    position: relative;
    top: 4px;
    right: 4px;
    font-size: 30px;
    cursor: pointer;
	float:right;
}
.b2b-checkout-inner-img {
    float: right !important;
}


/*End Bulk Check-Out Pop Up*/

/*Error class*/
.error-focus
{
	border: 1px solid red !important; 
}
/*Error class*/

/*Subcategory title class*/
.subcategory-head{
	text-align: center;
    font-size: 18px;
    text-transform: uppercase;
	letter-spacing: 1px;
}
/*Subcategory title class End*/

#webpage-loadler{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("https://www.candkbags.com/images/candkbags-gif-maker.gif") no-repeat center center rgba(255,255,255,0.95)
}

.custumWidth
{
  width:90% !important;
}
.lead-time {
  line-height: 20px;
  display: flex;
  padding: 10px 0;
}
.lead-time .pre-icon {
  display: inline-block;
  padding: 0 8px;
  background-image: linear-gradient(-45deg, #f5515f, #ff7527);
  border-radius: 2px 0 0 2px;
  color: #fff;
  font-family: Roboto-Bold,sans-serif;
  font-size: 12px;
}
.lead-time .icon-ins {
  display: flex;
  background: #fff0e6;
  border-radius: 2px;
  align-items: center;
  padding-left: 4px;
  padding-right: 12px;
  font-size: 12px;
  color: #ff6a00;
}
.detail-next-icon {
  display: inline-block;
  font-family: DetailNextIcon;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.detail-next-icon.detail-next-xs:before, .detail-next-icon .detail-next-xs.detail-next-icon-remote {
  width: 12px;
  font-size: 12px;
  line-height: inherit;
}

.iconTag
{
  margin-left:10px;
  margin-right:5px;
  padding-top: 0px;

}
.product-price {
  display: flex;
  border-top: 1px solid #e6e7eb;
border-bottom: 1px solid #e6e7eb;
  padding: 20px 0;
  margin: 10px 0;
}
.product-price .price-item {
  width: 25%;
}
.product-price .price-item .quality {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-price span.promotion {
  color: #ff7519;
}
.product-price .price-item .price span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-decoration: line-through;
  display: block;
  line-height: 20px;
}
.lead-time {
  line-height: 20px;
  padding: 10px 0px 20px 0px;
  border-bottom: 1px solid #e6e7eb;
  margin-top: 10px;

}
.lead-attr {
  width: 110px;
  color: #666;
  font-size: 14px;
}
 .lead-list {
  font-size: 11px;
  color: #333;
}
.lead-list table {
  border-collapse: collapse;
  border: 1px solid #c8d2e0;
}
 .lead-list table td:first-child {
  border-left: 0px solid #c8d2e0;
}
.lead-list table td {
  border: 1px solid #c8d2e0;
  padding: 8px 5px;
  text-align:center;
}
.customization {
  display: flex;
  min-height: auto;
  padding: 15px 0px 15px 0px;	
  border-bottom: 1px solid #e6e7eb;
}
.customization>label {
  font-size: 14px;
  color: #666;
  width: 110px;
}
.customization .custom-list {
  color: #333;
  font-size: 14px;
  margin-left: 5px;
}
.customization .custom-list .custom-item span {
  line-height: 20px;
}
#product-ta {
  min-height: 70px;
}
.micro-service-trade-assurance-protection {
  padding: 16px 0px 15px 0px;
  border-bottom: 1px solid #e6e7eb;
  background-color: #fff;
  color: #333;

}
.micro-service-trade-assurance-protection .item {
  display: flex;
}
.micro-service-trade-assurance-protection .item {
  margin-bottom: 0px;
}
.micro-service-trade-assurance-protection .micro-tap-col.micro-tap-col-fixed-5 {
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
}
.micro-service-trade-assurance-protection .item-value {
  color: #333;
  font-size: 14px;
  line-height: 26px;
  -ms-flex-align: center;
  align-items: center;
}
.micro-service-trade-assurance-protection .item {
  display: flex;
}
.express-item {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  border-bottom: 1px solid #e6e7eb;
  padding: 6px 0;
margin-bottom:20px;
}
.express-item .item-tips {
  font-size: 12px;
  color: #999;
  word-break: break-word;
}
.express-item .item-left {
  float: left;
  line-height: 20px;
}
.express-item span.ext {
  margin-right: 4px;
}
.express-item .item-right {
  text-align: right;
  max-width: 100%;
}
.express-item span.normal {
  color: #333;
  margin-right: 4px;
}
.express-item span.price {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 16px;
}

.pieces-info
{
	border: 1px solid #f2f2f2;padding: 2px;font-weight: 400;font-size: 12px;
}

.pieces-price
{
	float:right;font-size:12px !important;font-weight: 400 !important;
}
.shop-by-category-name
{
	text-align: center;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}
.phone-
{
	
}
.new-logo-call-btn
{
	color:#fff !important;
	line-height: 45px;
    margin-left: 62px;
	position: absolute;
    margin-top: 1px;
	font-weight:700;

}

.new-logo-call-btn-email
{
	color:#fff !important;
	line-height: 45px;
    margin-left: 62px;
	position: absolute;
    margin-top: 6px;
	font-weight:700;

	
}

.newType-img-front {
	position:relative;
	display:inline-block;
transition:opacity .8s linear
}
.newType-img-front .newType-img-back {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:8;
transition:opacity .8s linear
}
.newType-img-front:hover .newType-img-back {
	display:inline;
transition:opacity .8s linear
}

.newType-product-info {
	width:100%;
	padding:0px 10px 10px 10px;
	text-align:left
}
.newType-product-info h3 {
	font-size:18px;
	font-weight:500;
	line-height:25px;
	color:#000;
	padding:0;
	margin:0;
	letter-spacing:1px;
	margin-bottom:0px;
transition:color .2s ease-in-out
}
.newType-product-info h4 {
	font-family:'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
	line-height:20px;
	color:#000;
	padding:0;
	margin:0;
	text-transform:uppercase;
	margin-bottom:4px;
transition:color .2s ease-in-out
}

.qty-div
{
	padding:10px 10px 10px 10px;
}
.qty-div-in
{
margin:auto;width:200px;
}

@media screen and (max-width:767px) {
.newType-img-front {
width:50%;
float:left;
padding-top:15px
}

.newType-product-info {
width:50%;
padding:15px 5px 5px 10px;
float:right
}
.newType-product-info h3 {
line-height:20px;
height:auto;
padding-bottom:0;
font-size:15px;
text-transform:capitalize!important;
font-weight:500;
letter-spacing:1px;
}
.newType-product-info h4 {
margin-bottom:2px
}

}
#cart-done
{
	margin-left:-15px;
}
.disabled
{
	display:none !important;
}

.desktop-hide
{
	display:none !important;
}

.cart-total
{
	float: right;
    margin-right: 150px;
    font-size: 16px;
    color: #fff;
    margin-top: 7px;
    font-weight: 700;
	
}

.btn-primary
{
	color: #fff;
    background-color: #972724;
    border-color: #972724;
	
}
.btn-primary:hover {
    color: #fff;
    background-color: #ff914D;
    border-color: #ff914D;
}

.btn-success
{
	color: #fff;
    background-color: green;
    border-color: green;
}
.btn-success :focus
{
	color: #fff;
    background-color: green;
    border-color: green;
}
.btn-warning 
{
	color: #fff;
    background-color: #c5600a;
    border-color: #c5600a;
}

.overLayBgOTPVerifyOrder,
.overLayBgOrderProcess
{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10301;
    display: none;
}
.QcontactOrderOTPVerifyOrder,
.QcloseBtnOrderProcess {
    position: fixed !important;
    left: 48% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10302 !important;
    background: #fff !important;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5) !important;
    display: none;
    top: 50% !important;
    padding: 30px;
    font-size: 15px;
    border-radius: 5px;
    width: 320px;
}
#QcloseBtnOrderOTPVerify {
    position: absolute;
    top: 4px;
    right: 14px;
    font-size: 30px;
    cursor: pointer;
}
.resend-otp-class {
    text-align: center;
    width: 100%;
    background: #fff;
    color: #5271ff;
    height: 45px;
    line-height: 31px;
    font-size: 15px;
    padding: 0;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: right;
}
.resend-otp-class:hover {
    background: #fff;
    color: #5271ff;
    text-align: right;
}
.login_new_btn {
    display: block;
    text-align: center;
    width: 100%;
    background: #c38d4f;
    color: #fff;
    height: 45px;
    line-height: 31px;
    font-size: 15px;
    padding: 0;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    border: 1px #c38d4f solid;
    margin-bottom: 20px;
    font-weight: 700;
}
.login_new_btn:hover {
    background: #c3761bf7;
    color: #fff;
    font-weight: 700;
}
.QcontactOrderProcess {
    position: fixed !important;
    left: 48% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10302 !important;
    background: #fff !important;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5) !important;
    display: none;
    top: 50% !important;
    padding: 30px;
    font-size: 15px;
    border-radius: 5px;
}

.delete-product{
	margin-top: -20px;
}