body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  text-transform: uppercase;
}

/* default font size */

.fa {
  font-size: 14px;
}

@font-face {
  font-family: Ubuntu;
  src: url("ubuntu_bold.eot");
}

@font-face {
  font-family: Ubuntu;
  src: url("ubuntu_bold.ttf");
}

@font-face {
  font-family: Ubuntu;
  src: url(fonts/ubuntu.ttf);
}

@font-face {
  font-family: Ubuntu;
  src: url(fonts/ubuntu.eot);
}

/* Override the bootstrap defaults */

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #8dbf33;
}

a:hover {
  text-decoration: none;
}

.footer-icons {
  text-decoration: none;
  border: 0;
}

.footer-icons:hover {
  opacity: 0.7;
}

legend {
  font-size: 18px;
  padding: 7px 0px
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ff1c24;
}

/* top */

#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 5px 0;
  min-height: 40px;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}



#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #ff1c24;
}

#top .btn-link,
#top-links li,
#top-links a,
#top-links-two li,
#top-links-two a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover,
#top-links-two a:hover {
  color: #444;
}

#top-links .dropdown-menu a,
#top-links-two .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover,
#top-links-two .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links,
#top-links-two {
  padding-top: 6px;
}

#top-links a+a,
#top-links-two a+a {
  margin-left: 15px;
}

/* logo */

#logo {
  margin: 0 0 10px 0;
}

/* search */

#search {
  margin-bottom: 10px;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF;
}

#step_2 .panel-body#addr_dop_2 {
  text-align: left;
  background: #ffffff;
  padding: 15px 15px;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

/* stickers */
.left-sticker {
  position: absolute;
  top: 0.8%;
  left: -34px;
  list-style-type: none;
}

/* search */
.alphabet {
  margin-top: 3%;
  padding-left: 1%;
  border-bottom: #dddddd solid 1px;
  text-align: left;
  padding-bottom: 1%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.alphabet-btm {
  width: 25px;
  background: orange;
  margin-top: -4px;
}

.letter {
  color: #454545;
  font-size: 17px;
  margin-right: 1.5%;
  padding-bottom: 1%;
  width: 18px;
}

@media (max-width: 640px) {
  .letter {
    margin-right: 4.5%;
    font-size: 17px;
    width: 18px;
  }
}

@media (max-width: 1000px) {
  .letter {
    margin-right: 3.5%;
    font-size: 17px;
    width: 18px;
  }
}

/* cart */

#cart {
  margin-bottom: 10px;
}

#cart>.btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

#cart.open>.btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open>.btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */

.over-header-width {
  width: 100%;
  background: #ff1c24;
  min-height: 40px;
  margin-bottom: 20px;
}

.carousel_products .product-list {
  margin-right: 2px;
  width: 100%;
  margin: 0;
}

.carousel_products .product-list .product-thumb .image {
  height: auto;
}


.carousel_products .product-list {
  min-height: inherit;
}

.carousel_products .prod-desc-wrap p {
  font-size: 14px;
  color: #666666;
  margin: 0 -10px;
  padding-bottom: 10px;
}

.cont2.catering_23 {
  margin-bottom: 40px;
}

.carousel_products .product-list.prod-cust .product-thumb .prod-desc-wrap {
  min-height: inherit;
}

.carousel_products .product-list.prod-cust .product-thumb .caption {
  min-height: inherit;
}

#content .cont2.catering_23 h2 {

  width: 100%;
}

.carousel_products .owl-carousel {
  overflow: hidden;
}




.cont2.catering_23 .ask-bl {
  margin-top: 0;
}

.cont2.catering_23 .ask-body {
  margin-bottom: 40px;
  margin-top: 40px;
}

.carousel_products h3 {
  text-align: center;
  margin-bottom: 20px;
  background: url(/image/catalog/home/h2_under.png) 50% -2px repeat-x;
  font-family: 'Roboto_Black';
  color: black;
  background-size: 100% 35px;
}

.carousel_products {
  padding-left: 0px;
  padding-right: 0px;
}

.carousel_products .row {
  margin-right: 0;
  margin-left: 0;
}

