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: #242424;
	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: #44dddb;
	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: #2e2e2f;
    padding:8px 0;
    min-height: auto;
	border-bottom: 1px solid #414141;
}

#top .container {
	padding: 0 15px;
}


#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color:#3d3d3d;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover, .dropdown-menu li > a:hover {
	text-shadow: none;
    color: #4cdedb;
    background-color: transparent;
    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;
    vertical-align: top;
    color: #ffffff;
}
#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;
}
#top .langauge_wrapper_head .btn-group .btn img {
    vertical-align: middle;
    margin-right: 3px;
}
#top .langauge_wrapper_head .btn strong {
    font-weight: 600;
}

#top ul.dropdown-menu-right li ul.dropdown-menu li button, #top ul.dropdown-menu-right li ul.dropdown-menu li a
{
	padding: 3px 15px;
    font-size: 12px;
}
#top ul.dropdown-menu-right li a:hover
{
    color: #44dddb;
}
#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: 169%;
}
#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;
	font-size: 12px;
}
#top .btn-link, #top-links li, #top-links a {
	font-size: 12px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    cursor: pointer;
    text-transform: capitalize;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.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:#44dddb;
}

#top .dropdown-menu {
	left: 0;
    right: auto;
    background-color: #ffffff;
    padding: 15px 7px;
    margin-top: 3px;
    top: 35px;
    margin: 0 auto;
}
#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: 25px 0;
    background: #2e2e2f;
}

html body #form-language .dropdown-toggle {
    padding: 0 15px 0 0 !important;
}
#form-language .dropdown-toggle:after {
    content: "";
    background: #414141;
    position: absolute;
    display: block;
    left: auto;
    right: 0;
    top: -14px;
    bottom: 0;
    height: 43px;
    width: 1px;
    z-index: 1;
}
#form-language .btn, #form-currency .btn {
    letter-spacing: 0.8px;
    text-transform: capitalize;
    padding: 0 15px;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.langauge_wrapper_head .my_account_data {
    position: relative;
    float: right;
    padding: 0 0 0 20px;
	 color: #fff;
}
.langauge_wrapper_head p
{
	 
	 text-transform: capitalize;
    float: right;
    padding: 0 20px;
    position: relative;
	margin:0px;
	font-size: 12px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}

.langauge_wrapper_head p:after {
    content: "";
    background: #414141;
    position: absolute;
    display: block;
    left: auto;
    right: 0;
    top: -9px;
    bottom: 0;
    height: 43px;
    width: 1px;
    z-index: 1;
}
#top .my_accoutnt_one .dropdown-menu {
    left: auto;
    right: 0;
}
/* top wrapper end */
/* logo */
#logo {
    max-width: 300px;
    margin: auto;
}
#logo a img
{
    margin:auto;
}
#logo {
    margin: auto;
	float:left;
}

#logo a img
{
    margin:auto;
}

/* Search Style */
#search {
	max-width: 645px;
    margin: auto;
}
#search .input-lg {
	background: none repeat scroll 0 0 #ffffff!important;
    margin: 0;
    color: #242424;
    padding: 10px 60px 10px 20px;
    vertical-align: middle;
    height: 50px;
    border: none;
	width: 645px;
    display: block;
    z-index: 0;
    box-shadow: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    overflow: hidden;
}
#search .input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 5px;
    left: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 5px;
    bottom: auto;
}
#search .btn-lg {
	background: #44dddb;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 0;
    font-weight: 600;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
#search .btn-lg i
{
    font-size: 18px;
}
.search-data
{
    margin-top: 7px;
}
/* Search Style ends*/


#wish-list{
    float: right;
    position: relative;
    margin: 4px 10px 0 0;
}
#wish-list .wish-image {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    background-image: url(../image/icons/wish-list.svg);
    background-repeat: no-repeat;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    background-position: center;
    background-size: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
#wish-list .wish-image:hover {
	background-image: url(../image/icons/wish-list-hover.png);
	background-repeat: no-repeat;
}


/* Css for wishlist end */
/* cart */
.cart-icon{
	display: inline-block;
}

.cart-icon .wishlist-data{
	display:inline-block;
}
.cart-icon .wishlist-data a{
	padding:10px 15px;
    background-color: #44dddb;
    color: #fff;
	font-size: 13px;
    line-height: 13px;
    border-radius: 4px;
	vertical-align: middle;
}

