/* If you want to add your own CSS code, please do it in this file */
#Wrapper, #Content{
    background-color: #fff !important
}
table th{
}
table th, table tr:first-child td,.woocommerce .shop_table tr:first-child:hover td{
    background-image: none;
}
a.button_flowersight{
    display: block;
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 2px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    font-weight: bold;
    line-height: 25px;
    position: relative;
    text-align: center;
    color: #0682d2 !important;
}
.hoayeuthuong_product_description a{
z-index:99999;
}
a.button_flowersight span{
    background-color: #fff;
    display: block;
    padding: 7px 22px;
    transition: 0.5s all
}
a.button_flowersight:after{
    content: "" !important;
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}
a.button_flowersight:before{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}
a.button_flowersight:hover{
    color: #fff !important;
}
a.button_flowersight:hover span{
    background-color: transparent
}
.header_mobile{
    display: none;
}
a:hover{
    text-decoration: none;
}
#Content{
    float: left;
    width: 100%;
}
#Subheader{
	
	background-image: url(images/bg_subheader.jpg);
    /*  background-image: url(images/bg_subheader.jpg);*/
    padding: 85px 0;
    background-position: center center;
}
#Subheader .title{
    text-align: left;
    color: #fff !important;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    font-family: 'Arima Madurai' !important;
    font-size: 40px !important;
}
#Subheader .title:after{
    display: none;
}
#Subheader ul.breadcrumbs{
    width: 100%;
    float: left;
    text-align: left;
    color: #fff !important
}
#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a{
    color: #fff !important;
    font-size: 13px;
}
#Subheader ul.breadcrumbs li span{
    margin: 0 5px;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 9px;
}
div#Header_wrapper{
    background-color: #fff
}
.header{
    transition: all 0.4s;
    position: relative;
    z-index: 999;
}
.logo{
    position: absolute;
    left: 50%;
    width: 20%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 999;
    top: -30px;
    max-width: 230px;
    transition: all 0.4s;
}
.logo p{
    margin-top: 20px;
}
.navigation #menu-main-menu-left{
    float: left;
    width: 41%;
    text-align: center;
}
.navigation #menu-main-menu-right{
    float: right;
    text-align: center;
}
.header_main_top{
    float: left;
    width: 100%;
}
.navigation .menu::after {
  clear: both;
  content: "";
  display: table;
}

.navigation .menu{
   margin: 15px 0 0px;
}
.navigation .menu > li {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 10px;
}
.navigation .menu > li:before{
    content:url(images/icon_menu.png);
}
.navigation .menu > li:first-child:before{
    display: none;
}
.navigation .menu > li:before{
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: -12px
}
.navigation .menu > li > a {
    display: inline-block;
    padding: 7px 15px 7px;
    font-size: 17px;
    font-weight: 400;
    line-height: 15px;
    color: #303030;
    border: 2px solid transparent;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    line-height: 45px;
}
.navigation .menu > li > a:hover {
  text-decoration: none;
    color: #0682d2
}
.navigation .menu > li > a{
    position: relative
}
.navigation .menu > li > a:before{
    content: url(images/img_hover_menu.png);
    position: absolute;
    bottom: -2px;
    width: 53px;
    height: 33px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
}
.navigation .menu > li:hover > a:before{
    opacity: 1;
    transition: all 0.3s
}
.navigation .menu > li .sub-menu {
  visibility: hidden;
  opacity: 0;
}
.navigation .menu > li.current > a {
  color: #ee7560;
  border-color: #ee7560;
}
.navigation .menu > li.navigation .menu-item-has-children > a:after {
  content: "\e900";
  font-family: 'ps-icon' !important;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  font-size: 10px;
  z-index: 10;
}
.navigation .menu > li:last-child {
  margin-right: 0;
}
.navigation .menu > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.header_main_top_left{}
.header_main_top_left ul li{
    float: left;
    color: #131313;
    padding-right: 20px;
    position: relative;
    line-height: 50px;
}
/*.header_main_top_left ul li:nth-child(2n+0):before{
    content: "";
    height: 25px;
    width: 1px;
    background-color: #c6c6c6;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}*/

.header_main_top_left ul li i{
    display: inline-block;
    margin-right: 10px;
}
.header_main_top_left ul li:nth-child(2n+0) i{
    font-size: 20px;
    color: #0682d2;
    padding: 0 15px;
}
.header_main_top_left ul li span{
    color: #c93795;
    font-weight: bold;
    font-size: 20px;
}
.navigation .menu > li{
    position: relative;
}
.navigation .menu > li ul {
    position: absolute;
    font-size: 16px;
    line-height: 1em;
    width: 250px;
    z-index: 9999;
    text-align: left;
    left: 0;
    border-top: 1px solid #e4e4e4;
    top: 100%;
    transform: translateY(100px);
    transition: transform .8s, opacity .6s;
}
.navigation .menu > li ul li{
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4
}
.navigation .menu > li ul li a{
    color: #333;
    display: block;
    padding: 10px 15px;
    transition: all .5s;
}
.navigation .menu > li ul li a:hover{
    background-color: #c93795;
    color: #fff;
}
.header_main_top_right{
    font-size: 14px;
}

/* Menu cấp 3 */
.navigation .menu li ul.sub-menu li ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    z-index: 9999;
}

/* Hiển thị cấp 3 khi hover cấp 2 */
.navigation .menu li ul.sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Style cho menu cấp 3 items */
.navigation .menu li ul.sub-menu li ul.sub-menu li {
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.navigation .menu li ul.sub-menu li ul.sub-menu li a {
    display: block;
    padding: 7px 15px;
    color: #333;
    transition: all 0.3s ease;
}

.navigation .menu li ul.sub-menu li ul.sub-menu li a:hover {
    background-color: #c93795;
    color: #fff;
}

/* Mũi tên chỉ cấp 3 */
.navigation .menu li ul.sub-menu li.menu-item-has-children > a::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 10px;
    z-index: 10;
}



.login{
    float: left;
    margin-right: 20px;
}
.cart_total{
    float: left;
}
.header_main_top_right_box{
    float: right;
}
.login a{
    color: #131313;
    line-height: 50px
}
.login a i{
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}
.cart_total{
    color: #000;
    width: 221px;
    height: 50px;
    padding: 0 10px;
    background-image: url(images/bg_total_cart.png);
    background-size: 100%;
    padding-top: 12px;
    text-align: center;
    position: relative;
}
.cart_total a{
    font-size: 15px;
}
.cart_total i{
    color: #0682d2;
}
.count_cart{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #c93795;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    margin: 0 10px
}
.count_gia{
    color: #c93795;
}

.navigation--pin {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navigation--pin.header--2 .header__top {
  margin-bottom: 0;
}

.navigation--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  transition: all 0.4s ease;
}

