  /*
Theme Name: VW Themes
Theme URI: https://vwthemes.com/
Author: vowelweb
Author URI: http://vwthemes.com/
Description: VW Themes is a wordpress theme to sell themes.
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: vw-themes
*/
body, html {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
}
:lang(ar) {
  direction: rtl;
}
:lang(af),:lang(am),:lang(az),:lang(be),:lang(bg),:lang(bn),:lang(bs),:lang(ca),:lang(ceb),:lang(co),:lang(cs),:lang(cy),:lang(da),:lang(de),:lang(el),:lang(eo),:lang(es),:lang(et),:lang(eu),:lang(fa),:lang(fi),:lang(fr),
:lang(fy),:lang(ga),:lang(gd),:lang(gl),:lang(gu),:lang(ha),:lang(haw),:lang(hi),:lang(hmn),:lang(hr),:lang(ht),:lang(hu),:lang(hy),:lang(id),:lang(ig),:lang(is),:lang(it),:lang(iw),:lang(ja),:lang(jw),:lang(ka),:lang(kk),
:lang(km),:lang(kn),:lang(ko),:lang(ku),:lang(ky),:lang(la),:lang(lb),:lang(lo),:lang(lt),:lang(lv),:lang(mg),
:lang(mi),:lang(mk),:lang(ml),:lang(mn),:lang(mr),:lang(ms),:lang(mt),:lang(my),:lang(ne),:lang(nl),:lang(no),
:lang(ny),:lang(pa),:lang(pl),:lang(ps),:lang(pt),:lang(ro),:lang(ru),:lang(sd),:lang(si),:lang(sk),:lang(sl),
:lang(sm),:lang(sn),:lang(so),:lang(sq),:lang(sr),:lang(st),:lang(su),:lang(sv),:lang(sw),:lang(ta),:lang(te),
:lang(tg),:lang(th),:lang(tl),:lang(tr),:lang(uk),:lang(ur),:lang(uz),:lang(vi),:lang(xh),:lang(yi),:lang(yo),
:lang(zh-CN),:lang(zh-TW),:lang(zu),:lang(ar) {
  font-size: 12px;
}
#google_language_translator select.goog-te-combo {
  color: #32373c;
  width: 143px;
  background: #fff;
  box-shadow: none;
  padding: 3px;
  height: auto;
  border: 1px solid lightgray;
  border-radius: 0px;
}
:root {
  --orange: #f9ff60;
  --yellow: #ffef77;
  --black: #000000;
  --blue: #007bff;
  --blue-dark: #1f3042;
  --red: red;
  --green: #28a745;
  --white: #ffffff;
  --popatred: #ff4728;
}
h1,h2,h3,h4,h5,h6 {
  clear: both;
  margin: 36px 0 12px;
  font-family: muli,sans-serif;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}
