/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 10px;
}
footer#footer .dark .social-icons .button.is-outline {
    border-color: hsla(0, 0%, 100%, .5);
    background: #fff;
    color: var(--fs-color-primary);
}
.absolute-footer,.wpcf7-spinner{
    display: none;
}
footer .wpcf7-form{
    background-color: #fff;
    border-radius: 99px;
    padding: 5px;
}
footer .wpcf7-form-control{
    box-shadow: none !important;
    border: 0px !important;
    border-radius: 99px !important;
}
footer .wpcf7-submit{
    margin-right: 0px;
}
.product-small.box.box-vertical:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.product-small.box.box-vertical{
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 20px;
}

.product-small.box.box-vertical .box-image img{
    border-radius: 10px;
}
.product-small.box.box-vertical  .woocommerce-loop-product__title a {
    font-size: 26px;
    line-height: 1.2;
    overflow: hidden;
    font-weight: 700;
}
.page-title-inner {
    min-height: 360px;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
.tour-action {
    margin-top: 5px;
}
.tour-action {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-text a.btn-read-more {
    width: 130px;
    height: 45px;
    display: block;
    border-radius: 5px;
    background: #2d5f9c;
    background: -webkit-gradient(linear, left top, right top, from(#054772), to(#2d5f9c));
    background: linear-gradient(to right, #054772 0%, #2d5f9c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e95423', endColorstr='#f4741b', GradientType=1);
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
}
.price-wrapper .star-rating{
	display:none
}
.price-wrapper .price {
    font-size: 25px;
    margin-bottom: 10px;
}
h1.shop-page-title {
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}
.accordion-item{
	border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}
.accordion-title{
	border:0px;
	padding-left:20px;
	padding-right:50px;
	font-weight:700;
	font-size:15px
}
table tr:first-child{
    background-color: #ffd078;
}
table{
    border-collapse: collapse;
    width: 100%;
}
td{
    border: 1px solid #000;
    padding: 8px;
    text-align: center;
}
.accordion .toggle{
    right: 10px;
    left: auto;
    background: #333;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    min-height: 25px;
    color: #fff;
    font-size: 12px;
	top:10px
}
.accordion-title{
	text-transform:uppercase
}

.box_blog .box_item {
  position:relative;
  border-radius:25px;
  overflow:hidden;
}

.box_blog .box_item .bottom_item {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding:15px 14px 14px 20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:rgba(0,0,0,0.3);
}

.box_blog .box_item .img_blog {
  width:100%;
  height:auto;
}

.box_blog .box_item .bottom_item .title_item {
  font-weight:400;
  font-size:24px;
  line-height:29px;
  color:#FFF;
}

.box_blog .box_item .bottom_item .box_btn {
  margin:0;
  text-align:right;
}

.box_blog .box_item .bottom_item .view_item {
  display:inline-block;
  padding:0;
  width:33px;
  height:33px;
  background:url(images/ACA-Icon_exp+.svg) no-repeat;
  background-size:100%;
  background-position:center;
  cursor:pointer;
}

#html_change_blog .detail_blog {
  display:flex;
  padding:0;
  height:851px;
  position:relative;
  background:#E4524A;
  opacity:0.9;
  box-shadow:0 4px 10px rgba(0,0,0,0.5);
  border-radius:25px;
  overflow:hidden;
}

.modalDetailBlog.modal.show .modal-dialog {
  max-width:1180px;
}

#html_change_blog .md_body_left {
  width:48%;
}

#html_change_blog .md_body_left .img_blog_modal {
  width:100%;
}

#html_change_blog .md_body_right {
  width:52%;
  padding:103px 45px 68px 69px;
  color:#fff;
  overflow-y:scroll;
}

#html_change_blog .md_body_right::-webkit-scrollbar {
  width:0;
}

.modalDetailBlog .modal-content {
  border-radius:25px;
  overflow:hidden;
  background:rgba(194,71,63,0.9);
  box-shadow:0 4px 10px #000;
}

#html_change_blog .md_body_right .title_item {
  font-weight:700;
  font-size:30px;
  line-height:36px;
  margin-bottom:78px;
	color:#fff
}

#html_change_blog .md_body_right .intro_blog {
  font-weight:400;
  font-size:27px;
  line-height:32px;
}

#html_change_blog .detail_blog .btn-close {
  background:url(images/ACA-Icon_expx.svg) no-repeat;
  background-size:100%;
  opacity:1;
  position:absolute;
  right:18px;
  top:25px;
  width:52px;
  height:52px;
  cursor:pointer;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.page-title-inner {
    min-height: 60px;
}
	h1.shop-page-title {
		font-size: 30px;
	}
}