body {
	font-weight: 400;
	color: #3d3d3d;
	font-size: 13px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #1d3b48;
	margin:0;
	padding:0px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
}
/* default font size */
.fa {
	font-size: 13px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 40px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a {
	color: #eb6e2d;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
a:hover {
	text-decoration: none;
	color: #252525;
}
.row {
  padding-left: 6.575rem;
  padding-right: 6.575rem; }

.row .row {
  padding: 0; 
}
.home-page .row
{
	padding: 0;
}

.home-page .row .row
{
	padding-left: 6.575rem;
    padding-right: 6.575rem; 
}
.clear
{
	clear:both;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
    font-weight: 600;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
    border-radius: 0px;
    padding: 9.5px 15px;
    height: auto;
	outline: 0;
	border:1px solid #e7e7e7;
}
.form-control:focus {
    border-color: #e7e7e7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;	
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #1d3b48;
    padding:10px 0;
    min-height: auto;
    border-bottom: 0;
}

#top .container {
	padding: 0 15px;
}


#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color:#7c7c7c;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover, .dropdown-menu li > a:hover {
	text-shadow: none;
    color: #ffffff !important;
    background-color: #1d3b48;
    background-image: none;
    background-repeat: repeat-x;
    font-weight: 500;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#top .list-inline>li {
    display: inline-block;
    border-right:1px solid #204c5f;
    padding: 0px 10px;
    vertical-align: top;
}
#top .list-inline>li:last-child {
    border-right: 0;
}
#top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
}
#top .top_text_matter{
	color:#fff;
}
#top .top_text_matter p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
    line-height: 28px;
}
#top .language_cuurency{
	float:right;
}
.langauge_wrapper_head .btn-group .btn img {
    vertical-align: middle;
    margin-right: 3px;
}
.langauge_wrapper_head .btn strong {
    font-weight: 600;
}
#top ul.dropdown-menu-right li a
{
	padding: 8px 0;
    color: #fff;
}
#top ul.dropdown-menu-right li ul.dropdown-menu li button, #top ul.dropdown-menu-right li ul.dropdown-menu li a
{
	padding: 8px 15px;
	color:#3d3d3d;
}
#top ul.dropdown-menu-right li a:hover
{
    color: #eb6e2d;
}
#top ul.dropdown-menu-right li .my_account_data {
    padding: 10px 0px;
    color: #fff;
}
#top ul.dropdown-menu-right li .my_account_data:hover {
    color:#eb6e2e;
}
#top .dropdown-menu>li>a {
    color: #7c7c7c;
}
#top .dropdown-menu>li>a:hover {
    color: #fff;
}
#top .dropdown-menu-right, #top .pull-left ul.dropdown-menu  {
    right: 0;
    left: 0;
    top: 83%;
}
#top .pull-left ul.dropdown-menu  {
    top: 105%;
}
#top a.dropdown-toggle, #top button .dropdown-toggle {
	
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
    text-shadow: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
#top .btn-link:hover, #top-links a:hover {
	color:#eb6e2d;
}
#top ul.dropdown-menu li button, #top ul.dropdown-menu li a
{
    font-size: 13px;
    font-weight: 500;
}
#top .dropdown-menu {
    padding: 0px 0;
    margin: 8px 0 0;
    background-color: #ffffff;
    border: 0;
    border: 0;
    border-radius: 0px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
	font-weight:500;
}
#top button img
{
    margin-right: 4px;
}
#top-links {
	padding-top: 0;
}
#top-links a + a {
	margin-left: 15px;
}

.header_wrapper_home
{
    padding: 20px 0;
}
/* logo */
#logo {
    max-width: 300px;
    margin: auto;
}
#logo a img
{
    margin:auto;
}

 

#logo {
    max-width: 225px !important;
    margin: auto;
	float:left;
}

#logo a img
{
    margin:auto;
}

/* Search Style */
#search {
	margin-bottom: 10px;
	margin-top: 16px;
}
#search .input-lg {
	height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 0;
    width: 70%;
}
#search .btn-lg {
	font-size: 15px;
    line-height: 18px;
    padding: 4px 35px;
    text-shadow: 0 1px 0 #FFF;
    border-radius: 0 4px 4px 0;
    min-height: 40px;
}
#search .btn-lg i
{
    font-size: 18px;
}

.header_wrapper_home .text_category_main_wrapper {
    width: 30%;
    float: left;
    margin-top: 0;
}
.header_wrapper_home .text_category_main_wrapper select
{
	min-height:40px;
	height: 40px;
}
/* .main-menu .header_wrapper_home .mobile_version_header */
/* { */
	/* display:none; */
/* } */

/* Search Style ends*/

/* cart */
.cart-icon{
	margin: 17px 0px 0px 0;
	display: inline-block;
}

.cart-icon .wishlist-data{
	display:inline-block;
}
.cart-icon .wishlist-data a{
	padding:10px 15px;
    background-color: #eb6e2d;
    color: #fff;
	font-size: 13px;
    line-height: 13px;
    border-radius: 4px;
	vertical-align: middle;
}

.cart-icon .wishlist-data a:hover{
    background-color:#1d3b48;
}
.cart_icon
{
	margin-right:3px;
	font-size: 13px;
}
.header_wrapper_home .wrapper_wishlist_data{
	text-align:right;
	padding: 0;
}
.header_wrapper_home .cart_button_cheekout a
{
    margin-right: 20px;
	    font-size: 12px;
    text-transform: uppercase;
}
.header_wrapper_home .cart_button_cheekout a:last-child
{
    margin-right: 0;
	
}
#cart .btn-block {
    display: block;
    width: auto;
}
#cart .headercart
{
    width: 100%;
    background: transparent;
    color: #1d3b48;
    text-align: center;
    padding: 0;
    border: 0;
}
#cart .headercart i.fa-shopping-basket {
    font-size: 40px;
}

#cart .cart-icon
{
    width: 60px;
	display: inline-block;
}

#cart .cart-text h5 {
    font-size: 16px;
    font-family: 'Quicksand', sans-serif;
}
#cart .cart-text
{
	 color: #252525;
    display: inline-block;
    width: auto;
}
#cart > .btn {
	font-size: 13px;
    line-height: 13px;
    border: 0;
    color: #fff !important;
    background-color: #eb6e2d;
    padding:12px 15px;
    background-image: none;
   transition: all 0.4s ease-in-out;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   vertical-align: middle;
       min-height: 40px;
	
}
#cart .mobile_cart{
	margin-left: 3px;
}

#cart > .btn:hover {
	
	background-color:#1d3b48;
	transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
}

.cart_wrapper  .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.cart-menu .search_wrapper .dropdown-menu .fa{
    font-size: 14px;
    margin-left: 0;
    margin-right: 5px;
    color: #3d3d3d;
    border: 0;
    padding-left: 0;
	outline: 0;
}
.cart-menu .search_wrapper .dropdown-menu .cart_button_cheekout .fa
{
	 color: #ffffff;
}
.cart-menu .search_wrapper .dropdown-menu .but
{
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
.cart-menu .search_wrapper .dropdown-menu a:hover .fa{
    color: #ffffff;
}
.cart-menu .search_wrapper .fa, .cart-menu .cart-icon .fa {
    font-size: 24px;
    margin-left: 15px;
    color: #3d3d3d;
    border-left: 1px solid #e7e7e7;
    padding-left: 15px;
}
.cart-menu .search_wrapper li:first-child  a .fa{
    margin-left: 0px;
    border-left: 0;
    padding-left: 0px;
}

.cart-menu  .search_wrapper .dropdown-menu {
    right: 0;
	left:auto;
	padding: 0;
	right: 0;
    left: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.cart-menu  .search_wrapper .dropdown-menu>li>a {
    padding: 7px 15px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}
.cart-menu .dropdown_menu.open a
{
	background:transparent;
}
.cart-menu .cart_qut {
	width: 17px;
    height: 17px;
	line-height:17px;
    background: #252525;
    display: inline-block;
    border-radius: 100%;
    font-size: 12px;
    color: white;
    position: absolute;
    top: -11px;
    right: -11px;
}

.langauge_wrapper_head .btn-group>.btn:first-child {
    margin-left: 0;
    padding: 0;
}

.langauge_wrapper_head .btn {
   padding: 7px 15px;
    font-size: 14px;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
    text-align: left;
    text-decoration: none;
    color: #3d3d3d; 
}
.langauge_wrapper_head .dropdown-menu .btn-link:focus, .langauge_wrapper_head .dropdown-menu .btn-link:hover {
    color: #ffffff;
    background-color: #1d3b48;
}
.langauge_wrapper_head .dropdown-menu {
   
    left: 0;
    padding: 0;
    border: 1px solid #e7e7e7;
    border-radius: 0px;
}
.langauge_wrapper_head .list-inline>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
	text-decoration: none;
}
.langauge_wrapper_head ul {
    margin-top:20px;
    margin-bottom: 0;
}
.langauge_wrapper_head ul.dropdown-menu {
    margin-top:0px;
}
.header_sec .cart-menu
{
    margin-top: 20px;
}

.mobile_version_header{
	display:none;
}

.langauge_wrapper_head .dropdown-menu
{
	border:0px;
}
.langauge_wrapper_head .btn-group > .btn {
    font-size: 14px;
    color: #3d3d3d;
}
.cart-menu .nav>li>a:focus, .cart-menu .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.cart-menu .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.cart-menu .search_wrapper, .cart-menu .cart-icon
{
    display: inline-block;
	vertical-align: text-bottom;
}
#cart.open > .btn {
	background-image: none;
    background-color: #eb6e2d;
    border: 0;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
	color: #1d3b48;
}
#cart .dropdown-menu {
	background: #f4f4f4;
	z-index: 1001;
}
#cart.open ul li 
{
	padding: 0 !important;
    text-align: center;
	float:none !important;
}

