@import 'common-style.css';
@font-face{
	font-family:"snapdeal_font2";
	src:url("../fonts/new-fonts/snapdeal_font77.eot");
	src:url("../fonts/new-fonts/snapdeal_font77.eot?#iefix") format("embedded-opentype"),
	url("../fonts/new-fonts/snapdeal_font77.woff") format("woff"),
	url("../fonts/new-fonts/snapdeal_font77.woff2") format("woff2"),
	url("../fonts/new-fonts/snapdeal_font77.ttf") format("truetype"),
	url("../fonts/new-fonts/snapdeal_font77.svg") format("svg");
	font-weight:normal;
	font-style:normal
	}
@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular/roboto-regular.woff2') format('woff2'),
	url('../fonts/roboto-regular/roboto-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
}
::-webkit-scrollbar-track {
    background: #f1efef; 
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(10, 68, 88, 0.48);
}
 
::-webkit-scrollbar-thumb:hover {
    background: #0a4458; 
}
/*------------------------------------------------------------*/
a:hover, a:focus, a:active {
	color: #047ebb;
	text-decoration: none;
	}
h1, h2, h3, h4, h5, h6{
	font-family: 'robotoregular';
	}

body{
	font-family: 'robotoregular';
	background-color: #f2f3f7;
	}

#top{
	width: 100%;
	display: table;
	font-size: 12px;
	padding: 0px 15px;
	background: #f1f1f182; /*#0094de;*/
	border-bottom: solid 1px #e7e7e7;
	}
#top .welcome{
	color: #777;
	font-size: 12px;
	position: relative;
	padding-left: 41px;
	}
.header-top-section{}

#top-links a, #custom-links a{
	color: #777;
	}
#top-links>ul>li, #custom-links>ul>li{
	margin-left: 0px;
	}
#top-links>ul>li>a, #custom-links>ul>li>a{
	padding: 10px 9px;
	border-right: solid 1px #e7e7e7;
	}
#top-links a:hover, #custom-links a:hover{
	color: #0094de;
	}

#form-currency .btn-group>.btn-link, #form-language .btn-group>.btn-link{
	color: #000;
	}
.yamm .dropdown-menu .yamm-content .links li a{
	padding: 7px 0px;
	background: none !important;
	}

.welcome{}

.sd-news-span{
	left: 0px;
	top: 7px;
	position: absolute;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
	padding: 1px 5px;
	border-radius: 3px;
	background-color: #045cb3;
	}

@keyframes blinking {
	0%{
		background-color: #f7e245;
		}
	100%{
		background-color: #e81c5b;
		}
	}
.sd-news-span{
	animation: blinking 1s infinite;
	}



.topBar{
	background: #e40046;
	}
header{
	background-color: #fff;/*#e40046*/
	margin-bottom: 20px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.1);
	}
header .col-search{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	}
header .header-content{
	padding: 10px 0px 10px 0px;
	}


.header-blank-height{
	width: 100%;
	display: table;
	height: 76px;
	}

/**/
.dropdown {
	float: right;
	position: relative;
	display: inline-block;
	}
.dropbtn {
	color: #fff;
	font-size: 16px;
	border: none;
	padding: 8px 15px;
	border-radius: 4px;
	background-color: #4CAF50;
	}



.dropdown-content {
	min-width: 200px;
	display: none;
	left: -155px;
	top: 35px;
	position: absolute;
	background-color: #3e8e41;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 0px;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px;
	}


.dropdown-content ul{
	width: 100%;
	display: table;
	margin: 0px;
	padding: 0px;
	}
.dropdown-content li{
	list-style-type: none;
	}

.dropdown-content li a{
	color: #fff;
	font-size: 13px;
	width: 100%;
	display: table;
	padding: 10px 12px;
	text-decoration: none;
	border-bottom: solid 1px #ffffff2b;
	}
.dropdown-content li:last-child a{
	border-bottom: 0px;
}
.dropdown-content li a:hover {background-color: #ddd;}

.dropdown-content li a i{
	font-size: 14px;
	margin-right: 6px;
	}



.dropdown:hover .dropdown-content {display: block;padding: 0px 0px;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}


/**/









.suggesstion-box{
	display: block;
	left: 140px;
	width: 439px;
	max-width: 100%;
	margin-top: 0px;
	z-index: 999;
	}
.suggesstion-box #item-list{
	width: 100%;
	max-height: 350px;
	box-shadow: 2px 3px 5px -1px rgba(0,0,0,.5);
	}
.suggesstion-box #item-list li{
	line-height: 1.2;
	padding: 11px 10px;
	border-left: 0px;
	border-bottom: 0px;
	background: #ffffff;
	}
.suggesstion-box #item-list li:hover{
	background-color: #f4f8ff;
}

.suggesstion-box #item-list li span{
	color: #484848;
	font-weight: 400;
	font-size: 12px;
	}
.suggesstion-box #item-list li a{
	display: block;
	font-size: 11px;
	padding-top: 3px;
	color: #2874f0;
	font-weight: 500;
	}
.suggesstion-box .search-cat-icon{
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 10px;
	position: relative;
	}
.suggesstion-box .search-cat-icon img{
	margin: auto;
	max-height: 32px;
	max-width: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	}




.cart-login-section{
	padding-right: 0px;
	}
.cart-login-section .navbar-nav{
	float: right;
	display: table;
	margin-top: -5px;
	margin-right: 0px;
	}
.col-cart{
	float: left;
	display: table;
	}
#cart{
	position: relative;
	/*background: #0000000a;*/
	background: none;
	width: auto;
	padding: 8px 25px;
	border-radius: 4px;
	/*border: solid 2px #00000003;*/
	}
#cart>.dropdown-toggle {
	position: relative;
	display: block;
	color: #696969;
	}
#cart>.dropdown-toggle i {
	padding-right: 5px;
	height: 20px;
	margin-bottom: -10px;
	}


#logo img{max-height: 70px;}


