/*************************
********CUSTOM
*************************/
h1{
  font-size: 22px;
  border: 1px solid #ccc;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
h2{
  font-size: 20px;
  border: 1px solid #ccc;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
}
h3{
  font-size: 18px;
  border: 1px solid #ccc;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
}
h4{
  font-size: 16px;
}
h5{
  font-size: 14px;
}
h1.product_name_info{
  padding: 0;
  margin: 0;
  border-color: transparent;
  border: none;
}
ul .product_detail{}
.product_price_info .normal_price{
  text-decoration: line-through;
  font-size: 11px;
}
.product_price_info .special_price{
  font-size: 16px;
  font-weight: bold;
  color: #ff6858;
  padding-left: 8px;
  padding-right: 8px;
}
.product_price_info .price_saveoff_box{
  background-color: #ff6858;
  color: #fff;
  font-size: 9px;
  padding: 0 2px;
  text-transform: uppercase;
}
#productAttributes{
  margin-bottom: 16px;
}
.btn_add_to_cart{
  background-color: #ff6858;
  color: #fff;
}
.btn_add_to_cart:hover, .btn_add_to_cart:focus{
  background-color: #ec3e3e;
  color: #fff;
  font-weight: bold;
}
.add_to_cart_box{
  margin-bottom: 16px;
}
.breadcrumb li a{
  color: #ff6858;
}
.breadcrumb li a:hover, .breadcrumb li a:focus{
  color: #777;
  text-decoration: none;
}
.products_list_row_box{
  
}
.products_list_col_box{
  position: relative;
  text-align: center;
  border: 1px solid #eae8e8;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 3px;
  padding-right: 3px;
  box-shadow: 7px 7px 3px #ccc;
}
.products_list_col_box:hover{
  box-shadow: 7px 7px 3px #eae8e8;
}
.products_list_col_box .list_products_image{}
.products_list_col_box .list_products_name{
  height: 60px;
}
.products_list_col_box .list_products_name a{
  color: #141414;
  font-size: 12px;
}
.products_list_col_box .list_products_name a:hover, .products_list_col_box .list_products_name a:focus{
  color:#ff230c;
}
.products_list_col_box .list_products_price{
  height: 35px;
  line-height: 35px;
}
.products_list_col_box .list_products_price .normal_price{
  text-decoration: line-through;
}
.products_list_col_box .list_products_price .special_price{
  color: #ff6858;
  font-weight: bold;
  font-size: 18px;
  padding-left: 5px;
}
.products_list_col_box:hover .list_products_price .special_price,
.products_list_col_box:focus .list_products_price .special_price{
  font-size: 22px;
}
.products_list_col_box .list_products_price .price_saveoff_box{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff6858;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 3px;
  text-transform: uppercase;
  line-height: 20px;
}
.products_list_col_box:hover .list_products_price .price_saveoff_box,
.products_list_col_box:focus .list_products_price .price_saveoff_box{
  background-color: #000;
  color: #fff;
}
.products_list_col_box .list_products_price .price_save_off{}