#menu {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  min-height: 40px;
  background: #ff1c24;
  background-image: linear-gradient(to top, #ff1c24, #ff797e);
  background-repeat: repeat-x;
  text-transform: uppercase;
}

#menu .nav>li>a {
  color: #fff;
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#product .cater-gift {
  text-align: left;
  padding-left: 4%;
  padding-right: 4%;
  margin-top: 10px;
}

#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #ff1c24;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  opacity: 0.8;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner>ul.list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

/* content */

.checkout-checkout .cart_info {
  padding: 20px;
  border: 1px solid #cacaca;
  font-weight: bold;
  color: #000000;
  display: table;
  margin-top: 20px;
}

.checkout-checkout .cart_info p:last-child {
  margin-bottom: 0;

}

.anchor_list_box .h3_padding {
  padding-left: 35px;
}

#content {
  min-height: 600px;
}

/* footer */

footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

/* alert */

#content h2,
#content h3 {
  display: inline;
}

.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */

.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

select.delivery_time {
  background-color: #fff;
  padding: 7px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
}

.delivery_time option.hide {
  display: none;
}

.breadcrumb>li+li:before {
  content: '';
  padding: 0;
}

.breadcrumb>li:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* buttons */

.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

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

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 12px;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff1c24;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #dd1219;
  background-position: 0 -15px;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff1c24;
  background-image: linear-gradient(to bottom, #ff1c24, #d8191f);
  background-repeat: repeat-x;
  border-color: #ff1c24 #ff1c24 #d8191f;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #8dbf33;
  background-image: linear-gradient(to bottom, #8dbf33, #a3d646);
  background-repeat: repeat-x;
  border-color: #a3d646 #a3d646 #7ba72b;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #8dbf33;
  background-image: linear-gradient(to bottom, #8dbf33, #a3d646);
}

/* list group */

.list-group a {
  border: 1px solid #8dbf33;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #fff;
  background: #8dbf33;
  border: 1px solid #8dbf33;
  outline: 1px solid #fff;
}

/* carousel */

.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* product list */
.product-thumb {
  margin-bottom: 20px;
  height: 100%;
}

.product-thumb .image {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-thumb .image {
  float: none;
}

.modal-dialog .prod-desc-wrap>div {
  padding: 0 10px;
  text-align: center;
}

body .modal-dialog .prod-desc-wrap {
  min-height: auto;
}

div#cat_inn,
.catousel_products .row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

div#cat_inn>.row,
div#cat_inn .appendBlock>.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}

body div#cat_inn .appendBlock>.row {
  margin: 0;
}

body #top-links .list-inline>li,
body #top-links-two .list-inline>li {
  padding-right: 8px;
}


body .prod-pref .prod-cust {
  height: auto;
  margin-bottom: 0;
  min-height: auto;
}

.modal-dialog .prod-desc-wrap>div.category-product-title {
  padding: 0px 5px;
  text-align: center;
  height: auto;
  margin-bottom: 10px;
}

body div#imcallask-form-container-popup .b-mod .form-control {
  margin-top: 0;
}

.prod-cust .product-thumb {
  margin-bottom: 0;
}

#imcallask-form-container-popup .buttons.text-right {
  text-align: left;
  margin: 0;
}

body .prod-pref {
  height: auto;
}

.prod-pref div#cart_car {
  margin-bottom: 0;
}

.modal .product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

body #imcallask-form-container-popup [type="submit"] {
  margin-top: 10px;
  margin-bottom: -5px;
}

body #imcallask-form-container-popup .b-mod .padd-hu-10 {
  padding-bottom: 5%;
  margin-top: 0;
  margin-left: 0.1%;
}

body #imcallask-form-container-popup .b-mod {
  padding-bottom: 0;
  padding-top: 5px;
}

body .modal-dialog .product-list.prod-cust .product-thumb .caption {
  min-height: auto;
}

.prod-cust .product-thumb .image+div {
  height: auto !important;
}

.prod-cust .product-thumb {
  height: auto;
}

body .steps.step-close {
  position: absolute !important;
}

body #content .steps:not(.step-close) {
  position: relative !important;
}

body #d_quickcheckout {
  margin-bottom: 0;
}

.modal-open .modal {
  z-index: 999999;
}

