

html{
  margin:0px !important;
  padding:0px !important;
  overflow-x: hidden;
}

ul{
  padding:0px;
  margin:0px;
  list-style:none;
}


a, a:hover{
  text-decoration: none !important;
}
a:hover{
  color:#e56854;
}
:hover,:focus{
  outline: none !important;
}


body{
 font-style: normal;
 font-weight: 400;
 font-size: 14px;
 letter-spacing: 0em;
 color: #333333;
 position: relative;
font-family: "Lora", serif;
 overflow-x: hidden;
}
.container{
  max-width: 1230px;
  margin:0px auto;
  width: 100%;
}
.single br , p:empty{
  display: none !important;
}
img{
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.thumbnail{
  overflow: hidden;
  padding: 0px;
  border: none;
  background: none;
  border-radius: 0px;
  margin:0px;
  position: relative;
}

[class*="col-"]{
  padding:0px 10px;
}
.row{
  margin:0px -10px;
}
input:focus::-webkit-input-placeholder , textarea:focus::-webkit-input-placeholder { color:transparent; }

/* CSS CODEX */

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* POPUP */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgb(3 3 3 / 70%);
  font-size: 15px;
  display: none;
  overflow: auto;
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.popup .content_popup {
  position: relative;
  margin: 60px auto 0px auto;
  z-index: 9;
  width: 80%;
  text-align: center;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  max-width: 300px;
  background: #fff;
  padding: 0px 0px 0px 0px;
  max-width: 650px;
  width: 100%;
  border-radius: 5px;
  animation-name: animatetop;
  animation-duration: 0.4s;
  padding: 30px;
}

.popup .close_popup i.fa {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  padding: 7px 15px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  clear: both;
  position: absolute;
  top: -17px;
  right: 0px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #55ac45;
  border-radius: 50%;
  line-height: 29px;
  }

.popup .form-control {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.popup .form-group {
  margin: 15px 0px 0px 0px;
}

.popup button[type*="submit"] {
  color: #fff;
  background-color: #d9534f;
  border: none;
  border-radius: 20px;
  padding: 13px 30px;
  font-size: 16px;
  margin: 20px 0px 0px 0px;
  cursor: pointer;
}

.popup button[type*="submit"]:hover {
  background: #1eaab8;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* MENU MOBILE*/
.icon_mobile_click {
  margin: 0px;
  cursor: pointer;
  z-index: 99;
  display: none;
  position: relative;
  top: 32px;
  right: 10px;
  cursor: pointer;
  max-width: 40px;
}
.icon_mobile_click i.fa{
 font-size: 30px;
 color: #4b4949;
}
.home .icon_mobile_click i.fa{
  color: #fff;
}
.top_header.fixed_header .icon_mobile_click i.fa{
  color: #4b4949;
}
#page_wrapper{
  transition: all 0.3s;
}
#menu_mobile_full{
  position: fixed;
  top: 70px;
  bottom: 0;
  width: 190px;
  left: -260px;
  background-size: cover;
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  z-index: 9999999;
  overflow:
  auto;
  background: rgb(255 253 253 / 90%);
}

.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}
.bg_opacity{
  position: fixed;
  width: 100%;
  background: rgb(255 255 255 / 30%);
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}

.menu_hidden{
  z-index: -1;
  left: -260px;
}
.menu_show{
  z-index: 9999999;
}
#menu_mobile_full .close_menu {
  padding: 10px;
  font-size: 20px;
  text-align: right;
  color: #fff;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  background: none;
  display: none;
  cursor: pointer;
  top: 0px;
  z-index: 999;
}
#menu_mobile_full .mobile-menu {
  margin: 0px 0px 0px 0px;
}

#menu_mobile_full ul li{
  width: 100%;
  display: block;
}
#menu_mobile_full .menu>li.active {
  padding:15px 0px 10px 10px;
}
#menu_mobile_full ul li{
  position: relative;
  padding: 15px 0px 15px 10px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
  font-weight: 500;
  
}
#menu_mobile_full ul li a{
  color: #000000;
  text-transform: uppercase;
}

#menu_mobile_full ul li a:hover{
  text-decoration: none;
  background:none;
}
#menu_mobile_full li span{
  margin:0px 0px 0px 10px;
}
#menu_mobile_full .sub-menu{
 display: none;
 padding: 0px 0px 0px 0px;
 border-top: 1px solid #d5d5d5;
 margin: 10px 0px 0px 0px;
}
#menu_mobile_full .sub-menu li{
  padding:15px 0px 15px 15px;
}
#menu_mobile_full .sub-menu  li:last-child{
  border-bottom: none;
  padding:15px 0px 0px 15px;
}
#menu_mobile_full .sub-menu li a{
  font-size: 12px;
  text-transform: none;
}
.editBefore_mobile::before {
  content: "\f106" !important;
  font: normal normal normal 14px/1 FontAwesome;
}
#menu_mobile_full li.menu-item-has-children::before{
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 10px;
  top: 18px;
  color: #000000;
  font-size: 10px;
}
#menu_mobile_full .menu>li.not-have-child{
  padding:0px;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child{
  padding:0px;
  display: table;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child>a{
  padding:10px 0px 10px 15px;
  display: table;
  width: 100%;
} 
#menu_mobile_full .menu li ul.sub-menu li.not-have-child:last-child>a{
  padding:10px 0px 0px 15px;
}

#menu_mobile_full .menu>li.not-have-child>a{
  display: block;
  padding:15px 0px 15px 10px;
}
  #menu_mobile_full .sub-menu li{
    padding:10px 0px 10px 15px;
  }
  #menu_mobile_full .sub-menu li:last-child{
    padding:10px 0px 0px 15px;
  }
/* END MENU MOBILE*/

/* woocomerce */
.woocommerce-Price-currencySymbol{
}
span.woocommerce-Price-amount{
  display: inline-block;
}

.loop_post_category_idx .row , .archive .list_products_archive{
  margin: 0px -5px;
}

.list_products>.list_item_product:nth-child(5){
  clear: both;
}


.list_item_product .product_inner .tg_btn_acts{
  position: absolute;
  top: initial;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  transform: none;
  z-index: 3;
  max-width: 100%;
  bottom: -12px;
  text-align: center;
  display: table;
} 

.top_header{
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  padding: 10px 0px;
  box-shadow: 0px 0px 14px #b1b1b1;
  transition: all 0.3s;
}

.home .top_header {
  background: rgba(0,0,0,0.3);
}

.home .top_header{
  box-shadow: none;
}

.top_header .container{
  display: flex;
  align-items: center;
}
.top_header.fixed_header{
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 0px 14px #b1b1b1;
}

.home .top_header{
  position: fixed;
}

.top_header.fixed_header .logo_site>figure:nth-child(1){
  display: none;
}

.top_header.fixed_header .logo_site>figure:nth-child(2){
  display: block;
}

.top_header.fixed_header .nav_primary ul li a{
  color: #4b4949;
}

.top_header.fixed_header .nav_primary ul li a:hover{
  color: #4b4949 !important;
}

.top_header.fixed_header .g_cart i.fa-shopping-cart {
  color: #55ac45;
}

.home .top_header.fixed_header .search_r_hd i.fa{
  color: #4b4949;
}

.search_r_hd{
  cursor: pointer;
}