.menu-wrap.menu-stick{background: #e40046;}
.bt-newsletter.style-1{
	background: #0094de;
	border-radius: 4px;
	}

.box.style-1 .box-heading{
	border-color: #f0f0f0;
	border-width: 0px 0px 1px 0px;
	}
.box.style-1 .box-heading h2{
	font-size: 20px;
	font-family: 'robotoregular';
	float: left;
	margin-right: 20px;
	/*line-height: 62px;*/
	/*font-weight: 700;*/
	text-transform: uppercase;
	}
.common-section.box.style-1 .box-heading h2{
	min-width: 10%;
	line-height: 1.5;
	padding-left: 0px;
	padding-right: 0px;
	}
.common-section.box.style-1 .box-heading{
	width: 100%;
	display: table;
	background: none;
	}
.common-section .home-category-info-header-line {
	display: block;
	margin-top: 25px;
	font-size: 100%;
	border: 3px solid #DCDEE3;
	border-radius: 3px;
	overflow: hidden;
	}
.bt-top-category.composite .category-layout {border: 1px solid #f4f4f4;}

.menu-wrap .navbar-collapse{
	padding-left: 0px;
	padding-right: 0px;
	}


.product-thumb .save-off{background: #ffbc00;}
.product-related .product-thumb .button-group button, .product-grid .product-thumb .button-group button{
	background-color: #0094de;
	}
.product-related:hover .name a, .product-grid:hover .name a {
	color: #0094de;
	}
.product-related:hover .price, 
.product-related:hover .price-new, 
.product-grid:hover .price, 
.product-grid:hover .price-new{
	color: #0094de;
	}
.product-related .product-thumb .button-group button:hover, 
.product-related .product-thumb .button-group button:focus, 
.product-related .product-thumb .button-group button:active, 
.product-related .product-thumb .button-group button:active:focus, 
.product-related .product-thumb .button-group button.active, 
.product-grid .product-thumb .button-group button:hover, 
.product-grid .product-thumb .button-group button:focus, 
.product-grid .product-thumb .button-group button:active, 
.product-grid .product-thumb .button-group button:active:focus, 
.product-grid .product-thumb .button-group button.active {
	background-color: #0094de;
	}


/**/
.dropdown-menu-section .dropdown-menu .yamm-content{padding: 0px 20px;}
.menu-content h2 {
   font-weight: 500;
   font-size: 13px;
   color: #212121!important;
   }
.menu-content .col-menu{
   padding: 20px 15px;
   min-height: 398px;
   }
.menu-content .col-menu:nth-child(even){
   background: #f9f9f9;
   /*border-right: solid 0.9px #e5e5e5;*/
   }
.dropdown-menu-section .dropdown-menu h2{
   color: #555;
   font-size: 12px;
   font-weight: 700;
   font-family: 'Open Sans', sans-serif;
   text-transform: uppercase;
   margin-top: 0px;
   
   margin-bottom: 4px;
   }
.dropdown-menu-section .dropdown-menu .yamm-content .links li a{
   background: none !important;
       margin-bottom: 4px;
   }
.dropdown-menu-section .dropdown-menu .yamm-content .links li a{
   font-size: 12px;
}

.menu-wrap .navbar-default{
	background-color: #fff;
	/*border-top: solid 1px #E6E7EB;*/
	}

.navbar{
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
	}
.navbar-nav>li>a {
	color: #636363 !important;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 12px;
	}
.navbar-nav>li:first-child>a {padding-left: 0px;}
.menu-stick .navbar-nav>li:first-child>a {padding-left: 15px;}
.navbar-nav>li>a>i {
	font-size: 13px;
	}
.navbar-nav>.open>a{
	color: #0094de !important;
	background: red;
	
	}
.navbar-nav li a i{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
.navbar-nav li.open a i.menu-open-icon{
	color: #0094de !important;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover{
	color: #0094de;
	}


.yamm .dropdown-menu .yamm-content{padding: 0px 20px;}


/**/
.menu-category .bt-menu-cate{
	min-height: 450px;
	}
.menu-category .bt-menu-cate li>a{
	font-size: 13px;
	font-weight: 500;
	font-family: 'robotoregular';
	padding: 12px 20px;
	}

.menu-category .bt-menu-cate li>a:hover {
	background-color: transparent;
	color: #f96d10;
	}


.menu-category .bt-menu-cate li ul li>a{padding: 8px 20px;}


.category-thumb .caption .products {
	font-size: 12px;
	color: #f96d10;
	}
.category-thumb .caption .name h3{
	font-size: 15px;
	font-family: 'robotoregular';
	line-height: 1.5;
	}
.category-thumb .caption .name h3 a:hover {
	color: #f96d10;
	}

.box-content .category-layout .title{
	line-height: 28px;
	position: absolute;
	right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

	max-width: 200px;
	color: #fff;
	top: 60px;
	left: 20px;
	padding-right: 30px;
	font-size: 22px;
	text-shadow: 0 2px 4px rgba(0,0,0,.12);
	}
.box-content .category-layout .btn-wrapper {
	left: 20px;
	bottom: 40px;
	position: absolute;
	color: #000;
	background-color: #fff;
	font-size: 14px;
	border-radius: 20px;
	padding: 0 16px;
	line-height: 34px;
	height: 33px;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	}


/**/
#search{
	overflow: hidden;
	border-radius: 20px;
	border: 1.5px solid;
	border-color: #8ec6408c;
	}
#search input, #search select, #search button{
	height: 37px;
	}
#search select{
	color: #6ba915;
	max-width: 125px;
	padding: 9px 40px 10px 15px;
	border-width: 0px 1px 0px 0px;
	}
#search .input-search{max-width: 484px;}
#search input {
	font-size: 13px;
	padding: 11px 15px 10px 18px;
	}
#search button{
	color: #fff;
	font-weight: 400;
	width: auto;
	padding: 9px 15px;
	line-height: 1.35;
	font-size: 14px;
	text-transform: capitalize;
	border: none;
	background: #8EC640;
	}

#search button i{
	font-size: 12px;
	}
#search button:hover{
	background: #26963a;
	}



.special-menu{margin-right: 0px;}

.menu-stick .special-menu{margin-right: 15px;}
.special-menu .dropdown-toggle{
	position: relative;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 4px;
	padding: 10px 48px 10px 17px;
	border-radius: 4px;
	background: #8EC640 !important;
	}
.special-menu .dropdown-toggle:hover{
	color: #fff !important;
	background: #8EC640 !important;
	}
.special-menu .dropdown-toggle span{
	padding-left: 9px;
	line-height: 1.5;
	}
.navbar-nav .special-menu.open .dropdown-toggle, .navbar-nav .special-menu .dropdown-toggle:hover{
	color: #fff !important;
	background: #8EC640 !important;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	}
.navbar-nav .special-menu.open .dropdown-menu, .navbar-nav .special-menu .dropdown-toggle:hover .dropdown-menu{
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	}

.special-menu a:hover{
	background: #0094de !important;
	}
.special-menu .dropdown-toggle i {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 34px;
	height: 34px;
	padding: 5px;
	color: #f3f3f3;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	border-radius: 50px;
	background-color: rgba(255, 254, 254, 0.22);
	}
.special-menu .dropdown-menu {
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	font-size: 13px;
	width: 215px;
	right: 0px;
	padding: 12px 0px;
	z-index: 100;
	position: absolute;
	top: 44px;
	border-radius: 4px !important;
	background-color: #8EC640;
	}
.menu-stick .special-menu .dropdown-menu {right: 14px;}
.special-menu .dropdown-menu li a {
	width: 100%;
	display: block;
	color: #ecebeb !important;
	font-size: 13px;
	text-decoration: none;
	text-transform: capitalize;
	padding: 10px 18px;
	border-radius: 0px !important;
	}
.special-menu .dropdown-menu li a:hover {
	color: #fff !important;
	background: #2d2d2dcc !important;
	}
.special-menu .dropdown-menu li a i {
	font-size: 13px;
	margin-right: 6px;
	}
.special-menu .dropdown-menu .divider {
	background-color: #ffffff29;
	margin: 12px 0;
	}
.accountInfo {
	color: #fff;
	text-align: center;
	padding: 0px 15px;
	}
.accountInfo .newUser {
	color: #ffffff;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 3px;
	}
.special-menu .dropdown-menu li a {
	width: 100%;
	display: block;
	padding-left: 15px;
	color: #ecebeb !important;
	text-transform: capitalize;
	font-size: 13px;
	text-decoration: none;
	padding: 10px 18px;
	border-radius: 0px !important;
	}
.navbar-nav .open a{
	background: none !important;
	}


.special-menu .accountInfo .accountBtn {
	width: 100%;
	display: table !important;
	margin: 0;
	margin-top: 12px;
	line-height: 0;
	color: #000 !important;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 0px 13px 0px !important;
	border-radius: 2px !important;
	background: #f7e245 !important;
	}
.special-menu.open .accountInfo .accountBtn{
	color: #000 !important;
	background: #f7e245 !important;
	}
.special-menu .accountInfo .newUserRegister {
	padding: 0px !important;
	background: none !important;
	}
.special-menu .accountInfo .newUserRegister:hover {
	color: #000 !important;
	background: none !important; 
	}


/**/
.common-home .category-menu{
	background: none !important;
	}
.menu-category .bt-menu-cate>li>a img{
	margin-right: 12px;
	}
.menu-category .menu-toggle{
	background: #26963a;
	}
.menu-category .box-heading{
	background: #8EC640;
	}
.header-bottom-link ul li{
	font-size: 13px;
	font-weight: 500;
	}
.header-bottom-link ul li a{
	color: #0083c1;
	}
.header-bottom-link ul li a:hover{
	color: #06a2f1;
	}
/**/


.main-slide .tp-leftarrow.default{
	/*background: rgba(0, 0, 0, 0.2) !important;*/
	}
/*.common-home .main-slide{
	margin-top: -47px;
	}*/




/**/
footer {
	background-color: #e5f6f6;
	border-top: solid 3px #ddf1f1;
	}
footer a {
	font-size: 13px;
	}
footer a:hover, footer a:focus
{
	color: #000000;
	margin-left: 8px;
}
footer .powered p{
    color: #f9f9f9;
    font-size: 12px;
    margin-top: 2px;
	}
	
footer .powered a
{
   color: #efefef;	
}

footer .powered a:hover
{
	color: #fff;
	margin-bottom: 7px;
	padding-bottom: 3px;
	border-bottom: dashed 1px #d8d6d6;	
}
	
footer .footer-link a{
	color: #fff;
	font-size: 12px;
	}
.bt-newsletter.style-1 .input-new{
	color: #444;
	padding: 15px 15px;
	border-radius: 4px 0px 0px 4px;
	}
.bt-newsletter.style-1 .btn{
	color: #222;
	padding: 8px 30px;
	background: #f7e245;
	border-radius: 0px 4px 4px 0px;
	}


footer .content {
	padding: 40px 0px 50px 0px;
	background: #e5f6f6;
	}
footer .footer-bottom {
	padding: 13px 0px;
	background: #8EC640;
	}

/**/
#back-top{border: 1px solid #8EC640;bottom: 30px;}
#back-top:hover{background: #8EC640;}
#back-top span{
	color: #8EC640;
	}