/*-- cart menu --*/
#cart.open ul.dropdown-menu
{
	background: #ffffff;
    z-index: 1001;
    border-color: #e7e7e7;
    position: absolute;
    border-radius: 0px;
    top: 100%;
    padding: 15px 20px;
    margin: 0px;
    list-style: none;
    transition: 0.4s;
    margin-top: 10px;
    text-align: center;
}
#cart .dropdown-menu li > div {
	min-width: auto;
	padding: 0 10px;
}
#cart .dropdown-menu {
    width: 350px;
    padding: 5px 0;
}
.cart-menu #cart .dropdown-menu > li {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 280px;
    padding: 0 15px;
}
.cart-menu #cart .dropdown-menu  li table.table-bordered{
    border: 0;
}
.cart-menu #cart tbody>tr>td {
    border: 0;
}
.cart-menu #cart .dropdown-menu  li table 
{
	border:0px;
}
.cart-menu #cart .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #2525250;
}
.cart-menu #cart .table-striped>tbody>tr td .headercart.btn-xs
{
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
}
#cart .dropdown-menu .img-thumbnail {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 4px;
    border: 1px solid #e7e7e7;
}
#cart .dropdown-menu li > div {
    border-top: 0;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.dropdown_cart .remove_item
{
    background: transparent;
    border: 0;
    outline: 0;
    color: #eb6e2d;
}
.main-menu .cart-menu #cart ul.dropdown-menu p a {
    color: #fff;
    background-color: #252525;
    display: inline-block;
    font-weight: normal;
    padding: 10px 15px 11px;
    text-transform: uppercase;
    width: auto;
    height: auto;
    line-height: normal;
    margin-right: 3px;
    font-weight: 500;
    font-size: 12px;
}
.main-menu .cart-menu #cart ul.dropdown-menu p a:hover {
    color: #fff;
    background-color: #1d3b48;
}

.cart-menu .nav>li>a {
    padding: 0;
}
/*---- ---*/
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 5px 0;
}

.cart_wrapper .btn-group>.btn:focus, .cart_wrapper .btn-group>.btn:hover {
    box-shadow: none;
}
/* menu */

header .header_manu_row
{
   border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

html body .dropdown-menu {
    border: 0;
    border: 0;
}

.sticky_header .header_manu_row
{
   border-top: 0px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
    margin-bottom: 0px;
}
/* fix header */
.sticky_header
{
	background:#ffffff;
	padding: 0 ;
    border: none;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 889;
    margin: 0 auto;
    position: fixed;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
		
		
}
.sticky_header .mega_menu_wrapper .etooltip {
    display: none;
}
.mega_menu_wrapper .navbar-nav>li {
    float: none;
    display: inline-block;
}
.mega_menu_wrapper .navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}
#menu {
	background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    min-height: auto;
    margin: 0;
    border: 0;
}
#menu .nav > li > a {
    display: block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	color:#3d3d3d;
}

#menu .navbar-nav>li {
    float: none;
    display: inline-block;
    position: relative;
    z-index: 20;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	margin: 0 20px;
}
#menu .dropdown .dropdown-menu.megamenu, #menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu
{
	display: block;
    margin: 0!important;
    left: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(0px,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    -o-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    transition: opacity 0.5s ease 0s,transform 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s,-moz-transform 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s,-webkit-transform 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s,-ms-transform 0.5s ease 0s;
    visibility: hidden;
    background: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#menu .dropdown:hover .dropdown-menu.megamenu, #menu .dropdown .dropdown-menu.megamenu .dropdown:hover .dropdown-menu.megamenu {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    visibility: visible;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.main-menu .navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: 0;
}
#menu .navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
    color: #eb6e2d;
	
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
	padding: 0;
}
#menu .dropdown-inner a {
	min-width: 260px;
    display: block;
    padding: 12px 15px;
    clear: both;
    line-height: normal;
    color: #3d3d3d;
    font-size: 13px;
    border-bottom: 0;
}
#menu .dropdown-inner:last-child  a{
    border-bottom: 0px solid #e7e7e7;
}
#menu .dropdown-inner li a:hover {
	 color: #eb6e2d !important;
    background: transparent;
}
#menu .see-all {
	display: block;
    margin-top: 0;
    border-top: 0;
    padding: 8px 15px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0;
    font-size: 13px;
    background: #1d3b48;
    color: #fff;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
    color: #fff;
    background-color: #1d3b48;
    background-image: none;
    background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 0;
	float: right;
	background-color: #1d3b48;
	background-image: none;
	background-repeat: repeat-x;
	border-color: transparent;
	width: 35px;
	height: 35px;
	margin: 0;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #1d3b48;
}

#menu ul.search_and_shopping_bag
{
	padding:0;
	margin:0;
	list-style:none;
}
#menu ul.search_and_shopping_bag li
{
	float:left;
	padding: 35px 15px 23px;
	position: relative;
}

#menu ul.search_and_shopping_bag li a .fa {
    font-size: 20px;
}
#menu ul.search_and_shopping_bag li a span
{
    background: #252525;
    width: 20px;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: -9px;
    right: -45px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}
#menu.navbar .dropdown-menu {
    text-transform: uppercase;
    min-width: 260px;
    padding:0px 0px;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.header_menu .navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.main-menu .sec_header #logo
{
    margin: 0;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: auto;
}
/* footer */
#footer {
	background-color: #000;
    border-top: 0;
    padding: 50px 0 0;
}
#footer ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .footer-inner-matter h3
{
	font-size: 16px;
    font-weight: 700;
    color: #d9d9d9;
    position: relative;
    text-transform: uppercase;
    margin: 0px auto 20px;
    letter-spacing: .5px;
}
#footer .footer-inner-matter ul li
{
    color: #8c8c8c;
    position: relative;
    margin-left: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}

#footer .footer-inner-matter.contant_us_footer ul li {
    margin-left: 25px;
}
#footer .footer-inner-matter p
{
    color: #8c8c8c;
	text-transform: capitalize;
    line-height: 26px;
}
#footer .footer-inner-matter ul li:last-child
{
	margin-bottom: 0px;
}
#footer .footer-inner-matter ul li i
{
    color: #1d3b48;
    margin-right: 5px;
	position: absolute;
    top: 5px;
    left: -25px;
}
#footer .footer-inner-matter ul li a:hover
{
	color:#ffffff;
}
#footer .footer-inner-matter
{
    border-right:0;
}
#footer .col_footer:last-child .footer-inner-matter
{
    border-right: 0px solid #3d3d3d;
}

#footer .col_footer{
	width:18.75%;
}
#footer .final_five_last{
	width: 25%;
    padding: 0 0 0 20px;
	border-left: 1px solid #3d3d3d;
	
}


html body #footer .footer-inner-matter ul li a
{
    color: #808080;
    text-transform: capitalize;
    font-size: 14px;
}

#footer .social_footer
{
    padding: 30px 6.575rem;
    border-top: 1px solid #3d3d3d;
    
}

#footer .social_footer  ul li
{
    display: inline-block;
    margin-right: 15px;
}

#footer .social_footer  ul li a
{
   color:#fff;
}

#footer .social_footer  ul li a:hover
{
   color:#eb6e2d;
} 