.product_inner a.detail_pd{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.loop_post_category_idx>.item_loop_post_category_idx{
  display: table;
  width: 70%;
}
.loop_post_category_idx>.item_loop_post_category_idx:nth-child(1){
  width: 70%;
  float: left;
}
.loop_post_category_idx>.item_loop_post_category_idx:nth-child(2) {
  width: 30%;
  float: left;
}
.loop_post_category_idx>.item_loop_post_category_idx:nth-child(3) {
  width: 70%;
  float: right;
}
.loop_post_category_idx>.item_loop_post_category_idx:nth-child(4) {
  width: 30%;
  float: left;
}
.loop_post_category_idx>.item_loop_post_category_idx:nth-child(5) , .loop_post_category_idx>.item_loop_post_category_idx:nth-child(6)  {
  width: 50%;
  float: left;
}
.loop_post_category_idx>.item_loop_post_category_idx:nth-child(7) {
  width: 30%;
  float: right;
}
.loop_post_category_idx>.item_loop_post_category_idx:nth-child(8) {
  width: 70%;
  float: left;
}
.loop_post_category_idx>.item_loop_post_category_idx:nth-child(9) {
  width: 70%;
  float: right;
}
.loop_post_category_idx>.item_loop_post_category_idx:nth-child(10) {
  width: 30%;
  float: left;
}
.loop_post_category_idx>.item_loop_post_category_idx:nth-child(11) , .loop_post_category_idx>.item_loop_post_category_idx:nth-child(12)  {
  width: 50%;
  float: left;
}

.loop_post_category_idx{
  display: table;
  width: 100%;
  padding: 0px 15px 0px 0px;
}

.loop_post_category_idx>.item_loop_post_category_idx figure {
  height: 400px;
}
.loop_post_category_idx>.item_loop_post_category_idx figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loop_post_category_idx>.item_loop_post_category_idx h3{
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.loop_post_category_idx>.item_loop_post_category_idx h3 a{
  background: #fff;
  padding: 10px 20px;
  color: #000;
  display: inline-block;
}
.item_loop_post_category_idx .parent_catgories_idx{
  border-bottom: none;
  text-align:center;
  float: left;
  padding: 10px 10px 10px 15px;
}
.item_loop_post_category_idx .parent_catgories_idx a{
  text-transform: uppercase;
  color: #ffff;
  font-weight: 500;
  font-size: 19px;
  display: inline-block;
}

.item_loop_post_category_idx .sub_product_category {
  text-align:center;
  background: none;
  padding: 11px 0;
  float: right;
}
.item_loop_post_category_idx .sub_product_category li{
  display:inline-block;
}
.item_loop_post_category_idx .sub_product_category li a{
  color: #ffff;
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  margin: 0px 10px;
}
.item_loop_post_category_idx .sub_product_category li a:hover{
  color: #fdfdfd;
}
.top_menu_list_product{
  display: table;
  width: 100%;
  margin: 0px 0px 0px 0px;
  background: #8c1b15;
}
/* end include*/

.nav_primary ul.menu>li {
  position: relative;
  margin: 0px 20px 0px 20px;
}
.nav_primary ul.menu{
  display: flex;
}
.nav_primary .menu>li.menu-item-has-children::before{
  content: "\f107" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  position: absolute;
  right: -12px;
  top: 5px;
  color: #000;
  font-size: 11px !important;
}

.home .nav_primary .menu>li.menu-item-has-children::before {
  color: #fff;
}
.top_header.fixed_header .nav_primary .menu>li.menu-item-has-children::before {
  color: #4b4949;
}
.nav_primary ul li a{
  display: inline-block;
  color: #4b4949;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
}
.home .nav_primary ul li a{
  color: #fff;
}
.nav_primary ul.menu>li>a::before{
      content: "";
      position: absolute;
      z-index: 1;
      left: 0;
      right: 100%;
      bottom: -6px;
      background: #4b4949;
      height: 2px;
      -webkit-transition-property: right;
      transition-property: right;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
}
.home .nav_primary ul.menu>li>a::before{
      background: #fff;
}
.top_header.fixed_header .nav_primary ul li a:hover::before{
  background: #4b4949;
}
.nav_primary ul.menu>li>a:hover:before {
    right: 0;
}
.nav_primary ul>li>ul.sub-menu{
  position: absolute;
  width: 215px;
  background: #fff;
  border-top: 1px solid #e1d8d8;
  top: 50px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.nav_primary ul>li>ul.sub-menu::before{
  width: 100%;
  content:"";
  position: absolute;
  height: 10px;
  top:-10px;
}
.nav_primary ul>li:hover>ul.sub-menu{
  top: 34px;
  visibility: visible;
  opacity: 1;
}
.nav_primary ul>li>ul.sub-menu>li>a{
  font-size: 13px;
  text-transform: none;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  color: #000;
}

.nav_primary ul>li>ul.sub-menu>li:last-child>a{
  border-bottom: none;
}
.nav_primary ul>li>ul.sub-menu>li{
  float:none;
}
.nav_primary ul>li>ul.sub-menu>li.menu-item-has-children::before{
  content: "\f105" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -6px 0px 0px 0px;
  color: #000;
  font-size: 11px !important;
}
.nav_primary ul>li>ul.sub-menu>li>a:hover{background: #ededed;}
.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu{
  position: absolute;
  left: 110%;
  top: -1px;
  transition: all 0.3s;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu>li>a{
  border-bottom: 1px solid #ccc;
}
.nav_primary ul>li>ul.sub-menu>li:hover ul.sub-menu{
  left: 100%;
}
.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
 position: absolute;
 left: 110%;
 top: -1px;
 transition: all 0.3s;
 background: #3a0606;
}
.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu{
  left: 100%;
}
article.post{
  clear:both;
}

.list_post_item  .thumbnail{
  max-width: 300px;
  width: 100%;
  margin: 0px 30px 0px 0px;
  float: left;
  height: 180px;
  background-repeat: no-repeat !important;
  background-size: cover  !important;
  background-position: center center !important;
  overflow: hidden;
}

.list_post_item  .thumbnail a{
  display: block;
  height: 100%;
}

.nav_primary ul li a:hover{
  color: #000;
}

.home .nav_primary ul.menu>li>a:hover{color: #fff;}

#content{
  clear: both;
}
.scrolltop {
  bottom: 20px;
  position: fixed;
  right: -40px;
  transition: all 0.3s;
  z-index: 500;
  cursor: pointer;
  max-width: 40px;
  left: initial;
}
.scrolltop i.fa{
 width: 30px;
 height: 30px;
 border-radius: 50%;
 background: #55ac45;
 color: #fff;
 text-align: center;
 line-height: 30px;
 font-size: 20px;
}
.scrolltop i.fa:hover{
  background: #8c1b15;
}
.go_scrolltop{
  right: 20px;
}
/* CSS HEADER */
.logo_site{
  max-width: 220px;
  margin: 10px 0px;
}
.logo_site img{
  max-width: 100%;
  height:auto;
}
.nav_primary{margin: 0px 20px 0px auto;}
.search_header{
 margin: 30px 0px 20px 20px;
 float:right;
}

.search_address{
  float:right;
  margin: 0px 0px 0px 0px;
}


.fixedheader .logo_site{
  max-width: 60px;
}
.fixedheader .nav_primary {
  margin: 0px 0px 0px 10px;
}
.fixedheader .search_header{
  margin:12px 0px 0px 0px;
}
.address_header{
  float: none;
  margin: 0px auto;
  padding: 10px 0px;
  background: #000000;
  text-align: center;
}
.address_header .textwidget{
  float:right;
}
.address_header p a{
  color: #ff0000;
  font-weight: 500;
  font-size: 15px;
}
.address_header p{
  margin: 0px;
  line-height: 25px;
  color: #fff;
}
.address_header i.fa{
 display: inline-block;
 width: 25px;
 height: 25px;
 border-radius: 50%;
 border: 1px solid #ff0000;
 text-align: center;
 line-height: 23px;
 font-size: 15px;
 position: relative;
 margin: 0px 7px 0px 0px;
 top: 1px;
 color: #ff0000;
}
.middle_header{
  background: #000000;
  padding: 0px 0px;
  border-top: none;
  border-bottom: none;
  /* max-width: 1200px; */
  display: table;
  margin: 0px auto 0px auto;
  /* top: -30px; */
  z-index: 99;
  /* border: 1px solid #ff7b97; */
}
.header{
  background: #fff;
  position: relative;
  z-index: 99;
}

.search{
  position: relative;
  min-width: 450px;
}
.search button{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #000000;
  border: none;
  padding: 11px 25px;
  border-radius: 0px 3px 3px 0px;
}
.search button i.fa{
  color: #fff;
  font-size: 20px;
}
.search input[type="text"]{
 width: 100%;
 padding: 10px 60px 10px 10px;
 border-radius: 0px;
 border: 2px solid #d5d5d5;
}
.after_login_mb{
  float: right;
  margin: 0px !important;
  font-weight: 500;
  color: #fff;
  background: #a52626;
  padding: 5px 15px;
  border-radius: 5px 0px 0px 5px;
}
.after_login_mb+span.icon_mobile_click{
  /* top: 95px; */
}
.after_login{
  margin: 5px 0px 0px 20px;
  font-weight: 500;
  color: #fff;
  float: right;
}
.after_login a{
  color: #fff;
  position: relative;
  cursor: pointer;
}
.after_login a:nth-child(1){
  margin:0px 3px 0px 0px;
}
.after_login a:nth-child(2){
  margin:0px 0px 0px 3px;
}
.after_login a:hover{
  text-decoration: underline !important;
}
.after_login label{
  font-weight: normal;
}

.tg_user{
  position: relative;
  float: right;
  margin: 0px 0px 0px 15px;
}
.tg_user i.fa{
  font-size: 25px;
  color: #fff;
}
.user_logged_in{
  display: none;
}
.tg_user .tg-sub-menu{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 160px;
  top: 60px;
  transition: all 0.5s;
  z-index: 999;
  background: #fff;
  left: -72px;
  border: 2px solid #a52626;
  border-radius: 5px;
  /* border-top: 5px solid #fff; */
  padding: 10px 5px;
}
.tg_user .tg-sub-menu p{
  text-align: center;
  margin:0px;
}
.tg_user .tg-sub-menu p a{
  font-weight: 500;
  color: #000;
}
.tg_user .tg-sub-menu p a:hover{
  color:#ff0000;
}
.tg_user:hover .tg-sub-menu {
  top: 38px;
  visibility: visible;
  opacity: 1;
}
.tg_user .tg-sub-menu::before {
 content: '';
 position: absolute;
 background: #fff;
 transform: translateX(-53%) rotate(-135deg);
 z-index: 2;
 width: 15px;
 height: 16px;
 border: 2px solid #a52626;
 border-width: 0 2px 2px 0;
 border-top-left-radius: 100%;
 /* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4); */
 left: 50%;
 top: -9px;
}
.tg_user .tg-sub-menu::after {
  width: 100%;
  height: 10px;
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
}
.tg_commit{
  margin: 20px 0px;
}
.tg_commit ul li{
  text-align: center;
  height: 70px;
}
.tg_commit ul li i.fa{
  font-size: 43px;
  color: #333030;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tg_commit ul li figure{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 65px;
  z-index: 1;
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tg_commit ul li .wrap_commit{
  position: relative;
  padding: 0px 0px 0px 60px;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tg_commit ul li .textwidget{
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  text-align: left;
}
.tg_commit ul li .textwidget p{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin: 0px 0px 3px 0px;
}
.tg_commit ul li .textwidget span{
  color: #808080;
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
}


/* END CSS HEADER */

/* META SLIDER */
.flexslider{
  border-radius: 0px !important;
}
.flex-control-paging li a{
  background:#fff !important;
}
.flex-control-paging li a.flex-active {
    background: #f84e71 !important;
}
.banner_idx .metaslider .flexslider .flex-direction-nav li{
 margin: -20px 0px 0px 0px;
 display: block;
 position: absolute;
 top: 50%;
 z-index: 0;
 cursor: pointer;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.banner_idx .metaslider .flexslider .flex-direction-nav li.flex-nav-prev {
  left: 5px;
}
.banner_idx .metaslider .flexslider .flex-direction-nav li.flex-nav-next{
  right: 5px;
}
.banner_idx .metaslider .flexslider .flex-direction-nav li.flex-nav-prev a::before{
 position: absolute;
 content:"\f104" !important;
 font:normal normal normal 14px/1 FontAwesome !important;
 color: #8a8686;
 display: block !important;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
 z-index: 2;
 font-size: 20px !important;
}
.banner_idx .metaslider .flexslider .flex-direction-nav li.flex-nav-next a::before{
 position: absolute !important;
 content:"\f105" !important;
 font:normal normal normal 14px/1 FontAwesome !important;
 color: #8a8686;
 display: block !important;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
 z-index: 20;
 font-size: 20px !important;
 /* width: 10px; */
}

.banner_idx .metaslider .flexslider .flex-direction-nav li a{
  background-image: none;
  width: 40px;
  height: 40px;
  z-index: 9;
  background: rgba(255, 255, 255, 0.7);
  /* opacity: 0; */
  border-radius: 50%;
  margin: -10px 0px 0px 0px;
  text-indent: initial !important;
}
.metaslider .flexslider:hover .flex-prev{
  left: 0px !important;
}
.metaslider .flexslider:hover .flex-next{
  right: 0px !important;
}
.metaslider.nav-hidden .flexslider{
  overflow-x: hidden;
}

/* END META SLIDER */

.box_note_right{
  padding:10px;
  border:1px solid #000;
  background:#ccc;
}
span.parent-link{
  float: left;
  border-right: 1px solid #ccc;
  font-size: 20px;
  font-weight: 500;
  padding: 3px 10px 3px 0px;
}
.short_nav{
 display: table;
 width: 100%;
}
.short_nav ul li{
  float:left;
  padding:5px 10px;

}
.short_nav ul li a{
  font-size: 18px;
  color: #36a3e4;
}
.pw .thumbnail a::before{
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 1;
     /* background: rgba(67,69,113,0); */
     -webkit-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
}
.pw .thumbnail a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(67,69,113,0); */
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.pw:hover .thumbnail a::before {
 right: 50%;
 left: 50%;
 width: 0;
 /* background: rgba(255,255,255,0.3); */
}
.pw:hover .thumbnail a::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    /* background: rgba(255,255,255,0.3); */
}
.list_post_content .list_post_item:first-child{
  padding:0px 0px 20px 0px;
}
.list_post_content .list_post_item:last-child{
  border-bottom: none;
}


.post_wrapper_content{
  display: table;
}


.pw:hover h2 a , .widget_area a:hover{
  color:#e56854 !important;
}

h2.post_title a{
 font-size: 20px;
 color: #000;
 line-height: 27px;
 display: inline-block;
 font-weight: 500;
}
h2.post_title a:hover{
  color:#e56854;
}
h2.post_title {
  margin:0px 0px 10px 0px;
}
.excerpt p{
  font-size: 13px;
}
.list_post_item{
  display: table;
  border-bottom: 1px dashed #e6e6e6;
  padding: 25px 0px;
  width: 100%;
}
.list_post_item:last-child{
  border-bottom: none;
}
li.widget{
  display: block !important;
}
.home .g_content{
  margin: 40px 0px 0px 0px !important;
}


.readmore{
  padding: 7px 25px;
  background: #fff;
  border-radius: 3px;
  color: #8c1b15;
  font-weight: 500;
  display: table;
  position: relative;
  border: 1px solid #8c1b15;
}
.readmore:focus{
  color:#8c1b15;
}
.readmore i.fa{
  transition: all 0.3s linear;
  position: absolute;
  right: 14px;
  top:10px;
}
.readmore:hover{
  color:#8c1b15;
}
.readmore:hover i.fa{
  right: 2px;
}


/* sidebar  */
.sidebar h3.widget-title{
  font-size: 17px;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  background: #a52626;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 25px;
}
.sidebar table{
  width: 100%;
}
.sidebar table tr, .sidebar table td , .sidebar table th{
  border:1px solid #000;
  text-align: center;
}
.sidebar table td , .sidebar table th{
  padding:5px 0px;
}
.sidebar iframe{
  max-width: 100% !important
}
.sidebar img{
  width: 100%;
  height:auto;
}

.fb-like{
  display: none !important;
}
.sidebar [id*="recent-posts"] ul li{
  padding: 0px 0px 10px 15px;
  position: relative;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px dashed #e6e6e6;
}
.sidebar [id*="recent-posts"] ul li a{
  color:#000;
}
.sidebar [id*="recent-posts"] ul{
  padding:0px 10px;
}
.sidebar [id*="recent-posts"] ul li:last-child{
  border-bottom: none;
  padding:0px 0px 0px 15px;
}
.sidebar [id*="recent-posts"] ul li::before{
  position: absolute;
  left: 0px;
  content:"";
  width: 5px;
  top:10px;
  height: 5px;
  border-radius: 50%;
  background:#8c1b15;
}
.sidebar .widget_area{
  border:1px solid #e6e6e6;
  border-top:none;
  margin:0px 0px 25px 0px;
}
.sidebar .widget_black_studio_tinymce {
  border:none;
}
[id*="woocommerce_products-"] .product_list_widget li img{
  float: left !important;
  max-width: 74px ;
  width: 100% !important;
  height: auto;
  border: 1px solid #e6e6e6;
  margin: 0px 8px 0px 5px;
}
[id*="woocommerce_products-"]  .product-title{
  margin: 0px 0px 6px 0px;
  display: table;
  color: #65635f;
  font-weight: normal;
}
[id*="woocommerce_products-"] .live-colst{
  float:left;
}
[id*="woocommerce_products-"] .live-colst .amount{
  color:#f54008;
}
[id*="woocommerce_products-"] .old-colt{
  float:right;
}
[id*="woocommerce_products-"] .old-colt .amount{
  font-size: 11px;
  color: #ccc;
  text-decoration: line-through;
}
[id*="woocommerce_products-"] ul.product_list_widget li{
 padding: 10px 5px;
 border-bottom: 1px dotted #e6e6e6;
}
/* sidebar  */

#gallery-1 .gallery-item{
  margin: 0px !important;
  padding: 3px;
}
#gallery-1 img{
  border: none;
  max-width: 110px;
  height: auto;

}

/* BREADCRUMB */ 
.bg_breadcrumb{
  padding: 100px 0px;
  margin: 0px 0px 40px 0px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url(../images/bg_single_pd.jpg) center center;
  /* border-bottom: 5px solid #e6e6e6; */
}
.bg_breadcrumb::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bg_breadcrumb .container{
  position: relative;
}
.breadcrumb{
  display: table;
  border-radius: 10px;
  background: none;
  padding: 0px;
}

.breadcrumb li {
  display: inline;
  line-height: 23px;
  color: #000;
}
.breadcrumb ul li a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}
.breadcrumb ul li:after {
  content: "\f105";
  margin: 0px 7px 0px 10px;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
  top: 0px;
  color: #625959;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb h1 , .breadcrumb h2 {
  color: #090909;
  margin: 0px 0px 10px 0px;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 42px;
  font-weight:600;
}
.single-product  span.onsale{
  width: 45px;
  height: 45px;
  line-height: 40px !important;
  top: 10px !important;
  left: 10px !important;
}
/* END BREADCRUMB */ 



.single_post_info h2{
 color: #5a5cb7;
 margin: 0px 0px 20px 0px;
}
.single_post_info h2 a{
 font-size: 22px;
 line-height: 32px;
 color: #a52626;
 display: inline-block;
}
img.size-full{
  max-width: 100%;
}

.fb_iframe_widget, .fb_iframe_widget>span,  .fb_iframe_widget iframe{
  width: 100% !important;
  position: relative !important;
  max-width: 100%;
}
ul.list_categories{
  border-bottom: 1px solid #a52626;
}
ul.list_categories li{
  display: inline-block;
  padding:10px;
  text-transform: uppercase;
  font-weight: 500;
}
ul.list_categories li.parent_cat{
  padding: 10px 20px;
  color: #fff;
  background: #a52626;
}
ul.list_categories li.parent_cat a{
  color:#fff;
  font-size: 15px;
}
ul.list_categories li.parent_cat>a:not(:first-child){
  font-size: 13px;
  text-transform: none;
  position: relative;
  padding:0px 0px 0px 20px;
}
ul.list_categories li.parent_cat>a:not(:first-child)::before{
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 0px;
}

/* SINGLE POST */
.single-post .g_content , .page-template .g_content{
  margin:0px;
}
.single-post  .content_single_post p , .page-template  .g_content_left p , .single-post  .content_single_post li , .page-template  .g_content_left li {
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.single-post  .content_single_post .text_content img{
  display: table;
  margin:10px auto;
}
.content_single_post .text_content{
  font-size: 15px;
  line-height: 22px;
}
.content_single_post .text_content h4{
  line-height: 23px;
  font-size: 17px;
}
.heateor_sss_horizontal_sharing{
  margin:20px 0px;
}
.title_archives{
  margin:0px;
  font-size: 20px;
}
.title_archives strong{
  color:#8c1b15;
}
.title_archives+ul.list_categories{
  display: none;
}
/* END SINGLE POST */


/* related posts */
.related_posts h2{
  margin: 0px 0px 20px 0px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0px 0px 0px 15px;
  border-left: 4px solid #8c1b15;
}
.related_posts{
  margin:30px 0px 0px 0px;
}

.related_posts ul li .thumbnail {
  height: 170px;
  position: relative;
}
.related_posts ul li .thumbnail img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related_posts ul li h4{
  margin:10px 0px 0px 0px;
}
.related_posts ul li:nth-child(3n+1){
  clear: both;
}
.related_posts ul li h4 a{
 color: #000;
 font-weight: 500;
 display: inline-block;
 font-size: 14px;
 line-height: 21px;
}
.related_posts ul li{
 margin:0px 0px 30px 0px;
}
.related_posts ul li:hover a{
  color:#8c1b15;
}
/* end related posts */

/* END SINGLE POST */



/* SLICK SLIDE */
.slick-slide img{
  display: table;
  margin:0px auto;
}
.slick-dots li button{
  font-size: 0px;
  line-height: 0px;
  display: block;
  width: 13px;
  height: 13px;
  padding:5px;
  cursor: pointer;
  border-radius: 50%;
  background:#fff;
  content:"" !important;
}
.slick-prev:before {
  content: "\f104" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 22px !important;
  background: #333333;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px !important;
  color: #fff !important;
  /* padding: 23px 0px; */
  border-radius: 20px;
}
.slick-next:before {
 content: "\f105" !important;
 font: normal normal normal 14px/1 FontAwesome !important;
 font-size: 22px !important;
 background: #333333;
 width: 28px;
 height: 28px;
 display: inline-block;
 line-height: 28px !important;
 color: #fff !important;
 padding: 0px 0px;
 border-radius: 20px;
 text-align: center;
}
.slick-prev {
  left: -40px !important;
}
.slick-next {
  right: -40px !important;
}
.slick-prev:hover::before, .slick-next:hover::before{
  background: #ff9d00  !important;
  color: #fff !important;
}
.slick-prev, .slick-next{
  top:50% !important;
  margin-top:-50px;
  width: 35px !important;
  height: 35px !important;
  margin: -17px 0px 0px 0px;
}
.slick-dots li{
  padding: 0px !important;
  width: initial !important;
  height: initial !important;
}   
.slick-dots li button::before{
  content:"" !important;
}
.slick-dots li.slick-active button{
  background:#d62825 !important;
}
.slick-dots{
  bottom: 20px;
}
.slick-dots li button{
  width: 8px;
  height: 8px;
  padding: 0px;
  background: #ccc;
}
.slick-dots li.slick-active button{
  background:#ff9e00 !important;
}

/* --SLICK SLIDE-- */


/* SEARCH PAGE*/
body.search-results .title_header {
  font-size: 20px;
}
body.search-results .title_header strong{
  color:#8c1b15;
}

/* STICKY NAVBAR */
.sticky {
  position: relative;
  top: 0;
  width: 100%;
  transition: 0.5s;
}

.fixed_menu {
  position: fixed;
  z-index: 9999;
  box-shadow: 3px 5px 10px #adabab;
  top: 0px;
  left: 0px;
  right: 0px;
  max-width: 100%;
  border-radius: 0px;
}
.fixed_menu .nav_primary ul li a{
  padding: 13px 15px 12x 15px;
  font-size: 12px;
}
.fixed_menu .search_header{
  margin:3px 0px 0px 0px;
}



/* CART */
.cart_login{display: flex;margin: 0px 0px 0px auto;}

.cart_login .search_r_hd i.fa{
  color: #4b4949;
  font-size: 27px;
}

.home .cart_login .search_r_hd i.fa {
  color: #fff;
}

.g_cart{
 position: relative;
 margin: 0px 16px 0px 0px;
animation: float 2s ease-in-out infinite;
}
.home .g_cart{
  display: none;
}
.g_cart.tg_show{
  display: block;
}
.g_cart .header-quickcart{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 250px;
  top: 60px;
  transition: all 0.5s;
  z-index: 999;
  background: #fff;
  left: -112px;
  border: 2px solid #dfcfd2;
  border-radius: 5px;
  /* border-top: 5px solid #fff; */
  padding: 10px 5px;
}
.g_cart .header-quickcart::before{
  content: '';
  position: absolute;
  background: #fff;
  transform: translateX(-53%) rotate(-135deg);
  z-index: 2;
  width: 15px;
  height: 16px;
  border: 2px solid #dfcfd2;
  border-width: 0 2px 2px 0;
  border-top-left-radius: 100%;
  /* box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4); */
  left: 50%;
  top: -9px;
}
.g_cart .header-quickcart::after{
  width: 100%;
  height: 15px;
  content:"";
  position: absolute;
  top: -15px;
  left: 0px;
}
.g_cart:hover .header-quickcart{
  top:38px;
  visibility: visible;
  opacity: 1;
}

.g_cart i.fa-shopping-cart{
 font-size: 30px;
 color: #55ac45;
}

.home .g_cart i.fa-shopping-cart{
  color: #ffffff;
}

.home .g_cart .cart_login .search_r_hd i.fa{
  color: #000;
}

.g_cart .amount_pdc{
  position: absolute;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #db251b;
  text-align: center;
  line-height: 22px;
  font-size: 11px;
  color: #fff;
  right: -13px;
  font-weight: 500;
}
.product_list_widget .mini_cart_item {
  clear: both;
  display: table;
  position: relative;
  margin: 0px 0px 10px 0px !important;
  padding: 0px 0px 10px 0px !important;
  border-bottom: 1px dotted #e6e6e6;
  width: 100%;
}
.product_list_widget>.mini_cart_item:nth-child(5)~.mini_cart_item{
  display: none;
}
.product_list_widget .mini_cart_item:hover .remove+a{
  color:#ff0000;
}
.product_list_widget .mini_cart_item .remove{
  position: absolute;
  top: -3px;
  right: -5px;
  font-size: 17px;
  font-weight: 500;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  background: none;
  line-height: 18px;
  color:#8c1b15;
}
.product_list_widget .mini_cart_item .remove:hover{
  background:#8c1b15;
  color:#fff;
}
.product_list_widget .mini_cart_item .remove+a  {
 font-size: 12px;
 color: #928f8f;
 padding: 0px 15px 0px 0px;
 display: table;
}
.product_list_widget .mini_cart_item .remove+a img{
  max-width: 55px;
  float: left;
  margin: 0px 8px 0px 0px;
  border:1px solid #e6e6e6;
}
.product_list_widget .mini_cart_item .quantity{
 font-size: 11px;
 font-weight: 500;
 color: #928f8f;
 display: block;
 margin: 5px 0px 0px 0px;
}
.woocommerce-mini-cart__buttons{
  display: table;
  margin:0px auto;
}
.woocommerce-mini-cart__buttons a , .single-product .woocommerce-mini-cart__buttons a{
 display: inline-block !important;
 padding: 7px 11px !important;
 border-radius: 5px !important;
 background: #55ac45;
 color: #fff;
 font-weight: 500;
 margin: 0px 5px 0px 0px !important;
 font-size: 12px !important;
}
.woocommerce-mini-cart__buttons a:hover{
  background: #8c1b15;
}
p.woocommerce-mini-cart__total{
  text-align: center;
  margin: 5px 0px;
  display: block;
}
.woocommerce-mini-cart__total .amount{
  color: #ec0b0b;
  font-weight: 500;
}
.woocommerce-mini-cart__empty-message{
  text-align: center;
  margin: 0px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  background: #ff0000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #94c3e8;
}
.woocommerce-cart .coupon{
  display: none;
}
.woocommerce-cart .woocommerce{
  margin:30px 0px 0px 0px;
}
.woocommerce-cart .cart_totals  h2{
  font-size: 25px;
  margin:0px 0px 20px 0px;
}
.woocommerce-cart .checkout-button {
  background: #55ac45 !important;
}
p.cart-empty{
  margin: 20px 0px;
  font-size: 23px;
}

/* END  CART */


/* woocomerce checkout */
.woocommerce-error{
  border-top-color : #a52626;
}
#place_order{
  background: #55ac45 !important;
  margin: 0px;
  display: table;
  float: none !important;
}
#customer_details textarea{height: 173px;resize: none;}
.woocommerce .col2-set .col-2{
  margin:0px 0px 0px 0px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none !important;
}

.woocommerce-checkout .woocommerce-form-login p.form-row{
 display: block;
 width: 100%;
}

#ship-to-different-address label{
  position: relative;
  margin: 11px 0px 0px 31px;
  font-size: 18px;
}
#ship-to-different-address label::before{
  content:"";
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #a52626;
  left: -30px;
  top: -2px;
}
#ship-to-different-address span{
  position: relative;
}
#ship-to-different-address input[type="checkbox"]:checked+span::after{
  content:"\f00c" !important;
  font:normal normal normal 14px/1 FontAwesome !important;
  position: absolute;
  color: #a52626;
  left: -25px;
  top: 4px;
}
#ship-to-different-address input[type="checkbox"] {
  display: none;
}
/* end woocomerce checkout */

