/*Add font ================================*/
.full {
  background: #faf7f0;
}

@media (min-width: 992px) {
  #tth-column {
    padding-left: 30px;
  }
}

.box_mid {
  padding: 0px;
  padding-bottom: 30px;
}

/*-------------------img_detail----------------*/
/*GALERY BIG*/
div#gallery_slider {
  width: 100%;
  padding: 20px 0;
}
div#gallery_slider.slick-initialized {
  display: block;
}
div#gallery_slider .slick-list {
  padding: 0 !important;
}
div#gallery_slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
div#gallery_slider .slick-arrow {
  width: unset;
  height: unset;
  z-index: 99;
}
div#gallery_slider .slick-arrow:before {
  font: 900 1.8rem/150% "Font Awesome 5 Pro";
  color: #000;
}
div#gallery_slider .slick-arrow.slick-prev:before {
  content: "\f053";
}
div#gallery_slider .slick-arrow.slick-next:before {
  content: "\f054";
}
div#gallery_slider .item {
  display: block !important;
  position: relative;
  padding-top: 100%;
}
div#gallery_slider .item img {
  margin: auto;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
div#gallery_slider .item:not(:first-of-type) {
  display: none !important;
}

/*GALERY THUMB*/
div#gallery_slider_thumb {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
div#gallery_slider_thumb .item {
  width: 33.3333%;
  max-height: 90px;
  overflow: hidden;
}
div#gallery_slider_thumb.slick-initialized {
  display: block;
}
div#gallery_slider_thumb .slick-list {
  padding: 0 !important;
}
div#gallery_slider_thumb .slick-list .slick-slide .item {
  padding-top: 9px;
  padding-left: 4px;
  padding-right: 4px;
  outline: none;
}
div#gallery_slider_thumb .slick-list .slick-slide .item .img {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-top: 70%;
  margin: auto;
  position: relative;
}
div#gallery_slider_thumb .slick-list .slick-slide .item .img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#gallery_slider_thumb .slick-list .slick-slide.slick-current .item .img {
  border: 1px solid #eaeaea;
}
div#gallery_slider_thumb .slick-arrow {
  z-index: 10;
}
div#gallery_slider_thumb .slick-arrow:before {
  color: #959595;
}
.nav {
  margin: 0 -15px;
  background: unset;
}

#item_detail {
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  #item_detail {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#item_detail .info_left {
  padding: 15px;
}
@media (min-width: 992px) {
  #item_detail .info_left {
    flex: 0 0 46%;
    max-width: 46%;
  }
}
#item_detail .info_left > span {
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  #item_detail .info_left > span {
    padding-left: 21%;
  }
}
#item_detail .info_left > span i {
  padding-right: 5px;
}
#item_detail .info_right {
  padding: 15px;
}
@media (min-width: 992px) {
  #item_detail .info_right {
    flex: 0 0 54%;
    max-width: 54%;
  }
}
#item_detail .info_right h1.title {
  font: 600 1.3333333333rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #2a9337;
}
@media (min-width: 1200px) {
  #item_detail .info_right h1.title {
    font-size: 26px !important;
  }
}
#item_detail .info_right .info_price .price_buy {
  font: 600 1.3333333333rem/150% "Arial", sans-serif;
  color: #d90202;
}
#item_detail .info_right .short {
  font: 400 1rem/150% "Arial", sans-serif;
  color: #484848;
  border-bottom: 1px dashed #cecece;
  padding: 5px 0 15px;
}
@media (min-width: 1200px) {
  #item_detail .info_right .short {
    font-size: 18px !important;
  }
}

#form_add_cart {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  margin: 0 -15px;
}

#text_quantity {
  display: flex;
  align-items: center;
}
#text_quantity .label {
  font: 400 0.9333333333rem/1 "Arial", sans-serif;
  color: #7f7f7f;
  margin-right: 5px;
}

.btn_grp {
  color: #7f7f7f;
  display: flex;
  align-items: center;
}
.btn_grp .btn_minus,
.btn_grp .btn_plus {
  width: 30px;
  height: 30px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  cursor: pointer;
}
.btn_grp .quantity_text {
  text-align: center;
  background: transparent;
  max-width: 40px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-left: 0;
  border-right: 0;
  outline: none;
  padding: 2px 5px;
  margin: 0 -1px;
}

.btn_add_cart {
  font: 700 1.0666666667rem/1 "Arial", sans-serif;
  color: #fff;
  background: #e20006;
  border-radius: 4px;
  width: 100%;
  height: 39px;
}