#footer .social_footer  ul li:last-child
{
    margin-right:0px;
}
#footer .social_footer .payment_method_footer img
{
    width: 100%;
    border-radius: 5px;
    max-width: 45px;
    height: auto;
}
#footer .social_footer .play_store img
{
    max-width: 108px;
    width: 100%;
}
#footer .social_footer .payment_method_footer
{
    float: right;
}
#footer .social_footer .social_text_matter ul li a .fa
{
	width: 30px;
    height: 30px;
	line-height:30px;
    background-color:#1d3b48;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
	text-align:center;
	font-size: 13px;
    color:#fff;
}
#footer .footer_links
{
    margin-bottom: 30px;
}
#footer .social_footer .social_text_matter ul li a .fa:hover
{
    background-color: #eb6e2d;
    color: #ffffff;
}

#footer .copy-right p
{
    text-align: center;
    margin: 0;
	color: #fff;
}

#footer .copy-right a:hover
{
    color:#ffffff;
}
#footer .copy-right
{
    margin-top: 0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.main_breadcrumb
{
	display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 0;
    background-size: cover;
    padding: 40px 25px;
    background: #f2f1f7;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
    background-color: transparent;
    border-radius: 0;
	text-align:left;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
    padding: 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb a {
    color: #3d3d3d;
    text-transform: capitalize;
    font-weight: 600;
    white-space: pre-wrap;
    word-wrap: break-word;
	font-size: 16px;
}
.breadcrumb a:hover
{
	color: #eb6e2d;
}
.breadcrumb h3 {
	color: #1d3b48;
    margin-bottom: 15px;
}
.breadcrumb li:last-child a
{
    color: #eb6e2d;
}
.breadcrumb a span
{
    color: #ffffff;
}
.breadcrumb>li+li:before {
    padding: 0px 5px;
    color: #3d3d3d;
    content: "/\00a0";
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 9px 25px;
    font-size: 15px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	border: 0;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    display: inline-block;
    color: #ffffff;
    text-shadow: none;
    background-color: #1d3b48;
    background-image: none;
    background-repeat: repeat-x;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.btn-primary {
   border: 0;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-block;
    color: #ffffff;
    text-shadow: none;
    background-color: #1d3b48;
    background-image: none;
    background-repeat: repeat-x;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.btn-primary:hover, .btn-primary:active, .btn-default:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background:#eb6e2d;
    color: #fff;
	background-position: 0 -15px;
	 transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #da4f49;
    border-radius: 0;
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: none;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #252525;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #252525;
    border-color: #252525;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 0;
    color: #3d3d3d;
    padding: 0 0 0px 0;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #3d3d3d;
    background: transparent;
    border: 0;
    text-shadow: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #252525;
}
.swiper-viewport #slideshow0 .swiper-wrapper a img {
    width: 100%;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border-bottom:0;
    overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	color: #fff;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 500;
}
.product-thumb .caption {
	padding: 0 20px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding: 0px 0 0px;
	position:relative
}



.rating .fa-stack {
	font-size: 8px;
	width: 1rem;
}
.rating .fa-star-o {
    color: #ffc600;
    font-size: 13px;
}
.rating .fa-star {
	color: #ffc600;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #ffc600;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	text-align: right;
}

.product-thumb .price {
    color: #1d3b48;
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.product-list .product-thumb .price-new {
	font-weight: 500;
    font-size: 15px;
    color: #1d3b48;
}
.product-grid .product-thumb .price-new {
    font-weight: 500;
    font-size: 18px;
    color: #1d3b48;
}
.product-thumb .price-old {
	color: #eb6e2d;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 14px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 0;
    background-color: transparent;
	display: inline-flex;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	overflow: auto;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
    padding: 0px;
    display: block;
    border: 1px solid #e7e7e7;
    background:transparent;
}
.img-thumbnail {
    height: auto;
    padding: 0;
    background-color: #2525250;
    border: 0;
    border-radius: 0;
}
.thumbnails .image-additional {
	float: none;
    display: inline-block;
    max-width: 100%;
}
.thumbnails.thumb_silder_images
{
    width: 100%;
    float: left;
    margin-right: 20px !important;
}
.thumbnails.additional_silder_images
{
    width: 100%;
    float: left;
}
.thumbnails.thumb_silder_images, .thumbnails.additional_silder_images {
    margin-left: 0;
}
.additional_silder_images .bx-wrapper .bx-pager.bx-default-pager a
{
	display:none;
}
.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-next:before {
	content:"\f107";
    font-size: 16px;
    font-family: "FontAwesome";
    color: #fff;
    vertical-align: middle;
}
.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-next {
   position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    font-size: 0;
    cursor: pointer;
	text-align: center;
	background: rgba(37, 37, 37, 0.5);
}

.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-prev:before {
	content:"\f106";
    font-size: 16px;
    font-family: "FontAwesome";
    color:#fff;
    vertical-align: middle;
}

.additional_silder_images  .bx-wrapper .bx-controls-direction a.bx-prev {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    margin: auto;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    font-size: 0;
    cursor: pointer;
	text-align: center;
	background: rgba(37, 37, 37, 0.5);
}
.additional_silder_images  .bx-wrapper {
    border-top: 0;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/* silder */
#common-home .swiper-viewport {
    margin: 0;
    background: transparent;
    z-index: 1;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}
html body .swiper-viewport {
    margin: 0;
    background: transparent;
    z-index: 1;
    border: 00;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}
.homeslider img{
	width:100%;
}

#common-home .swiper-pagination {
    display: none;
}

#common-home .swiper-viewport:hover .swiper-button-prev, #common-home .swiper-viewport:hover .swiper-button-next {
    text-align: center;
    opacity: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
	color: #ffffff;
	border-radius:100%;
}
#common-home .swiper-viewport .swiper-button-prev:hover, #common-home .swiper-viewport .swiper-button-next:hover {
    background: #eb6e2d;
}
#common-home .swiper-viewport .swiper-button-prev, #common-home .swiper-viewport .swiper-button-next {
    text-align: center;
    opacity: 1;
    background: #1d3b48;
    width: 45px;
    height: 45px;
    line-height: 45px;
	color: #ffffff;
	border-radius:100%;
}

#common-home .swiper-button-prev:before {
    line-height: 45px;
    height: 45px;
    font-family: FontAwesome;
   content:"\f104";
    color: #ffffff;
    font-size: 20px;
	text-align:center;
    display: inline-block;
	
	
}
#common-home .swiper-button-next:before {
    line-height: 45px;
    height: 45px;
    font-family: FontAwesome;
    content:"\f105";
    color: #ffffff;
    font-size: 20px;
	text-align:center;
    display: inline-block;
	
}
html body a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}
#common-home .swiper-viewport .swiper-button-next {
       opacity: 0;
		right: 143px
   
}
#common-home .swiper-viewport .swiper-button-prev
{
	opacity: 0;
	left:10px;
}

/* silder end */
/*home banner */
.home_banner_wrapper
{
    padding: 50px 0;
    background: #f5f5f5;
}
.home_banner_wrapper .banner_inner_matter
{
    background-image: url(../image/bg_banner.jpg);
    padding: 15px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.home_banner_wrapper .banner_inner_matter img 
{
    width: 100%;
}
.home_banner_wrapper .banner_inner_matter h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
	margin-top:10px;
}
.home_banner_wrapper .banner_inner_matter a
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.home_banner_wrapper .banner_inner_matter a i
{
	margin-right:5px;
	font-size:14px;
}
/*product banner */
#product-banner_wrapper .product-banner-inner-matter img, .product_wrapper_sec .category_banner img
{
    width: 100%;
    height: auto;
}
#product-banner_wrapper .col-sm-6 {
    width: 50%;
    padding: 0;
}
#product-banner_wrapper .product-banner-inner-matter a:before, .product_wrapper_sec .category_banner a:before, #column-left #banner0 .swiper-wrapper a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: rgba(37,37,37,0.1);
}
#product-banner_wrapper .product-banner-inner-matter:hover a:before, .product_wrapper_sec .category_banner:hover a:before, #column-left #banner0 .swiper-wrapper:hover a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* BestSeller PRODUCT */

.product_wrapper
{
    padding: 50px 0;
	position:relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.comman_title h2
{
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}

.product_wrapper .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
    text-align: center;
}