/* woocommerce-order-received page  */
.woocommerce-order-received .page-wrapper{
  margin:30px 0px 0px 0px;
}
.woocommerce ul.order_details li strong{
  font-size: 14px;
}
.woocommerce-thankyou-order-received{
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 33px;
}
.woocommerce ul.order_details li, .woocommerce-order{
  font-size: 14px;
  line-height: 24px;
}
.woocommerce ul.order_details{
  margin: 25px 0px;
}
.woocommerce-bacs-bank-details h2 , h2.woocommerce-order-details__title , .woocommerce-order-received .woocommerce-column h2{
  font-size: 18px;
  color: #a52626;
  font-weight: 500;
}
.woocommerce-bacs-bank-details h3 {
  font-size: 16px;
}
.woocommerce .woocommerce-order-details{
  margin:1em 0px;
}
.woocommerce-order-received  .woocommerce-column address{
  border: none;
  padding: 0px;
  line-height: 25px;
}
.woocommerce-order-received .product-name a{
  color:#a52626;
}
p.woocommerce-thankyou-order-received {
  margin:0px 0px 30px 0px;
}
.woocommerce-order-received  .addresses{
  padding: 0px 0px 10px 0px;
}

/*  end woocommerce-order-received page  */


/* list_products_categories */
.list_products_categories{
  background: #a52626;
  padding: 5px 0px 0px 0px;
}
.list_products_categories>ul>li:first-child{
  display: none;
}
.list_products_categories ul li {
  position: relative;
  display: block;
  padding: 10px 0px 10px 20px;
  border-bottom: 1px dashed #e49898;
  cursor: pointer;
}
.list_products_categories>ul>li::after{
 position: absolute;
 content: "";
 width: 5px;
 height: 5px;
 border-radius: 50%;
 background: #fff;
 left: 7px;
 top: 16px;
}
.list_products_categories ul li a{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.list_products_categories ul li a:hover{
  text-decoration: underline !important;
}
.list_products_categories .sub_product_category {
  display: none;
  padding: 8px 0px 0px 5px;
}
.list_products_categories .sub_product_category li{
  padding:0px;
  border-bottom: none;
}
.list_products_categories .sub_product_category li a {
  font-size: 14px;
  text-transform: none;
  color: #fff;
  padding: 8px 0px 8px 8px;
  display: block;
  border-bottom: 1px dashed #e49898   ;
}
.list_products_categories .sub_product_category li:first-child a{
  border-top:1px dashed #e49898   ;
}
.list_products_categories .sub_product_category li:last-child a{
  padding:8px 0px 0px 8px;
  border-bottom: none;
}
.list_products_categories ul li.menu-item-has-children::before {
  content:"\f107";
  font:normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
}

.editBefore_li_product::before {
  content: "\f106" !important;
}
.list_item_product{
  margin: 0px 0px 0px 0px;
}
.list_item_product .thumbnail{
  height: 290px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
  margin: 0.5px;
}
.archive .list_item_product .thumbnail{
    height: 250px;
    border: 1px solid #e6e6e6e6;
}
.list_item_product .thumbnail a{
  display: block;
  height: 100%;
  width: 100%;
}
.item_loop_post_category_idx .list_item_product .thumbnail {
  background-size: 70%;
}


.list_item_product:nth-child(4n+1){
  clear: both;
}

.home .list_item_product:nth-child(4n+1){
  clear: none;
}

.home .list_item_product:nth-child(3n+1){
  clear: both;
}

.archive .list_products_archive>.list_item_product:last-child{
  border-left: none;
}

.title_list_catpd{
 margin: 0px 0px 0px 0px;
 font-size: 17px;
 text-transform: uppercase;
 text-align: left;
 padding: 10px 0px 10px 10px;
 background: #a52626;
 color: #fff;
 border-bottom: 2px solid #fff;
}


.list_products{
  clear: both;
}
.list_item_product .product_meta h3 a{
  font-size: 14px;
  color: #000;
  display: block;
  line-height: 22px;
  vertical-align: middle;
  height: initial;
  overflow: hidden;
}



.list_item_product:hover .product_meta h3 a , .list_item_product:hover .woocommerce-loop-product__title{
  color: #52a64e !important;
}
.list_item_product .product_meta h3 , .list_item_product .product_inner h2.woocommerce-loop-product__title{
 margin: 0px auto 0px auto;
 text-align: center;
 display: table;
 max-width: 100%;
 width: 100%;
 padding: 10px 10px 10px 10px;
 font-size: 16px;
 line-height: 24px;
}

.list_item_product .product_meta .added_to_cart {
  display: none;
}
.list_item_product  .woocommerce-Price-currencySymbol {
  float:right;
}

.list_item_product .price{
  display: table;
  margin: 0px auto 10px auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
  position: relative;
  bottom: 0px;
}
.list_item_product .price>span>del>span.amount , .archive .list_item_product .price>del>span.amount , .single-product .related .price>del>span.amount  {
  font-size: 13px;
  line-height: 22px;
  color:#ccc;
  text-decoration: line-through;
  font-weight: normal;
}
.list_item_product .price>span>ins>span.amount , .list_item_product .price>span>span.amount , 
.archive .list_item_product .price>span.amount ,  .archive .list_item_product .price>ins>span.amount, .single-product .related .price>span.amount,
.single-product .related .price>ins>span.amount {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #f94c18;
}
.list_item_product .price>span>ins , .archive .list_item_product .price>ins, .single-product .related .price>ins{
  float:left;
}
.list_item_product .price>span>del , .archive .list_item_product .price>del , .single-product .related .price>del{
  margin: 3px 0px 0px 4px;
  display: inline-block;
}


.title_top_pdcat{
  border-bottom: 1px solid #a52626;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
}
.title_top_pdcat span{
  font-size: 23px;
  color: #a52626;
}
.list_products_categories .count_pd_subpd {
  font-size: 11px;
}

.product_area_index{
  /* border-top: 1px solid #e6e6e6; */
  padding: 20px 0px 50px 0px;
  margin: 0px 0px 0px 0px;
}



/* WOOCOMERCE PAGINATION */
.woocommerce-pagination{
  margin:25px 0px 0px 0px;
}
.woocommerce nav.woocommerce-pagination ul{
  border:none;
}
.woocommerce nav.woocommerce-pagination ul li{
  border:none;
  margin:0px 5px 0px 0px;
}
.woocommerce-pagination ul.page-numbers li span , .woocommerce-pagination ul.page-numbers li a{
  padding: 6px 9px !important;
  color:#000;
}

.woocommerce-pagination ul.page-numbers li span.current{
  background: #a52626 !important;
  color: #fff !important;
}
/* END WOOCOMERCE PAGINATION */

/* woocomerce account */
.woocommerce-account .after_login{
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  float: none !important;
  display: table;
  margin: 20px auto;
  width: initial !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation [class*="link--downloads"]{
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
  display: table;
  margin:0px auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
  float:left;
}
.woocommerce-MyAccount-content>p{
  font-size: 17px;
  color: #5d5959;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
  background:#a52626;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a , .woocommerce-address-fields button[type="submit"] {
 padding: 10px 15px;
 font-size: 13px;
 text-transform: uppercase;
 background: none;
 color: #000;
 background: #ff0000;
 color: #fff;
 display: inline-block;
 margin: 0px 0px 10px 8px;
 font-weight: 500;
 border-radius: 5px;
}
.woocommerce-view-order .product-name a{
  color:#a52626;
}
.woocommerce-view-order .woocommerce-columns  address{
  border: none;
  padding: 0px;
  font-size: 15px;
  line-height: 27px;
  text-align: left;
}
.woocommerce-view-order .woocommerce-customer-details{
  text-align: left;
  font-size: 15px;
}
.woocommerce-address-fields button[type="submit"]{
  margin:20px auto 0px auto;
}
.woocommerce-account .woocommerce-MyAccount-content{
  float: none !important;
  width: 100% !important;
  text-align: center;
}
.woocommerce-MyAccount-content{
  min-height: 540px;
}
.woocommerce-account .woocommerce h2{
 font-size: 22px;
 color: #ff0000;
 text-transform: uppercase;
 text-align: center;
}
.woocommerce-view-order .woocommerce h2{
  text-align: left;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
  padding: 10px 10px;
  vertical-align: middle;
  font-size: 13px;
}

.woocommerce-edit-address address{
  border: 1px solid #a52626;
  padding: 20px 0px;
  border-radius: 5px;
  font-size: 17px;
  /* min-height: 120px; */
}
.woocommerce-edit-address .woocommerce-MyAccount-content p{
  font-size: 22px;
  line-height: 30px;
}
.woocommerce-Addresses{
  margin:60px 0px 0px 0px;
}
.woocommerce-account .addresses .title h3{
  margin:0px 0px 20px 0px;
}
.woocommerce-account .addresses .title .edit{
 margin: 7px 0px 0px 0px;
 position: relative;
 color: #a52626;
}
.woocommerce-account .addresses .title .edit::before{
 content: "\f040";
 font: normal normal normal 14px/1 FontAwesome;
 position: absolute;
 left: -16px;
 top: 0px;
 color: #a52626;
 transition: all 0.3s;
}
.woocommerce-account .addresses .title .edit:hover::before{
  transform: rotate(360deg);
}
.woocommerce-edit-address .woocommerce-address-fields .form-row label{
  width: 15%;
  float: left;
  font-size: 14px;
  margin: 5px 0px 0px 0px;
}
.woocommerce-edit-address .woocommerce-address-fields .form-row  input {
  width: 80% !important;
}
.woocommerce-edit-address .woocommerce-address-fields #shipping_country_field{
  display: none;
}
.woocommerce-address-fields__field-wrapper{
  display: table;
  width: 100%;
  margin: 0px auto;
  max-width: 900px;
}
.woocommerce-address-fields__field-wrapper>p.form-row{
 max-width: 600px;
 display: table;
 margin: 0px auto !important;
 clear: both;
 float: none !important;
 width: 100% !important;
}
.woocommerce-edit-account .form-row label{
 text-align: left !important; 
}
.woocommerce-edit-account .woocommerce-EditAccountForm{
  max-width: 800px;
  margin: 0px auto;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background:#a52626;
  color:#fff;
}
.woocommerce-lost-password form.lost_reset_password{
  margin:50px 0px;
}
.woocommerce-lost-password .woocommerce-Button {
  margin:0px !important;
}

.page-template-register-php h2{
  font-size: 22px;
  color: #ff0000;
  text-transform: uppercase;
  text-align: center;
}

.page-template-register-php .wrap_register {
 display: table;
 margin: 0px auto;
 max-width: 350px;
 width: 100%;
 border: 1px solid #d3ced2;
 padding: 20px;
 border-radius: 5px;
}
.page-template-register-php #wp_signup_form .form-row input{
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #dad5cc;
  font-size: 14px;
  width: 100%;
}
.page-template-register-php #wp_signup_form .form-row{
  margin:0px 0px 15px 0px;
}
.page-template-register-php #wp_signup_form .form-row label{
  display: block;
  margin:0px 0px 5px 0px;
}
.page-template-register-php  .list_errors{
  margin:0px 0px 15px 0px;
}
.page-template-register-php  .list_errors li {
  color: red;
  line-height: 22px;
}
.wrap_register #wp_signup_form input[type="submit"]{
 background: #a52626 !important;
 color: #fff !important;
 font-size: 13px;
 border: none;
 padding: 8px 15px;
 text-transform: uppercase;
 font-weight: 500;
 border-radius: 5px;
}
.wrap_register #wp_signup_form input[type="submit"]:hover{
  background: #659831 !important;
}
/* end woocommerce account */