.anchor_list_box a {
  margin-bottom: 0;
  padding-left: 15px;
}

body .list_h3 {
  padding-left: 30px;
}

#step_2 .panel-body#addr_dop_2 {
  text-align: left;
  background: #ffffff;
  padding: 15px 15px;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

.alphavit_box {
  text-align: right;
  position: relative;
  right: 15px;
}

.alphavit_box a {
  color: #f17e00;
}

@media (max-width: 1200px) {
  #d_quickcheckout td.qc-total {
    white-space: nowrap;
  }

  body .product-thumb .ico-like {
    width: 30px;
    height: 25px;
  }
}

@media (max-width: 1070px) {


  #d_quickcheckout .qc-cart tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  body #d_quickcheckout .qc-quantity {
    width: auto;
    padding-left: 0px !important;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-name {
    width: 100%;
    order: -1;
    padding-left: 15px;
    padding-bottom: 0;
    padding-top: 10px;
  }

  #d_quickcheckout {
    height: auto !important;
  }

}

@media (max-width: 870px) {
  body #d_quickcheckout .table-bordered>tbody>tr td.qc-close .input-group {
    position: absolute;
    top: -13px;
    right: 0;
  }

  #d_quickcheckout .qc-quantity .btn-primary.decrease,
  #d_quickcheckout .qc-quantity .btn-primary.increase {
    width: 25px;
  }

  body #d_quickcheckout .input-group .qc-product-qantity {
    width: 50px;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-close {
    position: relative;
    width: 40px;
  }

  #d_quickcheckout .qc-quantity .fa-chevron-up {
    transform: scale(2);
    position: relative;
    right: 3px;
  }



}

@media (max-width: 840px) {

  body .label-add {
    text-transform: none;
    font-size: 15px;
  }

}

@media (max-width: 768px) {


  div#cat_inn>.row,
  div#cat_inn .appendBlock>.row {
    width: auto;
  }

  div#cat_inn>.row.to-hide-block {
    display: block;
    margin-top: 20px;
  }

  body #d_quickcheckout .table-bordered>tbody>tr>td {
    width: 20%;
  }


  #d_quickcheckout .qc-cart tr {
    width: 100%;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-name {
    width: auto;
  }

  body #d_quickcheckout .input-group .delete {
    position: static;
  }

  .product-list .product-thumb .caption {
    /* min-height: 0; */
    margin-left: 0;
    padding: 0 10px;
  }

  .product-grid .product-thumb .caption {
    min-height: 100px;
  }

  body #d_quickcheckout .qc-cart tr {
    display: flex;
  }



  body #d_quickcheckout .table-bordered>tbody>tr td.qc-name {
    width: 100%;
    padding-left: 10px !important;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-close .input-group {
    position: static;

  }


  body #d_quickcheckout .table-bordered>tbody>tr td.qc-close {
    padding-right: 40px;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-total {
    width: 30%;
  }

  #d_quickcheckout .qc-quantity .input-group,
  #d_quickcheckout .qc-quantity .input-group-btn {
    position: static;
    display: flex;
    /* flex-wrap: wrap; */
    width: 90px;
    justify-content: center;
  }

}

