/*************************
********CUSTOM
*************************/
h1{
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #d6f3f0;
  color: #2f2f2f;
  font: 400 15px/25px "Ubuntu", sans-serif;
  text-transform: none;
  border: 0;
  width: 100%;
  padding: 10px 22px;
  margin: 0 0 15px;
  text-align: center;
}
h2{
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #d6f3f0;
  color: #2f2f2f;
  font: 400 15px/25px "Ubuntu", sans-serif;
  text-transform: none;
  border: 0;
  width: 100%;
  padding: 10px 22px;
  margin: 0 0 15px;
}
h3{
  
}
.top_categories_btn_box{
  position: relative;
  overflow: hidden;
  bottom: 0;
  background: #19caaf;
  color: #fff;
  padding: 0 0 0 20px;
  display: block;
  webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font: 400 16px/60px "Ubuntu", sans-serif;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.header_logo_search{
  margin-top: 10px;
  margin-bottom: 10px;
}
.logo_box{
  
}
.header_search_box{
  margin-top: 8px;
}
.header_currency_box{
  margin-top: 9px;
}
.header_info_nav{
  background-color: #2f2f2f;
  height: 60px;
  line-height: 60px;
  position: relative;
  webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.header_info_nav a{
  color: #fff;
  padding-left: 5px;
}
.header_info_nav a:hover{
  text-decoration: none;
}
.header_info_nav a i{
  padding-right: 10px;
  color: #19caaf;
}
.header_info_nav a span:hover, .header_info_nav a span:focus{
  color: #19caaf;
}
.header_cart_button_box{
  min-height: 60px;
  background-color: #19caaf;
  webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  line-height: 60px;
}
.top_categories_btn_box span{
  color: #fff;
  font-size: 19px;
  padding-right: 13px;
  position: relative;
  display: inline-block;
}
.btn-search{
  background-color: #19caaf;
  color: #fff;
}
.btn-search:hover, .btn-search:focus{
  background-color: #11ae96;
  color: #fff;
}
#shopping_cart_content{
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 300px;

}
#shopping_cart_content ul{
  min-height: 200px;
  max-height: 350px;
  overflow-y: auto;
}
#shopping_cart_content .panel-heading{
  background-color: #19caaf;
  background-image: none;
  color: #fff;
}
#shopping_cart_content .panel{
  margin-bottom: 0;
}
ol.breadcrumb{
  padding-left: 0;
}
.indexCategoriesList a{
  display: block;
}
.side_heading{
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #d6f3f0;
  color: #2f2f2f;
  font: 400 15px/25px "Ubuntu", sans-serif;
  text-transform: none;
  text-align: left;
  border: 0;
  width: 100%;
  padding: 10px 22px;
  margin: 0;
}
.side_heading#tmCategoriesHeading{
  /* margin-top: 15px; */
}
.side_box_collapse_button{
  float:right;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.page_spilt_box{
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 12px;
}
.list_products_row_box{
  padding-left: 15px;
  padding-right: 15px;
}
.list_products_box{
  text-align: center;
  margin: 0px;
  padding: 5px;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-box-shadow: inset 0 0 0 1px #ededed, 0 0 1px transparent;
  -moz-box-shadow: inset 0 0 0 1px #ededed, 0 0 1px transparent;
  box-shadow: inset 0 0 0 1px #e8e8e8, 0 0 1px transparent;
}
.list_products_box:hover{
  -webkit-box-shadow: inset 0 0 0 4px #19caaf, 0 0 1px transparent;
  -moz-box-shadow: inset 0 0 0 4px #19caaf, 0 0 1px transparent;
  box-shadow: inset 0 0 0 4px #19caaf, 0 0 1px transparent;
}
.list_products_box:hover .price_saveoff_box{
  background-color: #19caaf;
}
.list_products_box .list_products_name{
  height: 75px;
  padding-left: 3px;
  padding-right: 3px;
}
.list_products_box .list_products_name a{
  color: #2f2f2f;
  font-size: 12px;
  text-decoration: none;
}
.list_products_box .list_products_name a:hover{
  color: #84c0b6;
}
.list_products_box .list_products_image{

}
.list_products_box .list_products_price{
  
}
.list_products_price .normal_price{
  text-decoration: line-through;
}
.list_products_price .special_price{
  color: #19caaf;
  font-weight: bold;
  font-size: 18px;
  padding-left: 5px;
}

.list_products_price .price_saveoff_box{
  position: absolute;
  top: 0px;
  left: 1px;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-size: 12px;
  background-color: #333;
  color: #fff;
  padding: 1px 3px;
  text-transform: uppercase;
  
}

.list_products_price .special_sale_price{
  
}
.list_products_box .list_products_button{
  
}

h1.product_name_info{
  padding: 0;
  margin: 0;
  border: none;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
}
.colse_cart_button{
  color: #fff;
  padding: 1px 5px;
  margin-left: 20px;
  border: 1px solid #fff;
}
.colse_cart_button:hover, .colse_cart_button:focus{
  text-decoration: none;
  border: 1px solid #ccc;
  color: #ccc;
}
.btn_add_to_cart{
  background-color: #19caaf;
  color: #fff;
}
.btn_add_to_cart:hover, .btn_add_to_cart:focus{
  background-color: #0bceb0;
  color: #dfe2e2;
}
.product_price_info{}
.product_price_info .normal_price{
  text-decoration: line-through;
}
.product_price_info .special_price{
  padding: 0px 10px;
  font-size: 18px;
  color: #19caaf;
  font-weight: bold;
}
.product_price_info .price_saveoff_box{
  font-size: 9px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.product_price_info .price_saveoff_box:before{
  content:'-';
}
.add_to_cart_box{
  margin: 10px 0;
}
.side_content_box .list-group{
  margin-bottom: 0;
}
.cartTotalsDisplay{
  font-size: 12px;
  text-align: center;
  padding-bottom: 15px;
}
#cartSubTotal{
  text-align: right;
  margin: 10px 0;
  font-weight: bold;
  text-decoration: underline;
  padding-right: 5px;
}
.relative_products{
  margin-top: 15px;
}
.relative_products .panel-heading{
  font-size: 12px;
}
.footer_copyright{
  margin: 15px 0;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  font-size: 12px;
}
.footer_payment_image{
  margin-bottom: 10px;
}
ul.cart-list{
    padding: 0 !important;
    max-height: 300px;
    overflow-y: auto;
}

ul.cart-list > li{
    position: relative;
    border-bottom: solid 1px #efefef;
    padding: 15px 15px 23px 15px !important;
}

ul.cart-list > li > a.photo{
    padding: 0 !important;
    margin-right: 15px;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    left: 15px;
    top: 15px;
}

ul.cart-list > li img{
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
}

ul.cart-list > li > h6{
    margin: 0;
}

ul.cart-list > li > h6 > a.photo{
    padding: 0 !important;
    display: block;
}

ul.cart-list > li > p{
    margin-bottom: 0;
}

ul.cart-list > li.total{
    background-color: #f5f5f5;
    padding-bottom: 15px !important;
}

ul.cart-list > li.total > .btn{
    display: inline-block;
    border-bottom: solid 1px #efefef;
}

ul.cart-list > li .price{
    font-weight: bold;
}

ul.cart-list > li.total > span{
    padding-top: 8px;
}
.header_info_nav a i{
  padding-right: 10px;
  color: #19caaf;
}
.footer_wrapper{
  background-color: #ecf3f2;
  padding: 10px 0;
  margin-top: 15px;
}
.foot_col_heading{
  color: #2f2f2f;
  font-weight: bold;
  text-transform: uppercase;
}
.footer_wrapper ul{
  
}
.footer_wrapper ul li{
  padding: 5px 0;
  color: #19caaf;
}
.footer_wrapper ul li a{
  color: #19caaf;
  font-size: 12px;
}
.footer_copyright_box{
  padding-top: 25px;
  text-align: center;
  font-size: 12px;
}
.main_wrapper{
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .collapse_sm_visibel{
    display: block;
    height: auto !important;
  }
  .left_wrapper{
    float: left;
  }
  .main_wrapper{
    float: right;
  }

}
@media (max-width: 767px) {
  .header_info_nav a i{
    padding-right: 5px;
    color: #19caaf;
    font-size: 20px;
  }
}

.sticky-open{
  z-index: 100;
}

/*************************
********header hot link
*************************/

@media (min-width: 768px) {
  .header_hot_link li{
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_hot_link a{
    color: #546764;
    font-weight: bold;
    font-size: 14px;
  }

}
@media (max-width: 767px) {
  .header_hot_link a{
    color: #546764;
  }
}

/*************************
********SCROLL TOP
*************************/
.scroll-to-top {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.scroll-to-top #to-top {
	background-color:#777;
	border:none;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:18px;
	text-align:center;
	color:#FFF;
	border-radius:50%;
	cursor:pointer;
	outline:none;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);

}
.scroll-to-top.show {
	opacity:1;
	visibility:visible;
}

/* 
  Side Box Categories
 */
#allCategoriesHeading{
  position: relative;
}
#allCategoriesHeading > span{
  position: absolute;
  top: 6px;
  right: 7px;
  cursor: pointer;
  padding:5px 10px;
  font-size: 18px;
}
#allCategoriesHeading > i{
  position: absolute;
  top: 1px;
  right: 7px;
  cursor: pointer;
  padding:5px 10px;
  font-size: 24px;
}
#tm_categories{
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