/* SINGLE PRODUCT */
.woocommerce #review_form #respond .form-submit input{
    background: #55ac45;
    color:#fff;
}
.woocommerce-product-details__short-description{
  margin: 15px 0px 10px 0px;
}
.single-product .entry-summary button.single_add_to_cart_button {
  padding: 20px 30px !important;
  font-size: 15px !important;
  text-transform: uppercase;
  background: none;
  background: #55ac45!important;
  color: #fff !important;
  display: inline-block !important;
  margin: 0px !important;
  border-radius: 30px;
  font-weight: 400;
  
}
.single-product .checkout_btn{
 padding: 18px 30px 15px 30px !important;
 font-size: 15px !important;
 text-transform: uppercase;
 background: none;
 background: #55ac45!important;
 color: #fff !important;
 display: inline-block !important;
 margin: 0px 0px 0px 10px;
 border-radius: 30px;
 font-weight: 400;
 
}
.single-product .entry-summary button.single_add_to_cart_button:hover{
}
.woocommerce div.product .product_title{
  color:#a52626;
}
.woocommerce-product-details__short-description p{
  font-size: 15px;
  line-height: 25px;
  color: #7e7e7e;
}
.single-product div.product form.cart .quantity {
  float: none !important;
  margin: 0px 0px 20px 0px !important;
  clear: both;
  display: table;
}
.single-product  p.tg_sold_out{
  margin:10px 0px;
}
/* sale price*/ 
.single-product .entry-summary .price ins .amount , .single-product .entry-summary p.price>span.amount, .single-product .entry-summary .woocommerce-variation-price .price>.amount{
  color: #f00;
  font-size: 22px;
  line-height: 31px;
  font-family: 'rbt_bold';
}
.single-product .entry-summary  .tg_price_single cite {
  font-style: normal;
  font-size: 15px;
  margin: 0px 10px 0px 0px;
}
.single-product .entry-summary  .title_attr_choose{
  clear: both;
  font-size: 15px;
  display: block;
  font-weight: 400;
}
.single-product .reset_variations{
  color: #000;
  text-decoration: underline !important;
  font-size: 14px !important;
}
.single-product .entry-summary .price ins{
}
.single-product .entry-summary .price{
  margin: 15px 0px 0px 0px;
  display: table;
  width: 100%;
}
.single-product .entry-summary .price.tg_price_single {
  margin: 0px 0px 5px 0px;
}
 .single-product .entry-summary .price del{
  margin: 0px 10px 0px 0px;
 }
 .single-product .entry-summary .price del .amount  {
 font-weight: normal;
 color: #afadadcc;
 text-decoration: line-through;
 font-size: 18px;
 line-height: 30px;
 
}
/* sale price*/
.single-product .entry-summary button.single_add_to_cart_button{
  padding:13px 12px 12px 45px ;
}
.single-product .entry-summary button.single_add_to_cart_button::before {
  content:"\f07a";
  font:normal normal normal 14px/1 FontAwesome;
  color:#fff;
  font-size: 20px;
  margin:0px 5px 0px 0px;
}
.single-product .entry-summary a.single_add_to_cart_button{
  font-size: 15px;
  text-transform: uppercase;
  background: #a52626 !important;
  padding: 13px 12px 12px 45px;
  margin: 0px 0px 0px 15px;
}
.single-product .entry-summary a.single_add_to_cart_button:hover{
  background: #e01e1e !important;
}
.single-product .entry-summary a.single_add_to_cart_button::before{
  content:"\f0d6";
  font:normal normal normal 14px/1 FontAwesome;
  color:#fff;
  font-size: 21px;
  margin: 0px;
  position: absolute;
  left: 14px;
  top: 9px;
}
.single-product div.product form.cart div.wrap_qty {
  float: left;
}
.single-product .quantity .minus , .single-product .quantity .plus {
  float: left;
  border: 1px solid #e6e6e6;
  width: 50px;
  height: 43px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
  background: none;
  color: #635f59;
}
#review_form #comment{
  padding:10px;
}
.single-product .comment-form-author label , .comment-form-email  label {
  min-width: 70px;
}
.woocommerce div.product p.price del,  .woocommerce div.product span.price del{
  opacity: 1 !important;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
.single-product .add_to_cart_button i.fa{
  font-size: 20px !important;
}
.woocommerce #respond input#submit.added::after, 
.woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
  position: relative;
  top: -5px;
}
.single-product .list_item_product .woocommerce-loop-product__title{
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin: 0px 10px 10px 10px;
  text-align: center;
}


.single-product  .list_item_product .thumbnail img{object-fit: contain;width: 100%;height: 100%;}
.single-product .product_title {
  font-size: 31px;
  line-height: 40px;
  color: #4b4949 !important;
  
}
.single-product  .variations td.label{
  color: #000;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
}
.single-product  .variations{
  margin: 0px !important;
}
.single-product  .variations .variable-items-wrapper{
  margin: 0px 0px 5px 0px !important;
}
.single-product .single_variation {
  margin: 0px 0px 10px 0px;
}
.single-product .summary .old-colt .amount{
  font-size: 15px;
  color: #d0d0d0;
  text-decoration: line-through;
}
.single-product .summary .live-colst label{
  font-size: 17px;
}
.single-product .summary .live-colst  .amount{
  font-size: 25px;
  color: #ff0000;
}
.single-product .summary .quantity input[type="number"]{
  /* height: 27px; */
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin: 0px;
  background: #f7f7f7;
  border-radius: 0px;
  width: initial;
  padding: 10px;
  font-size: 15px;
  max-width: 70px;
  float: left;
}
.single-product .summary  .product_meta>span{
  display: block;
  margin: 0px 0px 14px 0px;
}
.single-product .summary .posted_in{
}