@media (min-width: 767px) {



  .product-list .product-thumb .image {
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  padding: 0 10px;
  min-height: 166px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

.product__btn_mobile {
  display: none;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 100px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    /* min-height: 0; */
    margin-left: 0;
    padding: 0 10px;
  }

  .product-grid .product-thumb .caption {
    min-height: 100px;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star+.fa-star-o {
  color: #FC0;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #ff1c24;
  font-weight: bold;
  font-size: 24px;
}

.product-thumb .price-new {
  /*   background: #8dbf33;
  color: #fff; */
  color: #000;
  padding: 0 10px;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 14px;

  display: block;
  color: red;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  height: 20px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #fff;
  background-color: #8dbf33;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #fff;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  width: 80%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #8dbf33;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button+button {
  width: 20%;
  border-left: 1px solid #fff;
}

.product-thumb .button-group button:hover {
  color: #fff;
  background-color: #ff1c24;
  text-decoration: none;
  cursor: pointer;
}

body .cart-hd-t {
  white-space: nowrap;
}

@media (max-width: 1200px) {

  .product-thumb .button-group button,
  .product-thumb .button-group button+button {
    width: 50%;
  }

  body .kkk-main,
  body .kkk-main-2 {
    width: 100%;
  }

  #content .m1-ban {
    background-size: cover;
  }

  div#cara_1 {
    display: flex;
    flex-wrap: wrap;
  }

}

@media (max-width: 767px) {

  .product-thumb .button-group button,
  .product-thumb .button-group button+button {
    width: 50%;
  }
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails>li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails>img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 0px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

.image-additional a {
  pointer-events: none;
}

ul.image_additional_carousel.owl-carousel .owl-nav.disabled {
  display: none;
}

@media (min-width: 1200px) {

  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #content .col-md-2:nth-child(6n+1),
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/

@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.procent {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(255, 0, 0, 0.57);
  border-radius: 50px;
  width: 100px;
  height: 75px;
  padding-top: 25px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 5px #520202;
}

#dop-options .control-label {
  width: 30%;
  float: left;
  color: #000;
  display: block;
  font-size: 18px;
  text-align: left;
  line-height: 45px;
  font-weight: 600;
}

#dop-options select.form-control {
  width: 35%;
}

#dop-options span.pfc,
.calories-row span.pfc {
  width: 140px;
  float: left;
  border: 1px solid #fff700;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 2.5;
  margin-right: 20px;
  border-radius: 50px;
}

#dop-options .form-group {
  margin-bottom: 10px;
}

#dop-options .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 45px;
  font-size: 16px;
}

#dop-options .arrows-icon::before {
  content: '';
  height: 15px;
  width: 15px;
  display: block;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  float: right;
  border: 2px solid black;
  border-right-width: 0;
  border-top-width: 0;
  position: absolute;
  right: 25px;
  top: 13px;
}

a.thumbnail>img {
  width: 100%;
}

.nav-tabs {
  border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: 1px solid #75c94d;
  background: #75c94d;
  color: white;
}

.nav-tabs>li {
  margin-bottom: -1px;
  margin-left: -1px;
}

.nav-tabs>li>a {
  margin-right: 0;
  border: 1px solid #75c94d;
  background: #fff;
  font-size: 18px;
  color: #75c94d;
  border-radius: 0;
}

#product .cart-p-2 {
  text-align: left;
  margin-bottom: -1px;
  width: 85%;
  float: right;
}

#tab-description {
  font-size: 16px;
  min-height: 150px;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}

#tab-sost {
  font-size: 16px;
  min-height: 150px;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.tab-content {
  background: white;
  margin-left: -1px;
  min-height: 158px;
  border: 1px solid #ddd;
}

.common-home .tab-content {
  background: transparent;
  border: 1px solid transparent;
}

#tab-ingridients {
  text-align: left;
}

#tab-ingridients .checkbox+.checkbox,
.radio+.radio {
  margin-top: 10px;
}

#tab-ingridients .checkbox label,
.radio label {
  font-size: 22px;
}

#tab-ingridients .checkbox label,
.radio label {
  padding-left: 5px;
}

#tab-ingridients label input {
  display: none;
  /* <--скрываем дефолтный чекбокс */
}

#tab-ingridients label span {
  /* <-- стилизируем новый */
  height: 20px;
  width: 20px;
  border: 1px solid gray;
  display: inline-block;
  position: relative;
  background-color: #FFF;
  border-radius: 2px;
  padding: 3px;
}

#tab-ingridients .checkbox [type=checkbox]:checked+span:before {
  /* <-- ставим иконку, когда чекбокс включен  */
  content: '\2714';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  color: #75c94d;
}

#product .cart-p-2>a>i {
  padding-right: 10px;
}

.mob-body {
  display: none;
}

#dop-options .form-group {
  width: 50%;
  clear: both;
  position: relative;
}

#dop-options .form-group select {
  border-radius: 0;
  float: right;
  width: 70%;
  margin-bottom: 20px;
}

#product .SSContainerDivWrapper {
  top: 30px !important;
  left: 30% !important;
  width: 70%;
  min-width: auto;
}

