.mt-5{
	margin-top: 40px;
}

.product_option
{
  display: block;
}

.shipping_calculator_link
{
  color: #1F5AA3;
  text-decoration: none;
}

/**********************************************************************************************************************
view cart*/
#cart
{
  margin-top: 50px;
  margin-bottom: 50px;
}

.order_summ
{
  text-align: center;
}

.order_summ H3
{
  color: #0176B6;
  margin-top: 0;
  font-size: 20px;
}

.order_summ H5
{
  font-size: 15px;
}

.order_summ TABLE TR TD
{
  padding: 5px;
}

.order_summ TABLE TR TD A
{
  display: block;
  white-space: nowrap;
}

.order_summ TABLE TR TD:first-child
{
  width: 52%;
}

.customer_service
{
  font-size: 18px;
}

.customer_service B
{
  display: block;
}

.cart_table
{
}

.cart_table .product_quantity
{
  max-width: 80px;
}

.cartin H1
{
  color: #FFF;
  text-align: center;
  margin: 14px 0 0;
  font-size: 20px;
  padding: 10px;
  background: #64717D;
  color: #FFF;
}

.cart_table TH
{
  text-align: center;
  vertical-align: middle !important;
  background: #DBDBDB;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cart_table TD
{
  vertical-align: middle !important;
}

.view_cart_buttons
{
}

.view_cart_buttons SPAN
{
  white-space: nowrap !important;
  display: inline-block;
  float: right;
}

.view_cart_buttons INPUT
{
  margin: 3px;
}

.view_cart_buttons_top INPUT
{
  /*margin: -8px 3px 5px;*/
}

.view_cart_buttons_top .form-control.form-control-sm
{
  background: #FFF;
  font-size: 13px;
  width: 50%;
}

/*.viewcart_list .cat_title
{
	padding: 10px 10px 10px 20px;
	margin: 10px;
	background: #F5F5F5;
}*/
/*.title_sm_bg_invoice
{
	background: #F5F5F5;
	font-weight: bold;
}*/
.shipping_calculator_box
{
  /*max-width: 600px;*/
  /*display: inline-block;*/
  /*text-align: left;*/
  padding: 0 20px 20px;
}

.shipping_calculator_box H2
{
  font-size: 20px;
}

.shipping_calculator_box TR
{
  font-size: 13px;
}

.view_cart_del_item
{
  font-weight: bold;
  color: red;
  text-decoration: none;
  font-size: 20px;
}

.coupon_error
{
  color: red;
  display: none;
}

.coupon_message
{
  color: #008000;
  display: none;
}

.viewcart_errors_block
{
  color: red;
}

.viewcart_message_block
{
  color: green;
}

.bundle_srt
{
  float: none;
  /*width: 100% !important;*/
  padding: 10px;
  background: #F3F3F3;
  margin: 0;
  font-size: 14px;
}

.bundle_srt .title
{
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 14px;
}

.bundle_srt .item
{
  border-bottom: 1px dotted #CCC;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/*
.product_option
{
  float: none;
  width: 100% !important;
  padding: 10px;
  background: #F3F3F3;
  margin: 0;
}

.product_option .opt_title
{
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
}
*/

@media (max-width: 575px)
{
  .order_summ TABLE TR TD:first-child
  {
    width: 50%;
  }
  
  .order_summ
  {
    margin-bottom: 43px;
    margin-top: -29px;
  }
  
  .cart_table TH
  {
    font-size: 11px;
  }
  
  .cart_table TD
  {
    font-size: 13px;
  }
  
  .cart_table TD.img
  {
    min-width: 47px !important;
    padding: 0;
  }
  
  .cartin H1
  {
    font-size: 15px;
  }
  
  .customer_service
  {
    font-size: 16px;
  }
  
  .customer_service B
  {
    display: inline;
  }
  
  .order_summ H3
  {
    font-size: 18px;
  }
  
  .order_summ H5
  {
    font-size: 13px;
  }
  
  .view_cart_buttons
  {
    text-align: center;
  }
  
  .view_cart_buttons A
  {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .view_cart_buttons INPUT
  {
    float: none !important;
    margin: 5px;
  }
  
  .view_cart_buttons SPAN
  {
    white-space: normal !important;
    float: none;
  }
}

@media (min-width: 576px) and (max-width: 767px)
{
  .order_summ INPUT
  {
    display: inline-block;
    width: 35%;
  }
  
  .order_summ TABLE TR TD:first-child
  {
    width: 50%;
  }
  
  .order_summ
  {
    margin-bottom: 35px;
    margin-top: -29px;
  }
  
  .cart_table TH
  {
    font-size: 11px;
  }
  
  .cart_table TD
  {
    font-size: 13px;
  }
  
  .view_cart_buttons
  {
    text-align: center;
  }
  
  .view_cart_buttons A
  {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .view_cart_buttons INPUT
  {
    float: none !important;
    margin: 5px;
  }
  
  .cartin H1
  {
    font-size: 15px;
  }
  
  .customer_service
  {
    font-size: 16px;
  }
  
  .customer_service B
  {
    display: inline;
  }
  
  .order_summ H3
  {
    font-size: 15px;
  }
  
  .order_summ H5
  {
    font-size: 11px;
  }
  
  .view_cart_buttons SPAN
  {
    white-space: normal !important;
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 991px)
{
  .order_summ TABLE TR TD:first-child
  {
    width: 50%;
  }
  
  .customer_service
  {
    font-size: 14px;
  }
  
  .customer_service B
  {
    display: inline;
  }
  
  .order_summ TD
  {
    font-size: 11px;
  }
  
  .cart_table TH
  {
    font-size: 11px;
  }
  
  .cart_table TD
  {
    font-size: 13px;
  }
  
  .order_summ H3
  {
    font-size: 15px;
  }
  
  .order_summ H5
  {
    font-size: 11px;
  }
  
  .cartin H1
  {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px)
{
}

@media (min-width: 1200px)
{
}

#SHAREModal .col-form-label
{
  font-size: 14px;
}