.product_wrapper .nav>li>a:focus, .product_wrapper .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border: 0;
}
.product_wrapper .nav-tabs>li.active>a {

	font-size: 24px;
    font-weight: 700;
    color: #eb6e2d;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.product_wrapper .nav-tabs>li.active>a:hover, .product_wrapper .nav-tabs>li>a:hover
{
	background: none repeat scroll 0 0;
    color: #6c6c6c;
}
.product_wrapper .nav-tabs>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background: #000000;
    width: 55px;
    height: 1px;
    margin: 0 auto;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.product_wrapper .nav-tabs>li.active>a:hover, .product_wrapper .nav>li>a :hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.product_wrapper .nav>li>a {
	color: #1d3b48;
    position: relative;
    background: transparent;
    padding: 0 25px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
	border: 0;
    text-transform: capitalize;
}
.product_wrapper .nav>li:last-child a {
	margin-right: 0;
}
.product_wrapper .nav-tabs {
    margin-bottom: 20px;
    text-align: center;
    border: 0;
}
.product_wrapper .product-section
{
    margin-top: 0px;
}
.product_wrapper .product-thumb .caption{
    padding: 15px 10px;
    min-height: auto;
	background: transparent;
	text-align:center;
}
.product_wrapper .product-thumb .caption {
    text-align: center;

}
.product_wrapper_sec .product-list .product-thumb .caption{
	text-align:left;
	padding: 0;
}

.product_wrapper_sec .product-list .product-thumb .price {
    text-align: left;
}
.product_wrapper .product-thumb .image{
    position: relative;
}
.product_wrapper_sec .product-list .product-thumb .image {
    padding:0;
}
.sale
{
	 z-index: 3;
    position: absolute;
    right: 15px;
    left: auto;
    top: 15px;
    bottom: auto;
    padding: 2px 4px;
	 display: none;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-name: "bounceIn";
    webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: "bounceIn";
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-name: "bounceIn";
}
.product_wrapper .product-thumb:hover .sale {
    display: block;
}
.product_wrapper .sale p
{
   z-index: 1;
    background-color: #ae4d1b;
    font-size: 10px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: normal;
    color: #ffffff;
    border-radius: 100%;
    border: 4px solid #eb6e2d;
    position: relative;
    padding: 5px 3px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    width: 45px;
    height: 45px;
}
.product_wrapper .owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.product_wrapper .discounts p
{
    background: #1d3b48;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px;
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    margin: 0;
    z-index: 999;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}
.product_wrapper .caption h4 a
{
    color: #252525;
    font-size: 16px;
    padding-bottom: 5px;
    display: inline-block;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: auto;
}
.product_wrapper .caption h4 a:hover
{
    color: #1d3b48;
}


.product_wrapper .image{
    position: relative;
    overflow: hidden;
}

.product_wrapper .hover-color 
{
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 5;
    width: 40px;
    font-size: 9px;
    line-height: 10px;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	opacity:0;
}
.product_wrapper .product-thumb:hover .hover-color 
{
	opacity:1;
}
.product_wrapper .hover-color i {
    font-size: 20px;
    line-height: 15px;
    margin-bottom: 3px;
}
.product_wrapper .hover-color:hover a {
	color:#1d3b48;	
}
.product_wrapper .hover-color a
 {
	 color: #252525;
 }
.product_wrapper .hover-color p {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 15px;
}
.product_wrapper button.products_wishlist, .product_wrapper .products_wishlist  a
{
    height: 35px;
    width: 35px ;
	line-height:35px;
    color: #fff;
    background:transparent;
	border:0;
	outline: 0;
	margin-right: 10px;
	border-radius: 0px;
    text-align: center;
}
html body .product_wrapper_sec .product-list .caption h4 a {
    min-height: auto;
}



/*  products hover design */

.products_hover_matter {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.products_hover_matter img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.products_hover_matter .products_ovrly {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products_hover_matter .products_fuctiors {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.products_hover_matter .products_fuctiors .fa {
       background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
    line-height: 37px;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    width: 37px;
    height: 37px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    color: rgba(50, 50, 50, 0.9);
    border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.product_wrapper .product-thumb:hover .products_hover_matter .products_fuctiors .fa {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
	
}
.products_hover_matter .products_fuctiors .fa:hover
{
	background:#eb6e2d;
	color:#ffffff;
}
.product_wrapper .product-thumb:hover .products_hover_matter .products_ovrly {
    opacity: 1;
}
#product-product .thumbnails > li {
    margin-left: 0;
}
.additional_silder_images.owl-carousel .owl-nav.disabled, .text_related_wrapper .owl-carousel .owl-nav.disabled {
    display: block;
    display: none;
}

/* testinomials */
#testinomials{
	text-align:left;
}

#testinomials .owl-carousel .owl-item img {
    max-width: 100px;
    margin: auto;
    border: 1px solid #1d3b48;
    padding: 0;
	margin-top:40px;
}
#testinomials .comman_title h2 {
    padding-bottom: 25px;
	color: #fff;
}
#testinomials .comman_title h2:before {
    border-top: 2px solid #ffffffff;
}

#testinomials .custom_item h4
{
    color: #1d3b48;
    font-weight: 600;
    text-transform: uppercase;
}
#testinomials .custom_item
{
    color: #ffffff;
}
#testinomials .owl-stage-outer
{
    margin-top: 30px;
}

#testinomials .testinomials .tauthor {
       font-size: 15px;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 14px;
}

#testinomials .testinomials .owl-stage-outer p {
    margin: 0;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 26px;
}
#testinomials .testinomials .tauthor span
{
    color: #1d3b48;
}
#testinomials .testinomials h5
{
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    line-height:30px;
    padding-top: 13px;
    font-family: Quicksand, sans-serif;
}
#testinomials .testinomials .custom_item p.tauthor {
    margin: 0;
    font-size: 16px;
    margin-bottom:10px;
	color:#eb6e2d;
}
#testinomials .testinomials .custom_item p {
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 34px;
    letter-spacing: 2px;
	font-family: 'Francois One', sans-serif;
}

#testinomials .owl-carousel .owl-dots.disabled {
    display: block !important;
}
#testinomials .owl-carousel .owl-dots button span
{
    width: 17px;
    height: 17px;
    background: #1d3b48;
    z-index: 999;
    display: inline-block;
	outline: 0;
	margin-right: 10px;
    border-radius: 100%;
}
#testinomials .testinomials i {
	margin-bottom: 0;
    font-size: 20px;
    color: #ffffff;
}
#testinomials .owl-carousel .owl-dots button.active span
{
	background:#ffffff;
}
#testinomials .owl-carousel .owl-dots
{
    padding-top: 15px;
}
#testinomials .owl-carousel .owl-dots button:last-child span
{
	margin-right: 0px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: 0;
}
/* blog */
#blog-wrapper .blogs_inner_top{
	padding:0;
}

#blog-wrapper.blog-wrapper .blog-inner-section img
{
	width:auto;
	height: auto;
}
#blog-wrapper.blog-wrapper
{
    padding: 50px 0 ;
}
#blog-wrapper.blog-wrapper .owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
html body #blog-wrapper.blog-wrapper.inner-blog-wrapper {
    padding:0px 0 !important;
}
#blog-wrapper.blog-wrapper .blog-inner-section
{
    border:0;
}
#blog-wrapper.blog-wrapper .blog-inner-section .date
{
    width: 50px;
    background:rgba(34,46,61,0.4);
    text-align: center;
    position: absolute;
    top: 10px;
    left: 25px;
    padding: 2px 0;
    color: #fff;
}
#blog-wrapper.blog-wrapper .blog-inner-section .date p {
    margin: 0;
    font-size: 18px;
	color: #fff;
}
#blog-wrapper.blog-wrapper .blog-inner-section .date span
{
    text-transform: uppercase;
    font-size: 12px;
	color: #fff;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section
{
    padding: 20px 15px 10px;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h5
{
    text-transform: uppercase;
    font-weight: 600;
	font-size: 15px;
    padding-bottom: 12px;
}

#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h3
{
    color: #252525;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 2px;
	font-weight: 500;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section h3 a
{
    color: #252525;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    padding: 3px 0;
    display: inline-block;
}
#blog-wrapper.blog-wrapper a.base-button {
    margin-top: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    background: #1d3b48;
    color: #ffffff;
    padding: 7px 20px;
    border-radius: 30px;
}
#blog-wrapper.blog-wrapper a.base-button:hover
{
	color:#ffffff;	
	background:#eb6e2d;
}
#blog-wrapper.blog-wrapper a.auther_wrapper
{
    text-transform: capitalize;
    color:#eb6e2d;
}

#blog-wrapper.blog-wrapper a.base-button .fa {
    font-size: 14px;
    margin-left: 5px;
}

#blog-wrapper.blog-wrapper .views_wrp .fa {
    font-size: 14px;
    margin-right: 5px;
    color: #1d3b48;
}
#blog-wrapper.blog-wrapper .auther_and_views_wrapper .col-sm-6 {
    width: auto;
    float: none;
    display: inline-block;
}
#blog-wrapper.blog-wrapper .auther_and_views_wrapper
{
    padding-top: 10px;
}
#blog-wrapper.blog-wrapper a.auther_wrapper span
{
	color:#848383;
	text-transform: uppercase;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-text-section p {
    text-align: justify;
    text-transform: capitalize;
	font-size: 12px;
}
#blog-wrapper.blog-wrapper .owl-nav {
    position: absolute;
    top: -28px;
    right: 11px;
}
#blog-wrapper.blog-wrapper .auther_and_views_wrapper .list-inline>li {
    color: #252525;
}
#blog-wrapper.blog-wrapper .auther_and_views_wrapper .list-inline>li i {
    color: #1d3b48;
}
#blog-wrapper.blog-wrapper .blog-inner-section .blog-images-section
{
    overflow: hidden;
}