.stylish-select .selectedTxt {
  width: 70% !important;
  float: right !important;
  text-align: left;
}

#product .newList {
  height: 55px;
  padding: 10px 0 0 5px;
  min-height: 75px;
}

.delivery,
.privacy {
  font-family: 'Roboto', sans-serif;
  padding-bottom: 80px;
  color: #000;
}

.privacy {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #e8e8e8;
  font-size: 16px;
}

.delivery-items {
  padding: 30px;
  text-align: left;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  display: block;
  margin: 30px 0;
}

.delivery-items-about {
  border: 1px solid #e8e8e8;
  text-align: left;
  padding-bottom: 49px;
  font-family: 'Roboto_Black';
  font-size: 16px;
}

.delivery-items-about hr {
  margin: 0;
}

.items-delivery {
  padding: 16px 30px;
}

.padding-bottom {
  padding-bottom: 89px;
}

.title-delivery {
  font-size: 24px;
  padding: 30px;
}

.background-green {
  background: #d9efb2;
}

.items-delivery b {
  color: #f17e00;
  font-size: 19px;
}

.Opening-hours {
  color: #f17e00;
  font-size: 18px;
  font-weight: bold;
}

.description-delivery-items {
  font-size: 16px;
  font-weight: 300;
  padding: 20px 0 30px;
  text-align: left;
}

.delivery-items p {
  padding-bottom: 30px;
  font-weight: 300;
}

.hidden-mob {
  display: block;
}

.title-mob,
.hidden-desk {
  display: none;
}

.information-information-6 h1,
.title-delivery-content {
  font-size: 42px;
  line-height: 1;
  margin: 0;
  text-align: left;
  margin-left: 0;
  position: relative;
  float: left;
  background: url(/image/catalog/home/h2_under.png) 50% -12px repeat-y;
  background-size: 100% 56px;
  display: inline-block;
  font-family: 'Roboto_Black';
  color: #111;
  /* background:  none; */
  /* box-shadow: inset 0 -10px #fff000, inset 0 -10px #fff000; */
}

#posititon1,
#posititon2,
#posititon3,
#posititon4,
#posititon5,
#posititon6,
#posititon7,
#posititon8,
#posititon9 {
  position: absolute;
  left: -9999px;
}

body .pred_order_info {
  display: flex;
  align-items: center;
}

body .pred_order_info p {
  margin-bottom: 0;
  margin-left: 15px;
  font-weight: bold;
  color: #000000;
}

#clickme {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  outline: none;
}

.content1,
.content2,
.content3,
.content4,
.content5,
.content6,
.content7,
.content8,
.content9 {
  margin: 35px 0;
  display: block;
}

.image-arrow {
  display: none;
}

.item-privacy {
  padding: 10px 0;
}

@media (max-width: 1170px) {
  .payment-delivery-buttons {
    padding-left: 16px;
  }

  #product .cart-p-2 {
    width: 100%;
  }
}

@media (max-width: 1070px) {

  span.final-price.actual_price {
    white-space: nowrap;
  }
}

@media (max-width: 960px) {

  .limit-vals a {
    width: 100%;
    display: block;
  }

  body .sort-wrap a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    padding: 0 20px;
  }

  .catalog_content {
    display: flex;
    flex-wrap: wrap;
  }

  .catalog_content #column-left {
    margin-top: 22px;
    width: 30%;
  }

  #content.catalog_content_box {
    text-align: center;
    width: 70%;
  }

  .product-layout.product-list.col-md-4.col-sm-4.col-xs-12.prod-cust.item {
    width: 49%;
  }

}

@media (max-width: 840px) {

  .catalog_content #column-left {
    width: 32%;
  }

  #content.catalog_content_box {
    text-align: center;
    width: 68%;
  }
}


