/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@font-face {
    font-family: 'Oxygen-Bold';
    src:url(../fonts/Oxygen-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Ubuntu-Regular';
    src:url(../fonts/Ubuntu-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Ubuntu-Bold';
    src:url(../fonts/Ubuntu-Bold.ttf) format('truetype');
}
@font-face{
	font-family:'Oxygen-Regular';
	src:url(../fonts/Oxygen-Regular.ttf) format('truetype');
}
html,body{
	background:#fff;
	font-size: 100%;
	font-family:'Oxygen-Regular';
	 scroll-behavior: smooth;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}
a:hover, a:focus {
    text-decoration: none;
}

/*--header--*/
.head{
	position:relative;
}
.logo {
	text-align: center;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: 999;
}
.header-social{
	text-align: right;
}
.header-login ul li,.header-social ul li{
	display:inline-block;
	color: #fff;
}
.header-social ul li:first-child{
	font-size: 12px;
	font-weight: 600;
}
.header-login ul li {
	font-size: 14px;
	text-transform: capitalize;
}
.header-login ul li a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	margin: 0 6px;
	position: relative;
	line-height: 30px;
}
 
#current-user {
	font-weight: 600;
	font-style: italic;
}
.header-login ul li a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0%;
	height: 1px;
	background: #fff;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.header-login ul li a:hover::after {
	width: 100%;
}
.header-top {
    background-color: #ff3c00;
    padding: 0.3em 0;
}
.header-social ul li a i {
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.header-social ul li a:hover i{
	background: #fff;
	color: #ff3c00;
} 
ul.nav_1 li a {
    font-size: 14px;
    color: #3A3A3A;
    padding: 3px 0 3px 7px;
    position: relative;
}
.menu-top ul li a:hover {
    color: #ff3c00;
}
/*Header top Care Options*/
.top-submenu {
	position: relative;
}
.top-submenu ul {
	position: absolute;
	top: 30px;
	left: 0;
	width: 200px;
	background: #ff3c00;
	padding: 5px;
	z-index: 99;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: none;
}
.top-submenu:hover ul{
	display: block;
}
.top-submenu ul li{
	display: block;
}
.track-order li:first-child{
	margin:  10px 0;
}
.track-order li span{
	font-weight: 600;
}
.last-order-id {
	margin-bottom: 10px;
	font-size: 14px;
}
#last-order-id {
	margin: 0 8px;
}
.track-order form{
	position: relative;
	margin-bottom: 10px;
}
.track-order .form-control::placeholder {
	font-size: 13px;
}
.track-order form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #992400;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border: none;
	padding: 5px;
}




/*Header main menu style*/
#sticky-header {
	background: rgb(255, 235, 230);
}
.head-top {
	padding: 13px 0;
	position: relative;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5;
	display: flex;
	align-items: center;
}
.navbar-nav {
    padding: 16px 0;
    width: 170px;
}
.caret {
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 10px;
    top: 38%;
    display: none;
    color: #fff;
}
ul.nav_1 li a:hover .caret{
	display: block;
} 
ul.nav_1 li {
    float: none;
}
.navbar {
    margin-bottom: 0px;
	border:none;
	min-height: 100%;
}
div#bs-megadropdown-tabs {
	position: absolute;
	top: 46px;
	left: -205px;
	z-index: 999;
	background: #ffffff;
	padding: 0;
	width: 170px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #ff3c00;
    color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #ff3c00;
  color: #fff;
}
.col1 {
    float: left;
    width: 20%;
}
.menu-top {
    width: 850px;
	padding: 1em;
}
.col1 ul li{
	list-style:none;
	    border-right: none;
}
.col1 ul li a{
	padding: 6px 0px;
    display: block;
}
.col1 h4{
	font-size: 1.5em;
    color: #000;
    margin-bottom: 0.5em;
    font-family: 'Ubuntu-Regular';
}

/*--Sicky Menu--*/
.sticky-nav {
	left: 0;
	margin: auto;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 9999;
	animation: 300ms ease-in-out none fadeInDown;
	transition: .5s !important;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sticky-active-menu {
	position: absolute;
	left: -160px;
	display: none;
	cursor: pointer;
	height: 25px;
}
.menu-bars{
	position: relative;
	top: 4px;
}
.sticky-nav .sticky-active-menu {
	display: block;
}
.menu-bars span {
	background: #ff3c00;
	height: 2px;
	width: 30px;
	display: block;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transform: rotate(0deg);
	margin: 6px 0;
}
.menu-bars span:nth-child(1){
	margin-top: 0;
}
.active-bar span:nth-child(1){
	transform: rotate(45deg);
	margin-bottom: 0;
	margin-top: 5px;
}
.active-bar span:nth-child(3){
	transform: rotate(-45deg);
	margin-top: 0;
}
.active-bar span:nth-child(2){
	display: none;
}



.sticky-nav div#bs-megadropdown-tabs {
    display: none !important;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.active-menu.sticky-nav div#bs-megadropdown-tabs{
	display: block !important;
}
.sticky-nav .head-top {
    padding: 25px 0;
}
/*navigation-menu*/
.navigation-menu {
    display: inline-block;
}
.navi-mobile-menu{
	display: none;
}
.navigation-menu ul li {
	display: inline-block;
	position: relative;
	border-right: 1px solid #ff3c00;
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}
.navigation-menu ul li:last-child{
	border-right: none;
}
.navigation-menu ul li:hover {
	border-right: 1px solid #fff;
}
.navigation-menu ul li:last-child:hover{
	border-right: none;
}
.navigation-menu ul li a {
    color: #ff3c00;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    border-radius: 3px;
}
.navigation-menu ul li:hover a {
	background: #ff3c00;
	color: #fff;
} 
.navigation-menu ul li a span {
    font-size: 10px;
    margin-left: 5px;
}
.navigation-menu ul li a .caret-down {
	margin-left: 0;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	transition: .5s;
}
.navigation-menu ul li:hover .caret-down  {
	opacity: 1;
}
.navigation-sub-menu {
	position: absolute;
	left: 0;
	top: 27px;
	background: #fff;
	z-index: 9;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 15px 0 15px 0;
	display: none;
	transition: .5s;
	width: 170px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.navigation-menu ul li:hover .navigation-sub-menu{
	display: block;
}
.navigation-sub-menu ul li {
    display: block;
    line-height: 1.7;
    border-right: none;
}
.navigation-menu .navigation-sub-menu ul li:hover{
	border-right: none;
}
.navigation-menu .navigation-sub-menu ul li a {
    color: #3A3A3A;
    padding: 2px 84px 2px 7px;
    text-decoration: none;
    border-radius: 0;
    font-size: 14px;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    position: relative;
    background: #fff;
}
.navigation-menu .navigation-sub-menu ul li:hover a{
	color: #fff;
	background: #ff3c00;
}
.navigation-menu .navigation-sub-menu ul li a:hover .caret{
	display: block;
} 





/*--cart--*/
.itemContainer{
	width:100%;
	float:left;
}
.itemContainer div{
	float:left;
	margin: 5px 20px 5px 20px ;
}
.itemContainer a{
	text-decoration:none;
}
.cartHeaders{
	width:100%;
	float:left;
}
.cartHeaders div{
	float:left;
	margin: 5px 20px 5px 20px ;
}
.item_add {
  color: #000;
  border:none;
}	
a.item_add {
 text-decoration: none;
}		
.grid_1 img{
	margin-bottom:1em;
}
.box_1 img{
	margin-left: 5px;
}
.box_1 p a{
  color: #B5B3B3;
  font-size: 0.77em;
}

/*wish-n-cart*/
.wish-n-cart li {
	display: inline-block;
	list-style: none;
}
.wish-n-cart li:first-child {
	border-right: 1px solid #ff3c00;
	padding-right: 10px;
}
.wish-n-cart li a{
	color: #ff3c00;
}
.wish-n-cart ul {
	display: flex;
	justify-content: space-around;
}
.cart-top {
	position: relative;
}
#cart-quantity {
	position: absolute;
	top: -6px;
	right: -18px;
	font-size: 11px;
	color: #fff;
	background: #ff3c00;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
}



/*Main Search bar*/
.main-search form  {
	border:  none;
	position: relative;
	background: rgb(255, 235, 230);
}
.main-search form input {
    border: none;
    background: #fff;
    width: 100%;
    padding: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 14px;
}
.main-search form input:focus-visible{
	outline: 0;
}
.main-search button {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ff3c00;
    background: #ff3c00;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 100%;
    padding: 0 14px;
}

/*Mobile Search bar*/
.mobile-search {
	display: none;
	padding:  0 15px 20px;
}
.mobile-search form  {
	border:  none;
	position: relative;
	background: rgb(255, 235, 230);
}
.mobile-search form input {
    border: none;
    background: #fff;
    width:90%;
    padding: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 14px;
}
.mobile-search form input:focus-visible{
	outline: 0;
}
.mobile-search button {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ff3c00;
    background: #ff3c00;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 100%;
    padding: 0 14px;
}