.single-product .woocommerce-Reviews .woocommerce-Reviews-title{
  display: none;
}
.single-product .woocommerce-Tabs-panel p{
  color:#959595;
  font-size: 17px;
  line-height: 23px;
}
.single-product .related>h2{
  font-size: 39px;
  position: relative;
  display: table;
  margin: 0px auto 50px auto;
  color: #5d5d5d;
}
.single-product .related>h2::before{
  content: "";
  position: absolute;
  top: 32px;
  width: 100%;
  max-width: 200px;
  height: 2px;
  background: none;
}

.single-product .related .list_item_product ul{
  margin:0px;
}
.single-product .related .product_inner .woocommerce-loop-product__title{
  margin:15px 0px 5px 0px;
}
.single-product .related  .list_products  {margin: 0px -10px;}

.single-product .related .list_item_product:nth-child(4n+1){
  clear: both;
}
.single-product .related .list_item_product:nth-child(3n+1){
  clear: none;
}
.single-product  p.stars a{
  width: 20px;
  height: 20px;
  color:#ff0000;
}
.single-product  p.stars a::before{
  font-size: 20px;
}
.single-product .summary .ajax_add_to_cart   {
  color: #fff;
  background: #ff0000;
  padding: 13px 25px;
  text-transform: uppercase;
}
.single-product .summary  .product_meta{
  margin: 0px;
}
.single-product .woocommerce-product-gallery ul li{
  display: inline-block;
  width: 25%;
  padding: 0px 5px;
  cursor: pointer;
  position: relative;
  height: 130px;
  overflow: hidden;
}
.single-product .woocommerce-product-gallery ul li img{
  border: 1px solid #e6e6e6;
  height: initial !important;
  max-width: 95%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.single-product .tg_img_product{
  max-width: 100%;
  display: table;
  width: 100%;
  margin: 0px auto 20px auto;
  position: relative;
  overflow: hidden;
}
.single-product .tg_img_product img{
  /* position: absolute; */
  /* top:50%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
  /* -webkit-animation: fadeUptd  0.3s ease-in; */
  -moz-animation: fadeUptd;
}
.woocommerce-product-gallery{
  margin: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  display: table;
  margin: 0px auto !important;
  overflow: auto !important;
  padding: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  border: none !important;
  background: none !important;
  margin:0px !important;
  padding:0px !important;
  transition: all 0.2s;
  position: relative;
  top: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:focus{
  border:1px solid #000 !important;
  border-bottom:1px solid #000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  color: #5d5d5d !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  border:1px solid #e6e6e6 !important;
  border-bottom: 1px solid #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  padding: 12px 30px 10px 30px !important;
  display: block !important;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 31px;
  position: relative;
  color: #ababab !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before , .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
 display: none !important;
}
.tg_wrap_tab{
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 40px 0px;
}
.woocommerce div.product .woocommerce-tabs .panel{
  border:none !important;
  box-shadow: none !important;
}
.woocommerce-Tabs-panel{
  padding:0px !important;
}
.woocommerce-Tabs-panel p img{
  display: table;
  margin:10px auto;
}

.tg_parameter {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 10px;
}
.tg_parameter li {
  display: table;
  background: #fff;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 5px 0;
  font-size: 15px;
  line-height: 23px;
}
.tg_parameter li:first-child{
  padding:0px 0px 5px 0px;
  border-top:none;
}
.tg_parameter li strong {
  min-width: 170px;
  display: inline-block;
}

.tg_parameter li  a {
  color: #288ad6;
}
.single-product  .entry-summary .tg_parameter {
  padding:0px;
  margin:20px 0px;
}
.single-product  .entry-summary .tg_parameter li{
  border-top:none;
}
.woocommerce div.product .woocommerce-product-rating{
  margin:0px !important;
}
.product_inner{
  position: relative;
  text-align: center;
  border-left: none;
  /* overflow: hidden; */
}
.product_inner figure{
  height: 310px;
}
.home .list_item_product .product_inner .thumbnail img{
  display: none;
}

.woocommerce .star-rating{
  color:#ff0000 !important;
}
.woocommerce  .comment-form-rating p.stars a{
  width: 21px;
  height: 21px;
  display: inherit;
  margin:0px 3px 0px 0px;
  display: inline-block;
}

.woocommerce-tabs{
  padding: 60px 0px 0px 0px;
  margin: 0px 0px 60px 0px;
}

.single-product .related_posts{
  margin:30px 0px 20px 0px;
}
.single-product .related .list_item_product .thumbnail{
    height: 250px;
    border: 1px solid #e6e6e6e6;
}
.single-product .related ul li.add_c>a:first-child{
  display: none !important;
}
/* END SINGLE PRODUCT */

/*woocomerce login form*/

.woocommerce form.login{
 display: table;
 margin: 0px auto;
 max-width: 350px;
 width: 100%;
 /* display: flex; */
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #dad5cc;
  font-size: 14px;
}
.woocommerce-form-login label.inline{
  float:right;
}

.woocommerce-form-login label.inline .woocommerce-form__input{
  position: relative;
  top:2px;
}

.woocommerce-form-login button , .woocommerce-form-register button{
  background: #a52626 !important;
  color: #fff !important;
}
.woocommerce-form-register button{
  margin:10px 0px 0px 0px !important;
}
.woocommerce-form-login button:hover , .woocommerce-form-register button:hover{
  background:#659831 !important;
}

.woocommerce-form-login button {
  margin:0px !important;
}
.woocommerce-account #customer_login{
  margin:30px 0px 0px 0px;
}
.woocommerce form.register , .woocommerce-form-login{
  margin:20px auto 0px auto !important;
}
/*end woocomerce login form*/


/* reset woocomerce color */
.woocommerce-info,.woocommerce-info::before{
  border-top-color: #ff0000 !important;
}
.woocommerce-message{
  border-top-color: #103ca5;
  display: table;
  max-width: 1200px;
  width: 100% !important;
}


/* end counter-reset:  woocomerce color */

/* ARCHIVE PRODUCT */
h1.woocommerce-products-header__title{
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #a52626;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 22px 0px;
}
.archive  .ajax_add_to_cart::after {
  content:"" !important;
  margin: 0px !important;
}
.archive .list_item_product .woocommerce-loop-product__title , .single-product .related .list_item_product .woocommerce-loop-product__title {
  display: none !important;
}
.archive .product_inner ul>li a.woocommerce-loop-product__link {
  display: none;
}

.archive .list_item_product .thumbnail img {object-fit: contain;height: 100%;width: 100%;}

.list_item_product .product_inner .thumbnail>a.woocommerce-LoopProduct-link {
 position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.woocommerce-ordering select{
  border: 1px solid #585`;
  padding: 5px 10px;
  border-radius: 5px;
  color: #46443f;
}
a.added_to_cart{
  display: none !important;
}
.archive  .list_item_product span.onsale{
  right: 23px;
  left: initial;
  background: #ff9d00;
  min-height: initial;
  min-width: initial;
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
  top: 9px;
}


/* CSS FOOTER */
.home .footer{
  margin: 0px;
}
.footer{
  border-top: none;
  padding: 35px 0px 35px 0px;
  margin: 40px 0px 0px 0px;
  background: #d5d3cf;
}
.footer  h3.widget-title{
 font-size: 18px;
 text-transform: uppercase;
 font-weight: 500;
 margin: 0px 0px 30px 0px;
 color: #000;
 position: relative;
}
.footer  h3.widget-title::before{
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #737272;
  bottom: -11px;
  left: 0px;
}
.footer-widget-area  iframe{
  max-width: 100%;
  height: auto;
}
.footer-widget-area .widget{
  margin:0px 0px 20px 0px;
}
.footer-widget-area .widget:last-child{
  margin:0px;
}
.footer  .textwidget p{
 font-size: 17px;
 color: #4e4e4e;
 line-height: 23px;
 margin: 0px 0px 5px 0px;
}
.footer  .textwidget p img{
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px;
}
.widget_tag_cloud h3.widget-title{
  display: none;
}
.widget_tag_cloud a.tag-cloud-link{
  display: inline-block;
  padding: 5px 8px;
  background: #9c9c9c;
  color:#fff;
  font-size: 13px !important;
  margin: 0px 4px 4px 0px;
}
.widget_tag_cloud .tagcloud>a.tag-cloud-link:nth-child(20)~a.tag-cloud-link{
  display: none;
}

.widget_tag_cloud a.tag-cloud-link:hover{
  background: #ff0000;
}
.social_ft{
 float:none;
}
.social_ft p{
 color:#fff;
 margin: 16px 0px 0px 0px;
 text-align: right;
 color:#fff;
 cursor:pointer;
 /* text-decoration: underline; */
 font-weight: 500;
}
.social_ft  li {
 display: inline-block;
 margin: 0px 0px 0px 3px;
}
.social_ft  li a{
 width: 35px;
 height: 35px;
 border-radius: 50%;
 border: 1px solid #4e4e4e;
 line-height: 35px;
 text-align: center;
 font-size: 17px;
 transition: all 0.3s;
 display: inline-block;
}
.social_ft  li i.fa{
   color: #424040;
}
.social_ft>li:nth-child(1):hover a{
 background: #4063ae;
 border:1px solid #4063ae ;
}
.social_ft>li:nth-child(2):hover a{
 background: #02aaea;
 border:1px solid #02aaea ;
}
.social_ft>li:nth-child(3):hover a{
 background: #d6453a;
 border:1px solid #d6453a ;
}
.social_ft>li:nth-child(4):hover a{
 background: #d43089;
 border: 1px solid #d43089;
}
.social_ft>li:hover i.fa{
  color:#fff;
}

.banner_idx{ display:table; margin:0 auto}
.metaslider .flex-control-nav{bottom:20px!important}
.home .flexslider{ margin-bottom:0!important}
.footer ul.menu ul.sub-menu{ display:none}
.footer ul.menu {
  padding: 0px;
}
.footer ul.menu li{border: none; border-bottom:none;padding: 0px;margin: 0px 0px 10px 0px;color: #fff;}
.footer ul.menu li:last-child{border: none;}
.footer ul.menu li a{
      color: #4e4e4e;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

/* END CSS FOOTER */

/*  page-template-page-template-lienhe  */
.tg_ct_form [class*="col-"] {
  margin: 0px 0px 11px 0px;
}
.wpcf7 .list_group input, .wpcf7 .list_group select, .wpcf7 .list_group textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 17px;
  border: 1px solid #e6e6e6;
  text-align: left;
  display: block;
}
.wpcf7 .list_group label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 29px;
  color: #fff;
  background: #ff0000;
  font-size: 18px;
  text-align: center;
  line-height: 37px;
  z-index: 99;
  max-height: 32px;
}
.wpcf7 .noidung label{
  max-height: 222px;
}
.wpcf7 .wpcf7-form .list_group {
  position: relative;
  margin-bottom: 10px;
}


/*  end page-template-page-template-lienhe  */


/* pagination */
.tg_pagination {
 display: table;
 margin:10px auto 0px auto;
}
.tg_pagination span.current{
 color: #fff;
 display: inline-block;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 line-height: 20px;
 color: #fff;
 background: #a52626;
 text-align: center;
 font-weight: 500;
}
.tg_pagination a{
 color: #000;
 display: inline-block;
 width: 20px;
 height: 20px;
 background: #fff;
    /* border: 1px solid #000;
    */
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    margin: 0px 3px;
  }
  .tg_pagination a:hover, .tg_pagination a:hover i{
   color:#a52626;
 }
 /* end pagination */
 
.partners ul li figure{
  border: aliceblue;
  height: 90px;
  position: relative;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners h4{
      text-transform: uppercase;
      color: #000;
      font-weight: 500;
      font-size: 35px;
      display: table;
      margin: 0px auto 10px auto;
}
.partners ul li a{
}
.partners{
  margin: 0px;
}
.partners .slick-slider{
  margin:0px !important;
}
.partners ul li{
  padding: 0px 10px;
}
.partners ul li figure img{
}
.banner_category .thumbnail{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 280px;
}
.banner_category .thumbnail a{
  display: block;
  width: 100%;
  height: 100%;
}
.banner_category .thumbnail a img{
  display: none;
}
.banner_category {
  margin: 0px;
  padding: 0px 0px 15px 15px;
  position: relative;
}
.tg_ctform_page .container{
  position: relative;
}
.tg_ctform_page .tg_ct_form textarea {
  height: 100px;
  resize: none;
}
.tg_ctform_page .wpcf7 input[type="submit"] {
  display: table;
  text-transform: uppercase;
  background: #8c1b15;
  padding: 10px 20px;
  border: none;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
.tg_ctform_page .wpcf7 input[type="submit"]:hover{
  background: #000;
}
.tg_ctform_page .list_group>.form_group:nth-child(2n+1)   {
  clear: both;
}
.footer-widget-area.col-sm-6 ul{
  list-style: initial;
   padding:0px 0px 0px 16px;
}

.footer-widget-area.col-sm-6 ul li{
  margin: 0px 0px 5px 0px;
}

.img_right_aboutus  img{
  height: 727px;
  object-fit: cover;
}

/* css rau*/
.posts_banner_idx .list_post_item .thumbnail{
  max-width: 150px;
  height: 105px;
  margin: 0px 10px 0px 0px;
} 
.posts_banner_idx .list_post_item h2.post_title{
  margin:0px 0px 5px 0px;
}
.posts_banner_idx .list_post_item h2.post_title a {
  font-size: 14px;
  line-height: 21px;
  color: #808080;
}
.posts_banner_idx .list_post_item {
  padding:10px 0px 10px 0px !important;
}
.posts_banner_idx .list_post_item p{
  margin:0px;
}


.posts_banner_idx .list_post_item .readmore{
  display: none;
}
.posts_banner_idx  h3{
  margin:0px;
  border-bottom: 1px solid #8c1b15;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
.posts_banner_idx  h3 span{
 font-size: 16px;
 text-transform: uppercase;
 line-height: 23px;
 display: inline-block;
 background: #8c1b15;
 padding: 10px 20px;
 color: #fff;
 font-weight: 500;
}
.posts_banner_idx .post_meta{
  display: none;
}
.posts_banner_idx .list_post_content>.list_post_item:nth-child(1) {
    float: left;
    max-width: 50%;
    width: 100%;
    padding: 0px 15px;
    border-bottom: none;
}
.posts_banner_idx .list_post_content>.list_post_item:nth-child(1) .post_title a{
  font-size: 19px;
  line-height: 30px;
}
.posts_banner_idx .list_post_content>.list_post_item:nth-child(1) .excerpt p{
  font-size: 16px;
  line-height: 25px;
}
.posts_banner_idx .list_post_content>.list_post_item:nth-child(1) .thumbnail{
  max-width: 100%;
  height: 410px;
}
.posts_banner_idx .list_post_content>.list_post_item:nth-child(1)~.list_post_item {
    float: right;
    width: 48%;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px;
}
.list_post_arc .wrap_figure_inner{
  height: 272px;
  position: relative;
  overflow: hidden;
}
.list_post_arc .wrap_figure::before, .list_post_arc .wrap_figure::after {
  position: absolute;
  content: "";
  background: #dedede;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.list_post_arc li:hover  .wrap_figure::before, .list_post_arc li:hover  .wrap_figure::after {
  background: #ef6330;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.list_post_arc .wrap_figure::before{
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 17px;
}
.list_post_arc .wrap_figure::after {
  width: 1px;
  height: 95%;
  bottom: -18px;
  left: auto;
  right: 0;
}
.list_post_arc .wrap_figure {
  position: relative;
  overflow: hidden;
  padding: 0px 13px 13px 0px;
}
.list_post_arc .wrap_figure figure{
  transition: all 0.5s;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 100%;
}
.list_post_arc li{
  margin: 0px 0px 30px 0px;
}
.list_post_arc li:nth-child(3n+1){
  clear: both;
}
.list_post_arc .wrap_figure figure a{
  display: block;
  height: 100%;
}
.list_post_arc .wrap_figure:hover figure{
  transform: scale(1.1) rotate(5deg);
}
.list_post_arc .info_post h3{

}
.list_post_arc .info_post h3 a{color: #000000;font-size: 17px;line-height: 23px;text-transform: uppercase;transition: all 0.3s;font-weight: 500;}
.list_post_arc li h3:hover a{
  color: #eb9904;
}
.list_post_arc .info_post p{margin: 12px 0px 20px 0px;font-size: 16px;line-height: 23px;}
.list_post_arc .info_post  .read_m{

  font-size: 15px;

  font-weight: 500;

  color: #6a6a6a;

  text-transform: uppercase;

  position: relative;

  padding: 0px 0px 0px 35px;
}
.list_post_arc .info_post  .read_m::before{
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 24px;
  height: 2px;
  background: #6a6a6a;
}
.news_knowledget h3.widget-title {
    line-height: 47px;
    margin: 0px 0px 50px 0px;
    font-size: 34px;
    text-align: center;
    font-weight: 500;
    position: relative;
}
.news_knowledget h3.widget-title::before{
  content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    background: #8c1b15;
    bottom: -11px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.news_knowledget{
  padding: 60px 0px 30px 0px;
  background: url(../images/h-1-beckground-img-3-2.jpg) center center no-repeat;
  background-size: cover;
}
body .woo-variation-product-gallery{
  max-width: 50% !important;
}
.single_variation_wrap .single_variation{
  display: none !important;
}
.single_variation_wrap .quantity{
  display: none !important;
}
.pw figure{
  overflow: hidden;
}
.pw figure img{
  transition: all 0.3s;
}
.pw figure:hover img{
  transform: scale(1.1);
}
.product_inner ul.xt_woovs-swatches:first-of-type~ul ,.product_inner  .single_variation_wrap {
  display: none !important;
}
.copyright {
    background: #c1c0bf;
    text-align: center;
    padding: 10px 0px;
}
.copyright p {
    color: #4e4e4e;
    margin: 0px auto;
    display: table;
}
.copyright p a {
    color: #4e4e4e;
}
.copyright p img {
    max-width: 15px;
    margin: -1px 2px 0px 0px;
    transition: all 0.3s;
}
.copyright p:hover img {
    transform: rotate(360deg);
}
.tg_ctform_page {
  padding: 60px 0px;
  position: relative;
}
.tg_ctform_page::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: none;
  height: 100%;
}
.page-id-483 .footer {
  margin: 0px;
}
.tg_ctform_page .tg_title_top_ctpage  h3 {
  margin: 0px 0px 40px 0px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
.tg_ctform_page .tg_title_top_ctpage  h3::before{
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #8c1b15;
  bottom: -12px;
}
.wpcf7 form.sent .wpcf7-response-output{
  background: #46b450 !important;
  color: #fff !important;
  border: none !important;
}
.wpcf7-not-valid-tip{
  text-align: left;
  padding: 5px 0px 0px 0px;
}
.wpcf7-spinner{
  position: absolute !important;
  bottom: 20px;
  right: 20px;
}
.wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, .dokan-alert-warning, .dokan-alert-danger, .dokan-alert-info, .dokan-error, .dokan-info {
  background-color: #e0a118;
  color: #fff !important;
  border: 0px !important;
  font-size: 12px;
  margin: 10px 0px !important;
}
/*.wpcf7 form:not(.sent) .wpcf7-response-output:before, .mc4wp-error:before, .mc4wp-notice:before, .woocommerce-error:before, .woocommerce-info:before, .dokan-alert-warning:before, .dokan-alert-danger:before, .dokan-alert-info:before, .dokan-error:before, .dokan-info:before {
    content: "\f100";
        position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -9px;
    font-size: 18px;
    line-height: 18px;
    font-family: "woodmart-font";
}*/
.wd-notice, div.wpcf7-response-output, .mc4wp-alert, .woocommerce-error, .woocommerce-message, .woocommerce-info, .dokan-alert, .dokan-message, .dokan-info, .dokan-error, .dokan-store-contact .alert-success, .yith_ywraq_add_item_product_message {
  position: relative;
  flex-wrap: wrap;
  padding: 10px !important;
  width: 100% !important;
  text-align: center !important;
  max-width: 1210px !important;
  margin: 0px auto 0px auto !important;
}
.tg_huge_ct , .tg_minimum_ctpage , .tg_instant_ctpage , .tg_shipping_ctpage    {
  position: relative;
  padding: 0px 0px 0px 50px;
}
.tg_huge_ct::before{
  content: url(../images/ezgif-5-3a3330c03b.png);
  position: absolute;
  top: 0px;
  left: 0px;
}
.tg_minimum_ctpage::before{
  content: url(../images/list_instance.png);
  position: absolute;
  top: 8px;
  left: 0px;
}
.tg_instant_ctpage::before{
  content: url(../images/hand_job.png);
  position: absolute;
  top: 8px;
  left: -7px;
}
.tg_shipping_ctpage::before{
  content: url(../images/clock_icon_ctpage.png);
  position: absolute;
  top: 8px;
  left: 0px;
}
.woocommerce-mini-cart .variation dt{
  float: left;
  margin: 0px 5px 0px 0px;
  clear: both;
}
.woocommerce-mini-cart .variation{
  margin: 0px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
  padding: 0px !important;
}
.logo_site>figure:nth-child(1){
  display: none;
}
.logo_site>figure:nth-child(2){
  display: block;
}

.home .logo_site>figure:nth-child(1){
  display: block;
}

.home .logo_site>figure:nth-child(2){
  display: none;
}



.page-template-page-template-lienhe .g_content .title_pagelh h3.widget-title{font-size: 24px;line-height: 32px;border-bottom: 2px solid #b85d00;display: table;margin: 0px 0px 30px 0px;padding: 0px 0px 5px 0px;}
.page-template-page-template-lienhe .list_info_contact .textwidget h4{font-size: 18px;line-height: 26px;font-family: 'rbt_bold';margin: 0px 0px 5px 0px;}
.page-template-page-template-lienhe .list_info_contact>.panel-grid-cell>.so-panel .textwidget::before{
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  font-size: 18px;
  color: #b85d00;
}
.page-template-page-template-lienhe .list_info_contact>.panel-grid-cell>.so-panel:nth-child(1) .textwidget::before {
  content: "\f279";
  top: 5px;
  left: 0px;
}
.page-template-page-template-lienhe .list_info_contact>.panel-grid-cell>.so-panel:nth-child(2) .textwidget::before {
  content: "\f0e0";
  top: 5px;
  left: 0px;
}
.page-template-page-template-lienhe .list_info_contact>.panel-grid-cell>.so-panel:nth-child(3) .textwidget::before {
  content: "\f1e0";
  top: 4px;
  left: -1px;
  font-size: 20px;
}
.page-template-page-template-lienhe .list_info_contact>.panel-grid-cell>.so-panel:nth-child(3) .textwidget::before {
  content: "\f1e0";
  top: 4px;
  left: -1px;
}
.page-template-page-template-lienhe .list_info_contact>.panel-grid-cell>.so-panel:nth-child(4) .textwidget::before {
  content: "\f275";
  top: 4px;
  left: -1px;
}
.page-template-page-template-lienhe .list_info_contact>.panel-grid-cell>.so-panel:nth-child(5) .textwidget::before {
  content: "\f279";
  top: 4px;
  left: -1px;
}
.page-template-page-template-lienhe .list_info_contact .textwidget{
  padding: 0px 0px 0px 29px;
  position: relative;
}
.page-template-page-template-lienhe .list_info_contact .textwidget p,
.page-template-page-template-lienhe .list_info_contact .textwidget ul li{font-size: 17px;line-height: 24px;color: #787878;}
.page-template-page-template-lienhe .list_info_contact .textwidget ul {
  list-style:initial;
  margin:0px 0px 20px 0px;
}

.page-template-page-template-lienhe .list_group{
  margin: 0px 0px 30px 0px;
}


.page-template-page-template-lienhe .g_content .list_group.textarea_ip {
  width: 100%;
}
.page-template-page-template-lienhe .g_content  .tg_recaptcha{
  display: table;
  float: left;
  margin: 0px auto 20px 0px;
}
.page-template-page-template-lienhe .g_content  .form_group input[type="submit"]{
  float: right;
  padding: 12px 15px 10px 15px;
  border: none;
  background: #55ac45;
  color: #fff;
  border-radius: 5px;
  font-size: 17px;
  display: table;
  margin: 0px;
  width: 100%;
  max-width: 160px;
}
.page-template-page-template-lienhe .g_content .form_group{
  position: relative;
  display: table;
  width: 100%;
}

.popup.popup_search  .content_popup{
  background: none;
  padding: 0px 20px;
  margin: 100px auto 0px auto;
  }

.popup.popup_search  .content_popup #searchform{
  position: relative;
}

.popup.popup_search  .content_popup  h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0px 0px 30px 0px;
}

.popup.popup_search  .content_popup #searchform input[type="text"]{
  width: 100%;
  padding: 10px 70px 10px 10px;
  background: #fff;
  border-radius: 5px 8px 8px 5px;
border: none;}

.popup.popup_search  .content_popup #searchform button[type="submit"]{
  background: #55ac45;
  padding: 6px 20px;
  margin: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px 5px 5px 0px;
  font-size: 20px;
  }

.title_search{
  font-size: 20px;
margin: 20px 0px 30px 0px;}

.title_search strong{
  color: #4ba3da;
} 
.wrap_ct_sb {
    background: #ebebeb6b;
    padding: 8px 12px;
}
.wrap_ct_sb h3 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0 18px;
    position: relative;
    display: table;
    font-weight:600;
}
.list_post_sb li {
    display: table;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}
.list_post_sb .wrap_figure {
    float: left;
    margin: 0 11px 0 0;
}
.wrap_figure {
    overflow: hidden;
    position: relative;
    margin: 0px 0px 20px 0px;
}
.bg_f {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    transition: all .5s linear;
}
.list_post_sb .wrap_figure figure {
    width: 105px;
    height: 90px;
    border: 1px solid #e6e6e6;
}
figure.bg_f a {
    display: block;
    height: 100%;
}
.list_post_sb .textwidget {
    display: table;
}
.list_post_sb li span {
    color: #a4a4a4;
    position: relative;
    padding: 0 0 0 16px;
    font-size: 12px;
}
.list_post_sb li span:before {
    content: url(//teahandmade.com/wp-content/themes/Teangu/css/../images/icon_calendar_sb.png);
    position: absolute;
    top: 1px;
    left: 0;
}
.list_post_sb h4 {
    margin: 5px 0 0;
}
.list_post_sb h4 a {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.wrap_ct_sb h3:before {
    content: "";
    width: 100%;
    max-width: 65px;
    height: 3px;
    background: #8c1b15;
    position: absolute;
    top: 8px;
    right: -88px;
}
.single_post_info span {
    position: relative;
    font-size: 15px;
    color: #8c8a8a;
    padding: 0 0 0 21px;
}
.single_post_info span:before {
    content: "\f017";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 16px;
    color: #ccc;
}
.single_post_info {
    display: table;
    width: 100%;
    border-bottom: 2px dotted #dedede;
    padding: 0 0 10px;
    margin: 0 0 20px;
}
.single_post_info h1{
    font-size: 26px;
    line-height: 34px;
    color: #4b4949;
    display: block;
    font-weight:500;
    margin: 0px 0px 20px 0px;
}
.about_us_top {
    background-image: url(../images/bg_gt.png);
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    /* background-color: rgb(143 29 18 / 10%); */
}
.about_us_top .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1)  h3.widget-title{
  font-size: 17px;
  position: relative;
  padding: 0px;
}
.about_us_top .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1)  h3.widget-title::before{
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  margin: 0px 7px 0px 0px;
  position: relative;
  top: 4px;
  background-repeat: no-repeat;
  background-image: url(../images/books_svg.svg);
}
.about_us_top .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1){
  background: #f5f5f5;
  padding: 50px;
}
.about_us_top .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) .textwidget h2 {font-size: 35px;line-height: 44px;font-weight:500;margin: 20px 0px 20px 0px;}
.about_us_top .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) .textwidget h2 strong{
  font-weight: 500;
}
.about_us_top .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) .textwidget p {
  font-size: 17px;
  line-height: 26px;
  color: #7a7a7a;
  margin: 0px 0px 20px 0px;
}
.page-template-page-template-gioithieu .bg_breadcrumb{
  margin: 0px;
}
.page-template-page-template-gioithieu .footer{
  margin: 0px;
}
.title_archives {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px auto 50px auto;
  color: #171717;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.title_archives::before{
  content: "";
  position: absolute;
  width: 110px;
  height: 1px;
  background: #8c1b15;
  bottom: -11px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.product_area_index h3.widget-title{
      line-height: 47px;
      margin: 0px auto 50px auto;
      font-size: 34px;
      text-align: center;
      font-weight: 500;
      position: relative;
      display: table;
      text-transform: uppercase;
}
.product_area_index h3.widget-title::before{
  content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    background: #8c1b15;
    bottom: -11px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.product_area_index h3.widget-title::after{
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(../images/promotional.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  right: -60px;
  background-size: contain;
}
.product_inner .wrap_figure figure img {
  display: block !important;
  object-fit: contain;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-out;
}
.product_inner:hover img{
  transform: scale(1.1);
}
.product_inner .product_meta h3 a{
  font-size: 18px;
  color: #4b4949;
  display: block;
  line-height: 24px;
  vertical-align: middle;
  overflow: hidden;
  font-weight:600;
}
.product_inner .product_meta{
  margin: 0px;
  opacity: 1;
  position: relative;
  top: 0px;
  visibility: visible;
  transition: all 0.5s;
}

.product_inner:hover .tg_btn_acts{
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}
.product_inner:hover .product_meta{
  top:-20px;
  opacity: 0;
  visibility: hidden;
}
.product_inner .product_meta h3 {
  margin: 0px auto 10px auto;
  text-align: center;
  display: table;
  max-width: 100%;
  width: 100%;
  padding: 0px 10px 0px 10px;
}
.product_inner .yith-wcwl-add-to-wishlist{
  margin:0px ;
}
.product_inner .tg_btn_acts li a {
    background: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 48px;
    font-size: 17px;
    text-align: center;
    width: 48px;
    height: 48px;
    position: relative;
    color: #fff !important;
    padding: 0;
}
.product_inner .tg_btn_acts {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
}
.product_inner:hover .tg_btn_acts {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
}
.product_inner .tg_btn_acts ul li cite {
    position: absolute;
    top: -20px;
    left: -21px;
    margin: 0 auto;
    background: #333;
    color: #fff;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    width: 91px;
    font-style: normal;
    font-size: 11px;
}
.product_inner .tg_btn_acts ul li{
  margin: 0px 5px;
  position: relative;
}
.product_inner .tg_btn_acts ul li:hover cite {
    top: -33px;
    opacity: 1;
    visibility: visible;
}
.product_inner .tg_btn_acts ul li cite:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
}
.product_inner .tg_btn_acts ul{
  display: flex;
}

.product_inner .hot_pd {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}
.product_inner .hot_pd span {
    width: 48px;
    height: 48px;
    background: #da2217;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.list_item_product {
    margin: 0 0 50px;
    animation: zoomIn 1s;
}
.tg_price .tg_reg_price {
    font-size: 19px;
    color: #ff0d00;
    
}
.tg_price .tg_sale_price {
    color: #ff0d00;
    font-size: 18px;
    
}
.tg_price .tg_reg_price.has_sale_pr {
    color: #ccc;
    
    text-decoration: line-through;
    font-size: 18px;
    margin: 0 5px 0 0;
}
.home .list_item_product .hot_pd{
  display: none;
}
.product_inner .onsale_percent {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}
.product_inner .onsale_percent span {
    width: 48px;
    height: 48px;
    background: #52a64e;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
}
.single-product #main>.breadcrumb{
  display: none;
}
.wvg-gallery-thumbnail-image{
  padding: 0px 5px;
}
.single-product .entry-summary{
  padding: 0px 0px 0px 15px;
  display: flex;
  flex-direction: column;
}
.single-product .entry-summary .woocommerce-product-details__short-description{
  order: 2;
}

.single-product .entry-summary p.price{
  order: 1;
}

.single-product .entry-summary p.stock {
  order: 3;
}

.single-product .entry-summary form.cart{
  order: 4;
  clear: both;
}

.single-product .entry-summary .product_meta{
  order: 5;
}

.single-product p.stock {
  font-size: 15px !important;
  line-height: 25px;
  position: relative;
  padding: 0px 0px 0px 23px;
}
.single-product .entry-summary .out-of-stock::before{
  content: "\f057";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 17px;
}

.single-product .entry-summary .in-stock::before{
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 17px;
}

.single-product .bg_breadcrumb{
  margin: 0px;
}

.single-product .g_content{
  padding: 50px 0px 0px 0px;
}
.single-product .product_meta>span em {
  min-width: 160px;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
  
}
.single-product .product_meta>span  span.sku{
  position: relative;
  left: 4px;
}
.single-product .product_meta>span.posted_in  a , .single-product .product_meta>span  span.sku{
  font-size: 16px;
  line-height: 23px;
  color: #7e7e7e;
}

.single-product .product_meta>span cite{
  display: inline-block;
  margin: 0px 13px 0px 0px;
}

.single-product .product_meta>span cite i.fa{
  color: #7e7e7e;
  font-size: 18px;
}
.archive  #main>.breadcrumb{
  display: none;
}
 .g_content p{
  font-size: 17px;
  line-height: 26px;
}
.pswp__top-bar i{
  color: #fff;
  position: absolute;
  top: 10px;
  left: 50px;
  font-size: 30px;
  z-index: 99999;
}
.pswp__top-bar i{
  display: none;
}
rs-layer[data-type="text"]{
  text-shadow: 0px 0px 7px #000;
}
.rev-btn{
  box-shadow: 0px 0px 10px #fff !important;
}
.tg_loading{
  clear: both;
  display: table;
  margin: 0px auto;
}
.loading_spinner {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0px auto;
}