.cart-icon .wishlist-data a:hover{
    background-color:#242424;
}
.cart_icon
{
	margin-right: 0;
    font-size: 30px;
}
.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: capitalize;
    background: #44dddb;
    color: #ffffff;
    padding: 5px 15px;
    margin-top: 8px;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 600;
	border-radius: 50px;
}
.header_wrapper_home .cart_button_cheekout a:hover
{
    background: #242424;
    color: #ffffff;
}
.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: #242424;
    text-align: center;
    padding: 0;
    border: 0;
}
#cart .cart-text
{
	 color: #252525;
    display: inline-block;
    width: auto;
}
#cart > .btn {
	overflow: hidden;
    border: none;
    text-align: left;
    margin: 8px 0 0 5px;
    position: static;
    display: inline-block;
    padding: 0;
    background: transparent;
    vertical-align: top;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
	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 ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.cart_wrapper ul li
{
    display: inline-block;
    float: left;
}
.cart_wrapper ul li:last-child
{
	margin-right: 0;
}
#cart .mobile_cart{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
#cart:hover .mobile_cart, #cart:hover .cart_quntati{
    color: #44dddb;
}
html body .mobile_header .mobile_width_cart {
    text-align: right;
}
#cart .mob_cart_qut
{
    width: 15px;
    height: 15px;
    background:#44dddb;
	display: inline-block;
	line-height: 15px;
	font-size: 10px;
	border-radius: 100%;
	color:#fff;
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
}
#cart .cart_quntati 
 {
    display: block;
    color: #888888;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    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;
}

#cart .cart-icon {
    background-image: url(../image/icons/header-cart.svg);
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: 30px;
    display: inline-block;
    cursor: pointer;
    float: left;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0 auto;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
 #cart:hover .cart-icon {
    background-image: url(../image/icons/header-cart-hover.png);
    background-repeat: no-repeat;
}
#cart > .btn:hover {
	
	background-color: transparent;
    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_quntati {
	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: #242424;
}

.langauge_wrapper_head .list-inline>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
	text-decoration: none;
}

.langauge_wrapper_head ul.dropdown-menu {
    margin-top:0px;
}
.header_sec .cart-menu
{
    margin-top: 20px;
}

.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: transparentb;
    border: 0;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
	color: #242424;
}
#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
{
	position: absolute;
    list-style: none;
    transition: 0.4s;
    margin-top: 10px;
    text-align: center;
    background-color: #ffffff;
    z-index: 9;
    color: #808080;
    width: 350px;
    padding: 10px 10px;
    margin: 0;
	border-radius: 4px;
	display: block;
}
#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: 0;
}
#cart .dropdown-menu li > div {
    border-top: 0;
	margin: 0;
	padding: 0 0 0;
	width: 100%;
	text-align: right;
	min-width: 300px;
}

#cart .table.table_demo tr td {
    border-top: 0;
    width: 100%;
}
.dropdown_cart .remove_item
{
    background: transparent;
    border: 0;
    outline: 0;
    color: #44dddb;
}
.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: #242424;
}

.cart-menu .nav>li>a {
    padding: 0;
}

#cart .table-bordered>tbody>tr>td, #cart .table-bordered>tbody>tr>th, #cart .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, #cart .table-bordered>thead>tr>td, #cart .table-bordered>thead>tr>th {
    border: none;
    background: none;
    padding: 7px 15px;
	border:0;
}
#cart .table>tbody>tr>td {
    border-top: 0;
}
#cart .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

#cart .table-bordered {
    border: 0;
}
/*---- ---*/
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 15px;
    background-color: transparent;
	border-bottom: 1px solid #dddddd;
}
@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_menu
{
	background: #242424;
}
html body .dropdown-menu {
    border: 0;
    border: 0;
}

/* fix header */
.sticky_header
{
	background:rgba(36,36,36,0.7);
	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 {
    color: #ffffff;
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 20px 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    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;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

#menu .navbar-nav>li {
    float: none;
    display: inline-block;
    position: relative;
    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 .dropdown-menu.megamenu, #menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu
{
	display: block;
    margin: auto;
    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: #44dddb;
	
}
#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;
	text-transform: capitalize;
}
#menu .dropdown-inner:last-child  a{
    border-bottom: 0px solid #e7e7e7;
}
#menu .dropdown-inner li a:hover {
	 color: #44dddb !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: #242424;
    color: #fff;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
    color: #fff;
    background-color: #44dddb;
    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: #242424;
	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: #242424;
}