/*product category Page css*/
.bt-featured-pro.black .box-heading{
	border-color: #f0f0f0;
	border-width: 0px 0px 0px 0px;
	}
.bt-procate-tab .product-thumb .name a, .product-thumb .name a {
	color: #333;
	font-weight: 500;
	}
.product-thumb .name a{
	max-height: 30px;
	}
.product-thumb .name a:hover{
	text-decoration: underline;
	}
.product-thumb .price{
	font-family: 'robotoregular';
	}
.product-thumb .price-old{
	color: #848484;
	font-size: 15px;
	}
.box-category li a:hover, .box-category li a.active{
	color: #18b2ff !important;
	}
.bt-tagcloud .box-content a:hover {
	border-color: #00aaff !important;
	color: #00aaff !important;
	}
.box-category li a:hover, .box-category li a.active {
	background-color: transparent;
	color: #00aaff !important;
	}

/*Product Details Page Css*/
.product-info .tag .tag-heading{

}
.product-product #content .product-wrap {
	background: #fff;
	border-radius: 4px;
   overflow: hidden;
	padding: 30px 10px 30px 10px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	}
.product-info .add-cart button:focus{
	background: #008acc;
	}
.product-info .add-cart .qty .form-control:hover, .product-info .add-cart .qty .form-control:focus{
	border-color: #66afe9;
	}

.product-info h1{
	font-size: 16px;
	font-family: 'robotoregular';
	margin-bottom: 8px;
	}

.product-info .swiper-slider.nav-middle .swiper-nav div {
	height: 48px;
	width: 48px;
	border-radius: 2px;
	padding: 13px 0px;
	background: #f5f5f5;
	border-color: #f5f5f5;
	}
.product-info .swiper-slider.nav-middle .swiper-nav div:hover {
	background: #0094de;
	border-color: #0094de;
	}

.product-wrap .ma-ladder-price {
	width: 100%;
	display: table;
	box-sizing: border-box;
	margin-bottom: 15px;
	border: solid 1px #f0f0f0;
	border-left: none;
	border-right: none;
	}