:hover {
  transition-duration: 1s;
}
input:focus, textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.298039);
  outline: 0;
}
@keyframes scale {
  50% {
    transform: scale(0.9);
  }
}
img {
  aspect-ratio: attr(width) / attr(height);
}
.alignleft {
  float: left;
  margin: 0 20px 0 0;
}
::placeholder {
  color: #939393;
}
ul li {
  padding-top: 2px;
  padding-bottom: 2px;
}
body a {
  text-decoration: none;
}
.row>* {
  position: relative;
}
/* main body */
#main p {
  margin-bottom: 15px;
  line-height: 21px;
}
/*common button class*/
.woocommerce a.button.alt {
  background-color: var(--blue-dark);
}
.single_button_green, .theme-sidebar .woocommerce-product-search button {
  background: var(--green);
  border: 1px solid var(--white);
}
.single_button_blue {
  background: var(--blue-dark);
  border: 1px solid var(--white);
}
.single_button_red {
  background: var(--popatred);
  border: 1px solid var(--white);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .checkout-button, .wc-proceed-to-checkout .checkout-button, .place-order .button {
  background: var(--blue-dark);
  border: 1px solid var(--white);
  color: var(--white);
}
.single_button_green,.single_button_blue, .single_button_red, .single_button_white, .theme-sidebar .woocommerce-product-search button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
  padding: 2% 2%;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.home .single_button_green,.home .single_button_blue, .home .single_button_red, .home .single_button_white {
  padding: 1.5% 3%;
}
.single_button_green:hover,.single_button_blue:hover, .single_button_red:hover, .theme-sidebar .woocommerce-product-search button:hover {
  color: var(--white);
  text-decoration: none;
}
.single_button_white {
  background: var(--white);
  border: 1px solid var(--blue-dark);
  color: var(--blue-dark);
  width: 100%;
}
.single_button_white:hover {
  color: var(--blue-dark);
}
/*hover common button class*/
.green-sweep-to-right:before {
  background: var(--green);
}
.blue-sweep-to-right:before {
  background: var(--blue-dark);
}
.red-sweep-to-right:before {
  background: var(--popatred);
}
.green-sweep-to-right:before, .blue-sweep-to-right:before, .red-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.green-sweep-to-right:active, .green-sweep-to-right:focus, .green-sweep-to-right:hover, .blue-sweep-to-right:active, .blue-sweep-to-right:focus, .blue-sweep-to-right:hover, .red-sweep-to-right:active, .red-sweep-to-right:focus, .red-sweep-to-right:hover {
  color: var(--white);
}
.green-sweep-to-right:active:before, .green-sweep-to-right:focus:before, .green-sweep-to-right:hover:before, .blue-sweep-to-right:active:before, .blue-sweep-to-right:focus:before, .blue-sweep-to-right:hover:before, .red-sweep-to-right:active:before, .red-sweep-to-right:focus:before, .red-sweep-to-right:hover:before {
  transform: scaleX(1);
}
/*end common button class*/
/*end: main body */
/*inner page and home page common class*/
.taste-our-themes {
  text-align: center;
  background-repeat: repeat;
  background-size: 100%;
  background-position: unset;
}
.theme-detail {
  margin: 0 0 5%;
  background: #203142;
  padding: 30px;
  margin-bottom: 20px;
}
.theme-detail h4 {
  margin: 0;
  color: #fff;
  font-size: 25px;
  text-align: left;
}
.theme-detail.bundle-theme img {
  margin-bottom: 18px;
  width: 100% !important;
  height: auto !important;
}
.testimonial-image1 img ,.testimonial-image1 amp-img, .theme-main-icon img, .logo img {
  width: auto !important;
  height: auto !important;
}
.custom_product_outer .theme-detail, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background: #fff;
  padding: 0 0 20px;
  box-shadow: 0 0 10px 2px #cccc;
}
.custom_product_outer .theme-detail h4, .page-template-thankyoupage .theme-detail h4, .woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #000;
  font-size: 19px;
  text-align: center;
  padding: 15px 0;
}
.custom_product_outer .theme-detail p, .related .woocommerce-Price-amount.amount, .woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  width: 150px;
  left: 0;
  right: 0;
  text-align: center;
}
.custom_product_outer .theme-detail img, .woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.custom_product_outer .theme-detail p:before, .related .woocommerce-Price-amount.amount:before, .woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount:before {
  content: "";
  background: #a5a9ad;
  display: inline-block;
  height: 2px;
  position: absolute;
  top: auto;
  width: 42px;
  left: 0;
  bottom: 20px;
}
.custom_product_outer .theme-detail p:after, .related .woocommerce-Price-amount.amount:after, .woocommerce .products li.product .price ins .woocommerce-Price-amount.amount:after {
  content: "";
  background: #a5a9ad;
  display: inline-block;
  height: 2px;
  position: absolute;
  top: auto;
  width: 42px;
  right: 0;
  bottom: 20px;
}
.custom_product_outer .theme-detail a.button2 {
  color: #a5a9ad;
  background: 0 0;
  border: 2px solid #a5a9ad;
}
.ico-border {
  display: block;
  position: relative;
  width: 124px;
  margin: 2% auto 3% auto;
}
.ico-border::after, .ico-border::before {
  content: "";
  background: #181818;
  display: inline-block;
  height: 4px;
  position: absolute;
  top: 8px;
  width: 42px;
}
.ico-border::before {
  left: 0;
}
.ico-border::after {
  right: 0;
}
.fa, .fas {
  padding-right: 2px;
}
.custom_product_outer .theme-detail .item_cta a.product_view:hover {
  color: var(--black);
  border-color: var(--blue);
}
.main-content-hide {
  display: none;
}
.main-content-show {
  display: block;
}