#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;
}



/* mobile menu */
.mobile_menu .menu_slid_bg
{
	background: #ffffff;
    max-width: 250px;
    position: relative;
    height: 100%;
    padding:50px 15px;
}
.mobile_menu .menu_slid_bg .menu_scrool
{
    height: 550px;
    overflow: auto;
}
.header_menu.sticky_header .sidenav {
    height: auto !important;
}
html body .mobile_header .mobile_width
{
	width: 25%;
	float: left;
}
html body .mobile_header .mobile_width1
{
	width: 50%;
	float: left;
}
.mobile_header .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0;
  z-index: 9;
}

.mobile_header .sidenav a {
	padding: 10px 0;
    text-decoration: none;
    color: #7a7a7a;
    transition: 0.3s;
	text-transform: capitalize;
}
.mobile_header .sidenav a:hover {
  color: #44dddb;
}

.mobile_header .sidenav .closebtn {
	position: absolute;
    top: 10px;
    right: 20px;
    font-size: 36px;
    margin-left: 0;
	z-index: 9;
}
.mobile_header .menu_open
{
	color:#ffffff;
	font-size:30px;
	cursor:pointer
}
.mobile_header .main_menu_bg .mobile_menu_li
{
	position:relative;
}
.mobile_header .main_menu_bg .mobile_menu_li .head
{
    position: absolute;
    right: 10px;
    top: 15px;
}
.mobile_header .main_menu_bg ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.mobile_header .main_menu_bg .panel.mobile_menu_li {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
	padding: 15px 0;
}
.mobile_header .main_menu_bg h3
{
    margin: 0;
    padding: 0 0 15px;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #dddddd;
}
.mobile_header .main_menu_bg .mobile_menu_li ul li a
{
	padding: 5px 15px;
    font-size: 13px;
    display: inline-block;
}
.mobile_header .main_menu_bg .mobile_menu_li ul
{
	 padding: 20px 0px 0px;
}
.mobile_header .main_menu_bg ul li .head .collapsed .plus {
    display: block;
	font-size: 20px;
}
.mobile_header .main_menu_bg ul li .head .minus {
	font-size: 20px;
}
.mobile_header .main_menu_bg ul li .head .plus {
    display: none;
}
.mobile_header .main_menu_bg ul li .head .collapsed .minus {
    display: none;
}
.language_currency_header button.btn-link
{
    background:#f1f0f0;
	outline: 0;
	color:#3d3d3d;
}
.language_currency_header .dropdown-menu button.btn-link
{
    background: #ffffff;
	outline: 0;
}
.language_currency_header .dropdown-menu button.btn-link:hover
{
    background:#44dddb;
	outline: 0;
}
.language_currency_header img
{
    margin-right: 3px;
}
.language_currency_header .dropdown-menu {
    min-width: 125px;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    outline: 0;
}

.language_currency_header .dropdown-menu.currency_dropdown {
    left: auto;
    right: 0;
}
.language_currency_header .dropdown-menu.languages_dropdown {
    left: 0;
    right: auto;
}
.language_currency_header .btn-link:focus, .language_currency_header .btn-link:hover {
    text-decoration: none;
}
.language_currency_header #form-language .btn, .language_currency_header #form-currency .btn {
    padding: 5px 10px;
    color: #3d3d3d;
    font-size: 15px;
}

.language_currency_header #form-language .languages_dropdown .btn, .language_currency_header #form-currency .currency_dropdown .btn {
    padding: 5px 14px;
    color: #3d3d3d;
    font-size: 12px;
	text-align: left;
}
.language_currency_header
{
    margin: 25px 0;
}
html body .language_currency_header #form-language .dropdown-toggle {
    padding: 5px 10px !important;
}
/* fix header bottom */
.fix_header_matter
{
    background: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 10px 0;
}