#blog-wrapper.blog-wrapper .owl-carousel .owl-dots.disabled{
    display: none;
}
#common-home
{
    overflow-x: hidden;
}
/* porducts page */
.main_padding
{
    padding: 50px  0;
}
#product-product .product_right h1 {
	font-size: 26px;
    color: #252525;
    padding-bottom: 10px;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#product-product .product_right .rating a
{
    color: #3d3d3d;
	text-transform: capitalize;
}
#product-product .product_right .rating a:hover
{
    color: #1d3b48;
}
#product-product .product_right .text_write_icon i
{
    color: #1d3b48;
	font-size: 13px;
}
#product-product .product_right .rating span.border
{
    padding: 0 10px;
}
#product-product .product_right .price li
{
	display:inline-block;
	margin-right: 20px;
}
#product-product .product_right .price li:last-child
{
	margin-right: 0;
}
#product-product .product_right .price li h2
{
    
    font-size: 24px;
	margin-bottom: 10px;
    color: #1d3b48;
}
#product-product .product_right li
{
	font-size: 14px;
    text-transform: capitalize;
}
#product-product hr {
	margin: 15px 0;
    border: 0;
    border-top: 1px solid #e7e7e7;
}
a:focus, a:hover {
    color: #252525;
    text-decoration: none;
}
#product-product .product_right h4
{
    color: #252525;
}

#product-product .product_right .plus-minus-input input[type="text"]
{
   padding: 5px 15px;
    width: 15%;
    border: 1px solid transparent;
    outline: 0;
    height: 40px;
    text-align: center;
    margin: 0 0px;
    background: #f2f1f7;
    vertical-align: bottom;
    border-radius: 30px;
}
#product-product .product_right .plus-minus-input .input-group-button button.circle
{
   border: 1px solid transparent;
    color: #3d3d3d;
    background: #f2f1f7;
    margin-right: 0px;
    margin-left: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    outline: 0;
    width: 40px;
    height: 40px;
    line-height: 36px;
    padding: 0;
    border-radius: 100%;
	margin-left: 5px;
    text-align: center;
}
#product-product .product_right .plus-minus-input .input-group-button button.circle:hover
{
    color: #ffffff;
    background:  #1d3b48;
}
#product-product .product_right .plus-minus-input .input-group-button
{
    display: inline-block;
	vertical-align: middle;
}
#product-product .product_right .plus-minus-input label {
    font-size: 14px;
    font-weight: 500;
    color: #3d3d3d;
    text-transform: uppercase;
    margin-right: 15px;
}
#product-product .product_right .button_wishlist_wrapper
{
	margin-top:15px;
}
#product-product .product_right .button_wishlist_wrapper button
{
    background: transparent;
    border: 0;
    font-size: 14px;
    text-transform: capitalize;
	padding: 0;
    margin-right: 12px;
}
#product-product .product_right .button_wishlist_wrapper button:last-child
{
    margin-right: 0px;
}
#product-product .product_right .button_wishlist_wrapper button .fa {
    font-size: 14px;
    color:#eb6e2e;
	margin-right: 5px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: 0;
    color: inherit;
    font-size: 28px;
}
#product-product .product_right .button_products_page
{
    display: table;
    margin-top: 20px;
}
#product-product .product_right button#button-cart
{
	margin-left: 0;
    text-shadow: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    background: #1d3b48;
    border: 0;
    padding: 0px 35px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    height: 38px;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
}
#product-product .product_right  button#button-cart i
{
	margin-right:5px;
}
#product-product .product_right button#button-cart:hover
{
    background:#eb6e2d;
}

#quickproduct .product_right .plus-minus-input .input-group-button.input-group-wishlist button:first-child
{
    margin-left: 0;
}
#product-product .product_right .plus-minus-input .input-group-button.input-group-wishlist button:hover
{
    background:#1d3b48;
    color: #ffffff;
	border: 1px solid #1d3b48;
}

#product-product .thumbnail {
    padding: 0;
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 0px;
	outline: 0;
}

#product-product .nav-tabs {
   border-bottom: 0;
    padding: 0;
    text-align: center;
    clear: both;
    margin: 15px 0 30px;
}
#product-product .nav-tabs>li.active>a{
    color: #ffffff;
    cursor: default;
    background-color: #1d3b48;
    border: 1px solid transparent;
    text-transform: uppercase;
    border-bottom-color: transparent;
    border-radius: 0px;
    padding: 10px 25px;
	border-radius: 30px;
}
#product-product .nav-tabs>li>a {
  line-height: 1.42857143;
    border: 1px solid transparent;
    color: #252525;
    padding: 10px 25px;
    text-transform: uppercase;
    background: #f2f1f7;
    margin-right: 10px;
    position: relative;
    display: block;
    width: 100%;
    font-weight: 600;
    border-radius: 30px;
}
#product-product .nav-tabs>li>a:hover {
    color: #ffffff;
    background: #eb6e2d;
}
#product-product .reviews_padding
{
   padding: 25px 0 0 0;
}
#product-product .write_data_sub{
	background:#f2f1f7;
}
#product-product .reviews_padding p
{
    text-align: justify;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
	padding: 15px 0;
}
#product-product .reviews_padding .nav-tabs>li {
	display: inline-block;
    float: none;
	margin-right: 10px;
}
#product-product .reviews_padding .nav-tabs>li:last-child {
	margin-right: 0;
}
#product-product .reviews_padding h2
{
    font-size: 18px;
}
#product-product .reviews_padding input[type="text"], #product-product .reviews_padding textarea
{
    border-radius: 0px;
    padding: 10px 15px;
    outline: 0;
    background: transparent;
    box-shadow: none;
}

 #product-product .reviews_padding .fa-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    color: #1d3b48;
}
 #product-product .reviews_padding .nav-tabs>li.active a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
    width: 0;
    height: 0;
    border: solid #2525250;
    border-width: 10px;
    border-top-color: #1d3b48;
    transform: rotate(-90deg);
    content: '';
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0px;
    text-align: center;
	z-index: 999;
}
#quickproduct .bx-wrapper .bx-controls
 {
    display: none;
}
.product_wrapper.text_related_wrapper {
    padding: 0;
}

.product_wrapper_sec .categories_wrapper_home{
    margin-top: 20px;
}

.product_wrapper_sec .siderber_products
{
    margin-top: 20px;
}