.navigation--sticky.header {
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.navigation--sticky .ps-logo {
  top: 0;
  margin-top: 15px;
  width: 50px;
}

.navigation--sticky .ps-cart__toggle {
  margin-bottom: -4px;
}

.navigation--sticky .menu {
  margin-top: 5px;
}
.navigation--sticky .menu > li > a {
  color: #303030;
}
.navigation--sticky.header--2 .ps-logo {
  margin-top: 20px;
  width: 70px;
}
.navigation--sticky{

}
.navigation--sticky .logo{
    top: 40px;
    margin-top: 15px;
    width: 125px;
}
.navigation--sticky .logo h1{
    margin: 0
}
body:not(.template-slider) #Header{
  min-height: 0;
}
#featured{
    position: relative;
    float: left;
    width: 100%;
}
#featured:before{
    content:"";
    width: 100%;
    height: 43px;
    background-image: url(images/line_slider.png);
    position: absolute;
    bottom: 0;
    z-index: 9999;
}
.featured{
    float: left;
    width: 100%;
}
#Header_wrapper, #Footer{
    float: left;
    width: 100%;
}
#Footer{
    background-image: url(images/bg_footer.jpg);
    background-color: transparent !important;
}
/* Footer imformation */
#Footer{
    position: relative;
}
.footer:before {
    content: "";
    width: 100%;
    height: 43px;
    background-image: url(images/line_footer.png);
    position: absolute;
    top: 0px;
    z-index: 9999;
}
.footer{
    padding: 50px 0 16px;
    color: #202020;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 14px;
}
.box_footer h3{
    color: #202020 !important;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
}
.box_footer i{
    color: #efefef;
    display: inline-block;
    margin-right: 10px;
}
.box_footer_logo{
    margin-bottom: 25px;
}
.box_footer_content p{
    margin-bottom: 0px;
    line-height: 30px;
}
.box_footer_content ul li{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.box_footer_content ul li i{
    display: inline-block;
    margin-right: 5px;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 30px;
}
.box_footer_content ul li span{
    float: left;
    width: calc(100% - 55px);
}
.box_footer_menu ul li{
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.box_footer_menu ul li:before{
    content:'\f26d';
    display: inline-block;
    font: normal normal normal 10px/1 'Material-Design-Iconic-Font';
    margin-right: 7px;
    color: #efefef
}
.box_footer_menu ul li a{
    color: #444 !important;
    line-height: 30px;
}
.box_footer_menu ul li a:hover{
    color: #c93795 !important
}
/* Footer Mail */
.form-mail{
    width: 100%;
    float: left;
}
.footer .form-mail{
    margin-bottom: 25px;
}
.form-mail p{
    margin-bottom: 25px;
}
.form-mail .gform_heading, .form-mail .gform_body label{
    display: none;
}
.form-mail .gform_body{
    width: calc(100% - 100px);
    float: left;
    margin-right: 10px;
}
.form-mail .gform_body input{
    width: 100%;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    font-weight: 300;
}
.form-mail .gform_footer{
    float: left;
    width: 90px
}
.form-mail .gfield{
    width: 100%;
}
.form-mail .gform_footer input, .woocommerce .form-mail .gform_footer input{
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff !important;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    border-left: 2px solid #8f4793;
    border-right: 2px solid #0682d1;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold;
    padding: 11px 20px !important;
    line-height: inherit;
}
/* Footer Social */
.box_footer_social{
    width: 100%;
    float:left;
    margin-top: 25px;
}
.box_footer_social ul li{
    width: 33.3333%;
    float: left;
}
.box_footer_social ul li i{
    font-size: 35px;
    float: left;
    margin-right: 10px
}
.box_footer_social ul li i.zmdi-facebook{
    color: #3575c4
}
.box_footer_social ul li i.zmdi-google-plus{
    color: #ed1f24
}
.box_footer_social ul li i.zmdi-pinterest{
    color: #cd0920
}
.box_footer_social ul li span{
    float: left;
    line-height: 16px;
    color: #878787
}
.hotro{
    color: #fc0303;
    font-weight: bold;
    font-size: 18px
}
.hotro b{
    color: #515151;
    font-size: 14px;
}
/* Footer Copyright */
.footer_copy{
    color: #202020;
    padding: 0px 0;
    position: relative;
}
#Footer .footer_copy{
    border: none;
}
.copyright{
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
.footer_copy .container{
    border-top: dashed 1px #fff
}
.copyright a{
    color: #202020 !important;
}
.copyright a:hover{
    color: #c93795 !important
}
.copyright_menu ul{
    text-align: right;
    margin: 0
}
.copyright_menu li{
    float: none;
    display: inline-block;
    position: relative;
}
.copyright_menu li:before{
    content:'';
    height: 10px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}
.copyright_menu li a{
    text-decoration: none;
    padding: 0 15px
}
.copyright_menu_social{
    float: right;
}
.copyright_menu_social ul li{
    float: left;
    padding: 0 10px;
    font-size: 20px;
}
.copyright_menu_social ul li i.zmdi-facebook-box{
    color: #3d5b99
}
.copyright_menu_social ul li i.zmdi-twitter-box{
    color: #33bdfd
}
.copyright_menu_social ul li i.zmdi-google-plus-box{
    color: #cc2127
}
.copyright_menu_social ul li i.zmdi-instagram{
    color: #fc0303
}
.social-footer{
    display: inline-block;
    margin: 0px 0 0px 0px;
}
.social-footer a{
    font-size: 20px;
    border: 2px solid #c93795;
    background-color: #c93795;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin: 0 5px;
    color: #636363 !important;
    transition: all 0.5s;
}
.social-footer a:hover{
    background-color: #2991d6 ;
    border-color: #2991d6;
    border-radius: 5px
}
.social-footer a:first-child{
    margin-left: 0;
}
.social-footer i{
    margin: 0;
}
.form-mail .gform_footer{
    position: relative;
}
.form-mail .gform_footer:before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 12px;
    width: 90px;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}
.form-mail .gform_footer:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 101px;
    width: 2px;
    height: 45px;
    background: #0682d2;
}
.slogan{
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 40px;
}
.box_slogan{
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 2px;
    font-size: 25px;
}
.box_slogan_bg{
    background-color: #fff;
    padding: 2px;
}
.box_slogan_text{
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 1px;
}
.box_slogan_text span{
    display: block;
    padding: 15px;
    background-color: #fff;
    color: #000000;
    font-style: italic
}
.title{
    text-align: center;
    position: relative;
    padding: 15px 0 50px;
    margin: 15px 0 45px;
}
.title h2{
    font-family: 'Arima Madurai';
    font-weight: bold;
    font-size: 32px;
    color: #1d1e1e;
    margin: 0
}
.title:after{
    content: url(images/img_title.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}
.hoayeuthuong{
    float: left;
    width: 100%;
}
.hoayeuthuong_product_item_image,
.related_product_item_image{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    background-color: #0682d2;
}
.hoayeuthuong_product_item_title,
.related_product_item_title{
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 38px;
}
.category_product_main .hoayeuthuong_product_item_title{
    margin-bottom: 36px;
} 
.hoayeuthuong_product_item_title h3,
.related_product_item_title h3{
    font-size: 18px;
    color: #202020;
    margin: 0 0 5px;
    line-height: 25px;
    font-weight: normal
}
.hoayeuthuong_product_item_title h3:hover a,
.related_product_item_title h3:hover a{
    color: #c93795;
}
.hoayeuthuong_product_item_title span,
.related_product_item_title span{
    color: #c93795;
    line-height: 22px;
}
.hoayeuthuong_product_item_title span del,
.related_product_item_title span del{
    color: #444 !important;
}
.hoayeuthuong_product_item_title span del span,
.related_product_item_title span del span{
    opacity: 0.5;
    font-size: 14px;
    color: #444 !important;
    text-decoration: none;
}
.hoayeuthuong_product_item_title span del span span,
.related_product_item_title span del span span{
    opacity: 1;
}
.hoayeuthuong_product_item_title span ins,
.related_product_item_title span ins{
    text-decoration: none;
}
.hoayeuthuong_product_description,
.related_product_description{
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(images/hoa_bg.jpg);
    max-width: 33.33333333%;
    transform: translateX(-50%);
    color: #fff;
    padding: 75px;
    min-height: 810px;
    z-index: 999
}
.hoayeuthuong_box{
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.hoayeuthuong_product_description{
    text-align: center
}
.hoayeuthuong_product_description h3{
    color: #fff;
    font-size: 30px;
    margin-top: 115px;
    line-height: 45px;
    margin-bottom: 65px
}
.hoayeuthuong_product_description span{
    display: block;
}
.hoayeuthuong_product_description .hoayeuthuong_title_first{
    font-size: 85px;
    margin-bottom: 20px
}
.hoayeuthuong_product_description .hoayeuthuong_title_second{
}
.hoayeuthuong_product_description p{
    margin-bottom: 35px
}
.hoayeuthuong_product_description a{
    display: inline-block;
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 2px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    font-weight: bold;
    line-height: 25px;
    position: relative;
}
.hoayeuthuong_product_description a:hover span{
    background-color: transparent;
    color: #fff;
}
.hoayeuthuong_product_description a:before{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}
.hoayeuthuong_product_description a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}
.hoayeuthuong_product_description a span{
    background-color: #fff;
    display: inline-block;
    padding: 7px 25px;
}
.hoayeuthuong_product_item_image img,
.related_product_item_image img{
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.hoayeuthuong_product_item_hover,
.related_product_item_hover{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}
.hoayeuthuong_product_item_hover a,
.related_product_item_hover a{
    display: inline-block;
    padding: 0px 25px;
    background-color: #fff;
    border: 2px solid #0682d2;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    line-height: 38px;
    height: 40px;
    transition: all 0.3s;
    font-weight: bold;
}
.hoayeuthuong_product_item_hover a:hover,
.related_product_item_hover a:hover{
    background-color: #0682d2;
    color: #fff;
    text-decoration: none;
    border-color: #fff;
    transition: all 0.3s;
}
.hoayeuthuong_product_item_hover a.muanhanh_icon,
.related_product_item_hover a.muanhanh_icon{
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #0682d2;
    border: 2px solid #fff
}
.hoayeuthuong_product_item_box:hover .hoayeuthuong_product_item_image img,
.related_product_item_box:hover .related_product_item_image img{
    opacity: 0.5;
    transition: all 0.3s;
}
.hoayeuthuong_product_item_box:hover .hoayeuthuong_product_item_hover,
.related_product_item_box:hover .related_product_item_hover{
    opacity: 1;
    transition: all 0.3s;
}
.category_product_main{
    float: left;
    width: 100%;
    margin-bottom: 30px
}
.icanfor .title{
    text-align: left;
    display: inline-block;
}
.icanfor{
    background-image: url(images/bg_icanfor.jpg);
    width: 100%;
    float: left;
    padding: 182px 0 36px;
    background-size: 100%;
    margin-top: -50px;
}
.icanfor_item_icon{
    width: 55px;
    height: 55px;
    background-color: #0682d2;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    float: left;
    margin-right: 25px;
}
.icanfor_item_content{
    width: calc(100% - 80px);
    float: left;
    color: #111111;
    font-weight: 300;
}
.icanfor_item{
    margin-bottom: 35px
}
.box-camnhan-post-item-image{
    max-width: 95px;
}
.box-footer-dmca{
    padding-top: 15px;
}

.box-camnhan-post-item-image img{
    width: 100%;
    height: auto;
}


.camnhan-post-item-title h3 span{
    text-transform: initial
}
.customerfeeling{
    padding: 55px;
    width: 100%;
    float: left;
}
.customerfeeling_title{
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
}
.customerfeeling_title h2{
    text-align: center;
    background-color: rgba(201, 55, 149, 0.2);
    color: #fff;
    /* border-radius: 50%; */
    /* line-height: 55px; */
    display: inline-block;
    margin: 0;
    /* float: left; */
    padding: 5px;
    border-radius: 50%;
}
.customerfeeling_title h2 i{
    display: inline-block;
    background-color: #c93795;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
}
.category_product_main .col-lg-3{
    min-height: 326px;
}
.category_product_main .product_category_title{
    min-height: 338px;
    background-image: url(images/bg_category.jpg);
    background-size: 100%;
    margin: 0 15px;
    max-width: calc(25% - 30px);
    margin-bottom: 25px;
}
.product_category_title.change{
    min-height: 326px;
    background-image: url(images/bg_category_1.jpg);background-size: 100%;
    margin: 0 15px;
    max-width: calc(25% - 30px);
    margin-bottom: 25px;
}
.product_category_title_content{
    text-align: center;
    padding: 100px 25px 25px;
    color: #fff;
}
.product_category_title_content h3{
    color: #fff;
    font-family: Pacifico;
    text-shadow:1px 2px 6px #1471af;
    font-size: 40px;
    margin: 0 0 45px;
    line-height: 55px;
    position: relative;
}
.product_category_title_content h3:after{
    content: url(images/line_item_title.png);
    position: absolute;
    left: 50%;
    top: 60px;
    /* height: 17px; */
    line-height: 0;
    transform: translateX(-50%);
}
.product_category_title_content a{
    display: inline-block;
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 2px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    font-weight: bold;
    line-height: 25px;
    position: relative;
}
.product_category_title_content a:before{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}
.product_category_title_content a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}
.product_category_title_content a span{
    background-color: #fff;
    display: inline-block;
    padding: 7px 22px;
}
.product_category_title_content a:hover span{
    background-color: transparent;
    color: #fff;
}
.box-blog-new{
    margin-top: 35px
}
.blog-new-one{
    width: 100%;
    float: left;
}
.blog-new-one .box-blog-new-one img{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.box-blog-new-one{
    margin: 10px 0;
}
.box-blog-new-one:last-child{
}
.blog-content-title h3{
    font-size: 16px;
    color: #252525;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}
.blog-content-exerpt{
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    @supports (-webkit-line-clamp: 2) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
}
.blog-content-date{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #757575;
}
.readmore{
    font-size: 12px;
    color: #0682d2;
    font-style: italic;
    text-transform: uppercase;
}
.readmore i{
    margin-left: 6px;
}
.box-blog-new-one .img{
    position: relative
}
.box-new-item-one-date{
    width: 83px;
    height: 83px;
    background-color: #0682d2;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
}
.box-new-item-one-date span{
    display: block;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.box-new-item-one-date span.day{
    font-size: 35px;
    margin-top: 15px;
    font-family: 'Arima Madurai';
}
.box-blog-new-one-content{
    padding-left: 83px;
}
.the_content_wrapper p{
    font-weight: 300;
    line-height: 30px;
}
.img_single{
    position: relative;
    margin-bottom: 35px
}
.img_single img{
    width: 100%;
    display: inline-block;
}
.img_single .image_links{
    display: none;
}
.title_wrapper{
    padding-left: 83px;
    margin: 15px 0;
}
.title_wrapper:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    background-color: #c93795;
    bottom: 25px;
}
.aside_right .widget-area{
    border: none;
    padding-left: 0;
}
.Recent_posts ul{float:left;}
.Recent_posts ul li{float:left;width:100%;margin:0;padding:10px 0px;box-sizing:border-box;}
.Recent_posts ul li .photo{float:left;height:auto;margin:0 15px 0 0;}
.Recent_posts ul li .photo span, .Recent_posts ul li a .desc:after{display:none;}
.Recent_posts ul li .desc{float:left;margin:0;max-width:calc(100% - 95px);box-sizing:border-box;min-height:inherit;padding:0}
.Recent_posts ul li a h6{line-height:18px;border:none !important; margin-top: 0; font-size: 14px; padding: 0 !important; margin: 0 !important;}
.Recent_posts ul li a:hover h6{color:#0085ad !important}
.Recent_posts ul li .desc .date{
    font-size: 12px;
}
.Recent_posts ul li .desc .date i{
    display: none;
}
.Recent_posts ul li a:hover .desc .date{
    color: #a8a8a8 !important
}
.widget > h3{
    margin: 0;
    background-color: #fff0ea;
    padding: 10px 15px 10px 45px;
    color: #0682d2;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
}
.widget > h3:before{
    content: '\f247';
    display: inline-block;
    font: normal normal normal 25px/1 'Material-Design-Iconic-Font';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-category{
    margin-bottom: 25px;
}
.shop-filters{
    background-image: none !important;
    border-bottom: 1px solid #d1d1d1;
    padding: 5px 0px;
    font-size: 15px;
    color: #383838 !important
}
.shop-filters p{
    color: #383838 !important
}
.shop-filters form select{
    padding: 5px 25px;
    border: 1px solid #afafaf;
    margin-bottom: 25px;
}
.woocommerce .product .related.products{
    border: none !important;
}
.ui-tabs-panel p{
    font-weight: 300;
    line-height: 28px;
}
.ui-tabs .ui-tabs-panel{
    border: 1px solid #ccc;
    background-image: none;
}
.ui-tabs .ui-tabs-nav, .ui-widget-content{
    border: none;
    box-shadow: none;
    background-image: none;
}
.ui-tabs .ui-tabs-nav li{
    border-color: #ccc
}
.ui-tabs .ui-tabs-nav li a{
    font-size: 18px;
}
.ui-tabs .ui-tabs-nav li:last-child{
    border-right: none;
}
.woocommerce .product div.entry-summary h1.product_title{
    font-size: 30px !important;
    font-family: 'Arima Madurai';
    font-weight: bold;
    padding: 0 !important;
    margin-bottom: 5px !important;
}
.woocommerce .product div.entry-summary .price{
    color: #c93795 !important;
    display: block;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 500;
}
.product_wrapper p{
    font-weight: 300;
    line-height: 28px;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:after{
    height: 2px;
}
.woocommerce div.product form.cart div.quantity{
    display: block;
    width: 100%;
    margin-right:  0 !important;
}
.woocommerce div.product form.cart .button{
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff !important;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    border-left: 2px solid #8f4793;
    border-right: 2px solid #0682d1;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold;
    font-size: 15px;
    padding: 16px 20px 10px !important;
    font-family: 'Arima Madurai';
}
.woocommerce .product div.entry-summary .cart .button:hover{
    background-color: transparent !important;
    background: linear-gradient(-90deg, #0682d2, #97448f) !important;
    color: #fff !important;
    transition: 0.3s background
}
a.button:after, a.tp-button:after, button:after, input[type="submit"]:after, input[type="reset"]:after, input[type="button"]:after{
    display: none;
}
.button_cart_submit a{
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff !important;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold;
    font-size: 15px;
    padding: 2px !important;
    font-family: 'Arima Madurai';
    display: inline-block !important;;;
    margin-left: 15px;
    position: relative;
}
.button_cart_submit a span{
    background-color: #fff;
    display: inline-block;
    padding: 7px 25px 5px;
}
.button_cart_submit a:hover span{
    background-color: transparent;
    color: #fff;
}
.button_cart_submit a:before{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}
.button_cart_submit a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}
.button_cart_submit_box{
    float: left;
    position: relative;
}
.button_cart_submit_box:before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}
.button_cart_submit_box:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px ;
    width: 2px;
    height: 100%;
    background: #0682d2;
}
.title_box_share{
    float: left;
    width: 80px;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 15px;
    line-height: 30px
}
.box_share{
    float: left;
    width: calc(100% - 80px);
    margin-top: 15px;
}
.contact_imfmation{
    float: left;
    width: 100%;
}
.contact_imfmation_main h2, .form_and_map h2{
    font-size: 25px;
    font-weight: normal;
    color: #202020;
    position: relative;
    padding-bottom: 25px;
    min-width: 310px;
    text-align: center;
}

.contact_imfmation_main h2:after, .form_and_map h2:after{
    content: url(images/line_title.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.contact_imfmation_main ul li{
    float: left;
    width: 100%;
    position: relative
}
.contact_imfmation_main ul li:after{
    content: "";
    height: 1px;
    width: 80px;
    position: absolute;
    background-color: #dcdcdc;
    bottom: 0;
}
.contact_imfmation_main ul li h3{
    color: #0682d2;
    font-size: 30px;
}
.contact_imfmation_main ul li h3 i{
    color: #c93795
}
.contact_imfmation_main ul li p{
    color: #202020;
    font-size: 18px;
    margin-bottom: 15px;
}
.form_and_map{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.form_and_map h2{
    font-size: 25px;
    font-weight: normal;
    color: #202020;
}
.form_and_map form input, .form_and_map form textarea{
    width: 100%;
    background-image: none;
    box-shadow: none;
    border: 1px solid #b5b5b5;
    font-size: 15px;
}
.form_and_map .gform_body{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.form_and_map .gform_footer{
    margin: 0 auto;
    float: none;
    width: 105px;
    position: relative;
}
.form_and_map .gform_footer input{
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    border-left: 2px solid #8f4793;
    border-right: 2px solid #0682d1;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2;
    font-weight: bold;
    width: auto;
}
.form_and_map .gform_footer:before{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -2px;
    width: 105px;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}
.form_and_map .gform_footer:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -2px;
    width: 2px;
    height: 50px;
    background: #0682d2;
}
/* Login */
.login ul li{
    list-style: none;
    float: left;
    margin-right: 15px
}
.login ul li:first-child i{
    font-size: 17px;
    float: left;
    line-height: 50px;
    margin-right: 5px
}
.login ul li:last-child{
    margin: 0;
}
.login .name-login{
    color: #c93795
}
/* Search */
.header_main_top_left input[type=text]{
    margin: 0;
    box-shadow: none;
    height: auto;
    line-height: 15px
}
.header_main_top_left input[type=text]{
    background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #131313;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    padding: 5px 10px 5px 32px;
}
.header_main_top_left input[type=text]:focus {
    width: 170px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    z-index: 9999;
    position: relative;
}
.header_main_top_left input[type=text]:-moz-placeholder {
    color: transparent;
}
.header_main_top_left input[type=text]::-webkit-input-placeholder {
    color: transparent;
}
.header_main_top_left input[type=text]:focus::-webkit-input-placeholder{
    color: #000
}
.header_main_top_left form{
    margin: 10px 0 0 10px;
}
/* Product Category */
.product-additional {
    position: absolute;
    top: 0;
    visibility: hidden;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
}
.hoayeuthuong_product_item_box:hover .product-additional,
.related_product_item_box:hover .product-additional {
    visibility: visible;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.one-product{
    float: left;
    width: 100%;
}

iframe,
video {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    border: 0;
    display: block;
    margin: 0 auto;
}
img{
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    display: block;
    margin: 0 auto;
}
.one-product {
    width: 100%;
}
.one-product__slider {
    width: 60%;
    border: 1px solid #f2f2f2;
    display: inline-block;
    vertical-align: top;
}
.one-product__slider_navigation {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.one-product__slider_navigation .item {
    border: 1px solid #f2f2f2 !important;
    margin: 2% 2% 15px;
    width: 100px !important;
    height: 100px;
}
#Content .one-product__slider_navigation .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.zoomContainer {
    z-index: 9000;
}
.nav_thumnail{
    float: left;
    width: 20%;
}
.one-product__slider{
    width: calc( 80% - 15px );
    float: right;
    margin-left: 15px;
}
.one-product__slider .item img{
    width: 100%;
}
#Content .one-product__slider .item{
    width: 100%;
}
#Content .one-product__slider .item a{
    display: block;
    height: 490px;
}
#Content .one-product__slider .item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Header .header_menu_mobile ul.menu ul li a{
    font-size: 15px;
}
#Header .header_menu_mobile ul.menu ul{
    margin-left: 15px;
}
@media screen and (max-width: 500px) {
    /*.one-product__slider {
        width: 100%;
    }
    .one-product__slider_navigation {
        width: 100%;
    }*/
}
.woocommerce div.product p.stock{
    color: #0682d2;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.woocommerce div.product p.stock span.in-stock-left{
    color: #1c1c1c;
}
.woocommerce div.product p.stock i{
    color: #c93795
}
.shop-filters{
    overflow: inherit !important;
}
.select {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 225px;
    color: #444;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
.select .placeholder {
    position: relative;
    display: block;
    border: 1px solid #e4e4e4;
    z-index: 1;
    padding: 5px 25px;
    border-radius: 2px;
    cursor: pointer;
}
.select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Material-Design-Iconic-Font';
    content: '\f2f9';
    z-index: 10;
}
.select.is-open .placeholder:after {
    content: '\f2fc';
}
.select.is-open ul {
    display: block;
}
.select.select--white .placeholder {
    background: #fff;
    color: #999;
}
.select.select--white .placeholder:hover {
    background: #fafafa;
}
.select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    background: #0682d2;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    z-index: 100;
    max-height: 220px;
    z-index: 999;
}
.select:hover ul{
    display: block
}
.select ul li {
    display: block;
    text-align: left;
    padding: 5px 25px;
    color: #444;
    cursor: pointer;
    font-size: 13px;
}
.select ul li a{
    color: #fff;
}
.shop-filters .woocommerce-result-count{
    margin: 0 !important;
    line-height: 37px;
}
.shop-filters .box_select{
    display: inline-block;
    width: 330px;
    margin-left: 15px;
}
.shop-filters .box_select span.box_select_title{
    text-transform: uppercase;
    font-weight: bold;
    line-height: 37px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.hoayeuthuong_box:before{
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(images/line_column.png);
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    background-repeat: repeat-x;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a{
    color: #fff
}
.woocommerce .woocommerce-breadcrumb i{
    margin: 0 10px;
    font-size: 15px
}
.woocommerce-breadcrumb, .woocommerce-breadcrumb a{
    color: #fff
}
.woocommerce-breadcrumb i{
    margin: 0 10px;
    font-size: 15px
}
/*.product_meta{
    display: none;
}*/
.blog-content-date{
    position: relative;
    padding: 5px 0;
    margin-bottom: 15px;
}
.blog-content-date:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #c93795;
    bottom: 0;
}
.alert_wrapper{
    padding-left: 75px;
}
.cart-collaterals .flower_sight.cart_totals{
    border: 1px solid #e4e4e4;
    text-align: center;
    float: right !important;
}
.box_cart_totals{
    padding: 25px;
}
.cart_totals h2{
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    font-weight: bold;
}
.box_cart_totals_item{
    width: 285px;
    margin: 0 auto;
    border-bottom: 1px dashed #d4d4d4;
    padding: 5px 20px;
    color: #636363;
    font-family: 'Arima Madurai';
    padding-top: 15px
}
.box_cart_totals_item label{
    display: inline-block;
    width: 120px
}
.box_cart_totals_item.tongcong{
    font-weight: bold;
    color: #272727
}
.box_cart_totals_item.tongcong span{
    color: #c93795;
    font-size: 20px
}
.woocommerce table.shop_table{
    border: none;
}
.woocommerce table.shop_table th{
    border-left: none;
    border-right: none;
    background-color: #fdf8f6;
}
.woocommerce table.shop_table tbody tr td{
    border: none;
    border-bottom: 1px dashed #cecece
}
.product-subtotal span{
    color: #0682d2;
    font-weight: bold;
}
.woocommerce .shop_table .product-name a{
    color: #5a5a5a
}
.below_total_box{
    float: left;
    width: 100%;
}
.below_total_return{
    max-width: 250px;
    float: left;
    margin-right: 25px;
}
.flower_sight_below_total_update, .coupon_submit{
    float: left;
    position: relative
}
.woocommerce .flower_sight_below_total_update input[type="submit"], div.coupon input[type="submit"]{
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff !important;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    border-left: 2px solid #8f4793;
    border-right: 2px solid #0682d1;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold;
    font-size: 15px;
    padding: 16px 20px 12px !important;
    font-family: 'Arima Madurai';
}
.flower_sight_below_total_update input[type="submit"]:hover, div.coupon input[type="submit"]:hover{
    background-color: transparent !important;
    background: linear-gradient(-90deg, #0682d2, #97448f) !important;
    color: #fff !important;
    transition: 0.3s background;
}
.flower_sight_below_total_update:after, .coupon_submit:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}
.flower_sight_below_total_update:before, .coupon_submit:before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}
.flower_sight_below_total{
    position: absolute;
    top: calc(100% + 25px);
}
.woocommerce-cart-form{
    position: relative;
}
div.coupon{
    float: left;
    width: 100%;
    margin-top: 20px;
}
div.coupon input[type="text"]{
    float: left;
    border: 1px solid #b7b7b7;
    padding: 8px 15px;
    margin-right: 15px;
}
.title_checkout span{
    color: #fff;
    display: inline-block;
    background-color: #0682d2;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 15px;
}
.title_checkout h3{
    font-size: 18px;
    font-weight: bold;
    color: #3d3c3c;
    margin: 0 0 25px;
}
.woocommerce-billing-fields__field-wrapper label{
    font-size: 14px;
    font-weight: normal;
    color: #373737;
}
.woocommerce-billing-fields__field-wrapper label abbr.required{
    text-decoration: none;
}
.woocommerce .woocommerce-billing-fields__field-wrapper .form-row{
    margin-bottom: 20px;
    display: block;
}
.woocommerce .woocommerce-billing-fields__field-wrapper input, .woocommerce .woocommerce-billing-fields__field-wrapper textarea{
    background-image: none;
    border: 1px solid #dddddd
}
.woocommerce form .form-row .input-checkbox{
    display: inline-block;;
    margin: 0;
    vertical-align: inherit;
    position: static
}
.woocommerce table.check_out_cart th{
    text-transform: uppercase;
    font-size: 13px
}
.woocommerce-checkout-payment#payment ul.payment_methods{
    padding: 0 !important;
}
.woocommerce-checkout-payment div.form-row{
    padding: 0 !important;
    display: inline-block;
    float: right;
    position: relative;
    height: 50px;
    padding: 0;
    margin: 10px 0;
}
.woocommerce table.shop_table tfoot th{
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    border: none;
    padding: 5px !important
}
.woocommerce table.shop_table tfoot td{
    border: none;
    text-align: right;
    padding: 5px !important
}
.woocommerce #order_review table.shop_table{
    max-width: 350px;
    float: right
}
.woocommerce-checkout-payment{
    float: left;
    width: 100%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff !important;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    border-left: 2px solid #8f4793;
    border-right: 2px solid #0682d1;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold;
    height: 50px;
}
.woocommerce-checkout-payment div.form-row:before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}
.woocommerce-checkout-payment div.form-row:after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}
.select2.select2-container{
    height: auto;
    width: 100%;
    background-color: #fff
}