/*End Mobile Search*/



.heart li{
	display:inline-block;
	border-right: 1px solid #ff3c00;
}
.heart li  a{
	font-size: 0.9em;
    color: #ff3c00;
	margin:0 1em;
    outline: none;	
}
/*--//header--*/


/*--banner--*/
.swiper-slide.slide-one {
	background: #ff3c00;
}
.swiper-slide.slide-two {
	background: #AF0B82;
}
.swiper-slide.slide-three {
	background: #5082F5;
}
.swiper-container {
	width: 100%;
	height: 344px;
}
.swiper-inner {
	margin: auto;
	width: 1140px;
}
.blank-space {
	width: 150px;
	height: 344px;
	overflow: hidden;
	float: left;
}
.swiper-slider-thumb {
	width: 988px;
	height: 344px;
	overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
	color: #fff;
	background: #ff3c00;
	height: 45px;
	width: 45px;
	border-radius: 5px;
	transition: .5s;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	background: #f00;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 20px;
	font-weight: 900;
}
.swiper-button-prev {
	left: -30px;
}
.swiper-button-next {
	right: -30px;
}
.swiper-container:hover .swiper-button-prev {
	left: 0px;
}
.swiper-container:hover .swiper-button-next {
	right: 0px;
}
.no-cssanimations .rw-wrapper .rw-sentence span:first-child{
	opacity: 1;
}
/*--//banner--*/
/*--content--*/
.content-top {
    padding: 30px 0 ;
}
.col-1 img{
}
.col-2 {
    padding-top: 1em;
}
.col-2 span{
	font-size: 1.4em;
    color: #ff3c00;
    line-height: 1.8em;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Ubuntu-Bold';
}
.col-2 h2{
	font-size: 2.5em;
    line-height: 1.8em;
    font-family: 'Oxygen-Bold';
}
.col-2 h2 a{
	text-decoration:none;
    color: #000000;
}
.col-2 h2 a:hover{
    color: #ff3c00;
}
.col-2 p{
	font-size: 0.9em;
    color: #B3B3B3;
	line-height:1.8em;
	margin:0 0 1.5em;
}
 a.buy-now{
	    font-size: 0.9em;
    color: #ff3c00;
    text-decoration: none;
    border-bottom: 2px solid #ff3c00;
    padding: 0 0 0.5em;
    display: inline-block;
}
a.buy-now:hover{
    color: #000;
    border-bottom: 2px solid #000;
}
.col-3{
	position:relative;
	margin-bottom:1.5em;
}
.col-3:last-child{
	margin-bottom:0em;
}
.col-pic{
	position:absolute;
	top:0;
	background:rgba(0, 0, 0, 0.59);
	width:100%;
	height:100%;
	text-align:center;
	padding-top: 6.5em;
}
.col-pic p{
	color:#fff;
	font-size:1.1em;
	text-transform:uppercase;
	font-family: 'Oxygen-Bold';
}
.col-pic h5{
	color:#ff3c00;
	font-size:2em;
	text-transform:uppercase;
	font-family: 'Ubuntu-Bold';
}
.col-pic label{
	width:100px;
	height:2px;
	display:block;
	background:#fff;
	border-radius:10px;
	margin: 0.5em auto;
}
/*--content-middle--*/
.content-mid {
	padding-bottom: 60px;
}
.content-mid h3{
	font-size: 2.5em;
    color: #000000;
    line-height: 1.8em;
    font-family: 'Ubuntu-Regular';
	text-align:center;
}

 label.line{
	width:200px;
	height:2px;
	display:block;
	background:#ff3c00;
	border-radius:10px;
	margin: 0.2em auto;
}
.block {
    float: right;
}
 .mid-1 span{
	font-size: 0.9em;
    color: #ff3c00;
    line-height: 1.8em;
    font-family: 'Ubuntu-Bold';
}
/*Section Head*/

.section-head {
	margin-bottom: 20px;
}
.section-head-title h1 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-family: 'Ubuntu-regular';
	background: #e63600;
	padding: 15px;
	color: #fff;
}
.section-head-title h1 span {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.section-head p {
	display: inline-block;
}
.sub-title, .countdown-counter span{
	background: #ff3c00;
	color: #fff;
	padding: 8px 10px;
	border-radius: 3px;
}
.ending-text {
	margin: 0 20px;
	font-weight: 500;
	font-size: 18px;
}
.countdown-counter span {
	margin:  0 6px;
}
.buy-more {
    text-align: right;
    float: right;
}
.buy-more a {
    color: #ff3c00;
    border: 1px solid #ff3c00;
    border-radius: 3px;
    padding: 8px 16px;
    line-height: 2.8;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    font-size: 14px;
    text-transform: capitalize;
}
.buy-more a:hover{
	color: #fff;
	background: #ff3c00;
} 


/*===========Start flashsell Section With Single Product Section==============*/
#flashsell-section{
	padding: 60px 0 30px;
}
.flashsell-items, 
.sp-grid-items{
	transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    position: relative;
    margin: 0 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.sp-grid-items{
	margin: 0;
}
.flashsell-items:hover, 
.sp-grid-items:hover{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.flashsell-thumb,
.sp-thumb {
	position: relative;
}
.flashsell-thumb img,
.sp-thumb img{
	width: 100%;
}
.flashsell-thumb::before, 
.sp-thumb::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0, 0.2);
	opacity: 0;
	transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.flashsell-items:hover .flashsell-thumb::before,
.sp-grid-items:hover .sp-thumb::before {
	opacity: 1;
}
.fs-hover-content,
.sp-hover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.flashsell-items:hover .fs-hover-content, 
.sp-grid-items:hover .sp-hover-content {
	opacity: 1;
}
.fs-hover-content ul li,
.sp-hover-content ul li {
	display: inline-block;
	margin: 0 3px;
}
.fs-hover-content ul li a i,
.sp-hover-content ul li a i {
	background: #ff3c00;
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	font-size: 13px;
	transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;  
}
.fs-hover-content ul li a:hover i,
.sp-hover-content ul li a:hover i{
	color: #ff3c00;
	background: #fff;
}
.flashsell-content {
	padding:  10px 5px 10px 10px;
	margin-bottom: 10px;
}
.sp-content {
	padding:  10px 5px 10px 10px;
}
.flashsell-title, .sp-title {
    margin-bottom: 15px;
}
.flashsell-title a,
.sp-title a {
    color: #3A3A3A;
    font-size: 16px;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.flashsell-title a:hover,
.sp-title a:hover{
	color: #ff3c00;
}
.flashsell-price,
.fs-discount,
.sp-amount,
.sp-discount{
	color: #ff3c00;
} 
.flashsell-price, .flashsell-original-price,
.sp-price, .sp-original-price {
	display: inline-block;
}  
.flashsell-original-price{
    float: right;
    margin-right: 5px;
}
.sp-original-price {
	margin-left: 12px;
}
.sp-grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    margin-bottom: 10px;
}
.sp-reviews {
    margin: 6px 0 5px;
}
.sp-reviews ul li{
	display: inline-block;
	font-size: 12px;
	color: #ff3c00;
}
.sp-reviews ul li:last-child{
	color: #3A3A3A;
}
.flashsell-grid-container {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px 10px;
}
/*===========End flashsell Section==============*/

/*===========Start Billing Section==============*/
.billing-info{
	padding: 60px 0;
}
.bill-title h4 {
	font-family: 'Ubuntu-regular';
	text-transform: capitalize;
	background: #e63600;
	padding: 15px;
	color: #fff;
}
#billing-form {
	border: 1px solid #f2f2f2;
	padding: 20px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.bill-si-box {
	margin-bottom: 15px;
}
.bill-si-box label {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 6px;
}
.bill-si-box .form-control {
	height: 40px;
}
.select2-container .select2-selection--single {
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #999;
	font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
.select2-search--dropdown .select2-search__field:focus-visible {
	outline: 0;
}
.select2-results {
	font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #f2f2f2;
	color: #333;
}
.btn-common {
	background: #e63600;
	color: #fff;
	border: 1px solid #e63600;
	border-radius: 3px;
	width: 160px;
	height: 38px;
	margin: auto;
	display: block;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	text-transform: uppercase;
}
.btn-common:hover {
	background: #cc3000;
	border: 1px solid #cc3000;
}
#btn-update-bill-info {
	display: none;
}
.active-edit #btn-update-bill-info {
	display: block;
}
.active-edit #btn-save-bill-info {
	display: none;
}





/*===========End Billing Section==============*/