html body .fix_header_matter .fix_width {
    width: 25% !important;
	float:left;
	padding: 0;
}
.fix_header_matter a
{
	color: #3d3d3d;
}
.fix_header_matter a:hover
{
	color: #44dddb;
}
.fix_header_matter p {
    margin: 0;
    font-size: 13px;
    text-transform: capitalize;
}
.fix_header_matter .home 
{
	position:relative;
}
.fix_header_matter i span
{
    width: 15px;
	height: 15px;
	background:#44dddb;
	display: inline-block;
	line-height: 15px;
	font-size: 10px;
	border-radius: 100%;
	color:#fff;
	position: absolute;
	top: -4px;
}
@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: #2e2e2f;
    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:#44dddb;
    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: 10px;
}

#footer .social_footer  ul li a
{
   color:#fff;
}

#footer .social_footer  ul li a:hover
{
   color:#44dddb;
} 

#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:#242424;
    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: #44dddb;
    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: #f6f6f6;
    margin-top: 20px;
}
.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: #44dddb;
}
.breadcrumb h3 {
	color: #242424;
    margin-bottom: 15px;
}
.breadcrumb li:last-child a
{
    color: #44dddb;
}
.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: #242424;
    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: #242424;
    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:#44dddb;
    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: #ed0f34;
    font-size: 13px;
}
.rating .fa-star {
	color: #ed0f34;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #ed0f34;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	text-align: right;
}

.product-thumb .price {
    color: #242424;
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.product-list .product-thumb .price-new {
	font-weight: 500;
    font-size: 15px;
    color: #242424;
}
.product-grid .product-thumb .price-new {
    font-weight: 500;
    font-size: 18px;
    color: #242424;
}
.product-thumb .price-old {
	color: #44dddb;
    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 {
    background-color: #252525;
    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: #44dddb;
}
#common-home .swiper-viewport .swiper-button-prev, #common-home .swiper-viewport .swiper-button-next {
    text-align: center;
    opacity: 1;
    background: #242424;
    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:15px;
}
#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: #44dddb;
    -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: #242424;
    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: #242424;
    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;
	max-width: 275px;
}
.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: #36b4b2;
    font-size: 10px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: normal;
    color: #ffffff;
    border-radius: 100%;
    border: 4px solid #44dddb;
    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: #242424;
    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;
	text-transform: capitalize;
}
.product_wrapper .caption h4 a:hover
{
    color: #242424;
}


.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:#242424;	
}
.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%);
	width: 100%;
}
.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:#44dddb;
	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;
    padding: 0;
    margin-top: 17px;
    width: 100%;
}
#testinomials .comman_title h2 {
    padding-bottom: 25px;
	color: #fff;
}
#testinomials .comman_title h2:before {
    border-top: 2px solid #ffffffff;
}

#testinomials .custom_item h4
{
    color: #242424;
    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: #242424;
}
#testinomials .testinomials h5
{
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    line-height:30px;
    padding-top: 13px;
}
#testinomials .testinomials .custom_item p.tauthor {
    margin: 0;
    font-size: 16px;
    margin-bottom:10px;
	color:#44dddb;
}
#testinomials .testinomials .custom_item p {
   margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
}

#testinomials .owl-carousel .owl-dots.disabled {
    display: block !important;
}
#testinomials .owl-carousel .owl-dots button span
{
    width: 17px;
    height: 17px;
    background: #242424;
    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:15px 0 10px;
	min-height: 220px;
}
#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 {
	background: #242424;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -mox-box-shadow: none;
    padding: 10px 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;
}
#blog-wrapper.blog-wrapper a.base-button:hover
{
	color:#ffffff;	
	background:#44dddb;
}
#blog-wrapper.blog-wrapper a.auther_wrapper
{
    text-transform: capitalize;
    color:#44dddb;
}
#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: #242424;
}
#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;
	font-size: 13px;
}
#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: #242424;
}
#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: 15px  0 50px;
}
#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: #242424;
}
#product-product .product_right .text_write_icon i
{
    color: #242424;
	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: #242424;
}
#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:  #242424;
}
#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:#44dddb;
	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: #242424;
    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:#44dddb;
}

#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:#242424;
    color: #ffffff;
	border: 1px solid #242424;
}