.topFullBox{
  background-color: #000;
}
.topFullBox form, .topColSearchBox form{
  margin-bottom: 0;
}
.topStickyWrapper.sticky{
  z-index: 3;
  background-color: #fff;
  border-bottom: 3px solid #ccc;
}
.topRow1Box{}
.topColLinkBox{
  line-height: 36px;
  height: 36px;
}
.topColLinkBox ul{
  margin-bottom: 0;
}
.topColLinkBox a{
  font-family: Roboto,sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.topColLinkBox a:hover, .topColLinkBox a:focus{
  color: #ff230c;
  text-decoration: none;
}
.topColLinkBox i{
  font-size: 18px;
  padding-right: 5px;
}
.topColCurrenryBox{
  padding-top: 3px;
}
.topColSearchBox{
  
}
.topColCartBox{
  text-align: right;
  padding-top: 5px;

}
.topColCartBox a{
  color: #ff6858;
  font-size: 16px;
  font-weight: bold;
}
.topColCartBox i{
  padding-right: 10px;
}
.topRow2Box{
  margin-top: 15px;
  margin-bottom: 15px;
}
.topColCategoriesBox{
  z-index: 3;
}
.topColCategoriesBox .navbar{
  min-height: 0px;
  border: none;
}
.topColCategoriesBox .navbar-default .navbar-nav>.active>a, 
.topColCategoriesBox .navbar-default .navbar-nav>.active>a:focus, 
.topColCategoriesBox .navbar-default .navbar-nav>.active>a:hover{
  color: #ff6858;
  border-bottom: 1px solid #ff6858;
  background-image: none;

}
.topColCategoriesBox .navbar-default .navbar-nav>.open>a,
.topColCategoriesBox .navbar-default .navbar-nav>.open>a:focus,
.topColCategoriesBox .navbar-default .navbar-nav>.open>a:hover{
  color: #ff6858;
}
.topColCategoriesBox .navbar-nav>li>a:hover,
.topColCategoriesBox .navbar-nav>li>a:focus{
  color: #ff6858;
  border-bottom: 1px solid #ff6858;
}
.topColCategoriesBox .dropdown-menu>.active>a,
.topColCategoriesBox .dropdown-menu>.active>a:focus,
.topColCategoriesBox .dropdown-menu>.active>a:hover{
  background-color: ff6858;
  color: #fff;
}
.topColCategoriesBox .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.topColCategoriesBox .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.topColCategoriesBox .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
  background-color: transparent;
  color: #ff6858;
}
.topColCategoriesBox .navbar-default .navbar-nav .open ul.dropdown-menu{
  max-height: 300px;
  overflow-y: auto;
}
.topColCategoriesBox .navbar-nav>li>a{
  color: #141414;
  border-bottom: 1px solid #ccc;
}
.topRowXsNavBox{
  text-align: center;
  padding-top: 15px;
}
.topColXsNavBox{
  z-index: 3;
}
#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;
  text-align: center;
}
#shopping_cart_content .panel-heading{
  background-color: #ff6858;
  background-image: none;
  color: #fff;
  position: relative;
}
#shopping_cart_content .panel{
  margin-bottom: 0;
}
#shopping_cart_content .cart-list .photo{
    padding: 0 !important;
    margin-right: 15px;
    float: left;
    display: block;
    width: 75px;
    border: 1px solid #ccc;
}
#shopping_cart_content .cart-list .small{
  font-size: 10px;
}
#shopping_cart_content .cart-list p{
  font-size: 10px;
  color: #ff6858;
}
.colse_cart_button{
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  padding: 1px 5px;
  margin-right: 15px;
}
.colse_cart_button:hover, .colse_cart_button:focus{
  text-decoration: none;
  border: 1px solid #ccc;
  color: #ccc;
}
#footer{
  background-color: #ea776b;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 20px;
}
#footer a{
  color: #fff;
  font-size: 11px;
}
.foot_col_heading{
  font-weight: bold;
}
.footer_payment_image{
  margin-bottom: 15px;
}
.footer_copyright_box{
  text-align: center;
  font-size: 11px;
  padding-top: 15px;
}

#shoppingCartDefault{}
.cartTable{}
.cartTable th{
  text-align: center;
}
.cartTotalsDisplay{
  text-align: center;
}
.cartProdTitle{
  font-size: 11px;
}
#cartSubTotal{
  padding: 15px 0;
  text-align: right;
}
.num_of_products{
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.page_spilt_box{
  padding-top: 3px;
  padding-bottom: 8px;
}
.index_banner{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .collapse_sm_visibel{
    display: block;
    height: auto !important;
  }
  .topColCategoriesBox ul.navbar-nav{
    text-align: center;
    float: none;
  }
  .topColCategoriesBox .navbar-nav>li{
    display: inline-block;
    float: none;
  }
}
@media (max-width: 767px) {
  #top_col_search{
    position: fixed;
    top: 63px;
    z-index: 5;
  }
  .num_of_products{
    text-align: center;
  }
}