/*************************
********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 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 19px/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: 20px;
}
.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;
}
.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;
}
@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;
  }
}

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