#product-product .thumbnail {
	padding: 0;
    background-color: transparent;
    border: 0;
    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: #242424;
    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: #44dddb;
}
#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: #242424;
}
 #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: #242424;
    transform: rotate(-90deg);
    content: '';
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
}
.related_products_wrapper
{
    padding: 50px 0 0 0;
}
.main_padding.quick_products_view_wrapper {
    padding: 15px 0 15px;
}
.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: #242424;
    border-color: #242424;
}
html body .pagination>li>a, html body .pagination>li>span {
    color: #242424;
}
.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:#44dddb;
}
.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:#44dddb;
}
.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: #44dddb;
    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: #44dddb;
    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: #242424;
    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: #242424;
    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: #242424;
    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;
}

/* 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 #242424;
    background-color: #242424;
    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: #44dddb;
    border-color: #44dddb;
    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:#44dddb;
    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: #242424;
    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;
    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: #44dddb;
}

.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: #44dddb;
}
.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, .product_wrapper .product-thumb:hover button.addtocart
{
	background: #44dddb;
	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, .product_wrapper button.addtocart
{
    background: #242424;
    border: 0;
    box-shadow: none;
	-webkit-box-shadow: none;
	-mox-box-shadow: none;
    padding: 10px 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, .product_wrapper 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: #242424;
    font-size: 24px;
    line-height: 25px;
    opacity: 1;
	border-radius:100%;
}

html body .onedesign_products_wrapper .owl-carousel .owl-buttons .owl-prev {
    left: -7px;
}
html body .owl-carousel .owl-buttons .owl-prev:hover, html body .owl-carousel .owl-buttons .owl-next:hover  {
    background: #44dddb;
}
html body .owl-carousel .owl-buttons .owl-next {
    right: -30px;
    margin: 0 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #242424;
    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: #242424;
    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;
	outline: 0;
}

/* 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;

}
.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:#242424;
}
.explorehand .explore_data h3{
	font-weight: 600;
    font-family: Poppins SemiBold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 32px;
}
a.basd_button 
{
    background: #242424;
    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: #ed0f34;
    font-size: 13px;
}
.siderber_products .product-thumb .price {
    color:#242424;
    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: #242424;
    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: #242424;
    outline: 0;
    font-weight: 600;
}

.siderber_products .caption button:hover
{
	color:#44dddb;
}

/* quick popup */

#newsletterModal .modal-dialog {
    width:700px;
    margin: 30px auto;
	top: 150px;
}

#newsletterModal .modal-body {
    background:#242424;
	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:60px 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: #242424;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.shop_by_category h3 a {
    color: #242424;
	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;
}


/* 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:#44dddb;
	
} 

.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:50px 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:#44dddb;
    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:#44dddb;
}
.wooden_sale a.basd_button {
    background: transparent;
    border: 1px solid #fff;
	    padding: 6px 40px;
}
.wooden_sale a.basd_button:hover {
    background-color: #44dddb;
    color: #fff;
    border: 1px solid transparent;
}
/* footer_top Section */
.content_footer_top{
	padding-bottom: 40px;
}
.content_footer_top .service-img img{
	position: relative;
    background-repeat: no-repeat;
    background-size: 41px;
    background-position: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    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: -59px;
}
.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:#44dddb;
	text-align:center;
	font-size: 13px;
    color:#fff;
}
#newsletterModal .news_data_wrapper .social_text_matter ul li a .fa:hover
{
    background-color: #44dddb;
    color: #ffffff;
	border-radius:50px;
}

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;
}

/* banner block */

.banner_block .banner_images img
{
    width: 100%;
	margin-bottom: 30px;
	border-radius: 4px;
	display: -ms-flexbox;
    display: flex;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.banner_block
{
    padding: 60px 0;
}

.banner_block .banner_images:hover img
{
    color: hsl(0, 0%, 60%);
    box-shadow: hsl(0, 0%, 80%) 0 0 16px;
    overflow: hidden;
    background-color: hsl(0, 0%, 100%);
}


/* ******************************back-to-top scrtion *******************************************/
.back-to-top 
{
  cursor: pointer;
  z-index: 1000;
  background-color:#44dddb;
  width: 43px;
  bottom: 35px;
  right: 10px;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  position: fixed;
  display: block;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); 
}
.back-to-top.hidden-top 
{
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.back-to-top:hover {
    background-color: #666;
}
.back-to-top i
{
   font-size: 30px;
    margin: 0;
    color: #fff;
    display: block;
    height: 43px;
    line-height: 40px;
    background: #44dddb;
}
.back-to-top i:before 
{
    content: '\f102'; 
}
/* ******************************back-to-top scrtion end*******************************************/