.product-wrap .ma-ladder-price li {
	float: left;
	padding: 8px 0 8px 18px;
	box-sizing: border-box;
	width: 25%;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.product-wrap .ma-ladder-price li:first-child{
	padding-left: 0px;
	}
.product-wrap .ma-ladder-price .current-ladder-price {
	background-color: #fff;
	}
.product-wrap .ma-ladder-price .ma-quantity-range {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.product-wrap .ma-ladder-price .ma-spec-price {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.product-wrap .ma-ladder-price .current-ladder-price .ma-spec-price.ma-price-promotion {
	color: #ff7519;
	}
.product-wrap .ma-ladder-price .ma-spec-price.ma-price-original {
	font-size: 12px;
	font-weight: 400;
	color: #666;
	text-decoration: line-through;
	display: block;
	line-height: 20px;
	}

.size-section{
	width: 100%;
	display: table;
	padding: 15px 0px;
	}
.size-section table{
	width: 100%;
	}

.size-section table tr td{
	width: 33%;
	padding: 8px 0px;
	margin-bottom: 10px;
	}
.size-section table tr{
	border-bottom: solid 1px #f0f0f0;
	}	
.size-section table tr:first-child td{
	padding-top: 0px;
	}


.product-description-sec .panel-heading h4{
	color: #ff7519;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: 'robotoregular' !important;
	padding: 16px 25px 15px 18px !important;
	border-color: #ff7519b3 !important;
	border-radius: 4px;
   overflow: hidden;
	}
.product-description-sec .panel-heading h4 a{
	color: #ff7519;
	font-weight: 600;
	}
.product-description-sec .panel-heading h4 a.collapsed{
	font-weight: 500;
	}
.quick-details .sub-heading{
	color: #ff7519;
	font-size: 14px;
	font-weight: 600;
	}
.product-description-sec .panel-collapse {
	border-width: 0px 1px 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: rgba(255, 117, 25, 0.63);
	border-bottom-color: rgba(255, 117, 25, 0.63);
	border-left-color: rgba(255, 117, 25, 0.63);
	border-image: initial;
	border-top-style: initial;
	border-top-color: initial;
	margin-top: -2px;
	z-index: 999999;
	background: rgb(255, 255, 255);
	}

.product-description-sec .panel-body{
	padding: 10px 18px !important;
	}

.product-description-sec h3.profile-heading{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: capitalize;
	padding: 0px 0px 8px 0px;
	margin-bottom: 0px;
	}	

.product-details-section {
	padding: 5px 0px 15px 0px;
	border: dashed 1px #e2e2e2;
	border-bottom: none;
	border-left: none;
	border-right: none;
	}
.product-description-sec .product-details-section.quick-details{
	/*border-top: dashed 1px #e2e2e2 !important;*/
	}

.product_details table {
	width: 100%;
	}
.product_details table td:first-child {
	width: 32%;
	max-width: 100%;
	}
.product_details table td, .product_details table th {
	color: #44525f;
	font-size: 11px;
	padding: 6px 0px;
	vertical-align: top;
	}

.product_details table table{
	border-color: red;
	}
.product_details table table td:first-child {
	font-weight: normal;
	}
.product_details table table td{
	padding: 6px 8px;
	border: 1px solid #c8d2e0;
	}

.size-section .quantity-value{float: right;}
.size-section .inner-quantity-value{display:inline-block}
.quantity-value .btn-quantity{
	margin-right: 0;
	position: relative;
	vertical-align: top;
	float: left;
	width: 25px;
	height: 27px;
	color: #d6d6d6;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	border: solid 1px #d6d6d6;
	}
.quantity-value .btn-quantity:hover{
	color: #fff;
	background: #ff7519;
	border-color: #ff7519;
	}
.quantity-down{border-radius: 4px 0px 0px 4px;margin-right: -1px !important;}
.quantity-up{
	border-radius: 0px 4px 4px 0px;
	margin-left: -1px;
	}

.qty-textbox{
	float: left;
	width: 60px;
	text-align: center;
	box-shadow: none;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: content-box;
	border: solid 1px #d6d6d6;
	}	
/*
.quantity-value .btn-quantity {
	float: left;
	margin-right: 2px;
	border-color: #e4e9f2;
	}

.quantity-value .btn-quantity b {
	position: relative;
	top: 11px;
	vertical-align: top;
	display: inline-block;
	width: 10px;
	height: 2px;
	background-position: 0 -20px;
	text-indent: -9999px;
	}*/






/*FAMOUS BRANDS*/
.bt-manufacturer ul li a{
	font-size: 13px;
	font-weight: 500;
	font-family: 'robotoregular';
	}



/**/
.login-modal.modal{
   background: #00178859;
   }
.login-modal .modal-dialog{
	max-width: 750px;
	}
.login-modal .btn{
   padding: 10px 16px;
   }
.authfy-container{
   margin: 0px;
   font-size: 14px;
   }
.panel-forgot .form-control, .panel-login .form-control, .panel-signup .form-control{
   font-size: 14px;
   border-radius: 0px;
   box-shadow: -6px 6px 0px -3px #00000026;
   }
.panel-forgot .form-control:focus, .panel-login .form-control:focus, .panel-signup .form-control:focus{
   border: 1px solid #bcc2ce;
   box-shadow: -6px 6px 0px -3px #00000026;
   }
.authfy-container .btn-group-lg>.btn, .authfy-container .btn-lg{font-size: 16px;}
.authfy-container .btn-primary{
   border-color: #00aced;
   background-color: #00aced;
   }
.authfy-container .btn-primary.active, 
.authfy-container .btn-primary:active, 
.authfy-container .btn-primary:active:focus, 
.authfy-container .btn-primary:active:hover, 
.authfy-container .btn-primary:focus, 
.authfy-container .btn-primary:hover{
	border-color: #00aced;
   background-color: #00aced;
	}
.authfy-container .login-but{
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	font-family: 'robotoregular';
	}
.authfy-container .text-muted {
   color: #777;
   font-size: 12px;
   }

.authfy-panel-left{background-color: #0094de}
.authfy-panel-right{
   -webkit-box-shadow: 3px 2px 6px 0 #1d2030;
   box-shadow: 3px 2px 6px 0 #1d2030;
   }
.authfy-container a, .authfy-container a:focus, .authfy-container a:hover{    color: #ff8400;}

.authfy-panel-left .brand-col{
   padding-left: 16px;
   padding: 10px 25px 25px 25px;
   }
.authfy-container .checkbox input[type=checkbox]+.label-text:after {
   color: #fff;
   line-height: 1.4;
   border-radius: 2px;
   border-color: #00aced;
   background-color: #00aced;
   }

.authfy-login .panel-login{
	margin-top: 35px;
	}
.authfy-login .panel-signup{
	margin-top: 20px;
	}
.authfy-login .forgotPwd {
	margin-top: 3px;
	font-size: 12px;
	text-align: right;
	}


.brand-col .social-buttons .btn{
	font-weight: 500;
	border-radius: 4px;
	}
.brand-col .social-buttons .btn:focus{
	color: #fff;
	}



.brand-logo{
    width: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center;
    }
.brand-logo img{
   margin: 0 auto;
   text-align: center;
   }

@-webkit-keyframes slide {
   from { background-position: 0 0; }
   to { background-position: -400px 0; }
   }

.checkout-box .text-box, .checkout-box .select-box, .checkout-box .textarea {
	width: 100%;
	height: 40px;
	color: #828486;
	font-size: 13px;
	position: relative;
	padding: 10px 13px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	border: 1px solid #ece8e8;
	}
.checkout-box .textarea {
	min-height: 80px;
	}


/**/
.cart-area {
	width: 100%;
	display: table;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #cdcdcd75 solid;
	}
.cart-area .cart-product-img-section {
	height: 103px;
	margin-bottom: 5px;
	border-radius: 3px;
	padding: 8px;
	border: 1px #cdcdcd75 solid;
	}
.cart-area .cart-product-img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	}
.cart-title{
	color: #000;
	}
.new-price {
	color: #212121;
	font-size: 18px;
	font-weight: 600;
	}
.old-price {
	color: #878787;
	margin-left: 4px;
	margin-right: 10px;
	text-decoration: line-through;
	}
.old-price .fa{
	font-size: 13px;
	}
.off-text {
	color: #388e3c;
	font-weight: 600;
	}


/**/
.profile-content-section{
   padding: 0px 0px;
	}
.profile-sec, .profileOtherLink-sec, .profile-contain{
   width: 100%;
   display: table;
   padding: 12px;
   margin-bottom: 0px;
   background-color: #fff;
   border-radius: 2px;
   /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);*/
   }
.profile-sec .profile-img{
   float: left;
   border-radius: 50%;
   margin: 0px 14px 0px 0px;
   }
.profile-sec .profileHellow{
   font-size: 12px;
   margin-top: 7px;
   }
.profile-sec .profile-name{
   display: flex;
   display: -ms-flexbox;
   display: -webkit-flex;
   color: #212121;
   font-size: 14px;
   font-weight: 600;
   padding-top: 3px;
   align-items: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   text-transform: capitalize;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   }

.profile-contain{
   padding: 25px;
   margin-bottom: 20px;
   }  
.profile-contain h3{
   font-size: 16px;
   font-weight: 600;
	letter-spacing: 1px;
   margin-bottom: 15px;
   }
.profile-contain table{
   width: 100%;
   }
.profile-contain table tr td{
   padding: 10px 0px;
   }
.profile-contain .personal-info{
   padding: 10px 20px;
   border-radius: 2px;
   border: 1px solid #e0e0e0;
   }


.profileOtherLink-sec{padding: 0px;}
.profileOtherLink-sec ul{
   padding: 0px;
   margin: 0px;
   }
.profileOtherLink-sec li{
	color: #696969;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	padding: 14px;
	border-bottom: 1px solid #f0f0f0;
	}
.profileOtherLink-sec li.active{background-color: #0094de0f;}
.profileOtherLink-sec li a{
	color: #878787;
	display: block;
	}
.profileOtherLink-sec li a.logout-but{
	color: #464646;
	font-weight: 600;
	}
/*.profileOtherLink-sec li a.my-order-but{
	color: #464646;
	font-weight: 600;
	}*/
.profileOtherLink-sec li i{
	margin-right: 5px;
	font-size: 14px;
	}

.profileOtherLink-sec ul li ul{
   margin-left: -14px;
   margin-right: -14px;
   margin-top: 10px;
} 
.profileOtherLink-sec ul li ul li{
   font-size: 12px;
   font-weight: 500;
   text-transform: capitalize;
   padding: 8px 5px 8px 35px;
   cursor: pointer;
   border: none;
   }
.profileOtherLink-sec ul li ul li:hover, .profileOtherLink-sec ul li ul li.active{
   color: #2874f0;
   background-color: #0094de0f;
   }
.profileOtherLink-sec ul li ul li:hover a{
   color: #6d6d6d;
   }
.profile-contain h4{
   font-size: 18px;
   font-weight: 500;
   margin-bottom: 24px;
   }


/**/
.manage-address-section{
   width: 100%;
   display: table;
   margin-top: 0px;
   }
.manage-address-section .manage-addres-box{
   padding: 20px;
   border: 1px solid #e0e0e0;
   border-top: 0;
   position: relative;
   }
.manage-address-section .manage-addres-box:first-child{
   border-top: 1px solid #e0e0e0;
   margin-top: 20px;
   border-radius: 2px 0;
   }
.manage-address-section .manage-addres-box:last-child{
   border-radius: 0 2px;
   }
.add-type-radiobox {
	float: left;
	margin: 6px 6px 0px 0px !important;
	}

.manage-addres-box .add-type{
   display: table;
   color: #878787;
   font-size: 11px;
   font-weight: 500;
   vertical-align: middle;
   text-transform: uppercase;
   padding: 4px 7px;
   margin-right: 15px;
   margin-bottom: 6px;
   border-radius: 2px;
   background-color: #f0f0f0;
   }

.manage-addres-box .name-phone-text{
   color: #212121;
   font-size: 14px;
   font-weight: 600;
   }
.manage-addres-box .phone-text{
   margin-left: 10px;
   }

.manage-addres-box .address-text{
   width: 523px;
   max-width: 100%;
   margin-top: 10px;
   margin-bottom: 0px;
   }
.manage-addres-box .address-text span{font-weight: 600;}

.manage-addres-box .edit-delete-but{
   display: table;
   position: absolute;
   top: 10px;
   right: 10px;
   }
.manage-addres-box .edit-delete-but li{
   float: left;
   }
.manage-addres-box .edit-delete-but li i{
	width: 33px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 2.1;
	border-radius: 4px;
	margin-left: 4px;
	background-color: #0094de12;
	}
.manage-addres-box .edit-delete-but li i:hover{
   cursor: pointer;
   }
.manage-addres-box .edit-delete-but li:first-child i:hover{
   color: #fff; 
   background-color: #5fce6f;
   }
.manage-addres-box .edit-delete-but li:last-child i:hover{
   color: #fff; 
   background-color: #e40046;
   }

.addNew-address-section{
   position: relative;
   font-weight: 600;
   padding: 12px 15px;
   border-radius: 2px;
   border: 1px solid #e0e0e0;
   }
.addNew-address-section:hover{cursor: pointer;}
.addNew-address-section i{
   margin-right: 6px;
   }

.addNew-address-form{
   /*display: none;*/
   margin-top: 20px;
   padding: 15px 15px;
   border-radius: 2px;
   border: 1px solid #e0e0e0;
   }
.addNew-address-form h4{
   font-size: 15px;
   font-weight: 600;
   margin-bottom: 15px;
   }
.addNew-address-form form{
	width: 100%;
	}
.addNew-address-form .form-control:hover, 
.addNew-address-form .form-control:active, 
.addNew-address-form .form-control:focus{
	border-color: #0094de4f;
	}
.addNew-address-form .save-but, .addNew-address-form .cancel-but{
   margin-top: 8px;
   margin-left: 4px;
   line-height: 28px;
   padding: 6px 32px;
   }  
.addNew-address-form .cancel-but{
   color: #f50000;
   background: none;
   }

.shippimg-area {
   margin: 0;
   padding: 0;
   list-style: none;
   overflow: hidden;
   }
.shippimg-area li {
   float: left;
   margin-right: 20px;
   position: relative;
   padding-left: 19px;
   }

.shippimg-area li input[type=radio] {
   position: absolute;
   /*visibility: hidden;*/
   left: 0px;
    top: 0px;
   }
.shippimg-area li label{font-weight: 600;}


/**/
.deactivate-section{
   padding: 15px 15px;
   border-radius: 2px;
   border: 1px solid #e0e0e0;
   }  
.deactivate-section .form-group{
   margin-bottom: 0px;
   }
.btn-deactivate{
   line-height: 26px;
   }
.deactivate-text-area{
   margin-top: 10px;
   padding: 15px 15px;
   border-radius: 2px;
   border: 1px solid #e0e0e0;
   }
.deactivate-text-area h5{
   margin-top: 20px;
   font-weight: 600;
   margin-bottom: 5px;
   }
.deactivate-text-area h5:first-child{margin-top: 0px;}
.deactivate-text-area ul{
   padding-left: 20px;
   list-style-type: square;
   }
.deactivate-text-area li{
   margin-bottom: 10px;
   }

/**/

.wishlist-section .cart-area{
   position: relative;
   }
.wishlist-section .cart-area:last-child{border-bottom: none;}
.wishlist-section .cart-area .cart-product-img-section{margin-bottom: 0px;}
.wishlist-section .cart-area .remove-text{
   position: absolute;
   top: 0px;
   right: 10px;
   color: #e400469c;
   font-size: 20px;
   }
.wishlist-section .cart-area .remove-text:hover{
   color: #e40046;
   }
.wishlist-section .cart-area:last-child{
	margin-bottom: 0px;
	}



/**/
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th{
	border: 1px solid #ddd;
	}
.my-orders-section table{
	text-align: center;
	}

.my-orders-section table thead th, .my-orders-section table tbody td{
	font-size: 11px;
	text-align: center;
	white-space:normal; 
	}


.my-orders-section .cart-area{
   margin-bottom: 15px;
   padding-bottom: 0px;
   position: relative;
   border: 1px #cdcdcd75 solid;
   }
.my-orders-section  .cart-product{
	padding: 0px 10px;
	}
.my-orders-section .cart-area .cart-product-img-section{margin-bottom: 0px;}
.my-orders-section .cart-area .cart-product-img-section{border: 0px;}

.my-orders-header{
   width: 100%;
   display: table;
   align-items: center;
   padding: 10px 10px;
   margin-bottom: 10px;
   background-color: rgb(249, 249, 249);
   border-bottom: 1px solid rgb(230, 230, 230);
   }
.my-orders-header .order-but{
	float: left;
	display: table;
   /*width: 196px;*/
   color: rgb(255, 255, 255);
   text-align: center;
   box-shadow: none;
   text-transform: uppercase;
   cursor: pointer;
   padding: 6px 14px;
   border-radius: 2px;
   border-width: 1px;
   border-style: solid;
   background: #0094de;
   border-color: #0094de;
   border-image: initial;
   }
.my-orders-header .rate-review-but{
	float: right;
	color: #f91414;
	font-weight: 500;
	padding: 6px 8px;
	border-radius: 2px;
	border: solid 1px #f91414;
	}  
.my-orders-header .rate-review-but i{
	font-size: 14px;
   margin-right: 4px;
   }


.my-orders-footer{
   width: 100%;
   display: table;
   align-items: center;
   padding: 12px 15px;
   margin-top: 10px;
   background-color: rgb(249, 249, 249);
   border-top: 1px solid rgb(230, 230, 230);
   }
.my-orders-header p, .my-orders-footer p{
   margin-bottom: 0px;
   }
.my-orders-footer p.order-total{text-align: right;}
.my-orders-footer p.order-total .new-price .fa{font-size: 12px;}
.my-orders-footer p.order-total .new-price{margin-left: 4px;}
.my-orders-footer .new-price{font-size: 12px;}
.my-orders-header p span, .my-orders-footer p span{
   color: #212121;
   font-weight: 600;
   }

/**/
.reviews-section{
   position: relative;
   margin-bottom: 15px;
   padding: 18px 10px;
   border: 1px #cdcdcd75 solid;
   }  
.reviews-section .cart-area{
   border-bottom: 0px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   position: relative;
   }
.reviews-section .cart-area .cart-product-img-section{
   border: 0px;
   margin-bottom: 0px;
   }
.reviews-section .cart-area  .cart-title{
   display: table;
   margin-bottom: 10px;
   }
.reviews-section .cart-area  .other-text{
   margin-bottom: 0;
   }

.reviews-section .edit-delete-but {
   display: table;
   margin-top: 15px;
   }
.reviews-section .edit-delete-but li {
   float: left;
   }
.reviews-section .edit-delete-but li i {
	width: 33px;
	height: 30px;
	font-size: 14px;
	line-height: 2.2;
	text-align: center;
	vertical-align: middle;
	margin-left: 4px;
	border-radius: 4px;
	background-color: #0094de12;
	}
.reviews-section .edit-delete-but li:nth-child(1) i:hover {
   background-color: #5fce6f;
   }
.reviews-section .edit-delete-but li:nth-child(2) i:hover {
   color: #fff;
   background-color: #e40046;
   }
.reviews-section .edit-delete-but li:nth-child(3) i:hover {
   background-color: #f1c40f;
   }
.reviews-section .edit-delete-but li i:hover {
   color: #fff;
   cursor: pointer;
   }


.reviews-section .like-dislike-but {
   float: right;
   display: table;
   margin-top: -30px;
   }
.reviews-section .like-dislike-but li {
   float: left;
   }
/*.reviews-section .like-dislike-but li:hover{
   cursor: pointer;
   color: #fff;
   background-color: #e40046;
   }*/
.reviews-section .like-dislike-but li i {
   /*display: table;*/
   width: 33px;
   height: 30px;
   color: #0094dee0;
   font-size: 14px;
   text-align: center;
   vertical-align: middle;
   line-height: 2.2;
   border-radius: 4px;
   margin-right: 4px;
   margin-left: 20px;
   background-color: #0094de12;
   }
.reviews-section .like-dislike-but li:hover i{
   cursor: pointer;
   color: #fff;
   background-color: #0094dee0;
   }


/**/
/*.product-layout .product-item{
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	border-radius: 3px;
	background: #fff;
	padding: 8px;
	transition: transform .5s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	}*/
.bt-procate-tab.style-1:not(.slidable) .box-content>div {
	margin-top: -6px;
	}
.swiper-slider>.swiper-nav div:hover{
	color: #fff;
	background: #f96d10;
	border-color: #f96d10;
	}
.recommendations-services .swiper-container{padding: 18px 0px;}
.recommendations-services{
	width: 100%;
	padding: 15px 0px;
	background: none;
	}
.recommendations-services.box.style-1 {
	margin-bottom: 0px;
	}
.recommendations-services.box.style-1 .box-content{
	background: none !important;
	}
.recommendations-services .product-layout{
	padding: 6px 6px;
	/*padding-right: 12px;
	margin-bottom: 12px;*/
	border: none !important;
	}
.recommendations-services .box-content{
	overflow: visible !important;
	}

.recommendations-services .product-grid{
	background: none;
	}
.product-layout .product-item {
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	border-radius: 3px;
	background: #fff;
	padding: 5px 12px;
	transition: transform .5s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	border: 1px solid #ebecf0;
	}
.product-layout .product-item:hover {
	box-shadow: 0 8px 17px 0 rgba(0,0,0,.15);
	}
.product-layout .item-main{
	width: 100%;
	}
.product-layout .item-img{
	width: 100%;
	position: relative;
	}
.product-layout .item-img .place{
	padding-top: 100%;
	}
.product-layout .item-img .item-img-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	}
.product-layout .item-img .item-img-inner>a {
	height: 100%;
	width: 100%;
	}
.product-layout .item-img .product-image-box {
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	}
.product-layout .item-img .product-image-box img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	display: block;
	margin: 0 auto;

	-webkit-transition: -webkit-transform .25s linear 0s;
	transition: -webkit-transform .25s linear 0s;
	transition: transform .25s linear 0s;
	transition: transform .25s linear 0s, -webkit-transform .25s linear 0s;
	}
.product-layout:hover .item-img .product-image-box img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	}
.product-layout .item-img .img-left-bottom {
	position: absolute;
	left: 1px;
	bottom: 1px;
	}

.product-layout .item-info .title {
	margin-top: 12px;
	font-size: 12px;
	height: 20px;
	overflow: hidden;
	margin-bottom: 6px;
	word-wrap: break-word;
	}
.product-layout .item-info h2.two-line {
	height: 40px;
	margin-bottom: 6px;
	}
.product-layout .item-info h2.two-line a {
	height: 40px;
	-webkit-line-clamp: 2;
	}
.product-layout .item-info .title>a {
	line-height: 20px;
	color: #333;
	letter-spacing: 0;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-transform: initial;
	height: 20px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	}
.product-layout .item-info .title>a:hover {
	text-decoration: underline;
	}


.product-layout .price-sec select{
	color: #555;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #9e9e9e82;
	}
select.form-control {
	background-position: right 10px top 13px;
	background-repeat: no-repeat;
	}
.product-layout .item-info .pmo {
	margin-top: 12px;
	margin-bottom: 12px;
	letter-spacing: 0;
	color: #666;
	font-size: 12px;
	}
.product-layout .item-info .pmo .price {
	line-height: 14px;
	height: 14px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.product-layout .item-info .pmo .price>b {
	color: #f96d10;
	font-size: 17px;
	font-weight: 500;
	}
.product-layout .item-info .pmo .price>b span{
	color: #666;
	font-size: 15px;
	font-weight: 500;
	margin-left: 11px;
	text-decoration: line-through;
	}

.add-section label{
	float: left;
	font-weight: 600;
	vertical-align: bottom;
	margin-top: 8px;
	margin-right: 10px;
	}
.add-section .form-control{
	width: 59px;
	padding: 8px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #9e9e9e82;
	}
.add-section button{
	float: right;
	margin-top: -32px;
	background: #8EC640;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	padding: 9px 16px;
	border-radius: 4px;
	}
.add-section button:hover{color: #fff;background: #f96d10}
.add-section button:focus{color: #fff;}

.product-layout .item-info .pmo .main-product{
	color: #48484899;
	font-size: 11px;
	font-weight: 400;
	
	}

.product-layout .item-info .pmo .min-order {
	font-size: 13px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	}
.product-layout .item-info .pmo .min-order>b {
	font-weight: 400;
	}

/**/
.recently-viewed-section .box .product-layout{
	border-width: 0px;
	}
.recently-viewed-section .box.style-1 .box-heading h2{padding: 15px 15px;}
.recently-viewed-section .bt-featured-pro.style-1 .swiper-slider.nav-top-right>.swiper-nav div{top: -26px;}
.recently-viewed-section .swiper-slider>.swiper-nav div:hover{
	background: #0094de;
	border-color: #0094de;
	}
.recently-viewed-section .swiper-container{
	margin-top: -24px;
	padding: 24px 0px;
	}


/**/
.cart-right-area {
	color: #666;
	background: #fff;
	padding: 18px 15px;
	margin-bottom: 15px;
	border-radius: 4px;
   overflow: hidden;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	}
.cart-right-area h4 {
	margin: 0px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
	margin-bottom: 4px;
	padding-bottom: 14px;
	border-bottom: 1px #e5e5e5 solid;
	}
.cart-table tr td {padding: 5px 0px;}
.success-order-section .cart-table {
	width: 100%;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5 ;
	}
.success-order-section .cart-table tr td {padding: 5px 10px;}
.cart-table tr td:last-child {
	text-align: right;
	}
.cart-table tr td:last-child {
	text-align: right;
	}

.cart-border {
	border-top: 1px solid #e5e5e5 ;
	border-bottom: 1px solid #e5e5e5;
	}
.cart-table tr.cart-border td {
	/*padding: 8px 10px;*/
	}
.cart-border strong {
	font-weight: 600;
	font-size: 15px;
	}	
.cart-right-area .ship-coloum{
	text-align: left !important;
	}
.cart-right-area .ship-coloum a:hover{
	text-decoration: underline;
	}
.cart-right-area .ship-coloum i{
	font-size: 12px;
	}
.contact-supplier-but, .cart-red-button, .action-button-lite{
	width: 100%;
	display: table;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.4;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #e8e6e6;
	}
.cart-red-button {
	width: auto;
	color: #fff;
	font-size: 13px;
	border: none;
	outline: none;
	padding: 2px 20px;
	margin-top: 10px;
	margin-bottom: 5px;
    background: #8ec640;
    border-color: #507719;
	}
#statorder .cart-red-button{
	width: 100%;
}
.contact-supplier-but{
	color: #ff6444;
	line-height: 2.2;
	margin-bottom: 5px;
	border-color: #f60;
	}
.contact-supplier-but:hover{
	color: #ff6444;
	}
.action-button-lite{
	color: #0094de;
	line-height: 2.2;
	background: none;
	box-shadow: none;
	margin-top: 12px;
	border-color: #0094de;
	}
.action-button-lite i{
	font-size: 14px;
	}
.action-button-lite:hover{
	color: #0094de;
	border-color: #0094de;
	}

.shopping-button {
	display: table;
	color: #fff;
	font-size: 14px;
	border: none;
	outline: none;
	margin: 0 auto;
	margin-bottom: 0;
	padding: 9px 15px;
	border-radius: 4px;
	background: #0094de;
	border-color: #0094de;
	}
.paymentmode-section-area .payment-title{
	font-size: 16px;
	margin-bottom: 14px;
	}

/**/
.company-profile-section{
	background: #fff;
	margin-bottom: 15px;
	border-radius: 4px;
   overflow: hidden;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	}
.profile-bg-section{
	min-height: 50px;
	padding: 10px 15px;
	background-color: #0094de;
	background-image: url(../images/logo-bg.png);
	}
.profile-pic-section{
	width: 100%;
	display: table;
	padding: 10px 13px;
	margin-top: -35px;
	}
.profile-pic-section .profile-pic{
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 8px;
	border-radius: 50%;
	background-color: rgb(234, 234, 234);
	}
.profile-pic-section .profile-img{
	display: table;
	max-width: 100%;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	}
.profile-pic-section h4.company-name{
	font-size: 13px;
	font-weight: 600;
	margin-top: 30px;
	}


.company-profile-section .inner-company-profile{
	width: 100%;
	display: table;
	color: #666;
	font-size: 12px;
	padding: 0px 15px 15px 15px;
	}
.company-profile-section .contact-supplier-but{
	color: #ff6444;
	line-height: 2.2;
	margin-bottom: 5px;
	border-color: #f60;
	}
.company-profile-section .contact-supplier-but:hover{
	color: #ff6444;
	}
.contact-supplier-but i{
	font-size: 12px;
	}
.company-profile-section .inner-company-profile ul{
	padding: 0px;
	margin: 0px;
	}
.company-profile-section .inner-company-profile li{
	margin-bottom: 7px;
	list-style-type: none;
	}
.company-profile-section .inner-company-profile li i{
	font-size: 12px;
	width: 12px;
	text-align: center;
	margin-right: 4px;
	}

.company-profile-pic{
	max-width: 100%;
	margin-bottom: 15px;
	border-radius: 6px;
	}
.company-basicInfo tr td:nth-child(odd) {
	background-color: #fafafa;
	width: 20%;
	}
.company-basicInfo tr td:nth-child(even) {width: 30%;}
.company-basicInfo td {
	font-size: 11px;
	line-height: 17px;
	padding: 10px 20px;
	vertical-align: top;
	word-break: break-word;
	border: 1px solid #f4f4f4;
	}


/*Cart page css*/
.cart-section .heading-text{
	width: 100%;
	display: table !important;
	color: #555;
	font-size: 13px;
	font-weight: bold;
	margin: 0px !important;
	text-transform: uppercase;
	margin-bottom: 15px !important;
	}
.cart-area {
	width: 100%;
	display: table;
	padding: 0px 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #cdcdcd75 solid;
	}
.cart-area .cart-product-img-section {
	width: 115px;
	height: 103px;
	margin-bottom: 5px;
	border-radius: 3px;
	padding: 8px;
	border: 1px #cdcdcd75 solid;
	}
.cart-area .cart-product-img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	}
.cart-product-counter{
	width: 100%;
	display: table;
	}

.qty {
	width: 45px;
	height: 27px;
	color: #aaa;
	text-align: center;
	vertical-align: top;
	padding: 0 5px 1px;
	border-radius: 0px;
	border: 1px #cdcdcd75 solid;
	}
.items-count {
	color: #fff;
	font-size: 10px;
	padding: 8px 12px;
	line-height: 1;
	outline: none;
	border: none;
	border-radius: 3px;
	text-align: center;
	background-color: #8ec640;
	}
.items-count i{
	font-size: 10px;
	}
.count-minus{
	border-radius: 3px 0px 0px 3px;
	}
.count-plus{
	border-radius: 0px 3px 3px 0px;
	}


.new-price {
	color: #212121;
	font-size: 18px;
	font-weight: 600;
	}
.old-price {
	color: #878787;
	margin-left: 4px;
	margin-right: 10px;
	text-decoration: line-through;
	}
.off-text {
	color: #388e3c;
	font-weight: 600;
	}
.remove-text {
	color: #0094de;
	font-weight: 500;
	text-transform: uppercase;
	}
.remove-text span{
	display: table;
	float: left;
	width: 13px;
	height: 13px;
	color: #fff;
	font-size: 8px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	margin-top: 2px;
	margin-right: 2px;
	border-radius: 50%;
	background: #0094de;
	border: solid 1px #0094de;
	}
.replacement-text {
	font-size: 11px;
	color: #878787;
	margin-top: 9px;
	}

.checkout-box .checkout-page-button {
	margin-top: 13px;
	}


/**/
.products-category .product-layout {
	padding: 6px 6px;
	border: none !important;
	}
.products-category  .product-related, .products-category  .product-grid{
	background: none;
	}
.product-product .product-wrap{
	background: none;
	}
.products-category-section {
	overflow: visible !important;
	}
.products-category-section .product-wrap{
	margin-right: -21px;
	margin-left: -21px; 
	overflow: visible !important;
	padding: 0px !important;
	background: none !important;
	box-shadow: none !important;
	}





/*request-quotation-section*/
.request-quotation-section{
	width: 100%;
	display: table;
	padding: 15px 15px;
	background-color: #fff;
	}
.req-quot-sec{
	position: relative;
	width: 100%;
	height: 376px;
	text-align: center;
	overflow: hidden;
	}
.req-quot-sec .req-quot-banner{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-position: center !important;
	transform: scale(1.02);
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	}
.req-quot-sec .req-quot-banner:hover{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	}
.request-quotation-section .heading-text{
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 60px;
	max-height: 88px;
	overflow: hidden;
	margin-bottom: 0;
	}
.request-quotation-section .form-control{
	height: 40px;
	}
.request-quotation-section select{
	/*color: red;*/
	}
.request-quotation-section .request-but{
	width: auto;
	border: none;
	overflow: hidden;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 4px;
	background: #0094de;
	padding: 12px 18px 10px 18px;
	}
.form-control:hover, .form-control:active, .form-control:focus{
	border-color: #8EC640;
	}



.radio-box-sec ul{
   display: table;
   margin: 0px;
   padding: 0px;
   margin-bottom: 13px;
   }
.radio-box-sec li{
	float: left;
	font-size: 12px;
	margin-right: 14px;
	list-style: none;
	position: relative;
	padding: 3px 10px 2px 10px;
	padding-left: 24px;
	border-radius: 4px;
	overflow: hidden;
	border: solid 1px #f0f0f0;
	}
.radio-box-sec li:hover{
	background: #0094de0f;
	}

.radio-box-sec{
   margin-bottom: 0px;
   margin-top: 0px;
   }
.radio-box-sec input[type="radio"]{
   width: auto;
   opacity: 0;
   position: absolute;
   left: 0;
   z-index: 1
   }
.radio-box-sec .radio_box{
   position: absolute;
   top: -2px;
   left: -3px;
   font-size: 12px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   color: #0094de78;
   }
.radio-box-sec .radio_box:hover, 
.radio-box-sec input[type="radio"]{
   cursor: pointer;
   }
.radio-box-sec input:checked~.radio_box:before {
   color: #0094de78;
   }
.radio-box-sec .radio_box:after, 
.radio-box-sec .radio_box:before {
   content: "";
   left: 0;
   top: 0;
   margin: 6px 3px 0px 7px;
   width: 14px;
   height: 14px;
   transition: -webkit-transform .28s ease;
   transition: transform .28s ease;
   transition: transform .28s ease,-webkit-transform .28s ease;
   border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border: 1px solid currentColor;
   }
.radio-box-sec input:checked~.radio_box:after {
   -webkit-transform: scale(.5);
   transform: scale(.5);
   }
.radio-box-sec .radio_box:after {
   -webkit-transform: scale(0);
   transform: scale(0);
   background: #0094de78;
   border: #0094de78;
   }


.radio-box-sec .radio_box:before {
   position: absolute;
   }
.radio-box-sec .radio_box:after, 
.radio-box-sec .radio_box:before {
   position: absolute;
   }


.radio-box-sec p{
	color: #999;
	font-size: 12px;
	}
.filters-container .pagination-container ul li.prev, .filters-container .pagination-container ul li.next {
    background: none repeat scroll 0 0 #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pagination-result .pull-right ul li a {
    color: #666666;
    display: inline-block;
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 0 3px;
}


/**/
.checkout-box .panel-group .panel {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background-color: #fff;
	border: 1px #e5e5e5 solid !important;
	padding: 0px;
	margin-bottom: 10px;
	}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
	margin: 0px !important;
	font-size: 13px;
	font-weight: bold;
	border: none !important;
	}


/**/
.my-profile-section {
	width: 100%;
	display: table;
	}
.profile-top-section {
	width: 100%;
	height: 180px;
	position: relative;
	border-radius: 2px;
	background: #f0faff;
	border: solid 1px #e6e6e6;
	/*overflow: hidden;*/
	}
.profile-top-section .profile-pic {
	width: 118px;
	height: 118px;
	background: #f7f6f6;
	position: absolute;
	bottom: -30px;
	left: 20px;
	border: solid 1px #bce8f1;
	overflow: hidden;
	}
.profile-top-section .profile-pic img {
	width: 100%;
	max-width: 100%;
	padding: 3px;
	}
.profile-top-section .person-name {
	position: absolute;
	bottom: 10px;
	left: 150px;
	color: #000;
	font-size: 20px;
	text-transform: capitalize;
	}
.my-profile-section .cover-picture{
	opacity: .9;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	}


.company-profile{padding: 16px 15px !important;}
.company-profile .company-details{
	padding-top: 60px;
	border-top: 0px;
	}





/*breadcrumb*/
.breadcrumb>li:hover a{
	color: #0094de;
	}

/*aboutus-section*/
.aboutus-section{
	width: 100%;
	display: table;
	/*padding: 20px 0px;*/
	padding-bottom: 20px;
	}
.inner-aboutus-section{
	width: 100%;
	display: table;
	padding: 15px;
	background: #fff;
	}



/**/
.seller-reg-section{
	width: 100%;
	display: table;
	padding-bottom: 20px;
	}
.inner-seller-reg{
	width: 60%;
	display: table;
	margin: 0 auto;
	padding: 22px 30px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
	}
.seller-reg-section .form-control{
	height: 42px;
	border-radius: 4px;
	}
.seller-reg-section .form-group {
	margin-bottom: 20px;
	}
.seller-reg-section h2{
	font-size: 20px; 
	text-align: center;
	text-transform: none;
	margin: 0 auto;
	margin-bottom: 19px;
	}
.seller-reg-section .seller-reg-but{
	display: table;
	margin: 0 auto;
	border: none;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	background: #0094de;
	padding: 15px 40px 12px 40px;
	}
.seller-reg-section select option{
	color: #000;
}


.view-store{
	float: right;
    display: table;
    width: auto;
    padding: 0px 20px;
	
}
.login-modal{
	font-size: 14px;
	}
.modal{
	z-index: 99999;
	}
.modal-dialog{
	margin-top: 70px !important;
	}
.modal-content{
	outline: 0;
	border-radius: .3rem;
	border: 1px solid rgba(0,0,0,.2);
	background-color: #fff;
	/*background: url(login_bg.ee85b1a….png) center center/cover;*/
	}
.authfy-container{
	margin-top: 0px;
	margin-bottom: 0px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
	}

.authfy-container .row{
/*	margin-left: 0px;
	margin-right: 0px;*/
	}
.authfy-panel-left{
	background-color: #a4ce3a;
	box-shadow: none;
	}
.authfy-panel-left .brand-col{padding: 20px;}
.authfy-panel-right{
	border-radius: 4px;
	box-shadow: none;
	background-image: url(../images/support-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
.panel-signup{margin-top: 10px;}
.login-modal .form-group{margin-bottom: 10px;}
.login-modal .form-control{
	height: 46px;
	font-size: 14px;
	padding: 12px 16px;
	}
.panel-forgot .form-control:focus, .panel-login .form-control:focus, .panel-signup .form-control:focus{
	border-color: #a4ce3a;
	-webkit-box-shadow: inset 0 1px 1px rgba(164, 206, 58, 0.24), 0 0 8px rgba(164, 206, 58, 0.24);
	box-shadow: inset 0 1px 1px rgba(164, 206, 58, 0.24), 0 0 8px rgba(164, 206, 58, 0.24);
	}
.login-modal a{
	color: #09b3e7;
	}
.authfy-container .remember-row{
	margin-left: -15px;
	margin-right: -15px;
	}

.login-modal .login-but{
	width: 100%;
	margin: 0px;
	font-size: 16px;
	padding: 10px 10px;
	text-transform: uppercase;
	}
.panel-login .remember-row label{float: left;}
.authfy-login .forgotPwd {
	text-align: right;
	margin-top: 0;
	margin-bottom: 12px;
	}
.checkbox input[type=checkbox]+.label-text:after, .checkbox input[type=checkbox]+.label-text:before {
	width: 17px;
	height: 17px;
	font-size: 11px;
	margin-left: 0;
	padding: 2px 3px;
	top: 2px;
	left: 0px;
	position: absolute;
	display: inline-block;
	}
.checkbox input[type=checkbox]+.label-text:after{
	background-color: #a4ce3a;
	}
.authfy-login, .authfy-panel-left .brand-col{
	min-height: 420px;
	}



/**/
.fileupload-exists .btn, .fileupload-new .btn{
	width: auto !important;
	padding: 10px 10px;
	font-weight: 500;
	border-radius: 2px;
	background: #0094de;
	border-color: #0094de;
	}

/**/
.bt-top-category.composite .category-thumb .image{
	padding: 8px;
	}

.header-bottom-link ul {
	margin: 0px -20px;
	display: table;
	float: left;
	}


.location-dropdown{
	float: left;
	display: table;
	}
.header-bottom-link .location-dropdown{
	float: right;
	
	}
.location-dropdown .btn{
	margin-top: 0;
    margin-right: 15px;
    padding: 10px 16px 9px 16px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    background: #8EC640;
	}
.location-marker{
	width: 14px;
	margin-top: -3px;
	margin-right: 5px;
	animation: bounce 1s linear infinite;
	}
.location-dropdown .btn i{
	font-size: 16px;
	font-weight: 600;
	line-height: 0;
	}
.location-dropdown  .dropdown-menu{
	left: auto;
	right: -30px;
	top: 107%;
	padding: 18px 12px;
	min-width: 215px;
	}
.location-dropdown ul {
	width: 100%;
	display: table;
	margin: 0px 0px;
	margin-bottom: 10px;
	}
.location-dropdown ul li {
	color: #525252;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	padding: 6px 9px;
	}
.delivery-text{
	color:green;
	font-weight: 600;
	text-align: center;
	}
.delivery-text i{
	margin-right: 1px;
	font-size: 15px;
	line-height: 0;
	}
.order-time-text{
	width: 100%;
	display: table;
	color: #505050;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 460px;
		}
}

/**/
@media (min-width: 768px){
.contact-support-modal .modal-dialog {
	width: 450px;
	margin: 30px auto;
	}
}


.payment-link img
{
	border-radius:50%;
}