/*category section */
html body .pagination>li>a, html body .pagination>li>span {
    width: 35px;
    height: 35px;
    border-radius: 0;
    text-align: center;
	line-height: 23px;
}
.product_wrapper_sec h2
{
    margin-bottom: 15px;
}
html body .pagination>li:last-child>a, html body .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
html body .pagination>li:first-child>a, html body .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
html body .pagination>.active>a, html body .pagination>.active>a:focus, html body .pagination>.active>a:hover, html body .pagination>.active>span, html body .pagination>.active>span:focus, html body .pagination>.active>span:hover {
    background-color: #1d3b48;
    border-color: #1d3b48;
}
html body .pagination>li>a, html body .pagination>li>span {
    color: #1d3b48;
}
.product_wrapper_sec .product-grid .product-thumb {
   
    overflow: auto;
    margin-bottom: 30px;
}
.product_wrapper_sec .category_grid-wrapper
{
	background: transparent;
    padding: 15px 0;
    margin: 0 0 30px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.product_wrapper_sec .category_grid-wrapper .form-group {
    margin-bottom: 0;
}
.product_wrapper_sec .category_grid-wrapper .form-group a {
	padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #3d3d3d;
    font-size: 13px;
    text-decoration: none;
}
.product_wrapper_sec .category_grid-wrapper .btn-group .btn-default
{
   
	color:#3d3d3d;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    box-shadow: none;
	outline: 0;
}
.product_wrapper_sec .category_grid-wrapper .btn-group .btn-default.active i
{
	 color:#eb6e2d;
}
.product_wrapper_sec .category_grid-wrapper .btn-group i
{
    font-size: 24px;
	line-height: 28px;
}
.margin_search
{
	margin-bottom:25px;
}
.product_wrapper_sec .category_grid-wrapper .btn-group-sm>.btn, .btn-sm {
    padding: 0px 7px;
    border-radius:0px;
}
.product_wrapper_sec .category_grid-wrapper .input-group .input-group-addon {
   font-size: 13px;
    height: 0;
    color: #3d3d3d;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    border: 0;
    border-radius: 0px;
}
.product_wrapper_sec .category_grid-wrapper .input-group-sm>.form-control{
	padding: 6px 13px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    background: transparent;
    outline: 0;
}
.product_wrapper_sec .category_grid-wrapper .form-control:focus {
    border-color: #e7e7e7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product_wrapper_sec h3
{
    color: #252525;
    padding-bottom: 10px;
}
.list-group h4, .siderber_products h3
{
	font-size: 18px;
    padding: 0 0 18px;
    position: relative;
    font-weight: 600;
	margin-bottom: 10px;
    background: transparent;
    text-align: left;
    display: block;
    letter-spacing: 0.8px;
    border-radius: 40px 0;
    z-index: 1;
}
.list-group.categories_wrapper_home a:hover
{
	color:#eb6e2d;
}
.list-group h4:after, .siderber_products h3:after {
	background-color: #e7e7e7;
    content: "";
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
}
.list-group h4:before, .siderber_products h3:before
{
    position: absolute;
    background-color: #eb6e2d;
    height: 2px;
    width: 20%;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    content: "";
    z-index: 1;
}
.categories_wrapper_home ul {
	margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
.categories_wrapper_home ul li{
	border: 0;
    color: #eb6e2d;
    padding: 5px 0;
    line-height: 26px;
    margin: 0;
    font-size: 14px;
}
.categories_wrapper_home ul li:last-child{
    border-bottom: 0px solid #e7e7e7;
}
.list-group .fa {
    font-size: 15px;
    color: #1d3b48;
    margin-right: 5px;
}

.list-group .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.product_wrapper_sec #column-left .swiper-viewport {
    margin: 0;
    background: transparent;
    z-index: 1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    position: relative;
    overflow: visible;
}
.product_wrapper_sec .product-grid p.description_matter
{
	display:none;
}
.product_wrapper_sec .product-list p.description_matter
{
	display:block;
}
.product_wrapper_sec .product-list .rate-and-title
{
    padding-left: 72px;
    padding-top: 17px;
}

.product_wrapper_sec .product-list .product-thumb {
    margin-bottom: 25px;
}


/* brand product-manufacturer*/

html body h1{
    font-size: 24px;
    color: #252525;
    padding-bottom:20px;
}
#product-manufacturer p strong
{
    font-size: 16px;
    color: #252525;
}
#product-manufacturer p a 
{
    font-size: 16px;
    font-weight: 600;
}
#product-manufacturer .brand-border .row
{
    padding: 10px 10px 9px;
}
#product-manufacturer .brand-border h2
{
    background: #f4f4f4;
    padding: 10px;
    color: #252525;
}
#product-manufacturer .brand-border
{
    border: 1px solid #e7e7e7;
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
}
#product-manufacturer .brand-border:last-child
{
    margin-bottom: 0px;
}

/* checkout-cart*/
#checkout-cart #accordion .input-group-btn input[type="button"], #checkout-cart #accordion .input-group-btn input[type="submit"]
{
    padding: 9.5px 15px;
}
#checkout-cart  h2
{
    font-size: 24px;
    padding-bottom: 10px;
}

.well h2
{
    font-size: 24px;
    padding-bottom: 10px;
}


/* contact page*/
#information-contact h3
{
    color: #1d3b48;
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
#information-contact .panel-default {
    border: 0;
    border-radius: 0px;
    box-shadow: none;
}

#information-contact .panel-body {
    padding: 0;
}

#information-contact .panel-default ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product_wrapper_sec .product-list .product-thumb h4 {
    padding-bottom: 0px;
}
#information-contact .panel-default ul li i {
    color: #1d3b48;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: -25px;
}
#information-contact .panel-default ul li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

#information-contact .panel-default .social-icons {
    margin-top: 25px;
}

#information-contact .panel-default .social-icons ul li.facebook
{
	 background: #3b5998;
}
#information-contact .panel-default .social-icons ul li.twitter
{
	 background: #1dcaff;
}
#information-contact .panel-default .social-icons ul li.google-plus
{
	 background: #d34836;
}
#information-contact .panel-default .social-icons ul li.linkedin
{
	 background: #0077b5;
}
#information-contact .panel-default .social-icons ul li.youtube-play
{
	 background: #ff0000;
}
#information-contact .panel-default .social-icons ul li i {
    margin-right: 0px;
    position: static;
    top: 0;
    left: 0;
    color: #ffffff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
#information-contact .panel-default .social-icons ul li {
    margin-left: 0;
    float: left;
    margin-right: 15px;
}
 #account-account h2, #account-address h2, #account-wishlist h2, #account-download h2{
    font-size: 20px;
    margin-bottom: 10px;
    color: #252525;
}
html body .owl-carousel {
    margin: 0 0 1px;
}
#blog-wrapper.blog-wrapper .owl-dots
{
	display:none;
}

#clients_logo.clients_logo .owl-nav {
    display:none;
}
#clients_logo.clients_logo .owl-dots
{
    display: none;
}
#clients_logo.clients_logo .owl-carousel .owl-item img {
    opacity: 0.8;
    max-width:100px;
    display: inline-block;
}
#clients_logo.clients_logo .owl-carousel .owl-item img:hover {
    opacity: 1;
}
.clients_logo {
    padding: 30px 0;
}

.top_button a
{
	width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    left: auto;
    bottom: 50px;
    top: auto;
    background-image: url(../image/top-button.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    z-index: 9;
}
.top_button a:hover {
    margin-bottom: 5px;
}

/* news latter */
#news_latter.news_latter
{
    padding: 0;
	color:#ffffff;
}
#news_latter.news_latter h2
{
    color: #fff;
	line-height: 45px;
	text-align: left;
}

#news_latter.news_latter .hadding_newslatter h2
{
	text-align: center;
    padding-bottom: 15px;
}
.news_latter_form .input-news {
    width: 70%;
    display: inline-block;
    float: left;
}
.footer-inner-matter #news_latter.news_latter input[type="text"]
{
   box-sizing: border-box;
    box-shadow: none;
    width: 100%;
    border: 1px solid #404040;
    background-color: #2b2b2b;
    padding: 6px 15px;
    margin-top: 10px;
    height: auto;
	border-radius: 30px;
	color: #ffff;
}
.footer-inner-matter #news_latter.news_latter .subscribe-btn a
{
    margin-top: 15px;
    background-color: #1d3b48;
    border-color: #1d3b48;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
    width: 100%;
    padding: 5px 10px;
    line-height: 22px;
    font-weight: 500;
	border-radius: 30px;
}
.footer-inner-matter #news_latter.news_latter .subscribe-btn a:hover
{
    background-color:#eb6e2d;
    border-color: #ffffff;
    color: #fff;
}
#news_latter.news_latter form .subscribe-btn
{
	display: inline-block;
    width: 30%;
    float: left;
}	
/* best offer */
a.base-button {
    color: #1d3b48;
    margin-top: 20px;
    display: inline-block;
}
.owl-carousel .owl-dots.disabled{
    display: none !important;
}
/* category page */
.row_category p {
	margin: 0 0 10px;
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 28px;
}
.product_wrapper_sec .row_category
{
    padding: 0 8px;
	margin-bottom: 15px;
	margin-top: 13px;
}
.product_wrapper_sec .category_banner
{
	padding:0px;
}
.product_wrapper_sec .refine_search ul {
    list-style: circle;
    padding: 0 0 0 15px;
    margin: 0;
}
.product_wrapper_sec .refine_search ul li {
    margin-bottom: 5px;
}
.refine_search ul li a
{
    font-size: 14px;
    color: #3d3d3d;
}
.refine_search ul li a:hover
{
    color: #eb6e2d;
}

.product_wrapper_sec .refine_search ul li a.base-button {
    margin-top: 0;
    margin-right: 15px;
}
.product_wrapper_sec .refine_search ul li.active a.base-button {
    background:#f7f7f7;
	color:#252525;
}
.product_wrapper_sec .refine_search ul li:last-child a.base-button {
    margin-right: 0px;
}
.product_wrapper_sec .refine_search
{
    padding: 0px 0 15px;
}

/* list style */

.product-list .hover-button
{
    display: none;
}
.product_wrapper .product-list .second_products_design button.products_wishlist, .product_wrapper .product-list .second_products_design .products_wishlist a {
	height: 40px;
    width: 40px;
    line-height: 40px;
    color: #3d3d3d;
    background: #f3f2f8;
    border: 0;
    outline: 0;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.product_wrapper .product-list .second_products_design button.products_wishlist:hover {
    color: #ffffff;
    background: #eb6e2d;
}
.product-list  .products_hover_matter img {
    width: auto;
}

.product-list  .products_hover_matter {
    width: auto;
}

.product_wrapper_sec button.products_wishlist {

    border-radius: 0;
}
.product_wrapper .second_products_design .second_button_desgin .products_wishlist a:hover, .product_wrapper .second_products_design button.addtocart:hover
{
	background: #eb6e2d;
	color:#ffffff;
	
}
.product_wrapper .second_products_design .second_button_desgin .products_wishlist:hover a
{
	color:#ffffff;	
}


.product_wrapper .second_products_design .product-thumb .caption {
    text-align: left;
	padding: 20px 5px 15px;
}
.second_products_design .product-thumb .price {
    text-align: left;
    font-size: 18px;
	margin-bottom: 7px;
}
.product_wrapper .second_products_design p.description {
    margin: 0 0 15px;
    text-align: justify;
	color: #3d3d3d;
}
.product_wrapper .second_products_design button.addtocart
{
    background: #1d3b48;
    border: 0;
    box-shadow: none;
	-webkit-box-shadow: none;
	-mox-box-shadow: none;
    padding: 6px 25px;
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    color: #fff;
    outline: 0;
    border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.product_wrapper .second_products_design button.addtocart i
{
    font-size: 13px;
    margin-right: 3px;
}
.product_wrapper .second_products_design .caption h4 a {
    font-size: 18px;
    padding-bottom: 5px;
    letter-spacing: 0;
}


html body .owl-carousel .owl-buttons .owl-prev {
    left: -30px;
    margin: 0 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #1d3b48;
    font-size: 24px;
    line-height: 25px;
    opacity: 1;
	border-radius:100%;
}

html body .onedesign_products_wrapper .owl-carousel .owl-buttons .owl-prev {
    left: -18px;
}
html body .owl-carousel .owl-buttons .owl-prev:hover, html body .owl-carousel .owl-buttons .owl-next:hover  {
    background: #eb6e2d;
}
html body .owl-carousel .owl-buttons .owl-next {
    right: -30px;
    margin: 0 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #1d3b48;
    font-size: 24px;
    line-height: 25px;
    opacity: 100;
	border-radius:100%;
}
html body .owl-carousel .owl-buttons div i {
    font-size: 20px;
	color: #ffffff;
    margin: 0 0 0;
}
#column-left .panel-default>.panel-heading {
    border: 0;
    color: #fff;
    padding: 10px 12px;
    border-bottom: 0;
    background: #1d3b48;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    height: auto;
    line-height: normal;
	border-radius: 0px;
}

#column-left .panel-heading+.list-group .list-group-item {
    color: #252525;
    font-size: 16px;
    font-weight: 700;
}

#column-left input[type=checkbox], #column-left input[type=radio] {
    margin: 7px 0 0 -20px;
}