@media (max-width: 768px) {


  .recommended-product.recommended-product_mobile div#cat_inn {
    display: block;
    /* width: 100%; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
  }

  div#intro_items .item {
    width: 100%;
  }

  div#tab-lat .product-layout {
    width: 100%;
  }

  .tab-content .product-layout {
    width: 100%;
  }

  .proddd-wr .product-layout {
    width: 100%;
  }

  body .sort-wrap a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
  }

  body #content.catalog_content_box {
    width: 100%;
  }

  body #content.catalog_content_box .product-layout {
    width: 100%;
  }

  .hidden-mob {
    display: none;
  }

  .title-mob {
    display: inline-block;
  }

  .hidden-desk {
    display: block;
  }

  .delivery-items-about {
    padding: 0;
    margin-bottom: 20px;
  }

  .color-orange {
    color: #f17e00;
  }

  .information-information-6 h1,
  .title-delivery-content,
  .information-information-3 h1 {
    font-size: 24px;
    background: url(/image/catalog/home/h2_under.png) 50% -4px repeat-y;
    background-size: 100% 27px;
  }

  .delivery-items-about {
    font-size: 12px;
  }

  .title-delivery {
    font-size: 20px;
  }

  .privacy {
    border-bottom: 1px solid #e8e8e8;
  }

  .delivery,
  .privacy {
    padding: 0;
    border: none;
    font-size: 14px;
  }

  .description-delivery {
    font-size: 14px;
  }

  .delivery-items,
  .items-delivery {
    padding: 16px 15px;
  }

  .content1,
  .content2,
  .content3,
  .content4,
  .content5,
  .content6,
  .content7,
  .content8,
  .content9 {
    margin: 40px 0 20px;
    display: none;
  }

  #posititon1,
  #posititon2,
  #posititon3,
  #posititon4,
  #posititon5,
  #posititon6,
  #posititon7,
  #posititon8,
  #posititon9 {
    position: absolute;
    left: -9999px;
  }

  #posititon1:checked+.image-arrow+.content1,
  #posititon2:checked+.image-arrow+.content2,
  #posititon3:checked+.image-arrow+.content3,
  #posititon4:checked+.image-arrow+.content4,
  #posititon5:checked+.image-arrow+.content5,
  #posititon6:checked+.image-arrow+.content6,
  #posititon7:checked+.image-arrow+.content7,
  #posititon8:checked+.image-arrow+.content8,
  #posititon9:checked+.image-arrow+.content9 {
    display: block;
  }

  #clickme {
    cursor: pointer;
    z-index: 0;
    font-size: 14px;
  }

  .item-privacy {
    padding: 20px 15px;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    position: relative;
  }

  .position-description {
    width: 86%;
    display: inline-block;
  }

  #posititon1:checked+.image-arrow,
  #posititon2:checked+.image-arrow,
  #posititon3:checked+.image-arrow,
  #posititon4:checked+.image-arrow,
  #posititon5:checked+.image-arrow,
  #posititon6:checked+.image-arrow,
  #posititon7:checked+.image-arrow,
  #posititon8:checked+.image-arrow,
  #posititon9:checked+.image-arrow {
    transform: rotate(180deg);
  }

  .image-arrow {
    display: block;
    padding: 6px;
    position: absolute;
    right: 14px;
    top: 15px;
    z-index: -1;
  }

  .heading-block.row .rating-container {
    height: unset;
  }

  .heading-block.row .rating-container .rating {
    right: unset;
    position: unset;
  }

  .input-quantity-wrapper {
    text-align: right;
  }

  .j-click {
    width: 100% !important;
  }

  #product .thumbnails {
    overflow: hidden;
    width: 100%;
  }

  .nav-tabs-container {
    margin-top: 10px;
  }

  #product .calories-row .pfc-row {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }

  #product .calories-row span.pfc {
    float: none;
    width: auto;
    padding: 0 9px;
    display: inline-block;
    font-size: 12px;
    margin-right: 1%;
    margin-bottom: 8px;
  }

  .mob-body-ingridients {
    padding: 1px 0;
  }

  .tab-content {
    min-height: unset;
  }

  .product-main-area.prod-2 {
    height: auto;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-left: 15px;
  }

  .common-home .nav>li>a::before {
    display: none;
  }

  #review table {
    margin-bottom: 20px;
  }

  #form-review .rating-row {
    padding-top: 10px;
  }

  .search-results .reset-cell {
    margin-top: 15px;
    padding-right: 0;
  }

  .search-results .categories-cell {
    margin-top: 15px;
    padding-left: 0;
  }

  .text-empty-search-results {
    margin-top: 15px;
  }

  body.common-home #tab-hit .owl-controls,
  body.common-home #slideshow1 .owl-controls {
    display: none !important;
  }

  div.white-popup {
    width: 90%;
    min-width: unset;
    max-width: unset;
  }

  .font-size-xs-13px {
    font-size: 13px !important;
  }

  .line-height-xs-0_5em {
    line-height: 0.5em !important;
  }

  .line-height-xs-1em {
    line-height: 1em !important;
  }

  .margin-bottom-xs-0_5em {
    margin-bottom: 0.5em !important;
  }

  .margin-bottom-xs-1em {
    margin-bottom: 1em !important;
  }

  .margin-bottom-xs-1_4em {
    margin-bottom: 1.4em !important;
  }

  .margin-bottom-xs-10px {
    margin-bottom: 10px !important;
  }

  .margin-bottom-xs-20px {
    margin-bottom: 20px !important;
  }

  .white-popup .canape-form input[type="tel"],
  .white-popup .canape-form input[type="text"],
  .white-popup .canape-form input[type="email"],
  .white-popup .canape-form input[type="password"] {
    margin-bottom: 0.5em !important;
  }

  .white-popup .canape-btn.canape-btn-ver2 {
    font-size: 18px !important;
  }

  .white-popup .small-heading-title {
    font-size: 20px !important;
  }

  .halfscreen-popup {
    padding: 20px !important;
  }

  .mfp-bg,
  .mfp-wrap {
    z-index: 9999999 !important;
  }

  .prod-cust .product-thumb {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .product-thumb .image img {
    width: 100%;
  }

  .caption .category-product-title {
    margin-left: 0;
    margin-right: 0;
  }

  .thumbnails a.thumbnail {
    height: auto;
    margin-bottom: 0;
  }

  .product_info_row_content .input-quantity-container {
    justify-content: center;
  }

  .product_info_row_content .col-sm-4.col-xs-6.input-quantity-wrapper {
    width: 100%;
  }

  body .product_info_row_content .product-main-area>.row>div {

    padding: 0;
  }

  body .boc_order_btn {
    width: 100%;
  }
}

.sitemap {
  text-align: left !important;
}

.sitemap .row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.error-page {
  background: url(/image/404.jpg) no-repeat left;
  padding: 7% 0 0 19%;
  background-size: 100% 100%;
}

.error-page p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin-top: 30px;
  line-height: 1.2;
}

.error-page span {
  color: #fff;
  display: block;
  margin-top: 30px;
  font-size: 17px;
  font-weight: 400;
}

.error-page a {
  text-decoration: underline;
}

.container-error {
  width: 1762px;
  margin-top: -20px;
}

.container-error h1 {
  text-transform: none;
  color: #fff;
  background: none;

}

body #d_quickcheckout .input-group .delete {
  transform: translateX(0px);
}

@media (max-width: 700px) {
  .error-page {
    min-height: 345px !important;
    margin-bottom: -61px;
    background: url(/image/404m.jpg) no-repeat left;
    background-size: cover;
    background-position-y: 0;
    padding-left: 0;
    padding-top: 10%;
  }

  .container-error {
    /*padding-top: 65px !important;*/
    margin-top: 0;
  }

  .error-page-box {
    margin: 0 auto;
    width: 368px;
  }

  .error-page p {
    font-size: 16px;
    margin-top: 22px;
  }

  .error-page span {
    font-size: 14px;
  }

}