@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

#more_posts {
    display: table;
    margin: 0px auto;
    padding: 13px 25px;
    border: none;
    background: #55ac45;
    color: #fff;
    border-radius: 30px;
    clear: both;
    text-transform: uppercase;
    font-weight: 500;
}

.firework-1 {
   animation: firework-sm 1.2s both infinite;
   animation-delay: 1.3s;
   top: 75%;
   left: 15%;
}
 .firework-2 {
   animation: firework-lg 1.2s both infinite;
   animation-delay: 0.7s;
   top: 80%;
   left: 85%;
}
 .firework-3 {
   animation: firework-lg 1.2s both infinite;
   animation-delay: 0.2s;
   top: 15%;
   left: 40%;
}
 .firework-4 {
   animation: firework-lg 1.2s both infinite;
   animation-delay: 1.2s;
   top: 50%;
   left: 65%;
}
 .firework-5 {
   animation: firework-sm 1.2s both infinite;
   animation-delay: 0.1s;
   top: 20%;
   left: 55%;
}
 .firework-6 {
   animation: firework-md 1.2s both infinite;
   animation-delay: 1s;
   top: 75%;
   left: 30%;
}
 .firework-7 {
   animation: firework-lg 1.2s both infinite;
   animation-delay: 0.5s;
   top: 55%;
   left: 90%;
}
 .firework-8 {
   animation: firework-sm 1.2s both infinite;
   animation-delay: 0.7s;
   top: 35%;
   left: 50%;
}
 .firework-9 {
   animation: firework-lg 1.2s both infinite;
   animation-delay: 1.4s;
   top: 80%;
   left: 15%;
}
 .firework-10 {
   animation: firework-md 1.2s both infinite;
   animation-delay: 0.8s;
   top: 35%;
   left: 20%;
}
 .firework-11 {
   animation: firework-md 1.2s both infinite;
   animation-delay: 0.9s;
   top: 60%;
   left: 55%;
}
 .firework-12 {
   animation: firework-sm 1.2s both infinite;
   animation-delay: 0.9s;
   top: 60%;
   left: 45%;
}
 .firework-13 {
   animation: firework-sm 1.2s both infinite;
   animation-delay: 0.8s;
   top: 65%;
   left: 25%;
}
 .firework-14 {
   animation: firework-sm 1.2s both infinite;
   animation-delay: 0.1s;
   top: 45%;
   left: 70%;
}
 .firework-15 {
   animation: firework-lg 1.2s both infinite;
   animation-delay: 1s;
   top: 80%;
   left: 40%;
}
 @keyframes firework-sm {
   0%, 100% {
     opacity: 0;
  }
   10%, 70% {
     opacity: 1;
  }
   100% {
     box-shadow: -0.5rem 0rem 0 #fff, 0.5rem 0rem 0 #fff, 0rem -0.5rem 0 #fff, 0rem 0.5rem 0 #fff, 0.35rem -0.35rem 0 #fff, 0.35rem 0.35rem 0 #fff, -0.35rem -0.35rem 0 #fff, -0.35rem 0.35rem 0 #fff;
  }
}
 @keyframes firework-md {
   0%, 100% {
     opacity: 0;
  }
   10%, 70% {
     opacity: 1;
  }
   100% {
     box-shadow: -0.7rem 0rem 0 #fff, 0.7rem 0rem 0 #fff, 0rem -0.7rem 0 #fff, 0rem 0.7rem 0 #fff, 0.49rem -0.49rem 0 #fff, 0.49rem 0.49rem 0 #fff, -0.49rem -0.49rem 0 #fff, -0.49rem 0.49rem 0 #fff;
  }
}
 @keyframes firework-lg {
   0%, 100% {
     opacity: 0;
  }
   10%, 70% {
     opacity: 1;
  }
   100% {
     box-shadow: -0.9rem 0rem 0 #fff, 0.9rem 0rem 0 #fff, 0rem -0.9rem 0 #fff, 0rem 0.9rem 0 #fff, 0.63rem -0.63rem 0 #fff, 0.63rem 0.63rem 0 #fff, -0.63rem -0.63rem 0 #fff, -0.63rem 0.63rem 0 #fff;
  }
}
 html {
   font-size: calc(100vmax / 1500 * 100);
}
[class*="firework-"] {
   position: absolute;
   width: 0.1rem;
   height: 0.1rem;
   border-radius: 50%;
   z-index: 2;
}
.wrap_firework{
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
}
.tg_slide{
  position: relative;
}
.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  top: 0px;
  z-index: 9;
  }

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-moz-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-o-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-ms-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
.pyro{
      /* position: absolute; */
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      /* z-index: 1; */
}
.wooccm-field-email{
  clear: both;
}
.woocommerce-product-details__short-description{
  font-size: 16px;
    line-height: 26px;
    color: #7e7e7e;
}
.woocommerce-Tabs-panel{
   font-size: 17px;
   line-height: 26px;
   color: #7e7e7e;
}
.woocommerce-checkout .about_paypal{
  display: none;
}
.payment_method_paypal label{
  position: relative;
  padding: 0px 60px 0px 0px;
}
.payment_method_paypal label::after{
  content: url(../images/master_card_visa.jpg);
  position: absolute;
  top: -2px;
  right: 0px;
}