.item_tooltip {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 3px 25px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    background-color: #c93795;
    color: #fff;
}
.cart_total:hover .item_tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
.item_tooltip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-color: transparent;
    border-bottom-color: #c93795;
    border-width: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hoayeuthuong_box .owl-prev, .hoayeuthuong_box .owl-next {
    position: absolute;
    top: calc(50% - 40px );
    width: 45px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    color: #444;
    border: 1px solid #444;
    line-height: 30px;
    transform: translateY(-50%);
    font-size: 20px;
}
.hoayeuthuong_box .owl-prev {
    left: 0px;
}
.hoayeuthuong_box .owl-next {
    right: 0px;
}
.hoayeuthuong_box .owl-prev:hover, .hoayeuthuong_box .owl-next:hover{
    background-color: #0682d2;
    color: #fff;
    border-color: #0682d2
}
.hoayeuthuong_box .owl-prev i, .hoayeuthuong_box .owl-next i{
    transition: 0.5s all
}
.hoayeuthuong_box .owl-prev:hover i{
    margin-right: 15px;
}
.owl-next:hover i{
    margin-left: 15px
}
.menu_checkout_box{
    max-width: 1170;
    margin: 0 auto 45px;

}
.menu_checkout_box ul li{
    display: inline-block;
    width: 33%;
    text-align: center;
    background-color: #e8e8e8;
    padding: 5px 0;
    color: #b9b9b9;
    text-transform: uppercase;
    font-size: 17px;
}
.menu_checkout_box ul li.active{
    background-color: #c93795;
    padding: 5px 0;
    color: #fff;
}

