.product_option {
  display: block;
}

.shipping_calculator_link {
  color: #1f5aa3;
  text-decoration: none;
}

/**********************************************************************************************************************
view cart*/
#cart {
  margin-top: 50px;
  margin-bottom: 50px;
}

#cart .code .form-control-sm {
  width: 100%;
}

.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: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 INPUT {
  margin: 3px;
}

.view_cart_buttons_top INPUT {
  margin: -8px 3px 5px;
}

/*.viewcart_list .cat_title
{
	padding: 10px 10px 10px 20px;
	margin: 10px;
	background: #F5F5F5;
}*/
/*.title_sm_bg_invoice
{
	background: #F5F5F5;
	font-weight: bold;
}*/
@media (max-width: 575px) {
  .cart_table TR:nth-child(1) {
    display: none;
  }

  .cart_table TR {
    display: block;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .cart_table TD {
    display: block;
    text-align: center;
    border: none !important;
    padding: 3px !important;
  }

  .cart_table TD:nth-child(1) {
    width: 30%;
    display: inline-block;
  }

  .cart_table TD:nth-child(2) {
    width: 60%;
    display: inline-block;
    font-weight: bold;
    text-align: left;
  }

  .cart_table TD:nth-child(3) {
    width: 60%;
    margin-left: 31%;
    margin-top: -15px;
    display: inline-block;
    text-align: left;
  }

  .cart_table TD:nth-child(4) {
    width: 30%;
    display: inline-block;
  }

  .cart_table TD:nth-child(4) INPUT {
    display: inline-block !important;
  }

  .cart_table TD:nth-child(4):before {
    content: 'QTY:';
    font-weight: bold;
    font-size: 11px;
  }

  .cart_table TD:nth-child(5) {
    width: 60%;
    display: inline-block;
    text-align: left;
    margin-top: -12px;
  }

  .cart_table TD:nth-child(5):before {
    content: ' Price:';
    font-weight: bold;
    font-size: 11px;
    margin-right: 5px;
  }

  .cart_table TD:nth-child(6) {
    width: 60%;
    display: inline-block;
    text-align: left;
    margin-left: 31%;
    margin-top: -47px;
  }

  .cart_table TD:nth-child(6):before {
    content: ' Extended:';
    font-weight: bold;
    font-size: 11px;
    margin-right: 5px;
  }

  .cart_table TD:nth-child(7) {
    width: 13%;
    margin-right: 3%;
    display: inline-block;
    float: right;
    margin-top: -50px;
  }

  /*.cart_table TD:nth-child(6)
  {
  	width: 30%;
  	display: inline-block;
  }*/
  /*.total
  {
  	width: 100%;
  	padding: 0 !important;
  }*/
  .total TD {
    width: 49%;
    display: inline-block;
    text-align: left;
  }

  .total TD:first-child {
    text-align: right;
  }

  .order_summ TABLE TR TD:first-child {
    width: 50%;
  }

  .order_summ {
    margin-bottom: 43px;
    margin-top: -29px;
  }

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

@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: 11px;
  }

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

@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: 11px;
  }

  .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) {
}

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

.coupon_error {
  color: red;
  display: none;
}

.coupon_message {
  color: #008000;
  display: none;
}

/*!view-cart!*/
.product_quantity {
  max-width: 90px;
  min-width: 70px;
}

.page_viewcart H1 {
  color: #552c13;
  font-size: 50px;
  display: block;
  float: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'New York', serif;
}

.page_viewcart TH {
  text-transform: uppercase;
  font-weight: 500;
  background: #3d1321;
  color: #fff;
}

.page_viewcart TD {
  vertical-align: middle !important;
}

.page_viewcart TD:first-child SPAN A {
  width: 80px;
  display: block;
  text-align: center;
  border: 1px solid #ccc;
}

.page_viewcart TD:first-child SPAN IMG {
  max-width: 100%;
}

.page_viewcart TD .btn {
  padding: 7px 20px;
}

.view_cart_buttons {
}

.view_cart_buttons > * {
  /*float: right;*/
  font-size: 15px;
  margin-right: 10px;
  /*border-radius: 30px;*/
}

.view_cart_buttons > A {
  position: relative;
}

.view_cart_buttons > *:hover {
  opacity: 0.8;
}