@media (max-width: 478px) {
  .error-page-box {
    width: 300px;
  }

  a.imcallask-btn-mini {
    bottom: 30px !important;
    left: 30px !important;
    right: unset !important;
  }
}

@media (max-width: 320px) {
  .error-page p {
    font-size: 14px;
    margin-top: 22px;
  }

  .error-page span {
    font-size: 11px;
  }

  .error-page-box {
    width: 287px;
  }
}

#register #login_input,
#register #phone_input {
  display: none !important;
}

/* region Видео */
.video-container-wrap {
  position: relative;
  width: 100%;
}

.video-container {
  position: relative;
  padding: 0 0 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-category-136_188 .photo-wrag .video-container,
.product-category-136_189 .photo-wrag .video-container,
.product-category-136_137 .photo-wrag .video-container,
.product-category-136_143 .photo-wrag .video-container,
.product-category-136_146 .photo-wrag .video-container {
  margin-top: 30px;
}

.product-category-185 .photo-wrag .video-container {
  margin-bottom: 30px;
}

@media (min-width: 769px) {

  .product-category-136_188 .photo-wrag .video-container-wrap,
  .product-category-136_189 .photo-wrag .video-container-wrap,
  .product-category-136_137 .photo-wrag .video-container-wrap,
  .product-category-136_146 .photo-wrag .video-container-wrap,
  .product-category-136_143 .photo-wrag .video-container-wrap {
    margin-left: 7px;
    width: calc(100% - 12px);
  }

  .product-category-185 .photo-wrag .video-container-wrap {
    margin-left: -20px;
    margin-right: 1px;
    width: calc(100% + 17px);
  }
}


@media (min-width: 2000px) {

  body #top-links .list-inline>li,
  body #top-links-two .list-inline>li {
    padding-right: 7px;
  }
}