#column-left .panel-footer {
    background-color: #fff;
    border-top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#column-left .checkbox label, #column-left .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
    color: #888;
    font-size: 14px;
}

#column-left .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e7e7e7 !important;
    box-shadow: none;
    border-top: 0px !important;
    border-radius: 0px;
}

/* zoomer */

/* styles unrelated to zoom */

		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon */

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

		#ex1 img:hover { cursor: url(grab.cur), default; }
		#ex1 img:active { cursor: url(grabbed.cur), default; }
		
		
/* newslatter */

#newsletterModal .closepopup{
	position: absolute;
	right: -18px;
	top: -18px;
	opacity:1;
	z-index:99999;
}

/* loder */
.loader
{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #ffffff;
    z-index: 999999;
    width: 100%;
}
.loader img
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 999999;
    width: 100%;
    max-width: 100px;
}
.iifr
{
	display:none;
}

/*custom style*/
.explorehand
{
    background: #f5f5f5;
}
.explorehand .handimage img{
	width:100%;
	height: 100%;
}
.explorehand .explore_data
{
    padding: 50px 0;
}
.explorehand .explore_data h1{
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 75px;
    text-transform: uppercase;
    line-height: 90px;
	
}
.explorehand .explore_data h1 span{
	color:#1d3b48;
}
.explorehand .explore_data h3{
	font-weight: 600;
    font-family: Poppins SemiBold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 32px;
}
a.basd_button 
{
    background: #1d3b48;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 25px;
    display: inline-block;
    font-size: 15px;
    margin-top: 25px;
    letter-spacing: 1px;
}
a.basd_button:hover 
{
    background: #252525;
    color: #ffffff;
}


.siderber_products .col_a {
    padding:0 0 0 15px;
}
.siderber_products .product-thumb {
    margin-bottom: 0;
}
.siderber_products .product-thumb .caption {
    text-align: left;
	padding: 0;
}
.siderber_products .product-thumb img
{
	margin: 0;
    padding: 0;
    width: 100%;
}
.siderber_products .rating .fa-star-o {
    color: #ffc600;
    font-size: 13px;
}
.siderber_products .product-thumb .price {
    color:#1d3b48;
    text-align: left;
    font-size: 14px;
    margin: 0;
	font-weight: 600;
}
.siderber_products .product-thumb .price-old {
    text-decoration: line-through;
    margin-right: 8px;
    font-size: 13px;
}

.siderber_products .caption h4 a {
    letter-spacing: 0.5px;
    color: #1d3b48;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
	padding-bottom: 2px;
}
.siderber_products .caption button
{
   padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #1d3b48;
    outline: 0;
    font-weight: 600;
}

.siderber_products .caption button:hover
{
	color:#eb6e2d;
}

/* quick popup */

#newsletterModal .modal-dialog {
    width:700px;
    margin: 30px auto;
	top: 150px;
}

#newsletterModal .modal-body {
    background:#1d3b48;
	padding:0;
}
#newsletterModal .modal-body .news_image_dataj img{
	width:100%;
}
#newsletterModal .subsribe .input-group {
    display: inline;
}
#newsletterModal .subsribe .input-group .button-subsribe
{
    margin-top: 20px;
	padding: 10px 25px;
}

#newsletterModal .modal-content {
    border: 0;
    border: 0;
    border-radius: 0;
}

#newsletterModal .modal-body .news_image_dataj{
	padding:0;
}
#newsletterModal:hover .swing{
	animation: none;
}
html body .owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.shop_by_category
{
	padding:50px 0;
}

.shop_by_category .shop_by_category_double_section{
	width:20%;
	padding: 10px 10px; 
}

.shop_by_category ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.shop_by_category h3 {
    font-size: 15px;
    padding-bottom: 0;
    padding-top: 0px;
    color: #1d3b48;
    line-height: 30px;
}
.shop_by_category h3 a {
    color: #ffffff;
	font-size: 15px;
}
.shop_by_category h3 a:hover {
	  opacity: 1;
}
.shop_by_category figcaption
{
    text-align: center;
	padding:10px 5px;
}
.categories_hover_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.categories_hover_wrapper img {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.categories_hover_wrapper .category_text_section {
    background: #eb6e2d;
    width: 100%;
    height: 18%;
    bottom: 0;
    position: absolute;
    left: 0;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: perspective(600px) rotateX(90deg);
    -moz-transform: perspective(600px) rotateX(90deg);
    -ms-transform: perspective(600px) rotateX(90deg);
    -o-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
    overflow: auto;
    padding: 0 15px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.categories_hover_wrapper .category_text_section div {
    float: left;
    height: 100%;
}
.categories_hover_wrapper .category_text_section .fa {
    -wibkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #fff;
    -wibkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    margin-top: 10px;
    opacity: 0.3;
}
.categories_hover_wrapper .category_text_section .fa:hover {
    opacity: 1;
}
.categories_hover_wrapper .category_text_section h3 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
}
.categories_hover_wrapper .category_text_section p {
    color: #6a6a6a;
    font-size: 14px;
}
.categories_hover_wrapper:hover .category_text_section {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

/* services of wooden shop */

.wooden_shop_services .data1 .dataicon1 i{
font-size: 50px;
}
.wooden_shop_services .serv_data{
	width:20%;
}
.wooden_shop_services .data2 .dataicon2 i{
font-size: 50px;
}
.wooden_shop_services .data3 .dataicon3 i{
font-size: 50px;
}

.wooden_shop_services .data1 .dataicon1{
	text-align:center;

}

.wooden_shop_services .data2 .dataicon2{
	text-align:center;

}

.wooden_shop_services .data3 .dataicon3{
	text-align:center;

}

.wooden_shop_services  .datawrapper{
	text-align:center;
	padding:20px 00;
	
}

.wooden_shop_services  .datawrapper h6{
  color:#eb6e2d;
	
} 

.wooden_shop_services {
	padding:50px 0;
border-bottom: 1px solid #e6e6e6;}

/* services of wooden shop ends */


/* wooden two html blocks*/

#wooden_two_blocks .subbanners .subbanner a.banner-anchor {
    display: block;
    position: relative;
    overflow: hidden;
}
#wooden_two_blocks .subbanners .subbanner a.banner-anchor:before {
	position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}
#wooden_two_blocks .subbanners .subbanner:hover a.banner-anchor:before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}
#wooden_two_blocks .subbanners .one-half .subbanner img {
    max-width: 100%;
    text-align: center;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
	width: 100%;
}
#wooden_two_blocks .subbanners .subbanner:hover a.banner-anchor img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%; 
  } 
}