/* Popup Quick view */
#cboxContent{
    box-sizing: border-box;
    padding: 0;
}
#cboxClose:after{
    content: "\f136";
    font-family: 'Material-Design-Iconic-Font';
    letter-spacing: 0;
    font-size: 20px;
    line-height: 30px;
    top: 0;
}
.quickview_content{
    margin: 0 !important;
    background-color: #fff;
    height: auto;
}
.box_quickview{
    padding: 15px 18px;
}
.box_quickview h1{
    font-size: 30px !important;
    font-family: 'Arima Madurai';
    font-weight: bold;
    padding: 0 !important;
    margin-bottom: 5px !important;
}
.box_quickview .price {
    color: #c93795 !important;
    display: block;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 22px
}
.box_quickview p.stock {
    color: #0682d2;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.box_quickview p.stock span.in-stock-left{
    color: #1c1c1c;
}
.box_quickview p.stock i{
    color: #c93795
}
.box_quickview form.cart .button{
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff !important;
    margin-top: 0 !important;
    background-image: linear-gradient(to right, #8f4793 0%, #0682d1 100%), linear-gradient(to right, #8f4793 0%, #0682d1 100%);
    border-left: 2px solid #8f4793;
    border-right: 2px solid #0682d1;
    background-position: 0 0, 0 100%;
    background-size: 100% 2px;
    color: #0682d2 !important;
    font-weight: bold;
    font-size: 15px;
    padding: 16px 20px 10px !important;
    font-family: 'Arima Madurai';
}
.box_quickview .cart .button:hover{
    background-color: transparent !important;
    background: linear-gradient(-90deg, #0682d2, #97448f) !important;
    color: #fff !important;
    transition: 0.3s background
}
.box_quickview .product_image_wrapper{
    margin-bottom: 0;
}
.box-camnhan_slider{
    float: left;
    width: 100%;
}
.box-camnhan-post-item{
    float: left;
    width: 100%;
}
.box-camnhan_slider .owl-nav{
    display: none;
}
.box-camnhan_slider .owl-dots{
    margin-top: 30px;
    text-align: center
}
.box-camnhan_slider .owl-dots span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
}
.box-camnhan_slider .owl-dots .owl-dot{
    display: inline-block;
    margin: 0 10px;
}
.box-camnhan_slider .owl-dots .owl-dot.active span{
    background-color: #c93795;
}

.woocommerce .woocommerce-billing-fields__field-wrapper input, .woocommerce .woocommerce-billing-fields__field-wrapper textarea{
    box-shadow: none;
}
.select2-container--default .select2-selection--single{
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background-color: #fdf8f6;
    color: #333333;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #fdf8f6;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
table th, table td{
    text-align: left;
}
/* Alert */
.alert{
    border: none;
    border-radius: 0;
    background: #c93795;
    color: #fff;
}

.alert a.close{
    text-shadow: inherit;
    color: #fff;
    opacity: 1;
    line-height: 56px;
    top: 0;
}

.hotline {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 9999;
    display: block;
    background: #c93795;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 99px;
}
.hotline .hotline-number {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.filter_price_box{
    display: inline-block;
    margin-left: 25px;
    position: relative;
}
.filter-attribute-container{
    position: absolute;
    z-index: 999;
    width: 500px;
    top: 100%;
    transform: translateY(100px);
    transition: transform .8s, opacity .6s;
}
.filter-attribute-container{
    visibility: hidden;
    opacity: 0;
}
.filter_price_box:hover .filter-attribute-container{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.filter_price_box .list-group-item{
    background-color: #efefef;
    border-radius: 3px
}
.slider-values{
    margin-top: 15px;
}
.slider-values input{
    background-color: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    max-width: 100px;
    border: 1px solid #ccc;
    padding: 0;
}
.maker_loader img{
    width: 250px
}
.login{
    position: relative;
}
.rh_modal {
    display: inline-block;
    width: 260px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 5.5rem;
    left: 0;
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em);
    z-index: -1;
    -webkit-transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;
    transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms;
}
.rh_modal--display {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s,0s,.2s;
    transition-delay: 0s,0s,.2s;
}
.rh_modal__forgot_wrap, .rh_modal__register_wrap {
    display: none;
    padding: 2.5rem;
}
.rh_modal .rh_modal__wrap{
    display:block;
    text-align:center;
    background:#fbebed;
    box-shadow:0 0 5px 2px rgba(0,0,0,.05)
}
.rh_modal .rh_modal__wrap label{
    display:block;
    text-align:left;
    margin:.5rem 0;
    font-size:1.4rem;
    padding:0;
    color:#444
}
.rh_modal .rh_modal__wrap .modal-loader{
    display:none;
    width:35px;
    height:35px
}
.rh_modal .rh_modal__wrap .rh_modal__msg{
    margin-bottom:1rem;
    font-size:1.4rem;
    line-height:1.5
}
.rh_modal .rh_modal__wrap .rh_modal__login_wrap{
    padding:2.5rem
}
.rh_modal .rh_modal__wrap h3{
    font-weight: bold;
    margin:0 0 1rem 0;
    text-align:left;
    font-size: 18px;
}
.rh_modal .rh_modal__wrap input{
    background:#fff;
    font-size:14px;
    padding:8px 20px;
    width:100%;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}
.rh_modal .rh_modal__wrap button{
    width:100%;
    padding: 10px;
    cursor:pointer;
    margin:0;
    border-radius: 0;
    background:#c93795;
    -webkit-transition:.2s background linear;
    transition:.2s background linear;
}
.rh_modal .rh_modal__wrap button:hover{
    background:#1c9d92;
    -webkit-transition:.2s background linear;
    transition:.2s background linear
}
.rh_modal .rh_modal__wrap a{
    display:inline-block;
    font-size:14px;
    font-weight:bold;
    line-height: 22px
}
.rh_modal .rh_modal__wrap a:hover{color:#ea723d;text-decoration:underline}
.rh_modal .rh_modal__wrap .rh_modal__dashboard{display:block;padding:2.5rem 2.5rem 1rem;background:#fff;text-align:left}
.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:2.5rem;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link:hover svg{fill:#ea723d;-webkit-transition:.2s all linear;transition:.2s all linear}
.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link svg{width:16px;fill:grey}
.rh_modal .rh_modal__wrap .rh_modal__dashboard .rh_modal__dash_link span{padding:0 0 0 1.5rem}


.featured_content{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 600px;;
    left: calc((100% - 1145px)/2);
    width: auto;
    background-color: rgba(255, 255, 255, 0.54);
    padding: 20px;
}
.featured_content h2{
    font-weight: bold;
    margin:0 0 25px;
    font-family: 'Pacifico';
    font-size: 45px;
    line-height: 40px;
    margin: 0 0 45px
}
.featured_content span{
    font-size: 16px;
    display: block;
    margin-bottom: 25px;
}
.featured_content h2 span{
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    margin: 0;
    line-height: 18px;
    font-size: 30px;
    color: #0682d2;
    font-weight: 500;
    margin-bottom: -5px;
}
.featured_content a{
    display: inline-block;
    background-image: linear-gradient(-90deg, #0682d2, #97448f);
    padding: 2px;
    text-transform: uppercase;
    font-family: 'Arima Madurai';
    font-weight: bold;
    line-height: 25px;
    position: relative;
}
.featured_content a:hover span{
    background-color: transparent;
    color: #fff;
}
.featured_content a:before{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(135deg, #854c98, #0682d2);
}
.featured_content a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 2px;
    height: 100%;
    background: #0682d2;
}
.featured_content a span{
    background-color: #fff;
    display: inline-block;
    padding: 7px 25px;
    margin: 0
}
.featured_item{
    position: relative;
}
.article-bonus{
    border: 1px solid #dadada;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
    color: #545454;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.article-tags{
    color: #5e5e5e;
    font-size: 14px;
    display: inline-block;
    float: left;
}
.article-tags b{
    margin-right: 25px
}
.article-tags i{
    color: #4d4d4d;
    font-size: 15px;
}
.article-tags a{
    font-size: 15px;
    border: 1px solid #ebebeb;
    padding: 5px 15px;
    display: inline-block;
}
.article-tags a:before{
    content: '\f27d';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    color: #d3d3d3;
    margin-right: 10px
}
.share_box{
    display: inline-block;
    float: right;
    margin-top: 8px;
}
.paginator_next, .paginator_prev{
    position: absolute;
    top: calc(50% - 55px);
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #333;
    cursor: pointer;
}
.paginator_next{
    right: 25px;
}
.paginator_prev{
    left: 25px;
}
.paginator_next:before{
    content: '\f2fb';
    font: normal normal normal 25px/1 'Material-Design-Iconic-Font';
}
.paginator_prev:before{
    content: '\f2fa';
    font: normal normal normal 25px/1 'Material-Design-Iconic-Font';
}

.featured_content .h22 {
    font-weight: bold;
    margin: 0 0 25px;
    font-family: 'Pacifico';
    font-size: 45px;
    line-height: 40px;
    margin: 0 0 45px;
}
.featured_content .h22 span {
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    margin: 0;
        margin-bottom: 0px;
    line-height: 18px;
    font-size: 30px;
    color: #0682d2;
    font-weight: 500;
    margin-bottom: -5px;
}
@media only screen and (min-width: 320px) and (max-width: 480px){
    .col-lg-12.gio_hoa_danh_muc.product-mb{display: block;}
    .col-lg-12.gio_hoa_danh_muc.product-mb .hoayeuthuong_product_item_box{padding: 0;    }
    .col-lg-12.gio_hoa_danh_muc.product-mb .hoayeuthuong_product_item_image{background-color: #fff;}
    .col-lg-12.gio_hoa_danh_muc.product-mb .hoayeuthuong_product_item_title{padding: 0 8px;    background-color: #fff;}


    /*================ Default ================*/
    /*================ Header Wrapper ================*/
    .product_category_title_content a span {
    background-color: #fff;
    display: inline-block;
    padding: 7px 11px;
}
    .product-mb .category_product_main {
    padding:0 0px;
    }
    .product_category_title.col-lg-3{
display:none;
}
    .iconnav_mobile{
        display: block;
        width: 35px;
        height: 35px;
        float: left;
        margin-top: 25px;
        position: fixed;
        z-index: 99999 !important;
    }
    .menu-toggle_mobile{
        width: 30px;
        z-index: 999;
        cursor: pointer;
        float: right;
    }
    .menu-toggle_mobile .one, .menu-toggle_mobile .two, .menu-toggle_mobile .three{
        width: 100%;
        height: 2px;
        background: #333333;
        margin: 6px auto;
        border-radius: 1px;
        backface-visibility: hidden;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .menu-toggle_mobile.on .one {
        -moz-transform: rotate(45deg) translate(4px, 4px);
        -ms-transform: rotate(45deg) translate(4px, 4px);
        -webkit-transform: rotate(45deg) translate(4px, 4px);
        transform: rotate(45deg) translate(4px, 4px);
    }
    .menu-toggle_mobile.on .two {
        opacity: 0;
    }
    .menu-toggle_mobile.on .three {
        -moz-transform: rotate(-45deg) translate(8px, -10px);
        -ms-transform: rotate(-45deg) translate(8px, -10px);
        -webkit-transform: rotate(-45deg) translate(8px, -10px);
        transform: rotate(-45deg) translate(8px, -8px);
    }
    .menu-toggle_mobile.on .one, .menu-toggle_mobile.on .two, .menu-toggle_mobile.on .three{
        background-color: #fff;
    }
    /*.navigation--sticky{
        position: relative;
    }*/
    .logo_mobile{
        width: calc(100% - 75px);
        float: left;
        padding-top: 0px;
        margin-left: 35px;
    }
    .logo_mobile h1{
        margin: 0
    }
    .logo_mobile a{
        display: block;
        max-width: 75px;
        margin: 0 auto;
    }
    .cart-mobile{
        float: right;
        width: 35px;
        height: 35px;
        margin-top: 23px;
        padding: 0;
        margin-right: 5px;
    }
    .cart-mobile .title-cart {
        width: 38px;
        height: 38px;
        line-height: 33px;
        background: transparent;
        border: 2px solid #333;
        border-radius: 50%;
        color: #333;
        font-size: 20px;
        text-align: center;
        position: relative;
    }
    .cart-mobile .title-cart span.item-quantity {
        width: 27px;
        height: 27px;
        background: #ec008c;
        z-index: 0;
        border-radius: 30px;
        text-align: center;
        line-height: 27px;
        color: #fff;
        position: absolute;
        top: -14px;
        right: -12px;
    }
    /* search-mobile */
    .search-mobile{
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 1px;
    }
    .search-mobile .search-box {position: relative;}
    .search-mobile .search-box .search-input {
        display: inline;
        padding: 0px 42px 0px 10px;
        height: 30px;
        line-height: 30px;
        background: transparent;
        border: 1px solid #b3b3b3;
        margin-right: 1px;
        border-radius: 0px;
        box-shadow: none;
        font-size: 12px;
        width: 100%;
        margin-bottom: 5px;
    }
    .search-mobile .search-box .search-button {
        position: absolute;
        right: 0;
        top: 0;
        background:#ec008c;
        display: block;
        border: medium none;
        color: #fff;
        width: 42px;
        text-align: center;
        height: 30px;
        font-size: 14px;
        line-height:30px;
        padding: 0px !important;
        border-radius: 0px;
    }
    /* DEFAULT */
    .section_wrapper, .section.full-width:not(.no-margin-h) > .section_wrapper, .container, .four.columns{
        max-width: calc( 100%) !important
    }

    .header{
        background-color: #fff;
        background-image: none;
    }
    .header_main{
        display: none;
    }
    .header_mobile{
        display: block;
    }
    body:not(.template-slider):not(.header-simple) #Header{
        min-height: 0
    }
    .header_actionbar{
        display: none;
    }
    .logo_mobile img{
        max-width: 100%;
    }

    /* MENU */
    .header_menu_mobile{
        position: fixed;
        top: 0;
        left: 15px;
        width: 100%;
        max-width: 250px;
        /*height: 100%;*/
        background-color: rgba(0, 0, 0, 0.77);
        padding: 0;
        border: none;
        z-index: 9999 !important;
        max-height: 515px;
        overflow: auto;
        padding-top: 65px;
    }
    .header_menu_mobile{
        transform: translate3d(-335px, 0, 0);
        -webkit-transform: translate3d(-335px, 0, 0);
        -ms-transform: translate3d(-335px, 0, 0);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -ms-transition: -ms-transform .5s ease-in-out;
    }
    .header_menu_mobile.show {
        transform: translate3d(-15px, 0, 0);
        -webkit-transform: translate3d(-15px, 0, 0);
        -ms-transform: translate3d(-15px, 0, 0);
    }
    #Header .header_menu_mobile {
    width: 100%;
    float: left;
    z-index: 9999;
    max-height: none;
    background-color: rgba(0, 0, 0, 0.85);
    padding-top: 65px;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    height: 100vh;
}

#Header .header_menu_mobile ul.menu li {
    width: 100%;
    text-align: left;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#Header .header_menu_mobile ul.menu li a {
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 10px 16px;
    font-weight: normal;
    border: none;
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

#Header .header_menu_mobile ul.menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #0682d2;
}

#Header .header_menu_mobile .sub-menu li {
    padding-left: 20px;
}

#Header .header_menu_mobile .menu-item-has-children > a::after {
    font-size: 18px;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
}

#Header .header_menu_mobile .sub-menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 10px 0;
}

#Header .header_menu_mobile .menu-item-has-children:hover .sub-menu {
    display: block;
    transform: translateY(10px);
}

#Header .header_menu_mobile .menu > li:hover > .sub-menu {
    display: block;
}

    .ubermenu .ubermenu-item.ubermenu-item-level-0:first-child a{
        border: none;
    }
    .header_menu_mobile .social-header{
        padding: 10px 15px;
        background-color: rgb(226, 226, 226);
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 20px;
    }
    .header_menu_mobile .social-header ul li{
        float: left;
    }
    .header_menu_mobile .social-header ul li a{
        color: #fff;
        position: relative;
        display: block;
        line-height: 25px;
        margin-right: 5px;
    }
    .header_menu_mobile .social-header ul li a i.zmdi-facebook{
        background-color: #3b5998
    }
    .header_menu_mobile .social-header ul li a i.zmdi-twitter{
        background-color: #48c4d2
    }
    .header_menu_mobile .social-header ul li a i.zmdi-google-plus{
        background-color: #dd4b39
    }
    .header_menu_mobile .social-header ul li a i{
        height: 25px;
        width: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
    }
    /* End Menu */
    /* LOGO */
    /*.logo_mobile{
        width: 75%;
        max-width: 85px;
        float: left;
        margin: 10px 0;
    }*/
    .logo_mobile .img{
        max-width: 150px;
        width: 100%;
        height: auto;
    }
    /* END LOGO */
    .ms-anim-layers{
        display: none;
    }
    /* Cart */
    .cart_total.cart_mobile{
        background-image: none;
        background-color: #d36eb4;
        border-radius: 5px;
        float: right;
        width: calc(100% - 95px);
        height: 35px;
        padding-top: 5px;
        margin-top: 7px;
        text-align: center;
    }
    .cart_total.cart_mobile a, .cart_total.cart_mobile span{
        color: #fff;
        font-size: 14px;
    }
    .header_main{
        display: none;
    }
    #featured:before{
        display: none;
    }
    .box_slogan_text span{
        font-size: 13px;
        line-height: 18px;
        padding: 10px;
    }
    .title h2{
        font-size: 20px;
        text-align: center;
    }
    .hoayeuthuong_product_description{
        position: static;
        transform: inherit;
        width: 100%;
        max-width: none;
        background-size: cover;
        min-height: inherit;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 25px;
        padding: 25px;
    }
    .category_product_main .col-lg-3{
        min-height: auto;
        max-width: none;
        margin-top: 0px;
        background-size: cover;
        background-position: center;
    }
    .category_product_main{
        margin: 0;
    }
    .icanfor{
        background-size: cover;
        background-position: -430px 70px;
        padding: 25px 0;
    }
    .customerfeeling{
        padding: 0;
        text-align: center;
    }
    .box-camnhan-post-item{
        margin-bottom: 20px;
    }
    .icanfor_item {
        margin-bottom: 15px;
        float: left;
    }
    .box-camnhan-post-item-image{
        max-width: 95px;
        margin: 0 auto 25px;
    }
    #Footer{
        background-size: cover
    }
    .icanfor .title{
        width: 100%;
    }
    .box_footer{
        float: left;
        width: 100%;
    }
    .box_footer h3{
        float: left;
        width: 100%;
        text-align: center;
    }
    .menu_checkout_box ul li{
        width: 100%;
    }
    .flower_sight_below_total{
        position: static;
        margin-bottom: 25px;
        float: left;
        width: 100%;
    }
    .woocommerce .shop_table .product-quantity{
        width: 100% !important;
    }
    .paginator_next, .paginator_prev{
        top: 50%;
        display: none !important;
    }
    .featured_content .h22{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .featured_content span{
        font-size: 10px;
        display: none;
    }
    .featured_content .h22 span{
        display: block;
    }
    .featured_content a{
        display: none;
    }
    .featured_content{
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .one-product{
        margin-bottom: 45px;
    }
    #Content .one-product__slider .item a{
        height: 335px;
    }
    .one-product__slider_navigation .item{
        height: 75px;
    }
    .button_cart_submit_box{
        width: 100%;
        margin-bottom: 15px;
    }
    .woocommerce div.product form.cart .button{
        width: 100%;
    }
    .button_cart_submit a{
        width: 100%;
        margin-left: 0;
    }
    .button_cart_submit a span{
        width: 100%;
        text-align: center;
    }
}


body.single-product .woocommerce-content h2{
    font-size: 20px;
    font-weight: 500;
}
body.single-product .woocommerce-content h3{
    font-size: 18px;
}
body.single-product .jq-tabs, 
body.single-product .jq-tabs .ui-widget-content,
body.single-product .jq-tabs p,
body.single-product .jq-tabs div,
body.single-product .jq-tabs span,
body.single-product .jq-tabs .ui-widget-content li
{
    font-size: 17px;
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 30px;
}
body.single-product div.entry-summary{
    font-weight: 600;
}

body.single-post,
body.single-post ul li,
body.single-post  li{
     font-weight: 300;
     font-size: 17px;
     line-height: 30px;
}
body.single-product .jq-tabs .ui-widget-content a,
body.single-product .entry-summary11 a{
    color: #2991d6;
}

@media only screen and (min-width: 481px) and (max-width: 767px){

    /*================ Default ================*/
    /*================ Header Wrapper ================*/
    .iconnav_mobile{
        display: block;
        width: 35px;
        height: 35px;
        float: left;
        margin-top: 25px;
    }
    .menu-toggle_mobile{
        width: 30px;
        z-index: 999;
        cursor: pointer;
        float: right;
    }
    .menu-toggle_mobile .one, .menu-toggle_mobile .two, .menu-toggle_mobile .three{
        width: 100%;
        height: 2px;
        background: #333333;
        margin: 6px auto;
        border-radius: 1px;
        backface-visibility: hidden;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .menu-toggle_mobile.on .one {
        -moz-transform: rotate(45deg) translate(4px, 4px);
        -ms-transform: rotate(45deg) translate(4px, 4px);
        -webkit-transform: rotate(45deg) translate(4px, 4px);
        transform: rotate(45deg) translate(4px, 4px);
    }
    .menu-toggle_mobile.on .two {
        opacity: 0;
    }
    .menu-toggle_mobile.on .three {
        -moz-transform: rotate(-45deg) translate(8px, -10px);
        -ms-transform: rotate(-45deg) translate(8px, -10px);
        -webkit-transform: rotate(-45deg) translate(8px, -10px);
        transform: rotate(-45deg) translate(8px, -10px);
    }
    .menu-toggle_mobile.on .one, .menu-toggle_mobile.on .two, .menu-toggle_mobile.on .three{
        background: #fff;
    }
    .navigation--sticky{
        position: relative;
    }
    .logo_mobile{
        width: calc(100% - 75px);
        float: left;
        padding-top: 0px;
    }
    .logo_mobile h1{
        margin: 0
    }
    .logo_mobile a{
        display: block;
        max-width: 75px;
        margin: 0 auto;
    }
    .cart-mobile{
        float: right;
        width: 35px;
        height: 35px;
        margin-top: 23px;
        padding: 0;
        margin-right: 5px;
    }
    .cart-mobile .title-cart {
        width: 38px;
        height: 38px;
        line-height: 33px;
        background: transparent;
        border: 2px solid #333;
        border-radius: 50%;
        color: #333;
        font-size: 20px;
        text-align: center;
        position: relative;
    }
    .cart-mobile .title-cart span.item-quantity {
        width: 27px;
        height: 27px;
        background: #ec008c;
        z-index: 0;
        border-radius: 30px;
        text-align: center;
        line-height: 27px;
        color: #fff;
        position: absolute;
        top: -14px;
        right: -12px;
    }
    /* search-mobile */
    .search-mobile{
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 1px;
    }
    .search-mobile .search-box {position: relative;}
    .search-mobile .search-box .search-input {
        display: inline;
        padding: 0px 42px 0px 10px;
        height: 30px;
        line-height: 30px;
        background: transparent;
        border: 1px solid #b3b3b3;
        margin-right: 1px;
        border-radius: 0px;
        box-shadow: none;
        font-size: 12px;
        width: 100%;
        margin-bottom: 5px;
    }
    .search-mobile .search-box .search-button {
        position: absolute;
        right: 0;
        top: 0;
        background:#ec008c;
        display: block;
        border: medium none;
        color: #fff;
        width: 42px;
        text-align: center;
        height: 30px;
        font-size: 14px;
        line-height:30px;
        padding: 0px !important;
        border-radius: 0px;
    }
    /* DEFAULT */
    .section_wrapper, .section.full-width:not(.no-margin-h) > .section_wrapper, .container, .four.columns{
        max-width: calc( 100%) !important
    }
  
    .header{
        background-color: #fff;
        background-image: none;
    }
    .header_main{
        display: none;
    }
    .header_mobile{
        display: block;
    }
    body:not(.template-slider):not(.header-simple) #Header{
        min-height: 0
    }
    .header_actionbar{
        display: none;
    }
    .logo_mobile img{
        max-width: 100%;
    }

    /* MENU */
    .header_menu_mobile{
        position: fixed;
        top: 0;
        left: 15px;
        max-width: 250px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.77);
        padding: 0;
        border: none;
        z-index: 1;
        max-height: 515px;
        overflow: auto;
    }
    .header_menu_mobile{
        transform: translate3d(-335px, 0, 0);
        -webkit-transform: translate3d(-335px, 0, 0);
        -ms-transform: translate3d(-335px, 0, 0);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -ms-transition: -ms-transform .5s ease-in-out;
    }
    .header_menu_mobile.show {
        transform: translate3d(-15px, 0, 0);
        -webkit-transform: translate3d(-15px, 0, 0);
        -ms-transform: translate3d(-15px, 0, 0);
    }
	/* Menu cấp 2 và 3 sẽ luôn hiển thị */
.header_menu_mobile .sub-menu {
    display: block; /* Cấp 2 và cấp 3 luôn hiển thị */
    background-color: rgba(0, 0, 0, 0.85); /* Nền cho cấp 2 và 3 */
    padding: 10px;
}

/* Hiển thị các mục con của menu cấp 2 và 3 khi hover */
.header_menu_mobile .menu > li > a:hover + .sub-menu,
.header_menu_mobile .menu > li:hover .sub-menu {
    display: block;
    transform: translateY(0);
}

/* Style cho menu cấp 2, cấp 3 */
.header_menu_mobile .sub-menu li {
    padding: 8px 0;
    width: 100%;
}

.header_menu_mobile .sub-menu li a {
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 0 16px;
    font-weight: normal;
    font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
}

.header_menu_mobile .sub-menu .sub-menu li {
    padding-left: 20px; /* Thụt vào cho cấp 3 */
}

/* Hiển thị mũi tên cho các menu con */
.header_menu_mobile .menu-item-has-children > a::after {
    content: "\2193"; /* Mũi tên xuống */
    font-size: 18px;
    margin-left: 5px;
}

    #Header .header_menu_mobile nav{
        width: 100%;
        float: left;
    }
    #Header .header_menu_mobile nav ul li{
        width: 100%;
        text-align: left;
        padding: 8px 0;
    }
    #Header .header_menu_mobile nav ul li a{
        text-transform: uppercase ;
        font-size: 18px ;
        color: #fff  ;
        display: block ;
        padding: 0 16px;
        font-weight: normal;
        border: none;
        font-family: 'SFU_function';
    }
    .ubermenu .ubermenu-item.ubermenu-item-level-0:first-child a{
        border: none;
    }
    .header_menu_mobile .social-header{
        padding: 10px 15px;
        background-color: rgb(226, 226, 226);
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 20px;
    }
    .header_menu_mobile .social-header ul li{
        float: left;
    }
    .header_menu_mobile .social-header ul li a{
        color: #fff;
        position: relative;
        display: block;
        line-height: 25px;
        margin-right: 5px;
    }
    .header_menu_mobile .social-header ul li a i.zmdi-facebook{
        background-color: #3b5998
    }
    .header_menu_mobile .social-header ul li a i.zmdi-twitter{
        background-color: #48c4d2
    }
    .header_menu_mobile .social-header ul li a i.zmdi-google-plus{
        background-color: #dd4b39
    }
    .header_menu_mobile .social-header ul li a i{
        height: 25px;
        width: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
    }
    /* End Menu */
    /* LOGO */
    /*.logo_mobile{
        width: 75%;
        max-width: 85px;
        float: left;
        margin: 10px 0;
    }*/
    .logo_mobile .img{
        max-width: 150px;
        width: 100%;
        height: auto;
    }
    /* END LOGO */
    .ms-anim-layers{
        display: none;
    }
    /* Cart */
    .cart_total.cart_mobile{
        background-image: none;
        background-color: #d36eb4;
        border-radius: 5px;
        float: right;
        width: calc(100% - 95px);
        height: 35px;
        padding-top: 5px;
        margin-top: 7px;
        text-align: center;
    }
    .cart_total.cart_mobile a, .cart_total.cart_mobile span{
        color: #fff;
        font-size: 14px;
    }
    .header_main{
        display: none;
    }
    #featured:before{
        display: none;
    }
    .box_slogan_text span{
        font-size: 13px;
        line-height: 18px;
        padding: 10px;
    }
    .title h2{
        font-size: 20px;
        text-align: center;
    }
    .hoayeuthuong_product_description{
        position: static;
        transform: inherit;
        width: 100%;
        max-width: none;
        background-size: cover;
        min-height: inherit;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 25px;
        padding: 25px;
    }
    .category_product_main .col-lg-3{
        min-height: auto;
        width: 50%;
        max-width: none;
        margin-top: 20px;
        float: left;
        background-size: cover;
        background-position: center;
    }
    .category_product_main{
        margin: 0;
    }
    .icanfor{
        background-size: cover;
        background-position: center;
        padding: 25px 0;
    }
    .customerfeeling{
        padding: 0;
        text-align: center;
    }
    .box-camnhan-post-item{
        margin-bottom: 20px;
    }
    .icanfor_item {
        margin-bottom: 15px;
        float: left;
    }
    .box-camnhan-post-item-image{
        max-width: 95px;
        margin: 0 auto 25px;
    }
    #Footer{
        background-size: cover
    }
    .icanfor .title{
        width: 100%;
    }
    .box_footer{
        float: left;
        width: 100%;
    }
    .box_footer h3{
        float: left;
        width: 100%;
        text-align: center;
    }
    .woocommerce .shop_table .product-quantity{
        width: 100% !important;
    }

    .paginator_next, .paginator_prev{
        top: 50%;
        display: none !important;
    }
    .featured_content .h22{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .featured_content span{
        font-size: 10px;
        display: none;
    }
    .featured_content .h22 span{
        display: block;
    }
    .featured_content a{
        display: none;
    }
    .featured_content{
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .one-product{
        margin-bottom: 45px;
    }
    #Content .one-product__slider .item a{
        height: 435px;
    }
    .one-product__slider_navigation .item{
        height: 75px;
    }
    .nav_thumnail{
        width: 75px;
    }
    .one-product__slider{
        width: calc(100% - 90px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
/*================ Default ================*/
    /*================ Header Wrapper ================*/
    .iconnav_mobile{
        display: block;
        width: 35px;
        height: 35px;
        float: left;
        margin-top: 25px;
    }
    .menu-toggle_mobile{
        width: 30px;
        z-index: 999;
        cursor: pointer;
        float: right;
    }
    .menu-toggle_mobile .one, .menu-toggle_mobile .two, .menu-toggle_mobile .three{
        width: 100%;
        height: 2px;
        background: #333333;
        margin: 6px auto;
        border-radius: 1px;
        backface-visibility: hidden;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .menu-toggle_mobile.on .one {
        -moz-transform: rotate(45deg) translate(4px, 4px);
        -ms-transform: rotate(45deg) translate(4px, 4px);
        -webkit-transform: rotate(45deg) translate(4px, 4px);
        transform: rotate(45deg) translate(4px, 4px);
    }
    .menu-toggle_mobile.on .two {
        opacity: 0;
    }
    .menu-toggle_mobile.on .three {
        -moz-transform: rotate(-45deg) translate(8px, -10px);
        -ms-transform: rotate(-45deg) translate(8px, -10px);
        -webkit-transform: rotate(-45deg) translate(8px, -10px);
        transform: rotate(-45deg) translate(8px, -10px);
    }
    .navigation--sticky{
        position: relative;
    }
    .logo_mobile{
        width: calc(100% - 75px);
        float: left;
        padding-top: 0px;
    }
    .logo_mobile h1{
        margin: 0
    }
    .logo_mobile a{
        display: block;
        max-width: 75px;
        margin: 0 auto;
    }
    .cart-mobile{
        float: right;
        width: 35px;
        height: 35px;
        margin-top: 23px;
        padding: 0;
        margin-right: 5px;
    }
    .cart-mobile .title-cart {
        width: 38px;
        height: 38px;
        line-height: 33px;
        background: transparent;
        border: 2px solid #333;
        border-radius: 50%;
        color: #333;
        font-size: 20px;
        text-align: center;
        position: relative;
    }
    .cart-mobile .title-cart span.item-quantity {
        width: 27px;
        height: 27px;
        background: #ec008c;
        z-index: 0;
        border-radius: 30px;
        text-align: center;
        line-height: 27px;
        color: #fff;
        position: absolute;
        top: -14px;
        right: -12px;
    }
    /* search-mobile */
    .search-mobile{
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 1px;
    }
    .search-mobile .search-box {position: relative;}
    .search-mobile .search-box .search-input {
        display: inline;
        padding: 0px 42px 0px 10px;
        height: 30px;
        line-height: 30px;
        background: transparent;
        border: 1px solid #b3b3b3;
        margin-right: 1px;
        border-radius: 0px;
        box-shadow: none;
        font-size: 12px;
        width: 100%;
        margin-bottom: 5px;
    }
    .search-mobile .search-box .search-button {
        position: absolute;
        right: 0;
        top: 0;
        background:#ec008c;
        display: block;
        border: medium none;
        color: #fff;
        width: 42px;
        text-align: center;
        height: 30px;
        font-size: 14px;
        line-height:30px;
        padding: 0px !important;
        border-radius: 0px;
    }
    /* DEFAULT */
    .section_wrapper, .section.full-width:not(.no-margin-h) > .section_wrapper, .container, .four.columns{
        max-width: calc( 100% - 15px ) !important
    }
    p{
        font-size: 13px;
    }
    .header{
        background-color: #fff;
        background-image: none;
    }
    .header_main{
        display: none;
    }
    .header_mobile{
        display: block;
    }
    body:not(.template-slider):not(.header-simple) #Header{
        min-height: 0
    }
    .header_actionbar{
        display: none;
    }
    .logo_mobile img{
        max-width: 100%;
    }

    /* MENU */
    .header_menu_mobile{
        position: fixed;
        top: 0;
        left: 15px;
        max-width: 250px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.77);
        padding: 0;
        border: none;
        z-index: 9999;
        max-height: 515px;
        overflow: auto;
    }
    .header_menu_mobile{
        transform: translate3d(-335px, 0, 0);
        -webkit-transform: translate3d(-335px, 0, 0);
        -ms-transform: translate3d(-335px, 0, 0);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -ms-transition: -ms-transform .5s ease-in-out;
    }
    .header_menu_mobile.show {
        transform: translate3d(-15px, 0, 0);
        -webkit-transform: translate3d(-15px, 0, 0);
        -ms-transform: translate3d(-15px, 0, 0);
    }
    #Header .header_menu_mobile nav{
        width: 100%;
        float: left;
    }
    #Header .header_menu_mobile nav ul li{
        width: 100%;
        text-align: left;
        padding: 8px 0;
    }
    #Header .header_menu_mobile nav ul li a{
        text-transform: uppercase ;
        font-size: 18px ;
        color: #fff  ;
        display: block ;
        padding: 0 16px;
        font-weight: normal;
        border: none;
        font-family: 'SFU_function';
    }
    .ubermenu .ubermenu-item.ubermenu-item-level-0:first-child a{
        border: none;
    }
    .header_menu_mobile .social-header{
        padding: 10px 15px;
        background-color: rgb(226, 226, 226);
        width: 100%;
        text-align: center;
        float: left;
        margin-bottom: 20px;
    }
    .header_menu_mobile .social-header ul li{
        float: left;
    }
    .header_menu_mobile .social-header ul li a{
        color: #fff;
        position: relative;
        display: block;
        line-height: 25px;
        margin-right: 5px;
    }
    .header_menu_mobile .social-header ul li a i.zmdi-facebook{
        background-color: #3b5998
    }
    .header_menu_mobile .social-header ul li a i.zmdi-twitter{
        background-color: #48c4d2
    }
    .header_menu_mobile .social-header ul li a i.zmdi-google-plus{
        background-color: #dd4b39
    }
    .header_menu_mobile .social-header ul li a i{
        height: 25px;
        width: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
    }
    /* End Menu */
    /* LOGO */
    /*.logo_mobile{
        width: 75%;
        max-width: 85px;
        float: left;
        margin: 10px 0;
    }*/
    .logo_mobile .img{
        max-width: 150px;
        width: 100%;
        height: auto;
    }
    /* END LOGO */
    .ms-anim-layers{
        display: none;
    }
    /* Cart */
    .cart_total.cart_mobile{
        background-image: none;
        background-color: #d36eb4;
        border-radius: 5px;
        float: right;
        width: calc(100% - 95px);
        height: 35px;
        padding-top: 5px;
        margin-top: 7px;
        text-align: center;
    }
    .cart_total.cart_mobile a, .cart_total.cart_mobile span{
        color: #fff;
        font-size: 14px;
    }
    .header_main{
        display: none;
    }
    #featured:before{
        display: none;
    }
    .box_slogan_text span{
        font-size: 13px;
        line-height: 18px;
        padding: 10px;
    }
    .title h2{
        font-size: 20px;
        text-align: center;
    }
    .hoayeuthuong_product_description{
        position: static;
        transform: inherit;
        width: 100%;
        max-width: none;
        background-size: cover;
        min-height: inherit;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 25px;
        padding: 25px;
    }
    .category_product_main .col-lg-3{
        min-height: auto;
        width: 50%;
        max-width: none;
        margin-top: 20px;
        float: left;
        background-size: cover;
        background-position: center;
    }
    .category_product_main{
        margin: 0;
    }
    .icanfor{
        background-size: cover;
        background-position: center;
        padding: 25px 0;
    }
    .customerfeeling{
        padding: 0;
        text-align: center;
    }
    .box-camnhan-post-item{
        margin-bottom: 20px;
    }
    .icanfor_item {
        margin-bottom: 15px;
        float: left;
    }
    .box-camnhan-post-item-image{
        max-width: 95px;
        margin: 0 auto 25px;
    }
    #Footer{
        background-size: cover
    }
    .icanfor .title{
        width: 100%;
    }
    .box_footer{
        float: left;
        width: 100%;
    }
    .box_footer h3{
        float: left;
        width: 100%;
        text-align: center;
    }
    .paginator_next, .paginator_prev{
        top: 50%;
    }
    .featured_content .h22{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .featured_content span{
        font-size: 10px;
        display: none;
    }
    .featured_content .h22 span{
        display: block;
    }
    .featured_content a{
        display: none;
    }
    .featured_content{
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .one-product{
        margin-bottom: 45px;
    }
    #Content .one-product__slider .item a{
        height: 435px;
    }
    .one-product__slider_navigation .item{
        height: 75px;
    }
    .nav_thumnail{
        width: 75px;
    }
    .one-product__slider{
        width: calc(100% - 90px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px){
    .navigation .menu > li > a{
        font-size: 12px;
    }
    .header_main_top_left ul li span{
        font-size: 14px;
    }
    .featured_content{
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0;
        text-align: center;
    }
}
.read-more-mb{
    text-transform: uppercase;
    color: #1d1e1e;
    1border-bottom: 1px solid #1d1e1e;
    padding: 5px 0px;
    margin: auto;
    text-align: center;
    font-size: 15px;
    display: table;
    margin-bottom: 30px;
}
.section_description{display: block; width: 100%; float: left;}

.short-desc.category-description-block,
.short-desc.category-description-block {
    color: #636363;
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.short-desc.max-height{max-height: 1500px;}

.short-desc.category-description-block:after,
.short-desc.category-description-block:after{
    content: "";
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 90%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(90%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 90%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 90%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 90%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
    display: block;
    height: 6rem;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
}
.description-show-more{cursor: pointer;}
.description-show-more i {
    font-size: 13px;
    line-height: 20px;
    color: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    margin-right: 0;
    border-radius: 50%;
    border: 1px solid #2275ac;
    width: 20px;
    height: 20px;
}
.description-show-more.hidden{display: none !important;}

.section_whychooseus{
    width: 100%;
    float: left;
    display: block;
    margin: 60px auto;
}
.section_whychooseus .container{max-width: 900px;}
.why_list{display: flex;justify-content: space-between;}
.why_title{font-size: 36px;text-align: center;margin-bottom: 40px;font-weight: 600;}
.why_list .item{text-align: center; width: 48%;}
.why_list img{width: 48px !important; height: 48px !important;}
.why_list .why_sub_title{font-size: 22px;text-align: center;margin: 20px 0;font-weight: 600;line-height: 28px;}
.why_list .why_sub_desc{font-size: 17px;line-height: 26px;text-align: center;}

.box-product-banner{position: relative;}
.box-breadcrumb .title {
    text-align: center;
    color: #fff !important;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    font-family: 'Arima Madurai' !important;
    font-size: 50px !important;
    line-height: 60px;
    font-weight: 600;
}
.box-breadcrumb .title:after{display: none;}

.box-breadcrumb {position: absolute;left: 0;top: 0;height: 120px;text-align: center;width: auto;display: block;right: 0;bottom: 0;margin: auto auto;}
.at-expanding-share-button[data-position=bottom-right]{display: none !important;}
.down-arrow{display: none !important;}

.navigation--sticky.header .logo h2{margin-top:0px !important;}
.logo_mobile h2{margin-top:0px !important;}

.btnFilter, .btnFilterClose{display: none !important;}
.box-filter{display: inline-block !important;}
.the_content_wrapper{margin: 0 !important;}
.btnFilter{
    z-index: 9999;
}
@media screen and (max-width: 767px){
    .hoayeuthuong_product_item .row,
    .row-product .row,
    .related.products .row,
    .category_product_main  .row{margin-left:-5px; margin-right:-5px;}
    .hoayeuthuong_product_item .row > div,
    .category_product_main  .row > div,
    .related.products .row > div,
    .row-product .row > div {padding-left:5px; padding-right:5px;}
   body  .category_product_main .row1 > div{
        padding-left: 0;
        padding-right: 0;
    }

    .hoayeuthuong_product_item_hover .quickview {display: none !important;}

    .description-show-more {
        width: 100%;
        text-align: center;
        display: block;
    }

    .short-desc.max-height{max-height: 1500px;}

    .box-breadcrumb {
        height: 60px;
    }
    .box-breadcrumb .title {
        font-size: 35px !important;
        line-height: 30px;
        margin-bottom: 0;
    }
    .woocommerce-breadcrumb a{font-size: 13px;}

    .why_title{line-height: 45px !important;}

    .row-product{}
    .row-product .col-xs-6{}
    .hoayeuthuong_product_item_box, .hoayeuthuong_product_item_box{
        padding: 0 !important;
    }

    .row-product .col-xs-6:nth-child(2n+1){clear: left !important;}

    .down-arrow {
        display: block !important;
        background-image: url(images/down-arrow.svg);
        background-repeat: no-repeat;
        background-size: 40px 40px;
        background-position: center center;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 3;
        bottom: 15px;
        -webkit-animation: small-bounce 1.2s infinite;
        animation: small-bounce 1.2s infinite;
        cursor: pointer;
    }
    .down-arrow a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box-product-banner .banner-slide .item img{height: 200px !important; object-fit: cover;}

    .shop-filters .box_select {
        display: inline-block;
        margin-left: 0 !important;
        width: calc(50% - 10px);
    }
    .filter_price_box {
        width: calc(50% - 10px);
        display: inline-block;
        position: relative;
        padding: 2px 10px;
        border: 1px solid #eee;
        margin-left: 15px;
    }
    .shop-filters .woocommerce-ordering{margin-top: 10px;}
    .shop-filters .box_select span.box_select_title{display: none !important;}
    .shop-filters .box_select .select{width: 100%;max-width: 100%;font-size: 15px;}
    .shop-filters .box_select .select .placeholder{padding: 5px 5px;}
    .shop-filters .select ul li{padding: 3px 5px;font-size: 14px;}
    .shop-filters{padding: 15px 0 !important; position: relative;}
    .woocommerce .woocommerce-ordering select{margin-right: 0 !important;width: 193px;font-size: 14px;margin-top: 20px !important;background: transparent;-webkit-appearance: auto;padding: 5px 5px;font-size: 14px;}

    .filter-attribute-container{width: 100% !important;left: 0;right: 0;top: 44px;}
    #Subheader .title {
        line-height: 43px !important;
    }

    .container{max-width: 100%!important; width: 100% !important;}
    .title .h222{line-height: 32px;}

    .box-filter {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background: #000000c7;
        z-index: 9999999;
        color: #fff;
        padding: 10px;
        padding-top: 50px;
    }
    .btnFilterClose{
        background: none !important;
        padding: 5px;
        color: #fff !important;
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 30px;
        cursor: pointer;
    }
    .box-filter *{color: #fff;}

    .btnFilter,.btnFilterClose,.box-filter.show{display: block !important;}
    .box-filter{display: none !important;}

    .shop-filters .box_select,.filter_price_box{width: 100% !important; margin: 0 !important;}
    .shop-filters .box_select{margin-bottom: 20px !important;}

    .filter_price_box .list-group-item{background: #fff;}
    .filter_price_box .list-group-item *{color: #333; font-size: 12px;}
    .slider-values input{max-width: 60px !important;}
    .slider-values{display: flex !important;}

    .shop-filters{position: relative;}
    .btnFilter{position: absolute;bottom: 6px;left: 0;width: 78px;height: 40px;font-size: 14px; z-index:99999; }

    .container{margin: 0; max-width: 100% !important; width: 100% !important; padding-left: 10px !important; padding-right: 10px !important;}

    .hoayeuthuong_product_description p {
        font-size: 18px;
        line-height: 30px;
    }

    .hoayeuthuong_product_description{padding-left: 10px; padding-right: 10px;}

    .box_footer .h33 {
        font-weight: 500;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }

    .hoayeuthuong_product_item_box:hover .hoayeuthuong_product_item_image img{opacity: 1 !important;}
    .hoayeuthuong_product_item_box:hover .hoayeuthuong_product_item_hover{opacity: 0 !important; display: none !important;}

    .form-mail .gform_body{
        width: calc(100% - 115px) !important;
        margin-right: 10px!important;
    }
    .form-mail .gform_footer {
        width: 100px !important;
    }

    .box-blog-new-one{margin-bottom: 30px !important;}
    .post-header .title_wrapper{padding-left: 0 !important;}
}

.nav_thumnail{
    width: 100%;
    display: block;
    clear: both;
    margin-top: 6px;
    position: relative;
    left:-5px;
}
.one-product__slider_navigation .item {
    margin:0 ;
}
.one-product__slider{
    width: 100%;
    display: block;
    clear: both;
}
.nav_thumnail .slick-arrow {
    position: absolute;
    top: 34px;
    z-index: 999;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    /* padding: 5px; */
    font-weight: 500;
    font-size: 17px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 29px;
}
.nav_thumnail .fa-arrow-left,
.nav_thumnail .fa-chevron-left{
    left: 15px;

}
.nav_thumnail .fa-arrow-right,
.nav_thumnail .fa-chevron-right{
    right: 15px;
}
.one-product__slider_navigation .item{
    margin: 0px 3px;
}


.single-post .the_content_wrapper h3,
.single-post .the_content_wrapper h4,
.single-post .the_content_wrapper h5,
.single-post .the_content_wrapper h1,
.single-post .the_content_wrapper h2{
  font-weight: 600;
  color: #1c6393;

}

@media (min-width: 12811px) {
  
    .hoayeuthuong_product_item_title h3 {
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .category_product_main .product_category_title{
        background-repeat: no-repeat;
    } 
}