/*===========Start Manage User Account & Purchase History==============*/
.manage-user .bill-info-form {
	display: none;
}
.active-edit-user .bill-info-form {
	display: block;
}
#user-all-info {
	padding: 60px 0;
}
.tab-wrapper {
	border: 1px solid #f2f2f2;
	padding: 20px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
#return-refund .tab-wrapper {
	box-shadow: none;
}
.tab-pane {
	padding-top: 30px;
}
.nav-pills > li > a {
	color: #b32a00;
	border:  1px solid #b32a00;
	text-transform: capitalize;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li a:hover, 
.nav-pills > li.active > a:focus {
	background-color: #b32a00;
}

#user-all-info .ship-n-bill-content {
	margin-bottom: 0;
	box-shadow: none;
}

/*History content*/
.history-content {
	padding: 20px;
	border: 1px solid #f2f2f2;
}
.history-content .cart-thumb {
	margin-left: 0;
}
.history-content .cart-qty p, .delivery-status p{
	font-size: 14px;
	color: #999;
}
.history-content .cart-qty p span {
	color: #ff3c00;
	margin-left: 5px;
	font-weight: 600;
}
.delivery-status span  {
	margin: 0 5px;
	color: #ff3c00;
}
.manage-order a {
	color: #049cb9;
	font-size: 14px;
}
.manage-order a:hover {
	text-decoration: underline;
}
/*===========End Manage User Account & Purchase History==============*/


/*===========Start Order Track==============*/
#order-track{
	padding: 60px 0;
}
.title .order-id {
	color: #ff3c00;
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.track-content {
	border: 1px solid #f2f2f2;
	padding: 20px 10px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.order-status-inner {
	padding-left: 15px;
}
.order-status .title {
	margin-bottom: 20px;
	padding: 12px;
	background: #f2f2f2;
	font-size: 18px;
}
.order-status h4 {
	font-size: 15px;
	font-weight: 600;
	color: #ff3c00;
	margin-bottom: 10px;
}
.order-status .info {
	border-left: 10px solid #ff3c00;
	margin-bottom: 30px;
	padding-left: 15px;
	position: relative;
}
.order-status .info::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -13px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #ff3c00;
}
.order-status .info::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -13px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #ff3c00;
}
.order-status p {
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
}
.order-status p span {
	margin-right: 10px;
	color: #ff3c00;
	font-size: 13px;
}


/*===========End Order Track==============*/


/*===========Start Catagory Section==============*/
#catagory-section,
#collection-section{
	padding-bottom: 30px;
}
#onlyu-section{
	padding-bottom: 60px;
}
.catagory-grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    text-align: center;
}
.catagory-grid-items {
    border:  1px solid #f2f2f2;
    background: #fff;
    padding-bottom: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.catagory-grid-items:hover {
	box-shadow: 0 0 5px rgb(0, 0, 0, 0.2);
}
.catagory-thumb {
	margin-bottom: 20px;
}
.catagory-thumb img{
	width: 100%;
}
.catagory-title h4 {
	color: #3A3A3A;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	font-size: 16px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	padding: 0 5px;
}
.catagory-grid-items:hover .catagory-title h4{
	color: #ff3c00;
}
.see-more {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
}
.see-more a {
    color: #ff3c00;
    background: #fff;
    border: 1px solid #ff3c00;
    border-radius: 3px;
    padding: 10px 12px;
    text-transform: capitalize;
    font-size: 14px;
    transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.see-more a:hover {
	color: #fff;
	background: #ff3c00;
}

/*===========End Catagory Section==============*/


/*===========Start Related Product Section==============*/
.related-items{
	padding-bottom: 60px;
}
.related-items-carousel .sp-grid-items{
	margin-bottom: 15px;
	margin-left: 3px;
	margin-right: 3px;
}
/*===========End Related Product Section==============*/

/*===========Start Popular Product Section==============*/
.popular-product {
	padding-bottom: 30px;
}
.pp-grid-container {
	display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-gap: 20px 20px;
}
.pp-grid-container-two {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
	padding-top: 30px;
}
.pp-grid-items{
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.pp-thumb{
	position: relative;
	margin-bottom: 10px;
}
.front-img{
	display: block;
}
.back-img{
	display: none;
}
.pp-thumb:hover .back-img{
	display: block;
}
.pp-thumb:hover .front-img{
	display: none;
}
.pp-thumb img {
	width: 100%;
}
.pp-icon {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.pp-grid-items:hover .pp-icon{
	opacity: 1;
	top: 50%;
}
.pp-icon a {
	margin: 0px 6px;
}
.pp-icon a i {
	background: #ff3c00;
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	font-size: 13px;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
.pp-icon a:hover i{
	background: #fff;
	color: #ff3c00;
}

/*===========End Popular Product Section==============*/


/*===========Start Collection Section==============*/
.collection-grid-container{
	 display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    text-align: center;
}
.collection-grid-items {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	background: #fff;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	padding: 20px 0;
}
.collection-grid-items:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.cl-title {
    text-transform: capitalize;
    color: #3A3A3A;
    margin-bottom: 8px;
    font-size: 16px;
}
.cl-product-q {
    font-size: 14px;
    color: #3A3A3A;
}
.cl-product-thumb {
    margin-top: 18px;
}

/*===========End Collection Section==============*/

/*===========Start Ratings & Review Section==============*/
.rating-review {
	padding:  0  0 60px;
}
.review-content,
.rating-content {
	border: 1px solid #f2f2f2;
}
.review-content .media, .rating-content .ratings {
	padding: 25px;
	margin: 0;
}
.rating-rate h1 {
	font-size: 45px;
}
.rating-content {
	margin-bottom: 30px;
}
.rating-rate h1 span{
	font-size: 14px;
	text-transform: capitalize;
	font-style: italic;
}
.rating-rate ul li {
	display: inline-block;
	list-style: none;
	color: #ff3c00;
	margin-bottom: 5px;
}
.rating-rate ul li i.far{
	color: #f2f2f2;
}
.rating-rate ul li:last-child{
	margin-left: 10px;
	font-size: 12px;
	color: #555;
}
.ratings-count{
	margin: 15px 0;
}

.media img {
	border-radius: 50%;
}

.comment-form {
	padding: 0 25px 25px;
}
.comment-form .form-control {
	width: 50%;
	margin-bottom: 20px;
}
.btn-comment-submit {
	width: 150px;
	color: #fff;
	text-transform: capitalize;
	background: #ff3c00;
	border: 1px solid #ff3c00;
	border-radius: 3px;
	padding: 6px;
}

/*===========End Ratings & Review Section==============*/

/*===========Start Payment Method Section==============*/
#payment-section{
	padding:  60px 0;
}
.pm-grid-container {
	margin-bottom: 15px;
}
.title h4 {
	font-family: 'Ubuntu-regular';
	text-transform: capitalize;
	background: #e63600;
	padding: 15px;
	color: #fff;
}
.pm-wrapper {
	border: 1px solid #f2f2f2;
}
.pm-content {
	padding: 20px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.pm-grid-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap:  10px;
}
.pm-grid-content {
	background: #f2f2f2;
	text-align: center;
	padding: 30px 0;
	border-radius: 5px;
	color: #333;
	text-transform: capitalize;
}
.pm-grid-content:hover {
	color: #ff3c00;
}
.pm-grid-content i, .pm-grid-content img {
	margin-bottom: 10px;
	font-size: 35px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
}

.cash-on-delivary h4 {
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #ff3c00;
}
#btn-cod {
	text-align: center;
	margin: 20px auto 0;
	display: block;
	background: #e63600;
	color: #fff;
	border: 1px solid #e63600;
	border-radius: 5px;
	padding: 8px 20px;
}
#btn-cod:hover {
	background: #cc3000;
	border-color: #cc3000;
}
#btn-cod {
	display: none;
}
.active-btn-cod #btn-cod {
	display: block;
}

/*===========End Payment Method Section==============*/

/*===========End Thanks Section==============*/
#thanks{
	padding:  60px 0;
}
.thansk-content {
	text-align: center;
}
.thansk-content  h3 {
	color: #ff3c00;
	margin-bottom: 10px;
}
#order-id span {
	color: #ff3c00;
	font-weight: 600;
	font-size: 18px;
	margin-left: 10px;
}
.continue-shop {
	margin-top: 30px;
}
.continue-shop a {
	color: #fff;
	background: #e63600;
	border: 1px solid #e63600;
	border-radius: 5px;
	padding: 8px 20px;
}
.continue-shop a:hover {
	background: #cc3000;
	border-color: #cc3000;
}