#tm_categories ul {
  margin: 0;
  padding: 0;
  display: none;
}
#tm_categories li{
  text-align: left;
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 3;
  transition: 300ms ease all;
}
#tm_categories > li:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 30%;
  left: 1%;
  bottom: 16px;
  box-shadow: 10px 0 0px black;
  transition: 300ms ease all;
  transform: rotate(0deg);
}
#tm_categories > li:hover:before {
  box-shadow: 10px 0 20px black;
  transform: rotate(-3deg);
  bottom: 6px;
}
#tm_categories > li:hover > a {
  margin-left: 1%;
  box-shadow: inset 300px 0 300px -300px rgba(255, 255, 255, 0.3);
}
#tm_categories > li:hover + li {
  z-index: 1;
}
#tm_categories > li > a {
  display: block;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #2f2f2f;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding: 11px 18px;
  background-color: #f2f2f2;
  text-decoration: none;
  box-sizing: border-box;
  transition: 300ms ease all;
}

#tm_categories li.level_2 > a {
  display: block;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding: 5px 0 5px 27px;
}

#tm_categories li.level_3 > a {
  font-size: 12px;
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
  padding: 3px 0 3px 36px;
}

#tm_categories > li + li > a {
  border-top: 1px solid #d9d9d9;
}