@keyframes shine {
  100% {
    left: 125%; 
  } 
}

#wooden_two_blocks {
    clear: both;
    overflow: hidden;
    padding: 30px 0 0;
    text-align: center;
}
#wooden_two_blocks .subbanners {
    margin: 0 -15px;
}
#wooden_two_blocks .subbanners .one-half {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0 15px;
}
#wooden_two_blocks .subbanners .one-half .subbanner {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

#wooden_two_blocks .subbanners .one-half .subbanner .banner-detail {
    position: absolute;
    bottom: 35px;
    left: 30px;
    text-align: left;
}
#wooden_two_blocks .subbanners .one-half .subbanner .banner-detail .title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color:#eb6e2d;
    line-height: 20px;
    padding-bottom: 10px;
}
#wooden_two_blocks .subbanners .one-half .subbanner .banner-detail .main-title {
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: -0.2px;
}
@media (max-width: 991px) and (min-width: 651px){
	#wooden_two_blocks .subbanners .one-half .subbanner .banner-detail {
		bottom: 15px;
	}
	#wooden_two_blocks .subbanners .one-half .subbanner .banner-detail .main-title {
		font-size: 25px;
	}
}
@media (max-width: 991px){
	#wooden_two_blocks .subbanners {
		margin-left: -10px;
		margin-right: -10px;
	}
	#wooden_two_blocks .subbanners .one-half {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 650px){
	#wooden_two_blocks .subbanners .one-half {
	    width: auto;
	    float: none;
	    margin-bottom: 20px;
	    text-align: center;
	    display: inline-block;
	}
	#wooden_two_blocks .subbanners .one-half.subbanner-part2 {
	    margin-bottom: 0;
	}
}
@media (max-width: 400px) {
	#wooden_two_blocks .subbanners .one-half .subbanner .banner-detail {
		bottom: 15px;
	}
	#wooden_two_blocks .subbanners .one-half .subbanner .banner-detail .title { padding-bottom: 3px; }
	#wooden_two_blocks .subbanners .one-half .subbanner .banner-detail .main-title {
		font-size: 25px;
	}
}

/* wooden two html blocks ends*/

/* wooden summer Offer */

.wooden_sale{
		background: url(../image/render.jpg);
    background-size: cover;
	background-position: center center;
	padding: 100px 0;
	text-align:center;
	 position: relative;
    z-index: 0;
}

.wooden_sale:before {
    background-color: rgba(0,0,0,0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
		
.wooden_sale .wooden_sale_data h1{
	font-size: 70px;
    line-height: 90px;
    text-transform: capitalize;
    color: #fff;
}

.wooden_sale .wooden_sale_data h1 span{
	color:#eb6e2d;
}


.wooden_sale a.basd_button {
    background: transparent;
    border: 1px solid #fff;
	    padding: 6px 40px;
}

.wooden_sale a.basd_button:hover {
    background-color: #eb6e2d;
    color: #fff;
    border: 1px solid transparent;
}

/* footer_top Section */
.content_footer_top{
	background-color:#000;
	padding-bottom: 40px;
}


.content_footer_top .service-img img{
position: relative;
    background-repeat: no-repeat;
    background-size: 41px;
    background-position: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 0 0;
}
#pst_serviceblock .service-img {
	display:inline-block;
}
.content_footer_top .service-item-wrapper {
	list-style:none;
}
#pst_serviceblock .service-detail {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 10px 0 0 0;
	font-size: 13px;
	color: #8c8c8c;
}
#pst_serviceblock .service-item {
    border: none;
    text-align: left;
}
#pst_serviceblock .service-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
}
html body .all_in_one_products_wrapper
{
	background: #F3F2F9;
}
.all_in_one_products_wrapper .onedesign_products_wrapper
{
    background:transparent;
}
.all_in_one_products_wrapper .onedesign_products_wrapper .product-layout
{
	padding: 15px 0 15px 0;
    border: 0;
    background-color: #ffffff;
    border-radius: 0;
}
.all_in_one_products_wrapper .onedesign_products_wrapper .product-thumb .caption {
    padding: 0;
}
.all_in_one_products_wrapper .onedesign_products_wrapper .product-thumb .rating {
    margin-bottom: 3px;
}
.all_in_one_products_wrapper .onedesign_products_wrapper .product-thumb h4 {
    margin-bottom: 2px;
}
.all_in_one_products_wrapper .onedesign_products_wrapper .product-thumb
{
    margin-bottom: 15px;
}
.all_in_one_products_wrapper .onedesign_products_wrapper .product-thumb:last-child
{
    margin-bottom: 0px;
}
.all_in_one_products_wrapper .onedesign_products_wrapper .owl-controls .owl-buttons .owl-prev {
    left: -5px;
    line-height: 22px;
    top: 0;
    border: 2px solid transparent;
}

.all_in_one_products_wrapper .onedesign_products_wrapper .owl-carousel .owl-buttons .owl-next {
	left: 30px;
    top: 0;
	right:auto;
	line-height: 22px;
	border: 2px solid transparent;
}

.all_in_one_products_wrapper .onedesign_products_wrapper  .owl-carousel .owl-buttons div {
    opacity: 1;
}
.all_in_one_products_wrapper .onedesign_products_wrapper  .owl-carousel .owl-buttons
{
	top: -55px;
    position: absolute;
    right: 60px;
}
.all_in_one_products_wrapper .onedesign_products_wrapper.wrapere_siderber_products	.owl-carousel .owl-buttons {
    top: -48px;
    right: 67px;
}

.all_in_one_products_wrapper .onedesign_products_wrapper.wrapere_siderber_products {
    background: transparent;
}
.all_in_one_products_wrapper .onedesign_products_wrapper .product_title_wrp .comman_title h2 {
     text-align: left;
    font-size: 18px;
}
.all_in_one_products_wrapper .onedesign_products_wrapper .product-thumb:last-child {
    border-bottom:0;
}

.siderber_products .onedesign_products_wrapper .product-layout {
	padding:10px 0 10px;
    border: 1px solid #e7e7e7;
    overflow: auto;
	
}

.siderber_products .onedesign_products_wrapper .item {
    border:0;
}
.siderber_products .onedesign_products_wrapper .owl-carousel .owl-buttons {
    top: -49px;
    position: absolute;
    right: 62px;
}
.siderber_products .onedesign_products_wrapper .owl-carousel .owl-buttons .owl-next {
    right: -45px;
}
.siderber_products .onedesign_products_wrapper .owl-carousel .owl-buttons div i {
    line-height: 26px;
}
.siderber_products .onedesign_products_wrapper .product-layout{
    margin-bottom:15px;
}
/*  all_in_one_products design ends*/
#newsletterModal .news_data_wrapper .social_text_matter ul{
	list-style:none;
	display: -webkit-inline-box;
	padding: 0;
	margin-top:5px;
	margin-bottom: 0;
}
#newsletterModal .news_data_wrapper .social_text_matter ul li{
	padding:0 5px;
}
#newsletterModal .news_data_wrapper .social_text_matter ul li:first-child{
  padding-left:0;
}
#newsletterModal .news_data_wrapper .social_text_matter ul li a .fa
{
	width: 30px;
    height: 30px;
	line-height:30px;
    background-color:#eb6e2d;
	text-align:center;
	font-size: 13px;
    color:#fff;
}
#newsletterModal .news_data_wrapper .social_text_matter ul li a .fa:hover
{
    background-color: #eb6e2d;
    color: #ffffff;
	border-radius:50px;
}
html body .mobile_version_header
{
	display:none;
}
html body .desktop_header
{
	display:block;
}
html body .owl-carousel:hover .owl-buttons .owl-prev {
	opacity: 1;
}
html body .owl-carousel:hover .owl-buttons .owl-next {
	opacity: 1;
}

#onepagecheckout input[type="text"]{
    height: 36px;
}

#onepagecheckout .btn-default {
    padding: 8px 25px;
}
#onepagecheckout .btn-danger {
    height: 36px;
    line-height: 13px;
}