/*----*/
/*-----------------------------------------------------------------------------------*/
/*	Stroke
/*-----------------------------------------------------------------------------------*/
.b-link-stroke{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	margin-bottom: 5px;
}
.b-link-stroke .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0em;
	left:0;
	text-align:center;
	color:#ffffff;
	padding-top:10em;
}
.b-link-stroke .b-wrapper:hover{
	background:rgba(217, 84, 89, 0.58);
}
.b-link-stroke .b-wrapper1{
	position:absolute;
	width:100%;
	height:100%;
	top:0em;
	left:0;
	text-align:center;
	color:#ffffff;
	padding-top: 7em;
}
.b-link-stroke .b-wrapper1:hover{
	background:rgba(8, 8, 8, 0.64);
	
}
.b-link-stroke .b-wrapper2{
	position:absolute;
	width:100%;
	height:100%;
	top:0em;
	left:0;
	text-align:center;
	color:#ffffff;
	padding-top:15em;
}
.b-wrapper1.long-img {
    padding-top: 15em;
}
.b-link-stroke .b-top-line{
	position:absolute;
	top:-100%;
	left:0;
	width:50%;
	height:100%;
	background:rgba(248, 69, 69, 0.59);
}
.b-link-stroke .b-bottom-line{
	position:absolute;
	bottom:-100%;
	right:0;
	width:50%;
	height:100%;
	background:rgba(248, 69, 69, 0.59);
}
.b-link-stroke .b-top-line, .b-link-stroke .b-bottom-line{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
} 
.b-link-stroke:hover .b-top-line{
	top:0;
}
.b-link-stroke:hover .b-bottom-line{
	bottom:0;
}

.sbar-active{
	display: none;
}


/*login 1to99*/
#login, #registration {
	padding: 60px 0;
}
.login-left-content {
	box-shadow: 0 3px 5px rgba(0,0, 0, 0.1);
}
.login-left-content h3 {
	background: #e63600;
	padding: 15px;
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
}
.login-left-content h3 span {
	color: #ff3c00;
	background: #fff;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 20px;
	font-weight: 600;
}
.login-left-wrapper {
	padding: 20px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.login-left-wrapper input {
	margin-bottom: 15px;
	height: 40px;
}
.login-left-wrapper #chk-add-permission {
	height: 100%;
	margin-bottom: 25px;
}
.form-main-login label {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px;
	color: #999;
}
.form-main-login label span{
	color: #ff3c00;
}
.login-left-wrapper .input-box {
	position: relative;
}
.toggle-pass {
	position: absolute;
	right: 12px;
	top: 9px;
	cursor: pointer;
}
.open-eye {
	display: none;
}
.toggle-eye .open-eye{
	display: block;
}
.toggle-eye .close-eye{
	display: none;
}
.forgate-pass {
	text-align: right;
}
.forgate-pass span {
	color: #049cb9;
	font-size: 12px;
	cursor: pointer;
}
.forgate-pass span:hover {
	text-decoration: underline;
}
.forgot-pass-code {
	display: none;
}
.show-fp-fild .forgot-pass-code{
	display: block;
}

.btn-login-main {
	margin-top: 15px;
}
.login-left-wrapper p{
	font-size: 13px;
	color: #555;
	margin-top: 15px;
}
.login-left-wrapper p a {
	color: #049cb9 ;
	text-decoration: underline;
}
.btn-login-main button, .login-using-social button, .btn-signup-main button {
	background: #e63600;
	border: 1px solid #e63600;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	width: 100%;
	padding: 8px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.btn-login-main button:hover, .btn-signup-main button:hover {
	background: #cc3000;
	border-color: #cc3000;
} 
.login-using-social button{
	margin-bottom: 15px;
	display: block;
	text-transform: capitalize;
}
.login-using-social button i{
	margin-right: 20px;
}
button.btn-login-u-facebook {
	background: #3b5998;
	border-color: #3b5998;
}
button.btn-login-u-google {
	background: #d34836;
	border-color: #d34836;
}
.login-using-social {
	padding: 20px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.new-user-reg {
	margin-top: 20px;
	font-size: 12px;
	color: #999;
}
.new-user-reg a{
	color: #049cb9;
	margin-left: 10px;
	text-decoration: underline;
}

/*Sign Up 1to99*/
.get-code-on {
	text-align: right;

}
.btn-get-code {
	background: #049cb9;
	border: 1px solid #049cb9;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	padding: 3px 10px;
	cursor: pointer;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}
.btn-get-code:hover {
	background: #037d96;
	border: 1px solid #037d96;
	color: #fff;
}
.enter-get-code {
	display: none;
}
.active-code .enter-get-code{
	display: block;
}
.signup-agreement p {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.signup-agreement a{
	color: #049cb9;
}
.signup-agreement a:hover{
	text-decoration: underline;
}

/*Modal*/
#modal_show {
	margin-bottom: 20px;
}
.modal_container{
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	transition: visiblity 0.5s ease;
}
.modal_container.visible {
	visibility: visible;
	z-index: 99999;
}
.modal_inner {
	background-color: #fff;
	width: 600px;
	max-width: 100%;
	padding: 30px 50px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	text-align: center;
}
.modal_container .login-left-content {
	box-shadow: none;
}
.modal_container #login {
	background: #fff;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	padding: 30px;
}
#modal_hide {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 20px;
	color: #fff;
	background: #ff3c00;
	padding: 4px 10px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
}
.modal-title {
	background: #e63600;
	padding: 10px 15px;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: #fff;
}
.modal_container .form-control::placeholder {
	font-size: 11px;
}
.modal_container .btn-login-main button {
	text-transform: capitalize;
	padding: 5px;
}
/*End Modal*/

/*Login Seller*/
#seller-signup {
	padding: 60px 0;
}
.seller-signup-wrapper {
	padding: 20px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.seller-signup-wrapper .login-left-wrapper {
	padding: 0;
	box-shadow: none;
}
#seller-signup .title h4{
	background: #e63600;
	color: #fff;
}
#seller-signup .login-left-content {
	border: none;
	box-shadow: none;
}
.ssw-title {
	margin-bottom: 10px;
	text-transform: capitalize;
}
.ssw-title span {
	color: #ff3c00;
	font-size: 12px;
}
.account-type {
	margin-bottom: 20px;
}
.account-type label {
	font-weight: normal;
	font-size: 15px;
	text-transform: capitalize;
}
.account-type label:first-child {
	margin-right: 20px;
}
#type-business {
	margin-left: 35px;
	margin-right: 10px;
}
#type-individual {
	margin-right: 10px;
}
.type-text {
	margin-top: 15px;
}
.type-text p {
	font-size: 14px;
	color: #555;
}
.type-business {
	display: none;
}
.type-active .type-business {
	display: block;
}
.type-active .type-individual {
	display: none;
}

.redirect-seller-acc {
	margin-top: 30px;
}
.redirect-seller-acc a {
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	background: #ff3c00;
	display: inline-block;
	border: 1px solid #ff3c00;
	border-radius: 45px;
	padding: 8px 70px 11px;
	font-weight: 600;
}
.redirect-seller-acc a:hover {
	color: #ff3c00;
	background: #fff;
	border-color: #fff;
}
.seller-signup-wrapper .signup-agreement input {
	height: inherit;
}


/*--====== Start Help Center======--*/

#customer-care-tab{
	padding: 60px 0;
}
.help-content  {
	padding-left: 15px;
}
.help-content h4 {
	margin: 20px 0 15px;
	font-weight: 600;
}
.help-content p {
	margin-bottom: 20px;
}
.single-order-p, .single-sell-p {
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
	padding: 25px 40px;
	width: 60%;
	margin: auto;
	border-radius: 20%;
	overflow: hidden;
}
#customer-care-tab .owl-carousel .owl-item img {
	margin: auto;
	width: 100%;
}
.owl-dots {
	text-align: center;
}
.owl-dot {
	height: 6px;
	width: 25px;
	background: transparent;
	display: inline-block;
	margin: 0 5px;
	border-radius: 35%;
	text-align: center;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	border: 1px solid #ff3c00;
}
.owl-dot.active {
	width: 35px;
	background: #ff3c00;
}

.help-inner-content ul {
	padding-left: 15px;
}
.help-inner-content ul li {
	font-size: 14px;
	color: #555;
	margin-bottom: 5px;
	list-style: circle;
}
.help-inner-content p {
	font-size: 14px;
	color: #555;
}

/*--====== End Help Center======--*/

/*--====== Start About-sectionr======--*/