#tm_categories li.active > a{
  text-decoration: underline;
}
.level_1 > .click, .level_2 > .click, .level_3 > .click{
  cursor: pointer;
  padding: 5px 15px;
}
.level_1 > .click:hover, .level_2 > .click:hover, .level_3 > .click:hover{
  color: #ababab;
}
.level_1 > .click{
  position: absolute;
  top: 8px;
  right: 5px;
  color:#4a4949;
  font-size: 14px;
}

.level_2 > .click{
  position: absolute;
  top: 5px;
  right: 5px;
  color:#4a4949;
  font-size: 12px;
}

.level_3 > .click{
  position: absolute;
  top: 15px;
  right: 10px;
  color:#4a4949;
  font-size: 12px;
}

#tm_categories ul{
  position: relative;
  z-index: 11;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tm_categories ul.level_1{
  
}

#tm_categories ul.level_2{
  background-color:#84c0b6;
}

#tm_categories ul.level_3{
  background-color:#cc6663;
}

ol.breadcrumb{
  padding-left: 0;
}
.fixed_category_mobile{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
}
.fixed_category_mobile .left_box_content{
  max-height: 85%;
  overflow-y: auto;
  border-bottom: 5px solid #000;

}
.table>tbody>tr>td.attrib-grid-vHeader{
  vertical-align: middle;
}
.attrib-grid-cell{
  min-width: 110px;
}
input.counter{
  min-width: 35px;
}
.filter-list{
  max-height: 350px;
  overflow-y: auto;
}
.att_image_list{
  overflow: hidden;
  font-size: 11px;
}
.att_image_list span{
  word-break: break-word;

}
.att_image_list img{
  border: 1px solid #ccc;
}