.return-to-shop{
  display: table;
  margin: 40px auto 20px auto;
}

/* end rau*/

@media(max-width: 1024px){
    .img_right_aboutus  img{
    height: auto;
  }
  .cart_login .search_r_hd i.fa , .g_cart i.fa-shopping-cart{
    font-size: 22px;
  }
}

 @media(min-width: 768px) and (max-width: 1025px){
    .nav_primary{
      display: none;
    }
    .tg_commit ul li .textwidget p{
      font-size: 15px;
    }
    .tg_commit ul li .textwidget span{
      font-size: 13px;
      line-height: 20px;
    }
    .middle_header .icon_mobile_click  {
      display: block !important;
      left: 10px;
      top:10px;
    }
    .middle_header .icon_mobile_click i.fa{
      color:#fff;
    }
    .top_header .icon_mobile_click{
      display: none !important;
    }
    .banner_idx .col-sm-8 ,  .banner_idx .col-sm-4{
      width: 100%;
    }
     .single-post .content_left , .single-post .sidebar , .archive .content_left , .archive .sidebar {
      width: 100%;
    }
    .metaslider.nav-hidden .flexslider{
      margin:0px 0px 30px 0px !important;
    }
    .list_item_product .price>span>ins, .archive .list_item_product .price>ins, .single-product .related .price>ins{
      float:none;
      display: block;
    }
    .list_item_product .product_inner, .archive .list_item_product .product_inner{
      min-height: 360px;
    }
 }

 @media(max-width: 767px){

  .top_header .container{
    justify-content: space-between;
    padding: 0px;
  }
  .product-thumbnail::before{
  content: "Thumbnail: " !important;
}
.woocommerce-page table.cart .product-thumbnail{
  display: block !important;
}
  .top_header.fixed_header{
    padding: 20px 0px;
  }
  .top_header.fixed_header .icon_mobile_click{
  top: initial;
  right: initial;
  }
  .woocommerce-tabs{
    padding: 0px;
  }
  .pswp__top-bar i{
    display: block;
  }
  .woocommerce-billing-fields input , .woocommerce-billing-fields select{
    font-size: 16px !important;
  }
  body .woocommerce-product-details__short-description p{
    font-size: 14px ;
    line-height: 22px;
  }
  .woocommerce-billing-fields__field-wrapper>p{
    width: 100% !important;
  }
  .single-product .list_products  .list_item_product{
    padding: 0px 15px;
  }
  .list_products   .product_inner figure{
    height: 350px;
  }
  .product_inner figure{
    height: 240px;
  }
  .product_inner .wrap_figure figure img{
    object-fit: cover;
  }
  .woocommerce .col2-set .col-2{
    padding: 0px;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
    float: none !important;
  }
  .wd-notice, div.wpcf7-response-output, .mc4wp-alert, .woocommerce-error, .woocommerce-message, .woocommerce-info, .dokan-alert, .dokan-message, .dokan-info, .dokan-error, .dokan-store-contact .alert-success, .yith_ywraq_add_item_product_message{
    padding: 1em 2em 1em 3.5em !important;
  }
  .breadcrumb h1, .breadcrumb h2{
    font-size: 25px;
  }
  .single-product .product_meta>span em{
    min-width: 100px;
  }
  .tg_wrap_tab{
    margin: 0px 0px 20px 0px;
  }
  .single-product .related>h2{
    
font-size: 30px;
    
margin: 0px auto 30px auto;
  }
  .product_inner:hover .product_meta{
    top: initial;
    visibility: visible;
    opacity: 1;
  }
  body .woo-variation-product-gallery{
    max-width: 100% !important;
    width: 100% !important;
  }
  .single-product .entry-summary{
    padding: 0px;
  }
  .single-product .entry-summary .price{
    margin: 0px;
  }
  .single-product .product_title{
    
  }
  .product_inner .hot_pd{
    top: 10px;
    left: 10px;
  }
  .product_inner ..hot_pd{

  }
  .product_inner .hot_pd span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .about_us_top .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1){
    background: none;
  }
  .bg_breadcrumb{
    padding:  40px 0px;
    margin: 0px 0px 25px 0px;
    background-position: 75% 0%;
  }
  .product_inner .onsale_percent span {
    width: 40px;
    height: 40px;
    background: #52a64e;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    font-size: 13px;
}
.product_inner .onsale_percent{
  top: 10px;
  left: 10px;
}
.home .list_item_product:nth-child(3n+1){
  clear: none;
}
.list_item_product:nth-child(2n+1){
  clear: both;
}
  .tg_price .tg_sale_price , .tg_price .tg_reg_price.has_sale_pr{
    font-size: 19px;
  }
  .cart_login{
    margin: 0px 10px 0px auto;
  }
  .title_banner {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .product_area_index h3.widget-title{
    font-size: 25px;
    line-height: 33px;
  }
  .loop_post_category_idx{
    padding: 0px;
  }
  .loop_post_category_idx>.item_loop_post_category_idx figure{
    height: 300px;
  }
  .loop_post_category_idx>.item_loop_post_category_idx h3 a{
    font-size: 18px;
  }
  html{
    overflow-x: hidden;
  }
  .address_header .textwidget{
    float:left;
  }
  .posts_banner_idx .list_post_content>.list_post_item:nth-child(1) .thumbnail{
    height: 200px;
  }
  .posts_banner_idx .list_post_content>.list_post_item:nth-child(1) .post_title a {
    font-size: 16px;
    line-height: 26px;
}
  .posts_banner_idx .list_post_content>.list_post_item:nth-child(1){
    width: 100%;
    float:none;
    max-width: 100%;
  }
  .posts_banner_idx .list_post_content>.list_post_item:nth-child(1)~.list_post_item{
    width: 100%;
    float:none;
  }
  .banner_category{
    padding:0px;
  }
  .loop_post_category_idx>.item_loop_post_category_idx{
    border:none;
    width: 100% !important;
    float: none !important;
    margin: 0px 0px 20px 0px;
  }
  .search{
    clear: both;
    min-width: initial;
  }
  .tg_user{
    margin:0px 0px 0px 20px;
  }
  .posts_banner_idx .list_post_item h2.post_title a{
    font-size: 13px;
    line-height: 20px; 
  }
  .flexslider{
    margin:0px 0px 20px 0px !important;
  }
  .middle_header .icon_mobile_click{
    display: none;
    position: absolute;
    top: 11px;
    left: 14px;
  }
  .banner_idx{
    margin:20px 0px 0px 0px;
  }
  .middle_header .icon_mobile_click i.fa{
    color:#fff;
  }
  .middle_header.fixed_menu .icon_mobile_click{
    display: block;
  } 
  .search_address{
    float:none;
    margin: 10px 0px 20px 0px;
  }
  .address_header p{
    float:none;
    margin:0px 0px 10px 0px;
  }
  .logo_site{
    max-width: 155px;
    float: none;
    margin: 0px;
  }
  .tg_commit{
    display: none;
  }
  .admin-bar .header{
    margin:45px 0px 0px 0px;
  }
  .icon_mobile_click{
    display: block;
    top: initial;
    right: initial;
    margin: 0px auto 0px 10px;
  }
  .sidebar{
    display: none;
  }
  .woocommerce-MyAccount-content{
    min-height: initial;
  }
  .nav_primary{
    display: none;
  }
  .search_header{
    float: none;
    margin: 10px 0px 0px 0px;
  }
  .address_header{
    display: block;
    margin: 0px 0px 10px 0px;
  }

  .slick-prev{
    left: 10px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .slick-next{
    right: 10px !important;
    width: 30px !important;
    height: 30px !important;
  }

  .slick-prev:before , .slick-next:before{
    width: 30px;
    height: 30px;
    line-height: 30px !important;
  }

  .list_item_product .product_inner .add_to_cart_button{
    padding:7px 10px;
    font-size: 13px;
  }
  .list_item_product .thumbnail{
    height: 140px;
    background-size: contain !important;
    border: 1px solid #eaeaea;
  }
  .list_item_product .product_inner{
    min-height: initial;
  }
  .list_item_product:nth-child(3n+1){
    clear: none;
  }
  .list_item_product:nth-child(2n+1){
    clear: both;
  }

  .common_diseases .list_post_content .list_post_item:last-child{
    display: none;
  }
  .common_diseases .list_post_content .list_post_item:nth-child(2){
    border-bottom: none;
    padding:25px 0px 0px 0px;
  }

  .list_item_product .old-colt{
    float:left;
    margin:0px;
  }
  .list_item_product .live-colst .amount{
    font-size: 18px;
  }
  .list_item_product .live-colst{
    float:none;
    clear: both;
  }
  .list_item_product .price{
    width: 100%;
    max-width: 167px;
  }
  .list_item_product .price>span>ins , .archive .list_item_product .price>ins , .single-product .related .price>ins{
    float:none;
    display: block;
  }
  .top_header .after_login{
    display: none;
  }
  .g_content{
    margin:10px 0px 0px 0px;
  }
  .header-quickcart{
    display: none;
  }
  .tg_user .tg-sub-menu::before{
    top: -8px;
    left: initial;
    right: 14px;
  }
  .tg_user .tg-sub-menu{
    left: -128px;
  }
  .tg_user:hover .tg-sub-menu{
    top:32px;
  }

.list_item_product .product_inner .tg_btn_acts{
    position: absolute;
    top:
    initial;
    left: initial;
    transform: none;
    max-width: 100%;
    width: 100%;
    margin: 0px;
    bottom: 0px;
    clear: both;
    display: none;
  }


  /* product_area_index mobile*/

  .item_loop_post_category_idx .parent_catgories_idx{
    float:none;
  }
  .item_loop_post_category_idx .sub_product_category{
    float:none;
    display: table;
    margin: 10px 10px 10px 0px;
    padding: 0px;
  }
  .list_item_product{
    
    padding:0px 5px;
    
margin: 0px 0px 50px 0px;
  }
  .list_product_category>.list_item_product:nth-child(6n+1){
    clear: both;
  } 
  .loop_post_category_idx>.item_loop_post_category_idx .list_product_category>.list_item_product:nth-child(1) .product_inner .product_meta{
    position: relative;
    top:initial;
    left: initial;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    text-align: center;
    z-index: 3;
    max-width: 100%;
    width: 100%;
  }
  .loop_post_category_idx>.item_loop_post_category_idx .list_product_category>.list_item_product:nth-child(1) .product_meta h3 a{
    color:#000;
    font-size: 14px;
    line-height: 22px;
  }
  .list_item_product .product_meta h3{
    height: initial;
    margin: 0px;
    margin: 0px 0px 5px 0px;
  }
  .list_item_product .product_meta h3 a , .archive .list_item_product .product_inner h2.woocommerce-loop-product__title{
    font-size: 18px;
    line-height: 25px;
  }
  .loop_post_category_idx>.item_loop_post_category_idx .list_product_category>.list_item_product:nth-child(1) .product_meta .price span.amount{
    color:#f94c18;
  }
  .loop_post_category_idx>.item_loop_post_category_idx .list_product_category>.list_item_product:nth-child(1) .product_meta .price{
    margin:0px auto 10px auto;
  }
  .loop_post_category_idx>.item_loop_post_category_idx .list_item_product .product_inner .tg_btn_acts li, .archive .product_inner .tg_btn_acts li{
    float:none;
  }


  .list_item_product .product_inner .tg_btn_acts .detail_pd{
    display: none;
  }

  .list_item_product .product_inner .tg_btn_acts li a{
   -webkit-transform: none !important;
   -moz-transform: none !important;
   -ms-transform: none !important;
   -o-transform: none !important;
   transform: none !important;
   -moz-transition: -moz-transform 0.3s;
   -o-transition: -o-transform 0.3s;
   background: #ff0000 !important;
   font-size: 11px;
 }
 .list_item_product .product_inner .tg_btn_acts li a i.fa{
  color:#fff;
}
.loop_post_category_idx>.item_loop_post_category_idx .list_item_product .product_inner::before, .archive .list_item_product .product_inner::before{
  display: none;
}
/* end product_area_index mobile */

  

/* single post mobile*/
.single_post_info h2 a{
  font-size: 20px;
    line-height: 28px;
} 
.breadcrumb{
  margin: 0px auto;
  width: 100%;
}

.related_posts ul li .thumbnail {height: 140px;}
.related_posts ul li .thumbnail img{
}
.content_single_post .text_content h4{
  font-size: 14px;
  line-height: 22px;
}
.related_posts ul li{
  width: 50%;
  margin: 0px 0px 15px 0px;
}
.related_posts ul li:nth-child(3n+1){
  clear: none;
}
.related_posts ul li:nth-child(2n+1){
  clear: both;
}
/* single post mobile */

.single-product .entry-summary button.single_add_to_cart_button{
}
.single-product .entry-summary button.single_add_to_cart_button::before{
  font-size: 16px;
}
.single-product .entry-summary a.single_add_to_cart_button{
  font-size: 12px;
  padding: 12px 6px 12px 35px;
  margin:0px 0px 0px 5px;
}
.single-product .entry-summary a.single_add_to_cart_button::before{
  left: 8px;
  top: 8px;
  font-size: 19px;
}
.single-product .tg_img_product{
  max-width: 210px;
  margin:0px auto;
  height: 250px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  padding: 12px 12px 10px 12px !important;
  font-size: 15px;
  line-height: 23px;
}
.single-product .woocommerce-Tabs-panel p{
  font-size: 14px;
  line-height: 22px;
}
.single-product .related .list_item_product{
}
.single-product .related .list_item_product .product_inner {
  min-height: initial;
} 
/* end single product mobile */

/* woocommerce-checkout mobile*/


/* end woocommerce-checkout mobile */

/* woocommerce-order-received mobile*/
  .woocommerce-order-received .woocommerce-order ul.order_details li{
        float: none;
        margin-right: 0px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 20px;
        border-right: none;
        padding-right: 0px;
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
        display: block;
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 10px 10px 0px;
  }

  p.woocommerce-thankyou-order-received {
    font-size: 20px;
    line-height: 30px;
    margin:0px 0px 15px 0px;
  }

/* end woocommerce-order-received */


/* footer mobile */
.footer{
  padding: 25px 0px 35px 0px;
  margin: 30px 0px 0px 0px;
}
.footer .row>.footer-widget-area {
  margin:0px 0px 30px 0px;
}
.footer .row>.footer-widget-area:last-child{
  margin:0px;
}
/* end footer mobile */

}




@media(min-width: 400px) and (max-width: 767px){

  .list_item_product .old-colt{
    float:right;
    margin: 6px 0px 0px 10px;
    font-size: 12px;
  }
  .list_item_product .live-colst{
    float:left;
    clear: none;
  }

}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


@-webkit-keyframes fadeUptd {
    from {
        opacity: 0;
    }
    to {
        opacity:1;
    }
}
@keyframes fadeUptd {
    from {
        opacity: 0;
    }
    to {
        opacity:1;
    }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-3px);
  }
  100% {
    transform: translatey(0px);
  }
}