.product_option {
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.vc-bot {
  margin-top: 45px;
}

.vc-bot H4 {
  font-weight: 400;
  color: #552c13;
  margin: 20px 0;
  letter-spacing: 1px;
  font-size: 16px;
}

.vc-bot H3 {
  font-weight: 400;
  color: #552c13;
  margin: 0;
  letter-spacing: 1px;
  font-size: 20px;
}

.vc-bot .row {
  /*display: block;*/
  /*margin: 10px 0;*/
}

.vc-bot P {
  /*margin: 0 0 10px 0;*/
  /*min-height: 56px;*/
}

.vc-bot .milk-img {
  border: 1px solid #e8e8e8;
  text-align: center;
  margin-bottom: 13px;
  height: 200px;
  padding: 0;
  overflow: hidden;
}

.vc-bot .milk-img IMG {
  /*max-width: 100%;*/
  /*max-height: 85%;*/
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.vc-bot .title {
  margin-bottom: 10px;
  font-family: 'New York', serif;
  font-size: 30px;
}

.vc-bot A {
  display: block;
  padding: 0;
  height: 100%;
}

.vc-bot .shipping-box {
  /*padding-left: 60px;*/
}

.vc-bot .add-milk {
  /*padding: 20px;*/
  /*padding: 0;*/
}

.vc-bot .add-milk > DIV {
  padding: 5%;
  border: 2px dotted rgba(160, 148, 132, 0.77);
  height: 105%;
  margin: -3% 10% 0 0;
}

.t-name {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}

.milk-name {
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
}

.flavors-list {
  max-width: 400px;
}

.custom-dozen-flavor img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

@media (max-width: 540px) {
  .milk-btn.btn {
    font-size: 9px;
  }

  .vc-bot {
    padding: 0 30px;
  }

  .vc-bot .add-milk > DIV {
    margin: 0 0 10% 0;
    height: auto;
    /*height: 100%;*/
  }

  .vc-bot .add-milk P {
    margin-top: 10px;
    font-size: 13px;
  }

  .shipping-box .col-lg-3 {
    padding-bottom: 30px;
  }

  .view_cart_buttons > * {
    font-size: 13px;
  }

  .page_viewcart TD .btn {
    font-size: 11px;
  }

  .page_viewcart TABLE.table.table-striped > TBODY > TR TD {
    border: none;
    background: transparent !important;
    box-shadow: none;
    vertical-align: top !important;
    /*text-align: left;*/
  }

  /*.page_viewcart TABLE.table.table-striped > TBODY > TR:nth-of-type(odd) TD
  {
  	border: none;
  	background: transparent !important;
  	box-shadow: none;
  }*/
  .page_viewcart TABLE.table TR {
    display: block;
  }

  .page_viewcart TR:nth-of-type(odd) {
    background: #f1f1f1;
  }

  .page_viewcart TD:first-child {
    width: 30%;
    display: inline-block;
  }

  .page_viewcart TD:first-child + TD {
    width: 65%;
    display: inline-block;
    padding-top: 20px;
    text-align: left;
  }

  .page_viewcart TD:first-child + TD + TD {
    width: 100%;
    display: block;
    padding-left: 33%;
  }

  .subtotal TD:first-child + TD + TD {
    text-align: left;
  }
}

@media (min-width: 541px) and (max-width: 767px) {
  .milk-btn.btn {
    font-size: 9px;
  }

  .vc-bot .add-milk > DIV {
    margin: 0 5% 0 0;
    height: auto;
    /*height: 100%;*/
  }

  .vc-bot .add-milk P {
    margin-top: 10px;
    font-size: 13px;
  }

  .shipping-box .col-lg-3 {
    padding-bottom: 30px;
  }

  .view_cart_buttons > * {
    font-size: 13px;
  }

  .page_viewcart TD .btn {
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .milk-btn.btn {
    font-size: 9px;
  }

  .vc-bot .add-milk > DIV {
    margin: -3% 15% 0 0;
    height: 100%;
  }

  .vc-bot .add-milk P {
    margin-top: 10px;
    font-size: 13px;
  }

  .shipping-box .col-lg-3 {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .vc-bot {
    /*font-size: 13px;*/
  }

  .vc-bot .milk-img {
    overflow: hidden;
    height: 143px;
    /*line-height: 181px;*/
  }

  .vc-bot .add-milk .milk-img IMG {
    width: auto;
  }

  .milk-btn.btn {
    font-size: 9px;
  }

  .vc-bot .add-milk > DIV {
    margin: -3% 15% 0 0;
    height: 100%;
  }

  .vc-bot .add-milk P {
    margin-top: 10px;
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .vc-bot .add-milk > DIV {
    margin: -3% 6% 0 0;
  }

  .vc-bot .add-milk P {
    font-size: 13px;
  }
}

.viewcart_errors_block {
  color: #ca768d;
  font-weight: bold;
}

.viewcart_message_block {
  color: green;
}