.info_contact {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.info_contact .btn-branch a {
  font: 700 0.9333333333rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #2a9337;
  border-radius: 4px;
  display: block;
  padding: 10px 5px;
}
.info_contact .btn-branch a i {
  color: #ffdd00;
  padding: 0 5px;
}

.form_leavephone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form_leavephone input {
  border: 1px solid #f0787b;
  border-radius: 4px 0 0 4px;
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
  height: 44px;
}
.form_leavephone .btn-send {
  font: 700 0.9333333333rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #e20006;
  border-radius: 0 4px 4px 0;
  flex: 0 0 50px;
  max-width: 50px;
  height: 44px;
  padding: 5px;
}

.contact_detail {
  font: 600 0.9333333333rem/150% "Arial", sans-serif;
  color: #7f7f7f;
  padding-top: 20px;
}

.info_content {
  background: #fff;
  margin: 0 -15px;
}
.info_content .content {
  padding: 20px 25px;
}
.info_content .content h2 {
  color: #2e9f56;
  font-size: 1.8rem;
}
.info_content .content h3 {
  font-size: 1.45rem;
}
.info_content .content h4 {
  font-size: 1.3rem;
}
.info_content .content h5 {
  font-size: 1.2rem;
}
.info_content .content h6 {
  font-size: 1.1rem;
}
.info_content .content .title_box {
  font: 600 1.0666666667rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #171717;
  background: #f8f8f8;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 15px;
}
.info_content .content .content_box {
  font: 400 1.0666666667rem/150% "Arial", sans-serif;
  color: #484848;
  padding-top: 20px;
}
.info_content .content .content_box iframe {
  max-width: 100% !important;
  height: auto;
  min-height: 300px;
}
.info_content .content .content_box .tool-share {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.info_content .content .content_box .tool-share .tool-share-item {
  padding-right: 10px;
}
.info_content .content .content_box .tool-share .tool-share-item iframe {
  min-height: auto;
}
.info_content .content .content_box .tool-share .tool-share-item .button-pinterest {
  background: #e60023;
  color: #fff;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 14px;
  display: block;
}
.info_content .content .content_box .tool-share .tool-share-item .button-linkedin {
  background: #0a66c2;
  color: #fff;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 14px;
  display: block;
}

.box_commitment {
  background: #2a9337;
}
.box_commitment .title {
  font: 600 1.2rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 5px;
}
.box_commitment p {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #fff;
  padding-left: 23px;
  position: relative;
}
.box_commitment p:before {
  content: "";
  background: url(../../images/bullet.png) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 11px;
  position: absolute;
  top: 12px;
  left: 2px;
}
.box_commitment p + p {
  border-top: 1px solid #55a95f;
}

.paginate {
  text-align: center;
}

.box_r {
  background: #fff;
  margin-bottom: 20px;
}
.box_r .title {
  font: 600 1.2rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #2a9337;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 9px 20px;
}
.box_r .title i {
  padding-right: 5px;
}
.box_r .list_item_product .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px 20px;
  margin: 0;
}
.box_r .list_item_product .row_item .col_item .item {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}
.box_r .list_item_product .row_item .col_item .item .img {
  flex: 0 0 40%;
  max-width: 40%;
}
.box_r .list_item_product .row_item .col_item .item .info {
  text-align: left;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0;
  padding-left: 15px;
}
.box_r .list_item_product .row_item .col_item .item .info .info-title {
  max-height: 3rem;
  overflow: hidden;
}
.box_r .list_item_product .row_item .col_item .item .info .info-title a {
  font: 600 1rem/150% "Arial", sans-serif;
  color: #2b2b2b;
}
.box_r .list_item_product .row_item .col_item .item .info .info-short {
  font: 400 0.8666666667rem/150% "Arial", sans-serif;
  color: #454545;
  max-height: 2.6rem;
  margin: 5px 0;
  overflow: hidden;
}
.box_r .list_item_product .row_item .col_item .item .info .info-short p {
  padding: 0;
}
.box_r .list_item_product .row_item .col_item .item .info .info-price {
  font: 600 1.1333333333rem/150% "Arial", sans-serif;
  color: #ec1c2a;
  justify-content: flex-start;
}
.box_r .list_item_product .row_item .col_item .item:hover .info, .box_r .list_item_product .row_item .col_item .item:focus .info {
  background: transparent;
}
.box_r .list_item_product .row_item .col_item .item:hover .info .info-title a, .box_r .list_item_product .row_item .col_item .item:focus .info .info-title a {
  color: #2a9337;
}
.box_r .list_item_product .row_item .col_item + .col_item .item {
  border-top: 1px solid #f2f2f2;
}

#tth-content {
  order: 1;
}