@media (max-width: 992px) {

  body #imcallask-form-container-popup .modal-dialog .modal-header {
    position: static;
    text-align: left;
  }

  body.checkout-checkout #imcallask-form-container-popup .tot-mod {
    line-height: 24px;
    padding-bottom: 10px;
  }

  body .modal-wide {
    width: 740px;
  }

  body #imcallask-form-container-popup .modal-dialog h4 {
    font-size: 32px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-decoration: underline;
    text-decoration-color: #fedd24;
    text-decoration-thickness: 7px;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    text-underline-offset: -5px;
  }

  body #imcallask-form-container-popup .modal-dialog form.form-horizontal {
    padding: 0 20px;
  }

  body #imcallask-form-container-popup .b-mod {
    padding-bottom: 15px;
  }

  body #imcallask-form-container-popup .buttons.text-right button {
    padding: 10px 20px;
    max-width: 300px;
    width: 100%;
  }

  body #imcallask-form-container-popup .buttons.text-right {
    text-align: center;
    margin: 0;
    margin-top: 5px;
  }

  body #imcallask-form-container-popup .modal-dialog button.close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    z-index: 2;
  }
}

@media (max-width: 768px) {

  .carousel_products .prod-cust {
    border: none;
  }

  .catalog_content #column-left {
    width: 100%;
    margin-top: 0;
  }
}

/* endregion */


@media (max-width: 480px) {
  .alphavit_box {
    text-align: left;
    position: relative;
    right: -15px;
    margin-top: 30px;
    display: block;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-total {
    white-space: pre-line;
    font-size: 15px;
  }
}


@media (max-width: 420px) {

  body #imcallask-form-container-popup .modal-dialog h4 {
    font-size: 24px;
  }

  body #imcallask-form-container-popup .modal-dialog form.form-horizontal {
    padding: 0;
  }

  body #d_quickcheckout .qc-cart tr td.qc-image {
    width: 50%;
    text-align: center;
    order: -1;
  }

  #imcallask-form-container-popup .modal-wide .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.checkout-checkout #imcallask-form-container-popup .tot-mod,
  body #imcallask-form-container-popup .modal-dialog .modal-header {
    text-align: left;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-name {
    width: 50%;
    text-align: left;
    padding: 0 !important;
  }

  #d_quickcheckout .qc-quantity .btn-primary.decrease,
  #d_quickcheckout .qc-quantity .btn-primary.increase {
    width: 40px;
  }

  #d_quickcheckout .qc-quantity .fa-chevron-up {
    right: 0;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-price {}

  body #d_quickcheckout .qc-cart a {
    text-align: left;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-total {
    white-space: pre-line;
    font-size: 21px;
    text-align: center;
    font-size: 21px;
    order: 1;
    width: 50%;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-quantity {
    order: 2;
    width: 50%;
    display: flex;
    justify-content: center;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-close {
    order: 3;
    position: static;
    width: auto;
    padding: 0;
  }

  body #d_quickcheckout .table-bordered>tbody>tr td.qc-close .input-group {
    position: absolute;
    right: 10px;
    top: 15px;
  }

}

