.product_card {
  /*#product_title-end*/
  /*#product_image_box-end*/
  /*.option_box-end*/
  /*.price_box_t-end*/
  /*#product-end*/
  /*#product_action-end*/
  /*.nav-tabs-end*/
  /*.tab-content-end*/
  /*.attachment_box-end*/
  /*.accessories_box-end*/
}
.product_card > .row {
  position: relative;
}
.product_card .product_col #product_v {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  overflow: hidden;
  /*.status_sticker-end*/
}
.product_card .product_col #product_v .status_sticker {
  text-align: left;
  width: 100%;
  /*.sticker-end*/
}
.product_card .product_col #product_v .status_sticker .sticker {
  border-radius: 0 5px 5px 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px;
  white-space: nowrap;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.product_card .product_col #product_v .status_sticker .sticker:hover {
  opacity: 1;
}
.product_card .product_col #product_v .status_sticker .sticker span {
  display: inline !important;
}
.product_card .product_col #product_v .status_sticker .sticker > div {
  display: inline-block !important;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.product_card .product_col #product_v .status_sticker :nth-child(2) {
  margin-left: -3px !important;
}
.product_card .product_col #product_v .status_sticker :nth-child(3) {
  margin-left: -3px !important;
}
.product_card .product_col #product_v .status_sticker :nth-child(4) {
  margin-left: -3px !important;
}
.product_card .product_col #product_v .small_info_product {
  width: 100%;
  height: 0px;
  opacity: 0;
  display: none;
  background: #fff;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d9d9d9;
  border-top: 1px dashed #d9d9d9;
  padding-top: 20px;
}
.product_card .product_col #product_v .small_info_product .image_box {
  width: 100%;
  text-align: center;
}
.product_card .product_col #product_v .small_info_product .image_box img {
  max-height: 200px;
}
.product_card .product_col #product_v .small_info_product .ptitle {
  width: 100%;
  text-align: left;
  padding: 20px;
  display: inline-block;
  color: #00407b;
  font-weight: bold;
}
.product_card .product_col #product_v .free_sticker {
  position: relative;
}
.product_card .product_col #product_v .free_sticker .free_sticker_content {
  background: #fce449;
  padding: 2px;
  position: absolute;
  right: -15px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.product_card .product_col #product_v .free_sticker .free_sticker_content > div {
  border: 1px dashed #fff;
  padding: 5px 20px;
  text-align: center;
  line-height: 11px;
}
.product_card .product_col #product_v .free_sticker .free_sticker_content > div i {
  font-size: 15px;
}
.product_card .product_col #product_v .free_sticker .free_sticker_content > div span {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  white-space: nowrap;
}
.product_card .product_col #product_v .manufacturer_sticker {
  position: relative;
}
.product_card .product_col #product_v .manufacturer_sticker .manufacturer_sticker_content {
  background: #fff;
  padding: 2px;
  position: absolute;
  right: -20px;
  border-top: 3px solid #333e48;
  border-bottom: 3px solid #333e48;
  border-left: 3px solid #333e48;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.product_card .product_col #product_v .manufacturer_sticker .manufacturer_sticker_content > div {
  border: 1px dashed #333e48;
  padding: 5px 20px;
  text-align: center;
  line-height: 11px;
}
.product_card .product_col #product_v .manufacturer_sticker .manufacturer_sticker_content > div i {
  font-size: 15px;
}
.product_card .product_col #product_v .manufacturer_sticker .manufacturer_sticker_content > div span {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  width: 100px;
  display: inline-block;
}
.product_card .product_col #product_v .manufacturer_sticker .manufacturer_sticker_content > div span img {
  max-width: 100px;
}
.product_card .product_col #product_v #manufacturer_logo {
  padding: 15px;
}
.product_card .product_col #product_v #manufacturer_logo img {
  max-width: 100%;
}
.product_card #product_title {
  /*h1-end*/
}
.product_card #product_title h1 {
  font-size: 30px;
  color: #00407b;
  font-weight: bold;
  font-family: 'Baloo 2', cursive;
}
.product_card #product_image_box {
  position: relative;
  display: inline-block;
  min-height: 200px;
  width: 100%;
  /*#product_image_list-end*/
  /*#product_thumb_list-end*/
  /*.status_sticker-end*/
}
.product_card #product_image_box .box-hide {
  display: none;
}
.product_card #product_image_box .box-hide.slick-initialized {
  display: block !important;
}
.product_card #product_image_box #product_image_list {
  /*.slick-list-end*/
}
.product_card #product_image_box #product_image_list .slick-list {
  /*.slick-track-end*/
}
.product_card #product_image_box #product_image_list .slick-list .slick-track {
  /*.slick-slide-end*/
}
.product_card #product_image_box #product_image_list .slick-list .slick-track .slick-slide {
  /*a-end*/
}
.product_card #product_image_box #product_image_list .slick-list .slick-track .slick-slide a {
  display: inline-block;
  width: 100%;
  text-align: center;
  /*img-end*/
}
.product_card #product_image_box #product_image_list .slick-list .slick-track .slick-slide a img {
  display: inline-block;
}
.product_card #product_image_box #product_thumb_list {
  text-align: center;
  margin-top: 30px;
  /*.slick-arrow-end*/
  /*.slick-list-end*/
}
.product_card #product_image_box #product_thumb_list .slick-arrow {
  height: 100%;
  width: 50px;
  top: 0px;
  bottom: 0px;
  transform: none;
  /*&.slick-prev-end*/
  /*&.slick-prev*/
  /*&:before-end*/
}
.product_card #product_image_box #product_thumb_list .slick-arrow.slick-prev {
  left: 0px;
  /*&:before-prev-end*/
}
.product_card #product_image_box #product_thumb_list .slick-arrow.slick-prev:before {
  content: "\f053";
}
.product_card #product_image_box #product_thumb_list .slick-arrow.slick-next {
  right: 0px;
  /*&:before-next-end*/
}
.product_card #product_image_box #product_thumb_list .slick-arrow.slick-next:before {
  content: "\f054";
}
.product_card #product_image_box #product_thumb_list .slick-arrow:before {
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  width: 100%;
  color: #333e48;
}
.product_card #product_image_box #product_thumb_list .slick-list {
  width: calc(100% - 100px);
  display: inline-block;
  /*.slick-track-end*/
}
.product_card #product_image_box #product_thumb_list .slick-list .slick-track {
  /*.slick-slide-end*/
}
.product_card #product_image_box #product_thumb_list .slick-list .slick-track .slick-slide {
  opacity: 0.7;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  text-align: center;
  /*&.slick-active-end*/
  /*img-end*/
}
.product_card #product_image_box #product_thumb_list .slick-list .slick-track .slick-slide.slick-active {
  cursor: pointer;
  /*&.slick-center-end*/
}
.product_card #product_image_box #product_thumb_list .slick-list .slick-track .slick-slide.slick-active.slick-current {
  opacity: 1;
  border-bottom: 2px solid #00407b;
}
.product_card #product_image_box #product_thumb_list .slick-list .slick-track .slick-slide img {
  display: inline-block;
}
.product_card #product_image_box .status_sticker {
  position: absolute;
  width: 70%;
  left: 0px;
  top: 10px;
  z-index: 2;
  /*.sticker-end*/
}
.product_card #product_image_box .status_sticker .sticker {
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 8px 20px;
  text-transform: uppercase;
  float: left;
  margin-right: 100%;
  white-space: nowrap;
  /*&:hover-end*/
}
.product_card #product_image_box .status_sticker .sticker:hover {
  opacity: 1;
}
.product_card .option_box {
  /*.form-group-end*/
}
.product_card .option_box h3 {
  color: #333e48;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
.product_card .option_box .form-group .option_group {
  margin-bottom: 10px;
}
.product_card .option_box .form-group > div.option_list .radio {
  padding: 0px 10px;
  border-bottom: 1px dashed #ccc;
  /*&:last-child-end*/
  /*&:last-child-end*/
}
.product_card .option_box .form-group > div.option_list .radio:last-child {
  border-bottom: 0px dashed #ccc;
}
.product_card .option_box .form-group > div.option_list .radio:hover {
  background: #f9f8f8;
}
.product_card .option_box .form-group > div.option_list .radio > div {
  width: 100%;
}
.product_card .option_box .form-group > div.option_list .radio > div label {
  width: 100%;
}
.product_card .option_box .form-group > div.option_list .radio > div label table {
  width: 100%;
}
.product_card .option_box .form-group > div.option_list .color {
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: 5px;
  /*&:last-child-end*/
  /*&:last-child-end*/
}
.product_card .option_box .form-group > div.option_list .color.option_active {
  border: 2px solid #c2156f;
}
.product_card .option_box .form-group > div.option_list .color .custom-control {
  padding: 0px;
  width: 100%;
  height: 100%;
}
.product_card .option_box .form-group > div.option_list .color .custom-control .custom-control-label {
  width: 100%;
  padding: 0px;
}
.product_card .option_box .form-group > div.option_list .color .custom-control .custom-control-label:before {
  top: 5px;
  left: 5px;
}
.product_card .option_box .form-group > div.option_list .color .custom-control .custom-control-label:after {
  top: 5px;
  left: 5px;
}
.product_card .option_box .form-group > div.option_list .color:hover {
  border-color: #4fb1cf;
}
.product_card .option_box .form-group > div.option_list .color .option_item {
  width: 100%;
  height: 100%;
  background: #fff;
}
.product_card .option_box .form-group > div.option_list .color .option_item .color_box {
  display: block;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 15px;
  border-radius: 5px;
}
.product_card .option_box .form-group > div.text-danger {
  display: inline-block;
  padding: 15px 0;
  width: 100%;
}
.product_card .option_box .form-group > label {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px dashed #dddddd;
  padding: 0px 5px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product_card .option_box .form-group.required > label:before {
  content: '* ';
  color: #F00;
  font-weight: normal;
  font-size: 18px;
}
.product_card .price_box_t {
  display: table-row;
  width: 100%;
  float: right;
  /*.price_box-end*/
}
.product_card .price_box_t .price_box {
  display: table-cell;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: bottom;
  width: 100%;
  float: right;
  /*.pv-end*/
}
.product_card .price_box_t .price_box .pv {
  color: #333e48;
  font-size: 20px;
  line-height: 35px;
  text-align: left;
  /*.price-end*/
  /*.price_old-end*/
  /*.price_with_tax-end*/
  /*.bold_price-end*/
  /*span-end*/
}
.product_card .price_box_t .price_box .pv.price {
  font-size: 18px;
  line-height: 20px;
}
.product_card .price_box_t .price_box .pv.price_old {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #ffb7b7;
}
.product_card .price_box_t .price_box .pv.price_old b {
  position: relative;
}
.product_card .price_box_t .price_box .pv.price_old b:after {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 2px solid #333e48;
  transform: rotate(-5deg);
  transform-origin: 20% 40%;
  width: 100%;
  height: 1px;
  top: 15px;
  opacity: 0.3;
}
.product_card .price_box_t .price_box .pv.price_with_tax {
  font-size: 14px;
  line-height: 30px;
  color: #bbbbbb;
  font-weight: normal;
}
.product_card .price_box_t .price_box .pv.bold_price {
  font-weight: bold;
  font-size: 30px;
  color: #333e48;
}
.product_card .price_box_t .price_box .pv span {
  font-weight: 300;
  color: #bbbbbb;
  font-size: 12px !important;
}
.product_card .price_box_t.easy_price .price_box {
  display: inline-block;
  float: none !important;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
  /*.price_old-end*/
}
.product_card .price_box_t.easy_price .price_box .pv span {
  display: none !important;
}
.product_card .price_box_t.easy_price .price_box .pv.price {
  display: none;
}
.product_card .price_box_t.easy_price .price_box .index_price {
  position: relative;
  display: inline-block;
}
.product_card .price_box_t.easy_price .price_box .index_price .price_general {
  font-size: 55px;
  display: inline-block;
  font-weight: bold;
  margin-left: -20px;
}
.product_card .price_box_t.easy_price .price_box .index_price .price_top {
  font-size: 25px;
  line-height: 10px;
  vertical-align: super;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: calc(100% + 5px);
}
.product_card .price_box_t.easy_price .price_box .index_price .price_currency {
  font-size: 28px;
  line-height: 25px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: calc(100% + 5px);
  opacity: 0.3;
}
.product_card .price_box_t.easy_price .price_box .price_older {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #ffb7b7;
}
.product_card .price_box_t.easy_price .price_box .price_older b {
  position: relative;
}
.product_card .price_box_t.easy_price .price_box .price_older b:after {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 2px solid #333e48;
  transform: rotate(-5deg);
  transform-origin: 20% 40%;
  width: 100%;
  left: 0px;
  height: 1px;
  top: 15px;
  opacity: 0.3;
}
.product_card #product_action {
  margin-top: 20px;
  text-align: center;
  /*#input-quantity-end*/
  /*.support-end*/
}
.product_card #product_action .bcq #button-cart {
  border-radius: 5px !important;
  width: 100%;
  max-width: 400px;
}
.product_card #product_action #input-quantity {
  border: 1px solid #d9d9d9;
  border-right: 0px solid #fff;
  border-radius: 5px 0px 0px 5px;
  text-align: center;
  height: 100%;
  margin-top: 9px;
  font-size: 18px;
  width: 55px;
}
.product_card #product_action .buy_phone {
  width: 100%;
  /*.support-end*/
}
.product_card #product_action .buy_phone .buy_phone_content {
  text-align: left;
  cursor: pointer;
  padding: 20px 0px 20px 0px;
  position: relative;
  display: inline-block;
  /*.support_icon-end*/
  /*.support_icon-end*/
}
.product_card #product_action .buy_phone .buy_phone_content .support_icon {
  float: left;
  margin-right: 10px;
}
.product_card #product_action .buy_phone .buy_phone_content .support_icon i {
  font-size: 40px;
  color: #c2156f;
}
.product_card #product_action .buy_phone .buy_phone_content .support_contact {
  float: left;
}
.product_card #product_action .buy_phone .buy_phone_content .support_contact span {
  font-size: 25px;
  font-weight: 900;
}
.product_card #product_action #coumpo_box {
  margin-top: 15px;
}
.product_card #product_action #coumpo_box .row > div {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
.product_card #product_action #coumpo_box .row > div input {
  border-radius: 5px 0px 0px 5px;
}
.product_card .nav-tabs {
  background: #f5f5f5;
  margin-top: 15px;
  margin-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 3px solid #333e48;
  overflow: hidden;
  /*li-end*/
}
.product_card .nav-tabs.cnav {
  border-radius: 5px 0px 0px 0px;
}
.product_card .nav-tabs li {
  /*a-end*/
}
.product_card .nav-tabs li a {
  padding: 10px 20px;
  font-size: 15px;
  display: inline-block;
  border-right: 1px solid #eaeaea;
  /*&.active-end*/
  /*&.active-end*/
}
.product_card .nav-tabs li a:hover {
  background: #ededed;
}
.product_card .nav-tabs li a.active {
  background: #333e48;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
  /*&.active-end*/
}
.product_card .nav-tabs li a.active:hover {
  background: #333e48;
}
.product_card .tab-content {
  /*#tab-specification-end*/
  /*#tab-description-end*/
}
.product_card .tab-content #tab-specification,
.product_card .tab-content #tab-description {
  /*table-end*/
}
.product_card .tab-content #tab-specification img,
.product_card .tab-content #tab-description img {
  max-width: 100%;
}
.product_card .tab-content #tab-specification table,
.product_card .tab-content #tab-description table {
  border: 0px solid #fff;
  width: 100% !important;
  margin-bottom: 0px;
  /*thead-end*/
  /*tbody-end*/
}
.product_card .tab-content #tab-specification table thead,
.product_card .tab-content #tab-description table thead {
  background: #f5f5f5;
  /*tr-end*/
}
.product_card .tab-content #tab-specification table thead tr,
.product_card .tab-content #tab-description table thead tr {
  /*td-end*/
  /*td-end*/
}
.product_card .tab-content #tab-specification table thead tr td,
.product_card .tab-content #tab-description table thead tr td {
  border: 1px solid #f5f5f5;
}
.product_card .tab-content #tab-specification table thead tr th,
.product_card .tab-content #tab-description table thead tr th {
  border: 1px solid #f5f5f5;
  padding: 1rem  0.75rem;
  font-size: 16px;
}
.product_card .tab-content #tab-specification table tbody,
.product_card .tab-content #tab-description table tbody {
  /*tr-end*/
}
.product_card .tab-content #tab-specification table tbody tr,
.product_card .tab-content #tab-description table tbody tr {
  height: auto !important;
  /*td-end*/
}
.product_card .tab-content #tab-specification table tbody tr th,
.product_card .tab-content #tab-description table tbody tr th {
  width: 30% !important;
  text-align: right;
  padding: 0.75rem;
  padding-right: 20px;
  font-weight: bold;
  height: auto !important;
  border: 1px solid #f5f5f5;
}
.product_card .tab-content #tab-specification table tbody tr td,
.product_card .tab-content #tab-description table tbody tr td {
  border: 1px solid #f5f5f5;
}
.product_card .tab-content #tab-specification table tbody tr td:first-child,
.product_card .tab-content #tab-description table tbody tr td:first-child {
  width: 30% !important;
  text-align: right;
  padding: 0.75rem;
  padding-right: 20px;
  font-weight: bold;
  height: auto !important;
}
.product_card .tab-content #tab-specification table tbody tr td:last-child,
.product_card .tab-content #tab-description table tbody tr td:last-child {
  width: 70% !important;
  padding: 0.75rem;
  height: auto !important;
  color: #00407b;
}
.product_card .tab-content #tab-description {
  padding: 30px 0px;
}
.product_card .attachment_box {
  margin-top: 30px;
  /*.box-heading-end*/
}
.product_card .attachment_box .box-heading {
  background: #f5f5f5;
  display: inline-block;
  width: 100%;
  heght: 100%;
}
.product_card .attachment_box .box-heading span {
  background: #dddddd;
  padding: 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.product_card .accessories_box {
  margin-top: 15px;
  /*.according_heading-end*/
  /*.accordion-end*/
}
.product_card .accessories_box .according_heading {
  padding: 10px 10px 3px 10px;
  background: #333e48;
  border-radius: 0px 5px 0px 0px;
  border-bottom: 3px solid #333e48;
  /*h3-end*/
}
.product_card .accessories_box .according_heading h3 {
  font-size: 16px;
  font-weight: boldnormal;
  color: #fff;
}
.product_card .accessories_box .accordion {
  /*.card-end*/
}
.product_card .accessories_box .accordion .card {
  /*.card-header-end*/
  /*.card-body-end*/
}
.product_card .accessories_box .accordion .card:first-child {
  border-radius: 0px;
}
.product_card .accessories_box .accordion .card:last-child .card-header {
  /* &:after-end*/
}
.product_card .accessories_box .accordion .card:last-child .card-header:after {
  height: 0px !important;
}
.product_card .accessories_box .accordion .card .card-header {
  padding: 0px;
  background: #f5f5f5;
  border-bottom: 0px solid #fff;
  /* &:after-end*/
  /*.btn-according-end*/
}
.product_card .accessories_box .accordion .card .card-header:hover {
  background: #eee;
}
.product_card .accessories_box .accordion .card .card-header:after {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 1px;
  bottom: 0px;
  content: "";
  background: #eee;
}
.product_card .accessories_box .accordion .card .card-header .btn-according {
  width: 100%;
  text-align: left;
  position: relative;
  /* &:before-end*/
  /*&.collapsed-end*/
}
.product_card .accessories_box .accordion .card .card-header .btn-according:before {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  top: 0px;
  content: "\f01b";
  font-family: "FontAwesome";
  right: 15px;
  color: #333e48;
}
.product_card .accessories_box .accordion .card .card-header .btn-according.collapsed {
  /*&:before-end*/
}
.product_card .accessories_box .accordion .card .card-header .btn-according.collapsed:before {
  content: "\f01a" !important;
  color: #d9d9d9 !important;
}
.product_card .accessories_box .accordion .card .card-body {
  padding: 0px;
}
.product_card .related_group_box .product_grid_card {
  padding: 5px 30px;
}
/*.product_card-end*/
.product_grid_card {
  margin-left: 0px;
  margin-right: 0px;
  /*.product-end*/
  /*.slick-arrow-end*/
}
.product_grid_card .product {
  position: relative;
  margin-right: 0px;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  border: 1px solid #dddddd;
  margin: 10px;
  /*.product_content-end*/
}
.product_grid_card .product:hover .product_content {
  padding: 0px;
  display: flex;
  height: 100%;
}
.product_grid_card .product .product_content {
  padding: 0px;
  display: flex;
  height: 100%;
}
.product_grid_card .product .product_content {
  padding: 0px;
  display: flex;
  height: 100%;
  /*.image-end*/
  /*.action_table-end*/
  /*.status_sticker-end*/
}
.product_grid_card .product .product_content > .row > div:first-child {
  padding: 20px 0px;
}
.product_grid_card .product .product_content > .row > div:last-child {
  padding: 20px 15px;
}
.product_grid_card .product .product_content .image {
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
  /*a-end*/
  /*img-end*/
}
.product_grid_card .product .product_content .image a {
  height: 100%;
  display: inline;
  vertical-align: middle;
}
.product_grid_card .product .product_content .image img {
  max-width: 150px;
  display: inline-block;
}
.product_grid_card .product .product_content .action_table {
  height: 100%;
  width: 100%;
  /*h4-end*/
  /*.caption-end*/
}
.product_grid_card .product .product_content .action_table tr {
  height: 50%;
}
.product_grid_card .product .product_content .action_table .caption {
  position: relative;
  /*.manufacturer-end*/
  /*.rating-end*/
  /*h4-end*/
  /*.button-group-end*/
}
.product_grid_card .product .product_content .action_table .caption .butons_action_top {
  text-align: right;
}
.product_grid_card .product .product_content .action_table .caption .manufacturer {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  color: #bbbbbb;
  display: block;
  height: 18px;
}
.product_grid_card .product .product_content .action_table .caption .rating {
  top: 0px;
}
.product_grid_card .product .product_content .action_table .caption h4 {
  font-size: 16px;
  margin-top: 5px;
  min-height: 60px;
}
.product_grid_card .product .product_content .action_table .caption .button-group {
  width: 100%;
  min-height: 82px;
  /*.price_box_t-end*/
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t {
  display: inline-block;
  text-align: center;
  width: 100%;
  min-height: 82px;
  /*.price_box-end*/
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t .price_box {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: bottom;
  margin-left: -10px;
  /*.pv-end*/
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv {
  font-size: 15px;
  line-height: 35px;
  text-align: left;
  /*.price-end*/
  /*.price_old-end*/
  /*.price_with_tax-end*/
  /*.bold_price-end*/
  /*span-end*/
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price {
  font-size: 12px;
  line-height: 50px;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price_old {
  font-size: 12px;
  line-height: 20px;
  color: #ffb7b7;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price_old s {
  color: #ffb7b7;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.price_with_tax {
  font-size: 12px;
  line-height: 20px;
  color: #bbbbbb;
  font-weight: normal;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv.bold_price {
  font-weight: bold;
  font-size: 20px;
  color: #333e48;
  white-space: nowrap;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t .price_box .pv span {
  font-weight: 300;
  color: #bbbbbb;
  font-size: 12px !important;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t.easy_price {
  /*.price_old-end*/
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .pv span {
  display: none !important;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .pv.price {
  display: none;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price {
  position: relative;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price .price_general {
  font-size: 35px;
  display: inline-block;
  font-weight: bold;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price .price_top {
  font-size: 15px;
  line-height: 10px;
  vertical-align: super;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: calc(100% + 5px);
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_box .index_price .price_currency {
  font-size: 18px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: calc(100% + 5px);
  opacity: 0.3;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_old {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #ffb7b7;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_old b {
  position: relative;
}
.product_grid_card .product .product_content .action_table .caption .button-group .price_box_t.easy_price .price_old b:after {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 2px solid #333e48;
  transform: rotate(-5deg);
  transform-origin: 20% 40%;
  width: 100%;
  left: 0px;
  height: 1px;
  top: 15px;
  opacity: 0.3;
}
.product_grid_card .product .product_content .action_table .caption .button-group .butons_action {
  text-align: center;
}
.product_grid_card .product .product_content .status_sticker {
  text-align: left;
  width: 100%;
  /*.sticker-end*/
}
.product_grid_card .product .product_content .status_sticker .sticker {
  border-radius: 0 5px 5px 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px;
  white-space: nowrap;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.product_grid_card .product .product_content .status_sticker .sticker:hover {
  opacity: 1;
}
.product_grid_card .product .product_content .status_sticker .sticker span {
  display: inline !important;
}
.product_grid_card .product .product_content .status_sticker .sticker > div {
  display: inline-block !important;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 5px 20px;
  text-align: center;
  line-height: 15px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.product_grid_card .product .product_content .status_sticker :nth-child(2) {
  margin-left: -3px !important;
}
.product_grid_card .product .product_content .status_sticker :nth-child(3) {
  margin-left: -3px !important;
}
.product_grid_card .product .product_content .status_sticker :nth-child(4) {
  margin-left: -3px !important;
}
.product_grid_card .slick-list {
  padding: 5px !important;
}
.product_grid_card .slick-arrow {
  width: 45px;
  height: 50px;
  top: 50%;
  background: #5ec3e2;
  bottom: 0px;
  transform: none;
  z-index: 100;
  /*&.slick-prev-end*/
  /*&.slick-prev*/
  /*&:before-end*/
}
.product_grid_card .slick-arrow.slick-prev {
  left: 0px;
  border-radius: 10px 0px 0px 10px;
  /*&:before-prev-end*/
}
.product_grid_card .slick-arrow.slick-prev:before {
  content: "\f053";
  color: #fff;
}
.product_grid_card .slick-arrow.slick-next {
  right: 0px;
  border-radius: 0px 10px 10px 0px;
  /*&:before-next-end*/
}
.product_grid_card .slick-arrow.slick-next:before {
  content: "\f054";
  color: #fff;
}
.product_grid_card .slick-arrow:before {
  display: block;
  font-family: "FontAwesome";
  font-size: 25px;
  width: 100%;
  color: #333e48;
}
.product_grid_card .slick-arrow.slick-disabled {
  opacity: 0.1;
}
.product_grid_card.wall {
  padding: 0px !important;
  margin-bottom: 30px;
}
.product_grid_card.wall .product {
  margin: 0px !important;
  border-radius: 0px;
}
/*.product_grid-end*/
/*@media @wide-screen-up -end*/
@media (min-width: 991px) {
  .product_card .product_col {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .product_card .product_col #product_v-sticky-wrapper {
    width: auto !important;
  }
  .product_card .product_col #product_v-sticky-wrapper.is-sticky #product_v .small_info_product {
    height: 100%;
    opacity: 1;
    display: block;
  }
  .product_card .product_col #product_v-sticky-wrapper.is-sticky #product_v .small_info_product .image_box {
    width: 100%;
    text-align: center;
  }
  .product_card .product_col #product_v-sticky-wrapper.is-sticky #product_v .small_info_product .image_box img {
    max-height: 200px;
  }
  .product_card .product_col #product_v-sticky-wrapper.is-sticky #product_v .small_info_product .ptitle {
    width: 100%;
    text-align: left;
    padding: 20px;
    display: inline-block;
    color: #00407b;
    font-weight: bold;
  }
}
/*@media @desktop-up -end*/
/*@media @tablet-up -end*/
/*@media @phone-up -end*/
/*@media @small-phone-up -end*/
/*@media @wide-screen-down -end*/
@media (max-width: 991px) {
  .product_card #product_v-sticky-wrapper {
    height: 100% !important;
    width: auto !important;
  }
  .product_card #product_v-sticky-wrapper #product_v {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
  }
}
/*@media @desktop-down -end*/
@media (max-width: 767px) {
  .cnav {
    border-radius: 5px 5px 0px 0px !important;
  }
  .product_card {
    /*#product_title-end*/
  }
  .product_card #product_title {
    margin-top: 20px;
    /*h1-end*/
  }
  .product_card #product_title h1 {
    font-size: 25px;
  }
  /*.product_card-end*/
  #product_action {
    text-align: center !important;
  }
  #product_action .bcq .btn-group {
    width: auto !important;
  }
  /*#product_action-end*/
}
/*@media @tablet-down -end*/
/*@media @phone-down -end*/
/*@media @small-phone-down -end*/