#tth-column {
  order: 3;
}
@media (min-width: 992px) {
  #tth-column {
    order: 2;
  }
}

.other {
  order: 2;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .other {
    order: 3;
  }
}
.other .title {
  font: 600 1.4666666667rem/150% "Arial", sans-serif;
  color: #262626;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .other .title {
    padding: 3rem 0 1.4rem;
  }
}
.other .list_item_product {
  background: #fff;
  padding: 15px 30px;
}

/*-------------------list_other------------------*/
.list_other {
  padding-top: 16px;
}

.list_other .list_other-title {
  margin-bottom: 14px;
  font-weight: normal;
  color: #816449;
  text-transform: uppercase;
}

.list_other .list_other-title span {
  display: inline-block;
  font-size: 140%;
}

.list_other .jcarousel-wrapper {
  box-shadow: 0px 0px 3px 0px rgba(201, 201, 201, 0.75);
}

.list_other .jcarousel-wrapper .jcarousel-control-prev,
.list_other .jcarousel-wrapper .jcarousel-control-next {
  position: absolute;
  background: url(../images/jcarousel_arrow.gif) #d0d0d0 left center;
  height: 100%;
  width: 23px;
  top: 0px;
}

.list_other .jcarousel-wrapper .jcarousel-control-prev {
  background-position: left center;
  left: 0px;
}

.list_other .jcarousel-wrapper .jcarousel-control-next {
  background-position: right center;
  right: 0px;
}

.list_other li {
  border-left: 1px solid #dedede;
  height: 189px;
}

.list_other table {
  border: none;
  margin: 0px;
}

.list_other table td {
  border: none;
  padding: 0px;
  vertical-align: middle;
}

@media (max-width: 729px) {
  #item_detail .contact_info .contact_info-content::before {
    display: none;
  }
  #item_detail .contact_info .contact_info-col:nth-of-type(n) {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .list_item .col_item {
    width: 50%;
  }
}
@media (max-width: 499px) {
  #item_detail #img_detail,
  #item_detail > #item_info {
    width: 100%;
  }
}
@media (max-width: 359px) {
  .list_item .col_item {
    width: 100%;
  }
}
.thumb_video #gallery_slider_thumb .item {
  position: relative;
}
.thumb_video #gallery_slider_thumb .item:hover:before {
  content: "\e8d6";
  font-family: "ficon";
  position: absolute;
  max-height: 92px;
  width: 21px;
  height: 21px;
  max-width: 92px;
  display: inline-block;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  z-index: 99;
}

@media (max-width: 999px) {
  .list_item .col_item {
    width: 33.3333%;
  }
  #item_detail > .item_info .info_row .info_col {
    width: 100%;
  }
  #item_detail > .item_info .price_buy {
    display: block;
  }
  #item_detail .box_left {
    display: inline-block;
    width: 100%;
    float: left;
    padding-right: 0px;
  }
  #form_add_cart .btn_add_cart {
    min-width: 120px;
  }
  #item_detail .box_right {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .box_videos_slider {
    padding: 30px 15px;
  }
  #item_detail .box_left {
    width: 100%;
    padding: 0px;
  }
  #item_detail .box_left > .picture {
    width: 100%;
  }
  #item_detail .box_left > .info {
    width: 100%;
    padding: 0px;
  }
  #item_detail .box_right {
    width: 100%;
    padding: 15px 0px 0px;
  }
  #item_detail .box_left .content_box {
    padding: 10px 0px;
  }
  .info-quantity {
    flex-wrap: wrap;
  }
  .info-quantity #text_quantity,
  .info-quantity .info_row_btn {
    width: 100%;
    margin-bottom: 6px;
  }
  #text_quantity .label {
    margin-right: 20px;
  }
  #item_detail .box_left > .info > .short {
    margin: 8px 0px 8px;
  }
  #form_leavephone {
    margin: 10px 0px 0px;
  }
}
@media (max-width: 599px) {
  #form_add_cart .btn_add_cart {
    min-width: 120px;
    width: 100%;
  }
}/*# sourceMappingURL=product.css.map */