.new-section {
	padding: 60px 0;
}
.new-section .content {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.new-section .content p {
	color: #555;
	line-height: 1.5;
	font-size: 15px;
}

/*--====== End About-sectionr======--*/





/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.rotateme{
	animation-name: rotateme;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

}
@keyframes rotateme{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
	    color: #ff3c00;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Ubuntu-Bold';
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.b-from-right{
	position:relative;
	right:-100%;
	    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Oxygen-Bold';
}
.b-animate-go:hover .b-from-right{
	right:0;
}
 label.b-from-right {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0.5em auto;
}

.b-scale{
	position:relative;
	transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	-webkit-transform:scale(0);
}
.b-animate-go:hover .b-scale, h1{
	transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
}
/*----*/
.women-top {
    float: left;
}
.img {
    float: right;
}
/*----*/
.mid-1 h6 {
    font-size: 1.2em;
    font-family: 'Ubuntu-Regular';
}
.mid-1 h6 a {
    color: #000000;
    text-decoration:none;
}
.mid-1 h6 a:hover {
    color: #ff3c00;
}
.mid-2 p{
	float:left;
	font-size:0.9em;
	color:#333;
}
.mid-2 p em{
	font-style:normal;
	color: #ff3c00;
}
.mid-2 p label{
	text-decoration: line-through;
	font-weight:400;
	margin-right:6px;
}
.mid-2 {
    padding-top: 1em;
}
.mid-1 {
    padding-top: 1em;
}
.mid-pop{
	position:relative;
	border: 1px solid #EFECEC;
    padding: 10px;
}
.zoom-icon {
	    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    display: block;
    left: 0;
    top: -152px;
    width: 290px;
    height: 219px;
	text-align:center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.zoom-icon .icon{
	width: 50px;
    height: 50px;
    display: inline-block;
    background: #ff3c00;
	color:#fff;
	font-size:1.3em;
    margin: 0 0.3em;
	line-height: 2.5em;
}
.zoom-icon .glyphicon-menu-right{
    background:#fff;
	color: #ff3c00;
}
.mid-pop .zoom-icon {
	top: 0px;
	width: 100%;
	height: 182px;
}
.mid-pop .pro-img:hover .zoom-icon {
    top: 33%;
    opacity: 1;
    filter: alpha(opacity=99);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.mid-popular {
    padding-top: 2em;
}
.banner-top {
	text-align: center;
	width: 100%;
	height: 340px;
	display: block;
	background: url(../images/back.jpg)no-repeat center/cover;
	padding: 5em 0;
}
.banner-top h1{
	font-size:3em;
	color:#fff;
	font-family: 'Ubuntu-Regular';
}
.banner-top h2 {
	font-size: 0.9em;
	color: #fff;
	margin-top: 1em;
	text-transform: capitalize;
}
.banner-top h2 a{
	color:#ff3c00;
}
.banner-top h2 label{
	margin:0 0.4em;
}
.banner-top em {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0.5em auto;
}
/*--typo-single--*/

.thumb-image > img { width: 100%; }
/*--single--*/
.single-para h1{
	font-size:1.5em;
	color:#52D0C4;
	line-height:1.5em;
	  font-family: 'OleoScript-Regular';
}
label.add-to{
	display:block;
	font-size: 2em;
	color: #000;
}
.single-para p{
	font-size:0.9em;
	color:#B2B2B2;
	line-height:1.8em;
}
a.cart{
  padding: 0.3em 0.7em;
  color: #FFF;
  background: #52D0C4;
  margin: 1.5em 0 0;
  font-size: 1em;
  display:inline-block;
  line-height: 1.6em;
  text-align: center;
  text-decoration:none;
}
a.cart:hover{
	background: #000;
}
/*----*/
.star-on {
  padding: 1em 0;
}
.star-on ul {
  float:left;
}

.star-on ul li{
	display: inline-block;
}
.star-on ul li i{
	color:#000;
}
.review{
	float:left;
	  padding: 0 1em;
}
.star-on a{
	text-decoration:none;
	font-size:1em;
	color:#52D0C4;
}
.star-on a:hover{
	color:#000;
}
.single-bottom h4{
	color:#000;
	font-size:1.5em;
	padding:0.5em;
	border-bottom:1px solid #fa7455	;
}
.single {
  padding: 5em 0 0;
}
.available h6{
	color:#52D0C4;
	font-size:1.4em;
	padding: 0 0 1em;
}
.available ul li{
	display:inline-block;
	padding:0 0.5em 0 0;
	color:#4c4c4c;
	font-size:0.9em;
}
.available ul li select {
  outline: none;
  padding: 3px;
}
.available {
  padding: 2em 0 1em;
}
/*--products--*/
.product-bottom {
    padding-top: 2em;
}
h4.cate {
    font-family: 'Ubuntu-Regular';
    font-size: 1.7em;
    color:#ff3c00;
}

ul.kid-menu{
	display: block !important;
}
.menu-drop {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
	margin: 0.5em 0;	
}
.menu-drop > li > a {
	width: 100%;
  margin: 0.3em 0;
	display:inline-block;
	position: relative;
	color: #000;
	font-size: 0.9em;
	text-decoration:none;
	    font-family: 'Oxygen-Bold';
}
.menu-drop > li > a:hover{
	color:#ff3c00;
}
.menu-drop ul li a {
	width: 100%;
	display: inline-block;
	position: relative;
	font-size: 0.8em;
	margin: 0.3em 0;
	color: #333;
	text-decoration: none;
	text-indent: 1.2em;
}
.menu-drop ul li a:hover{
	color:#ff3c00;
}
ul.kid-menu li,ul.cute li{
	list-style: none;	
}
.product {
    padding: 3em 0 0;
}
.item-grid1 {
    padding-bottom: 2em;
}
.item-grid1:nth-child(7) ,.item-grid1:nth-child(8),.item-grid1:nth-child(9){
    padding-bottom: 0em;
}
/*--single--*/
.span_2_of_a1 h3 {
	color: #fff;
	text-transform: capitalize;
	font-size: 1.3em;
	font-family: 'Ubuntu-regular';
	background: #e63600;
	padding: 15px 10px;
}
p.in-para {
	color: #121212;
	font-size: 0.9em;
	margin: 1em 0;
	border-bottom: 1px solid #f0f0f0;
	padding: 1em 0;
	margin-top: 0;
}
.price_single {
	border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1em;
}
span.reducedfrom {
	color: #ff3c00;
    font-size: 1.5em;
    font-family: 'Ubuntu-Bold';
    float: left;
}
.price_single a {
	color: #999;
	font-size: 13px;
	float:right;
	margin-top: 0.7em;
}
h4.quick {
	color: #212121;
	font-size: 1.2em;
	text-transform: capitalize;
	font-family: 'Ubuntu-Regular';
	margin-top: 1em;
}
p.quick_desc {
	color: #121212;
	font-size: 0.9em;
	margin: 1em 0 2em;
}
span.actual {
	color:#ff3c00;
	font-size: 1em;
	margin-right: 5%;
}
.btns-cart {
	margin-top: 1.6em;
	margin-bottom: 45px;
}
/*--quantity-starts--*/
.quantity{
	margin: 1.5em 0;
}
.qty-text {
	text-transform: capitalize;
	font-size: 16px;
	margin-right: 15px;
	color: #ff3c00;
}
.direct-buy, .add-to {
	width: 35%;
	text-align: center;
}
.product-color,
.product-size {
	border-bottom: 1px solid #f0f0f0;
	padding: 15px 0;
}
.product-color .color-title,
.product-size .size-title {
	margin-bottom: 10px;
	color: #ff3c00;
}
.product-color .color-content label,
.product-size li {
	font-weight: normal;
	font-size: 14px;
	margin-right: 10px;
	color: #555;
}
.product-size li {
	display: inline-block;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	padding: 5px 15px;
}
.product-size li.active{
	border-color: #ff3c00;
}
.direct-buy.hvr-skew-backward {
	background: #2abbe8;
}
.direct-buy.hvr-skew-backward:hover {
	background: #26ABD4;
}
.value-minus, .value-plus {
	height: 35px;
	line-height: 24px;
	width: 35px;
	margin-right: 3px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	color: #fff;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	border: 1px solid #b2b2b2;
	vertical-align: bottom;
	border-radius: 3px;
}
.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before{
	content: ""; 
	width: 13px;
	height: 2px; 
	background: #000;
	left: 50%;
	margin-left: -7px; 
	top: 50%;
	margin-top: -0.5px;
	position: absolute;
}
.quantity-select .entry.value-plus:after{
	content: "";
	height: 13px;
	width: 2px; 
	background: #000;
	left: 50%; 
	margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
	position: absolute;
}
.value {
	cursor: default;
	width: 35px;
	height: 35px;
	padding: 8px 0px;
	color: #ff3c00;
	line-height: 18px;
	border: 1px solid #E5E5E5;
	background-color: #E5E5E5;
	text-align: center;
	display: inline-block;
	margin-right: 3px;
	border-radius: 3px;
}
.quantity-select .entry.value-minus:hover,
 .quantity-select .entry.value-plus:hover{
	background: #E5E5E5;
}

.quantity-select .entry.value-minus{
    margin-left: 0;
}
/*--quantity-end--*/


/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  background-color: #e63600;
  color: #fff;
  padding: 0.5em 1em;
  font-size:1em;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  border-radius: 3px;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, 
.hvr-skew-backward:active {
	color:#fff;
	background:#cc3000;
    text-decoration:none;
}

ul.product-qty {
	padding: 0;
	list-style: none;
}
.product-qty span {
	color: #000;
	font-size:1.2em;
	padding-bottom: 0.5em;
	display: block;
	text-transform: uppercase;
	font-family: 'Ubuntu-Regular';
}
.product-qty select {
	border: 1px solid #eee;
	padding: 0.5em;
	font-size: 1em;
	outline: none;
}
.product-qty option {
	border: 1px solid #EEE;
}
.wish-list {
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
.wish-list ul{
	padding:0;
	list-style:none;
}
.wish-list li {
	display: inline-block;
	margin-right: 45px;
}

.wish-list li a {
	color:#ff3c00;
	font-size: 0.85em;
}
.wish-list li a span {
	padding-right:10px;
}
.wish-list li a:hover{
	text-decoration:underline;
}
.quantity_box {
	float: left;
    margin-right: 3em;
}
.size-top {
    margin: 2em 0;
}
.product-desc h4, .rnr-title h4 {
	background: #e63600;
	padding: 15px;
	text-transform: capitalize;
	font-family: 'Ubuntu-regular';
	color: #fff;
}
.product-desc {
	border:  1px solid #f2f2f2;
}
.product-desc-content {
	padding: 25px;
}
.product-feature {
	margin-top: 30px;
}
.product-feature li {
	list-style: inside;
	font-size: 14px;
	margin-bottom: 4px;
	border: 1px solid #f2f2f2;
	padding: 5px 8px;
}
.product-feature li span{
	font-weight: 600;
	text-transform: capitalize;
}

/*----*/
.tab-head {
    padding: 3em 0 0;
}
.tabs li a {
    padding: 1em;
    font-size: 0.9em;
    color: #B3B3B3;
    border-bottom: 1px solid #EDEDED;
}
.tabs  li a:hover,.tabs  li.active a{
	background:#ff3c00 !important;
	color:#fff;
}
.tab-content {
    padding-left: 0px;
}
.facts p {
    color: #B3B3B3;
    font-size: 0.9em;
    line-height: 2em;
    padding: 0 0 1em;
}
.facts ul li {
    list-style: none;
    color: #B3B3B3;
    font-size: 0.9em;
    padding: 0.3em 0;
}
.facts ul li span{
    padding-right: 0.5em;
}
nav.nav-sidebar {
    float: left;
    width: 30%;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
}
.one{
	float:right;
    width: 70%;
	 border: 1px solid #EDEDED;
	 padding:1em;
}
.product-at{
	padding-top:0;
}

/*--login--*/

.login-bottom h2{
	font-size: 1.4em;
	color:#000;
	 padding: 0em 0.9em 1em;
}
.login-mail{
	border: 1px solid #E9E9E9;
	margin-bottom: 2em;
	padding: 0.5em 1em;
}
.login-mail i{
	color: #ff3c00;
    font-size: 1em;
}
.login-mail input[type="text"],.login-mail input[type="password"]{
	border: none;
	outline:none;
	font-size: 0.9em;
    color: #999;
    width: 95%;
}
.login-do input[type="submit"]{
	border: none;
    outline: none;
    font-size: 1em;
    -webkit-appearance: none;
    cursor: pointer;
    background: none;	
}
.login-do label{
	font-weight:400;
}
.checkbox1 {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.2em;
	line-height: 27px;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	color:#000;
}
.checkbox1:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-size: 0.8em;
	margin-bottom: 1em;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox1 i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #E1DFDF;
}
.checkbox1 input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox1 input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox1 input {
	position: absolute;
	left: -9999px;
}
.checkbox1 input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.login-right h3{
	font-size: 1.5em;
    color: #000000;
    font-family: 'Ubuntu-Regular';
}
.login-right p {
    font-size: 0.9em;
    color: #B3B3B3;
    line-height: 1.8em;
    margin: 1em 0 ;
}
.produced {
	text-align: center;
}
.pd-bottom {
	margin-bottom: 30px;
}
/*--contact--*/
.contact-form {
    padding: 60px 0 30px 0;
}
.contact-form form {
	padding: 20px;
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.contact-top h3{
	font-size: 1.5em;
	color:#000;
	line-height:1.4em;
    font-family: 'Ubuntu-Regular';
}
.contact-top form div {
	padding: 0.5em 0;
}
.contact-top div input[type="text"], .contact-top div textarea {
	width: 100%;
	padding: 0.7em;
	margin:0.4em 0 0;
	background: none;
	outline: none;
	border: 1px solid #f2f2f2;
	-webkit-appearance: none;
}
.contact-top div textarea{
	height:160px;
	resize:none;
}
.contact-top div span{
	color:#999;
	font-size: 0.9em;
}
.contact-top label{
	font-weight:400;
	cursor:pointer;
}
.contact-top-in p{
	font-size: 1em;
	color: #494949;
	line-height: 1.6em;
	padding: 0.5em 0 1em;
}
.map{
	background: #801e00;
}
.map iframe {
  width: 100%;
  min-height: 350px;
  border: none;
}
.address-inner {
	padding: 20px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.contact-left h3{
   font-size: 1.5em;
	color:#000;
	line-height:1.4em;
   font-family: 'Ubuntu-Regular';
}
.contact-left p {
    font-size: 0.9em;
    color: #B3B3B3;
    line-height: 1.8em;
}
.address-grid i{
	color:#ff3c00;
	font-size:1em;
	float: left;
	margin: 0 5% 0 0;
	display: inline-block;
	line-height: 2em;
}
.address1{
	float: left;
}
.address-grid {
    padding: 1em 0;
}
.address1 h3{
	font-size: 1.2em;
	color:#000;
	line-height:1.4em;
    font-family: 'Ubuntu-Regular';
}
.address1 p{
	margin: 0;
}
.address1 p a{
	text-decoration:none;
	color: #7c7c7c;
}
.address1 p a:hover{
	color:#ff3c00;
}
.address-more h4{
	color:#000;
	font-size:2em;
	margin: 0 15px 0.7em;
}
.address {
  padding: 2em 0 0;
}
/*--404--*/
.four{
	padding:5em 0;
	text-align:center;
}
.four h3{
	font-size: 7em;
    color: #ff3c00;
    font-family: 'Ubuntu-Regular';
}
.four p{
	font-size: 0.9em;
    color: #B3B3B3;
    line-height: 1.8em;
    margin: 0 0 1.5em;
}


/*--Start Cart Page--*/
.cart-section {
	padding:  60px 0;
}
.cart-wrapper {
	border: 1px solid #f2f2f2;
}
.cart-wrapper.mt {
	margin-top: 35px;
}
.cart-remove-all {
	background: #e63600;
	padding: 14px 15px;
	position: relative;
}
.del-cart-all {
	color: #fff;
	cursor: pointer;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}
.del-cart-all:hover {
	color: #999;
} 
.cart-checkbox label{
	text-transform: capitalize;
	color: #fff;
	font-size: 15px;
}
.cart-checkbox label span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}
.cart-s-item {
	margin-bottom: 30px;
	overflow: hidden;
}
.cart-s-txt {
	float: left;
	font-size: 15px;
	text-transform: capitalize;
}
.cart-s-tk {
	display: block;
	float: right;
	font-family: 'Oxygen-bold';
}
.single-snb-info {
	margin-bottom: 20px;
}
.single-snb-info .title {
	margin-right: 10px;
	font-size: 14px;
	float: left;
	color: #ff3c00;
}
.single-snb-info .content {
	overflow: hidden;
}
.single-snb-info .content p{
	font-size: 14px;
	color: #555;
}
.btn-edit-snb-info .btn-edit a, .btn-edit-user-info a{
	color: #049cb9;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
}


.btn-edit-snb-info  i{
	font-size: 12px;
}
.btn-edit-snb-info .btn-edit a:hover, .btn-edit-user-info a:hover {
	color: #ff3c00;
}
.cart-summ-inner, .ship-n-bill-content {
	border: 1px solid #f2f2f2;
	padding: 20px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.ship-n-bill-content {
	margin-bottom: 30px;
}
.cart-summery-content h4, .ship-n-bill h4 {
	font-family: 'Ubuntu-regular';
	text-transform: capitalize;
	background: #e63600;
	padding: 15px;
	color: #fff;
}
.vr-form-wrapper .form-control {
	width: 65%;
	height: 40px;
	display: inline-block;
}
.btn-pay-voucher {
	width: 33%;
	display: inline-block;
	height: 40px;
}
.btn-pay-voucher:hover {
	background: #cc3000;
	border-color: #cc3000;
}
#btn-ckt-proceed {
	width: 100%;
}
.cart-subtotal-tk {
	color: #ff3c00;
}
.alart-txt {
	font-size: 12px;
	color: #ff3c00;
	display: block;
	padding-top: 3px;
	font-family: 'Ubuntu-regular';
}
.single-cart-content .alart-txt {
	margin-bottom: 10px;
}


a:focus {
	outline: 0;
}
.single-cart-wrapper {
	padding: 20px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.single-cart{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.single-cart:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.cart-content {
	width: 58%;
}
.quantity-select.cart-qty {
	margin-left: 45px;
	text-align: right;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: 0;
}
.cart-thumb {
	height: 85px;
	width: 85px;
	margin:0 15px;
}
.cart-thumb img {
	width: 100%;
}
.cart-p-title h4{
	font-family: 'Ubuntu-bold';
	text-transform: capitalize;
	font-size: 16px;
	margin-bottom: 5px;
}
.cart-p-title h4 a{
	color:#333;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.cart-p-title h4 a:hover{
	color: #ff3c00;
}
.cart-p-title p {
	font-size: 14px;
	margin-bottom: 5px;
	color: #999;
	text-transform: capitalize;
}
.cart-p-title p span {
	margin-right: 5px;
}
.cart-price-content {
	font-size: 14px;
}
.cart-price, .cart-discount {
	color: #ff3c00;
}
.cart-price, .cart-original-p, .cart-discount {
	display: inline-block;
}
.cart-original-p {
	margin-left: 35px;
}
.del-cart-item {
	margin-top: 16px;
}
.del-cart-item i {
	color: #999;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	cursor: pointer;
}
.del-cart-item i:hover {
	color: #ff3c00;
}


/*--//checkout--*/


/*--wish--*/
.wishlist {
	width: 31%;
	margin: 70px auto 65px;
	border: 1px solid #A6A5A5;
	text-align: center;
}
.wishlist h6{
	font-size: 1em;
    background: #F5F5F5;
    border-bottom: 1px solid #A6A5A5;
    padding: 0.8em;
    font-family: 'Ubuntu-Regular';
}
.wishlist h6 a{
	text-decoration:none;
	color:#a7a49c;
	padding: 0 0.5em 0 0;
}
.wishlist p{
	font-size:1.1em;
	color:#ff3c00;
	padding:0.8em 0 ;
}


/*--footer--*/
.footer-wrapper {
    background: #801e00;
    padding: 4em 0;
}
.footer-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.footer-widget h6{
	font-size: 1.4em;
    color: #fff;
    font-family: 'Ubuntu-Bold';
	margin-bottom: 1em;
    text-transform: uppercase;
}
.footer-widget  p{
    font-size: 0.9em;
    color: #fff;
    line-height: 1.8em;
    margin-top: 1em;	
}
.footer-widget  span{
    font-size: 0.9em;
    color: #fff;
    line-height: 1.8em;	
}
.in1 {
    float: right;
    margin-right: 60px;
}
ul.in li{
	list-style:none;
}
.method-in li {
	display: inline-block;
	list-style: none;
}
.method-in li img {
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 100%;
}
ul.in li a{
	color:#fff;
	font-size:0.9em;
	text-decoration:none;
	padding:0 0 0.5em ;
	display:block;	 
}
ul.in li a:hover {
    color: #ff764d;
}
ul.tag-in li{
	display:inline-block;
}
ul.tag-in li a{
	color:#fff;
	font-size: 0.9em;
    text-decoration: none;
    padding: 0.3em 0.7em;
    border: 1px solid #fff;
    display: block;
    margin-bottom: 0.6em;
    border-radius: 3px;	
}
ul.tag-in li a:hover{
    border: 1px solid #ff764d;
}
.footer-class a:hover{
	color:#fff;
}
.footer-widget input[type="text"] {
    width: 100%;
    padding: 0.5em 1em;
    margin: 0.7em 0;
    background: none;
    outline: none;
    border: 1px solid #B3B3B3;
    -webkit-appearance: none;
    font-size: 0.9em;
    color: #B3B3B3;
}
.footer-widget input[type="submit"] {
    width: 100%;
    font-size: 1em;
    background: #fff;
    padding: 0.5em 1em;
    text-align: center;
    color: #ff3c00;
    border: none;
    outline: none;
    -webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-widget input[type="submit"]:hover {
    color: #fff;
    background: #ff3c00;
}
.footer-bottom{
	background:#ff3c00;
	padding:1em 0;	 
}
.footer-class {
    color: #fff;
    font-size: 1em;
    text-align: center;
}
.footer-class a{
	color:#ff3c00;
	text-decoration:none;
}
.footer-bottom-top{
	float:left;
}
.footer-bottom-top li{
	display:inline-block;
}
/*--//footer--*/
/*--typo--*/
.page-header h3{
	font-size: 3em;
	color:#000;
	font-family: 'Ubuntu-Regular';
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.grid1 {
  margin: 1.5em 0 0;
}
.grid2{
	margin: 1em 0 0;
}
.page {
  padding: 4em 0 4em;
}
.bs-example {
  padding: 2em 0 0;
}
.form-horizontal .control-label {
  text-align: left;
}
/*--//typo--*/
/*--responsive--*/
@media(max-width:1366px){
}
@media(max-width:1280px){

}
@media(max-width:1220px){
.col1 ul li a {
    padding: 6px 0px;
}
.banner {
    height: 500px;
}
.col-pic {
    padding-top: 5em;
}
.mid-1 h6 {
    font-size: 1.05em;
}
.mid-2 p {
    font-size: 0.75em;
}
.wishlist {
    width: 42%;
}
.b-wrapper1.long-img {
    padding-top: 14em;
}
.heart li a {
    margin: 0 0.5em;
}
}
@media(max-width:1000px){
.navbar-toggle {
    background-color: #000 !important;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.col1 ul li a {
    padding: 6px 0px;
	font-size: 0.85em;
}
.search-right {
    width: 21%;
	float:left;
}
.heart span {
    margin: 0.6em;
}
.right button {
    left: 43px;
}
.box_1 p a {
    font-size: 0.7em;
}
.heart {
    margin-top: 0em;
}
}
@media(max-width:991px){

.menu-top {
    width: 660px;
    padding: 1em;
}
.col1 h4 {
    font-size: 1.2em;
}
.col-md{
	width:83%;
	margin:0 auto;
	padding-bottom: 2em;
}
.col-md1{
	width:83%;
	margin:0 auto;
}
.col-pic {
    padding-top: 7em;
}
.item-grid, .item-grid1 {
	width: 50%;
	float: left;
	padding-top: 2em;
	padding-left: 5px;
	padding-right: 5px;
}
.item-grid1 {
    padding-bottom: 0em;
}
.mid-popular {
    padding-top: 0em;
}
.footer-widget h6 {
    margin-top: 1em;
}
.col-md-9 {
    padding: 0;
}
.grid {
    width: 50%;
}
.contact-form {
    padding: 4em 0;
}
.login-do {
    padding-bottom: 2em;
}
.wishlist {
    width: 52%;
}
.b-wrapper1.long-img {
    padding-top: 19em;
}
/*--typo--*/
h1.grid2 {
  font-size: 2.3em;
}
.page {
  padding: 2em 0;
}
/*----*/
td.add-check a{
	    width: 119px;
}
th {
    font-size: 1.1em;
}
td {
    font-size: 0.9em;
}
}
@media(max-width:768px){

.banner {
    height: 450px;
	background-position-x: -883px;
}
}
@media(max-width:767px){
.search-right {
    width: 25%;
}
.navbar-nav {
    margin: 0;
	width: 100%;
}
.col1 {
    float: none;
    width: 100%;
}
ul.nav_1 li {
    border-right: none;
}
.navbar-nav > li > .dropdown-menu {
    left: inherit;
}
.navbar-nav > li > .mega-dropdown-menu {
    left: inherit;
}
.menu-top {
    width: 160px;
}
.content-top {
    padding: 4em 0;
}
.footer-bottom-top {
    float: none;
    text-align: center;
}
.banner-top {
	height: 250px;
	padding: 3em 0;
}
.product {
    padding: 2em 0 0;
}
.grid {
    width: 60%;
}
.tabs li a {
    padding: 1em !important; 
}
.product-at {
    padding: 2em 0 0;
}
.map iframe {
    min-height: 300px;
}
.wishlist {
    width: 60%;
}
th {
    font-size: 1em;
}
.close1, .close2, .close3 {
    bottom: 3px;
}

/*--typo--*/
button.btn.btn-lg {
  font-size: 1.1em;
}
h1.grid2 {
  font-size: 2em;
}
h2.grid2 {
  font-size: 1.9em;
}
.single {
    padding: 3.5em 0 0;
}
.b-wrapper1.long-img {
    padding-top: 16em;
}
td.add-check a {
    width: 106px;
}
}
@media (max-width: 640px){
	.banner {
	    height: 390px;
	    background-position-x: -965px;
	}
}
@media(max-width:568px){
.search-right {
    width: 36%;
    float: right;
}
.navbar-toggle {
    float: left;
}
.col-md,.col-md1 {
    width: 100%;
}
.col-2 h2 {
    font-size: 2em;
	line-height: 1.5em;
}
.col-pic h5 {
    font-size: 1.7em;
}
.col-pic p {
    font-size: 1em;
}
.col-pic {
    padding-top: 5em;
}
.content-top {
    padding: 3em 0;
}
.content-mid h3 {
    font-size: 2em;
}
.item-grid ,.item-grid1{
    padding: 2em 0.5em 0;
}
.mid-1 h6 {
    font-size: 1em;
}
.mid-pop .pro-img:hover .zoom-icon {
    top: 30%;
}
.footer-wrapper {
    padding: 3em 0;
}
.footer-class {
    font-size: 0.9em;
}
.product {
    padding: 1em 0 0;
}
.grid {
    width: 70%;
}
nav.nav-sidebar {
    float: none;
    width: 100%;
	border-top: none; 
}
.one {
    float: none;
    width: 100%;
}
.tabs li a {
    font-size: 0.8em;
    padding: 1em !important;
	border-right: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
	border-bottom: none;
}
.tab-head {
    padding: 2em 0 0;
}
.contact-form {
    padding: 3em 0;
}
.map iframe {
    min-height: 250px;
}
.four {
    padding: 3em 0;
}
.four h3 {
    font-size: 6em;
}
.wishlist {
    width: 80%;
}
a.at-in {
    width: 38%;
}
.banner-top h1 {
    font-size: 2.2em;
}
.banner-top {
    height: 178px;
    padding: 3em 0;
    background-size: 557px;
}
.sed h5 {
    font-size: 0.9em;
}
.sed {
    width: 58%;
}
td {
    font-size: 0.9em;
}
.login-mail input[type="text"], .login-mail input[type="password"] {
    width: 93%;
}
.search {
    padding: 0.5em;
    top: 1px;
}
.search input[type=submit] {
    top: 7px;
}
.single {
    padding: 3em 0 0;
}
.b-wrapper1.long-img {
    padding-top: 12em;
}
th.table-grid {
    padding: 1em 6em;
}
td.add-check a {
    width: 107px;
}
/*--typo--*/
.page-header h3 {
  font-size: 2em; 
}
button.btn.btn-lg {
  font-size: 1em;
  padding: 7px;
}
button.btn.btn-1 {
  font-size: 0.9em;
  padding: 8px;
}
button.btn.btn-sm {
  font-size: 0.8em;
  padding: 9px;
}
h1#h1-bootstrap-heading {
  font-size: 2.2em;
}
h2#h2-bootstrap-heading {
  font-size: 2em;
}
h1.grid2 {
  font-size: 1.45em;
}
h2.grid2 {
  font-size: 1.35em;
}
h3.grid2 {
  font-size: 1.3em;
}
h4.grid2 {
  font-size: 1.2em;
}

}
@media(max-width:480px){
.banner {
    height: 340px;
    background-position-x: -238px;
    background-size: 704px;
}
}
@media(max-width:390px){
.header-top {
    padding: 0.53em 0;
}

.footer-widget img{
	width:60%;
}
.content-top {
    padding: 2em 0;
}
.col-md, .col-md1 {
    padding: 0;
}
.col-2 span {
    font-size: 1.2em;
}
.col-2 h2 {
    font-size: 1.5em;
}
.col-2 p {
    font-size: 0.82em;
}
.col-2 {
    padding: 1em 0;
}
.col-pic h5 {
    font-size: 1.5em;
}
.col-pic p {
    font-size: 0.9em;
}
.col-pic {
    padding-top: 3em;
}
.content-mid h3 {
    font-size: 1.5em;
}
label.line {
    width: 107px;
}
.zoom-icon .icon {
    width: 35px;
    height: 35px;
    font-size: 1em;
    line-height: 2.3em;
}
.mid-pop .pro-img:hover .zoom-icon {
    top: 20.5%;
}
.item-grid {
    padding: 1em 0.3em 0;
}
.women-top {
    float: none;
}
.mid-1 span {
    font-size: 0.8em;
}
.mid-1 h6 {
    font-size: 0.8em;
}
.img {
    float: none;
    text-align: left;
    margin-top: 0.5em;
}
.img img{
    width:29%;
}
.item-grid,.item-grid1 {
    padding: 1em 0.3em 0;
}
.block ,.mid-2 p{
    float: none;
    text-align: left;
}
.mid-1 {
    padding-top: 0.5em;
}
.mid-2 {
    padding-top: 0.5em;
}
.footer-wrapper {
    padding: 2em 0;
}	
.footer-widget h6 {
    font-size: 1.2em;
}
.footer-widget p,ul.in li a,ul.tag-in li a,.footer-class {
    font-size: 0.83em;
}
.banner-top h1 {
    font-size: 1.6em;
}
.banner-top h2 {
    font-size: 0.8em;
}
.banner-top em {
    width: 78px;
}
.banner-top {
    height: 125px;
    padding: 1.7em 0;
    background-size: 434px;
}
.product {
    padding: 0em 0 0;
}
h4.cate {
    font-size: 1.4em;
}
.product-bottom {
    padding:2em 0 0;
}
.menu-drop > li > a {
    font-size: 0.83em;
}
.tabs li a {
    padding: 1em !important; 
}
.login-do {
    padding: 0 0 2em;
}
.login-mail input[type="text"], .login-mail input[type="password"] {
    width: 90%;
}
.login-mail {
    margin-bottom: 1em;
}
.login-right {
    padding: 0;
}
.login-right h3 {
    font-size: 1.2em;
}
.login-right p {
    font-size: 0.83em;
}
.wishlist {
    width: 100%;
    margin: 2em auto 0;
}
.wishlist h6 {
    font-size: 0.85em;
}
.wishlist p {
    font-size: 0.9em;
}
.search {
    width: 215px;
    right: 3.6em;
}
.search input[type=submit] {
    width: 27%;
    font-size: 0.7em;
}
.search input[type=text] {
    padding: 7px;
    width: 70%;
    font-size: 0.75em;
}
th.table-grid {
    padding: 0 5em;
}
th{
	padding:0 3em;
}
td {
    font-size: 0.8em;
}
.sed p {
    font-size: 0.88em;
    line-height: 1.6em;
}
.sed h5 {
    font-size: 1em;
}
.single {
    padding: 2em 0 0;
}
.price_single {
    font-size: 1em;
    margin: 0.5em 0 1em;
}
h4.quick {
    font-size: 1.1em;
}
p.quick_desc {
    font-size: 0.8em;
    margin: 0.7em 0 1em;
}
.product-qty span {
    font-size: 1em;
}
.tabs li a {
    padding: 0.6em 1em !important;
}
.facts p,.facts ul li {
    font-size: 0.8em;
}
.four h3 {
    font-size: 5em;
}
.four p {
    font-size: 0.8em;
}
.b-from-left {
    font-size: 1.5em;
}
.b-from-right {
    font-size: 1em;
}
.b-wrapper1.long-img {
    padding-top: 8em;
}
.grid {
    padding: 0;
}
p.in-para {
    font-size: 0.8em;
}
/*--typo--*/
h1#h1-bootstrap-heading {
  font-size: 1.6em;
}
h2#h2-bootstrap-heading {
  font-size: 1.5em;
}
h3#h3-bootstrap-heading {
  font-size: 1.4em;
}
button.btn.btn-lg {
  font-size: 0.9em;
  margin: 0 0 0.5em 0px;
  padding: 9px;
}
.grid1 {
  margin: 0.7em 0 0;
}
button.btn.btn-1 {
  font-size: 0.8em;
  margin: 0 0 0.5em;
}
button.btn.btn-sm {
  font-size: 0.7em;
  padding: 5px;
  margin: 0 0 0.5em;
}
button.btn.btn-xs {
  font-size: 0.7em;
}
ul.nav.nav-pills a{
  padding: 0.5em;
  font-size: 0.9em;
}
span.label {
  margin: 0 0 0.5em;
  display: inline-block;
}
.page {
  padding: 0 0 1em;
}
.page-header {
  margin: 16px 0 9px;
}
.grid2 {
  margin: 0.4em 0 0;
}
.bs-example {
  padding: 1em 0 0;
}
.page-header h3 {
    font-size: 1.6em;
}
td.add-check a {
    width: 86px;
}
}
@media(max-width:320px){
.banner {
    height: 232px;
    background-position-x: -225px;
    background-size: 542px;
}
}

/*----------To Top---*/
#to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	font-size: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #ff3c00;
	color: #fff;
	border: none;
	cursor: pointer;
	display: none;
	z-index: 99999;
	border-radius: 5px;
	transition: .3s;
}